@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Inder&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kalnia:wght@100..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap");
:root {
  --theme-color: #c0ea04;
  --theme-light-color: #c0ea04;
  --theme-bg-main: #c0ea04;
  --theme-text-color: #c0ea04;
  --theme-bg-main-to: #c0ea04;
  --theme-text-color-2: #9abc00;
}
.g2-tooltip-list-item-name-label {
  color: #000;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
span {
  color: #fff;
  font-family: Roboto Mono;
  -webkit-font-smoothing: antialiased;
}
#root,
body,
html {
  background: #050505;
}
img {
  overflow-clip-margin: 0;
  overflow: initial;
}
@keyframes ball-rotate {
  to {
    transform: rotate(1turn);
  }
}
.animate-ball-rotate {
  animation: ball-rotate 10s linear infinite;
}
.transition-colors-1s {
  transition: background-color 1s;
}
.anim-line-wrap .anim-1 {
  left: 0;
}
.anim-line-wrap .anim-1,
.anim-line-wrap .anim-2 {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #01ff66;
  top: 0;
  transition: transform 0.5s;
}
.anim-line-wrap .anim-2 {
  right: 0;
}
.anim-line-wrap .anim-3 {
  top: 0;
}
.anim-line-wrap .anim-3,
.anim-line-wrap .anim-4 {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #01ff66;
  right: 0;
  transition: transform 0.5s;
}
.anim-line-wrap .anim-4 {
  bottom: 0;
}
@keyframes rotate-ball {
  to {
    transform: rotate(1turn);
  }
}
.animate-rotate {
  animation: rotate-ball 10s linear infinite reverse;
}
@keyframes anim-logo-blur {
  to {
    filter: blur(20px);
    opacity: 0.5;
  }
}
.anim-logos img {
  filter: blur(0);
  animation: anim-logo-blur 10s linear infinite alternate-reverse;
}
.anim-logos img:first-child {
  animation-duration: 7.5s;
  animation-delay: 2s;
}
.anim-logos img:nth-child(2) {
  animation-duration: 8s;
  animation-delay: 8s;
}
.anim-logos img:nth-child(3) {
  animation-duration: 12s;
  animation-delay: 2.4s;
}
.anim-logos img:nth-child(4) {
  animation-duration: 9s;
  animation-delay: 8.2s;
}
.anim-logos img:nth-child(5) {
  animation-duration: 8.5s;
  animation-delay: 2.7s;
}
.anim-logos img:nth-child(6) {
  animation-duration: 8s;
  animation-delay: 6s;
}
.anim-logos img:nth-child(7) {
  animation-duration: 10s;
  animation-delay: 5.1s;
}
.anim-logos img:nth-child(8) {
  animation-duration: 11.2s;
  animation-delay: 2.5s;
}
.anim-logos img:nth-child(9) {
  animation-duration: 8s;
  animation-delay: 3.2s;
}
.anim-logos img:nth-child(10) {
  animation-duration: 7.2s;
  animation-delay: 1.5s;
}
.anim-logos img:nth-child(8) {
  animation-duration: 12.2s;
  animation-delay: 3.2s;
}
.hover-box {
  transform: translateY(100%);
  transition: transform 0.5s;
  cursor: pointer;
}
.box-network {
  overflow: hidden;
}
.box-network:hover .hover-box {
  transform: translatey(0);
}
.menu-wrap .icon-right-menu {
  opacity: 0;
}
.menu-wrap:hover .icon-right-menu {
  opacity: 1;
}
.wrap-menu-slide .ant-popover-inner {
  padding: 0;
  background: #000;
}
@keyframes animate-css-from-left {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.animate-css-from-left-translate {
  animation: animate-css-from-left 10s linear infinite;
}
.hover-btn-border {
  transition: border-color 0.4s;
}
.hover-btn-border span {
  transition: color 0.4s;
}
.hover-btn-border path {
  transition: fill 0.4s;
}
.hover-btn-border:hover {
  border-color: #01ff66;
}
.hover-btn-border:hover span {
  color: #01ff66;
}
.hover-btn-border:hover path {
  fill: #01ff66;
}
.hover-btn-bg {
  transition: background 0.2s;
}
.hover-btn-bg:hover {
  background: #01ff66;
}
.hover-btn-color {
  transition: background 0.4s;
}
.hover-btn-color:hover {
  background: transparent;
  border: 1px solid #01ff66;
  color: #01ff66;
}
.hover-btn-color:hover path {
  fill: #01ff66;
}
@keyframes animate-in-menu-anim {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-in-menu {
  animation: animate-in-menu-anim 0.3s;
}
.animate-out-menu {
  animation: animate-in-menu-anim 0.3s reverse;
}
.words-bline:after {
  content: "|";
  color: #01ff66;
  animation: words-blink-animate 1s infinite;
}
@keyframes words-blink-animate {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.no-scroll::-webkit-scrollbar {
  display: none;
}
.hover-arrow:hover {
  background-color: #01ff66;
}
.hover-arrow:hover path {
  fill: #000;
}
.selecte-box-wrap .selecte-box-content {
  display: none;
}
.selecte-box-wrap:hover .selecte-box-content {
  display: block;
}
.selected-item svg {
  opacity: 0;
}
.selected-item:hover svg {
  opacity: 1;
}
.modal-wrap .ant-modal {
  pointer-events: auto;
}
@media (max-width: 756px) {
  .hover-box {
    transform: translateY(0);
  }
  .modal-wrap .ant-modal {
    width: 100vw !important;
    max-width: 100vw;
  }
}
.drawer-selected .ant-drawer-content {
  background: none;
}
.drawer-selected .ant-drawer-body {
  padding: 4px 0;
  background-color: #000;
  border-radius: 2px;
}
.text-3-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hover-bg-A58700:hover {
  background: #a58700;
}
.hover-bg-797979:hover {
  background: #797979;
}
.hover-bg-8D5250:hover {
  background: #8d5250;
}
.hover-bg-9F5224:hover {
  background: #9f5224;
}
.hover-bg-9B6E2F:hover {
  background: #9b6e2f;
}
.hover-bg-7B1755:hover {
  background: #7b1755;
}
.hover-bg-7B0524:hover {
  background: #7b0524;
}
.hover-bg-A1963A:hover {
  background: #a1963a;
}
.hover-bg-2D4890:hover {
  background: #2d4890;
}
.hover-bg-A36B48:hover {
  background: #a36b48;
}
.hover-bg-0E496A:hover {
  background: #0e496a;
}
.hover-bg-005785:hover {
  background: #005785;
}
.hover-bg-BC711A:hover {
  background: #bc711a;
}
.hover-bg-792A9B:hover {
  background: #792a9b;
}
.hover-bg-A29898:hover {
  background: #a29898;
}
.hover-bg-391996:hover {
  background: #391996;
}
.hover-bg-930010:hover {
  background: #930010;
}
.hover-bg-787878:hover {
  background: #787878;
}
.hover-bg-354295:hover {
  background: #354295;
}
.hover-bg-760064:hover {
  background: #760064;
}
.hover-bg-800017:hover {
  background: #800017;
}
.hover-bg-111C30:hover {
  background: #111c30;
}
.hover-bg-254089:hover {
  background: #254089;
}
.hover-bg-0E9B4E:hover {
  background: #0e9b4e;
}
.hover-bg-8A8A8A:hover {
  background: #8a8a8a;
}
.hover-bg-855DCD:hover {
  background: #855dcd;
}
.hover-bg-9C4400:hover {
  background: #9c4400;
}
.hover-bg-461099:hover {
  background: #461099;
}
.hover-bg-0040A7:hover {
  background: #0040a7;
}
.hover-bg-202622:hover {
  background: #202622;
}
.hover-bg-9A3242:hover {
  background: #9a3242;
}
.hover-bg-0035CA:hover {
  background: #0035ca;
}
.hover-bg-198400:hover {
  background: #198400;
}
.hover-bg-133348:hover {
  background: #133348;
}
.hover-bg-4C43AB:hover {
  background: #4c43ab;
}
.hover-bg-293077:hover {
  background: #293077;
}
.hover-bg-2E518F:hover {
  background: #2e518f;
}
.hover-bg-162E30:hover {
  background: #162e30;
}
.hover-bg-083D98:hover {
  background: #083d98;
}
.hover-bg-70778E:hover {
  background: #70778e;
}
.hover-bg-906F00:hover {
  background: #906f00;
}
.hover-bg-923912:hover {
  background: #923912;
}
.hover-bg-0F31AA:hover {
  background: #0f31aa;
}
.hover-bg-234A8A:hover {
  background: #234a8a;
}
.hover-bg-00408B:hover {
  background: #00408b;
}
.hover-bg:hover {
  background-color: var(--hover-bg-color);
}
*,
: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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[124px\] {
  bottom: 124px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[224px\] {
  bottom: 224px;
}
.bottom-\[23px\] {
  bottom: 23px;
}
.bottom-\[240px\] {
  bottom: 240px;
}
.bottom-\[298px\] {
  bottom: 298px;
}
.bottom-\[348px\] {
  bottom: 348px;
}
.bottom-\[411px\] {
  bottom: 411px;
}
.bottom-\[495px\] {
  bottom: 495px;
}
.bottom-\[68px\] {
  bottom: 68px;
}
.bottom-\[71px\] {
  bottom: 71px;
}
.left-0 {
  left: 0;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[-32px\] {
  left: -32px;
}
.left-\[-52px\] {
  left: -52px;
}
.left-\[-8px\] {
  left: -8px;
}
.left-\[171px\] {
  left: 171px;
}
.left-\[17px\] {
  left: 17px;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[32px\] {
  left: 32px;
}
.left-\[7px\] {
  left: 7px;
}
.left-\[93px\] {
  left: 93px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-\[-11px\] {
  right: -11px;
}
.right-\[18px\] {
  right: 18px;
}
.right-\[25px\] {
  right: 25px;
}
.right-\[35px\] {
  right: 35px;
}
.right-\[41px\] {
  right: 41px;
}
.right-\[62px\] {
  right: 62px;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0;
}
.top-\[116px\] {
  top: 116px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[216px\] {
  top: 216px;
}
.top-\[48px\] {
  top: 48px;
}
.top-\[52px\] {
  top: 52px;
}
.top-\[565px\] {
  top: 565px;
}
.top-\[80px\] {
  top: 80px;
}
.top-auto {
  top: auto;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[5\] {
  z-index: 5;
}
.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[32px\] {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}
.my-\[90px\] {
  margin-top: 90px;
  margin-bottom: 90px;
}
.-ml-\[12px\] {
  margin-left: -12px;
}
.mb-\[0_\!important\] {
  margin-bottom: 0 !important;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[92px\] {
  margin-bottom: 92px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-\[11px\] {
  margin-left: 11px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-\[9px\] {
  margin-left: 9px;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-0 {
  margin-top: 0;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[195px\] {
  margin-top: 195px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[23px\] {
  margin-top: 23px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[31px\] {
  margin-top: 31px;
}
.mt-\[33px\] {
  margin-top: 33px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[43px\] {
  margin-top: 43px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mt-\[57px\] {
  margin-top: 57px;
}
.mt-\[58px\] {
  margin-top: 58px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[63px\] {
  margin-top: 63px;
}
.mt-\[67px\] {
  margin-top: 67px;
}
.mt-\[73px\] {
  margin-top: 73px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-\[92px\] {
  margin-top: 92px;
}
.mt-\[95px\] {
  margin-top: 95px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-14 {
  height: 3.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[1045px\] {
  height: 1045px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[198px\] {
  height: 198px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[228px\] {
  height: 228px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[455px\] {
  height: 455px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[77px\] {
  height: 77px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85\.333vw\] {
  height: 85.333vw;
}
.h-\[888px\] {
  height: 888px;
}
.h-\[94px\] {
  height: 94px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[min\(452px\2c 80svh\)\] {
  max-height: min(452px, 80svh);
}
.min-h-\[200px\] {
  min-height: 200px;
}
.w-20 {
  width: 5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[1135px\] {
  width: 1135px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[126px\] {
  width: 126px;
}
.w-\[133px\] {
  width: 133px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[163px\] {
  width: 163px;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[173px\] {
  width: 173px;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[202px\] {
  width: 202px;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[211px\] {
  width: 211px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[227px\] {
  width: 227px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[235px\] {
  width: 235px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[316px\] {
  width: 316px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[546px\] {
  width: 546px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[85\.333vw\] {
  width: 85.333vw;
}
.w-\[95px\] {
  width: 95px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1220px\] {
  max-width: 1220px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[min\(452px\2c 80svh\)\] {
  max-width: min(452px, 80svh);
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-y-\[60px\] {
  --tw-translate-y: -60px;
}
.-translate-y-\[60px\],
.translate-y-\[-10px\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
}
.translate-y-\[-7px\] {
  --tw-translate-y: -7px;
}
.rotate-180,
.translate-y-\[-7px\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-x-\[4px\] {
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.gap-y-\[6px\] {
  row-gap: 6px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-\[\#1E1E1E\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
}
.border-\[\#3A3A3A\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(255\2c 255\2c 255\2c \.1\)\] {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.border-\[rgba\(255\2c 255\2c 255\2c \.2\)\] {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.border-\[rgba\(255\2c 255\2c 255\2c \.21\)\] {
  border-color: hsla(0, 0%, 100%, 0.21);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-\[\#1E1E1E\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
}
.border-y-\[rgba\(255\2c 255\2c 255\2c \.1\)\] {
  border-top-color: hsla(0, 0%, 100%, 0.1);
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
}
.border-y-\[rgba\(255\2c 255\2c 255\2c \.14\)\] {
  border-top-color: hsla(0, 0%, 100%, 0.14);
  border-bottom-color: hsla(0, 0%, 100%, 0.14);
}
.border-l-\[\#3A3A3A\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
}
.border-r-\[\#1E1E1E\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
}
.border-t-\[\#1E1E1E\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
}
.border-t-\[rgba\(255\2c 255\2c 255\2c \.1\)\] {
  border-top-color: hsla(0, 0%, 100%, 0.1);
}
.border-t-\[rgba\(255\2c 255\2c 255\2c \.14\)\] {
  border-top-color: hsla(0, 0%, 100%, 0.14);
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#003114\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#01FF66\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 255 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#050505\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
}
.bg-\[\#090909\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 9 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D0D0D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
}
.bg-\[\#161616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#191919\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF0D\] {
  background-color: #ffffff0d;
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(5\2c 5\2c 5\2c \.9\)\] {
  background-color: rgba(5, 5, 5, 0.9);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\/cover-bg-mobile-2\.png\'\)\] {
  background-image: url(/cover-bg-mobile-2.png);
}
.bg-\[url\(\'\/cover-bg-mobile\.png\'\)\] {
  background-image: url(/cover-bg-mobile.png);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: 50%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[22px\] {
  padding: 22px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-0,
.px-\[0\] {
  padding-left: 0;
  padding-right: 0;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[96px\] {
  padding-top: 96px;
  padding-bottom: 96px;
}
.pb-\[0px\] {
  padding-bottom: 0;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[46px\] {
  padding-bottom: 46px;
}
.pb-\[47px\] {
  padding-bottom: 47px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pr-\[14px\] {
  padding-right: 14px;
}
.pr-\[22px\] {
  padding-right: 22px;
}
.pr-\[52px\] {
  padding-right: 52px;
}
.pt-\[0\] {
  padding-top: 0;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[128px\] {
  padding-top: 128px;
}
.pt-\[158px\] {
  padding-top: 158px;
}
.pt-\[166px\] {
  padding-top: 166px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pt-\[51px\] {
  padding-top: 51px;
}
.pt-\[57px\] {
  padding-top: 57px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.pt-\[63px\] {
  padding-top: 63px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[98px\] {
  padding-top: 98px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[68px\] {
  font-size: 68px;
}
.text-\[90px\] {
  font-size: 90px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[12px\] {
  font-weight: 12px;
}
.font-\[16px\] {
  font-weight: 16px;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[700\],
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-\[100px\] {
  line-height: 100px;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[31px\] {
  line-height: 31px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-\[47px\] {
  line-height: 47px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[74px\] {
  line-height: 74px;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[-1px\] {
  letter-spacing: -1px;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#01FF66\],
.text-\[\#01ff66\] {
  --tw-text-opacity: 1;
  color: rgb(1 255 102 / var(--tw-text-opacity, 1));
}
.text-\[\#217866\] {
  --tw-text-opacity: 1;
  color: rgb(33 120 102 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[black\],
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.text-white\/70 {
  color: hsla(0, 0%, 100%, 0.7);
}
.underline {
  text-decoration-line: underline;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-offset-\[-1px\] {
  outline-offset: -1px;
}
.outline-white {
  outline-color: #fff;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
}
.filter,
.grayscale {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
#root::-webkit-scrollbar,
.diy-scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
#root::-webkit-scrollbar-thumb,
.diy-scroll::-webkit-scrollbar-thumb {
  width: 2px;
  height: 2px;
  background: #d9d9d9;
  border-radius: 20px;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  color: #fff;
  transition: opacity 0.5s;
  background-color: #1677ff;
}
button:hover {
  opacity: 0.8;
}
.placeholder\:text-\[rgba\(255\2c 255\2c 255\2c \.5\)\]::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.placeholder\:text-\[rgba\(255\2c 255\2c 255\2c \.5\)\]::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.hover\:border-\[\#01FF66\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 255 102 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[rgba\(217\2c 217\2c 217\2c \.1\)\]:hover {
  background-color: hsla(0, 0%, 85%, 0.1);
}
.hover\:text-\[\#01FF66\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 255 102 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:bottom-\[116px\] {
    bottom: 116px;
  }
  .md\:bottom-\[141px\] {
    bottom: 141px;
  }
  .md\:bottom-\[166px\] {
    bottom: 166px;
  }
  .md\:bottom-\[232px\] {
    bottom: 232px;
  }
  .md\:bottom-\[246px\] {
    bottom: 246px;
  }
  .md\:bottom-\[28px\] {
    bottom: 28px;
  }
  .md\:bottom-\[57px\] {
    bottom: 57px;
  }
  .md\:bottom-\[68px\] {
    bottom: 68px;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-\[-50px\] {
    left: -50px;
  }
  .md\:left-\[100px\] {
    left: 100px;
  }
  .md\:left-\[191px\] {
    left: 191px;
  }
  .md\:left-\[241px\] {
    left: 241px;
  }
  .md\:left-\[244px\] {
    left: 244px;
  }
  .md\:left-\[501px\] {
    left: 501px;
  }
  .md\:left-\[503px\] {
    left: 503px;
  }
  .md\:left-\[60px\] {
    left: 60px;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:right-\[105px\] {
    right: 105px;
  }
  .md\:right-\[198px\] {
    right: 198px;
  }
  .md\:right-\[330px\] {
    right: 330px;
  }
  .md\:right-\[373px\] {
    right: 373px;
  }
  .md\:right-\[388px\] {
    right: 388px;
  }
  .md\:right-\[42px\] {
    right: 42px;
  }
  .md\:right-\[50px\] {
    right: 50px;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:top-\[120px\] {
    top: 120px;
  }
  .md\:top-\[272px\] {
    top: 272px;
  }
  .md\:top-\[342px\] {
    top: 342px;
  }
  .md\:top-\[43px\] {
    top: 43px;
  }
  .md\:top-\[47px\] {
    top: 47px;
  }
  .md\:top-\[76px\] {
    top: 76px;
  }
  .md\:top-\[85px\] {
    top: 85px;
  }
  .md\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md\:ml-\[4px\] {
    margin-left: 4px;
  }
  .md\:ml-\[69px\] {
    margin-left: 69px;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mr-\[16px\] {
    margin-right: 16px;
  }
  .md\:mr-\[57px\] {
    margin-right: 57px;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-\[-10px\] {
    margin-top: -10px;
  }
  .md\:mt-\[102px\] {
    margin-top: 102px;
  }
  .md\:mt-\[104px\] {
    margin-top: 104px;
  }
  .md\:mt-\[10px\] {
    margin-top: 10px;
  }
  .md\:mt-\[116px\] {
    margin-top: 116px;
  }
  .md\:mt-\[14px\] {
    margin-top: 14px;
  }
  .md\:mt-\[150px\] {
    margin-top: 150px;
  }
  .md\:mt-\[168px\] {
    margin-top: 168px;
  }
  .md\:mt-\[20px\] {
    margin-top: 20px;
  }
  .md\:mt-\[21px\] {
    margin-top: 21px;
  }
  .md\:mt-\[22px\] {
    margin-top: 22px;
  }
  .md\:mt-\[24px\] {
    margin-top: 24px;
  }
  .md\:mt-\[25px\] {
    margin-top: 25px;
  }
  .md\:mt-\[26px\] {
    margin-top: 26px;
  }
  .md\:mt-\[28px\] {
    margin-top: 28px;
  }
  .md\:mt-\[30px\] {
    margin-top: 30px;
  }
  .md\:mt-\[36px\] {
    margin-top: 36px;
  }
  .md\:mt-\[38px\] {
    margin-top: 38px;
  }
  .md\:mt-\[43px\] {
    margin-top: 43px;
  }
  .md\:mt-\[4px\] {
    margin-top: 4px;
  }
  .md\:mt-\[53px\] {
    margin-top: 53px;
  }
  .md\:mt-\[56px\] {
    margin-top: 56px;
  }
  .md\:mt-\[60px\] {
    margin-top: 60px;
  }
  .md\:mt-\[72px\] {
    margin-top: 72px;
  }
  .md\:mt-\[7px\] {
    margin-top: 7px;
  }
  .md\:mt-\[90px\] {
    margin-top: 90px;
  }
  .md\:mt-\[92px\] {
    margin-top: 92px;
  }
  .md\:mt-\[94px\] {
    margin-top: 94px;
  }
  .md\:mt-\[99px\] {
    margin-top: 99px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[100vh\] {
    height: 100vh;
  }
  .md\:h-\[10px\] {
    height: 10px;
  }
  .md\:h-\[138px\] {
    height: 138px;
  }
  .md\:h-\[13px\] {
    height: 13px;
  }
  .md\:h-\[142px\] {
    height: 142px;
  }
  .md\:h-\[191px\] {
    height: 191px;
  }
  .md\:h-\[20px\] {
    height: 20px;
  }
  .md\:h-\[21px\] {
    height: 21px;
  }
  .md\:h-\[348px\] {
    height: 348px;
  }
  .md\:h-\[350px\] {
    height: 350px;
  }
  .md\:h-\[35px\] {
    height: 35px;
  }
  .md\:h-\[378px\] {
    height: 378px;
  }
  .md\:h-\[424px\] {
    height: 424px;
  }
  .md\:h-\[44px\] {
    height: 44px;
  }
  .md\:h-\[48px\] {
    height: 48px;
  }
  .md\:h-\[60px\] {
    height: 60px;
  }
  .md\:h-\[718px\] {
    height: 718px;
  }
  .md\:h-\[86px\] {
    height: 86px;
  }
  .md\:h-\[99px\] {
    height: 99px;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:min-h-\[50vh\] {
    min-height: 50vh;
  }
  .md\:w-\[10px\] {
    width: 10px;
  }
  .md\:w-\[13px\] {
    width: 13px;
  }
  .md\:w-\[140px\] {
    width: 140px;
  }
  .md\:w-\[155px\] {
    width: 155px;
  }
  .md\:w-\[160px\] {
    width: 160px;
  }
  .md\:w-\[170px\] {
    width: 170px;
  }
  .md\:w-\[193px\] {
    width: 193px;
  }
  .md\:w-\[20px\] {
    width: 20px;
  }
  .md\:w-\[343px\] {
    width: 343px;
  }
  .md\:w-\[348px\] {
    width: 348px;
  }
  .md\:w-\[350px\] {
    width: 350px;
  }
  .md\:w-\[35px\] {
    width: 35px;
  }
  .md\:w-\[378px\] {
    width: 378px;
  }
  .md\:w-\[44px\] {
    width: 44px;
  }
  .md\:w-\[525px\] {
    width: 525px;
  }
  .md\:w-\[542px\] {
    width: 542px;
  }
  .md\:w-\[552px\] {
    width: 552px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-\[1220px\] {
    max-width: 1220px;
  }
  .md\:max-w-\[770px\] {
    max-width: 770px;
  }
  .md\:max-w-\[930px\] {
    max-width: 930px;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:border-x-\[\#1E1E1E\] {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
    border-right-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
  }
  .md\:border-y-transparent {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .md\:bg-\[url\(\'\/cover-bg\.png\'\)\] {
    background-image: url(/cover-bg.png);
  }
  .md\:p-\[28px\] {
    padding: 28px;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .md\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }
  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-\[88px\] {
    padding-left: 88px;
    padding-right: 88px;
  }
  .md\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-\[62px\] {
    padding-bottom: 62px;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-\[36px\] {
    padding-left: 36px;
  }
  .md\:pl-\[88px\] {
    padding-left: 88px;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pr-\[106px\] {
    padding-right: 106px;
  }
  .md\:pr-\[72px\] {
    padding-right: 72px;
  }
  .md\:pt-0,
  .md\:pt-\[0\] {
    padding-top: 0;
  }
  .md\:pt-\[113px\] {
    padding-top: 113px;
  }
  .md\:pt-\[167px\] {
    padding-top: 167px;
  }
  .md\:pt-\[81px\] {
    padding-top: 81px;
  }
  .md\:text-\[107px\] {
    font-size: 107px;
  }
  .md\:text-\[12px\] {
    font-size: 12px;
  }
  .md\:text-\[13px\] {
    font-size: 13px;
  }
  .md\:text-\[14px\] {
    font-size: 14px;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-\[25px\] {
    font-size: 25px;
  }
  .md\:text-\[36px\] {
    font-size: 36px;
  }
  .md\:text-\[46px\] {
    font-size: 46px;
  }
  .md\:leading-\[114px\] {
    line-height: 114px;
  }
  .md\:leading-\[18px\] {
    line-height: 18px;
  }
  .md\:leading-\[20px\] {
    line-height: 20px;
  }
  .md\:leading-\[21px\] {
    line-height: 21px;
  }
  .md\:leading-\[22px\] {
    line-height: 22px;
  }
  .md\:leading-\[24px\] {
    line-height: 24px;
  }
  .md\:leading-\[26px\] {
    line-height: 26px;
  }
  .md\:leading-\[31px\] {
    line-height: 31px;
  }
  .md\:leading-\[47px\] {
    line-height: 47px;
  }
  .md\:leading-\[48px\] {
    line-height: 48px;
  }
  .md\:leading-\[61px\] {
    line-height: 61px;
  }
}
@media (min-width: 1024px) {
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
