@font-face {
  font-style: normal;
  font-weight: 100;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-Thin.woff2") format("woff2"), url("../fonts/Exo2-Thin.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 200;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-ExtraLight.woff2") format("woff2"), url("../fonts/Exo2-ExtraLight.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-Light.woff2") format("woff2"), url("../fonts/Exo2-Light.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-Regular.woff2") format("woff2"), url("../fonts/Exo2-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-Medium.woff2") format("woff2"), url("../fonts/Exo2-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-SemiBold.woff2") format("woff2"), url("../fonts/Exo2-SemiBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 800;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-ExtraBold.woff2") format("woff2"), url("../fonts/Exo2-ExtraBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Exo2";
  font-display: swap;
  src: url("../fonts/Exo2-Black.woff2") format("woff2"), url("../fonts/Exo2-Black.woff") format("woff");
}
/* stylelint-disable */
.vyre-overlay {
  position: fixed;
  height: calc(100% - var(--header-height));
  right: 0;
  top: var(--header-height);
  bottom: 0;
  left: 0;
  z-index: 29;
  padding: 20px 20px;
  overflow-y: scroll;
  background: rgba(var(--bg-b), 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  pointer-events: none;
}
.vyre-overlay::-webkit-scrollbar {
  display: none;
}
.vyre-overlay.active {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: initial;
}

:root {
  --body-bg: #eae7e7;
  --body-font-size: 16px;
  --content-width: 1340px;
  --container-offset: clamp(14px, 1.4925vw, 20px);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --header-height: 88px;
  --scrollbar-thumb: #ed9e00;
  --scrollbar-track: #d8d8d8;
  --scrollbar-track-hover: #d8d8d8;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "Exo2" , sans-serif;
  --cl-a: 255, 255, 255;
  --cl-b: 0, 0, 0;
  --cl-c: 237, 158, 0;
  --cl-d: 8, 7, 7;
  --bg-a: 255, 255, 255;
  --bg-b: 0, 0, 0;
  --bg-c: 242, 242, 240;
  --bg-d: 148, 202, 55;
  --bg-e: 237, 221, 0;
  --bg-f: 255, 201, 38;
  --bg-g: 20, 229, 75;
  --bg-h: 147, 227, 84;
  --bg-j: 247, 247, 247;
  --bg-k: 255, 94, 94;
  --br-a: #deded9;
  --br-b: #fff;
  --gr-a: linear-gradient(0deg,rgba(31,36,52,.9) 0,rgba(31,36,52,.9));
  --gr-b: linear-gradient(-180deg, #ed9e00 32.08%, #ff5e5e 100%); // var(--gr-b);
}
@media (max-width: 1024px) {
  :root {
    --header-height: 76x;
  }
}
@media (max-width: 475px) {
  :root {
    --header-height: 101px;
  }
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: var(--font-family);
  color: rgba(var(--cl-d), 1);
  -webkit-text-size-adjust: 100%;
  background: var(--body-bg);
}

main {
  margin: 0 auto;
  min-width: 0 !important;
}
main.no-padding {
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: clamp(14px, 1.194vw, 16px);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(var(--cl-d), 1);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.vyre-container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.panel,
[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.vyre-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(var(--cl-c), 1);
  line-height: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(9px, 0.8209vw, 11px);
}
.vyre-logo b {
  margin-top: -3px;
  font-size: clamp(16px, 1.791vw, 24px);
  font-weight: 600;
  line-height: clamp(24px, 2.3881vw, 32px);
  font-style: normal;
  color: rgba(var(--cl-b), 1);
}

h1 {
  font-family: var(--font-family);
  font-size: clamp(24px, 2.9851vw, 40px);
  line-height: 125%;
  font-weight: 800;
  color: rgba(var(--cl-b), 1);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

h2 {
  font-family: var(--font-family);
  font-size: clamp(22px, 2.3881vw, 32px);
  line-height: 125%;
  font-weight: 800;
  color: rgba(var(--cl-b), 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

h3,
h4 {
  font-family: var(--font-family);
  font-size: clamp(18px, 1.9403vw, 26px);
  font-weight: 800;
  text-align: left;
  color: rgba(var(--cl-b), 1);
}

h5,
h6 {
  font-family: var(--font-family);
  font-size: clamp(16px, 1.6418vw, 22px);
  font-weight: 800;
  text-align: left;
  color: rgba(var(--cl-b), 1);
}

ol:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  counter-reset: li;
}
ol:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  grid-gap: 10px;
}
ol:not([class]) li::before {
  position: absolute;
  left: 0;
  top: -1px;
  content: counters(li, "") ".";
  counter-increment: li;
  font-size: clamp(15px, 1.2687vw, 17px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-c), 1);
}

ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  position: relative;
}
ul:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  grid-gap: 5px;
  padding-left: 12px;
}
ul:not([class]) li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--bg-e), 1);
}

