@charset "UTF-8";

/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */

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

/* Reapply the pointer cursor for anchor tags */

a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */

ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */

table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */

input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */

textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */

:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */

::placeholder {
  color: unset;
}

/* remove default dot (•) sign */

::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */

:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */

:where(dialog:modal) {
  all: revert;
}

body {
  outline: none;
  margin: 0;
  padding: 0;
  background: #000;
}

html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
  height: 100vh;
}

@font-face {
  font-family: Tongari;
  src: url("./../fonts/Tongari/Tongari-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: Tongari;
  src: url("./../fonts/Tongari/Tongari-Bold.otf");
  font-weight: 700;
}

a {
  cursor: pointer;
}

* {
  box-sizing: border-box;
  font-optical-sizing: auto;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

main {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: black;
  background: url("./../images/FAQ_BG.webp");
  background-repeat: no-repeat;
  background-position: 50% 14%;
  background-size: 100%;
}

.text-main {
  color: #CCC;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-700, 28px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.text-main b {
  color: #CCC;
  font-weight: 700;
  font-family: Lato, sans-serif;
}

.heading-first {
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: Tongari;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
}

.under-btn-text {
  display: block;
  margin-top: 10px;
  position: relative;
  color: #ccc;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all .2s ease-in-out;
}

.under-btn-text:hover {
  color: #fff;
}

.heading-second {
  color: #fff;
  text-align: center;
  font-family: Tongari;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

.download-btn {
  transition: .3s ease-in-out;
}

.download-btn.mob {
  display: none;
}

.download-btn.orange {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #EB622B;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  max-width: 244px;
  height: 48px;
  margin: 0 auto;
  padding: 11px 30px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1px;
}

.download-btn.orange:hover {
  background: #F18536;
}

.download-btn.orange svg {
  height: 24px;
  min-width: 24px;
  margin-right: 12px;
}

.large-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  background-size: 100%;
}

.glow-large {
  position: absolute;
  width: 840px;
  height: 840px;
}

.glow-large.left {
  left: -70%;
}

.glow-large.left.one {
  top: 1400px;
  left: -640px;
}

.glow-large.left.two {
  bottom: 782px;
  left: -640px;
}

.glow-large.right.one {
  top: 1400px;
  right: -640px;
}

.glow-large.right.two {
  right: 0;
  bottom: 782px;
  right: -640px;
}

@keyframes bounce {
  0%, 20%, 48%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes fadeInBottomToTopSoft {
  0% {
    transform: translatey(20px);
    opacity: 0;
  }

  100% {
    transform: translatey(0);
    opacity: 1;
  }
}

.to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 13px auto 0;
  color: #DFDFDF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background-color: #000;
  font-weight: 500;
  line-height: var(--font-line-height-3, 24px);
  /* 150% */
  letter-spacing: var(--font-letter-spacing-regular, 1.2px);
  text-transform: uppercase;
}

.to-top svg {
  width: 24px;
  height: 24px;
  margin: 0 0 10px;
}

.to-top-section {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.to-top-section .content-wrapper {
  position: relative;
  padding-top: 0px;
  z-index: 3;
}

html,
body {
  background-color: #000;
}

:root {
  --color-bg: #0d0d0d;
  --color-title: #fff;
  --color-small-title: #e5e5e5;
  --color-txt: #ccc;
  --color-title-black: #1e1e1e;
  --color-txt-black: #535353;
  --color-txt-gray: #b2b2b2;
  --color-txt-gray-2: #b5b5b5;
  --color-gray: #909090;
  --color-300: #333;
  --color-primary: #eb622b;
  --color-primary-hover: #f18536;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  opacity: 1;
  z-index: 27;
  height: 80px;
}

header * {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

header ol,
header ul,
header menu {
  list-style: none;
}

header .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
}

header .download-buttons {
  margin: 0;
}

.header-container {
  position: relative;
  z-index: 2;
  width: 100%;
  background: linear-gradient(180deg, #000000 40%, rgba(0, 0, 0, 0) 100%);
}

.header-link {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 7px 0;
  color: #DFDFDF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border: 1px solid transparent;
  background: transparent;
  transition: .3s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
}

.header-link.border {
  margin-right: 0;
  border: 1px solid #DFDFDF;
  padding: 7px 32px;
}

.header-link.border:hover {
  color: #fff;
  background: #EB622B;
  border: 1px solid #EB622B;
}

.header-link.orange {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #EB622B;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  max-width: 284px;
  margin: 0 auto;
  padding: 11px 30px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1px;
}

.header-link.orange:hover {
  background: #F18536;
}

.header-link.orange svg {
  height: 24px;
  margin-right: 12px;
}

.header-link-container {
  display: none;
  flex-grow: 1;
}

.header-link.mob {
  position: relative;
  display: none;
}

.header-link.mob::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 24px;
  transform: translateY(-50%);
  content: '';
  background-color: #EB622B;
  opacity: 0;
  height: 0;
  transition: .2s ease-in-out;
}

.header-link.mob.active::before {
  opacity: 1;
  height: 24px;
}

.header-link.mob :hover {
  color: #D6D6D6;
}

.header-buttons {
  display: flex;
  flex-direction: row;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo.desktop {
  display: flex;
}

.header-logo.mob {
  display: none;
}

.header-logo img {
  width: 273px;
  margin-right: 12px;
}

.header-logo span {
  display: inline-flex;
  position: relative;
  margin-left: 12px;
  margin-top: 6px;
  color: #DFDFDF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header-logo span::before {
  top: 50%;
  margin-top: -3px;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 24px;
  background-color: var(--color-txt);
  position: absolute;
  left: -11px;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: .3s;
}

.site-header.black {
  background-color: #000;
}

.site-header .download-btn {
  padding: 16px 32px;
}

.site-header .header-inner {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 14px 9px 16px;
  position: relative;
  z-index: 10;
  transition: .3s;
  min-height: 74px;
  align-items: center;
}

.site-header .header-inner nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.site-header .header-inner nav ul li {
  margin: 0 3.5px;
}

.site-header .header-inner nav ul li:last-of-type {
  margin-left: 18px;
  margin-right: 6px;
}

.site-header .header-inner nav ul li.mob-only.decor a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.site-header .header-inner nav ul.header-menu {
  display: flex;
}

.site-header .hamburger-menu-button {
  display: none;
  margin-left: 12px;
}

.hamburger-menu-button {
  z-index: 1;
  display: block;
  background: transparent;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger-menu-button > div {
  position: relative;
  width: 24px;
  height: 20px;
  left: 2px;
  right: 0;
  margin: 0 auto;
  transition: .4s ease-in-out;
}

.hamburger-menu-button > div span {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 20px;
  height: 2px;
  position: absolute;
  transition: .4s ease-in-out;
  border-radius: 0;
}

.hamburger-menu-button > div span:first-child {
  top: 3px;
  left: 0;
}

.hamburger-menu-button > div span:nth-child(2) {
  top: 9px;
  left: 0;
}

.hamburger-menu-button > div span:nth-child(3) {
  top: 15px;
  left: 0;
}

.hamburger-menu-button.close > div span {
  background: #DFDFDF;
}

.hamburger-menu-button.close > div span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.hamburger-menu-button.close > div span:nth-child(2) {
  transform: scaleX(0);
}

.hamburger-menu-button.close > div span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-header .header-inner nav .header-menu .header-menu-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  position: relative;
}

.opening-section {
  max-width: 100%;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 75px 0px 0;
  background: url("./../images/Visual_HeroBG.webp") no-repeat 50% 100%;
  background-size: cover;
  min-height: 957px;
  transform: translate3d(0, 0, 0);
}

.opening-section .first-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.opening-section .hero-video-loop {
  position: absolute;
  width: auto;
}

.opening-section .hero-video-loop.bg {
  position: absolute;
  bottom: 0;
  top: unset;
  width: 100%;
  mix-blend-mode: lighten;
  transform: translate3d(0, 0, 0);
}

.opening-section .hero-glow {
  position: absolute;
  top: 0;
}

.opening-section .hero-glow.left {
  top: 0;
  left: 0;
}

.opening-section .hero-glow.right {
  right: 0;
}

.opening-section .hero-decor-divider {
  height: 152px;
  bottom: 0;
  transform: translateY(67px);
  z-index: 1;
  opacity: 0;
  animation: .4s 1.5s forwards fadeInBottomToTopSoft;
  margin: 0 0 -66px;
}

.opening-section .hero-character {
  position: absolute;
  top: 0;
}

.opening-section .hero-character.left {
  right: 50.1%;
  height: 832px;
}

.opening-section .hero-character.right {
  left: 63.8%;
  height: 708px;
}

.opening-section * {
  box-sizing: border-box;
}

.opening-section .goblet-large {
  display: flex;
  position: relative;
  max-width: 400px;
  opacity: 0;
  animation: .4s .8s forwards fadeInBottomToTopSoft;
}

.opening-section .text-main {
  margin-top: 14px;
  opacity: 0;
  animation: .4s .9s forwards fadeInBottomToTopSoft;
}

.opening-section .block-line-item {
  opacity: 0;
  animation: .4s 1.1s forwards fadeInBottomToTopSoft;
}

.opening-section .decor-line-top {
  opacity: 0;
  animation: .4s 1s forwards fadeInBottomToTopSoft;
}

.opening-section .decor-line-bottom {
  opacity: 0;
  animation: .4s 1.2s forwards fadeInBottomToTopSoft;
}

.intro-text-container {
  width: 100%;
  max-width: 1506px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 5px 20px 0;
}

.intro-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-line {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px auto 0;
}

.block-line-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 12px;
  width: 240px;
}

.block-line-item-title {
  margin-bottom: 3px;
  color: var(--color-text-primary, #DFDFDF);
  text-align: center;
  font-family: var(--font-family-brand, Montserrat);
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: 155.556%;
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.block-line-item-text {
  display: flex;
  align-items: center;
  color: var(--color-text-secondary, #BFBFBF);
  font-family: var(--font-family-default, Lato);
  font-size: var(--font-size-400, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: 150%;
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.block-line-item-text .text-large {
  margin-right: 9px;
  color: var(--HL-Gold, #B69451);
  font-family: var(--font-family-brand, Montserrat);
  font-size: var(--font-size-4, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: var(--font-letter-spacing-none, 0px);
}

.opening-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.opening-section .download-buttons {
  display: flex;
  justify-content: flex-start;
  margin: 33px auto 0;
}

.opening-section .download-buttons + .txt-small {
  text-decoration: underline;
  transition: .2s ease-in-out;
}

.opening-section .download-buttons + .txt-small:hover {
  color: #fff;
}

.opening-section .download-buttons div:not(:first-child) {
  position: relative;
  margin-left: 22px;
}

.opening-section .download-buttons .desktop {
  display: flex;
}

.opening-section .download-buttons .download-btn {
  margin: 0;
}

.opening-section .download-btn {
  opacity: 0;
  animation: .4s 1.2s forwards fadeInBottomToTopSoft;
}

.opening-section .under-btn-text {
  margin-top: 10px;
  opacity: 0;
  animation: .4s 1.3s forwards fadeInBottomToTopSoft;
}

.bg-character-mob {
  position: relative;
  display: none;
}

@keyframes a {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

.decor-line-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(182, 148, 81, 0) 0%, #B69451 10%, #B69451 90%, rgba(182, 148, 81, 0) 100%);
}

.decor-line-bottom {
  position: absolute;
  padding-bottom: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(182, 148, 81, 0) 0%, #B69451 10%, #B69451 90%, rgba(182, 148, 81, 0) 100%);
}

.kit-section {
  position: relative;
  margin: 0 auto;
}

.kit-section .layer-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kit-section .layer-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, #011021 0%, #000 100%), url("./../images/shadowBottomDevKit.svg");
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 0, 0, 0) 84.82%, #000 100%);
  background: url("./../images/shadowBottomDevKit.svg");
  background-size: cover;
  background-position: 50% 100%;
  z-index: 8;
}

.kit-section .layer-section .layer {
  position: absolute;
}

.kit-section .layer-section .layer.one {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 4;
}

.kit-section .layer-section .layer.two {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kit-section .layer-section .layer.three {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kit-section .layer-section .shadow-bg {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.kit-section .layer-section .shadow-bg img {
  position: relative;
  width: 100%;
}

.kit-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 132px 20px 13px;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}

.kit-section .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 265px;
  left: 50%;
  width: 1320px;
  height: 457px;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
  border-radius: var(--space-none, 1320px);
  background: linear-gradient(181deg, rgba(71, 112, 142, 0.6) 11.11%, rgba(71, 112, 142, 0) 106.3%);
  mix-blend-mode: screen;
  filter: blur(150px);
}

.kit-section .text-main {
  max-width: 650px;
  width: 100%;
  font-family: Lato, sans-serif;
}

.kit-section .text-main br:first-child {
  display: none;
}

.kit-section .video-loop.ember {
  position: absolute;
  mix-blend-mode: screen;
  z-index: 3;
}

.kit-section .video-loop.ember.left {
  left: 0;
  width: 960px;
}

.kit-section .video-loop.ember.right {
  right: 0;
  width: 960px;
}

.kit-section .decorated-line {
  position: relative;
  margin-bottom: 20px;
}

.kit-section .heading-second {
  margin-bottom: 18px;
}

.kit-section .video-loop.large {
  position: relative;
  max-width: 1110px;
  margin: 68px auto 0;
}

.kit-section .video-loop.large::before {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: '';
  display: flex;
  border-radius: var(--space-none, 1320px);
  background: linear-gradient(181deg, rgba(71, 112, 142, 0.6) 11.11%, rgba(71, 112, 142, 0) 106.3%);
  mix-blend-mode: screen;
  filter: blur(150px);
}

.gradient-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.gradient-top img {
  display: flex;
  align-items: center;
  position: relative;
  max-inline-size: fit-content;
  max-block-size: fit-content;
}

.gradient-bottom {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.gradient-bottom img {
  display: flex;
  align-items: center;
  position: relative;
  max-inline-size: fit-content;
  max-block-size: fit-content;
  height: unset;
}

.features-section {
  position: relative;
  background: #000;
}

.features-section .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 68px 20px 40px;
  width: 100%;
  max-width: 1436px;
  z-index: 2;
}

.features-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  margin-bottom: 89px;
}

.features-line:first-of-type .features-line-text {
  max-width: 355px;
}

.features-line:nth-of-type(2) {
  margin-bottom: 63px;
}

.features-line:nth-of-type(2) .features-line-text {
  max-width: 312px;
}

.features-line .features-video {
  width: 100%;
  max-width: 818px;
}

.features-line .features-video video {
  max-width: 100%;
  width: auto;
}

.features-line-container {
  width: 100%;
  max-width: 442px;
  margin-left: 24px;
}

.features-line-item {
  display: flex;
  margin: 68px 0 83px;
}

.features-line-img {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

.features-line-heading {
  margin: 0 0 0 24px;
  margin-bottom: 3px;
  color: var(--color-text-pure, #FFF);
  font-family: Tongari;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.features-line-text {
  max-width: 420px;
  margin: 0 24px;
  color: var(--text-text-secondary, #CCC);
  font-family: var(--font-family-default, Lato);
  font-size: var(--font-size-400, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-600, 24px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.features-line-content {
  margin: 0;
}

.features-line-heading br {
  display: none;
}

.join-section {
  position: relative;
}

.join-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  padding: 100px 20px 76px;
  z-index: 2;
  text-transform: unset;
}

.join-section .text-main {
  max-width: 592px;
  width: 100%;
  margin: 20px auto 80px;
  text-align: center;
}

.join-section .lines-block {
  position: relative;
  display: flex;
  justify-content: center;
}

.join-section .lines-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 300px;
  margin: 0 32px;
  text-align: center;
}

.join-section .lines-item-img {
  height: 68px;
  margin-bottom: 16px;
}

.join-section .lines-item-text {
  padding: 0 5px;
  color: var(--color-text-secondary, #BFBFBF);
  font-family: var(--font-family-default, Lato);
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-700, 28px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.join-section .lines-item-text a {
  color: var(--color-text-secondary, #BFBFBF);
  font-family: var(--font-family-default, Lato);
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-700, 28px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
  text-decoration: underline;
  transition: all .2s ease-in-out;
}

.join-section .lines-item-text a:hover {
  color: #fff;
}

.categories-section {
  position: relative;
  background: #000, linear-gradient(180deg, #000 60.4%, rgba(0, 0, 0, 0) 77.14%), lightgray 50%/cover no-repeat;
}

.categories-section::before {
  position: absolute;
  background: linear-gradient(180deg, #000 60.4%, rgba(0, 0, 0, 0) 77.14%), lightgray 50%/cover no-repeat;
  content: '';
  left: 0;
  top: 400px;
  z-index: 1;
}

.categories-section .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 50px 20px;
  width: 100%;
  max-width: 1436px;
}

.categories-section .decorated-line {
  margin-bottom: 20px;
}

.categories-section .heading-second {
  width: 100%;
  max-width: 530px;
  margin-bottom: 21px;
}

.categories-section .text-main {
  max-width: 555px;
}

.categories-section .cards {
  display: flex;
  justify-content: center;
  margin-top: 78px;
  position: relative;
}

.categories-section .cards.desk {
  display: flex;
}

.categories-section .cards.mob {
  display: none;
}

.categories-section .cards.mob .card {
  max-width: 375px;
  margin: 0 auto -35px;
}

.categories-section .card {
  position: relative;
  margin: 0px -48.5px;
}

.categories-section .card.left img:nth-of-type(1) {
  position: relative;
  z-index: 3;
}

.categories-section .card.left img:nth-of-type(2) {
  position: absolute;
  z-index: 2;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.categories-section .card.left img:nth-of-type(3) {
  position: absolute;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.categories-section .card.right img:nth-of-type(1) {
  position: relative;
  z-index: 3;
}

.categories-section .card.right img:nth-of-type(3) {
  left: 43px;
  top: 0;
  position: absolute;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.categories-section .card.center {
  position: relative;
  z-index: 10;
}

.categories-section .card img {
  height: 719px;
  max-inline-size: unset;
}

.categories-section .cards {
  transition: all 1.5s;
}

.categories-section .cards.active {
  transition: all 1.5s;
}

.timeline-section {
  position: relative;
}

.timeline-section .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 101px 20px 137px;
  width: 100%;
  max-width: 1560px;
  max-width: 1520px;
  gap: 53px;
}

.timeline-section .content-wrapper::after {
  display: flex;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 100vw;
  height: 1px;
  background: linear-gradient(90deg, rgba(182, 148, 81, 0) 0%, #B69451 20%, #B69451 80%, rgba(182, 148, 81, 0) 100%);
}

.timeline-section .weekly-line-glow.top {
  position: absolute;
  max-width: 1180px;
  height: 192px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 242px;
}

.timeline-item::after {
  position: absolute;
  top: 21px;
  right: -103px;
  display: flex;
  width: 148px;
  height: 8px;
  background: url("./../images/ArrowTimeline.svg") no-repeat 50% 50%;
  background-size: 100%;
  content: '';
  z-index: 1;
}

.timeline-item:last-of-type::after {
  display: none;
}

.timeline-item-img {
  width: 48px;
  height: 48px;
  position: relative;
}

.timeline-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-block-size: unset;
  max-inline-size: unset;
}

.timeline-item-data {
  margin-top: 22px;
  color: var(--HL-Gold, #B69451);
  text-align: center;
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-medium, 500);
  line-height: var(--font-line-height-700, 28px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
  white-space: nowrap;
}

.timeline-item-text {
  text-align: center;
  color: var(--color-text-secondary, #BFBFBF);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: var(--font-size-400, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-600, 24px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.general-section {
  position: relative;
  background: url("./../images/Visual_StoneTexture.webp") no-repeat 50% 9%;
  background-size: cover;
}

.weekly-section {
  position: relative;
  background: url("./../images/Visual_WeeklyWinnersBG.webp") no-repeat 50% 50%, radial-gradient(223.83% 95.75% at 50% 4.25%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.3) 69.86%, rgba(0, 0, 0, 0) 98.76%);
  background-size: 100%;
  padding: 65px 0 0;
  background-position: 50% -22%;
}

.weekly-section .inner-decor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.weekly-section .inner-decor::before {
  border-radius: 576px;
  background: #000;
  filter: blur(200px);
  content: '';
  z-index: 1;
}

.weekly-section .content-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 79px 20px 80px;
  width: 100%;
  max-width: 947px;
  border-top: 1px solid rgba(182, 148, 81, 0);
  border-bottom: 1px solid rgba(182, 148, 81, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 99%);
}

.weekly-section .content-wrapper:first-of-type::before {
  display: flex;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 1396px;
  background: url("./../images/WeeklyWinnersInner.svg") no-repeat 50% 0%;
  background-size: cover;
  height: 300px;
}

.weekly-section .content-wrapper:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 81px 20px;
}

.weekly-section .weekly-line-glow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 192px;
}

.weekly-section .weekly-line-glow.top {
  top: -192px;
}

.weekly-section .weekly-line-glow.bottom {
  bottom: -192px;
}

.weekly-left {
  position: relative;
  z-index: 1;
}

.weekly-right {
  position: relative;
  display: flex;
  border: 1px solid var(--HL-Gold, #B69451);
  background: #101010;
  padding: 12px 0 13px;
  width: 306px;
  z-index: 1;
}

.weekly-right-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.weekly-right-item:first-of-type {
  width: 160px;
  border-right: 1px solid var(--HL-Gold, #B69451);
}

.weekly-right-item:nth-of-type(2) {
  width: 125px;
}

.weekly-right-item-title {
  color: var(--HL-Gold, #B69451);
  text-align: center;
  font-size: var(--font-size-4, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-line-height-5, 40px);
  letter-spacing: var(--font-letter-spacing-none, 0px);
}

.weekly-right-item-text {
  color: var(--color-text-primary, #DFDFDF);
  font-family: Lato, sans-serif;
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-700, 28px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
  white-space: nowrap;
}

.weekly-title {
  margin-bottom: 11px;
  color: var(--text-text-primary, #FFF);
  font-family: Tongari;
  font-size: var(--font-size-800, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-1000, 40px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
  text-transform: capitalize;
}

.weekly-text {
  color: var(--text-text-secondary, #CCC);
  font-family: Lato, sans-serif;
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-700, 28px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.under-btn-text + .under-btn-text {
  margin-top: 8px;
}

.community-section {
  position: relative;
  transform: translate3d(0, 0, 0);
}

.community-section .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto;
  padding: 80px 20px 106.43px;
  width: 100%;
  max-width: 1027px;
  transform: translate3d(0, 0, 0);
}

.community-section .community-sparks {
  position: absolute;
  top: 292px;
  left: -194px;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0);
  height: 433px;
}

.community-section .content-img {
  position: absolute;
  top: 0;
  left: -68px;
  width: 556px;
}

.community-section .content-img.mob {
  display: none;
}

.community-section .content-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 533px;
  margin-left: 47px;
}

.community-section .content-block .text-main {
  max-width: 435px;
  width: 100%;
  margin: 13px 0 16px;
  text-align: left;
}

.community-section .community-box {
  position: relative;
  width: 100%;
  width: 471px;
  margin: 23px 0;
  padding: 16px 20px 0;
  border: 1px solid var(--HL-Gold, #B69451);
  background: var(--color-surface-primary, #101010);
}

.community-section .community-box .text-mid {
  max-width: 360px;
  padding: 11px 0px 11px 10px;
  color: var(--color-text-secondary, #BFBFBF);
  font-family: Lato, sans-serif;
  font-size: var(--font-size-400, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-600, 24px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.community-section .community-box .text-mid::before {
  margin-left: -10px;
  content: '*';
}

.community-section .community-box .community-box-line:first-of-type {
  display: flex;
  position: relative;
}

.community-section .community-box .community-box-line-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 12px 0 12px;
  color: var(--color-text-primary, #DFDFDF);
  font-family: Lato, sans-serif;
  font-size: var(--font-size-450, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-700, 28px);
  letter-spacing: var(--font-letter-spacing-default, 0px);
}

.community-section .community-box .community-box-line-item span {
  margin-right: 8px;
  color: var(--HL-Gold, #B69451);
  font-size: var(--font-size-4, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-line-height-5, 32px);
  letter-spacing: var(--font-letter-spacing-none, 0px);
}

.community-section .community-box .community-box-line-item:first-of-type {
  padding: 0 20px 0 1px;
  border-right: 1px solid var(--HL-Gold, #B69451);
}

.community-section .community-box .community-box-line-item:last-of-type {
  padding: 0 0 0 20px;
}

.faq-section {
  position: relative;
  width: 100%;
  z-index: 3;
  background: url("./../images/FAQ_BG.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}

.faq-section .content-wrapper {
  padding: 125px 0 86px;
  max-width: 882px;
  width: 100%;
  margin: auto;
}

.faq-section .heading-second {
  margin: 38px auto 5px;
}

.faq-section .faq-list {
  list-style: none;
  padding: 12px 0 0 0;
}

.faq-section .faq-list li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.18px;
  border-bottom: 1px solid #B69451;
}

.faq-section .faq-list li a {
  transition: .2s ease-in-out;
}

.faq-section .faq-list li a:hover {
  color: #fff;
}

.faq-section .faq-list li .question {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  background: transparent;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 24px 50px 24px 0;
  border: none;
  text-transform: inherit;
  position: relative;
  transition: all .15s;
  letter-spacing: 0;
  cursor: pointer;
  color: #DFDFDF;
}

.faq-section .faq-list li .question svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  transition: all .15s;
  fill: #A4ADBC;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-section .faq-list li .question.active + .answer-outer:before {
  height: 100%;
}

.faq-section .faq-list li .question.active svg {
  fill: #fff;
  transform: rotate(180deg);
}

.faq-section .faq-list li .answer-outer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  position: relative;
  background: var(--color-surface-primary, #101010);
}

.faq-section .faq-list li .answer-outer .answer-inner {
  padding: 0 36px;
}

.faq-section .faq-list li .answer-outer .answer-inner p {
  padding: 0;
  margin: 24px 0;
  max-width: 730px;
  color: #DFDFDF;
  font-family: Lato, sans-serif;
  font-size: var(--font-size-225, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-35, 28px);
  letter-spacing: var(--font-letter-spacing-none, 0px);
}

.faq-section .faq-list li .answer-outer .answer-inner a {
  color: #DFDFDF;
  font-family: Lato, sans-serif;
  font-family: var(--font-family-default, Lato);
  font-size: var(--font-size-225, 18px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-35, 28px);
  letter-spacing: var(--font-letter-spacing-none, 0px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.faq-section .faq-list li .answer-outer .answer-inner a:hover {
  color: #fff;
}

.faq-section .faq-list li .answer-outer .answer-inner ul {
  padding-bottom: 24px;
  list-style: disc;
  padding-left: 15px;
}

.faq-section .decorated-line {
  position: relative;
  display: flex;
  justify-content: center;
  position: relative;
  height: 96px;
}

.faq-section .decorated-line img {
  max-inline-size: none;
  max-width: 100%;
  max-block-size: fit-content;
}

.large-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.low-section {
  width: 100%;
  z-index: 3;
}

.bottom-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 0, 0, 0) 76.17%, #000 99%);
  background: url("./../images/VisualBottom_BG.webp") no-repeat 50% 100%;
  background-size: cover;
}

.bottom-section .shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bottom-section .shadow-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bottom-section .bottom-img {
  position: absolute;
  bottom: -15px;
}

.bottom-section .bottom-img.l {
  left: -13px;
}

.bottom-section .bottom-img.r {
  right: -13px;
}

.bottom-section .block-line {
  margin: 47px auto 47px;
}

.bottom-section .decorated-line {
  margin: 1px auto 34px;
}

.bottom-section .layer-item {
  position: absolute;
  top: 0;
}

.bottom-section .layer-item.left {
  left: 0;
  width: 527px;
}

.bottom-section .layer-item.right {
  right: 0;
  width: 527px;
}

.bottom-section .heading-first {
  max-width: 705px;
  margin: 0 auto;
}

.bottom-section .heading-first br {
  display: none;
}

.bottom-section .under-btn-text.underline {
  margin-top: 12px;
}

.bottom-section .intro-text-container {
  position: relative;
  padding: 108px 20px 141px;
}

.bottom-section .icons-block .icons-item-text {
  margin-top: 0px;
}

.bottom-section .layer-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bottom-bg-mob {
  display: none;
}

.bottom-img-mob {
  position: relative;
  display: none;
}

.footer {
  position: relative;
  z-index: 3;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
}

.footer .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 30px 20px 42px;
}

.footer-line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  width: 100%;
}

.footer-line .content-wrapper {
  position: relative;
  flex-direction: column;
  max-width: 1678px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px 15px;
}

.footer-line p,
.footer-line span,
.footer-line a {
  color: #9F9F9F;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.footer-line a {
  text-decoration-line: underline;
  transition: .2s ease-in-out;
}

.footer-line a:hover {
  color: #fff;
}

.footer-line-left {
  display: flex;
  flex-direction: column;
}

.footer-line-left ul {
  display: flex;
  align-items: center;
}

.footer-line-left ul li {
  color: #9F9F9F;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.footer-line-right {
  display: flex;
}

.footer-line-right p,
.footer-line-right span,
.footer-line-right a,
.footer-line-right li {
  color: #9F9F9F;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 48px;
  width: 100%;
}

.footer-col p {
  max-width: 1099px;
  margin-top: 24px;
}

.footer-col p,
.footer-col span,
.footer-col a {
  color: #B2B2B2;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  transition: .2s ease-in-out;
}

.footer-col a {
  text-decoration: underline;
  transition: .2s ease-in-out;
}

.footer-col a:hover {
  color: #fff;
}

.footer-fire {
  position: absolute;
  top: -26px;
  right: -100px;
  width: 375px;
  max-height: 228px;
}

.footer-logo {
  width: 177px;
}

.footer-socials {
  display: flex;
  margin-top: -2px;
}

.footer-socials-item {
  margin-left: 20px;
}

.footer-line ul.mob-only {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .categories-section .card {
    margin: 0px -3.5%;
  }

  .categories-section .card.left img:nth-of-type(2) {
    top: 4px;
    left: 47px;
    max-width: 86%;
    height: auto;
  }

  .categories-section .card.left img:nth-of-type(3) {
    top: 4px;
    left: 25px;
    max-width: 86%;
    height: auto;
  }

  .categories-section .card.right img:nth-of-type(2) {
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 2;
    transform: rotate(0deg);
    transition: all 0.5s;
    max-width: 86%;
    height: auto;
    top: 24px;
    left: 6%;
  }

  .categories-section .card.right img:nth-of-type(3) {
    top: 10px;
    left: 6%;
    max-width: 86%;
    height: auto;
  }

  .categories-section .cards.active .card.left img:nth-of-type(2) {
    top: 23px;
    left: 24px;
    transform: rotate(-8deg);
    transition: all 0.4s;
  }

  .categories-section .cards.active .card.left img:nth-of-type(3) {
    transition: all 0.4s;
    left: -1px;
    top: 38px;
    transform: rotate(-16deg);
  }

  .categories-section .cards.active .card.right img:nth-of-type(2) {
    top: 24px;
    left: 42px;
    transform: rotate(8deg);
    transition: all 0.4s;
  }

  .categories-section .cards.active .card.right img:nth-of-type(3) {
    top: 39px;
    left: 64px;
    transform: rotate(16deg);
    transition: all 0.4s;
  }

  .weekly-left {
    max-width: 452px;
    margin-right: 40px;
    margin-left: 12px;
  }

  .weekly-right {
    display: flex;
    justify-content: space-between;
    width: 313px;
    border: 1px solid var(--HL-Gold, #B69451);
    background: #101010;
    padding: 12px 0;
  }

  .weekly-right-item:first-of-type {
    width: 174px;
    padding: 0 20px 0 8px;
    border-right: 1px solid var(--HL-Gold, #B69451);
  }

  .faq-section .faq-list {
    padding: 51px 0 0;
  }

  .faq-section .faq-list li .question {
    margin: 0;
    padding: 22px 45px 22px 0;
    line-height: 160%;
  }

  .bottom-section .icons-block {
    gap: 33px 57px;
    margin: 58px auto 51px;
  }

  .footer {
    padding: 0;
  }

  .footer .content-wrapper {
    max-width: 1720px;
    padding: 0px 20px 141px;
    align-items: flex-start;
  }

  .footer-line .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1720px;
    margin: 0 auto;
    padding: 16px 20px;
  }

  .footer-line-left {
    flex-direction: row;
  }

  .footer-line-left ul li {
    margin-left: 32px;
  }
}

@media only screen and (min-width: 1100px) {
  .site-header .header-inner nav ul li ul.header-menu-inner {
    display: none;
  }
}

@media only screen and (min-width: 1101px) {
  .header-link {
    border-bottom: 1px solid transparent;
  }

  .header-link:hover {
    border-bottom: 1px solid #EB622B;
  }
}

@media only screen and (min-width: 1441px) {
  .categories-section .card {
    margin: 0px -48.5px;
  }

  .categories-section .card.left img:nth-of-type(2) {
    top: 4px;
    left: 47px;
    max-width: 520px;
    height: auto;
  }

  .categories-section .card.left img:nth-of-type(3) {
    top: 4px;
    left: 25px;
    max-width: 520px;
    height: auto;
  }

  .categories-section .card.right img:nth-of-type(2) {
    top: 10px;
    left: 20px;
    max-width: 520px;
  }

  .categories-section .card.right img:nth-of-type(3) {
    top: 10px;
    left: 20px;
    max-width: 520px;
    height: auto;
  }
}

@media only screen and (max-width: 1920px) {
  .faq-section {
    background-size: contain;
  }
}

@media only screen and (max-width: 1760px) {
  .footer-fire {
    top: 20px;
    right: -3vw;
  }
}

@media only screen and (max-width: 1524px) {
  .timeline-item {
    width: 191px;
    margin-bottom: 75px;
  }

  .timeline-item:last-of-type {
    margin-bottom: 45.5px;
  }
}

@media only screen and (max-width: 1440px) {
  .categories-section .card img {
    height: unset;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1500px) {
  .features-line .features-video {
    display: flex;
  }
}

@media only screen and (max-width: 1360px) {
  .footer-col p {
    max-width: 600px;
  }

  .footer-fire {
    top: 20px;
    right: -3vw;
  }
}

@media only screen and (max-width: 1300px) {
  .join-section .lines-block {
    flex-wrap: wrap;
    max-width: 900px;
  }

  .join-section .lines-item {
    margin-bottom: 40px;
  }

  .timeline-item::after {
    right: -90px;
  }
}

@media only screen and (max-width: 1250px) {
  .header-link.border {
    padding: 7px 12px;
  }

  .site-header .header-inner nav ul li {
    margin: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .features-line-container {
    margin-left: 0;
  }

  .timeline-item::after {
    right: -70px;
    width: 97px;
    height: 4px;
  }
}

@media only screen and (max-width: 1100px) {
  .under-btn-text {
    margin-top: 15px;
  }

  header {
    height: unset;
  }

  header .content-wrapper {
    justify-content: flex-start;
  }

  .header-link {
    width: 100%;
    margin-left: 0;
    padding: 11px 18px 14.5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    border-bottom: none;
  }

  .header-link.desktop {
    display: none !important;
  }

  .header-link.mob {
    display: flex;
  }

  .header-link:hover {
    border-bottom: none;
  }

  .header-link.border {
    display: none;
    border: none;
  }

  .header-logo.desktop {
    display: none;
  }

  .header-logo.mob {
    display: flex;
  }

  .header-logo img {
    margin-right: 0;
    margin-left: 9px;
    width: auto;
    height: 48px;
  }

  .site-header .hamburger-menu-button {
    display: block;
  }

  .submenu-icon {
    display: flex;
  }

  .site-header .header-inner .action-items {
    width: fit-content;
    margin: auto auto 10vh;
    display: flex;
    gap: 8px;
  }

  .site-header .header-inner nav .header-menu {
    position: absolute;
    left: 0;
    top: 74px;
    margin: 0;
    flex-direction: column;
    background-color: #1E1E1E;
    text-align: center;
    width: 100%;
    overflow: overlay;
    height: 100vh;
    padding-top: 16px;
    padding-bottom: 80px;
    gap: 0;
  }

  .site-header .header-menu-inner {
    background: #000;
  }

  .site-header .header-inner nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .3s ease-out;
    animation: quick-hide-mobile-menu .2s 1ж;
  }

  .site-header .header-inner nav ul li {
    margin-left: unset;
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin: 0;
    flex-direction: column;
  }

  .site-header .header-inner nav ul li a {
    display: flex;
    align-items: center;
  }

  .site-header .header-inner nav ul li a.download-btn {
    max-width: 224px;
  }

  .site-header .header-inner nav ul li a.border {
    display: none;
  }

@keyframes quick-hide-mobile-menu {
    0% {
      opacity: 0;
    }

    to {
      opacity: 0;
    }
}

  .site-header .header-inner nav.is-open {
    opacity: 1;
  }

  .site-header .header-inner nav:not(.is-open) {
    pointer-events: none;
  }

  .site-header .header-inner nav ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #1E1E1E;
  }

  .site-header .header-inner nav ul::-webkit-scrollbar-thumb {
    border-width: 0;
    background-color: #1E1E1E;
    background-clip: padding-box;
  }

  .kit-section {
    scroll-padding: 74px 0px 0px 0px;
  }

  .weekly-section .under-btn-text {
    margin-top: 13px;
  }

  .under-btn-text + .under-btn-text {
    margin-top: 7px;
  }

  .faq-section {
    scroll-padding: 74px 0px 0px 0px;
  }

  .faq-section .content-wrapper {
    scroll-padding: 74px 0px 0px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  main {
    background: none;
  }

  .heading-first {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
  }

  .heading-second {
    font-size: 36px;
    line-height: 44px;
  }

  .download-btn.mob {
    display: flex;
  }

  .download-btn.orange {
    display: flex;
  }

  .to-top {
    margin: 13px auto 0;
    font-size: 16px;
  }

  .to-top-section .content-wrapper {
    padding-top: 0;
  }

  .header-link.border {
    display: none;
  }

  .header-link-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 120px;
  }

  .site-header .header-inner nav ul li:last-of-type {
    margin-left: unset;
  }

  .opening-section {
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: unset;
    width: 100%;
    padding: 0;
    min-height: unset;
    background: none;
  }

  .opening-section .first-layer {
    display: none;
  }

  .opening-section .hero-decor-divider {
    display: none;
  }

  .opening-section .goblet-large {
    order: 1;
    max-width: 296px;
    margin: 86px 20px 0;
  }

  .opening-section .text-main {
    order: 2;
    margin-top: 12px;
  }

  .intro-text-container {
    padding: 5px 20.5px 0;
  }

  .block-line {
    justify-content: center;
    order: 5;
    margin: 0 auto 0;
    z-index: 1;
  }

  .block-line-item {
    width: unset;
    max-width: 335px;
    width: 100%;
    margin: 25px 12px 24px;
  }

  .block-line-item::before {
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(182, 148, 81, 0) 0%, #B69451 10%, #B69451 90%, rgba(182, 148, 81, 0) 100%);
    content: '';
  }

  .block-line-item:last-of-type::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(182, 148, 81, 0) 0%, #B69451 10%, #B69451 90%, rgba(182, 148, 81, 0) 100%);
    content: '';
  }

  .opening-section .download-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 25px auto 0;
    order: 3;
  }

  .opening-section .download-buttons div:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }

  .opening-section .download-buttons .desktop {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .opening-section .download-btn {
    display: flex;
  }

  .opening-section .under-btn-text {
    order: 4;
  }

  .bg-character-mob {
    display: flex;
    min-width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px;
    order: 4;
  }

  .decor-line-top {
    display: none;
  }

  .decor-line-bottom {
    display: none;
  }

  .kit-section .layer-section {
    display: none;
  }

  .kit-section .content-wrapper {
    padding: 63px 20px 0;
  }

  .kit-section .content-wrapper::before {
    display: none;
  }

  .kit-section .video-loop.ember {
    display: none;
  }

  .kit-section .heading-second br {
    display: none;
  }

  .kit-section .heading-second {
    margin-top: 25px;
    margin-bottom: 18px;
  }

  .kit-section .video-loop.large {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1110px;
    margin: 47px auto 0;
  }

  .features-section .content-wrapper {
    padding: 20px 20px 40px;
  }

  .features-line {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 36px;
  }

  .features-line:nth-of-type(2) {
    margin-bottom: 40px;
  }

  .features-line:nth-of-type(2) .features-line-item {
    margin-top: 27px;
  }

  .features-line .features-video {
    max-width: 100%;
    order: -1;
  }

  .features-line-item {
    display: flex;
    margin: 49px 2px 49px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .features-line-heading {
    margin-bottom: unset;
    margin: 21px 0 6px;
  }

  .features-line-text {
    margin: 0;
  }

  .features-line-heading br {
    display: flex;
  }

  .join-section .content-wrapper {
    padding: 82px 31px 32px;
  }

  .join-section .text-main {
    margin: 20px auto 49px;
  }

  .join-section .lines-item {
    margin: 0 32px 48px;
  }

  .categories-section .content-wrapper {
    padding: 0 20px;
  }

  .categories-section .heading-second {
    margin-top: 24px;
  }

  .categories-section .cards {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .categories-section .cards.desk {
    display: none;
  }

  .categories-section .cards.mob {
    display: block;
    margin: 11px auto 0;
  }

  .categories-section .card img {
    max-width: 100%;
    height: unset;
  }

  .timeline-section .content-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px 20px 20px;
  }

  .timeline-item::after {
    right: -90px;
    bottom: -78px;
    top: unset;
    right: 48%;
    width: 9px;
    height: 61px;
    background: url("./../images/ArrowTimelineMob.svg") no-repeat 50% 50%;
    background-size: contain;
  }

  .timeline-item-data {
    margin-bottom: 3px;
  }

  .timeline-item-text br {
    display: none;
  }

  .general-section {
    background: none;
  }

  .weekly-section {
    background: none;
    padding: 0;
  }

  .weekly-section .inner-decor {
    display: none;
  }

  .weekly-section .content-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 66px 20px;
  }

  .weekly-section .content-wrapper:first-of-type::before {
    display: none;
  }

  .weekly-section .content-wrapper:first-of-type {
    padding: 66px 20px;
  }

  .weekly-section .content-wrapper:nth-of-type(2) {
    padding: 20px 20px;
  }

  .weekly-right-item {
    padding: 0px 24px;
  }

  .weekly-right-item:nth-of-type(2) {
    width: 200px;
  }

  .weekly-right-item-title {
    color: var(--HL-Gold, #B69451);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-5, 40px);
    letter-spacing: var(--font-letter-spacing-none, 0px);
  }

  .weekly-right-item-text {
    margin-top: -2px;
  }

  .weekly-title {
    margin-bottom: 20px;
    color: var(--text-text-primary, #FFF);
    text-align: center;
    font-family: Tongari;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
  }

  .weekly-text {
    max-width: 555px;
    margin: 20px 0 39px;
    text-align: center;
  }

  .community-section .content-wrapper {
    align-items: center;
    padding: 80px 20px 20px;
  }

  .community-section .community-sparks {
    display: none;
  }

  .community-section .content-img {
    position: relative;
    left: 0;
    width: 100vw;
    margin-bottom: 21px;
  }

  .community-section .content-img img {
    max-inline-size: unset;
    max-block-size: unset;
    min-width: 100vw;
    width: 100%;
    margin-top: -81px;
  }

  .community-section .content-img.desk {
    display: none;
  }

  .community-section .content-img.mob {
    display: flex;
  }

  .community-section .content-block {
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .community-section .content-block .text-main {
    margin: 20px 0 9px;
    text-align: center;
  }

  .community-section .content-block .text-main:first-of-type {
    padding: 0 10px;
  }

  .community-section .community-box {
    width: 100%;
    max-width: 335px;
    margin: 30px 0;
    padding: 23px 18px 0;
  }

  .community-section .community-box .text-mid {
    padding: 11px 0 20px 10px;
    text-align: left;
  }

  .community-section .community-box .community-box-line:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .community-section .community-box .community-box-line-item:first-of-type {
    padding: 0 0 20px 1px;
    border-right: none;
    border-bottom: 1px solid var(--HL-Gold, #B69451);
  }

  .community-section .community-box .community-box-line-item:last-of-type {
    padding: 19px 0 8px 0;
    text-align: left;
  }

  .community-section .heading-second {
    max-width: 330px;
  }

  .faq-section {
    background: none;
  }

  .faq-section .content-wrapper {
    padding: 58px 20px 30px;
  }

  .faq-section .heading-second {
    margin: 40px auto 12px;
  }

  .faq-section .faq-list li .question {
    padding: 24px 132px 24px 0;
    font-size: var(--font-size-450, 18px);
    font-weight: var(--font-weight-medium, 500);
    line-height: var(--font-line-height-700, 28px);
    letter-spacing: var(--font-letter-spacing-default, 0px);
  }

  .bottom-section {
    background: url("./../images/BottomSection_mob.webp") no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100%;
  }

  .bottom-section .bottom-img {
    display: none;
  }

  .bottom-section .block-line {
    display: none;
  }

  .bottom-section .heading-first {
    order: 0;
    margin: 0px auto 41px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
  }

  .bottom-section .cta-buttons.hero-buttons.download-buttons {
    order: 1;
  }

  .bottom-section .under-btn-text.underline {
    order: 2;
  }

  .bottom-section .intro-text-container {
    padding: 57px 20px 171px;
  }

  .bottom-section .icons-block {
    order: 3;
    margin: 60px auto 16px;
  }

  .bottom-img-mob {
    display: flex;
    position: absolute;
  }

  .footer-line {
    flex-direction: column;
    align-items: center;
  }

  .footer-col {
    align-items: center;
    margin: 0 auto 8px;
  }

  .footer-col p {
    margin-top: 30px;
    text-align: center;
  }

  .footer-fire {
    display: none;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-socials {
    margin-top: 44px;
    justify-content: center;
    margin: 29px auto 6px;
  }

  .footer-line ul.mob-only {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    padding: 0px 16px 16px;
  }

  .footer-line ul.mob-only li {
    margin: 0 4px;
  }

  .footer-line ul.desktop-only {
    display: none;
  }

  .footer-socials-item {
    margin-left: unset;
    margin: 0 10px;
  }

  .footer-socials-item:first-of-type {
    order: 1;
  }

  .footer-socials-item:nth-of-type(2) {
    order: 3;
  }

  .footer-socials-item:last-of-type {
    order: 2;
  }
}

@media only screen and (max-width: 600px) {
  .bottom-section .heading-first br {
    display: inline-block;
  }
}

@media only screen and (max-width: 500px) {
  .kit-section .text-main br:first-child {
    display: none;
    display: block;
  }
}

@media only screen and (max-width: 450px) {
  .categories-section .heading-second {
    max-width: 335px;
  }

  .community-section .content-block .text-main:first-of-type {
    max-width: 334px;
  }
}

@media only screen and (max-width: 365px) {
  .community-section .content-block .text-main:first-of-type {
    padding: 0;
  }
}

@media only screen and (max-width: 360px) {
  .join-section .content-wrapper {
    padding: 82px 20px 32px;
  }

  .faq-section .faq-list li .question {
    padding: 24px 52px 24px 0;
  }
}

/* disabled */

.download-btn.orange.disabled,
.header-link.orange.disabled {
  pointer-events: none;
  color: #fff;
  opacity: 0.5 !important;
  text-decoration: none;
  cursor: default;
  background: #808080;
  background: #373737;
  cursor: none;
  pointer-events: none;
}

.header-link.border.disabled {
  cursor: default;
  background-color: transparent;
  cursor: none;
  pointer-events: none;
  color: #9F9F9F;
  border: 1px solid #9F9F9F;
}