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

html,
body,
div,
span,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
i,
ol,
ul,
li,
form,
label,
main,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}

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

ol,
ul {
  list-style: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

a {
  text-decoration: none;
}

button {
  border: transparent;
  cursor: pointer;
}

body {
  font-size: 16px;
  color: #e8f1ff;
  line-height: 1.4;
  min-height: 100vh;
  background-color: #0a0c1a;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 82rem;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.gr-btn {
  padding: 0.6rem;
  font-size: 1.2rem;
  border-radius: 1rem;
  color: #e8f1ff;
  background-color: #ff2a6d;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  transition: background-color 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .gr-btn {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .gr-btn {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .gr-btn:hover {
    background-color: #ff5e8e;
  }
}

.btn {
  position: relative;
  background-color: #ff2a6d;
  padding: 0.6rem 1.2rem;
  overflow: hidden;
  color: inherit;
  border-radius: 0.1rem;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(114.26deg, #00e0ff 13.41%, #ff2a6d 87.24%);
  transition: width 0.4s ease-in-out;
}
@media (hover: hover) {
  .btn:hover::before {
    width: 100%;
  }
}
.btn__text {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .btn__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .btn__text {
    font-size: 1rem;
  }
}

.input {
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  background: #6a8299;
  border: 1px solid transparent;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  outline: none;
  color: #e8f1ff;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.input:focus {
  border: 1px solid #ff2a6d;
}
.input::-moz-placeholder {
  color: #e8f1ff;
}
.input::placeholder {
  color: #e8f1ff;
}

.textarea {
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  background: #6a8299;
  border: 1px solid transparent;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  outline: none;
  color: #e8f1ff;
  position: relative;
  transition: all 0.4s ease-in-out;
  resize: none;
}
.textarea:focus {
  border: 1px solid #ff2a6d;
}
.textarea::-moz-placeholder {
  color: #e8f1ff;
}
.textarea::placeholder {
  color: #e8f1ff;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #e8f1ff;
}
.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  background-color: #ff2a6d;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.checkbox input[type=checkbox]:checked {
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
}
.checkbox label {
  line-height: 1.4;
  cursor: pointer;
}
.checkbox label a {
  color: #ff2a6d;
}