blockquote {
  margin: 0;
  color: rgba(var(--cl-b), 1);
  padding: 15px 15px 15px 55px;
  position: relative;
  background: rgba(var(--bg-a), 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-weight: 300;
  border-radius: 10px;
}
blockquote p {
  color: rgba(var(--cl-b), 1);
  font-style: italic;
}
blockquote::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23fc0' d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64h-64c-35.3 0-64-28.7-64-64V216z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 15px;
  top: 20px;
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}

table:not([class]) {
  width: 100%;
  border-collapse: collapse;
}
table:not([class]) tbody tr:nth-child(even) td {
  background-color: rgba(var(--bg-b), 0.1);
}
table:not([class]) th {
  padding: 15px 5px;
  color: rgba(var(--cl-b), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.194vw, 16px);
  font-weight: 700;
  background-color: rgba(var(--bg-b), 0.15);
  border: solid 1px rgba(var(--cl-b), 0.2);
}
@media (max-width: 415px) {
  table:not([class]) th {
    padding: 10px 3px;
    font-size: 13px;
  }
}
table:not([class]) td {
  text-align: center;
  padding: 10px;
  color: rgba(var(--cl-b), 1);
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  border: solid 1px rgba(var(--cl-b), 0.2);
}
@media (max-width: 415px) {
  table:not([class]) td {
    padding: 5px;
    font-size: 13px;
  }
}

