/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Koulen';
  src: url('/fontsKJFDJKA67/koulen-regularKJFDJKA67.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fontsKJFDJKA67/roboto-variablefontKJFDJKA67.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

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

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.headerKJFDJKA67 {
  position: relative;
  z-index: 50;
  padding: 24px 0;
  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.headerKJFDJKA67__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.headerKJFDJKA67__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.headerKJFDJKA67__logo img {
  display: block;
  width: 140px;
  height: auto;
  object-fit: contain;
}

.headerKJFDJKA67__list,
.headerKJFDJKA67__mobile-list {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.headerKJFDJKA67__list a,
.headerKJFDJKA67__mobile-list a {
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: color 0.25s ease;
}

.headerKJFDJKA67__list a:hover,
.headerKJFDJKA67__list a:focus-visible,
.headerKJFDJKA67__mobile-list a:hover,
.headerKJFDJKA67__mobile-list a:focus-visible {
  color: #fff;
}

.headerKJFDJKA67__burger {
  display: none;
  width: 48px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 90;
}

.headerKJFDJKA67__burger span {
  display: block;
  width: 100%;
  height: 4px;
  margin: 7px 0;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.headerKJFDJKA67__burger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.headerKJFDJKA67__burger.active span:nth-child(2) {
  opacity: 0;
}

.headerKJFDJKA67__burger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.headerKJFDJKA67__overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.headerKJFDJKA67__overlay.active {
  opacity: 1;
  visibility: visible;
}

.headerKJFDJKA67__mobile {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  width: min(340px, 86vw);
  height: 100vh;
  padding: 120px 28px 32px;
  background: #160032;
  transform: translateX(110%);
  transition: transform 0.35s ease;
}

.headerKJFDJKA67__mobile.active {
  transform: translateX(0);
}

.headerKJFDJKA67__mobile-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.headerKJFDJKA67__mobile-list a {
  font-size: 22px;
}

@media (max-width: 768px) {
  .headerKJFDJKA67 {
    padding: 36px 0;
  }

  .headerKJFDJKA67__nav {
    display: none;
  }

  .headerKJFDJKA67__burger {
    display: block;
  }
}

@media (max-width: 480px) {
  .headerKJFDJKA67__burger {
    width: 44px;
  }
}
.heroKJFDJKA67 {
  position: relative;
  overflow: visible;
  padding: 48px 0 54px;
  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.heroKJFDJKA67::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -500px;
  max-width: 1440px;
  width: 100%;
  height: 1059px;
  background: url('/imagesKJFDJKA67/frame-planet1KJFDJKA67.webp') center /
    contain no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.heroKJFDJKA67__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  align-items: center;
  gap: 70px;
}

.heroKJFDJKA67__label {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.heroKJFDJKA67 h1 {
  margin: 0 0 18px;
  color: #fff;
  text-shadow: 0 0 20px #c100ca;
  font-family: 'Koulen', sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 83px;
  text-transform: uppercase;
}

.heroKJFDJKA67__info {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.heroKJFDJKA67__timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 450px;
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(220, 159, 255, 0.48);
  background: rgba(239, 180, 255, 0.06);
}

.heroKJFDJKA67__time {
  min-height: 105px;
  padding: 14px 10px;
  border-radius: 16px;
  border: 1px solid #dc9fff;
  background: rgba(239, 180, 255, 0.12);
  text-align: center;
}

.heroKJFDJKA67__time strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: 'Koulen', sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.heroKJFDJKA67__time span {
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heroKJFDJKA67__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.heroKJFDJKA67__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  padding: 14px 34px;
  color: #120922;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.heroKJFDJKA67__button:hover {
  transform: translateY(-2px);
}

.heroKJFDJKA67__button--primary {
  min-width: 236px;
  border-radius: 50px;
  background: linear-gradient(
    261deg,
    #d59c43 13.9%,
    #f4dfb7 48.66%,
    #d7a04c 89.29%
  );
  box-shadow: 0 0 10px 0 #ede6d9 inset;
}

.heroKJFDJKA67__button--secondary {
  min-width: 148px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #e2b873;
  box-shadow: 0 0 10px 0 #ede6d9 inset;
}

.heroKJFDJKA67__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .heroKJFDJKA67 {
    padding: 42px 0;
  }

  .heroKJFDJKA67::before {
    left: 0px;
    bottom: 0px;
  }

  .heroKJFDJKA67__container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .heroKJFDJKA67__image {
    display: none;
  }

  .heroKJFDJKA67__timer {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .heroKJFDJKA67 {
    padding: 56px 0 42px;
  }

  .heroKJFDJKA67::before {
    left: 0px;
    bottom: -600px;
  }

  .heroKJFDJKA67__label {
    margin-bottom: 22px;
    font-size: 29px;
    line-height: 1.28;
  }

  .heroKJFDJKA67 h1 {
    margin-bottom: 22px;
    font-size: 66px;
    line-height: 1.18;
  }

  .heroKJFDJKA67__info {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.28;
  }

  .heroKJFDJKA67__timer {
    gap: 12px;
    padding: 26px;
    margin-bottom: 16px;
  }

  .heroKJFDJKA67__time {
    min-height: 142px;
    padding: 22px 8px;
  }

  .heroKJFDJKA67__time strong {
    font-size: 62px;
  }

  .heroKJFDJKA67__time span {
    font-size: 22px;
  }

  .heroKJFDJKA67__actions {
    flex-direction: column;
    gap: 24px;
  }

  .heroKJFDJKA67__button {
    width: 100%;
    min-height: 76px;
    font-size: 23px;
  }
}

@media (max-width: 520px) {
  .heroKJFDJKA67::before {
    left: -95px;
    bottom: -55px;
    width: 260px;
    height: 260px;
  }

  .heroKJFDJKA67 h1 {
    font-size: 64px;
  }

  .heroKJFDJKA67__timer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 18px;
    gap: 10px;
  }

  .heroKJFDJKA67__time {
    min-height: 116px;
    padding: 18px 4px;
  }

  .heroKJFDJKA67__time strong {
    font-size: 52px;
  }

  .heroKJFDJKA67__time span {
    font-size: 20px;
  }
}

.whyKJFDJKA67 {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.whyKJFDJKA67__container {
  position: relative;
  z-index: 2;
}

.whyKJFDJKA67 h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #c100ca;
  font-family: 'Koulen', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
}

.whyKJFDJKA67__text {
  max-width: 920px;
  margin: 0 auto 42px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.whyKJFDJKA67__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.whyKJFDJKA67__item {
  display: flex;
  flex-direction: column;
  align-items: center;

  min-height: 270px;
  padding: 32px 28px;

  border-radius: 20px;
  border: 1px solid rgba(220, 159, 255, 0.25);

  background: rgba(239, 180, 255, 0.06);
  backdrop-filter: blur(8px);
}

.whyKJFDJKA67__item img {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
}

.whyKJFDJKA67__item h3 {
  margin: 0 0 14px;

  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.whyKJFDJKA67__item p {
  margin: 0;

  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .whyKJFDJKA67 {
    padding: 56px 0;
  }

  .whyKJFDJKA67__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .whyKJFDJKA67__item:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .whyKJFDJKA67 {
    padding: 36px 0;
  }

  .whyKJFDJKA67 h2 {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 1.12;
  }

  .whyKJFDJKA67__text {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .whyKJFDJKA67__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .whyKJFDJKA67__item,
  .whyKJFDJKA67__item:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 28px 22px;
  }

  .whyKJFDJKA67__item img {
    margin-bottom: 16px;
  }

  .whyKJFDJKA67__item h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .whyKJFDJKA67__item p {
    font-size: 16px;
  }
}
.pricingKJFDJKA67 {
  position: relative;
  overflow: hidden;

  padding: 72px 0 92px;

  background: url('/imagesKJFDJKA67/frame-starsKJFDJKA67.webp') center center /
      cover no-repeat,
    linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.pricingKJFDJKA67__container {
  position: relative;
  z-index: 2;
}

.pricingKJFDJKA67 h2 {
  margin: 0 0 20px;

  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;

  text-transform: uppercase;
}

.pricingKJFDJKA67__text {
  max-width: 980px;

  margin: 0 auto 26px;

  color: rgba(255, 255, 255, 0.7);

  text-align: center;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.pricingKJFDJKA67__list {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 32px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.pricing-cardKJFDJKA67 {
  position: relative;

  min-height: 254px;

  padding: 28px 24px 26px;

  border-radius: 20px;

  border: 1px solid rgba(220, 159, 255, 0.35);

  background: rgba(239, 180, 255, 0.06);

  text-align: center;
}

.pricing-cardKJFDJKA67__time {
  position: absolute;

  top: 10px;
  right: 12px;

  min-width: 72px;

  padding: 7px 14px;

  border-radius: 999px;

  border: 1px solid rgba(220, 159, 255, 0.75);

  background: rgba(239, 180, 255, 0.14);

  color: rgba(255, 255, 255, 0.78);

  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.pricing-cardKJFDJKA67__price {
  display: flex;

  justify-content: center;
  align-items: flex-end;

  gap: 6px;

  margin-bottom: 12px;
}

.pricing-cardKJFDJKA67__price strong {
  color: #fff;

  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;

  font-size: 58px;

  line-height: 1;
}

.pricing-cardKJFDJKA67__price span {
  margin-bottom: 10px;

  color: #fff;

  font-family: 'Roboto', sans-serif;

  font-size: 14px;

  font-weight: 700;
}

.pricing-cardKJFDJKA67 h3 {
  margin: 0 0 12px;

  color: #fff;

  font-family: 'Roboto', sans-serif;

  font-size: 20px;

  font-weight: 600;
}

.pricing-cardKJFDJKA67 p {
  min-height: 42px;

  margin: 0 0 24px;

  color: rgba(255, 255, 255, 0.7);

  font-family: 'Roboto', sans-serif;

  font-size: 16px;
}

.pricing-cardKJFDJKA67__button {
  display: inline-flex;

  width: 100%;

  min-height: 48px;

  justify-content: center;
  align-items: center;

  border-radius: 50px;

  background: linear-gradient(
    261deg,
    #d59c43 13.9%,
    #f4dfb7 48.66%,
    #d7a04c 89.29%
  );

  box-shadow: 0 0 10px 0 #ede6d9 inset;

  color: #120922;

  text-decoration: none;

  font-family: 'Roboto', sans-serif;

  font-size: 16px;

  font-weight: 700;
}

@media (max-width: 1100px) {
  .pricingKJFDJKA67__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .pricingKJFDJKA67 {
    padding: 36px 0 48px;

    background: url('/imagesKJFDJKA67/frame-stars-mbKJFDJKA67.webp') center
        center / cover no-repeat,
      linear-gradient(270deg, #250541 0%, #12062f 100%);
  }

  .pricingKJFDJKA67 h2 {
    max-width: 300px;

    margin: 0 auto 16px;

    font-size: 42px;

    line-height: 1.15;
  }

  .pricingKJFDJKA67__text {
    font-size: 16px;

    margin-bottom: 22px;
  }

  .pricingKJFDJKA67__list {
    grid-template-columns: 1fr;

    gap: 16px;
  }

  .pricing-cardKJFDJKA67 {
    min-height: auto;

    padding: 18px 16px 16px;
  }
}
.locationKJFDJKA67 {
  position: relative;
  overflow: visible;

  padding: 72px 0;

  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.locationKJFDJKA67::before {
  content: '';

  position: absolute;

  right: 0;
  bottom: -600px;

  max-width: 1440px;
  width: 100%;
  height: 1286px;

  background: url('/imagesKJFDJKA67/frame-planet-rightKJFDJKA67.webp') center /
    contain no-repeat;

  pointer-events: none;

  z-index: 0;
}

.locationKJFDJKA67__container {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 640px)
    minmax(0, 1fr);

  align-items: center;

  gap: 38px;
}

.locationKJFDJKA67__image img {
  display: block;

  width: 100%;
  height: auto;

  border-radius: 28px;

  object-fit: cover;
}

.locationKJFDJKA67 h2 {
  margin: 0 0 22px;

  color: #fff;

  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;

  font-size: 64px;

  font-weight: 400;

  line-height: 1.05;

  text-transform: uppercase;
}

.locationKJFDJKA67__text {
  margin: 0 0 28px;

  color: rgba(255, 255, 255, 0.8);

  font-family: 'Roboto', sans-serif;

  font-size: 20px;

  line-height: 1.45;
}

.locationKJFDJKA67__list {
  display: flex;

  flex-direction: column;

  gap: 18px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.locationKJFDJKA67__item {
  display: flex;

  align-items: center;

  gap: 22px;

  padding: 28px 30px;

  border-radius: 20px;

  border: 1px solid rgba(220, 159, 255, 0.24);

  background: rgba(239, 180, 255, 0.06);

  backdrop-filter: blur(8px);
}

.locationKJFDJKA67__icon {
  flex-shrink: 0;

  font-size: 38px;
}

.locationKJFDJKA67__item p {
  margin: 0;

  color: rgba(255, 255, 255, 0.86);

  font-family: 'Roboto', sans-serif;

  font-size: 18px;

  line-height: 1.35;
}

@media (max-width: 1100px) {
  .locationKJFDJKA67::before {
    bottom: -110px;

    max-width: 460px;
    height: 460px;
  }

  .locationKJFDJKA67__container {
    grid-template-columns: 1fr;

    gap: 34px;
  }

  .locationKJFDJKA67__image {
    max-width: 760px;

    width: 100%;

    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .locationKJFDJKA67 {
    padding: 36px 0;
  }

  .locationKJFDJKA67::before {
    bottom: -90px;

    max-width: 320px;
    height: 320px;
  }

  .locationKJFDJKA67__container {
    gap: 28px;
  }

  .locationKJFDJKA67__image img {
    border-radius: 22px;
  }

  .locationKJFDJKA67 h2 {
    margin-bottom: 18px;

    font-size: 54px;

    text-align: center;
  }

  .locationKJFDJKA67__text {
    margin-bottom: 22px;

    font-size: 18px;

    text-align: center;
  }

  .locationKJFDJKA67__item {
    padding: 22px 18px;

    gap: 18px;
  }

  .locationKJFDJKA67__icon {
    font-size: 34px;
  }

  .locationKJFDJKA67__item p {
    font-size: 16px;
  }
}

.atmosphereKJFDJKA67 {
  position: relative;
  z-index: -1;
  overflow: visible;
  padding: 72px 0;
  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.atmosphereKJFDJKA67__container {
  position: relative;
  z-index: 2;
}

.atmosphereKJFDJKA67 h2 {
  margin: 0 0 42px;

  color: #fff;
  text-align: center;

  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;

  text-transform: uppercase;
}

.atmosphereKJFDJKA67__list {
  display: grid;

  grid-template-columns:
    minmax(1.15fr) minmax(0, 1fr)
    minmax(0, 1fr);

  grid-template-rows: 240px 240px;

  grid-template-areas:
    'big wide wide'
    'big small1 small2';

  gap: 18px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.atmosphereKJFDJKA67__item {
  overflow: hidden;
  border-radius: 24px;
}

.atmosphereKJFDJKA67__item--big {
  grid-area: big;
}

.atmosphereKJFDJKA67__item--wide {
  grid-area: wide;
}

.atmosphereKJFDJKA67__item:nth-child(3) {
  grid-area: small1;
}

.atmosphereKJFDJKA67__item:nth-child(4) {
  grid-area: small2;
}

.atmosphereKJFDJKA67__item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.35s ease;
}

.atmosphereKJFDJKA67__item:hover img {
  transform: scale(1.03);
}

@media (max-width: 1100px) {
  .atmosphereKJFDJKA67 {
    padding: 56px 0;
  }

  .atmosphereKJFDJKA67__list {
    grid-template-columns: 1fr 1fr;

    grid-template-rows: auto;

    grid-template-areas:
      'big big'
      'wide wide'
      'small1 small2';
  }

  .atmosphereKJFDJKA67__item--big img {
    aspect-ratio: 1 / 0.78;
  }

  .atmosphereKJFDJKA67__item--wide img {
    aspect-ratio: 1 / 0.5;
  }

  .atmosphereKJFDJKA67__item:nth-child(3) img,
  .atmosphereKJFDJKA67__item:nth-child(4) img {
    aspect-ratio: 1 / 0.9;
  }
}

@media (max-width: 768px) {
  .atmosphereKJFDJKA67 {
    padding: 36px 0;
  }

  .atmosphereKJFDJKA67 h2 {
    margin-bottom: 24px;

    font-size: 44px;
    line-height: 1.15;
  }

  .atmosphereKJFDJKA67__list {
    display: flex;

    overflow-x: auto;

    gap: 14px;

    padding-bottom: 10px;

    scroll-snap-type: x mandatory;
  }

  .atmosphereKJFDJKA67__item {
    flex: 0 0 280px;

    border-radius: 20px;

    scroll-snap-align: start;
  }

  .atmosphereKJFDJKA67__item img {
    aspect-ratio: 1 / 1.1;
  }

  .atmosphereKJFDJKA67__list::-webkit-scrollbar {
    height: 6px;
  }

  .atmosphereKJFDJKA67__list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);

    border-radius: 999px;
  }
}
.mysticsKJFDJKA67 {
  position: relative;

  overflow: hidden;

  padding: 72px 0;

  background: url('/imagesKJFDJKA67/frame-starsKJFDJKA67.webp') center center /
      cover no-repeat,
    linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.mysticsKJFDJKA67 .container {
  position: relative;
  z-index: 2;
}

.mysticsKJFDJKA67 h2 {
  margin: 0 0 14px;

  color: #fff;

  text-align: center;

  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;

  font-size: 50px;

  font-weight: 400;

  line-height: 60px;

  text-transform: uppercase;
}

.mysticsKJFDJKA67__subtitle {
  max-width: 720px;

  margin: 0 auto 42px;

  color: rgba(255, 255, 255, 0.75);

  text-align: center;

  font-family: 'Roboto', sans-serif;

  font-size: 18px;
}

.mysticsKJFDJKA67__list {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 34px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.mysticsKJFDJKA67__item {
  display: grid;

  grid-template-columns: 280px minmax(0, 1fr);

  gap: 18px;

  padding: 24px;

  border-radius: 20px;

  border: 1px solid rgba(220, 159, 255, 0.25);

  background: rgba(239, 180, 255, 0.06);

  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.04),
    0 10px 40px rgba(0, 0, 0, 0.2);
}

.mysticsKJFDJKA67__image {
  overflow: hidden;

  border-radius: 18px;
}

.mysticsKJFDJKA67__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.mysticsKJFDJKA67__content {
  display: flex;

  flex-direction: column;

  height: 100%;
}

.mysticsKJFDJKA67__content h3 {
  margin: 0 0 12px;

  color: #fff;

  font-family: 'Roboto', sans-serif;

  font-size: 24px;

  font-weight: 700;
}

.mysticsKJFDJKA67__content p {
  margin: 0;

  color: rgba(255, 255, 255, 0.75);

  font-family: 'Roboto', sans-serif;

  font-size: 16px;

  line-height: 1.45;
}

.mysticsKJFDJKA67__content a {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 180px;

  min-height: 58px;

  margin-top: auto;

  border-radius: 50px;

  background: linear-gradient(
    261deg,
    #d59c43 13.9%,
    #f4dfb7 48.66%,
    #d7a04c 89.29%
  );

  box-shadow: inset 0 0 10px #ede6d9;

  color: #1f1530;

  text-decoration: none;

  font-family: 'Roboto', sans-serif;

  font-size: 16px;

  font-weight: 700;

  transition: 0.3s;
}

.mysticsKJFDJKA67__content a:hover {
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .mysticsKJFDJKA67__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mysticsKJFDJKA67 {
    padding: 36px 0;

    background: url('/imagesKJFDJKA67/frame-starsKJFDJKA67.webp') center center /
        cover no-repeat,
      linear-gradient(270deg, #250541 0%, #12062f 100%);
  }

  .mysticsKJFDJKA67 h2 {
    font-size: 44px;

    line-height: 1.1;
  }

  .mysticsKJFDJKA67__subtitle {
    margin-bottom: 28px;

    font-size: 16px;
  }

  .mysticsKJFDJKA67__item {
    grid-template-columns: 1fr;

    gap: 18px;

    padding: 20px;
  }

  .mysticsKJFDJKA67__image img {
    aspect-ratio: 1/0.72;
  }

  .mysticsKJFDJKA67__content h3 {
    font-size: 20px;
  }

  .mysticsKJFDJKA67__content a {
    width: 100%;

    margin-top: 24px;
  }
}
.contactsKJFDJKA67 {
  position: relative;

  overflow: hidden;

  padding: 80px 0;

  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.contactsKJFDJKA67::before {
  content: '';

  position: absolute;

  right: 0;
  bottom: -600px;

  max-width: 1440px;
  width: 100%;
  height: 1286px;

  background: url('/imagesKJFDJKA67/frame-planet-rightKJFDJKA67.webp') center /
    contain no-repeat;

  pointer-events: none;

  z-index: 0;
}

.contactsKJFDJKA67__container {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 580px)
    minmax(0, 1fr);

  align-items: center;

  gap: 40px;
}

.contactsKJFDJKA67__image {
  width: 100%;
}

.contactsKJFDJKA67__image img {
  display: block;

  width: 100%;
  max-width: 580px;

  margin-left: auto;

  height: auto;

  border-radius: 24px;

  object-fit: cover;
}

.contactsKJFDJKA67__content {
  width: 100%;

  max-width: 720px;
}

.contactsKJFDJKA67 h2 {
  margin: 0 0 32px;

  color: #fff;

  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;

  font-size: 56px;

  font-weight: 400;

  line-height: 1;

  text-transform: uppercase;
}

.contactsKJFDJKA67__form {
  display: flex;

  flex-direction: column;

  gap: 18px;

  width: 100%;
}

.contactsKJFDJKA67__form label {
  display: flex;

  flex-direction: column;

  gap: 10px;

  color: #fff;

  font-family: 'Roboto', sans-serif;

  font-size: 18px;
}

.contactsKJFDJKA67__form input,
.contactsKJFDJKA67__form textarea {
  width: 100%;

  padding: 18px 22px;

  border-radius: 18px;

  border: 1px solid rgba(220, 159, 255, 0.5);

  background: rgba(239, 180, 255, 0.12);

  color: #fff;

  outline: none;

  font-size: 16px;
}

.contactsKJFDJKA67__form textarea {
  min-height: 150px;

  resize: none;
}

.contactsKJFDJKA67__form button {
  min-height: 60px;

  border: 0;

  cursor: pointer;

  border-radius: 50px;

  background: linear-gradient(
    261deg,
    #d59c43 13.9%,
    #f4dfb7 48.66%,
    #d7a04c 89.29%
  );

  box-shadow: inset 0 0 10px #ede6d9;

  color: #241537;

  font-family: 'Roboto', sans-serif;

  font-size: 18px;

  font-weight: 700;
}

.contactsKJFDJKA67__success {
  display: none;

  padding: 14px 18px;

  border-radius: 14px;

  background: rgba(239, 180, 255, 0.12);

  border: 1px solid rgba(220, 159, 255, 0.5);

  color: #fff;

  text-align: center;

  font-family: 'Roboto', sans-serif;
}

.contactsKJFDJKA67__success.active {
  display: block;

  animation: fadeKJFDJKA67 0.3s ease;
}

@keyframes fadeKJFDJKA67 {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .contactsKJFDJKA67::before {
    right: -90px;
    bottom: -90px;

    width: 420px;
    height: 420px;
  }

  .contactsKJFDJKA67__container {
    grid-template-columns: 1fr;
  }

  .contactsKJFDJKA67__content {
    order: 1;

    max-width: 100%;
  }

  .contactsKJFDJKA67__image {
    order: 2;
  }

  .contactsKJFDJKA67__image img {
    max-width: 760px;

    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .contactsKJFDJKA67 {
    padding: 40px 0;
  }

  .contactsKJFDJKA67::before {
    right: -70px;
    bottom: -70px;

    width: 300px;
    height: 300px;
  }

  .contactsKJFDJKA67 h2 {
    margin-bottom: 24px;

    text-align: center;

    font-size: 48px;
  }

  .contactsKJFDJKA67__image img {
    border-radius: 20px;
  }

  .contactsKJFDJKA67__form button {
    width: 100%;
  }
}
.footerKJFDJKA67 {
  padding: 60px 0 32px;
  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.footerKJFDJKA67__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 50px;
  align-items: center;
  margin-bottom: 42px;
}

.footerKJFDJKA67__logo {
  display: inline-block;
  margin-bottom: 28px;
}

.footerKJFDJKA67__logo img {
  display: block;
  max-width: 170px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footerKJFDJKA67__subscribe {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footerKJFDJKA67__subscribe span,
.footerKJFDJKA67__social h3 {
  margin: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footerKJFDJKA67__form {
  display: flex;
  width: 100%;
  max-width: 500px;
}

.footerKJFDJKA67__form input {
  width: 100%;
  height: 58px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid #dc9fff;
  background: rgba(239, 180, 255, 0.12);
  color: #fff;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.footerKJFDJKA67__form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.footerKJFDJKA67__form button {
  display: none;
}

.footerKJFDJKA67__success {
  display: none;
  max-width: 500px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #dc9fff;
  background: rgba(239, 180, 255, 0.12);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.footerKJFDJKA67__success.active {
  display: block;
  animation: footerFadeKJFDJKA67 0.3s ease;
}

@keyframes footerFadeKJFDJKA67 {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footerKJFDJKA67__social-list {
  display: flex;
  gap: 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.footerKJFDJKA67__social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerKJFDJKA67__social-list img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.footerKJFDJKA67__age {
  color: #fff;
  text-shadow: 0 0 20px #c100ca;
  font-family: 'Koulen', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.footerKJFDJKA67__nav {
  margin-bottom: 24px;
}

.footerKJFDJKA67__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 42px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerKJFDJKA67__menu a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.footerKJFDJKA67__menu a:hover {
  text-decoration: underline;
}

.footerKJFDJKA67__domain {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

@media (max-width: 992px) {
  .footerKJFDJKA67__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .footerKJFDJKA67 {
    padding: 36px 0 24px;
  }

  .footerKJFDJKA67__top {
    margin-bottom: 34px;
  }

  .footerKJFDJKA67__logo {
    margin-bottom: 26px;
  }

  .footerKJFDJKA67__form,
  .footerKJFDJKA67__success {
    max-width: 100%;
  }

  .footerKJFDJKA67__age {
    font-size: 50px;
  }

  .footerKJFDJKA67__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    text-align: center;
  }
}
.partnerKJFDJKA67 {
  position: relative;

  overflow: visible;

  padding: 90px 0;

  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.partnerKJFDJKA67::before {
  content: '';

  position: absolute;

  left: 0;
  bottom: -500px;
  max-width: 1440px;
  width: 100%;
  height: 1059px;

  background: url('/imagesKJFDJKA67/frame-planet1KJFDJKA67.webp') center /
    contain no-repeat;

  pointer-events: none;

  z-index: 0;
}

.partnerKJFDJKA67__container {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 72px;
}

.partnerKJFDJKA67__content {
  width: 100%;
}

.partnerKJFDJKA67 h1 {
  margin: 0 0 34px;

  color: #fff;

  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;

  font-size: 70px;

  font-weight: 400;

  line-height: 83px;

  text-transform: uppercase;
}

.partnerKJFDJKA67 p {
  margin: 0 0 34px;

  color: rgba(255, 255, 255, 0.85);

  font-family: 'Roboto', sans-serif;

  font-size: 16px;

  line-height: 1.35;
}

.partnerKJFDJKA67 p:last-child {
  margin-bottom: 0;
}

.partnerKJFDJKA67__image img {
  display: block;

  width: 100%;
  height: auto;

  border-radius: 28px;

  object-fit: cover;
}

@media (max-width: 1100px) {
  .partnerKJFDJKA67::before {
    right: -90px;
    bottom: -90px;

    width: 420px;
    height: 420px;
  }

  .partnerKJFDJKA67__container {
    gap: 48px;
  }

  .partnerKJFDJKA67 h1 {
    font-size: 58px;

    line-height: 70px;
  }
}

@media (max-width: 992px) {
  .partnerKJFDJKA67 {
    padding: 60px 0;
  }

  .partnerKJFDJKA67::before {
    width: 360px;
    height: 360px;

    right: -80px;
    bottom: -80px;
  }

  .partnerKJFDJKA67__container {
    grid-template-columns: 1fr;

    gap: 38px;
  }

  .partnerKJFDJKA67__image {
    order: 1;
  }

  .partnerKJFDJKA67__content {
    order: 2;
  }
}

@media (max-width: 768px) {
  .partnerKJFDJKA67 {
    padding: 36px 0;
  }

  .partnerKJFDJKA67::before {
    right: -70px;
    bottom: -70px;

    width: 280px;
    height: 280px;
  }

  .partnerKJFDJKA67__container {
    gap: 30px;
  }

  .partnerKJFDJKA67 h1 {
    margin-bottom: 24px;

    font-size: 54px;

    line-height: 62px;
  }

  .partnerKJFDJKA67 p {
    margin-bottom: 28px;

    font-size: 15px;
  }

  .partnerKJFDJKA67__image img {
    border-radius: 22px;
  }
}
.magicianGameKJFDJKA67 {
  position: relative;

  z-index: 5;

  padding: 40px 0 90px;

  overflow: visible;

  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.magicianGameKJFDJKA67 .container {
  position: relative;

  z-index: 2;
}

.magicianGameKJFDJKA67__box {
  position: relative;

  width: 100%;

  aspect-ratio: 1400 / 760;

  overflow: hidden;

  border-radius: 22px;

  background: #000;
}

.magicianGameKJFDJKA67__preview {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  padding: 0;

  border: 0;

  background: transparent;

  cursor: pointer;

  z-index: 3;

  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.magicianGameKJFDJKA67__preview img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.magicianGameKJFDJKA67__iframe {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  border: none;

  background: #000;

  opacity: 0;

  visibility: hidden;

  z-index: 1;

  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.magicianGameKJFDJKA67__box.active .magicianGameKJFDJKA67__preview {
  opacity: 0;

  visibility: hidden;

  pointer-events: none;
}

.magicianGameKJFDJKA67__box.active .magicianGameKJFDJKA67__iframe {
  opacity: 1;

  visibility: visible;
}

@media (max-width: 992px) {
  .magicianGameKJFDJKA67 {
    padding: 36px 0 70px;
  }

  .magicianGameKJFDJKA67__box {
    aspect-ratio: 1 / 0.82;

    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .magicianGameKJFDJKA67 {
    padding: 30px 0 50px;
  }

  .magicianGameKJFDJKA67__box {
    aspect-ratio: 1 / 0.95;

    border-radius: 18px;
  }
}

@media (max-width: 520px) {
  .magicianGameKJFDJKA67__box {
    aspect-ratio: 1 / 1.05;

    border-radius: 16px;
  }
}
.tipsKJFDJKA67 {
  position: relative;

  overflow: hidden;

  padding: 90px 0;

  background: url('/imagesKJFDJKA67/frame-starsKJFDJKA67.webp') center center /
      cover no-repeat,
    linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.tipsKJFDJKA67 .container {
  position: relative;

  z-index: 2;
}

.tipsKJFDJKA67 h2 {
  margin: 0 0 20px;

  color: #fff;

  text-align: center;

  text-shadow: 0 0 20px #c100ca;

  font-family: 'Koulen', sans-serif;

  font-size: 50px;

  font-weight: 400;

  line-height: 60px;

  text-transform: uppercase;
}

.tipsKJFDJKA67__subtitle {
  max-width: 760px;

  margin: 0 auto 46px;

  color: rgba(255, 255, 255, 0.8);

  text-align: center;

  font-family: 'Roboto', sans-serif;

  font-size: 18px;

  font-weight: 400;
}

.tipsKJFDJKA67__list {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 26px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.tipsKJFDJKA67__item {
  padding: 26px;

  border-radius: 20px;

  background: rgba(239, 180, 255, 0.06);

  border: 1px solid rgba(220, 159, 255, 0.3);

  backdrop-filter: blur(10px);
}

.tipsKJFDJKA67__item h3 {
  margin: 0 0 18px;

  color: #fff;

  font-family: 'Roboto', sans-serif;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.35;
}

.tipsKJFDJKA67__item p {
  margin: 0 0 16px;

  color: rgba(255, 255, 255, 0.75);

  font-family: 'Roboto', sans-serif;

  font-size: 16px;

  line-height: 1.35;
}

.tipsKJFDJKA67__item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .tipsKJFDJKA67 {
    padding: 60px 0;
  }

  .tipsKJFDJKA67__list {
    grid-template-columns: 1fr;

    gap: 22px;
  }
}

@media (max-width: 768px) {
  .tipsKJFDJKA67 {
    padding: 40px 0;

    background: url('/imagesKJFDJKA67/frame-starsKJFDJKA67.webp') center center /
        cover no-repeat,
      linear-gradient(270deg, #250541 0%, #12062f 100%);
  }

  .tipsKJFDJKA67 h2 {
    margin-bottom: 18px;

    font-size: 42px;

    line-height: 50px;
  }

  .tipsKJFDJKA67__subtitle {
    margin-bottom: 28px;

    font-size: 16px;
  }

  .tipsKJFDJKA67__item {
    padding: 22px 18px;
  }

  .tipsKJFDJKA67__item h3 {
    font-size: 18px;
  }

  .tipsKJFDJKA67__item p {
    font-size: 15px;
  }
}

.noticeKJFDJKA67 {
  padding: 52px 0 58px;
  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
}

.noticeKJFDJKA67__box {
  max-width: 980px;
  margin: 0 auto 34px;
  padding: 28px 34px 24px;
  border-radius: 18px;
  border: 1px solid rgba(220, 159, 255, 0.32);
  background: rgba(239, 180, 255, 0.06);
}

.noticeKJFDJKA67 h2 {
  margin: 0 0 18px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #c100ca;
  font-family: 'Koulen', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.noticeKJFDJKA67 p {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.noticeKJFDJKA67__list {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  align-items: center;
  gap: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.noticeKJFDJKA67__list li {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.noticeKJFDJKA67__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.noticeKJFDJKA67__list img {
  display: block;
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .noticeKJFDJKA67 {
    padding: 32px 0 40px;
  }

  .noticeKJFDJKA67__box {
    margin-bottom: 26px;
    padding: 22px 16px;
    border-radius: 16px;
  }

  .noticeKJFDJKA67 h2 {
    font-size: 34px;
  }

  .noticeKJFDJKA67 p {
    font-size: 14px;
    line-height: 1.18;
  }

  .noticeKJFDJKA67__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .noticeKJFDJKA67__list li:last-child {
    grid-column: 1 / -1;
  }

  .noticeKJFDJKA67__list img {
    max-height: 42px;
  }
}

.terms {
  background: linear-gradient(270deg, #250541 0%, #12062f 100%);
  padding: 60px 0;
  word-wrap: break-word;
}

.terms h1 {
  color: #fff;
  text-shadow: 0 0 20px #c100ca;
  font-family: Koulen;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 120% */
  margin-bottom: 14px;
}

.terms p,
.terms a {
  color: rgba(255, 255, 255, 0.8);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}

.terms ul {
  list-style: disc;
  margin-bottom: 14px;
}

.terms ul li {
  list-style-type: disc;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .terms {
    padding: 30px 0;
  }
  .terms h1 {
    font-size: 38px;
  }

  .terms p {
    font-size: 14px;
  }
}