.gr-link {
  padding: 0.6rem;
  font-size: 1.2rem;
  border-radius: 1rem;
  color: #e8f1ff;
  background-color: #ff2a6d;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  transition: background-color 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .gr-link {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .gr-link {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .gr-link:hover {
    background-color: #ff5e8e;
  }
}

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (max-width: 767.98px) {
  .burger {
    display: block;
  }
}
.burger__line {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  background-color: #e8f1ff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.burger__line:nth-of-type(2) {
  top: calc(50% - 9px);
}
.burger__line:nth-of-type(3) {
  top: calc(50% + 9px);
}
.burger.active .burger__line:nth-of-type(1) {
  display: none;
}
.burger.active .burger__line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.burger.active .burger__line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: background-color 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header__wrapper {
    gap: 1rem;
  }
}
.header__logo {
  position: relative;
  z-index: 1;
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header__inner {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0 0.5rem;
    padding-top: calc(80px + 1rem);
    background-color: #0a0c1a;
    transition: transform 0.4s ease-in-out;
    transform: translateX(-100%);
  }
}
.header__inner.open {
  transform: translateX(0%);
}
.header.scrolled {
  border-bottom: 1px solid #1e2a5c;
  background-color: rgba(20, 25, 60, 0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.logo__img {
  width: 3.4rem;
  height: 3.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .logo__img {
    width: 3rem;
    height: 3rem;
  }
}
.logo__text {
  color: #ff2a6d;
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .logo__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .logo__text {
    font-size: 1.5rem;
  }
}

.nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .nav {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .nav {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 0.5rem;
  }
}
.nav__item {
  position: relative;
  height: 100%;
  font-size: 1.2rem;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.nav__item:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff2a6d;
  transition: width 0.4s ease-in-out;
}
@media (hover: hover) {
  .nav__item:hover {
    color: #ff2a6d;
  }
  .nav__item:hover:before {
    width: 100%;
  }
}
.nav__item--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .nav__item {
    padding: 0.5rem 1rem;
    width: 100%;
    background-color: #1e2a5c;
    font-size: 1rem;
    border-radius: 5px;
    height: auto;
    justify-content: flex-start;
  }
  .nav__item--mobile {
    display: block;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  background-image: url("../img/bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.hero .container {
  height: 100%;
}
.hero__wrapper {
  position: relative;
  z-index: 1;
  max-width: 65%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .hero__wrapper {
    max-width: 100%;
  }
}
.hero__content {
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.hero__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .hero__title {
    font-size: 1.5rem;
  }
}
.hero__subtitle {
  text-align: center;
  font-size: 1.3rem;
}
.hero__btn {
  margin: 0 auto;
}

.link-down {
  position: absolute;
  left: 51%;
  bottom: 2rem;
  transform: translateX(-50%);
  cursor: pointer;
  color: #e8f1ff;
  transition: color 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.link-down__item {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  animation: arrowFade 3s infinite;
}
@media (max-width: 767.98px) {
  .link-down__item {
    width: 1rem;
    height: 1rem;
  }
}
.link-down__item--first {
  animation-delay: 0s;
}
.link-down__item--second {
  animation-delay: 0.3s;
}
.link-down__item--third {
  animation-delay: 0.6s;
}
.link-down__text {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .link-down__text {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .link-down {
    left: 52.5%;
  }
}
@media (hover: hover) {
  .link-down:hover {
    color: #ff2a6d;
  }
}

@keyframes arrowFade {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  20%, 50% {
    opacity: 1;
    transform: translateY(0.2rem);
  }
  80%, 100% {
    opacity: 0;
    transform: translateY(0.4rem);
  }
}
.dark-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.about {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .about {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .about {
    padding: 2rem 0;
  }
}
.about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .about__wrapper {
    flex-direction: column;
  }
}
.about__features {
  width: 100%;
}
.about__descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.about__img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__img {
    width: 24rem;
    height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .about__img {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.about__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .about__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .about__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .about__title {
    margin-bottom: 2rem;
  }
}
.about__text {
  text-align: center;
}

.game {
  padding: 4rem 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .game {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .game {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .game {
    padding: 2rem 0;
  }
}
.game__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .game__wrapper {
    flex-direction: column;
  }
}
.game__descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.game__img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .game__img {
    width: 24rem;
    height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .game__img {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.game__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .game__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .game__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .game__title {
    margin-bottom: 2rem;
  }
}
.game__text {
  text-align: center;
}
.game__play {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .game__play {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.game__rules {
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .game__rules {
    max-width: 100%;
  }
}

.frame {
  position: relative;
  width: 36rem;
  height: 21.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .frame {
    width: 24rem;
    height: 16rem;
  }
}
@media (max-width: 767.98px) {
  .frame {
    order: -1;
    max-width: 100%;
    width: 100%;
  }
}
.frame__img {
  position: absolute;
  right: 7rem;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .frame__img {
    right: 5.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.frame iframe {
  border: none;
}

.benefit {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .benefit {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .benefit {
    padding: 2rem 0;
  }
}
.benefit__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .benefit__wrapper {
    flex-direction: column;
  }
}
.benefit__descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.benefit__img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .benefit__img {
    width: 24rem;
    height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .benefit__img {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.benefit__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .benefit__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .benefit__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .benefit__title {
    margin-bottom: 2rem;
  }
}
.benefit__list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.benefit__list strong {
  color: #ff2a6d;
}
.benefit__text {
  text-align: center;
}

.faq {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .faq {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .faq {
    padding: 2rem 0;
  }
}
.faq__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .faq__wrapper {
    flex-direction: column;
  }
}
.faq__descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.faq__img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .faq__img {
    width: 24rem;
    height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .faq__img {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.faq__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .faq__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .faq__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .faq__title {
    margin-bottom: 2rem;
  }
}
.faq__text {
  text-align: center;
}

.accordion {
  width: 100%;
}
.accordion__item {
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.accordion__item:not(:last-child) {
  margin-bottom: 1rem;
}
.accordion__header {
  background-color: #ff2a6d;
  color: #e8f1ff;
  padding: 1rem;
  font-size: 1.4rem;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .accordion__header {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .accordion__header {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .accordion__header:hover {
    background-color: #ff2a6d;
  }
}
.accordion__content {
  overflow: hidden;
  padding: 0 1rem;
  max-height: 0;
  transition: max-height 0.3s ease;
  background-color: #0a0c1a;
}
.accordion__content p {
  margin: 1rem 0;
}
.accordion__icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
  margin-right: 0;
}

.active .accordion__icon {
  transform: rotate(180deg);
}

.contact {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .contact {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .contact {
    padding: 2rem 0;
  }
}
.contact__form {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .contact__form {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .contact__form {
    max-width: 100%;
  }
}
.contact__form-item {
  position: relative;
  width: 100%;
}
.contact__form-btn {
  margin-top: 3rem;
  min-width: 10rem;
}
.contact__form-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2.4rem;
}
@media (max-width: 767.98px) {
  .contact__form-wrapper {
    gap: 3rem;
  }
}
.contact__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .contact__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .contact__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .contact__title {
    margin-bottom: 2rem;
  }
}

.is-invalid {
  border-color: #ff3d4f;
}

.error-message {
  position: absolute;
  font-size: 0.8rem;
  left: 0;
  padding-left: 0.5rem;
  margin-top: 0.2rem;
  color: #ff3d4f;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.error-message--visible {
  opacity: 1;
  visibility: visible;
}

.age {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .age {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .age {
    padding: 2rem 0;
  }
}
.age__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .age__wrapper {
    flex-direction: column;
  }
}
.age__descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.age__img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .age__img {
    width: 24rem;
    height: 24rem;
  }
}
@media (max-width: 767.98px) {
  .age__img {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.age__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .age__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .age__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .age__title {
    margin-bottom: 2rem;
  }
}
.age__text {
  text-align: center;
}

.screenshots {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .screenshots {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .screenshots {
    padding: 2rem 0;
  }
}
.screenshots__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .screenshots__wrapper {
    flex-direction: column;
  }
}
.screenshots__img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 767.98px) {
  .screenshots__img {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.screenshots__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .screenshots__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .screenshots__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .screenshots__title {
    margin-bottom: 2rem;
  }
}
.screenshots__text {
  text-align: center;
}

.classes {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .classes {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .classes {
    padding: 2rem 0;
  }
}
.classes__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .classes__wrapper {
    flex-direction: column;
  }
}
.classes__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .classes__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .classes__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .classes__title {
    margin-bottom: 2rem;
  }
}
.classes__item {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .classes__item {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.classes__name {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .classes__name {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .classes__name {
    font-size: 1rem;
  }
}
.classes__text {
  text-align: center;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #ff2a6d;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: background-color 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .scroll-top:hover {
    background-color: #fde306;
  }
}

.scroll-top img {
  width: 1rem;
  height: 1rem;
  color: #e8f1ff;
  line-height: 0;
  transform: rotateX(180deg);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

.footer {
  padding: 3rem 0;
  background-color: #0f1326;
  border-top: 1px solid #1e2a5c;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 2rem 0;
  }
}
.footer__top {
  width: 100%;
  background-color: #e8f1ff;
  color: #6a8299;
  padding: 1rem 0;
}
.footer__top-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.footer__top-logos > *:not(.footer__text) {
  width: 6rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__top-logos {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .footer__top-logos {
    flex-wrap: wrap;
  }
}
.footer__age {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 50%;
  border: 0.5rem solid #ff3d4f;
  width: 4rem !important;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
  background-color: transparent;
}
.footer__img {
  margin-left: 0;
  margin-right: 0;
}
.footer__text {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
}
.footer__logo {
  justify-content: flex-start;
}
.footer__bottom {
  width: 100%;
}
.footer__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .footer__wrapper {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.footer__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.footer__block:first-child {
  flex-shrink: 2;
}
.footer__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .footer__title {
    font-size: 1rem;
  }
}
.footer__disclaimer {
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__disclaimer {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer__disclaimer {
    font-size: 0.8rem;
  }
}
.footer__list-item {
  color: #e8f1ff;
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__list-item {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer__list-item {
    font-size: 0.8rem;
  }
}
.footer__list-link {
  color: #e8f1ff;
  font-size: 1.2rem;
  transition: color 0.4s ease-in-out;
}
@media (hover: hover) {
  .footer__list-link:hover {
    color: #ff2a6d;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer__list-link {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer__list-link {
    font-size: 0.8rem;
  }
}
.footer__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}

.copy {
  border-top: 1px solid #1e2a5c;
  width: 100%;
  padding-top: 3rem;
  color: #e8f1ff;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .copy {
    padding-top: 2rem;
  }
}
.copy__link {
  text-decoration: underline;
  color: inherit;
  transition: color 0.4s ease-in-out;
}
@media (hover: hover) {
  .copy__link:hover {
    text-decoration: unset;
    color: #ff2a6d;
  }
}

.testimonials {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .testimonials {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .testimonials {
    padding: 2rem 0;
  }
}
.testimonials__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .testimonials__wrapper {
    flex-direction: column;
  }
}
.testimonials__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .testimonials__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials__title {
    margin-bottom: 2rem;
  }
}
.testimonials__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .testimonials__list {
    flex-wrap: wrap;
  }
}
.testimonials__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  border-radius: 1rem;
  padding: 1.4rem;
  background-color: #ff2a6d;
  text-align: center;
}
.testimonials__author {
  font-size: 1rem;
}

.requirements {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .requirements {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .requirements {
    padding: 2rem 0;
  }
}
.requirements__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .requirements__wrapper {
    flex-direction: column;
  }
}
.requirements__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .requirements__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .requirements__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .requirements__title {
    margin-bottom: 2rem;
  }
}
.requirements__text {
  text-align: center;
}

.legal {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .legal {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .legal {
    padding: 2rem 0;
  }
}
.legal__title {
  font-size: 3rem;
  font-weight: 700;
  color: #ff2a6d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .legal__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .legal__title {
    font-size: 1.5rem;
  }
}
.legal__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .legal__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .legal__subtitle {
    font-size: 1.125rem;
  }
}
.legal a {
  color: #ff2a6d;
}
.legal a:hover {
  color: #e8f1ff;
}

.thanks {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  background-image: url("../img/bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.thanks .container {
  height: 100%;
}
.thanks__wrapper {
  position: relative;
  z-index: 1;
  max-width: 65%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .thanks__wrapper {
    max-width: 100%;
  }
}
.thanks__content {
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
}
.thanks__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #ff2a6d;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .thanks__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .thanks__title {
    font-size: 1.5rem;
  }
}
.thanks__subtitle {
  text-align: center;
  font-size: 1.3rem;
}
.thanks__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}

.privacy {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .privacy {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .privacy {
    padding: 2rem 0;
  }
}
.privacy__title {
  font-size: 3rem;
  font-weight: 700;
  color: #ff2a6d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .privacy__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .privacy__title {
    font-size: 1.5rem;
  }
}
.privacy__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .privacy__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .privacy__subtitle {
    font-size: 1.125rem;
  }
}
.privacy a {
  color: #ff2a6d;
}
.privacy a:hover {
  color: #e8f1ff;
}

.terms {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .terms {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .terms {
    padding: 2rem 0;
  }
}
.terms h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #ff2a6d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .terms h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .terms h1 {
    font-size: 1.5rem;
  }
}
.terms h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .terms h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .terms h2 {
    font-size: 1.125rem;
  }
}
.terms h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff2a6d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .terms h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .terms h3 {
    font-size: 1rem;
  }
}
.terms a {
  color: #ff2a6d;
}
.terms a:hover {
  color: #e8f1ff;
}

.community {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .community {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .community {
    padding: 2rem 0;
  }
}
.community__title {
  font-size: 3rem;
  font-weight: 700;
  color: #ff2a6d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .community__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .community__title {
    font-size: 1.5rem;
  }
}
.community__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .community__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .community__subtitle {
    font-size: 1.125rem;
  }
}
.community__icon {
  width: 1.2rem;
  height: 1.2rem;
}
.community__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.community a {
  color: #ff2a6d;
}
@media (hover: hover) {
  .community a:hover {
    color: #e8f1ff;
  }
}
.community__img {
  width: 20rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0;
}
.community .faq__item:not(:last-child) {
  margin-bottom: 1rem;
}

.social-gaming {
  padding: 4rem 0;
  background-color: #0f1326;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .social-gaming {
    padding: 2rem 0;
  }
}
@media (max-width: 767.98px) {
  .social-gaming {
    padding: 2rem 0;
  }
}
.social-gaming__title {
  font-size: 3rem;
  font-weight: 700;
  color: #ff2a6d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .social-gaming__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .social-gaming__title {
    font-size: 1.5rem;
  }
}
.social-gaming__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #ff2a6d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .social-gaming__subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .social-gaming__subtitle {
    font-size: 1.125rem;
  }
}
.social-gaming__icon {
  width: 1.2rem;
  height: 1.2rem;
  display: inline;
}
.social-gaming a {
  color: #ff2a6d;
}
@media (hover: hover) {
  .social-gaming a:hover {
    color: #e8f1ff;
  }
}/*# sourceMappingURL=style.css.map */