@-webkit-keyframes online-rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes online-rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.vyre-icon-arrow {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/arrow-r.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vyre-icon-online {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../img/sprite/online.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: online-rotation 7s linear infinite;
  animation: online-rotation 7s linear infinite;
}
.vyre-icon-heart {
  height: 18px;
  width: 18px;
  display: block;
  background-image: url(../img/sprite/heart.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vyre-icon-slots {
  height: 28px;
  width: 28px;
  display: block;
  background-image: url(../img/sprite/slots.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vyre-icon-valid {
  height: clamp(54px, 4.7761vw, 64px);
  width: clamp(54px, 4.7761vw, 64px);
  display: block;
  background-image: url(../img/index/icon2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vyre-icon-info {
  height: 42px;
  width: 42px;
  display: block;
  background-image: url(../img/index/icon1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.vyre-main-btn {
  font-family: var(--font-family);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  height: clamp(38px, 3.5821vw, 48px);
  background-color: rgba(var(--bg-e), 1);
  color: rgba(var(--cl-b), 1);
  font-size: clamp(14px, 1.3433vw, 18px);
  line-height: 100%;
  font-weight: 700;
  min-width: clamp(90px, 8.209vw, 110px);
  padding: clamp(9px, 0.8209vw, 11px) 15px;
}
.vyre-main-btn i {
  position: relative;
  top: -1px;
}
.vyre-main-btn:hover {
  background-color: rgba(var(--bg-f), 1);
}

.vyre-green-btn {
  font-family: var(--font-family);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  height: clamp(38px, 3.5821vw, 48px);
  background-color: rgba(var(--bg-g), 1);
  color: rgba(var(--cl-b), 1);
  font-size: clamp(14px, 1.3433vw, 18px);
  line-height: 100%;
  font-weight: 700;
  min-width: clamp(90px, 8.209vw, 110px);
  padding: clamp(9px, 0.8209vw, 11px) 15px;
}
.vyre-green-btn i {
  position: relative;
  top: -1px;
}
.vyre-green-btn:hover {
  background-color: rgba(var(--bg-h), 1);
}

.vyre-white-btn {
  font-family: var(--font-family);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  height: clamp(38px, 3.5821vw, 48px);
  background-color: rgba(var(--bg-a), 1);
  color: rgba(var(--cl-b), 1);
  font-size: clamp(14px, 1.3433vw, 18px);
  line-height: 100%;
  font-weight: 700;
  min-width: clamp(90px, 8.209vw, 110px);
  padding: clamp(9px, 0.8209vw, 11px) 15px;
}
.vyre-white-btn i {
  position: relative;
}
.vyre-white-btn:hover {
  background-color: rgba(var(--bg-f), 1);
}

.vyre-info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.vyre-info-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: rgba(var(--bg-f), 1);
}
.vyre-info-btn:hover::before {
  background: var(--gr-k);
}
.vyre-info-btn:hover i {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.vyre-up-btn {
  padding: 8px;
  background-color: rgba(13, 16, 22, 0.85);
  color: rgba(var(--cl-d), 1);
  border-radius: 4px;
  position: relative;
  position: fixed;
  z-index: 20;
  right: 8px;
  bottom: 64px;
}
.vyre-up-btn::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--gr-n);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.vyre-up-btn i {
  rotate: -90deg;
}
.vyre-up-btn:hover {
  padding-bottom: 16px;
}
.vyre-up-btn:hover::before {
  background: linear-gradient(180.03deg, #00cfa6 0.03%, rgba(13, 16, 22, 0) 99.98%);
}

.vyre-bonus-btn {
  color: rgba(var(--cl-d), 1);
  background: rgba(var(--bg-g), 1);
  -webkit-box-shadow: 0 -2px #592a2f inset;
  box-shadow: 0 -2px #592a2f inset;
  width: 60px;
  height: 45px;
  padding: 4px 0px 7px 0px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.4;
  font-size: 8px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vyre-bonus-btn:hover {
  background: rgba(var(--bc-n), 1);
}
.vyre-bonus-btn--green {
  color: rgba(var(--cl-e), 1);
  background: rgba(var(--bg-j), 1);
  -webkit-box-shadow: 0 -2px #175f32 inset;
  box-shadow: 0 -2px #175f32 inset;
}
.vyre-bonus-btn--green:hover {
  background: rgba(var(--bc-m), 1);
}
.vyre-bonus-btn--blue {
  color: rgba(var(--cl-f), 1);
  background: rgba(var(--bg-h), 1);
  -webkit-box-shadow: 0 -2px #244d7a inset;
  box-shadow: 0 -2px #244d7a inset;
}
.vyre-bonus-btn--blue:hover {
  background: rgba(var(--bc-l), 1);
}

.vyre-games-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: clamp(35px, 3.69vw, 50px);
  padding: 5px 20px;
  background: rgba(var(--bg-c), 1);
  border-radius: 50px;
  color: rgba(var(--cl-c), 1);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.vyre-games-btn:hover {
  background: rgba(var(--bg-d), 1);
  color: rgba(var(--cl-f), 1);
}
.vyre-games-btn__label {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  background: rgba(var(--bg-e), 1);
  border-radius: 20px;
  color: rgba(var(--cl-a), 1);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}

.vyre-main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.vyre-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}
.vyre-main-box img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.vyre-main-box button {
  color: rgba(var(--cl-c), 1);
  text-decoration: underline;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 110%;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-underline-offset: 3px;
}
.vyre-main-box button:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.vyre-main-box--mode {
  grid-gap: 18px;
}

.vyre-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 1.3889vw, 15px);
  height: 100%;
}
.vyre-main-nav__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(24px, 2.9851vw, 40px);
}
.vyre-main-nav__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vyre-main-nav__link {
  position: relative;
  z-index: 3;
  font-family: var(--font-family);
  position: relative;
  font-size: 16px;
  text-decoration: none;
  height: 100%;
  font-weight: 600;
  color: rgba(var(--cl-d), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vyre-main-nav__link::before {
  width: 0;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(var(--cl-c), 1);
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  bottom: -1px;
}
.vyre-main-nav__link:hover {
  color: rgba(var(--cl-c), 1);
}
.vyre-main-nav__link:hover::before {
  width: 100%;
}
.vyre-main-nav__link.active {
  color: rgba(var(--cl-b), 1);
}
.vyre-main-nav__link.active::before {
  width: 100%;
}

.vyre-popular-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--gr-a);
  border-radius: 12px;
  padding: clamp(20px, 1.791vw, 24px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .vyre-popular-card {
    height: clamp(210px, 39.063vw, 300px);
  }
}
.vyre-popular-card__image {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.vyre-popular-card__image img,
.vyre-popular-card__image picture {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vyre-popular-card__btn {
  position: absolute;
  content: "";
  z-index: 3;
  background: transparent;
  opacity: 0;
  inset: 0;
  display: block;
}
.vyre-popular-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
  font-size: clamp(20px, 1.791vw, 24px);
  line-height: 125%;
  font-weight: 700;
}
.vyre-popular-card__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-width: calc(100% - clamp(90px, 8.209vw, 110px) - 25px);
}
.vyre-popular-card__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
  font-size: 16px;
}
.vyre-popular-card__label {
  font-weight: 700;
  border-radius: 6px;
  color: rgba(var(--cl-b), 1);
  padding: 6px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(var(--bg-d), 1);
  margin: 4px 0;
  font-size: 14px;
  line-height: 16px;
}
.vyre-popular-card .vyre-main-btn {
  position: absolute;
  z-index: 6;
  right: clamp(20px, 1.791vw, 24px);
  bottom: clamp(20px, 1.791vw, 24px);
  font-size: clamp(14px, 1.194vw, 16px);
}
.vyre-popular-card .vyre-main-btn i {
  width: 20px;
  height: 20px;
}
.vyre-popular-card:hover .vyre-popular-card__image img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.vyre-game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
  width: 100%;
  background: rgba(var(--bg-j), 1);
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 4px 4px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 4px 4px 20px 0px rgba(0, 0, 0, 0.03);
}
.vyre-game-card__box {
  position: relative;
  z-index: 1;
}
.vyre-game-card:hover .vyre-game-card__wrapp {
  opacity: 1;
  visibility: visible;
}
.vyre-game-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: clamp(200px, 19.1791vw, 257px);
  border-radius: inherit;
  position: relative;
}
.vyre-game-card__image img,
.vyre-game-card__image picture {
  width: 100%;
  height: 100%;
}
.vyre-game-card button,
.vyre-game-card a {
  max-width: 133px;
  width: 100%;
  height: 35px;
  font-size: 12px;
  padding: 10px 10px 8px;
  gap: 5px;
}
.vyre-game-card__wrapp {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(var(--bg-b), 0.5);
  padding: 8px;
}
.vyre-game-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.vyre-game-card__title {
  font-family: var(--font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: rgba(var(--cl-b), 1);
  width: 100%;
  font-size: clamp(17px, 1.3433vw, 18px);
  font-weight: 700;
  line-height: clamp(20px, 1.791vw, 24px);
  min-height: clamp(40px, 3.5821vw, 48px);
}
.vyre-game-card__provider {
  margin: 4px 0 8px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
}
.vyre-game-card__rtp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: clamp(12px, 1.0448vw, 14px);
  font-weight: 300;
  line-height: clamp(16px, 1.4925vw, 20px);
  color: rgba(var(--cl-d), 1);
}
.vyre-game-card__icon {
  padding: 2px;
  border: solid 1px rgba(var(--cl-d), 1);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vyre-game-card__icon i {
  background: rgba(var(--bg-g), 1);
  border-radius: 2px;
  width: 3px;
  display: block;
  height: 11px;
  margin-right: 1px;
}
.vyre-game-card__icon i:last-of-type {
  margin: 0;
}

.vyre-bonus-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(var(--bg-e), 1);
  z-index: 1;
  position: relative;
}
.vyre-bonus-card::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--gr-a);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.vyre-bonus-card::before {
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1240px) {
  .vyre-bonus-card::before {
    visibility: hidden;
  }
}
.vyre-bonus-card:after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  visibility: visible;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background: var(--gr-d);
}
@media (min-width: 1024px) {
  .vyre-bonus-card:after {
    border-radius: 16px;
  }
}
@media (min-width: 1240px) {
  .vyre-bonus-card:after {
    visibility: hidden;
    -webkit-filter: none;
    filter: none;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card {
    height: 320px;
    padding: 32px;
    border-radius: 16px;
  }
}
@media (max-width: 1024px) {
  .vyre-bonus-card {
    border-radius: 8px;
  }
}
@media (max-width: 1024px) and (min-width: 375px) {
  .vyre-bonus-card {
    height: 210px;
    padding: 16px;
  }
}
@media (max-width: 375px) {
  .vyre-bonus-card {
    padding: 12px;
    height: 186px;
  }
}
.vyre-bonus-card__bg {
  overflow: hidden;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: inherit;
  position: absolute;
  z-index: unset;
}
.vyre-bonus-card__bg::before {
  background-image: var(--gr-a);
  z-index: -1;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bg-e), 1);
  position: absolute;
}
.vyre-bonus-card__bg picture,
.vyre-bonus-card__bg img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12%;
  width: auto;
  height: 100%;
}
.vyre-bonus-card__image {
  position: absolute;
  z-index: 1;
  height: auto;
  border-radius: 23px;
  overflow: hidden;
  bottom: -3px;
  right: 0;
  width: 170px;
  pointer-events: none;
}
@media (min-width: 375px) {
  .vyre-bonus-card__image {
    width: 194px;
  }
}
@media (min-width: 550px) {
  .vyre-bonus-card__image {
    right: 17%;
  }
}
@media (min-width: 660px) {
  .vyre-bonus-card__image {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card__image {
    width: 310px;
  }
}
@media (min-width: 1280px) {
  .vyre-bonus-card__image {
    right: 6%;
  }
}
.vyre-bonus-card__image img,
.vyre-bonus-card__image picture {
  width: 100%;
  height: 100%;
}
.vyre-bonus-card__title {
  z-index: 2;
  font-size: 32px;
  line-height: 110%;
  font-weight: 900;
  font-family: var(--second-family);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 375px) {
  .vyre-bonus-card__title {
    font-size: 36px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card__title {
    font-size: 52px;
  }
}
.vyre-bonus-card__title b {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 375px) {
  .vyre-bonus-card__title b {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card__title b {
    font-size: 36px;
    line-height: 36px;
  }
}
.vyre-bonus-card__prize {
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--gr-b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  font-family: var(--second-family);
}
@media (min-width: 375px) {
  .vyre-bonus-card__prize {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card__prize {
    font-size: 32px;
  }
}
.vyre-bonus-card__prize b {
  background: var(--gr-c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--second-family);
  font-size: 30px;
  line-height: 100%;
}
@media (min-width: 375px) {
  .vyre-bonus-card__prize b {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card__prize b {
    font-size: 56px;
  }
}
.vyre-bonus-card__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 1px;
  display: block;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .vyre-bonus-card__overlay {
    border-radius: 16px;
  }
}
.vyre-bonus-card__overlay:before, .vyre-bonus-card__overlay::after {
  background-image: url(../img/index/red-light.png);
  content: "";
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vyre-bonus-card__overlay::before {
  bottom: -35px;
  left: 93px;
  height: 67px;
  width: 67px;
  background-repeat: no-repeat;
  background-size: contain;
  visibility: visible;
}
@media (min-width: 375px) {
  .vyre-bonus-card__overlay::before {
    left: 107px;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card__overlay::before {
    height: 111px;
    width: 111px;
    bottom: -56px;
    left: 218px;
  }
}
@media (min-width: 1240px) {
  .vyre-bonus-card__overlay::before {
    visibility: hidden;
  }
}
.vyre-bonus-card__overlay::after {
  height: 67px;
  width: 67px;
  background-repeat: no-repeat;
  background-size: contain;
  visibility: visible;
  left: 24px;
  top: -34px;
}
@media (min-width: 375px) {
  .vyre-bonus-card__overlay::after {
    left: 37px;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card__overlay::after {
    top: -56px;
    left: 48px;
    height: 111px;
    width: 111px;
  }
}
@media (min-width: 1240px) {
  .vyre-bonus-card__overlay::after {
    visibility: hidden;
  }
}
.vyre-bonus-card button,
.vyre-bonus-card a {
  z-index: 2;
}
.vyre-bonus-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.vyre-bonus-card:hover:after {
  visibility: visible;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.vyre-bonus-card:hover .vyre-bonus-card__overlay::before, .vyre-bonus-card:hover .vyre-bonus-card__overlay::after {
  visibility: visible;
}
.vyre-bonus-card.green::before {
  background: var(--gr-e);
}
.vyre-bonus-card.green::after {
  background: var(--gr-f);
}
@media (max-width: 1024px) {
  .vyre-bonus-card.green {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .vyre-bonus-card.green .vyre-bonus-card__title {
    text-align: end;
  }
}
@media (max-width: 1024px) {
  .vyre-bonus-card.green .vyre-bonus-card__prize {
    text-align: end;
  }
}
.vyre-bonus-card.green .vyre-bonus-card__bg::before {
  background-image: radial-gradient(105.93% 112.43% at 114.58% 68.81%, #00ffb2, rgba(0, 255, 209, 0));
  z-index: initial;
  background-color: unset;
}
.vyre-bonus-card.green .vyre-bonus-card__bg picture,
.vyre-bonus-card.green .vyre-bonus-card__bg img {
  margin: 0;
  width: 100%;
  height: 100%;
}
.vyre-bonus-card.green .vyre-bonus-card__image {
  right: initial;
  left: 4px;
}
@media (min-width: 550px) {
  .vyre-bonus-card.green .vyre-bonus-card__image {
    left: 17%;
  }
}
@media (min-width: 660px) {
  .vyre-bonus-card.green .vyre-bonus-card__image {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card.green .vyre-bonus-card__image {
    width: 300px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .vyre-bonus-card.green .vyre-bonus-card__image {
    right: 6%;
  }
}
.vyre-bonus-card.green .vyre-bonus-card__overlay:before, .vyre-bonus-card.green .vyre-bonus-card__overlay::after {
  background-image: url(../img/index/green-light.png);
}
.vyre-bonus-card.green .vyre-bonus-card__overlay::before {
  top: 36px;
  left: -34px;
}
@media (min-width: 375px) {
  .vyre-bonus-card.green .vyre-bonus-card__overlay::before {
    top: 44px;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card.green .vyre-bonus-card__overlay::before {
    top: 83px;
    left: -56px;
  }
}
.vyre-bonus-card.green .vyre-bonus-card__overlay::after {
  left: initial;
  right: 4px;
  top: -34px;
}
@media (min-width: 375px) {
  .vyre-bonus-card.green .vyre-bonus-card__overlay::after {
    right: 8px;
  }
}
@media (min-width: 1024px) {
  .vyre-bonus-card.green .vyre-bonus-card__overlay::after {
    top: -56px;
  }
}

.vyre-slots-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .vyre-slots-card {
    margin: 0 12px;
  }
}
.vyre-slots-card__value {
  font-family: var(--font-3);
  min-width: 48px;
  margin-right: 4px;
  font-size: 42px;
  line-height: 1;
  text-align: right;
  color: rgba(var(--cl-a), 1);
}
@media (min-width: 375px) {
  .vyre-slots-card__value {
    min-width: 55px;
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .vyre-slots-card__value {
    min-width: auto;
    font-size: 60px;
    margin-right: 0.5rem;
  }
}
.vyre-slots-card__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  color: rgba(var(--cl-d), 1);
}
@media (min-width: 375px) {
  .vyre-slots-card__text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .vyre-slots-card__text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
}
.vyre-slots-card__link {
  opacity: 0;
  position: absolute;
  z-index: 5;
  inset: 0;
}

.vyre-prizes-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.vyre-prizes-card::before {
  background-image: url(../img/sprite/prize-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 280px;
  width: 280px;
  z-index: -1;
  background-size: contain;
  pointer-events: none;
}
.vyre-prizes-card__image {
  width: 100%;
  height: 170px;
  margin-bottom: 24px;
}
.vyre-prizes-card__image img {
  width: 100%;
  height: 100%;
}
.vyre-prizes-card__amount {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-weight: 500;
  color: rgba(var(--cl-a), 1);
  text-align: center;
}
.vyre-prizes-card__title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(var(--cl-a), 1);
  text-align: center;
}

.vyre-coin-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  gap: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .vyre-coin-card {
    width: clamp(120px, 11.8644vw, 140px);
  }
}
.vyre-coin-card__image {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 1024px) {
  .vyre-coin-card__image {
    width: 140px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.vyre-coin-card__image img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.vyre-coin-card__image-front {
  display: block;
  position: relative;
  opacity: 1;
}
@media (max-width: 1024px) {
  .vyre-coin-card__image-front {
    opacity: 0;
  }
}
.vyre-coin-card__image-back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(-0.005em) scaleX(-1);
  transform: translateZ(-0.005em) scaleX(-1);
}
@media (max-width: 1024px) {
  .vyre-coin-card__image-back {
    opacity: 1;
  }
}
.vyre-coin-card:hover .vyre-coin-card__image {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.vyre-coin-card:hover .vyre-coin-card__image-front {
  opacity: 0;
}
.vyre-coin-card:hover .vyre-coin-card__image-back {
  opacity: 1;
}

.vyre-hero-slider {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.vyre-hero-slider__box {
  border-radius: 12px;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.vyre-hero-slider__bg {
  width: 100%;
  height: clamp(155px, 23.4328vw, 314px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vyre-hero-slider__bg img,
.vyre-hero-slider__bg picture,
.vyre-hero-slider__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .vyre-hero-slider__bg {
    height: min(50.347vw, 290px);
  }
}
.vyre-hero-slider__slide {
  width: 100%;
  position: relative;
  height: clamp(155px, 23.4328vw, 314px);
  z-index: 1;
}
@media (max-width: 576px) {
  .vyre-hero-slider__slide {
    height: min(50.347vw, 290px);
  }
}
.vyre-hero-slider .vyre-main-btn {
  position: absolute;
  right: clamp(20px, 1.791vw, 24px);
  bottom: clamp(20px, 1.791vw, 24px);
  z-index: 9;
}
@media (max-width: 576px) {
  .vyre-hero-slider .vyre-main-btn {
    display: none;
  }
}
.vyre-hero-slider__btn {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: block;
}
.vyre-hero-slider .splide__arrow {
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  background: rgba(var(--bg-b), 0.5);
}
.vyre-hero-slider .splide__arrow svg {
  width: 16px;
  height: 16px;
  fill: rgba(var(--cl-a), 0.8);
}
@media (max-width: 767px) {
  .vyre-hero-slider .splide__arrow {
    display: none;
  }
}
.vyre-hero-slider .splide__arrow--prev {
  left: clamp(20px, 1.791vw, 24px);
}
.vyre-hero-slider .splide__arrow--next {
  right: clamp(20px, 1.791vw, 24px);
}
.vyre-hero-slider .splide__arrow:hover svg {
  fill: rgba(var(--cl-a), 1);
}
.vyre-hero-slider .splide__pagination__page {
  width: clamp(20px, 4.1791vw, 56px);
  height: clamp(3px, 0.2985vw, 4px);
  border-radius: 2px;
  background: rgba(var(--bg-a), 0.3);
}
.vyre-hero-slider .splide__pagination__page.is-active {
  background: rgba(var(--bg-a), 0.9);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 576px) {
  .vyre-hero-slider .splide__pagination__page {
    display: none;
  }
}

.vyre-popular-list {
  display: grid;
  grid-gap: 16px;
}
@media (min-width: 1024px) {
  .vyre-popular-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .vyre-popular-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .vyre-popular-list {
    grid-template-columns: 100%;
  }
}

.vyre-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.vyre-accordion__item {
  border-radius: 12px;
  border: solid 1px rgba(var(--bg-a), 1);
  background: rgba(var(--bg-a), 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.vyre-accordion__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 12px;
  border: none;
  text-decoration: none !important;
  padding: 13px clamp(20px, 2.2388vw, 30px);
}
.vyre-accordion__button.active {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}
.vyre-accordion__button.active .vyre-accordion__icon {
  rotate: 180deg;
}
.vyre-accordion__button:hover .vyre-accordion__icon {
  background: rgba(var(--bg-f), 1);
}
.vyre-accordion__icon {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  top: 0px;
  z-index: 1;
  background-color: rgba(var(--bg-e), 1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.vyre-accordion__icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 2;
  border-bottom: 2px solid rgba(var(--cl-b), 1);
  border-left: 2px solid rgba(var(--cl-b), 1);
  rotate: -45deg;
  top: 8px;
  left: 10px;
}
.vyre-accordion__content {
  width: 100%;
  border-radius: 0 0 8px 8px;
}
.vyre-accordion__box {
  border-radius: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  padding: 5px 36px 15px clamp(20px, 2.2388vw, 30px);
  margin-bottom: 1px;
}
.vyre-accordion__title {
  font-family: var(--font-family);
  font-size: clamp(15px, 1.194vw, 16px);
  font-weight: 600;
  text-align: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  color: rgba(var(--cl-b), 1);
}
.vyre-accordion p {
  font-size: clamp(14px, 1.194vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: rgba(var(--cl-b), 1);
  font-family: var(--font-family);
}

.vyre-game-list {
  display: grid;
  grid-gap: 12px;
}
@media (min-width: 1024px) {
  .vyre-game-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .vyre-game-list {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
@media (max-width: 576px) {
  .vyre-game-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.vyre-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  position: relative;
  z-index: 1;
  padding: clamp(16px, 1.4925vw, 20px) 0;
  border-top: solid 1px var(--br-a);
  border-bottom: solid 1px var(--br-a);
}
.vyre-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: clamp(8px, 1.194vw, 16px);
}
.vyre-footer-nav__item {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  position: relative;
}
.vyre-footer-nav__item * {
  display: block;
  color: rgba(var(--cl-b), 1);
  text-decoration: none;
  text-align: start;
  font-size: clamp(14px, 1.194vw, 16px);
  font-family: var(--font-family);
}
.vyre-footer-nav__item a, .vyre-footer-nav__item button {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.vyre-footer-nav__item a:hover, .vyre-footer-nav__item button:hover {
  color: rgba(var(--cl-c), 1);
}
@media (max-width: 576px) {
  .vyre-footer-nav__item {
    width: calc(50% - clamp(8px, 1.194vw, 16px));
  }
}

.vyre-demo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgb(35, 35, 35);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}
.vyre-demo-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: clamp(320px, 48.5075vw, 650px);
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.vyre-demo-card__image::before {
  position: absolute;
  content: "";
  z-index: 2;
  background-color: rgba(23, 21, 21, 0.35);
  inset: 0;
  border-radius: 12px;
  pointer-events: none;
}
.vyre-demo-card__image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.vyre-demo-card button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 220px;
  height: 55px;
  color: rgba(var(--cl-a), 1);
}
@media (max-width: 576px) {
  .vyre-demo-card button {
    width: 160px;
    height: 48px;
  }
}
.vyre-demo-card button.vyre-demo-card__btn {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.vyre-demo-card:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.vyre-header {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 30;
  top: 0;
  border-bottom: solid 1px var(--br-a);
  background: rgba(var(--bg-c), 1);
}
@media (max-width: 475px) {
  .vyre-header {
    padding: 10px 0;
  }
}
.vyre-header.sticky {
  -webkit-box-shadow: -3px -20px 43px 8px rgba(0, 0, 0, 0.53);
  box-shadow: -3px -20px 43px 8px rgba(0, 0, 0, 0.53);
}
.vyre-header__box {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  grid-template-columns: auto 1fr auto;
  grid-gap: 8px clamp(15px, 2.3881vw, 32px);
  height: clamp(75px, 6.4925vw, 87px);
}
@media (min-width: 1024px) {
  .vyre-header__box .vyre-main-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1024px) {
  .vyre-header__box .vyre-logo {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
@media (max-width: 1024px) {
  .vyre-header__box {
    grid-template-columns: auto 1fr auto;
    justify-items: end;
  }
}
@media (max-width: 475px) {
  .vyre-header__box {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: auto 1fr;
  }
}
.vyre-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 475px) {
  .vyre-header__inner {
    grid-row: 2;
    grid-column: 1/-1;
    width: 100%;
  }
  .vyre-header__inner a, .vyre-header__inner button {
    height: 35px;
    width: 100%;
  }
}
.vyre-header .vyre-burger {
  justify-self: end;
}
@media (min-width: 1024px) {
  .vyre-header .vyre-burger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .vyre-header .vyre-burger {
    --burger-width: 24px;
    --burger-height: 14px;
    --burger-line-height: 2px;
    --border-radius: 3px;
    position: relative;
    border: none;
    padding: 0;
    width: var(--burger-width);
    height: var(--burger-height);
    color: rgba(var(--cl-b), 1);
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .vyre-header .vyre-burger::before, .vyre-header .vyre-burger::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .vyre-header .vyre-burger::before {
    top: 0;
  }
  .vyre-header .vyre-burger::after {
    width: 65%;
    top: calc(100% - var(--burger-line-height));
  }
  .vyre-header .vyre-burger__line {
    position: absolute;
    right: 0;
    top: 50%;
    width: 80%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .vyre-header .vyre-burger.active::before {
    top: 45%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .vyre-header .vyre-burger.active::after {
    width: 100%;
    top: 45%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .vyre-header .vyre-burger.active .vyre-burger__line {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .vyre-header .vyre-burger:hover {
    color: rgba(var(--cl-c), 1);
  }
}

footer {
  background-color: rgba(var(--bg-c), 1);
}

.vyre-footer {
  padding-bottom: clamp(16px, 1.4925vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.vyre-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px 20px;
}
.vyre-footer__inner {
  display: grid;
  grid-template-columns: 1fr 0.7fr auto;
  grid-gap: 16px 20px;
}
@media (max-width: 1024px) {
  .vyre-footer__inner {
    grid-template-columns: 100%;
  }
}
.vyre-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(12px, 1.194vw, 16px);
}
.vyre-footer__info span:not([class]) {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  width: clamp(35px, 2.9851vw, 40px);
  height: clamp(35px, 2.9851vw, 40px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(var(--cl-a), 1);
  background-color: rgba(var(--bg-k), 1);
}
.vyre-footer__info p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 1024px) {
  .vyre-footer__info {
    padding: clamp(16px, 1.4925vw, 20px) 0;
    border-top: solid 1px var(--br-a);
    border-bottom: solid 1px var(--br-a);
  }
  .vyre-footer__info:first-of-type {
    border: none;
    padding: 0;
  }
}

.vyre-mobile {
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 35px;
  -webkit-transform: translateX(230%);
  -ms-transform: translateX(230%);
  transform: translateX(230%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  overflow-y: auto;
  top: var(--header-height);
  padding: 35px 20px 15px;
  z-index: 30;
  background: rgba(var(--bg-c), 1);
  border-top: solid 1px rgba(var(--cl-c), 0.2);
}
.vyre-mobile.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .vyre-mobile .vyre-main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .vyre-mobile .vyre-main-nav__list {
    grid-gap: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .vyre-mobile .vyre-main-nav__list {
    grid-gap: 10px;
  }
}
@media (max-width: 1024px) {
  .vyre-mobile .vyre-main-nav__link {
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(var(--cl-b), 1);
  }
}
.vyre-mobile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .vyre-mobile__box {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .vyre-mobile {
    display: contents;
  }
}

.vyre-hero-section {
  position: relative;
  padding-top: calc(var(--header-height) + clamp(25px, 2.6866vw, 36px));
  margin-bottom: 40px;
}
.vyre-hero-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(16px, 1.8705vw, 26px) 16px;
  position: relative;
}

.vyre-accordion__button {
  cursor: pointer;
}

.vyre-error-section {
  margin: calc(var(--header-height) + clamp(40px, 7.4627vw, 100px)) 0 clamp(80px, 7.4627vw, 100px);
}

.vyre-error-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vyre-error-section h1 {
  font-weight: 900;
  font-size: clamp(100px, 11.9403vw, 160px);
  color: rgba(var(--cl-b), 1);
  background: var(--gr-b);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.vyre-error-section p {
    text-align: center;
  margin: clamp(1px, 0.7463vw, 10px) 0 clamp(25px, 2.9851vw, 40px);
  font-size: clamp(26px, 2.9851vw, 40px);
}

.vyre-error-section .main-btn {
  height: 52px;
  max-width: 230px;
  width: 100%;
}

.vyre-popular-section {
  margin-bottom: clamp(35px, 2.9851vw, 40px);
}
.vyre-popular-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.vyre-about-section {
  padding-bottom: 40px;
  overflow: hidden;
}
.vyre-about-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(18px, 2.3881vw, 32px);
}
.vyre-about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: clamp(18px, 2.3881vw, 32px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vyre-about-section__inner--mode {
  grid-gap: 20px;
}
.vyre-about-section__inner--mode .vyre-main-box {
  grid-gap: 16px;
}

.vyre-casinos-section {
  margin-bottom: 40px;
}
.vyre-casinos-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 1.791vw, 24px);
}
.vyre-accordion__box p:first-child{
    display:none;
}
.vyre-accordion__box p:last-child{
    display:none;
}
.vyre-accordion__box > p:only-child{
    display: inline-flex !important;
}
.vyre-game-section {
  position: relative;
  padding: calc(var(--header-height) + 15px) 0 30px;
}
.vyre-game-section h1 {
  font-size: clamp(26px, 3.4328vw, 46px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  background: var(--gr-b);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.vyre-game-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.vyre-main-top .h1{
  font-family: var(--font-family);
  font-size: clamp(24px, 2.9851vw, 40px);
  line-height: 125%;
  font-weight: 800;
  color: rgba(var(--cl-b), 1);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.vyre-main-top .h2 {
  font-family: var(--font-family);
  font-size: clamp(22px, 2.3881vw, 32px);
  line-height: 125%;
  font-weight: 800;
  color: rgba(var(--cl-b), 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.mce-toc {
    position: relative;
    z-index: 1;
    padding: 15px 15px 20px 10px;
    width: 100%;
    background: rgba(var(--bg-a), 1);
    border:solid 1px var(--br-a);
    border-radius: 12px;
}

.mce-toc ul {
    gap: 7px !important;
    padding-left: 15px;
}

.mce-toc ul > li > a {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.3s ease;
    text-underline-offset: 3px;
    color: rgba(var(--cl-b), 1);
}

.mce-toc ul > li > a:hover {
    color: rgba(var(--cl-b), 1);
    text-decoration-color: inherit;
}

.mce-toc ul > li > ul:not([class]) {
    display: none;
}

.mce-toc ul > li > ul > li > a {
    font-weight: 400;
}

.mce-toc::before {
    content: 'Содержание';
    display: block;
    font-size: clamp(16px, 1.525vw, 18px);
    font-weight: 600;
    text-align: start;
    color: rgba(var(--cl-b), 1);
    order: -1;
    margin-bottom: 15px;
    padding-left: 13px;
}

@media (max-width: 768px) {
    .mce-toc {
        padding-left: 0px;
    }
}
@media (max-width: 576px){
  .table-responsive{
    overflow:auto;
    width: calc(100% + (var(--container-offset) * 2));
    margin-left: calc(var(--container-offset) * -1);
    padding: 0 var(--container-offset);
  }
  
  table:not([class]){
      min-width: 450px;
  }
  
  table:not([class]) td p{
      min-width: 125px;
  }
}
/*# sourceMappingURL=style.css.map */