@import "https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";
.btn[data-v-ea610df3] {
  --color: var(--black);
  --color-hover: var(--black);
  --color-active: var(--bg-site);
  --color-disabled: var(--bg-site);
  --bg-color: var(--yellow);
  --bg-color-hover: var(--yellow-hover);
  --bg-color-active: var(--contrast);
  --bg-color-disabled: var(--border);
  --border-color: var(--bg-color);
  --border-color-hover: var(--bg-color-hover);
  --border-color-active: var(--bg-color-active);
  --border-color-disabled: var(--bg-color-disabled);
  align-items: center;
  background-color: var(--bg-color);
  border-color: var(--border-color);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  color: var(--color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  transition-duration: 0.2s;
  transition-property: background-color, box-shadow, color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dark-theme {
  --bg-site: #161924;
  --bg-site-rgb: 22 25 36;
  --bg-wrapper: #1d202b;
  --bg-wrapper-rgb: 29 32 43;
  --bg-container: #272a38;
  --bg-container-rgb: 39 42 56;
  --border: #3c394a;
  --contrast: #fff;
  --gray: #8c8c8c;
  --yellow: #f2a100;
  --yellow-hover: #ffc926;
  --green: #94ca37;
  --red: #f24e4e;
  --black: #000;
  --white: #fff;
  --overlay-black: rgba(0, 0, 0, 0.5);
  --overlay-white: hsla(0, 0%, 100%, 0.5);
  --overlay-blue: rgba(36, 38, 51, 0.9);
  --division-amber: #894a0f;
  --division-jade: #0f8982;
  --division-amethyst: #5b0f89;
  --division-gold: #89250f;
  --plinko-1: #6c6aeb;
  --plinko-2: #f4d326;
  --plinko-3: #eb6a6a;
  --plinko-4: #a26aeb;
  --plinko-5: #eb6ade;
  --plinko-6: #93e354;
  --plinko-7: #64d8df;
  --plinko-8: #ff7a00;
  --plinko-9: #b0ada6;
  --chat-bet-gradient: linear-gradient(
    258deg,
    rgba(190, 0, 237, 0.25),
    rgba(237, 158, 0, 0.25)
  );
  --chat-bet-bg: hsla(0, 0%, 100%, 0.1);
  --swiper-theme-color: var(--yellow) !important;
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: var(--border);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 56px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-border-radius: 2px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 4px;
  --swiper-preloader-color: var(--yellow);
  --bg-main: var(--bg-site);
  --text-main: var(--contrast);
  color: var(--text-main);
}

.dark-theme .dp__theme_dark {
  --dp-background-color: var(--bg-wrapper);
  --dp-text-color: var(--text-main);
  --dp-hover-color: var(--yellow-hover);
  --dp-hover-text-color: var(--text-main);
  --dp-hover-icon-color: var(--text-main);
  --dp-primary-color: var(--yellow);
  --dp-primary-text-color: var(--text-main);
  --dp-primary-disabled-color: var(--border);
  --dp-secondary-color: var(--gray);
  --dp-border-color: var(--border);
  --dp-menu-border-color: var(--border);
  --dp-border-color-hover: var(--yellow);
  --dp-disabled-color: var(--border);
  --dp-scroll-bar-background: var(--border);
  --dp-scroll-bar-color: var(--gray);
  --dp-success-color: var(--green);
  --dp-success-color-disabled: var(--green);
  --dp-icon-color: var(--yellow);
  --dp-danger-color: var(--red);
  --dp-highlight-color: rgba(25, 118, 210, 0.1);
}

.dark-theme .dp__theme_dark .dp__cell_disabled {
  color: var(--dp-disabled-color);
}
.Firefox:is(html, .docs-story) * {
  scrollbar-color: var(--gray) var(--border);
  scrollbar-width: thin;
}

:is(html, .docs-story) ::-webkit-scrollbar {
  background-color: var(--border);
  height: 4px;
  width: 4px;
}

:is(html, .docs-story) ::-webkit-scrollbar-thumb {
  background-color: var(--gray);
}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
}

.docs-story,
html {
  background-color: var(--bg-main);
  color: var(--text-main);
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition-duration: 0.2s;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1201px) {
  .docs-story,
  html {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
}
*,
:after,
:before {
  border: 0 solid;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: red;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
body {
  line-height: inherit;
  margin: 0;
}
body,
html {
  overflow: hidden;
}
.flex {
  display: flex;
}
.h-\[calc\(var\(--vh\,1vh\)\*100\)\] {
  height: calc(var(--vh, 1vh) * 100);
}
.overflow-hidden {
  overflow: hidden;
}
.pb-6 {
  padding-bottom: 48px;
}
.pt-\[61px\] {
  padding-top: 61px;
}
.transition-\[padding\] {
  transition-duration: 0.2s;
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1201px) {
  .lg\:pb-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .lg\:pt-0 {
    padding-top: 0;
  }
}
.relative {
  position: relative;
}
.grid {
  display: grid;
}
.flex-\[1_1_100\%\] {
  flex: 1 1 100%;
}
.grid-cols-\[100\%\] {
  grid-template-columns: 100%;
}
.grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.\[overflow-y\:scroll\] {
  overflow-y: scroll;
}
@media (min-width: 1201px) {
  .lg\:grid-rows-\[88px_1fr_auto\] {
    grid-template-rows: 88px 1fr auto;
  }
}
.z-\[4\] {
  z-index: 4;
}
.fixed {
  position: fixed;
}

@media (min-width: 1201px) {
  .lg\:static {
    position: static;
  }
}
.z-\[3\] {
  z-index: 3;
}
.h-full {
  height: 100%;
}
.border-b,
.border-y {
  border-bottom-width: 1px;
}
.border-border {
  border-color: var(--border);
}
.transition-\[border-color\] {
  transition-duration: 0.2s;
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container {
  max-width: 1412px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1201px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
a,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.self-center {
  align-self: center;
}
.border-none {
  border-style: none;
}
.bg-transparent {
  background-color: initial;
}
.p-\[6px\] {
  padding: 6px;
}
.text-yellow {
  color: var(--yellow);
}
.\[outline\:0\] {
  outline: 0;
}
@media (min-width: 1601px) {
  .xl2\:hidden {
    display: none;
  }
}
.mt-\[6px\] {
  margin-top: 6px;
}
.block {
  display: block;
}
.h-\[3px\] {
  height: 3px;
}
.w-\[36px\] {
  width: 36px;
}
.rounded-sm {
  border-radius: 4px;
}
.bg-current {
  background-color: currentColor;
}
.transition {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, -webkit-text-decoration-color,
    -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -moz-text-decoration-color,
    -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.first\:mt-0:first-child {
  margin-top: 0;
}
@media (min-width: 1201px) {
  .\!text-basebold,
  .text-basebold {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
  }
}
.items-center {
  align-items: center;
}
.pl-3 {
  padding-left: 16px;
}
.text-base,
.text-basebold {
  font-size: 14px;
  line-height: 20px;
}
.text-basebold,
.text-h1 {
  font-weight: 700;
}
.mr-md {
  margin-right: 24px;
}
.hidden {
  display: none;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.leading-\[1\] {
  line-height: 1;
}
@media (min-width: 1601px) {
  .xl2\:flex {
    display: flex;
  }
}
@media (min-width: 1800px) {
  .min-\[1800px\]\:mr-5 {
    margin-right: 32px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
.text-\[20px\] {
  font-size: 20px;
}
.font-bold {
  font-weight: 700;
}
.not-italic {
  font-style: normal;
}
@media (min-width: 1800px) {
  @media (min-width: 1201px) {
    .min-\[1800px\]\:text-h3 {
      font-size: 24px !important;
      font-weight: 700 !important;
      line-height: 32px !important;
    }
  }
}
@media (min-width: 1800px) {
  .min-\[1800px\]\:text-h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
}
.top-\[-1em\] {
  top: -1em;
}
.mb-\[-3px\] {
  margin-bottom: -3px;
}
.text-\[11px\] {
  font-size: 11px;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[16px\] {
  line-height: 16px;
}
.absolute {
  position: absolute;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.w-full {
  width: 100%;
}
.justify-between {
  justify-content: space-between;
}
.animate-\[menu-out_0\.4s_ease-in-out_forwards\] {
  animation: menu-out 0.4s ease-in-out forwards;
}
@keyframes menu-out {
  0% {
    opacity: 1;
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    opacity: 0;
    transform: translateY(0);
    visibility: hidden;
  }
}
@media (min-width: 1601px) {
  .xl2\:static {
    position: static;
  }
}

@media (min-width: 1601px) {
  .xl2\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 1601px) {
  .xl2\:animate-none {
    animation: none;
  }
}
@media (min-width: 1601px) {
  .xl2\:justify-normal {
    justify-content: normal;
  }
}
@media (min-width: 1201px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1601px) {
  .xl2\:\!p-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1601px) {
  .xl2\:\!mr-3 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1601px) {
  .xl2\:mr-4,
  .xl2\:mr-md {
    margin-right: 24px;
  }
}
@media (min-width: 1800px) {
  .min-\[1800px\]\:\!mr-xl {
    margin-right: 40px !important;
  }
}
@media (min-width: 1800px) {
  .min-\[1800px\]\:mr-xl {
    margin-right: 40px;
  }
}
.font-semibold {
  font-weight: 600;
}
.text-f-main {
  color: var(--text-main);
}
.text-gray {
  color: var(--gray);
}
.no-underline {
  -webkit-text-decoration-line: none;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
}
.transition-\[color\] {
  transition-duration: 0.2s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1601px) {
  .xl2\:p-0 {
    padding: 0;
  }
}

.hover\:text-yellow:hover {
  color: var(--yellow);
}
.ui-\[active\]\:text-f-main.active {
  color: var(--text-main);
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-auto:after {
  bottom: auto;
  content: var(--tw-content);
}
.after\:left-1\/2:after {
  content: var(--tw-content);
  left: 50%;
}
.after\:top-0:after {
  content: var(--tw-content);
  top: 0;
}
.after\:block:after {
  content: var(--tw-content);
  display: block;
}
.after\:h-\[3px\]:after {
  content: var(--tw-content);
  height: 3px;
}
.after\:w-full:after {
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-center:after {
  content: var(--tw-content);
  transform-origin: center;
}
.after\:-translate-x-full:after,
.after\:translate-x-\[-50\%\]:after {
  content: var(--tw-content);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:translate-x-\[-50\%\]:after {
  --tw-translate-x: -50%;
}
.after\:scale-x-0:after {
  --tw-scale-x: 0;
  content: var(--tw-content);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:cursor-default:after {
  content: var(--tw-content);
  cursor: default;
}
.after\:touch-none:after {
  content: var(--tw-content);
  touch-action: none;
}
.after\:bg-yellow:after {
  background-color: var(--yellow);
  content: var(--tw-content);
}
.after\:transition-\[transform\]:after {
  content: var(--tw-content);
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1601px) {
  .xl2\:after\:bottom-0:after {
    bottom: 0;
    content: var(--tw-content);
  }
}
@media (min-width: 1601px) {
  .xl2\:after\:top-auto:after {
    content: var(--tw-content);
    top: auto;
  }
}
.ui-\[active\]\:after\:scale-x-100.active:after {
  --tw-scale-x: 1;
  content: var(--tw-content);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1601px) {
  .xl2\:last\:mr-0:last-child {
    margin-right: 0;
  }
}
.ml-auto {
  margin-left: auto;
}
.inline-flex {
  display: inline-flex;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.h-\[36px\] {
  height: 36px;
}
.w-\[47px\] {
  width: 47px;
}
.\!border-none {
  border-style: none !important;
}
.\!bg-\[--bg-site\] {
  background-color: var(--bg-site) !important;
}
.\[background\:linear-gradient\(78deg\,rgba\(255\,255\,255\,0\.60\)_0\%\,rgba\(242\,161\,0\,0\.50\)_36\%\,var\(--border\)_100\%\)\] {
  background: linear-gradient(
    78deg,
    hsla(0, 0%, 100%, 0.6) 0,
    rgba(242, 161, 0, 0.5) 36%,
    var(--border) 100%
  );
}
@media (min-width: 1201px) {
  .lg\:h-\[48px\] {
    height: 48px;
  }
}
@media (min-width: 1201px) {
  .lg\:w-\[70px\] {
    width: 70px;
  }
}
@media (min-width: 1201px) {
  .btn.size-md[data-v-ea610df3] {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
.btn.size-md[data-v-ea610df3] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 9px 15px;
}

@media (min-width: 1201px) {
  .btn.size-md[data-v-ea610df3],
  .btn.size-xl[data-v-ea610df3] {
    font-weight: 700;
    line-height: 24px;
  }
}
.justify-center {
  justify-content: center;
}
.after\:pointer-events-none:after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:left-0:after {
  content: var(--tw-content);
  left: 0;
}
.after\:z-\[1\]:after {
  content: var(--tw-content);
  z-index: 1;
}
.after\:h-full:after {
  content: var(--tw-content);
  height: 100%;
}
.after\:rounded-inherit:after {
  border-radius: inherit;
  content: var(--tw-content);
}
.after\:border:after {
  border-width: 1px;
  content: var(--tw-content);
}
.after\:border-\[rgba\(255\,255\,255\,0\.10\)\]:after {
  border-color: rgba(255, 255, 255, 0.1);
  content: var(--tw-content);
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.z-\[2\] {
  z-index: 2;
}
.h-\[32px\] {
  height: 32px;
}
.w-\[56px\] {
  width: 56px;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-x-1\/4 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1,
.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
@media (min-width: 1201px) {
  .lg\:h-\[46px\] {
    height: 46px;
  }
}
@media (min-width: 1201px) {
  .lg\:w-\[87px\] {
    width: 87px;
  }
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
@media (min-width: 1201px) {
  .\!text-base,
  .text-base {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
  }
}
.m-auto {
  margin: auto;
}
.max-h-full {
  max-height: 100%;
}
.w-auto {
  width: auto;
}
.max-w-full {
  max-width: 100%;
}
.rounded-inherit {
  border-radius: inherit;
}
.object-contain {
  object-fit: contain;
}
.text-base {
  font-weight: 300;
}
svg {
  fill: currentColor;
  height: 1em;
  min-height: 1em;
  min-width: 1em;
  width: 1em;
}
.ml-1 {
  margin-left: 8px;
}
.text-white {
  color: var(--white);
}
.transition-none {
  transition-property: none;
}
.\[\&_\.right-icon\]\:\!hidden .right-icon {
  display: none !important;
}
@media (min-width: 1201px) {
  .btn[data-v-ea610df3] svg {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }
}
.btn[data-v-ea610df3] svg {
  font-size: 24px;
}
.flex-wrap-gap-1 {
  margin: -4px;
}
.flex-wrap-gap-1 > * {
  margin: 4px;
}
.outline {
  outline-style: solid;
}

@media (min-width: 1201px) {
  .btn.size-md[data-v-ea610df3] {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (min-width: 1201px) {
  .btn.size-md[data-v-ea610df3] {
    font-size: 16px;
    padding: 11px 15px;
  }
}
.btn.outline[data-v-ea610df3] {
  --color: var(--bg-color);
  --color-hover: var(--bg-color-hover);
  --color-active: var(--bg-color-active);
  --color-disabled: var(--bg-color-disabled);
  background-color: initial;
}
@media (max-width: 1199px) {
  #headerRelative {
    display: none;
  }
}
@media (min-width: 1199px) {
  #headerFixed {
    display: none;
  }
}
.top-0 {
  top: 0;
}
.bg-bg-site {
  background-color: var(--bg-site);
}
.py-\[12px\] {
  padding-bottom: 12px;
  padding-top: 12px;
}
.transition-\[border-color\,transform\,width\] {
  transition-duration: 0.2s;
  transition-property: border-color, transform, width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mr-1 {
  margin-right: 8px;
}
.leading-\[17px\] {
  line-height: 17px;
}
@media (min-width: 601px) {
  .sm2\:block {
    display: block;
  }
}
.mr-\[6px\] {
  margin-right: 6px;
}
.\[\&\+\*\]\:ml-0 + * {
  margin-left: 0;
}
.flex-wrap-gap {
  margin: -2px;
}
@media (min-width: 361px) {
  .xs\:flex-wrap-gap-1 {
    margin: -4px;
  }
}
.flex-wrap-gap > * {
  margin: 2px;
}
@media (min-width: 361px) {
  .xs\:flex-wrap-gap-1 > * {
    margin: 4px;
  }
}
.btn.size-s[data-v-ea610df3] {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 7px 11px;
}
@media (hover) {
  .btn[data-v-ea610df3]:hover {
    background-color: var(--bg-color-hover);
    border-color: var(--border-color-hover);
    color: var(--color-hover);
  }
}
@media (hover) {
  .btn.outline[data-v-ea610df3]:hover {
    background-color: initial;
  }
}
.py-3 {
  padding-bottom: 16px;
  padding-top: 16px;
}
@media (min-width: 1201px) {
  .lg\:py-\[36px\] {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}
.z-\[2\] {
  z-index: 2;
}
.min-h-\[calc\(\(var\(--vh\,1vh\)\*100\)-61px-48px\)\] {
  min-height: calc(var(--vh, 1vh) * 100 - 109px);
}
.grow {
  flex-grow: 1;
}
@media (min-width: 1201px) {
  .lg\:min-h-\[630px\] {
    min-height: 630px;
  }
}
.mb-5 {
  margin-bottom: 32px;
}
@media (min-width: 1201px) {
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
@media (min-width: 1201px) {
  .text-h1,
  .text-h2 {
    font-weight: 800 !important;
  }
}
@media (min-width: 1201px) {
  .text-h1 {
    font-size: 44px !important;
    line-height: 56px !important;
  }
}
.text-basebold,
.text-h1 {
  font-weight: 700;
}
.text-h1 {
  font-size: 28px;
  line-height: 32px;
}
.my-\[20px\] {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 901px) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 901px) {
  .md\:items-center {
    align-items: center;
  }
}
@media (min-width: 1201px) {
  .lg\:mb-4 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1201px) {
  .lg\:mt-4 {
    margin-top: 24px;
  }
}
@media (min-width: 1201px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1201px) {
  .lg\:\[align-items\:unset\] {
    align-items: unset;
  }
}
.flex-wrap-gap-1 > * {
  margin: 4px;
}
.rounded-md {
  border-radius: 8px;
}
.bg-bg-wrapper {
  background-color: var(--bg-wrapper);
}
.p-2 {
  padding: 12px;
}
@media (min-width: 1201px) {
  .lg\:rounded {
    border-radius: 12px;
  }
}
@media (min-width: 1201px) {
  .lg\:py-4 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media (min-width: 1201px) {
  .lg\:pl-3 {
    padding-left: 16px;
  }
}
.mr {
  margin-right: 4px;
}
.text-\[28px\] {
  font-size: 28px;
}
.mb {
  margin-bottom: 4px;
}
@media (min-width: 1201px) {
  .lg\:\!text-\[20px\] {
    font-size: 20px !important;
  }
}
@media (min-width: 1201px) {
  .lg\:\!font-semibold {
    font-weight: 600 !important;
  }
}
@media (min-width: 1201px) {
  .lg\:\!leading-\[24px\] {
    line-height: 24px !important;
  }
}
@media (min-width: 1201px) {
  .text-h5 {
    font-size: 18px !important;
  }
}
@media (min-width: 1201px) {
  .\!text-h4,
  .text-h5 {
    font-weight: 700 !important;
    line-height: 24px !important;
  }
}
.text-h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 1201px) {
  .lg\:\!text-\[32px\] {
    font-size: 32px !important;
  }
}
@media (min-width: 1201px) {
  .lg\:\!font-\[800\] {
    font-weight: 800 !important;
  }
}
@media (min-width: 1201px) {
  .lg\:\!leading-\[36px\] {
    line-height: 36px !important;
  }
}
@media (min-width: 1201px) {
  .text-h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media (min-width: 1201px) {
  .text-h1,
  .text-h2 {
    font-weight: 800 !important;
  }
}
.\!ml-0 {
  margin-left: 0 !important;
}
.ml {
  margin-left: 4px;
}
.mr-1 {
  margin-right: 8px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 1201px) {
  .\!text-base,
  .text-base {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
  }
}
.mt-\[20px\] {
  margin-top: 20px;
}
@media (min-width: 901px) {
  .md\:mr-4 {
    margin-right: 24px;
  }
}
@media (min-width: 901px) {
  .md\:mt-0 {
    margin-top: 0;
  }
}
@media (min-width: 1201px) {
  .lg\:mr-0 {
    margin-right: 0;
  }
}
@media (min-width: 1201px) {
  .lg\:mt-4 {
    margin-top: 24px;
  }
}
@media (min-width: 1601px) {
  .xl2\:my-\[26px\] {
    margin-bottom: 26px;
    margin-top: 26px;
  }
}
.mb-1 {
  margin-bottom: 8px;
}
@media (min-width: 601px) {
  .sm2\:grid {
    display: grid;
  }
}
@media (min-width: 601px) {
  .sm2\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 601px) {
  .sm2\:gap-1 {
    gap: 8px;
  }
}
@media (min-width: 1201px) {
  .lg\:gap-4 {
    gap: 24px;
  }
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .btn.size-md[data-v-ea610df3],
  .btn.size-xl[data-v-ea610df3] {
    font-weight: 700;
    line-height: 24px;
  }
}
@media (min-width: 1201px) {
  .btn.size-xl[data-v-ea610df3] {
    font-size: 18px;
  }
}
.btn.size-xl[data-v-ea610df3] {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 11px 15px;
}

.text-white {
  color: var(--white);
}
.transition-none {
  transition-property: none;
}
@media (min-width: 1201px) {
  .btn[data-v-ea610df3] svg {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }
}

@media (min-width: 1201px) {
  .btn.size-xl[data-v-ea610df3] svg {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }
}
.btn.size-xl[data-v-ea610df3] svg {
  font-size: 24px;
}
.z-\[1\] {
  z-index: 1;
}
.mb-1 {
  margin-bottom: 8px;
}
.min-h-\[92px\] {
  min-height: 92px;
}
.p-sm {
  padding: 16px;
}
.\[background\:linear-gradient\(0deg\,rgba\(31\,36\,52\,0\.90\)0\%\,rgba\(31\,36\,52\,0\.90\)100\%\)\] {
  background: linear-gradient(
    0deg,
    rgba(31, 36, 52, 0.9) 0,
    rgba(31, 36, 52, 0.9)
  );
}
@media (min-width: 601px) {
  .sm2\:mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .lg\:\!min-h-\[210px\] {
    min-height: 210px !important;
  }
}
@media (min-width: 1201px) {
  .lg\:p-4 {
    padding: 24px;
  }
}
.z-\[-1\] {
  z-index: -1;
}
.\[transition\:transform_0\.5s_ease\] {
  transition: transform 0.5s ease;
}
.pointer-events-none {
  pointer-events: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.transition-opacity {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.object-cover {
  object-fit: cover;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
@media (min-width: 1201px) {
  .lg\:text-h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
  }
}
@media (min-width: 1201px) {
  .lg\:text-h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
}
.animate-\[online-rotation_7s_linear_infinite\] {
  animation: online-rotation 7s linear infinite;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-green {
  color: var(--green);
}
@keyframes online-rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}
.mt-auto {
  margin-top: auto;
}
.flex-cols-gap-2\/1 {
  margin: -4px;
}
@media (min-width: 901px) {
  .md\:flex-cols-gap-2\/3 {
    margin: -8px;
  }
}
.flex-cols-gap-2\/1 > * {
  margin: 4px;
  width: calc(50% - 8px);
}
@media (min-width: 901px) {
  .md\:flex-cols-gap-2\/3 > * {
    margin: 8px;
    width: calc(50% - 16px);
  }
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-w-1 {
  --tw-aspect-w: 1;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  position: relative;
}

@media (min-width: 901px) {
  .md\:rounded-lm {
    border-radius: 6px;
  }
}
.aspect-w-1 > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 601px) {
  .sm2\:max-w-\[320px\] {
    max-width: 320px;
  }
}
@media (min-width: 901px) {
  .md\:mr-auto {
    margin-right: auto;
  }
}
@media (min-width: 1601px) {
  .xl2\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1601px) {
  .xl2\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1601px) {
  .xl2\:items-center {
    align-items: center;
  }
}
@media (min-width: 1601px) {
  .xl2\:justify-between {
    justify-content: space-between;
  }
}
.border-t {
  border-top-width: 1px;
}
@media (min-width: 901px) {
  .md\:border-none {
    border-style: none;
  }
}
@media (min-width: 901px) {
  .md\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pb-3 {
  padding-bottom: 16px;
}
@media (min-width: 901px) {
  .md\:border-t {
    border-top-width: 1px;
  }
}
@media (min-width: 901px) {
  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }
}
@media (min-width: 901px) {
  .md\:pt-\[20px\] {
    padding-top: 20px;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (min-width: 601px) {
  .sm2\:flex-cols-gap-3\/1 {
    margin: -4px;
  }
}
@media (min-width: 901px) {
  .md\:flex-wrap-gap-3 {
    margin: -8px;
  }
}
@media (min-width: 601px) {
  .sm2\:flex-cols-gap-3\/1 > * {
    margin: 4px;
    width: calc(33.33333% - 8px);
  }
}
@media (min-width: 901px) {
  .md\:flex-wrap-gap-3 > * {
    margin: 8px;
  }
}
@media (min-width: 901px) {
  .md\:w-auto {
    width: auto;
  }
}
@media (min-width: 901px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 901px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 901px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 901px) {
  .md\:gap-3 {
    gap: 16px;
  }
}
@media (min-width: 1601px) {
  .xl2\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1601px) {
  .xl2\:gap-\[36px\] {
    gap: 36px;
  }
}
@media (min-width: 901px) {
  .md\:order-\[-1\] {
    order: -1;
  }
}
@media (min-width: 901px) {
  .md\:w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1601px) {
  .xl2\:order-\[2\] {
    order: 2;
  }
}
@media (min-width: 1201px) {
  .\!text-basebold,
  .text-basebold {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
  }
}
.mr-3 {
  margin-right: 16px;
}
.h-\[40px\] {
  height: 40px;
}
.w-\[40px\] {
  width: 40px;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.bg-red {
  background-color: var(--red);
}
@media (min-width: 1201px) {
  .text-tiny {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
  }
}
.text-tiny {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
@media (min-width: 901px) {
  .md\:\!text-lg-invisible {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
  }
}
@media (min-width: 1601px) {
  .xl2\:order-\[1\] {
    order: 1;
  }
}
.h-\[42px\] {
  height: 42px;
}
.w-\[42px\] {
  width: 42px;
}
.min-w-\[42px\] {
  min-width: 42px;
}
.pt-3 {
  padding-top: 16px;
}
@media (min-width: 901px) {
  .md\:pb-3 {
    padding-bottom: 16px;
  }
}
@media (min-width: 1601px) {
  .xl2\:order-\[4\] {
    order: 4;
  }
}
.mt {
  margin-top: 4px;
}
.h-\[64px\] {
  height: 64px;
}
.w-\[64px\] {
  width: 64px;
}
.z-\[5\] {
  z-index: 5;
}
@media (min-width: 1201px) {
  .lg\:w-\[88px\] {
    width: 88px;
  }
}
@media (min-width: 1201px) {
  .lg\:min-w-\[88px\] {
    min-width: 88px;
  }
}
.transition-\[background-color\] {
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.h-\[88px\] {
  height: 88px;
}
.overflow-y-auto {
  overflow-y: auto;
}
.py-\[10px\] {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-height: 841px) and (min-width: 1201px) {
  .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:py-\[20px\] {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
@media (min-height: 841px) and (min-width: 1201px) {
  .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:mb-2 {
    margin-bottom: 12px;
  }
}
.btn-icon[data-v-1583c0ce] {
  flex-shrink: 0;
}
.btn-icon.size-md[data-v-1583c0ce] {
  padding: 9px;
}
.btn-icon.size-xl[data-v-1583c0ce] {
  padding-left: 11px;
  padding-right: 11px;
}
.btn-icon.nav-control[data-v-1583c0ce] {
  --color: var(--gray);
  --color-hover: var(--yellow);
  --color-active: var(--yellow-hover);
  --color-focus: var(--yellow);
  --bg-color: transparent;
  --bg-color-hover: transparent;
  --bg-color-active: transparent;
  --bg-color-focus: transparent;
  --border-color: transparent;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  align-items: center;
  background-color: initial;
  border-radius: 8px;
  border-style: none;
  display: flex;
  font-size: 28px !important;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition-duration: 0.2s;
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.btn-icon.nav-control[data-v-1583c0ce],
.btn-icon.nav-control.active[data-v-1583c0ce] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
@media (min-height: 841px) and (min-width: 1201px) {
  .btn-icon.nav-control[data-v-1583c0ce] {
    font-size: 32px !important;
  }
}
.btn-icon[data-v-1583c0ce] svg {
  color: inherit !important;
  transition-property: none !important;
}
.btn-icon.nav-control[data-v-1583c0ce] svg {
  font-size: inherit;
}
.text-\[30px\] {
  font-size: 30px;
}
.transition-colors {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color,
    -moz-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-height: 841px) and (min-width: 1201px) {
  .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:text-\[36px\] {
    font-size: 36px;
  }
}
.-right-2 {
  right: -12px;
}
.-top {
  top: -4px;
}
.h-4 {
  height: 24px;
}
.w-4 {
  width: 24px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.bg-yellow {
  background-color: var(--yellow);
}
.text-black {
  color: var(--black);
}
.bg-red {
  background-color: var(--red);
}
.\!fixed {
  position: fixed !important;
}
.right-0 {
  right: 0;
}
.w-\[24px\] {
  width: 24px;
}
.-translate-y-full,
.translate-x-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.\!rounded-r-none {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.p-0 {
  padding: 0;
}
@media (min-width: 1201px) {
  .btn.size-sm[data-v-ea610df3] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}
.btn.size-sm[data-v-ea610df3] {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 7px 16px;
}
@media (min-width: 1201px) {
  .btn.size-sm[data-v-ea610df3] {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (min-width: 1201px) {
  .btn.size-sm[data-v-ea610df3] {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 15px;
  }
}
.btn-icon.size-sm[data-v-1583c0ce] {
  padding: 7px;
}
@media (min-width: 1201px) {
  .btn-icon.size-sm[data-v-1583c0ce] {
    padding: 11px;
  }
}
@media (min-width: 1201px) {
  .btn.size-sm[data-v-ea610df3] svg {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }
}
.btn.size-sm[data-v-ea610df3] svg {
  font-size: 24px;
}
.rounded-full {
  border-radius: 9999px;
}
.h-\[28px\] {
  height: 28px;
}
.w-\[28px\] {
  width: 28px;
}
.ui-\[dark\]\:\!text-yellow.dark {
  color: var(--yellow) !important;
}
@media (min-width: 1601px) {
  .xl2\:w-auto {
    width: auto;
  }
}
@media (hover) {
  .btn[data-v-ea610df3]:hover {
    background-color: var(--bg-color-hover);
    border-color: var(--border-color-hover);
    color: var(--color-hover);
  }
}
.hover\:text-yellow:hover {
  color: var(--yellow);
}
[role="button"],
button {
  cursor: pointer;
}
@media (max-width: 1200px) {
  #sidebar {
    display: none;
  }
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-auto {
  top: auto;
}
.transition-transform {
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-full:before {
  bottom: 100%;
  content: var(--tw-content);
}
.before\:left-0:before {
  content: var(--tw-content);
  left: 0;
}
.before\:block:before {
  content: var(--tw-content);
  display: block;
}
.before\:h-\[1px\]:before {
  content: var(--tw-content);
  height: 1px;
}
.before\:w-full:before {
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-border:before {
  background-color: var(--border);
  content: var(--tw-content);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.max-w-\[414px\] {
  max-width: 414px;
}
.flex-grow {
  flex-grow: 1;
}
.\!text-yellow {
  color: var(--yellow) !important;
}
.\[\&\>\*\]\:flex > * {
  display: flex;
}
.\[\&\>\*\]\:h-full > * {
  height: 100%;
}
.\[\&\>\*\]\:w-full > * {
  width: 100%;
}
.\[\&\>\*\]\:items-center > * {
  align-items: center;
}
.\[\&\>\*\]\:justify-center > * {
  justify-content: center;
}
.btn.transparent[data-v-ea610df3] {
  --color: var(--bg-color);
  --color-hover: var(--bg-color-hover);
  --color-active: var(--bg-color-active);
  --color-disabled: var(--bg-color-disabled);
  background-color: initial;
  border-color: transparent;
}

.btn-icon.unrounded[data-v-1583c0ce] {
  border-radius: 0;
}
.btn-icon.color-black[data-v-1583c0ce] {
  --color: var(--contrast);
  --color-hover: var(--yellow-hover);
  --color-active: var(--yellow-hover);
}
@media (hover) {
  .btn.transparent[data-v-ea610df3]:hover {
    background-color: initial;
  }
}
.bg-yellow {
  background-color: var(--yellow);
}
.right-3 {
  right: 16px;
}
.top {
  top: 4px;
}
.h-\[20px\] {
  height: 20px;
}
.w-\[20px\] {
  width: 20px;
}
@media (min-width: 1200px) {
  #mobileMenu {
    display: none;
  }
}
.group:hover .group-hover\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1601px) {
  .xl2\:max-w-\[628px\] {
    max-width: 628px;
  }
}
@media (min-width: 1201px) {
  .lg\:text-\[48px\] {
    font-size: 48px;
  }
}
.hover\:text-f-main:hover {
  color: var(--text-main);
}
@media (min-width: 1201px) {
  .text-h1,
  .text-h2 {
    font-weight: 800 !important;
  }
}
@media (min-width: 1201px) {
  .text-h1 {
    font-size: 44px !important;
    line-height: 56px !important;
  }
}
.mb-4 {
  margin-bottom: 24px;
}
@media (min-width: 1201px) {
  .text-h3,
  .text-h4 {
    font-weight: 700 !important;
  }
}
@media (min-width: 1201px) {
  .text-h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.mb-3 {
  margin-bottom: 16px;
}
.text-h3 {
  font-size: 20px;
}
.text-h3,
.text-h4 {
  font-weight: 600;
  line-height: 24px;
}
.p-3 {
  padding: 16px;
}
.mt-0 {
  margin-top: 0;
}
.whitespace-pre-wrap {
  white-space: pre-line;
}
.font-\[monospace\] {
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
