@import url(https://fonts.googleapis.com/css?family=Inter:regular,700&display=swap);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 360px;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Inter";
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  font-weight: 700;
  background-color: #601282;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*="__container"] {
  max-width: 161.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.form .form__error {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.625rem 0.9375rem;
  border-radius: 0.625rem;
  pointer-events: none;
  color: #fff;
  font-weight: 400;
  bottom: -2.5rem;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form .form__error::before {
  content: "";
  position: absolute;
  top: -0.875rem;
  left: 2.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0rem 0.625rem 0.875rem 0.625rem;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 349;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0rem;
  left: 0rem;
  bottom: 0rem;
  right: 0rem;
  padding: 1.875rem 0.625rem;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  background-color: rgba(37, 0, 65, 0.6);
  padding: 2.5rem 9.375rem 6.25rem 9.375rem;
  width: 100%;
  max-width: 68.75rem;
  clip-path: polygon(0% 10%, 100% 0%, 100% 95%, 7% 90%);
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 95%, 7% 90%);
}

.lock .popup__content {
  visibility: visible;
}

.popup__content_vector {
  padding: 1.875rem 6.25rem 1.875rem 6.25rem;
  background-color: #45085f;
  clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 2% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 2% 100%);
}

.popup__content_vector-2 {
  padding: 3.75rem 7.5rem 8.125rem 7.5rem;
  clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 7% 90%);
  -webkit-clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 7% 90%);
}

.popup__content_vector-3 {
  max-width: 131.25rem;
  padding: 3.75rem 7.5rem 8.125rem 7.5rem;
}

.popup__content_vector-4 {
  max-width: 131.25rem;
  padding: 3.75rem 7.5rem 3.125rem 7.5rem;
}

.popup__parent {
  padding: 1.875rem 6.25rem 1.875rem 6.25rem;
  background-color: rgba(37, 0, 65, 0.6);
  clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 2% 100%);
  -webkit-clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 2% 100%);
}

.popup__close {
  position: absolute;
  z-index: 200;
  top: 1.25rem;
  right: 1.25rem;
  outline: none;
  width: 1.875rem;
  height: 1.875rem;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0.375rem;
  width: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.875rem;
  border-radius: 0.625rem;
  background-color: #fe8a01;
  margin: 0rem 0rem 0rem 0.4375rem;
}

.popup__close::before {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.popup__close::after {
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.popup__close:not(:last-child) {
  margin-bottom: 0.625rem;
}

.popup__title {
  line-height: 1.2075471698;
  text-align: center;
}

.popup__text {
  line-height: 1.2647058824;
  text-align: center;
}

.popup__text:not(:last-child) {
  margin-bottom: 1.875rem;
}

.popup__text span {
  display: block;
}

.popup__text_size:not(:last-child) {
  margin-bottom: 1.25rem;
}

.popup__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup .form__error {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.625rem 0.9375rem;
  border-radius: 0.625rem;
  pointer-events: none;
  color: #000;
  font-weight: 400;
  bottom: -2.5rem;
  left: 0rem;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.popup .form__error::before {
  content: "";
  position: absolute;
  top: -0.875rem;
  left: 2.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0rem 0.625rem 0.875rem 0.625rem;
  border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
}

.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup__row:not(:last-child) {
  margin-bottom: 1.25rem;
}

.popup__name-header {
  line-height: 1.1714285714;
}

.popup__label {
  font-weight: 400;
  line-height: 1.1627906977;
}

.popup__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__body {
  text-align: center;
}

.popup__name {
  line-height: 1.3666666667;
}

.popup__name:not(:last-child) {
  margin-bottom: 1.25rem;
}

.popup__text-card {
  line-height: 1.4;
}

.popup__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__line {
  position: relative;
  width: 100%;
}

.popup__input,
.popup__textarea {
  color: #fff;
  border-radius: 0 !important;
  width: 100%;
  background-color: rgba(10, 0, 18, 0.6);
}

.popup__input:focus::-webkit-input-placeholder,
.popup__textarea:focus::-webkit-input-placeholder {
  -webkit-transform: translate(-45%, 0rem) scale(0);
  transform: translate(-45%, 0rem) scale(0);
}

.popup__input:focus::-moz-placeholder,
.popup__textarea:focus::-moz-placeholder {
  transform: translate(-45%, 0rem) scale(0);
}

.popup__input:focus:-ms-input-placeholder,
.popup__textarea:focus:-ms-input-placeholder {
  -ms-transform: translate(-45%, 0rem) scale(0);
  transform: translate(-45%, 0rem) scale(0);
}

.popup__input:focus::-ms-input-placeholder,
.popup__textarea:focus::-ms-input-placeholder {
  -ms-transform: translate(-45%, 0rem) scale(0);
  transform: translate(-45%, 0rem) scale(0);
}

.popup__input:focus::placeholder,
.popup__textarea:focus::placeholder {
  -webkit-transform: translate(-45%, 0rem) scale(0);
  -ms-transform: translate(-45%, 0rem) scale(0);
  transform: translate(-45%, 0rem) scale(0);
}

.popup__input::-webkit-input-placeholder,
.popup__textarea::-webkit-input-placeholder {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  color: #fff;
}

.popup__input::-moz-placeholder,
.popup__textarea::-moz-placeholder {
  -moz-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  color: #fff;
}

.popup__input:-ms-input-placeholder,
.popup__textarea:-ms-input-placeholder {
  -ms-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  color: #fff;
}

.popup__input::-ms-input-placeholder,
.popup__textarea::-ms-input-placeholder {
  -ms-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  color: #fff;
}

.popup__input::placeholder,
.popup__textarea::placeholder {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  color: #fff;
}

.popup__input {
  -webkit-transition: border 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  padding: 0rem 0.8125rem;
}

.popup__input._form-error {
  border: 0.0625rem solid red;
}

.popup__textarea {
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  resize: none;
}

.popup__block .block__button-3 {
  white-space: nowrap;
  font-weight: 700;
}

.popup_show {
  z-index: 350;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.token-popup-home__title {
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.token-popup-home__text {
  line-height: 1.1851851852;
  text-align: center;
}

.token-popup-home__text p {
  font-weight: 400;
}

.token-popup-home__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
}

.token-popup-home__column {
  background-color: rgba(10, 0, 18, 0.6);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 3.125rem);
  flex: 1 1 calc(33.333% - 3.125rem);
}

.token-popup-home__sub-title {
  line-height: 1.125;
  font-weight: 700;
  text-align: center;
}

.token-popup-home__name {
  font-weight: 400;
  line-height: 1.32;
}

.token-popup-home__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.token-popup-home__block .block__button-3 {
  margin: 0rem auto;
}

.token-popup-home__block .block__button-3 span {
  padding: 0.625rem 1.875rem;
}

.token-popup-home__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.token-popup-home__row:not(:last-child) {
  margin-bottom: 0.625rem;
}

.token-popup-home__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.token-popup-home__boxs .token-popup-home__box:nth-child(2) {
  padding: 1.25rem 1.875rem;
  max-width: 8.4375rem;
}

.token-popup-home__boxs .token-popup-home__box:last-child {
  width: 100%;
}

.token-popup-home__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 1.25rem;
  background-color: rgba(10, 0, 18, 0.6);
}

.token-popup-home__box_bg-none {
  background-color: transparent;
}

.token-popup-home__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.token-popup-home__image {
  -o-object-fit: contain;
  object-fit: contain;
}

.token-popup-home__label {
  line-height: 1.1851851852;
  text-align: center;
  font-weight: 400;
}

.white-paper {
  height: 37.5rem;
  overflow: auto;
}

.white-paper__title {
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.white-paper__boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.white-paper__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.white-paper__link {
  width: 100%;
  white-space: nowrap;
  background-color: rgba(10, 0, 18, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.25rem 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.white-paper__sub-title {
  text-align: center;
  line-height: 1.08;
}

.white-paper__text {
  line-height: 1.08;
  text-align: center;
  font-weight: 400;
}

.white-paper__text span {
  font-weight: 600;
}

.white-paper__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.white-paper__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 3.125rem);
  flex: 1 1 calc(25% - 3.125rem);
  background-color: rgba(10, 0, 18, 0.6);
  padding: 1.25rem 1.875rem;
}

.white-paper__name {
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.white-paper__label {
  padding-left: 0.625rem;
  position: relative;
  font-weight: 400;
  line-height: 1.125;
}

.white-paper__label:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.white-paper__label::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0rem, -50%);
  -ms-transform: translate(0rem, -50%);
  transform: translate(0rem, -50%);
  left: -0.625rem;
}

.popup ::-webkit-scrollbar {
  width: 1.25rem;
  height: 0rem;
  background-color: rgba(10, 0, 18, 0.56);
}

.popup ::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  font-weight: 700;
  line-height: 1.2285714286;
  list-style: none;
  padding: 0.625rem 3.75rem 0.625rem 0rem;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  background-color: #fff;
  height: 0.125rem;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition:
    transform 0.5s ease 0s,
    -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  -ms-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0rem, -50%) rotate(-40deg);
  -ms-transform: translate(0rem, -50%) rotate(-40deg);
  transform: translate(0rem, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  -ms-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.spollers__body {
  padding: 1.25rem 0rem;
  border-bottom: 0.0625rem solid #fff;
}

.spollers__text {
  line-height: 1.2666666667;
  font-weight: 400;
}

.more {
  display: none;
}

.block__button {
  position: relative;
  z-index: 5;
}

.block__button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-clip-path: polygon(0% 0%, 100% 18%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 18%, 95% 100%, 0% 100%);
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
  z-index: 5;
  padding: 2.5rem 2.1875rem 1.875rem 2.1875rem;
  background-color: #ff4000;
}

.block__button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2.5rem;
  left: -1.875rem;
  background-color: #fe8a01;
}

.block__button-2,
.block__button-3,
.block__button-4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  font-weight: 700;
}

.block__button-2 span,
.block__button-3 span,
.block__button-4 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9375rem 6.25rem;
  position: relative;
  z-index: 30;
  width: 100%;
  background-color: #fe8a01;
  line-height: 1.2272727273;
  color: #000;
}

.block__button-2::before,
.block__button-3::before,
.block__button-4::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 130%;
  top: -0.3125rem;
  right: 0rem;
  background-color: #b04022;
  pointer-events: none;
}

.block__button-2 span {
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 7% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 7% 100%);
}

.block__button-3 span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(10% 5%, 100% 0%, 90% 100%, 0% 100%);
}

.block__button-4 {
  white-space: nowrap;
}

.block__button-4 span {
  font-weight: 700;
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(3% 5%, 100% 0%, 95% 100%, 0% 100%);
}

.block__button-4::before {
  width: 95%;
  top: -0.5rem;
  right: -0.625rem;
}

.block__button-4_padding span {
  padding: 0.9375rem 5rem 0.9375rem 5rem;
}

#lottie_1 {
  z-index: 2;
}

#lottie_4 {
  z-index: 2;
}

#lottie_5 {
  z-index: 2;
}

#lottie_6 {
  z-index: 2;
}

#lottie_7 {
  z-index: 2;
}

#lottie_9 {
  z-index: 2;
}

#lottie_11 {
  z-index: 2;
}

#lottie_12 {
  z-index: 2;
}

.header {
  position: absolute;
  top: 0rem;
  left: 0rem;
  min-width: 22.5rem;
  z-index: 150;
  width: 100%;
}

.header__language {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__icon {
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-open .header__icon {
  -webkit-box-shadow: 0rem 0rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.2);
  box-shadow: 0rem 0rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.2);
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  background-color: rgba(80, 4, 138, 0.82);
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__log-in {
  line-height: 1.2037037037;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu-open .header__log-in {
  color: #601282;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.9375rem;
}

.menu__item {
  position: relative;
}

.menu__link {
  font-weight: 700;
  line-height: 1.3541666667;
}

.menu .menu__link_list {
  position: relative;
  z-index: 30;
  cursor: default;
}

.menu__sub-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  line-height: 1.2666666667;
  position: relative;
  z-index: 50;
}

.icon-menu {
  display: none;
  position: relative;
  width: 3.125rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 3.125rem;
  cursor: pointer;
  z-index: 5;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent;
}

.menu-open .icon-menu {
  display: block;
}

.icon-menu svg {
  width: 3.125rem;
  height: 2.5rem;
  top: 0rem;
  left: 0rem;
  stroke: #fff;
  stroke-width: 0.1875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  fill: none;
  position: absolute;
}

.icon-menu svg path {
  -webkit-transition:
    stroke-dasharray 0.85s ease 0s,
    stroke-dashoffset 0.85s ease 0s;
  -o-transition:
    stroke-dasharray 0.85s ease 0s,
    stroke-dashoffset 0.85s ease 0s;
  transition:
    stroke-dasharray 0.85s ease 0s,
    stroke-dashoffset 0.85s ease 0s;
  stroke-dasharray: var(--stroke-1, 26px) var(--stroke-2, 100px);
  stroke-dashoffset: 7.875rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.icon-menu svg path:nth-child(2) {
  stroke-dashoffset: 6.25rem;
  --stroke-2: 74px;
}

.icon-menu svg path:nth-child(3) {
  stroke-dashoffset: 8.3125rem;
  --stroke-2: 107px;
}

.menu-open .icon-menu svg {
  stroke: #601282;
}

.menu-open .icon-menu svg path {
  stroke-dashoffset: 3.5625rem;
}

.menu-open .icon-menu svg path:nth-child(1),
.menu-open .icon-menu svg path:nth-child(3) {
  -webkit-transition: stroke-dashoffset 0.85s cubic-bezier(0.2, 0.4, 0.2, 1.1);
  -o-transition: stroke-dashoffset 0.85s cubic-bezier(0.2, 0.4, 0.2, 1.1);
  transition: stroke-dashoffset 0.85s cubic-bezier(0.2, 0.4, 0.2, 1.1);
}

.menu-open .icon-menu svg path:nth-child(2) {
  stroke-dashoffset: 0.125rem;
  --stroke-1: 1px;
}

.menu-open .icon-menu svg path:nth-child(3) {
  stroke-dashoffset: 3.625rem;
}

.footer {
  background-color: #45085f;
  max-width: 160rem;
  width: 100%;
  margin: 0rem auto;
}

.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(37, 0, 65, 0.82);
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__link {
  line-height: 1.2075471698;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.5rem;
}

.footer__block .block__button-2 span {
  padding: 0.625rem 1.875rem;
}

.footer__block .block__button-3 span {
  padding: 0.625rem 1.875rem;
}

.home {
  overflow: hidden;
  position: relative;
}

.home__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.home__container {
  position: relative;
  z-index: 5;
}

.home__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home__body {
  background-color: rgba(80, 4, 138, 0.82);
  height: 100%;
  padding: 0.625rem 1.875rem;
}

.home__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.home__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.home__icon {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.home__title {
  line-height: 1.2285714286;
}

.home__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.home__title span {
  display: block;
}

.home__text {
  line-height: 1.2285714286;
}

.home__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home__picture picture {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.home__image {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.home__image_1,
.home__image_5 {
  z-index: 5;
}

.home__image_6 {
  -o-object-fit: contain;
  object-fit: contain;
}

.daily-tasks {
  background-color: #fff0fe;
  padding: 3.125rem 9.375rem;
}

.daily-tasks__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.daily-tasks__module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.daily-tasks__body {
  color: #000;
}

.daily-tasks__title {
  line-height: 1.2285714286;
}

.daily-tasks__text {
  font-weight: 400;
  line-height: 1.2285714286;
}

.daily-tasks__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.daily-tasks__slider.swiper,
.daily-tasks__slider-2.swiper,
.daily-tasks__slider-3.swiper,
.daily-tasks__slider-4.swiper {
  overflow: hidden;
}

.daily-tasks__slide {
  background-color: #d9d9d9;
  position: relative;
  cursor: pointer;
}

.daily-tasks__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.daily-tasks__column {
  height: 100%;
}

.daily-tasks .column-daily-tasks__slide {
  position: relative;
  background-color: #d9d9d9;
}

.daily-tasks .column-daily-tasks__image {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.nft {
  background-color: #000;
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.nft__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nft__title {
  line-height: 1.2333333333;
}

.nft__title span {
  display: block;
}

.nft__text {
  line-height: 1.2285714286;
}

.nft__text span {
  display: block;
}

.locations__container {
  position: relative;
}

.locations__slider.swiper {
  overflow: visible;
}

.locations__slide {
  min-height: 62.5rem;
  position: relative;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.7s ease 0s;
  -o-transition: opacity 0.7s ease 0s;
  transition: opacity 0.7s ease 0s;
}

.locations .swiper-slide-active {
  opacity: 1;
  pointer-events: all;
  overflow: visible;
}

.locations__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.locations .swiper-button-prev,
.locations .swiper-button-next {
  z-index: 30;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0rem, -50%);
  -ms-transform: translate(0rem, -50%);
  transform: translate(0rem, -50%);
}

.locations .swiper-button-prev svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.locations .svg {
  border: 0.0625rem solid #fff;
  padding: 0.625rem;
  border-radius: 50%;
  fill: #fff;
  cursor: pointer;
}

.token__bg:not(:last-child) {
  margin-bottom: 1.875rem;
}

.token__parent {
  background-color: #000;
  padding: 2.8125rem 9.375rem 6.25rem 9.375rem;
  text-align: center;
}

.token__title {
  line-height: 1.2096774194;
}

.token__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.token__sub-title {
  line-height: 1.2285714286;
}

.token__sub-title_max-width {
  max-width: 78.125rem;
}

.token__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 3.75rem;
}

.token__columns_gap {
  row-gap: 7.5rem;
  padding-bottom: 3.125rem;
}

.token__wrapper-decor {
  position: relative;
}

.token__wrapper-decor:not(:last-child) {
  margin-bottom: 0.625rem;
}

.token__wrapper-decor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #b04022;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.token__decor {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.token__decor_1 {
  top: -1.875rem;
  left: -0.625rem;
}

.token__decor_2 {
  top: -1.875rem;
  right: -1.25rem;
}

.token__decor_3 {
  top: -1.5625rem;
  right: -0.625rem;
}

.token__decor_4 {
  top: -2.5rem;
  left: -2.5rem;
}

.token__decor_5 {
  top: -3.125rem;
  right: -1.875rem;
}

.token__decor_6 {
  top: -2.5rem;
  right: -1.875rem;
}

.token__decor_7 {
  top: -1.875rem;
  left: -1.25rem;
}

.token__decor_8 {
  top: -1.875rem;
  right: -1.25rem;
}

.token__decor_9 {
  top: -1.25rem;
  left: 2.5rem;
}

.token__text-absolut,
.token .token__text-absolut-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.4333333333;
}

.token__text-absolut span,
.token .token__text-absolut-hover span {
  white-space: nowrap;
}

.token__text-absolut_1,
.token .token__text-absolut-hover_1 {
  top: 43%;
  left: 43%;
}

.token__text-absolut_2,
.token .token__text-absolut-hover_2 {
  top: 40%;
  left: 55%;
}

.token__text-absolut_3,
.token .token__text-absolut-hover_3 {
  top: 45%;
  left: 55%;
}

.token__text-absolut_4,
.token .token__text-absolut-hover_4 {
  top: 40%;
  left: 40%;
}

.token__text-absolut_5,
.token .token__text-absolut-hover_5 {
  top: 45%;
  left: 58%;
}

.token__text-absolut_6,
.token .token__text-absolut-hover_6 {
  top: 40%;
  left: 65%;
}

.token__text-absolut_7,
.token .token__text-absolut-hover_7 {
  top: 40%;
  left: 40%;
}

.token__text-absolut_8,
.token .token__text-absolut-hover_8 {
  top: 45%;
  left: 60%;
}

.token__text-absolut_9,
.token .token__text-absolut-hover_9 {
  top: 45%;
  left: 60%;
}

.token__text-absolut_hover,
.token .token__text-absolut-hover_hover {
  opacity: 0;
}

.token .token__text-absolut-hover {
  opacity: 0;
}

.token__box {
  cursor: pointer;
  position: relative;
  background-color: #b04022;
}

.token__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fe8a01;
}

.token__box:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.token__box_1::before {
  clip-path: polygon(12% 12%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(12% 12%, 100% 0%, 100% 100%, 0% 100%);
}

.token__box_2::before {
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.token__box_3::before {
  clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
  top: -0.3125rem;
  -webkit-transform: rotate(-2deg) scale(1.03);
  -ms-transform: rotate(-2deg) scale(1.03);
  transform: rotate(-2deg) scale(1.03);
}

.token__picture-wrapper {
  position: relative;
}

.token__picture-wrapper::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: #b04022;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.token__picture-wrapper::before {
  content: "";
  position: absolute;
  background-color: #fe8a01;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

.token__picture-wrapper:not(:last-child) {
  margin-bottom: 0.625rem;
}

.token__picture-wrapper_1::before {
  -webkit-transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
}

.token__picture-wrapper_1:hover::after {
  -webkit-transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
}

.token__picture-wrapper_2::before {
  -webkit-transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
  transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
}

.token__picture-wrapper_2:hover::after {
  -webkit-transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
  transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
}

.token__picture-wrapper_3::before {
  -webkit-transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
  transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
}

.token__picture-wrapper_3:hover::after {
  -webkit-transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
  transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
}

.token__picture-wrapper_4::before {
  -webkit-transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
  -ms-transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
  transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
}

.token__picture-wrapper_4:hover::after {
  -webkit-transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
  -ms-transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
  transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
}

.token__picture-wrapper_5::before {
  -webkit-transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
  -ms-transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
  transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
}

.token__picture-wrapper_5:hover::after {
  -webkit-transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
  -ms-transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
  transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
}

.token__picture-wrapper_6::before {
  -webkit-transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
  -ms-transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
  transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
}

.token__picture-wrapper_6:hover::after {
  -webkit-transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
  -ms-transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
  transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
}

.token__image {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}

.token__image_1,
.token__image_7 {
  -webkit-transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0rem, 0rem) rotate(1deg) scale(1, 1) skew(0deg, 0deg);
}

.token__image_2,
.token__image_8 {
  -webkit-transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
  transform: translate(0rem, 0rem) rotate(2deg) scale(1, 1) skew(2deg, 0deg);
}

.token__image_3,
.token__image_9 {
  -webkit-transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
  -ms-transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
  transform: translate(0rem, 0rem) rotateX(15deg) rotateY(-8deg) scale(1, 1) skew(-2deg, 0deg);
}

.token__image_4,
.token__image_10 {
  -webkit-transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
  -ms-transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
  transform: translate(0rem, 0rem) rotateX(-5deg) rotateY(-3deg) scale(1, 1) skew(2deg, 1deg);
}

.token__image_5,
.token__image_11 {
  -webkit-transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
  -ms-transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
  transform: translate(0rem, 0rem) rotateX(-10deg) rotateY(-5deg) scale(1, 1) skew(0deg, -5deg);
}

.token__image_6,
.token__image_12 {
  -webkit-transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
  -ms-transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
  transform: translate(0rem, 0rem) rotateX(5deg) rotateY(-10deg) scale(1, 1) skew(-3deg, 2deg);
}

.token__image_hover {
  opacity: 0;
}

.block-popup-token {
  padding: 8.75rem 2.5rem 4.375rem 2.5rem;
  margin: 0rem auto;
  background-color: rgba(37, 0, 65, 0.6);
  clip-path: polygon(0% 10%, 100% 0%, 95% 100%, 5% 100%);
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 95% 100%, 5% 100%);
  text-align: center;
}

.block-popup-token__title {
  line-height: 1.2333333333;
}

.block-popup-token__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.block-popup-token__text {
  line-height: 1.2285714286;
}

.block-popup-token__text span {
  display: block;
}

.block-popup-token__block .block__button-3 {
  font-weight: 700;
}

.map__title {
  pointer-events: none;
  position: relative;
  z-index: 25;
  color: #000;
  line-height: 1.2333333333;
}

.map__box {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 50rem;
  padding: 4.125rem 5.625rem;
}

.faq__parent {
  clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 100%);
  background-color: #000;
}

.faq__parent_clip-1 {
  clip-path: polygon(0% 0%, 100% 7%, 100% 95%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 7%, 100% 95%, 0% 100%);
}

.faq__parent_clip-2 {
  clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
}

.faq__parent_clip-3 {
  clip-path: polygon(0% 5%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 5%, 100% 10%, 100% 100%, 0% 100%);
}

.faq__title {
  line-height: 1.2333333333;
}

.faq__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq__block_flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq__block_flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.characters {
  background-color: #fff0fe;
  border-radius: 0.375rem;
}

.characters__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.characters__picture {
  position: relative;
  background-color: #d9d9d9;
}

.characters__image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  -webkit-transform: translate(-50%, 0rem);
  -ms-transform: translate(-50%, 0rem);
  transform: translate(-50%, 0rem);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.characters__image_position {
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.block-play__container {
  color: #000;
}

.block-play__row {
  background-color: #fff0fe;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8.125rem 1.875rem 1.25rem 1.875rem;
}

.block-play__row:nth-child(even) {
  padding: 8.125rem 1.875rem 4.375rem 1.875rem;
}

.block-play__row_1 {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.block-play__row_2 {
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 94%);
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 94%);
}

.block-play__row_3 {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.block-play__row_4 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%);
}

.block-play__row_5 {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.block-play__row_6 {
  padding: 3.125rem 1.875rem 4.375rem 1.875rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%);
}

.block-play__row_7 {
  clip-path: polygon(0% 0%, 100% 7%, 100% 93%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 7%, 100% 93%, 0% 100%);
}

.block-play__row_8 {
  clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
}

.block-play__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-play__body {
  margin-bottom: 1.25rem;
}

.block-play__title {
  line-height: 1.25;
}

.block-play__title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.block-play__text {
  line-height: 1.4333333333;
  font-weight: 400;
}

.block-play__picture {
  width: 100%;
}

.block-play__video {
  width: 100%;
}

.section__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 56.25rem;
  position: relative;
  margin: 0rem 8.125rem;
  padding: 3.75rem 1.875rem;
  position: relative;
}

.section__column::before {
  content: "";
  position: absolute;
  width: 102%;
  left: 50%;
  -webkit-transform: translate(-50%, 0rem);
  -ms-transform: translate(-50%, 0rem);
  transform: translate(-50%, 0rem);
  z-index: 2;
  background-color: rgba(80, 4, 138, 0.7);
  height: 104%;
}

.section__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__body {
  position: relative;
  z-index: 5;
  text-align: center;
}

.section__title {
  line-height: 1.2075471698;
}

.section__text {
  line-height: 1.2285714286;
}

.section__text span {
  display: block;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(37, 0, 65, 0.6);
}

.form__line {
  position: relative;
}

.form__input {
  border-radius: 0 !important;
  width: 100%;
  outline: none;
  line-height: 1.2075471698;
  background-color: transparent;
  color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition:
    box-shadow 0.3s ease 0s,
    -webkit-box-shadow 0.3s ease 0s;
}

.form__input::-webkit-input-placeholder {
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  color: #fff;
}

.form__input::-moz-placeholder {
  font-weight: 700;
  -moz-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  color: #fff;
}

.form__input:-ms-input-placeholder {
  font-weight: 700;
  -ms-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  color: #fff;
}

.form__input::-ms-input-placeholder {
  font-weight: 700;
  -ms-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  color: #fff;
}

.form__input::placeholder {
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  color: #fff;
}

.page {
  background-color: #45085f;
  width: 100%;
  max-width: 160rem;
  margin: 0rem auto;
}

.page [id*="lottie_"] {
  position: absolute;
  pointer-events: none;
}

.page__faq {
  margin-bottom: 1.25rem;
}

.page__block-play {
  margin-bottom: 2.5rem;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 29.99875em) {
  .popup__input {
    height: 4.375rem;
  }

  .daily-tasks {
    border-radius: 1rem;
  }

  .locations .swiper-button-prev {
    left: 1.875rem;
  }

  .locations .swiper-button-next {
    right: 1.875rem;
  }

  .token__parent {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  }

  .map__box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    border-radius: 0.9375rem;
  }

  .block-play__rows {
    margin: 0rem 1.875rem;
  }

  .page__daily-tasks {
    margin: 0rem 1.875rem;
  }

  .page__nft {
    margin: 0rem 1.875rem 2.5rem 1.875rem;
  }

  .page__locations {
    margin: 0rem 0.9375rem 2.5rem 0.9375rem;
  }

  .page__token {
    margin: 0rem 0.9375rem 2.5rem 0.9375rem;
  }

  .page__map {
    margin: 0rem 1.875rem 2.5rem 1.875rem;
  }

  .page__characters {
    margin: 0rem 1.875rem 2.5rem 1.875rem;
  }
}

@media (min-width: 29.99875em) and (min-width: 161.875em) {
  .token-popup-home__boxs .token-popup-home__box:first-child {
    min-width: 15.625rem;
  }

  .token-popup-home__boxs .token-popup-home__box:last-child {
    min-width: 15.625rem;
  }

  .daily-tasks__slide {
    width: 18.75rem;
  }

  .daily-tasks__slide {
    height: 18.75rem;
  }

  .nft__container {
    padding-left: 6.25rem;
  }

  .nft__container {
    padding-right: 6.25rem;
  }

  .page__home {
    padding-top: 17.8125rem;
  }
}

@media (min-width: 37.5625em) and (min-width: 161.875em) {
  .popup__lines {
    -webkit-column-gap: 4.375rem;
    -moz-column-gap: 4.375rem;
    column-gap: 4.375rem;
  }
}

@media (min-width: 47.99875em) {
  .popup__close::before,
  .popup__close::after {
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }

  .popup__textarea {
    padding: 1.5625rem 1rem;
    height: 10rem;
  }

  .white-paper__link {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .block__button span {
    -webkit-transition:
      background-color 0.7s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
    transition:
      background-color 0.7s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
    -o-transition:
      clip-path 0.3s ease 0s,
      background-color 0.7s ease 0s;
    transition:
      clip-path 0.3s ease 0s,
      background-color 0.7s ease 0s;
    transition:
      clip-path 0.3s ease 0s,
      background-color 0.7s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
  }

  .block__button::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition:
      top 0.3s ease 0s,
      left 0.3s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
    transition:
      top 0.3s ease 0s,
      left 0.3s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
    -o-transition:
      clip-path 0.3s ease 0s,
      top 0.3s ease 0s,
      left 0.3s ease 0s;
    transition:
      clip-path 0.3s ease 0s,
      top 0.3s ease 0s,
      left 0.3s ease 0s;
    transition:
      clip-path 0.3s ease 0s,
      top 0.3s ease 0s,
      left 0.3s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
    pointer-events: none;
  }

  .block__button-2 span,
  .block__button-3 span,
  .block__button-4 span {
    -webkit-transition:
      color 0.3s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
    transition:
      color 0.3s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
    -o-transition:
      color 0.3s ease 0s,
      clip-path 0.3s ease 0s;
    transition:
      color 0.3s ease 0s,
      clip-path 0.3s ease 0s;
    transition:
      color 0.3s ease 0s,
      clip-path 0.3s ease 0s,
      -webkit-clip-path 0.3s ease 0s;
  }

  .block__button-2::before,
  .block__button-3::before,
  .block__button-4::before {
    -webkit-transition:
      width 0.3s ease 0s,
      height 0.3s ease 0s,
      top 0.3s ease 0s,
      right 0.3s ease 0s;
    -o-transition:
      width 0.3s ease 0s,
      height 0.3s ease 0s,
      top 0.3s ease 0s,
      right 0.3s ease 0s;
    transition:
      width 0.3s ease 0s,
      height 0.3s ease 0s,
      top 0.3s ease 0s,
      right 0.3s ease 0s;
  }

  .header__log-in {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .menu__link {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .menu__sub-list {
    position: absolute;
    top: 3.5625rem;
    left: -0.625rem;
    background-color: rgba(80, 4, 138, 0.82);
    opacity: 0;
    pointer-events: none;
  }

  .menu__sub-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -3.125rem;
    left: 0rem;
  }

  .menu__sub-link {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .footer__column {
    padding: 4.375rem 8.125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin: 0rem auto 3.125rem auto;
  }

  .footer__link {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .home__icon {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition:
      transform 0.3s ease 0s,
      -webkit-transform 0.3s ease 0s;
  }

  .locations .svg {
    -webkit-transition:
      fill 0.3s ease 0s,
      border 0.3s ease 0s;
    -o-transition:
      fill 0.3s ease 0s,
      border 0.3s ease 0s;
    transition:
      fill 0.3s ease 0s,
      border 0.3s ease 0s;
  }

  .token__sub-title {
    max-width: 50.9375rem;
    margin: 0rem auto;
  }

  .token__columns_gap .token__column {
    min-width: 17.5rem;
  }

  .token__column {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 1.875rem);
    flex: 1 1 calc(33.333% - 1.875rem);
  }

  .token__text-absolut,
  .token .token__text-absolut-hover {
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
  }

  .token .token__text-absolut-hover {
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
  }

  .token__box::before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .token__image {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (min-width: 47.99875em) and (any-hover: hover) {
  .popup__close:hover::before,
  .popup__close:hover::after {
    background-color: #fff;
  }

  .white-paper__link:hover {
    color: #fe8a01;
  }

  .block__button span:hover {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: transparent;
  }

  .block__button:hover::before {
    pointer-events: all;
    -webkit-clip-path: polygon(0% 0%, 100% 10%, 97% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 10%, 97% 100%, 0% 100%);
    top: -1.25rem;
    left: 0rem;
  }

  .block__button-2:hover::before,
  .block__button-3:hover::before,
  .block__button-4:hover::before {
    width: 100%;
    height: 100%;
    top: 0rem;
  }

  .block__button-4:hover::before {
    right: 0rem;
  }

  .block__button-2:hover > .block__button-2 span,
  .block__button-2 span:hover {
    color: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .block__button-3:hover > .block__button-3 span,
  .block__button-3 span:hover {
    color: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .header__log-in:hover {
    color: #fe8a01;
  }

  .menu__link:hover {
    color: #fe8a01;
  }

  .menu__sub-link:hover {
    color: #fe8a01;
  }

  .footer__link:hover {
    color: #fe8a01;
  }

  .home__icon:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .home__icon:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .locations .svg:hover {
    fill: #601282;
    border: 0.0625rem solid #601282;
  }

  .token .token__column:hover * .token__text-absolut,
  .token .token__text-absolut:hover {
    opacity: 0;
  }

  .token .token__column:hover * .token__text-absolut-hover,
  .token .token__text-absolut-hover:hover {
    opacity: 1;
  }

  .token__box_1:hover::before {
    top: 0rem;
    left: 0rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .token__box_2:hover::before {
    top: 0rem;
    right: 0rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .token__box_3:hover::before {
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    top: 0rem;
    right: 0rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (min-width: 47.99875em) and (min-width: 161.875em) {
  .header__box {
    margin-left: 6.25rem;
  }

  .header__box {
    margin-right: 6.25rem;
  }

  .menu__sub-list {
    width: 18.75rem;
  }

  .footer__column {
    max-width: 125rem;
  }

  .footer__column {
    padding-left: 8.125rem;
  }

  .footer__column {
    padding-right: 8.125rem;
  }

  .footer__body {
    -webkit-column-gap: 12.5rem;
    -moz-column-gap: 12.5rem;
    column-gap: 12.5rem;
  }
}

@media (min-width: 47.99875em) and (min-width: 47.99875em) {
  .menu__sub-list {
    -webkit-transition:
      top 0.5s ease 0s,
      opacity 0.5s ease 0s;
    -o-transition:
      top 0.5s ease 0s,
      opacity 0.5s ease 0s;
    transition:
      top 0.5s ease 0s,
      opacity 0.5s ease 0s;
  }
}

@media (min-width: 61.99875em) {
  .popup__content_vector-3 {
    clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 7% 90%);
    -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 2% 90%);
  }

  .popup__content_vector-4 {
    clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 7% 90%);
    -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 2% 100%);
  }

  .token-popup-home__boxs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .token-popup-home__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 0.9375rem);
    flex: 0 1 calc(33.333% - 0.9375rem);
  }

  .token-popup-home__block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .white-paper__menu {
    position: fixed;
  }

  .white-paper__box {
    margin-right: 1.875rem;
  }

  #lottie_1 {
    -webkit-transform: scale(-1.15, 1.15);
    -ms-transform: scale(-1.15, 1.15);
    transform: scale(-1.15, 1.15);
  }

  #lottie_2 {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }

  #lottie_3 {
    top: -6.25rem;
  }

  #lottie_4 {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  #lottie_5 {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  #lottie_7 {
    -webkit-transform: scale(-1.2, 1.2);
    -ms-transform: scale(-1.2, 1.2);
    transform: scale(-1.2, 1.2);
  }

  #lottie_9 {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  #lottie_10 {
    top: -6.25rem;
  }

  #lottie_11 {
    -webkit-transform: scale(-1.2, 1.2);
    -ms-transform: scale(-1.2, 1.2);
    transform: scale(-1.2, 1.2);
  }

  #lottie_13 {
    top: -6.25rem;
  }

  .menu__item::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0rem;
    z-index: 5;
    background-color: #fff;
  }

  .menu__item:last-child::before {
    display: none;
  }

  .menu__sub-link {
    padding: 0.9375rem;
  }

  .home__column_gap {
    margin: 0rem auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home__column_reverse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0rem 0rem 0rem auto;
  }

  .home__image_8 {
    margin-left: -2.5rem;
  }

  .nft__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .token__bg {
    padding: 6.25rem 0rem 11.25rem 0rem;
    margin: 0rem auto;
    background-color: rgba(37, 0, 65, 0.6);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  }

  .token__parent {
    margin: 0rem auto;
  }

  .faq__parent {
    margin: 0rem auto;
  }

  .characters {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    padding: 1.875rem 1.875rem 2.5rem 1.875rem;
  }

  .section__body {
    margin: 0rem auto;
  }

  .form {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 9.375rem;
  }

  .form__input:focus {
    -webkit-box-shadow: 0rem 0rem 0.3125rem 0rem rgb(255, 255, 255);
    box-shadow: 0rem 0rem 0.3125rem 0rem rgb(255, 255, 255);
  }

  .form__input:focus::-webkit-input-placeholder {
    -webkit-transform: translate(-3.125rem, -3.125rem) scale(0.7);
    transform: translate(-3.125rem, -3.125rem) scale(0.7);
  }

  .form__input:focus::-moz-placeholder {
    transform: translate(-3.125rem, -3.125rem) scale(0.7);
  }

  .form__input:focus:-ms-input-placeholder {
    -ms-transform: translate(-3.125rem, -3.125rem) scale(0.7);
    transform: translate(-3.125rem, -3.125rem) scale(0.7);
  }

  .form__input:focus::-ms-input-placeholder {
    -ms-transform: translate(-3.125rem, -3.125rem) scale(0.7);
    transform: translate(-3.125rem, -3.125rem) scale(0.7);
  }

  .form__input:focus::placeholder {
    -webkit-transform: translate(-3.125rem, -3.125rem) scale(0.7);
    -ms-transform: translate(-3.125rem, -3.125rem) scale(0.7);
    transform: translate(-3.125rem, -3.125rem) scale(0.7);
  }

  .form__input {
    height: 9.375rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 161.875em) {
  .popup__content_vector-3 {
    padding-bottom: 8.125rem;
  }

  #lottie_1 {
    width: 62.5rem;
  }

  #lottie_1 {
    height: 81.25rem;
  }

  #lottie_2 {
    width: 43.75rem;
  }

  #lottie_2 {
    height: 56.25rem;
  }

  #lottie_3 {
    width: 93.75rem;
  }

  #lottie_3 {
    height: 106.25rem;
  }

  #lottie_4 {
    width: 56.25rem;
  }

  #lottie_4 {
    height: 81.25rem;
  }

  #lottie_5 {
    width: 62.5rem;
  }

  #lottie_5 {
    height: 78.125rem;
  }

  #lottie_6 {
    width: 62.5rem;
  }

  #lottie_6 {
    height: 93.75rem;
  }

  #lottie_7 {
    width: 75rem;
  }

  #lottie_7 {
    height: 75rem;
  }

  #lottie_8 {
    width: 43.75rem;
  }

  #lottie_8 {
    height: 75rem;
  }

  #lottie_9 {
    width: 62.5rem;
  }

  #lottie_9 {
    height: 68.75rem;
  }

  #lottie_10 {
    width: 93.75rem;
  }

  #lottie_10 {
    height: 100rem;
  }

  #lottie_11 {
    width: 75rem;
  }

  #lottie_11 {
    height: 75rem;
  }

  #lottie_12 {
    width: 62.5rem;
  }

  #lottie_12 {
    height: 93.75rem;
  }

  #lottie_13 {
    width: 93.75rem;
  }

  #lottie_13 {
    height: 93.75rem;
  }

  .menu__link {
    font-size: 3rem;
  }

  .menu__sub-link {
    font-size: 1.875rem;
  }

  .home__column {
    -webkit-column-gap: 13.75rem;
    -moz-column-gap: 13.75rem;
    column-gap: 13.75rem;
  }

  .home__column_gap {
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
  }

  .home__body {
    max-width: 48.125rem;
  }

  .home__body_max-width {
    max-width: 50rem;
  }

  .home__image_10 {
    width: 51.875rem;
  }

  .home__image_10 {
    height: 56.875rem;
  }

  .home__image_11 {
    width: 34.375rem;
  }

  .home__image_11 {
    height: 50rem;
  }

  .nft__container {
    -webkit-column-gap: 12.5rem;
    -moz-column-gap: 12.5rem;
    column-gap: 12.5rem;
  }

  .token__bg {
    max-width: 131.25rem;
  }

  .token__parent {
    max-width: 103.4375rem;
  }

  .faq__parent {
    max-width: 103.4375rem;
  }

  .characters__pictures {
    -webkit-column-gap: 4.375rem;
    -moz-column-gap: 4.375rem;
    column-gap: 4.375rem;
  }

  .characters__picture_size-1 {
    width: 35rem;
  }

  .characters__picture_size-1 {
    height: 23.75rem;
  }

  .characters__picture_size-2 {
    width: 41.25rem;
  }

  .characters__picture_size-2 {
    height: 32.5rem;
  }

  .characters__picture_size-3 {
    width: 46.875rem;
  }

  .characters__picture_size-3 {
    height: 37.5rem;
  }

  .characters__picture_size-4 {
    width: 54.375rem;
  }

  .characters__picture_size-4 {
    height: 43.75rem;
  }

  .section__body {
    max-width: 95.625rem;
  }

  .form {
    padding-right: 5rem;
  }

  .form {
    margin-left: 17.5rem;
  }

  .form {
    margin-right: 17.5rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 160em) {
  .token-popup-home__parent {
    -webkit-column-gap: 6.25rem;
    -moz-column-gap: 6.25rem;
    column-gap: 6.25rem;
  }

  .white-paper__boxs {
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
  }

  .white-paper__box {
    margin-left: 20.625rem;
  }

  #lottie_1 {
    right: 25rem;
  }

  #lottie_2 {
    right: 6.25rem;
  }

  #lottie_3 {
    right: 6.25rem;
  }

  #lottie_4 {
    left: 31.25rem;
  }

  #lottie_5 {
    left: -8.125rem;
  }

  #lottie_6 {
    right: -6.25rem;
  }

  #lottie_7 {
    left: -8.125rem;
  }

  #lottie_8 {
    right: 6.25rem;
  }

  #lottie_9 {
    right: 25rem;
  }

  #lottie_10 {
    right: 6.25rem;
  }

  #lottie_11 {
    left: -8.125rem;
  }

  #lottie_12 {
    right: -6.25rem;
  }

  #lottie_13 {
    right: 6.25rem;
  }

  .home__column_reverse {
    margin-right: 15.625rem;
  }

  .home__column_reverse {
    max-width: 68.75rem;
  }

  .home__column_1 {
    margin-left: 15.625rem;
  }

  .home__column_1 {
    max-width: 68.75rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 168.125em) {
  .menu__list {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .menu__item::before {
    width: 0.5rem;
  }

  .menu__item::before {
    right: -2.1875rem;
  }
}

@media (min-width: 61.99875em) and (any-hover: hover) {
  .menu .menu__link_list:hover + .menu__sub-list,
  .menu .menu__sub-list:hover {
    opacity: 1;
    pointer-events: all;
  }

  .characters__picture:hover .characters__image_position {
    opacity: 1;
  }
}

@media (min-width: 61.99875em) and (any-hover: hover) and (min-width: 161.875em) {
  .menu .menu__link_list:hover + .menu__sub-list,
  .menu .menu__sub-list:hover {
    top: 6.75rem;
  }
}

@media (min-width: 75.0625em) {
  .block-play__body {
    max-width: 41.875rem;
  }
}

@media (min-width: 75.0625em) and (min-width: 161.875em) {
  .block-play__body {
    max-width: 41.875rem;
  }
}

@media (min-width: 81.3125em) {
  .daily-tasks {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  }

  .daily-tasks__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .daily-tasks__body {
    padding-bottom: 6.25rem;
  }

  .daily-tasks__parent {
    max-width: 41.875rem;
  }

  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1.875rem);
    flex: 1 1 calc(50% - 1.875rem);
  }

  .daily-tasks .column-daily-tasks__slider,
  .daily-tasks .column-daily-tasks__slider-2,
  .daily-tasks .column-daily-tasks__slider-3 {
    max-width: 10.9375rem;
  }
}

@media (min-width: 81.3125em) and (min-width: 161.875em) {
  .daily-tasks__container {
    -webkit-column-gap: 18.75rem;
    -moz-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }

  .daily-tasks__body {
    max-width: 59.375rem;
  }

  .daily-tasks .column-daily-tasks__slider:not(:last-child),
  .daily-tasks .column-daily-tasks__slider-2:not(:last-child),
  .daily-tasks .column-daily-tasks__slider-3:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    width: 10.9375rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    height: 10.9375rem;
  }
}

@media (min-width: 81.25em) and (min-width: 161.875em) {
  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-width: 18.75rem;
  }

  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-height: 18.75rem;
  }
}

@media (min-width: 84.4375em) and (min-width: 160em) {
  .white-paper__columns {
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
  }
}

@media (min-width: 112.5625em) {
  .block-play__video {
    height: 100%;
  }
}

@media (min-width: 161.875em) {
  .form .form__error {
    font-size: 1.625rem;
  }

  .form .form__error {
    left: 5rem;
  }

  .popup__content {
    padding-left: 9.375rem;
  }

  .popup__content {
    padding-right: 9.375rem;
  }

  .popup__content_vector {
    max-width: 56.25rem;
  }

  .popup__content_vector {
    padding-left: 5rem;
  }

  .popup__content_vector {
    padding-right: 5rem;
  }

  .popup__content_vector-2 {
    padding-left: 7.5rem;
  }

  .popup__content_vector-2 {
    padding-right: 7.5rem;
  }

  .popup__content_vector-2 {
    padding-bottom: 8.125rem;
  }

  .popup__content_vector-3 {
    padding-left: 7.5rem;
  }

  .popup__content_vector-3 {
    padding-right: 7.5rem;
  }

  .popup__content_vector-4 {
    padding-left: 7.5rem;
  }

  .popup__content_vector-4 {
    padding-right: 7.5rem;
  }

  .popup__parent {
    padding-left: 5rem;
  }

  .popup__parent {
    padding-right: 5rem;
  }

  .popup__title {
    font-size: 3.3125rem;
  }

  .popup__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .popup__title_margin-bottom:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .popup__text {
    font-size: 2.125rem;
  }

  .popup .form__error {
    font-size: 1.625rem;
  }

  .popup__row {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .popup__name-header {
    font-size: 4.375rem;
  }

  .popup__label {
    font-size: 2.6875rem;
  }

  .popup__label:not(:last-child) {
    margin-bottom: 4.375rem;
  }

  .popup__image {
    width: 18.75rem;
  }

  .popup__image {
    height: 18.75rem;
  }

  .popup__name {
    font-size: 3.75rem;
  }

  .popup__text-card {
    font-size: 1.875rem;
  }

  .popup__lines:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .popup__input,
  .popup__textarea {
    font-size: 1.875rem;
  }

  .popup__module:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .popup__block .block__button-3 span {
    padding-left: 6.25rem;
  }

  .popup__block .block__button-3 span {
    padding-right: 6.25rem;
  }

  .token-popup-home__title {
    font-size: 3.125rem;
  }

  .token-popup-home__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .token-popup-home__text {
    font-size: 1.6875rem;
  }

  .token-popup-home__text p:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .token-popup-home__text:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .token-popup-home__columns:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .token-popup-home__column {
    padding-left: 1.875rem;
  }

  .token-popup-home__column {
    padding-right: 1.875rem;
  }

  .token-popup-home__column {
    padding-top: 1.25rem;
  }

  .token-popup-home__column {
    padding-bottom: 1.25rem;
  }

  .token-popup-home__sub-title {
    font-size: 2.5rem;
  }

  .token-popup-home__sub-title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .token-popup-home__name {
    font-size: 1.5625rem;
  }

  .token-popup-home__boxs {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }

  .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
    padding-left: 1.875rem;
  }

  .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
    padding-right: 1.875rem;
  }

  .token-popup-home__box {
    padding-left: 1.25rem;
  }

  .token-popup-home__box {
    padding-right: 1.25rem;
  }

  .token-popup-home__box {
    font-size: 1.25rem;
  }

  .token-popup-home__picture:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .token-popup-home__image {
    width: 50rem;
  }

  .token-popup-home__image {
    height: 37.5rem;
  }

  .token-popup-home__label {
    font-size: 1.6875rem;
  }

  .white-paper__title {
    font-size: 3.125rem;
  }

  .white-paper__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .white-paper__link {
    padding-left: 1.875rem;
  }

  .white-paper__link {
    padding-right: 1.875rem;
  }

  .white-paper__link {
    font-size: 1.25rem;
  }

  .white-paper__sub-title {
    font-size: 1.5625rem;
  }

  .white-paper__sub-title_bottom:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .white-paper__text {
    font-size: 1.5625rem;
  }

  .white-paper__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .white-paper__columns:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .white-paper__column {
    padding-left: 1.875rem;
  }

  .white-paper__column {
    padding-right: 1.875rem;
  }

  .white-paper__name {
    font-size: 1.875rem;
  }

  .white-paper__name:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .white-paper__label {
    font-size: 1.5rem;
  }

  .white-paper__label::before {
    width: 0.5rem;
  }

  .white-paper__label::before {
    height: 0.5rem;
  }

  .spollers__title {
    font-size: 2.1875rem;
  }

  ._spoller-init .spollers__title::before,
  ._spoller-init .spollers__title::after {
    width: 1.875rem;
  }

  .spollers__text {
    font-size: 1.875rem;
  }

  .block__button {
    padding-top: 3.75rem;
  }

  .block__button {
    padding-bottom: 3.75rem;
  }

  .block__button span {
    font-size: 5rem;
  }

  .block__button span {
    padding-top: 2.5rem;
  }

  .block__button span {
    padding-bottom: 1.875rem;
  }

  .block__button::before {
    top: -2.5rem;
  }

  .block__button::before {
    left: -1.875rem;
  }

  .block__button-2 span,
  .block__button-3 span,
  .block__button-4 span {
    font-size: 2.75rem;
  }

  .show-button-1,
  .show-button-2,
  .show-button-3 {
    margin-top: 8.125rem;
  }

  .hide-button-1,
  .hide-button-2,
  .hide-button-3 {
    margin-top: 8.125rem;
  }

  .header__language {
    margin-right: 6.875rem;
  }

  .header__language {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }

  .header__language:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .header__icon {
    width: 5.25rem;
  }

  .header__icon {
    height: 3.3125rem;
  }

  .header__box {
    padding-left: 2.375rem;
  }

  .header__box {
    padding-right: 2.375rem;
  }

  .header__box {
    padding-top: 2.75rem;
  }

  .header__box {
    padding-bottom: 2.75rem;
  }

  .header__log-in {
    font-size: 3.375rem;
  }

  .footer__link {
    font-size: 3.3125rem;
  }

  .home {
    height: 62.5rem;
  }

  .home__body {
    margin-top: 7.1875rem;
  }

  .home__body {
    padding-left: 1.875rem;
  }

  .home__body {
    padding-right: 1.875rem;
  }

  .home__icon {
    width: 12.5rem;
  }

  .home__icon {
    height: 12.5rem;
  }

  .home__icon {
    margin-bottom: 0.0000000625rem;
  }

  .home__title {
    font-size: 4.375rem;
  }

  .home__text {
    font-size: 2.1875rem;
  }

  .home__text p:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .home__text_width {
    max-width: 37.5rem;
  }

  .home__image_1,
  .home__image_5 {
    width: 28.6875rem;
  }

  .home__image_1,
  .home__image_5 {
    height: 54.3125rem;
  }

  .home__image_2,
  .home__image_6 {
    margin-left: -8.5rem;
  }

  .home__image_2,
  .home__image_6 {
    width: 40.125rem;
  }

  .home__image_2,
  .home__image_6 {
    height: 47.0625rem;
  }

  .home__image_5 {
    width: 34.375rem;
  }

  .home__image_5 {
    height: 50rem;
  }

  .home__image_3,
  .home__image_4 {
    width: 38.3125rem;
  }

  .home__image_3,
  .home__image_4 {
    height: 55rem;
  }

  .home__image_7 {
    width: 37.5rem;
  }

  .home__image_7 {
    height: 51.0625rem;
  }

  .home__image_8 {
    width: 36.25rem;
  }

  .home__image_8 {
    height: 56.875rem;
  }

  .daily-tasks {
    padding-left: 9.375rem;
  }

  .daily-tasks {
    padding-right: 9.375rem;
  }

  .daily-tasks__module {
    -webkit-column-gap: 6.25rem;
    -moz-column-gap: 6.25rem;
    column-gap: 6.25rem;
  }

  .daily-tasks__title {
    font-size: 4.375rem;
  }

  .daily-tasks__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .daily-tasks__text {
    font-size: 2.1875rem;
  }

  .daily-tasks__parent {
    gap: 1.875rem;
  }

  .nft__container {
    padding-top: 10rem;
  }

  .nft__container {
    padding-bottom: 6.25rem;
  }

  .nft__title {
    font-size: 3.75rem;
  }

  .nft__text {
    font-size: 2.1875rem;
  }

  .locations__slide {
    min-height: 62.5rem;
  }

  .locations .svg {
    width: 5rem;
  }

  .locations .svg {
    min-width: 5rem;
  }

  .locations .svg {
    height: 5rem;
  }

  .token__parent {
    padding-left: 9.375rem;
  }

  .token__parent {
    padding-right: 9.375rem;
  }

  .token__title {
    font-size: 3.875rem;
  }

  .token__sub-title {
    font-size: 2.1875rem;
  }

  .token__sub-title:not(:last-child) {
    margin-bottom: 5rem;
  }

  .token__sub-title_max-width:not(:last-child) {
    margin-bottom: 10rem;
  }

  .token__columns_gap {
    row-gap: 7.5rem;
  }

  .token__wrapper-decor {
    width: 21.875rem;
  }

  .token__wrapper-decor {
    height: 18.75rem;
  }

  .token__decor_1 {
    width: 20.625rem;
  }

  .token__decor_1 {
    height: 17.5rem;
  }

  .token__decor_2 {
    width: 20.625rem;
  }

  .token__decor_2 {
    height: 18.125rem;
  }

  .token__decor_3 {
    width: 18.75rem;
  }

  .token__decor_3 {
    height: 20rem;
  }

  .token__decor_4 {
    width: 23.125rem;
  }

  .token__decor_4 {
    height: 20rem;
  }

  .token__decor_5 {
    width: 21.875rem;
  }

  .token__decor_5 {
    height: 23.75rem;
  }

  .token__decor_6 {
    width: 18.75rem;
  }

  .token__decor_6 {
    height: 21.25rem;
  }

  .token__decor_7 {
    width: 20rem;
  }

  .token__decor_7 {
    height: 19.375rem;
  }

  .token__decor_8 {
    width: 20rem;
  }

  .token__decor_8 {
    height: 20.625rem;
  }

  .token__decor_9 {
    width: 23.125rem;
  }

  .token__decor_9 {
    height: 19.375rem;
  }

  .token__text-absolut,
  .token .token__text-absolut-hover {
    font-size: 1.875rem;
  }

  .token__box {
    width: 16.25rem;
  }

  .token__box {
    height: 12.75rem;
  }

  .token__box_1::before {
    top: -1.875rem;
  }

  .token__box_1::before {
    left: -1.875rem;
  }

  .token__box_2::before {
    top: -1.5625rem;
  }

  .token__box_2::before {
    right: -1.5625rem;
  }

  .token__box_3::before {
    right: -1.875rem;
  }

  .token__picture-wrapper {
    width: 21.875rem;
  }

  .token__picture-wrapper {
    height: 18.75rem;
  }

  .token__picture-wrapper::before {
    width: 22.875rem;
  }

  .token__picture-wrapper::before {
    height: 21.625rem;
  }

  .token__picture-wrapper_1::before {
    top: -5.1875rem;
  }

  .token__picture-wrapper_1::before {
    left: -2.6875rem;
  }

  .token__picture-wrapper_1:hover::after {
    top: -5.1875rem;
  }

  .token__picture-wrapper_1:hover::after {
    left: -2.6875rem;
  }

  .token__picture-wrapper_2::before {
    top: -4rem;
  }

  .token__picture-wrapper_2::before {
    left: 3rem;
  }

  .token__picture-wrapper_2:hover::after {
    top: -4rem;
  }

  .token__picture-wrapper_2:hover::after {
    left: 3rem;
  }

  .token__picture-wrapper_3::before {
    top: -3.375rem;
  }

  .token__picture-wrapper_3::before {
    left: 3.5rem;
  }

  .token__picture-wrapper_3:hover::after {
    top: -3.375rem;
  }

  .token__picture-wrapper_3:hover::after {
    left: 3.5rem;
  }

  .token__picture-wrapper_4::before {
    top: -5.25rem;
  }

  .token__picture-wrapper_4::before {
    left: -4rem;
  }

  .token__picture-wrapper_4:hover::after {
    top: -5.25rem;
  }

  .token__picture-wrapper_4:hover::after {
    left: -4rem;
  }

  .token__picture-wrapper_5::before {
    top: -2.75rem;
  }

  .token__picture-wrapper_5::before {
    left: 2.25rem;
  }

  .token__picture-wrapper_5:hover::after {
    top: -2.75rem;
  }

  .token__picture-wrapper_5:hover::after {
    left: 2.25rem;
  }

  .token__picture-wrapper_6::before {
    top: -4rem;
  }

  .token__picture-wrapper_6::before {
    left: 3.5rem;
  }

  .token__picture-wrapper_6:hover::after {
    top: -4rem;
  }

  .token__picture-wrapper_6:hover::after {
    left: 3.5rem;
  }

  .token__image {
    width: 22.5rem;
  }

  .token__image {
    height: 21.25rem;
  }

  .token__image_1,
  .token__image_7 {
    top: -5rem;
  }

  .token__image_1,
  .token__image_7 {
    left: -2.5rem;
  }

  .token__image_2,
  .token__image_8 {
    top: -3.75rem;
  }

  .token__image_2,
  .token__image_8 {
    left: 3.25rem;
  }

  .token__image_3,
  .token__image_9 {
    top: -3.125rem;
  }

  .token__image_3,
  .token__image_9 {
    left: 3.75rem;
  }

  .token__image_4,
  .token__image_10 {
    top: -5rem;
  }

  .token__image_4,
  .token__image_10 {
    left: -3.75rem;
  }

  .token__image_5,
  .token__image_11 {
    top: -2.5rem;
  }

  .token__image_5,
  .token__image_11 {
    left: 2.5rem;
  }

  .token__image_6,
  .token__image_12 {
    top: -3.75rem;
  }

  .token__image_6,
  .token__image_12 {
    left: 3.75rem;
  }

  .block-popup-token {
    max-width: 131.25rem;
  }

  .block-popup-token__title {
    font-size: 3.75rem;
  }

  .block-popup-token__text {
    font-size: 2.1875rem;
  }

  .block-popup-token__text:not(:last-child) {
    margin-bottom: 4.375rem;
  }

  .map__title {
    font-size: 3.75rem;
  }

  .map__box {
    padding-left: 5.625rem;
  }

  .map__box {
    padding-right: 5.625rem;
  }

  .faq__parent {
    padding-top: 6.25rem;
  }

  .faq__parent {
    padding-bottom: 6.25rem;
  }

  .faq__parent {
    padding-left: 9.375rem;
  }

  .faq__parent {
    padding-right: 9.375rem;
  }

  .faq__spollers_bottom:not(:last-child) {
    margin-bottom: 8.125rem;
  }

  .faq__title {
    font-size: 3.75rem;
  }

  .faq__title:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .block-play__row:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .block-play__row {
    padding-left: 1.875rem;
  }

  .block-play__row {
    padding-right: 1.875rem;
  }

  .block-play__row:nth-child(even) {
    padding-left: 1.875rem;
  }

  .block-play__row:nth-child(even) {
    padding-right: 1.875rem;
  }

  .block-play__row:nth-child(even) {
    padding-bottom: 4.375rem;
  }

  .block-play__row_7:nth-child(even) {
    padding-bottom: 8.75rem;
  }

  .block-play__title {
    font-size: 3.75rem;
  }

  .block-play__text {
    font-size: 1.875rem;
  }

  .block-play__text p:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .block-play__text:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .section__column {
    min-height: 56.25rem;
  }

  .section__column {
    margin-left: 8.125rem;
  }

  .section__column {
    margin-right: 8.125rem;
  }

  .section__column::before {
    top: -2.1875rem;
  }

  .section__column:not(:last-child) {
    margin-bottom: 6.25rem;
  }

  .section__title {
    font-size: 6.625rem;
  }

  .section__title:not(:last-child) {
    margin-bottom: 4.125rem;
  }

  .section__text {
    font-size: 2.1875rem;
  }

  .form__input {
    padding-left: 5rem;
  }

  .form__input {
    padding-right: 5rem;
  }

  .form__input {
    font-size: 3.3125rem;
  }

  .page__home {
    margin-bottom: 8.75rem;
  }

  .page__faq_margin-bottom {
    margin-bottom: 8.75rem;
  }

  .page__section {
    margin-bottom: 8.75rem;
  }
}

@media (min-width: 168.125em) {
  .popup__text_size {
    font-size: 1.875rem;
  }

  .header__container {
    padding-left: 6.25rem;
  }

  .header__container {
    padding-right: 6.25rem;
  }

  .block-play__row {
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
  }
}

@media (min-width: 160em) {
  .token-popup-home__columns {
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
  }
}

@media (max-width: 75em) {
  .block-play__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 75em) and (max-width: 22.5em) {
  .block-play__video {
    height: 13.75rem;
  }
}

@media (max-width: 62em) {
  .token-popup-home__columns {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .header__log-in {
    font-size: 1.125rem;
  }

  .home__text_width {
    max-width: 28.125rem;
  }

  .daily-tasks {
    padding-left: 0.0000000625rem;
  }

  .daily-tasks {
    padding-right: 0.0000000625rem;
  }

  .nft__container {
    padding-top: 3.75rem;
  }

  .nft__container {
    padding-bottom: 2.5rem;
  }

  .block-popup-token {
    max-width: 68.75rem;
  }

  .block-play__row {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .block-play__text p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 48em) {
  .header__container {
    padding-left: 0.0000000625rem;
  }

  .header__container {
    padding-right: 0.0000000625rem;
  }

  .home__icon {
    width: 3.125rem;
  }

  .home__icon {
    height: 3.125rem;
  }

  .nft__title {
    font-size: 1.375rem;
  }

  .nft__text {
    font-size: 1.125rem;
  }
}

@media (max-width: 84.375em) {
  .white-paper__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
}

@media (max-width: 81.25em) {
  .daily-tasks__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1.875rem;
  }

  .daily-tasks__parent {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 81.3125em) and (max-width: 62em) {
  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-width: 12.5rem;
  }

  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-height: 12.5rem;
  }
}

@media (max-width: 68.75em) {
  .daily-tasks__module {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .daily-tasks__title {
    font-size: 1.875rem;
  }

  .daily-tasks__text {
    font-size: 1.125rem;
  }
}

@media (max-width: 61.99875em) {
  .popup__content_vector-3 {
    clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 7% 90%);
    -webkit-clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 1% 97%);
  }

  .popup__content_vector-4 {
    clip-path: polygon(0% 7%, 100% 0%, 100% 95%, 7% 90%);
    -webkit-clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 1% 100%);
  }

  .token-popup-home__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem;
  }

  .token-popup-home__parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 1.875rem;
  }

  .token-popup-home__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 0.9375rem);
    flex: 1 1 calc(33.333% - 0.9375rem);
  }

  .token-popup-home__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-paper {
    padding-right: 0.9375rem;
  }

  .white-paper__boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem;
  }

  .white-paper__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }

  #lottie_1 {
    left: 50%;
    -webkit-transform: translate(-75%, 0rem) scale(-1, 1);
    -ms-transform: translate(-75%, 0rem) scale(-1, 1);
    transform: translate(-75%, 0rem) scale(-1, 1);
    top: 6.25rem;
  }

  #lottie_2 {
    left: 50%;
    -webkit-transform: translate(-25%, 0rem);
    -ms-transform: translate(-25%, 0rem);
    transform: translate(-25%, 0rem);
    top: 6.25rem;
  }

  #lottie_3 {
    left: 50%;
    -webkit-transform: translate(-50%, 0rem);
    -ms-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
    top: 6.25rem;
  }

  #lottie_4 {
    left: 50%;
    -webkit-transform: translate(-25%, 0rem) scale(-1, 1);
    -ms-transform: translate(-25%, 0rem) scale(-1, 1);
    transform: translate(-25%, 0rem) scale(-1, 1);
    top: 6.25rem;
  }

  #lottie_5 {
    left: 50%;
    -webkit-transform: translate(-75%, 0rem) scale(-1, 1);
    -ms-transform: translate(-75%, 0rem) scale(-1, 1);
    transform: translate(-75%, 0rem) scale(-1, 1);
    top: 6.25rem;
  }

  #lottie_6 {
    left: 50%;
    -webkit-transform: translate(-23%, 0rem);
    -ms-transform: translate(-23%, 0rem);
    transform: translate(-23%, 0rem);
    top: 6.25rem;
  }

  #lottie_7 {
    left: 50%;
    -webkit-transform: translate(-80%, 0rem) scale(-1, 1);
    -ms-transform: translate(-80%, 0rem) scale(-1, 1);
    transform: translate(-80%, 0rem) scale(-1, 1);
    top: 6.25rem;
  }

  #lottie_8 {
    left: 50%;
    -webkit-transform: translate(-15%, 0rem);
    -ms-transform: translate(-15%, 0rem);
    transform: translate(-15%, 0rem);
    top: 6.25rem;
  }

  #lottie_9 {
    left: 50%;
    -webkit-transform: translate(-75%, 0rem) scale(-1, 1);
    -ms-transform: translate(-75%, 0rem) scale(-1, 1);
    transform: translate(-75%, 0rem) scale(-1, 1);
    top: 6.25rem;
  }

  #lottie_10 {
    left: 50%;
    -webkit-transform: translate(-50%, 0rem);
    -ms-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
    top: 6.25rem;
  }

  #lottie_11 {
    left: 50%;
    -webkit-transform: translate(-80%, 0rem) scale(-1, 1);
    -ms-transform: translate(-80%, 0rem) scale(-1, 1);
    transform: translate(-80%, 0rem) scale(-1, 1);
    top: 6.25rem;
  }

  #lottie_12 {
    left: 50%;
    -webkit-transform: translate(-23%, 0rem);
    -ms-transform: translate(-23%, 0rem);
    transform: translate(-23%, 0rem);
    top: 6.25rem;
  }

  #lottie_13 {
    left: 50%;
    -webkit-transform: translate(-50%, 0rem);
    -ms-transform: translate(-50%, 0rem);
    transform: translate(-50%, 0rem);
    top: 6.25rem;
  }

  .header__icon {
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition:
      box-shadow 0.3s ease 0s,
      -webkit-box-shadow 0.3s ease 0s;
  }

  .header__parent {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0rem;
    overflow: auto;
    left: -100%;
    background-color: #601282;
    padding: 6.875rem 0.9375rem 1.875rem 0.9375rem;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
  }

  .menu__body::before {
    content: "";
    top: 0rem;
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: -100%;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
  }

  .menu-open .menu__body {
    left: 0rem;
  }

  .menu-open .menu__body::before {
    left: 0rem;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.625rem;
  }

  .menu__link {
    font-size: 1.625rem;
  }

  .menu__sub-link {
    font-size: 1.625rem;
  }

  .icon-menu {
    display: block;
  }

  .home__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.875rem;
  }

  .home__picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nft__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .token__box {
    margin: 0rem auto;
  }

  .characters {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
    padding: 0.9375rem 1.875rem 5rem 0.9375rem;
  }

  .characters__pictures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .characters__picture_size-1 {
    height: 21.875rem;
  }

  .characters__picture_size-2 {
    height: 21.875rem;
  }

  .characters__picture_size-3 {
    height: 21.875rem;
  }

  .characters__picture_size-4 {
    height: 21.875rem;
  }

  ._active .characters__image_position {
    opacity: 1;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem 0.9375rem;
    height: 100%;
    row-gap: 1.875rem;
  }

  .form__line {
    width: 100%;
    max-width: 25rem;
    margin: 0rem auto;
  }

  .form__input {
    -webkit-box-shadow: 0rem 0rem 0.3125rem 0rem rgb(255, 255, 255);
    box-shadow: 0rem 0rem 0.3125rem 0rem rgb(255, 255, 255);
  }

  .form__input:focus::-webkit-input-placeholder {
    -webkit-transform: translate(-45%, 0rem) scale(0);
    transform: translate(-45%, 0rem) scale(0);
  }

  .form__input:focus::-moz-placeholder {
    transform: translate(-45%, 0rem) scale(0);
  }

  .form__input:focus:-ms-input-placeholder {
    -ms-transform: translate(-45%, 0rem) scale(0);
    transform: translate(-45%, 0rem) scale(0);
  }

  .form__input:focus::-ms-input-placeholder {
    -ms-transform: translate(-45%, 0rem) scale(0);
    transform: translate(-45%, 0rem) scale(0);
  }

  .form__input:focus::placeholder {
    -webkit-transform: translate(-45%, 0rem) scale(0);
    -ms-transform: translate(-45%, 0rem) scale(0);
    transform: translate(-45%, 0rem) scale(0);
  }

  .form__input {
    color: #601282;
    background-color: #fff;
  }

  .form__input::-webkit-input-placeholder {
    color: #601282;
  }

  .form__input::-moz-placeholder {
    color: #601282;
  }

  .form__input:-ms-input-placeholder {
    color: #601282;
  }

  .form__input::-ms-input-placeholder {
    color: #601282;
  }

  .form__input::placeholder {
    color: #601282;
  }
}

@media (max-width: 61.99875em) and (max-width: 22.5em) {
  .popup__content_vector-3 {
    padding-bottom: 4.375rem;
  }

  .popup__content_vector-4 {
    padding-bottom: 4.375rem;
  }

  .white-paper__list {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .menu__body::before {
    height: 4.375rem;
  }

  .home__image_10 {
    height: 18.125rem;
  }

  .home__image_10 {
    width: 16.25rem;
  }

  .home__image_11 {
    width: 11.25rem;
  }

  .home__image_11 {
    height: 15.625rem;
  }

  .characters__picture_size-1 {
    width: 18.75rem;
  }

  .characters__picture_size-2 {
    width: 18.75rem;
  }

  .characters__picture_size-3 {
    width: 18.75rem;
  }

  .characters__picture_size-4 {
    width: 18.75rem;
  }

  .form__input {
    height: 3.125rem;
  }
}

@media (max-width: 61.99875em) and (max-width: 20em) {
  #lottie_1 {
    width: 20rem;
  }

  #lottie_1 {
    height: 56.25rem;
  }

  #lottie_2 {
    width: 15.625rem;
  }

  #lottie_2 {
    height: 53.125rem;
  }

  #lottie_3 {
    width: 20rem;
  }

  #lottie_3 {
    height: 56.25rem;
  }

  #lottie_4 {
    width: 20rem;
  }

  #lottie_4 {
    height: 56.25rem;
  }

  #lottie_5 {
    width: 20rem;
  }

  #lottie_5 {
    height: 56.25rem;
  }

  #lottie_6 {
    width: 20rem;
  }

  #lottie_6 {
    height: 62.5rem;
  }

  #lottie_7 {
    width: 20rem;
  }

  #lottie_7 {
    height: 57.5rem;
  }

  #lottie_8 {
    width: 15.625rem;
  }

  #lottie_8 {
    height: 53.125rem;
  }

  #lottie_9 {
    width: 20rem;
  }

  #lottie_9 {
    height: 56.25rem;
  }

  #lottie_10 {
    width: 20rem;
  }

  #lottie_10 {
    height: 56.25rem;
  }

  #lottie_11 {
    width: 20rem;
  }

  #lottie_11 {
    height: 57.5rem;
  }

  #lottie_12 {
    width: 20rem;
  }

  #lottie_12 {
    height: 62.5rem;
  }

  #lottie_13 {
    width: 20rem;
  }

  #lottie_13 {
    height: 50rem;
  }
}

@media (max-width: 61.99875em) and (max-width: 29.99875em) and (max-width: 20em) {
  #lottie_13 {
    height: 62.5rem;
  }
}

@media (max-width: 47.99875em) {
  .popup__textarea {
    padding: 0.625rem 1rem;
    height: 7.5rem;
  }

  .white-paper__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu__sub-list {
    display: none;
  }

  .footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.875rem;
    padding: 2.5rem 0rem;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.625rem;
    text-align: center;
  }

  .footer__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .token__columns {
    row-gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 37.5em) {
  .popup__lines {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.9375rem;
  }
}

@media (max-width: 29.9375em) {
  .popup__text_size {
    font-size: 1rem;
  }

  .popup__input,
  .popup__textarea {
    font-size: 0.9375rem;
  }

  .home__title {
    font-size: 1.875rem;
  }

  .section__column {
    margin-left: 0.0000000625rem;
  }

  .section__column {
    margin-right: 0.0000000625rem;
  }

  .form__input {
    padding-left: 1.875rem;
  }

  .form__input {
    padding-right: 1.875rem;
  }

  .form__input {
    font-size: 1.125rem;
  }
}

@media (max-width: 29.99875em) {
  .popup__input {
    height: 3.125rem;
  }

  .token-popup-home__boxs .token-popup-home__box:first-child {
    min-width: 6.25rem;
  }

  .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
    max-width: 4.375rem;
  }

  .token-popup-home__boxs .token-popup-home__box:last-child {
    min-width: 6.25rem;
  }

  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    width: 18.75rem;
    height: 18.75rem;
  }

  .daily-tasks__slide {
    width: 18.75rem;
    height: 18.75rem;
  }

  .daily-tasks .column-daily-tasks__slider,
  .daily-tasks .column-daily-tasks__slider-2,
  .daily-tasks .column-daily-tasks__slider-3 {
    width: 18.75rem;
    height: 18.75rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    width: 18.75rem;
    height: 18.75rem;
  }

  .locations__container {
    padding: 0rem;
  }

  .locations .swiper-button-prev {
    left: 0.3125rem;
  }

  .locations .swiper-button-next {
    right: 0.3125rem;
  }

  .token__container {
    padding: 0rem;
  }

  .token__parent {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
  }

  .token__decor_4 {
    left: -1.25rem;
  }

  .token__decor_5 {
    top: -1.875rem;
    right: -0.625rem;
  }

  .token__decor_6 {
    top: -1.875rem;
    right: -0.625rem;
  }

  .token__decor_8 {
    right: -0.625rem;
  }

  .token__decor_9 {
    left: 0rem;
  }

  .token__text-absolut_4,
  .token .token__text-absolut-hover_4 {
    left: 45%;
  }

  .token__text-absolut_5,
  .token .token__text-absolut-hover_5 {
    left: 50%;
  }

  .token__text-absolut_6,
  .token .token__text-absolut-hover_6 {
    left: 48%;
  }

  .token__text-absolut_7,
  .token .token__text-absolut-hover_7 {
    left: 45%;
  }

  .token__text-absolut_8,
  .token .token__text-absolut-hover_8 {
    left: 50%;
  }

  .token__text-absolut_9,
  .token .token__text-absolut-hover_9 {
    left: 50%;
  }

  .map__box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
  }

  .faq__container {
    padding: 0rem;
  }

  .block-play__container {
    padding: 0rem;
  }

  .page__home {
    padding-top: 3.75rem;
  }

  .page__nft {
    margin-bottom: 2.5rem;
  }

  .page__locations {
    margin-bottom: 2.5rem;
  }

  .page__token {
    margin-bottom: 2.5rem;
  }

  .page__map {
    margin-bottom: 2.5rem;
  }

  .page__characters {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 29.99875em) and (max-width: 20em) {
  #lottie_4 {
    height: 66.3125rem;
  }

  #lottie_5 {
    height: 65.0625rem;
  }

  #lottie_8 {
    height: 63.8125rem;
  }

  #lottie_9 {
    height: 63.8125rem;
  }
}

@media (max-width: 22.5em) {
  .form .form__error {
    font-size: 0.75rem;
  }

  .form .form__error {
    left: 1.875rem;
  }

  .popup__content {
    padding-left: 1.5625rem;
  }

  .popup__content {
    padding-right: 1.5625rem;
  }

  .popup__content_vector {
    max-width: 31.25rem;
  }

  .popup__content_vector {
    padding-left: 1.5625rem;
  }

  .popup__content_vector {
    padding-right: 1.5625rem;
  }

  .popup__content_vector-2 {
    padding-left: 1.875rem;
  }

  .popup__content_vector-2 {
    padding-right: 1.875rem;
  }

  .popup__content_vector-2 {
    padding-bottom: 6.25rem;
  }

  .popup__content_vector-3 {
    padding-left: 0.875rem;
  }

  .popup__content_vector-3 {
    padding-right: 0.875rem;
  }

  .popup__content_vector-4 {
    padding-left: 0.875rem;
  }

  .popup__content_vector-4 {
    padding-right: 0.875rem;
  }

  .popup__parent {
    padding-left: 1.25rem;
  }

  .popup__parent {
    padding-right: 1.25rem;
  }

  .popup__title {
    font-size: 1.875rem;
  }

  .popup__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .popup__title_margin-bottom:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .popup__text {
    font-size: 1.125rem;
  }

  .popup .form__error {
    font-size: 0.75rem;
  }

  .popup__row {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .popup__name-header {
    font-size: 1.5rem;
  }

  .popup__label {
    font-size: 1.125rem;
  }

  .popup__label:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .popup__image {
    width: 9.375rem;
  }

  .popup__image {
    height: 9.375rem;
  }

  .popup__name {
    font-size: 1.5rem;
  }

  .popup__text-card {
    font-size: 1.125rem;
  }

  .popup__lines:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .popup__module:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .popup__block .block__button-3 span {
    padding-left: 1.875rem;
  }

  .popup__block .block__button-3 span {
    padding-right: 1.875rem;
  }

  .token-popup-home__title {
    font-size: 1.25rem;
  }

  .token-popup-home__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .token-popup-home__text {
    font-size: 0.875rem;
  }

  .token-popup-home__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .token-popup-home__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .token-popup-home__columns:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .token-popup-home__column {
    padding-left: 0.9375rem;
  }

  .token-popup-home__column {
    padding-right: 0.9375rem;
  }

  .token-popup-home__column {
    padding-top: 0.625rem;
  }

  .token-popup-home__column {
    padding-bottom: 0.625rem;
  }

  .token-popup-home__sub-title {
    font-size: 1.125rem;
  }

  .token-popup-home__sub-title:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .token-popup-home__name {
    font-size: 0.9375rem;
  }

  .token-popup-home__boxs {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
    padding-left: 0.625rem;
  }

  .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
    padding-right: 0.625rem;
  }

  .token-popup-home__box {
    padding-left: 0.625rem;
  }

  .token-popup-home__box {
    padding-right: 0.625rem;
  }

  .token-popup-home__box {
    font-size: 0.875rem;
  }

  .token-popup-home__picture:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .token-popup-home__image {
    width: 15.625rem;
  }

  .token-popup-home__image {
    height: 12.5rem;
  }

  .token-popup-home__label {
    font-size: 0.9375rem;
  }

  .white-paper__title {
    font-size: 1.25rem;
  }

  .white-paper__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .white-paper__link {
    padding-left: 0.9375rem;
  }

  .white-paper__link {
    padding-right: 0.9375rem;
  }

  .white-paper__link {
    font-size: 0.9375rem;
  }

  .white-paper__sub-title {
    font-size: 0.9375rem;
  }

  .white-paper__sub-title_bottom:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .white-paper__text {
    font-size: 0.9375rem;
  }

  .white-paper__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .white-paper__columns:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .white-paper__column {
    padding-left: 0.625rem;
  }

  .white-paper__column {
    padding-right: 0.625rem;
  }

  .white-paper__name {
    font-size: 1.125rem;
  }

  .white-paper__name:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .white-paper__label {
    font-size: 0.875rem;
  }

  .white-paper__label::before {
    width: 0.3125rem;
  }

  .white-paper__label::before {
    height: 0.3125rem;
  }

  .spollers__title {
    font-size: 1.125rem;
  }

  ._spoller-init .spollers__title::before,
  ._spoller-init .spollers__title::after {
    width: 0.875rem;
  }

  .spollers__text {
    font-size: 1rem;
  }

  .block__button {
    padding-top: 1.25rem;
  }

  .block__button {
    padding-bottom: 1.25rem;
  }

  .block__button span {
    font-size: 1.25rem;
  }

  .block__button span {
    padding-top: 1.875rem;
  }

  .block__button span {
    padding-bottom: 1.25rem;
  }

  .block__button::before {
    top: -0.625rem;
  }

  .block__button::before {
    left: -0.625rem;
  }

  .block__button-2 span,
  .block__button-3 span,
  .block__button-4 span {
    font-size: 1.5rem;
  }

  .show-button-1,
  .show-button-2,
  .show-button-3 {
    margin-top: 2.5rem;
  }

  .hide-button-1,
  .hide-button-2,
  .hide-button-3 {
    margin-top: 2.5rem;
  }

  .header__language {
    margin-right: 0.0000000625rem;
  }

  .header__language {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }

  .header__language:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .header__icon {
    width: 2.75rem;
  }

  .header__icon {
    height: 1.875rem;
  }

  .header__box {
    padding-left: 0.9375rem;
  }

  .header__box {
    padding-right: 0.9375rem;
  }

  .header__box {
    padding-top: 0.9375rem;
  }

  .header__box {
    padding-bottom: 0.9375rem;
  }

  .footer__link {
    font-size: 1.125rem;
  }

  .home {
    height: 45rem;
  }

  .home__body {
    margin-top: 3.125rem;
  }

  .home__body {
    padding-left: 0.9375rem;
  }

  .home__body {
    padding-right: 0.9375rem;
  }

  .home__icon {
    margin-bottom: 1.5625rem;
  }

  .home__text {
    font-size: 1.125rem;
  }

  .home__text p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .home__image_1,
  .home__image_5 {
    width: 10rem;
  }

  .home__image_1,
  .home__image_5 {
    height: 19.3125rem;
  }

  .home__image_2,
  .home__image_6 {
    margin-left: -1.875rem;
  }

  .home__image_2,
  .home__image_6 {
    width: 12.625rem;
  }

  .home__image_2,
  .home__image_6 {
    height: 15.625rem;
  }

  .home__image_5 {
    width: 12.5rem;
  }

  .home__image_5 {
    height: 19.3125rem;
  }

  .home__image_3,
  .home__image_4 {
    width: 10rem;
  }

  .home__image_3,
  .home__image_4 {
    height: 13.75rem;
  }

  .home__image_7 {
    width: 10rem;
  }

  .home__image_7 {
    height: 13.75rem;
  }

  .home__image_8 {
    width: 10rem;
  }

  .home__image_8 {
    height: 16.25rem;
  }

  .daily-tasks__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .daily-tasks__parent {
    gap: 0.9375rem;
  }

  .locations__slide {
    min-height: 12.5rem;
  }

  .locations .svg {
    width: 2.5rem;
  }

  .locations .svg {
    min-width: 2.5rem;
  }

  .locations .svg {
    height: 2.5rem;
  }

  .token__parent {
    padding-left: 1.875rem;
  }

  .token__parent {
    padding-right: 1.875rem;
  }

  .token__title {
    font-size: 1.75rem;
  }

  .token__sub-title {
    font-size: 1.125rem;
  }

  .token__sub-title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .token__sub-title_max-width:not(:last-child) {
    margin-bottom: 5rem;
  }

  .token__columns_gap {
    row-gap: 5rem;
  }

  .token__wrapper-decor {
    width: 12.5rem;
  }

  .token__wrapper-decor {
    height: 8.75rem;
  }

  .token__decor_1 {
    width: 13.75rem;
  }

  .token__decor_1 {
    height: 11.25rem;
  }

  .token__decor_2 {
    width: 13.75rem;
  }

  .token__decor_2 {
    height: 11.25rem;
  }

  .token__decor_3 {
    width: 13.75rem;
  }

  .token__decor_3 {
    height: 11.25rem;
  }

  .token__decor_4 {
    width: 13.75rem;
  }

  .token__decor_4 {
    height: 11.25rem;
  }

  .token__decor_5 {
    width: 13.75rem;
  }

  .token__decor_5 {
    height: 11.25rem;
  }

  .token__decor_6 {
    width: 13.75rem;
  }

  .token__decor_6 {
    height: 11.25rem;
  }

  .token__decor_7 {
    width: 13.75rem;
  }

  .token__decor_7 {
    height: 11.25rem;
  }

  .token__decor_8 {
    width: 13.75rem;
  }

  .token__decor_8 {
    height: 11.25rem;
  }

  .token__decor_9 {
    width: 13.75rem;
  }

  .token__decor_9 {
    height: 11.25rem;
  }

  .token__text-absolut,
  .token .token__text-absolut-hover {
    font-size: 1.4375rem;
  }

  .token__box {
    width: 7.5rem;
  }

  .token__box {
    height: 5rem;
  }

  .token__box_1::before {
    top: -0.625rem;
  }

  .token__box_1::before {
    left: -0.625rem;
  }

  .token__box_2::before {
    top: -0.625rem;
  }

  .token__box_2::before {
    right: -0.625rem;
  }

  .token__box_3::before {
    right: -0.625rem;
  }

  .token__picture-wrapper {
    width: 12.5rem;
  }

  .token__picture-wrapper {
    height: 8.75rem;
  }

  .token__picture-wrapper::before {
    width: 13.375rem;
  }

  .token__picture-wrapper::before {
    height: 10.875rem;
  }

  .token__picture-wrapper_1::before {
    top: -2.625rem;
  }

  .token__picture-wrapper_1::before {
    left: -1.6875rem;
  }

  .token__picture-wrapper_1:hover::after {
    top: -2.625rem;
  }

  .token__picture-wrapper_1:hover::after {
    left: -1.6875rem;
  }

  .token__picture-wrapper_2::before {
    top: -3.25rem;
  }

  .token__picture-wrapper_2::before {
    left: -2rem;
  }

  .token__picture-wrapper_2:hover::after {
    top: -3.25rem;
  }

  .token__picture-wrapper_2:hover::after {
    left: -2rem;
  }

  .token__picture-wrapper_3::before {
    top: -3.875rem;
  }

  .token__picture-wrapper_3::before {
    left: -1.375rem;
  }

  .token__picture-wrapper_3:hover::after {
    top: -3.875rem;
  }

  .token__picture-wrapper_3:hover::after {
    left: -1.375rem;
  }

  .token__picture-wrapper_4::before {
    top: -2.625rem;
  }

  .token__picture-wrapper_4::before {
    left: -1.375rem;
  }

  .token__picture-wrapper_4:hover::after {
    top: -2.625rem;
  }

  .token__picture-wrapper_4:hover::after {
    left: -1.375rem;
  }

  .token__picture-wrapper_5::before {
    top: -2.5rem;
  }

  .token__picture-wrapper_5::before {
    left: -0.75rem;
  }

  .token__picture-wrapper_5:hover::after {
    top: -2.5rem;
  }

  .token__picture-wrapper_5:hover::after {
    left: -0.75rem;
  }

  .token__picture-wrapper_6::before {
    top: -2.625rem;
  }

  .token__picture-wrapper_6::before {
    left: -1.0625rem;
  }

  .token__picture-wrapper_6:hover::after {
    top: -2.625rem;
  }

  .token__picture-wrapper_6:hover::after {
    left: -1.0625rem;
  }

  .token__image {
    width: 13.125rem;
  }

  .token__image {
    height: 10.625rem;
  }

  .token__image_1,
  .token__image_7 {
    top: -2.5rem;
  }

  .token__image_1,
  .token__image_7 {
    left: -1.5625rem;
  }

  .token__image_2,
  .token__image_8 {
    top: -3.125rem;
  }

  .token__image_2,
  .token__image_8 {
    left: -1.875rem;
  }

  .token__image_3,
  .token__image_9 {
    top: -3.75rem;
  }

  .token__image_3,
  .token__image_9 {
    left: -1.25rem;
  }

  .token__image_4,
  .token__image_10 {
    top: -2.5rem;
  }

  .token__image_4,
  .token__image_10 {
    left: -1.25rem;
  }

  .token__image_5,
  .token__image_11 {
    top: -2.375rem;
  }

  .token__image_5,
  .token__image_11 {
    left: -0.625rem;
  }

  .token__image_6,
  .token__image_12 {
    top: -2.5rem;
  }

  .token__image_6,
  .token__image_12 {
    left: -0.9375rem;
  }

  .block-popup-token__title {
    font-size: 1.5rem;
  }

  .block-popup-token__text {
    font-size: 1.125rem;
  }

  .block-popup-token__text:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .map__title {
    font-size: 1.75rem;
  }

  .map__box {
    padding-left: 0.0000000625rem;
  }

  .map__box {
    padding-right: 0.0000000625rem;
  }

  .faq__parent {
    padding-top: 3.125rem;
  }

  .faq__parent {
    padding-bottom: 3.125rem;
  }

  .faq__parent {
    padding-left: 0.9375rem;
  }

  .faq__parent {
    padding-right: 0.9375rem;
  }

  .faq__spollers_bottom:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .faq__title {
    font-size: 1.75rem;
  }

  .faq__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .block-play__row:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .block-play__row {
    padding-left: 0.9375rem;
  }

  .block-play__row {
    padding-right: 0.9375rem;
  }

  .block-play__row:nth-child(even) {
    padding-left: 0.9375rem;
  }

  .block-play__row:nth-child(even) {
    padding-right: 0.9375rem;
  }

  .block-play__row:nth-child(even) {
    padding-bottom: 3.125rem;
  }

  .block-play__row_7:nth-child(even) {
    padding-bottom: 6.25rem;
  }

  .block-play__title {
    font-size: 1.5rem;
  }

  .block-play__text {
    font-size: 1.125rem;
  }

  .block-play__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .section__column {
    min-height: 18.75rem;
  }

  .section__column::before {
    top: -0.625rem;
  }

  .section__column:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .section__title {
    font-size: 1.875rem;
  }

  .section__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .section__text {
    font-size: 1rem;
  }

  .page__home {
    margin-bottom: 3.75rem;
  }

  .page__faq_margin-bottom {
    margin-bottom: 3.75rem;
  }

  .page__section {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 22.5em) and (max-width: 161.875em) {
  @supports (font-size: clamp(0.75rem, 0.6087443946rem + 0.6278026906vw, 1.625rem)) {
    .form .form__error {
      font-size: clamp(0.75rem, 0.6087443946rem + 0.6278026906vw, 1.625rem);
    }
  }

  @supports not (font-size: clamp(0.75rem, 0.6087443946rem + 0.6278026906vw, 1.625rem)) {
    .form .form__error {
      font-size: calc(0.75rem + 0.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem)) {
    .form .form__error {
      left: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem);
    }
  }

  @supports not (left: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem)) {
    .form .form__error {
      left: calc(1.875rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(1.5625rem, 0.3012892377rem + 5.6053811659vw, 9.375rem)) {
    .popup__content {
      padding-left: clamp(1.5625rem, 0.3012892377rem + 5.6053811659vw, 9.375rem);
    }
  }

  @supports not (padding-left: clamp(1.5625rem, 0.3012892377rem + 5.6053811659vw, 9.375rem)) {
    .popup__content {
      padding-left: calc(1.5625rem + 7.8125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(1.5625rem, 0.3012892377rem + 5.6053811659vw, 9.375rem)) {
    .popup__content {
      padding-right: clamp(1.5625rem, 0.3012892377rem + 5.6053811659vw, 9.375rem);
    }
  }

  @supports not (padding-right: clamp(1.5625rem, 0.3012892377rem + 5.6053811659vw, 9.375rem)) {
    .popup__content {
      padding-right: calc(1.5625rem + 7.8125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (max-width: clamp(31.25rem, 27.2141255605rem + 17.9372197309vw, 56.25rem)) {
    .popup__content_vector {
      max-width: clamp(31.25rem, 27.2141255605rem + 17.9372197309vw, 56.25rem);
    }
  }

  @supports not (max-width: clamp(31.25rem, 27.2141255605rem + 17.9372197309vw, 56.25rem)) {
    .popup__content_vector {
      max-width: calc(31.25rem + 25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(1.5625rem, 1.0075672646rem + 2.466367713vw, 5rem)) {
    .popup__content_vector {
      padding-left: clamp(1.5625rem, 1.0075672646rem + 2.466367713vw, 5rem);
    }
  }

  @supports not (padding-left: clamp(1.5625rem, 1.0075672646rem + 2.466367713vw, 5rem)) {
    .popup__content_vector {
      padding-left: calc(1.5625rem + 3.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(1.5625rem, 1.0075672646rem + 2.466367713vw, 5rem)) {
    .popup__content_vector {
      padding-right: clamp(1.5625rem, 1.0075672646rem + 2.466367713vw, 5rem);
    }
  }

  @supports not (padding-right: clamp(1.5625rem, 1.0075672646rem + 2.466367713vw, 5rem)) {
    .popup__content_vector {
      padding-right: calc(1.5625rem + 3.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(1.875rem, 0.9669282511rem + 4.0358744395vw, 7.5rem)) {
    .popup__content_vector-2 {
      padding-left: clamp(1.875rem, 0.9669282511rem + 4.0358744395vw, 7.5rem);
    }
  }

  @supports not (padding-left: clamp(1.875rem, 0.9669282511rem + 4.0358744395vw, 7.5rem)) {
    .popup__content_vector-2 {
      padding-left: calc(1.875rem + 5.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(1.875rem, 0.9669282511rem + 4.0358744395vw, 7.5rem)) {
    .popup__content_vector-2 {
      padding-right: clamp(1.875rem, 0.9669282511rem + 4.0358744395vw, 7.5rem);
    }
  }

  @supports not (padding-right: clamp(1.875rem, 0.9669282511rem + 4.0358744395vw, 7.5rem)) {
    .popup__content_vector-2 {
      padding-right: calc(1.875rem + 5.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(6.25rem, 5.947309417rem + 1.3452914798vw, 8.125rem)) {
    .popup__content_vector-2 {
      padding-bottom: clamp(6.25rem, 5.947309417rem + 1.3452914798vw, 8.125rem);
    }
  }

  @supports not (padding-bottom: clamp(6.25rem, 5.947309417rem + 1.3452914798vw, 8.125rem)) {
    .popup__content_vector-2 {
      padding-bottom: calc(6.25rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-3 {
      padding-left: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem);
    }
  }

  @supports not (padding-left: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-3 {
      padding-left: calc(0.875rem + 6.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-3 {
      padding-right: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem);
    }
  }

  @supports not (padding-right: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-3 {
      padding-right: calc(0.875rem + 6.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-4 {
      padding-left: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem);
    }
  }

  @supports not (padding-left: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-4 {
      padding-left: calc(0.875rem + 6.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-4 {
      padding-right: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem);
    }
  }

  @supports not (padding-right: clamp(0.875rem, -0.1945067265rem + 4.7533632287vw, 7.5rem)) {
    .popup__content_vector-4 {
      padding-right: calc(0.875rem + 6.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem)) {
    .popup__parent {
      padding-left: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem);
    }
  }

  @supports not (padding-left: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem)) {
    .popup__parent {
      padding-left: calc(1.25rem + 3.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem)) {
    .popup__parent {
      padding-right: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem);
    }
  }

  @supports not (padding-right: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem)) {
    .popup__parent {
      padding-right: calc(1.25rem + 3.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.875rem, 1.6429372197rem + 1.0313901345vw, 3.3125rem)) {
    .popup__title {
      font-size: clamp(1.875rem, 1.6429372197rem + 1.0313901345vw, 3.3125rem);
    }
  }

  @supports not (font-size: clamp(1.875rem, 1.6429372197rem + 1.0313901345vw, 3.3125rem)) {
    .popup__title {
      font-size: calc(1.875rem + 1.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .popup__title:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .popup__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .popup__title_margin-bottom:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .popup__title_margin-bottom:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.9635650224rem + 0.7174887892vw, 2.125rem)) {
    .popup__text {
      font-size: clamp(1.125rem, 0.9635650224rem + 0.7174887892vw, 2.125rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.9635650224rem + 0.7174887892vw, 2.125rem)) {
    .popup__text {
      font-size: calc(1.125rem + 1 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.75rem, 0.6087443946rem + 0.6278026906vw, 1.625rem)) {
    .popup .form__error {
      font-size: clamp(0.75rem, 0.6087443946rem + 0.6278026906vw, 1.625rem);
    }
  }

  @supports not (font-size: clamp(0.75rem, 0.6087443946rem + 0.6278026906vw, 1.625rem)) {
    .popup .form__error {
      font-size: calc(0.75rem + 0.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (
    (-moz-column-gap: clamp(0.625rem, 0.1205156951rem + 2.2421524664vw, 3.75rem)) or
      (column-gap: clamp(0.625rem, 0.1205156951rem + 2.2421524664vw, 3.75rem))
  ) {
    .popup__row {
      -webkit-column-gap: clamp(0.625rem, 0.1205156951rem + 2.2421524664vw, 3.75rem);
      -moz-column-gap: clamp(0.625rem, 0.1205156951rem + 2.2421524664vw, 3.75rem);
      column-gap: clamp(0.625rem, 0.1205156951rem + 2.2421524664vw, 3.75rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(0.625rem, 0.1205156951rem + 2.2421524664vw, 3.75rem)) or
      (column-gap: clamp(0.625rem, 0.1205156951rem + 2.2421524664vw, 3.75rem))
  ) {
    .popup__row {
      -webkit-column-gap: calc(0.625rem + 3.125 * (100vw - 22.5rem) / 139.375);
      -moz-column-gap: calc(0.625rem + 3.125 * (100vw - 22.5rem) / 139.375);
      column-gap: calc(0.625rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.5rem, 1.0358744395rem + 2.0627802691vw, 4.375rem)) {
    .popup__name-header {
      font-size: clamp(1.5rem, 1.0358744395rem + 2.0627802691vw, 4.375rem);
    }
  }

  @supports not (font-size: clamp(1.5rem, 1.0358744395rem + 2.0627802691vw, 4.375rem)) {
    .popup__name-header {
      font-size: calc(1.5rem + 2.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.8727578475rem + 1.1210762332vw, 2.6875rem)) {
    .popup__label {
      font-size: clamp(1.125rem, 0.8727578475rem + 1.1210762332vw, 2.6875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.8727578475rem + 1.1210762332vw, 2.6875rem)) {
    .popup__label {
      font-size: calc(1.125rem + 1.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.7455156951rem + 2.2421524664vw, 4.375rem)) {
    .popup__label:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.7455156951rem + 2.2421524664vw, 4.375rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.7455156951rem + 2.2421524664vw, 4.375rem)) {
    .popup__label:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(9.375rem, 7.8615470852rem + 6.7264573991vw, 18.75rem)) {
    .popup__image {
      width: clamp(9.375rem, 7.8615470852rem + 6.7264573991vw, 18.75rem);
    }
  }

  @supports not (width: clamp(9.375rem, 7.8615470852rem + 6.7264573991vw, 18.75rem)) {
    .popup__image {
      width: calc(9.375rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(9.375rem, 7.8615470852rem + 6.7264573991vw, 18.75rem)) {
    .popup__image {
      height: clamp(9.375rem, 7.8615470852rem + 6.7264573991vw, 18.75rem);
    }
  }

  @supports not (height: clamp(9.375rem, 7.8615470852rem + 6.7264573991vw, 18.75rem)) {
    .popup__image {
      height: calc(9.375rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem)) {
    .popup__name {
      font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem);
    }
  }

  @supports not (font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem)) {
    .popup__name {
      font-size: calc(1.5rem + 2.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem)) {
    .popup__text-card {
      font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem)) {
    .popup__text-card {
      font-size: calc(1.125rem + 0.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .popup__lines:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .popup__lines:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .popup__module:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .popup__module:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(1.875rem, 1.1687219731rem + 3.1390134529vw, 6.25rem)) {
    .popup__block .block__button-3 span {
      padding-left: clamp(1.875rem, 1.1687219731rem + 3.1390134529vw, 6.25rem);
    }
  }

  @supports not (padding-left: clamp(1.875rem, 1.1687219731rem + 3.1390134529vw, 6.25rem)) {
    .popup__block .block__button-3 span {
      padding-left: calc(1.875rem + 4.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(1.875rem, 1.1687219731rem + 3.1390134529vw, 6.25rem)) {
    .popup__block .block__button-3 span {
      padding-right: clamp(1.875rem, 1.1687219731rem + 3.1390134529vw, 6.25rem);
    }
  }

  @supports not (padding-right: clamp(1.875rem, 1.1687219731rem + 3.1390134529vw, 6.25rem)) {
    .popup__block .block__button-3 span {
      padding-right: calc(1.875rem + 4.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .token-popup-home__title {
      font-size: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem);
    }
  }

  @supports not (font-size: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .token-popup-home__title {
      font-size: calc(1.25rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.6852578475rem + 1.1210762332vw, 2.5rem)) {
    .token-popup-home__title:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.6852578475rem + 1.1210762332vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.6852578475rem + 1.1210762332vw, 2.5rem)) {
    .token-popup-home__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.875rem, 0.7438340807rem + 0.5829596413vw, 1.6875rem)) {
    .token-popup-home__text {
      font-size: clamp(0.875rem, 0.7438340807rem + 0.5829596413vw, 1.6875rem);
    }
  }

  @supports not (font-size: clamp(0.875rem, 0.7438340807rem + 0.5829596413vw, 1.6875rem)) {
    .token-popup-home__text {
      font-size: calc(0.875rem + 0.8125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__text p:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__text p:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.735706278rem + 0.8968609865vw, 2.1875rem)) {
    .token-popup-home__text:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.735706278rem + 0.8968609865vw, 2.1875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.735706278rem + 0.8968609865vw, 2.1875rem)) {
    .token-popup-home__text:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__columns:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__columns:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__column {
      padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__column {
      padding-left: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__column {
      padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .token-popup-home__column {
      padding-right: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-top: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__column {
      padding-top: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
    }
  }

  @supports not (padding-top: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__column {
      padding-top: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__column {
      padding-bottom: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
    }
  }

  @supports not (padding-bottom: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__column {
      padding-bottom: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.9030269058rem + 0.9865470852vw, 2.5rem)) {
    .token-popup-home__sub-title {
      font-size: clamp(1.125rem, 0.9030269058rem + 0.9865470852vw, 2.5rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.9030269058rem + 0.9865470852vw, 2.5rem)) {
    .token-popup-home__sub-title {
      font-size: calc(1.125rem + 1.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .token-popup-home__sub-title:not(:last-child) {
      margin-bottom: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .token-popup-home__sub-title:not(:last-child) {
      margin-bottom: calc(0.625rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem)) {
    .token-popup-home__name {
      font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem);
    }
  }

  @supports not (font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem)) {
    .token-popup-home__name {
      font-size: calc(0.9375rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (
    (-moz-column-gap: clamp(0.625rem, 0.5745515695rem + 0.2242152466vw, 0.9375rem)) or
      (column-gap: clamp(0.625rem, 0.5745515695rem + 0.2242152466vw, 0.9375rem))
  ) {
    .token-popup-home__boxs {
      -webkit-column-gap: clamp(0.625rem, 0.5745515695rem + 0.2242152466vw, 0.9375rem);
      -moz-column-gap: clamp(0.625rem, 0.5745515695rem + 0.2242152466vw, 0.9375rem);
      column-gap: clamp(0.625rem, 0.5745515695rem + 0.2242152466vw, 0.9375rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(0.625rem, 0.5745515695rem + 0.2242152466vw, 0.9375rem)) or
      (column-gap: clamp(0.625rem, 0.5745515695rem + 0.2242152466vw, 0.9375rem))
  ) {
    .token-popup-home__boxs {
      -webkit-column-gap: calc(0.625rem + 0.3125 * (100vw - 22.5rem) / 139.375);
      -moz-column-gap: calc(0.625rem + 0.3125 * (100vw - 22.5rem) / 139.375);
      column-gap: calc(0.625rem + 0.3125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
      padding-left: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
      padding-left: calc(0.625rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
      padding-right: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .token-popup-home__boxs .token-popup-home__box:nth-child(2) {
      padding-right: calc(0.625rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__box {
      padding-left: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
    }
  }

  @supports not (padding-left: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__box {
      padding-left: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__box {
      padding-right: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
    }
  }

  @supports not (padding-right: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .token-popup-home__box {
      padding-right: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.875rem, 0.8144618834rem + 0.269058296vw, 1.25rem)) {
    .token-popup-home__box {
      font-size: clamp(0.875rem, 0.8144618834rem + 0.269058296vw, 1.25rem);
    }
  }

  @supports not (font-size: clamp(0.875rem, 0.8144618834rem + 0.269058296vw, 1.25rem)) {
    .token-popup-home__box {
      font-size: calc(0.875rem + 0.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .token-popup-home__picture:not(:last-child) {
      margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .token-popup-home__picture:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(15.625rem, 10.0756726457rem + 24.66367713vw, 50rem)) {
    .token-popup-home__image {
      width: clamp(15.625rem, 10.0756726457rem + 24.66367713vw, 50rem);
    }
  }

  @supports not (width: clamp(15.625rem, 10.0756726457rem + 24.66367713vw, 50rem)) {
    .token-popup-home__image {
      width: calc(15.625rem + 34.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(12.5rem, 8.4641255605rem + 17.9372197309vw, 37.5rem)) {
    .token-popup-home__image {
      height: clamp(12.5rem, 8.4641255605rem + 17.9372197309vw, 37.5rem);
    }
  }

  @supports not (height: clamp(12.5rem, 8.4641255605rem + 17.9372197309vw, 37.5rem)) {
    .token-popup-home__image {
      height: calc(12.5rem + 25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.9375rem, 0.8164237668rem + 0.5381165919vw, 1.6875rem)) {
    .token-popup-home__label {
      font-size: clamp(0.9375rem, 0.8164237668rem + 0.5381165919vw, 1.6875rem);
    }
  }

  @supports not (font-size: clamp(0.9375rem, 0.8164237668rem + 0.5381165919vw, 1.6875rem)) {
    .token-popup-home__label {
      font-size: calc(0.9375rem + 0.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .white-paper__title {
      font-size: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem);
    }
  }

  @supports not (font-size: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .white-paper__title {
      font-size: calc(1.25rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.6852578475rem + 1.1210762332vw, 2.5rem)) {
    .white-paper__title:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.6852578475rem + 1.1210762332vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.6852578475rem + 1.1210762332vw, 2.5rem)) {
    .white-paper__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .white-paper__link {
      padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .white-paper__link {
      padding-left: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .white-paper__link {
      padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .white-paper__link {
      padding-right: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.9375rem, 0.8870515695rem + 0.2242152466vw, 1.25rem)) {
    .white-paper__link {
      font-size: clamp(0.9375rem, 0.8870515695rem + 0.2242152466vw, 1.25rem);
    }
  }

  @supports not (font-size: clamp(0.9375rem, 0.8870515695rem + 0.2242152466vw, 1.25rem)) {
    .white-paper__link {
      font-size: calc(0.9375rem + 0.3125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem)) {
    .white-paper__sub-title {
      font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem);
    }
  }

  @supports not (font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem)) {
    .white-paper__sub-title {
      font-size: calc(0.9375rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .white-paper__sub-title_bottom:not(:last-child) {
      margin-bottom: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
    }
  }

  @supports not (margin-bottom: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) {
    .white-paper__sub-title_bottom:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem)) {
    .white-paper__text {
      font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem);
    }
  }

  @supports not (font-size: clamp(0.9375rem, 0.836603139rem + 0.4484304933vw, 1.5625rem)) {
    .white-paper__text {
      font-size: calc(0.9375rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .white-paper__text:not(:last-child) {
      margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .white-paper__text:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .white-paper__columns:not(:last-child) {
      margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .white-paper__columns:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .white-paper__column {
      padding-left: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .white-paper__column {
      padding-left: calc(0.625rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .white-paper__column {
      padding-right: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(0.625rem, 0.423206278rem + 0.8968609865vw, 1.875rem)) {
    .white-paper__column {
      padding-right: calc(0.625rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem)) {
    .white-paper__name {
      font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem)) {
    .white-paper__name {
      font-size: calc(1.125rem + 0.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.9375rem, 0.8870515695rem + 0.2242152466vw, 1.25rem)) {
    .white-paper__name:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.8870515695rem + 0.2242152466vw, 1.25rem);
    }
  }

  @supports not (margin-bottom: clamp(0.9375rem, 0.8870515695rem + 0.2242152466vw, 1.25rem)) {
    .white-paper__name:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.3125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(0.875rem, 0.774103139rem + 0.4484304933vw, 1.5rem)) {
    .white-paper__label {
      font-size: clamp(0.875rem, 0.774103139rem + 0.4484304933vw, 1.5rem);
    }
  }

  @supports not (font-size: clamp(0.875rem, 0.774103139rem + 0.4484304933vw, 1.5rem)) {
    .white-paper__label {
      font-size: calc(0.875rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(0.3125rem, 0.2822309417rem + 0.134529148vw, 0.5rem)) {
    .white-paper__label::before {
      width: clamp(0.3125rem, 0.2822309417rem + 0.134529148vw, 0.5rem);
    }
  }

  @supports not (width: clamp(0.3125rem, 0.2822309417rem + 0.134529148vw, 0.5rem)) {
    .white-paper__label::before {
      width: calc(0.3125rem + 0.1875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(0.3125rem, 0.2822309417rem + 0.134529148vw, 0.5rem)) {
    .white-paper__label::before {
      height: clamp(0.3125rem, 0.2822309417rem + 0.134529148vw, 0.5rem);
    }
  }

  @supports not (height: clamp(0.3125rem, 0.2822309417rem + 0.134529148vw, 0.5rem)) {
    .white-paper__label::before {
      height: calc(0.3125rem + 0.1875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .spollers__title {
      font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .spollers__title {
      font-size: calc(1.125rem + 1.0625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(0.875rem, 0.7135650224rem + 0.7174887892vw, 1.875rem)) {
    ._spoller-init .spollers__title::before,
    ._spoller-init .spollers__title::after {
      width: clamp(0.875rem, 0.7135650224rem + 0.7174887892vw, 1.875rem);
    }
  }

  @supports not (width: clamp(0.875rem, 0.7135650224rem + 0.7174887892vw, 1.875rem)) {
    ._spoller-init .spollers__title::before,
    ._spoller-init .spollers__title::after {
      width: calc(0.875rem + 1 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1rem, 0.8587443946rem + 0.6278026906vw, 1.875rem)) {
    .spollers__text {
      font-size: clamp(1rem, 0.8587443946rem + 0.6278026906vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1rem, 0.8587443946rem + 0.6278026906vw, 1.875rem)) {
    .spollers__text {
      font-size: calc(1rem + 0.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-top: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem)) {
    .block__button {
      padding-top: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem);
    }
  }

  @supports not (padding-top: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem)) {
    .block__button {
      padding-top: calc(1.25rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem)) {
    .block__button {
      padding-bottom: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem);
    }
  }

  @supports not (padding-bottom: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem)) {
    .block__button {
      padding-bottom: calc(1.25rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem)) {
    .block__button span {
      font-size: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem);
    }
  }

  @supports not (font-size: clamp(1.25rem, 0.6446188341rem + 2.6905829596vw, 5rem)) {
    .block__button span {
      font-size: calc(1.25rem + 3.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-top: clamp(1.875rem, 1.774103139rem + 0.4484304933vw, 2.5rem)) {
    .block__button span {
      padding-top: clamp(1.875rem, 1.774103139rem + 0.4484304933vw, 2.5rem);
    }
  }

  @supports not (padding-top: clamp(1.875rem, 1.774103139rem + 0.4484304933vw, 2.5rem)) {
    .block__button span {
      padding-top: calc(1.875rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .block__button span {
      padding-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem);
    }
  }

  @supports not (padding-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .block__button span {
      padding-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-2.5rem, -0.322309417rem + -1.3452914798vw, -0.625rem)) {
    .block__button::before {
      top: clamp(-2.5rem, -0.322309417rem + -1.3452914798vw, -0.625rem);
    }
  }

  @supports not (top: clamp(-2.5rem, -0.322309417rem + -1.3452914798vw, -0.625rem)) {
    .block__button::before {
      top: calc(-0.625rem + -1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .block__button::before {
      left: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem);
    }
  }

  @supports not (left: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .block__button::before {
      left: calc(-0.625rem + -1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.5rem, 1.298206278rem + 0.8968609865vw, 2.75rem)) {
    .block__button-2 span,
    .block__button-3 span,
    .block__button-4 span {
      font-size: clamp(1.5rem, 1.298206278rem + 0.8968609865vw, 2.75rem);
    }
  }

  @supports not (font-size: clamp(1.5rem, 1.298206278rem + 0.8968609865vw, 2.75rem)) {
    .block__button-2 span,
    .block__button-3 span,
    .block__button-4 span {
      font-size: calc(1.5rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-top: clamp(2.5rem, 1.5919282511rem + 4.0358744395vw, 8.125rem)) {
    .show-button-1,
    .show-button-2,
    .show-button-3 {
      margin-top: clamp(2.5rem, 1.5919282511rem + 4.0358744395vw, 8.125rem);
    }
  }

  @supports not (margin-top: clamp(2.5rem, 1.5919282511rem + 4.0358744395vw, 8.125rem)) {
    .show-button-1,
    .show-button-2,
    .show-button-3 {
      margin-top: calc(2.5rem + 5.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-top: clamp(2.5rem, 1.5919282511rem + 4.0358744395vw, 8.125rem)) {
    .hide-button-1,
    .hide-button-2,
    .hide-button-3 {
      margin-top: clamp(2.5rem, 1.5919282511rem + 4.0358744395vw, 8.125rem);
    }
  }

  @supports not (margin-top: clamp(2.5rem, 1.5919282511rem + 4.0358744395vw, 8.125rem)) {
    .hide-button-1,
    .hide-button-2,
    .hide-button-3 {
      margin-top: calc(2.5rem + 5.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-right: clamp(0.0000000625rem, -1.1098653983rem + 4.9327353812vw, 6.875rem)) {
    .header__language {
      margin-right: clamp(0.0000000625rem, -1.1098653983rem + 4.9327353812vw, 6.875rem);
    }
  }

  @supports not (margin-right: clamp(0.0000000625rem, -1.1098653983rem + 4.9327353812vw, 6.875rem)) {
    .header__language {
      margin-right: calc(0.0000000625rem + 6.8749999375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (
    (-moz-column-gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) or
      (column-gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem))
  ) {
    .header__language {
      -webkit-column-gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
      -moz-column-gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
      column-gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) or
      (column-gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem))
  ) {
    .header__language {
      -webkit-column-gap: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
      -moz-column-gap: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
      column-gap: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .header__language:not(:last-child) {
      margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .header__language:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(2.75rem, 2.3464125561rem + 1.7937219731vw, 5.25rem)) {
    .header__icon {
      width: clamp(2.75rem, 2.3464125561rem + 1.7937219731vw, 5.25rem);
    }
  }

  @supports not (width: clamp(2.75rem, 2.3464125561rem + 1.7937219731vw, 5.25rem)) {
    .header__icon {
      width: calc(2.75rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(1.875rem, 1.6429372197rem + 1.0313901345vw, 3.3125rem)) {
    .header__icon {
      height: clamp(1.875rem, 1.6429372197rem + 1.0313901345vw, 3.3125rem);
    }
  }

  @supports not (height: clamp(1.875rem, 1.6429372197rem + 1.0313901345vw, 3.3125rem)) {
    .header__icon {
      height: calc(1.875rem + 1.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.9375rem, 0.7054372197rem + 1.0313901345vw, 2.375rem)) {
    .header__box {
      padding-left: clamp(0.9375rem, 0.7054372197rem + 1.0313901345vw, 2.375rem);
    }
  }

  @supports not (padding-left: clamp(0.9375rem, 0.7054372197rem + 1.0313901345vw, 2.375rem)) {
    .header__box {
      padding-left: calc(0.9375rem + 1.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.9375rem, 0.7054372197rem + 1.0313901345vw, 2.375rem)) {
    .header__box {
      padding-right: clamp(0.9375rem, 0.7054372197rem + 1.0313901345vw, 2.375rem);
    }
  }

  @supports not (padding-right: clamp(0.9375rem, 0.7054372197rem + 1.0313901345vw, 2.375rem)) {
    .header__box {
      padding-right: calc(0.9375rem + 1.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-top: clamp(0.9375rem, 0.6448991031rem + 1.3004484305vw, 2.75rem)) {
    .header__box {
      padding-top: clamp(0.9375rem, 0.6448991031rem + 1.3004484305vw, 2.75rem);
    }
  }

  @supports not (padding-top: clamp(0.9375rem, 0.6448991031rem + 1.3004484305vw, 2.75rem)) {
    .header__box {
      padding-top: calc(0.9375rem + 1.8125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(0.9375rem, 0.6448991031rem + 1.3004484305vw, 2.75rem)) {
    .header__box {
      padding-bottom: clamp(0.9375rem, 0.6448991031rem + 1.3004484305vw, 2.75rem);
    }
  }

  @supports not (padding-bottom: clamp(0.9375rem, 0.6448991031rem + 1.3004484305vw, 2.75rem)) {
    .header__box {
      padding-bottom: calc(0.9375rem + 1.8125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.7718609865rem + 1.5695067265vw, 3.3125rem)) {
    .footer__link {
      font-size: clamp(1.125rem, 0.7718609865rem + 1.5695067265vw, 3.3125rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.7718609865rem + 1.5695067265vw, 3.3125rem)) {
    .footer__link {
      font-size: calc(1.125rem + 2.1875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(45rem, 42.1748878924rem + 12.5560538117vw, 62.5rem)) {
    .home {
      height: clamp(45rem, 42.1748878924rem + 12.5560538117vw, 62.5rem);
    }
  }

  @supports not (height: clamp(45rem, 42.1748878924rem + 12.5560538117vw, 62.5rem)) {
    .home {
      height: calc(45rem + 17.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-top: clamp(3.125rem, 2.4691704036rem + 2.9147982063vw, 7.1875rem)) {
    .home__body {
      margin-top: clamp(3.125rem, 2.4691704036rem + 2.9147982063vw, 7.1875rem);
    }
  }

  @supports not (margin-top: clamp(3.125rem, 2.4691704036rem + 2.9147982063vw, 7.1875rem)) {
    .home__body {
      margin-top: calc(3.125rem + 4.0625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .home__body {
      padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .home__body {
      padding-left: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .home__body {
      padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .home__body {
      padding-right: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(0.0000000625rem, 1.8147421424rem + -1.1210761883vw, 1.5625rem)) {
    .home__icon {
      margin-bottom: clamp(0.0000000625rem, 1.8147421424rem + -1.1210761883vw, 1.5625rem);
    }
  }

  @supports not (margin-bottom: clamp(0.0000000625rem, 1.8147421424rem + -1.1210761883vw, 1.5625rem)) {
    .home__icon {
      margin-bottom: calc(1.5625rem + -1.5624999375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .home__text {
      font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .home__text {
      font-size: calc(1.125rem + 1.0625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.048206278rem + 0.8968609865vw, 2.5rem)) {
    .home__text p:not(:last-child) {
      margin-bottom: clamp(1.25rem, 1.048206278rem + 0.8968609865vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.048206278rem + 0.8968609865vw, 2.5rem)) {
    .home__text p:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(10rem, 6.9831838565rem + 13.4080717489vw, 28.6875rem)) {
    .home__image_1,
    .home__image_5 {
      width: clamp(10rem, 6.9831838565rem + 13.4080717489vw, 28.6875rem);
    }
  }

  @supports not (width: clamp(10rem, 6.9831838565rem + 13.4080717489vw, 28.6875rem)) {
    .home__image_1,
    .home__image_5 {
      width: calc(10rem + 18.6875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(19.3125rem, 13.6622757848rem + 25.1121076233vw, 54.3125rem)) {
    .home__image_1,
    .home__image_5 {
      height: clamp(19.3125rem, 13.6622757848rem + 25.1121076233vw, 54.3125rem);
    }
  }

  @supports not (height: clamp(19.3125rem, 13.6622757848rem + 25.1121076233vw, 54.3125rem)) {
    .home__image_1,
    .home__image_5 {
      height: calc(19.3125rem + 35 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-left: clamp(-8.5rem, -0.8054932735rem + -4.7533632287vw, -1.875rem)) {
    .home__image_2,
    .home__image_6 {
      margin-left: clamp(-8.5rem, -0.8054932735rem + -4.7533632287vw, -1.875rem);
    }
  }

  @supports not (margin-left: clamp(-8.5rem, -0.8054932735rem + -4.7533632287vw, -1.875rem)) {
    .home__image_2,
    .home__image_6 {
      margin-left: calc(-1.875rem + -6.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.625rem, 8.1855381166rem + 19.730941704vw, 40.125rem)) {
    .home__image_2,
    .home__image_6 {
      width: clamp(12.625rem, 8.1855381166rem + 19.730941704vw, 40.125rem);
    }
  }

  @supports not (width: clamp(12.625rem, 8.1855381166rem + 19.730941704vw, 40.125rem)) {
    .home__image_2,
    .home__image_6 {
      width: calc(12.625rem + 27.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(15.625rem, 10.5498878924rem + 22.5560538117vw, 47.0625rem)) {
    .home__image_2,
    .home__image_6 {
      height: clamp(15.625rem, 10.5498878924rem + 22.5560538117vw, 47.0625rem);
    }
  }

  @supports not (height: clamp(15.625rem, 10.5498878924rem + 22.5560538117vw, 47.0625rem)) {
    .home__image_2,
    .home__image_6 {
      height: calc(15.625rem + 31.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.5rem, 8.9686098655rem + 15.6950672646vw, 34.375rem)) {
    .home__image_5 {
      width: clamp(12.5rem, 8.9686098655rem + 15.6950672646vw, 34.375rem);
    }
  }

  @supports not (width: clamp(12.5rem, 8.9686098655rem + 15.6950672646vw, 34.375rem)) {
    .home__image_5 {
      width: calc(12.5rem + 21.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(19.3125rem, 14.3584641256rem + 22.0179372197vw, 50rem)) {
    .home__image_5 {
      height: clamp(19.3125rem, 14.3584641256rem + 22.0179372197vw, 50rem);
    }
  }

  @supports not (height: clamp(19.3125rem, 14.3584641256rem + 22.0179372197vw, 50rem)) {
    .home__image_5 {
      height: calc(19.3125rem + 30.6875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(10rem, 5.4293721973rem + 20.3139013453vw, 38.3125rem)) {
    .home__image_3,
    .home__image_4 {
      width: clamp(10rem, 5.4293721973rem + 20.3139013453vw, 38.3125rem);
    }
  }

  @supports not (width: clamp(10rem, 5.4293721973rem + 20.3139013453vw, 38.3125rem)) {
    .home__image_3,
    .home__image_4 {
      width: calc(10rem + 28.3125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(13.75rem, 7.0908071749rem + 29.5964125561vw, 55rem)) {
    .home__image_3,
    .home__image_4 {
      height: clamp(13.75rem, 7.0908071749rem + 29.5964125561vw, 55rem);
    }
  }

  @supports not (height: clamp(13.75rem, 7.0908071749rem + 29.5964125561vw, 55rem)) {
    .home__image_3,
    .home__image_4 {
      height: calc(13.75rem + 41.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(10rem, 5.5605381166rem + 19.730941704vw, 37.5rem)) {
    .home__image_7 {
      width: clamp(10rem, 5.5605381166rem + 19.730941704vw, 37.5rem);
    }
  }

  @supports not (width: clamp(10rem, 5.5605381166rem + 19.730941704vw, 37.5rem)) {
    .home__image_7 {
      width: calc(10rem + 27.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(13.75rem, 7.7264573991rem + 26.7713004484vw, 51.0625rem)) {
    .home__image_7 {
      height: clamp(13.75rem, 7.7264573991rem + 26.7713004484vw, 51.0625rem);
    }
  }

  @supports not (height: clamp(13.75rem, 7.7264573991rem + 26.7713004484vw, 51.0625rem)) {
    .home__image_7 {
      height: calc(13.75rem + 37.3125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(10rem, 5.7623318386rem + 18.8340807175vw, 36.25rem)) {
    .home__image_8 {
      width: clamp(10rem, 5.7623318386rem + 18.8340807175vw, 36.25rem);
    }
  }

  @supports not (width: clamp(10rem, 5.7623318386rem + 18.8340807175vw, 36.25rem)) {
    .home__image_8 {
      width: calc(10rem + 26.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(16.25rem, 9.6917040359rem + 29.1479820628vw, 56.875rem)) {
    .home__image_8 {
      height: clamp(16.25rem, 9.6917040359rem + 29.1479820628vw, 56.875rem);
    }
  }

  @supports not (height: clamp(16.25rem, 9.6917040359rem + 29.1479820628vw, 56.875rem)) {
    .home__image_8 {
      height: calc(16.25rem + 40.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .daily-tasks__title:not(:last-child) {
      margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.149103139rem + 0.4484304933vw, 1.875rem)) {
    .daily-tasks__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .daily-tasks__parent {
      gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (gap: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .daily-tasks__parent {
      gap: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (min-height: clamp(12.5rem, 4.4282511211rem + 35.8744394619vw, 62.5rem)) {
    .locations__slide {
      min-height: clamp(12.5rem, 4.4282511211rem + 35.8744394619vw, 62.5rem);
    }
  }

  @supports not (min-height: clamp(12.5rem, 4.4282511211rem + 35.8744394619vw, 62.5rem)) {
    .locations__slide {
      min-height: calc(12.5rem + 50 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem)) {
    .locations .svg {
      width: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem);
    }
  }

  @supports not (width: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem)) {
    .locations .svg {
      width: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (min-width: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem)) {
    .locations .svg {
      min-width: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem);
    }
  }

  @supports not (min-width: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem)) {
    .locations .svg {
      min-width: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem)) {
    .locations .svg {
      height: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem);
    }
  }

  @supports not (height: clamp(2.5rem, 2.0964125561rem + 1.7937219731vw, 5rem)) {
    .locations .svg {
      height: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(1.875rem, 0.6642376682rem + 5.3811659193vw, 9.375rem)) {
    .token__parent {
      padding-left: clamp(1.875rem, 0.6642376682rem + 5.3811659193vw, 9.375rem);
    }
  }

  @supports not (padding-left: clamp(1.875rem, 0.6642376682rem + 5.3811659193vw, 9.375rem)) {
    .token__parent {
      padding-left: calc(1.875rem + 7.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(1.875rem, 0.6642376682rem + 5.3811659193vw, 9.375rem)) {
    .token__parent {
      padding-right: clamp(1.875rem, 0.6642376682rem + 5.3811659193vw, 9.375rem);
    }
  }

  @supports not (padding-right: clamp(1.875rem, 0.6642376682rem + 5.3811659193vw, 9.375rem)) {
    .token__parent {
      padding-right: calc(1.875rem + 7.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.75rem, 1.4069506726rem + 1.5246636771vw, 3.875rem)) {
    .token__title {
      font-size: clamp(1.75rem, 1.4069506726rem + 1.5246636771vw, 3.875rem);
    }
  }

  @supports not (font-size: clamp(1.75rem, 1.4069506726rem + 1.5246636771vw, 3.875rem)) {
    .token__title {
      font-size: calc(1.75rem + 2.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .token__sub-title {
      font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .token__sub-title {
      font-size: calc(1.125rem + 1.0625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem)) {
    .token__sub-title:not(:last-child) {
      margin-bottom: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem)) {
    .token__sub-title:not(:last-child) {
      margin-bottom: calc(1.875rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(5rem, 4.1928251121rem + 3.5874439462vw, 10rem)) {
    .token__sub-title_max-width:not(:last-child) {
      margin-bottom: clamp(5rem, 4.1928251121rem + 3.5874439462vw, 10rem);
    }
  }

  @supports not (margin-bottom: clamp(5rem, 4.1928251121rem + 3.5874439462vw, 10rem)) {
    .token__sub-title_max-width:not(:last-child) {
      margin-bottom: calc(5rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (row-gap: clamp(5rem, 4.5964125561rem + 1.7937219731vw, 7.5rem)) {
    .token__columns_gap {
      row-gap: clamp(5rem, 4.5964125561rem + 1.7937219731vw, 7.5rem);
    }
  }

  @supports not (row-gap: clamp(5rem, 4.5964125561rem + 1.7937219731vw, 7.5rem)) {
    .token__columns_gap {
      row-gap: calc(5rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.5rem, 10.9865470852rem + 6.7264573991vw, 21.875rem)) {
    .token__wrapper-decor {
      width: clamp(12.5rem, 10.9865470852rem + 6.7264573991vw, 21.875rem);
    }
  }

  @supports not (width: clamp(12.5rem, 10.9865470852rem + 6.7264573991vw, 21.875rem)) {
    .token__wrapper-decor {
      width: calc(12.5rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(8.75rem, 7.1356502242rem + 7.1748878924vw, 18.75rem)) {
    .token__wrapper-decor {
      height: clamp(8.75rem, 7.1356502242rem + 7.1748878924vw, 18.75rem);
    }
  }

  @supports not (height: clamp(8.75rem, 7.1356502242rem + 7.1748878924vw, 18.75rem)) {
    .token__wrapper-decor {
      height: calc(8.75rem + 10 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.6401345291rem + 4.932735426vw, 20.625rem)) {
    .token__decor_1 {
      width: clamp(13.75rem, 12.6401345291rem + 4.932735426vw, 20.625rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.6401345291rem + 4.932735426vw, 20.625rem)) {
    .token__decor_1 {
      width: calc(13.75rem + 6.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 10.2410313901rem + 4.4843049327vw, 17.5rem)) {
    .token__decor_1 {
      height: clamp(11.25rem, 10.2410313901rem + 4.4843049327vw, 17.5rem);
    }
  }

  @supports not (height: clamp(11.25rem, 10.2410313901rem + 4.4843049327vw, 17.5rem)) {
    .token__decor_1 {
      height: calc(11.25rem + 6.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.6401345291rem + 4.932735426vw, 20.625rem)) {
    .token__decor_2 {
      width: clamp(13.75rem, 12.6401345291rem + 4.932735426vw, 20.625rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.6401345291rem + 4.932735426vw, 20.625rem)) {
    .token__decor_2 {
      width: calc(13.75rem + 6.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 10.1401345291rem + 4.932735426vw, 18.125rem)) {
    .token__decor_2 {
      height: clamp(11.25rem, 10.1401345291rem + 4.932735426vw, 18.125rem);
    }
  }

  @supports not (height: clamp(11.25rem, 10.1401345291rem + 4.932735426vw, 18.125rem)) {
    .token__decor_2 {
      height: calc(11.25rem + 6.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.9428251121rem + 3.5874439462vw, 18.75rem)) {
    .token__decor_3 {
      width: clamp(13.75rem, 12.9428251121rem + 3.5874439462vw, 18.75rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.9428251121rem + 3.5874439462vw, 18.75rem)) {
    .token__decor_3 {
      width: calc(13.75rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 9.8374439462rem + 6.2780269058vw, 20rem)) {
    .token__decor_3 {
      height: clamp(11.25rem, 9.8374439462rem + 6.2780269058vw, 20rem);
    }
  }

  @supports not (height: clamp(11.25rem, 9.8374439462rem + 6.2780269058vw, 20rem)) {
    .token__decor_3 {
      height: calc(11.25rem + 8.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.2365470852rem + 6.7264573991vw, 23.125rem)) {
    .token__decor_4 {
      width: clamp(13.75rem, 12.2365470852rem + 6.7264573991vw, 23.125rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.2365470852rem + 6.7264573991vw, 23.125rem)) {
    .token__decor_4 {
      width: calc(13.75rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 9.8374439462rem + 6.2780269058vw, 20rem)) {
    .token__decor_4 {
      height: clamp(11.25rem, 9.8374439462rem + 6.2780269058vw, 20rem);
    }
  }

  @supports not (height: clamp(11.25rem, 9.8374439462rem + 6.2780269058vw, 20rem)) {
    .token__decor_4 {
      height: calc(11.25rem + 8.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.4383408072rem + 5.8295964126vw, 21.875rem)) {
    .token__decor_5 {
      width: clamp(13.75rem, 12.4383408072rem + 5.8295964126vw, 21.875rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.4383408072rem + 5.8295964126vw, 21.875rem)) {
    .token__decor_5 {
      width: calc(13.75rem + 8.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 9.2320627803rem + 8.9686098655vw, 23.75rem)) {
    .token__decor_5 {
      height: clamp(11.25rem, 9.2320627803rem + 8.9686098655vw, 23.75rem);
    }
  }

  @supports not (height: clamp(11.25rem, 9.2320627803rem + 8.9686098655vw, 23.75rem)) {
    .token__decor_5 {
      height: calc(11.25rem + 12.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.9428251121rem + 3.5874439462vw, 18.75rem)) {
    .token__decor_6 {
      width: clamp(13.75rem, 12.9428251121rem + 3.5874439462vw, 18.75rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.9428251121rem + 3.5874439462vw, 18.75rem)) {
    .token__decor_6 {
      width: calc(13.75rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 9.6356502242rem + 7.1748878924vw, 21.25rem)) {
    .token__decor_6 {
      height: clamp(11.25rem, 9.6356502242rem + 7.1748878924vw, 21.25rem);
    }
  }

  @supports not (height: clamp(11.25rem, 9.6356502242rem + 7.1748878924vw, 21.25rem)) {
    .token__decor_6 {
      height: calc(11.25rem + 10 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.7410313901rem + 4.4843049327vw, 20rem)) {
    .token__decor_7 {
      width: clamp(13.75rem, 12.7410313901rem + 4.4843049327vw, 20rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.7410313901rem + 4.4843049327vw, 20rem)) {
    .token__decor_7 {
      width: calc(13.75rem + 6.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 9.9383408072rem + 5.8295964126vw, 19.375rem)) {
    .token__decor_7 {
      height: clamp(11.25rem, 9.9383408072rem + 5.8295964126vw, 19.375rem);
    }
  }

  @supports not (height: clamp(11.25rem, 9.9383408072rem + 5.8295964126vw, 19.375rem)) {
    .token__decor_7 {
      height: calc(11.25rem + 8.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.7410313901rem + 4.4843049327vw, 20rem)) {
    .token__decor_8 {
      width: clamp(13.75rem, 12.7410313901rem + 4.4843049327vw, 20rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.7410313901rem + 4.4843049327vw, 20rem)) {
    .token__decor_8 {
      width: calc(13.75rem + 6.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 9.7365470852rem + 6.7264573991vw, 20.625rem)) {
    .token__decor_8 {
      height: clamp(11.25rem, 9.7365470852rem + 6.7264573991vw, 20.625rem);
    }
  }

  @supports not (height: clamp(11.25rem, 9.7365470852rem + 6.7264573991vw, 20.625rem)) {
    .token__decor_8 {
      height: calc(11.25rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.75rem, 12.2365470852rem + 6.7264573991vw, 23.125rem)) {
    .token__decor_9 {
      width: clamp(13.75rem, 12.2365470852rem + 6.7264573991vw, 23.125rem);
    }
  }

  @supports not (width: clamp(13.75rem, 12.2365470852rem + 6.7264573991vw, 23.125rem)) {
    .token__decor_9 {
      width: calc(13.75rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(11.25rem, 9.9383408072rem + 5.8295964126vw, 19.375rem)) {
    .token__decor_9 {
      height: clamp(11.25rem, 9.9383408072rem + 5.8295964126vw, 19.375rem);
    }
  }

  @supports not (height: clamp(11.25rem, 9.9383408072rem + 5.8295964126vw, 19.375rem)) {
    .token__decor_9 {
      height: calc(11.25rem + 8.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.4375rem, 1.3668721973rem + 0.3139013453vw, 1.875rem)) {
    .token__text-absolut,
    .token .token__text-absolut-hover {
      font-size: clamp(1.4375rem, 1.3668721973rem + 0.3139013453vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.4375rem, 1.3668721973rem + 0.3139013453vw, 1.875rem)) {
    .token__text-absolut,
    .token .token__text-absolut-hover {
      font-size: calc(1.4375rem + 0.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(7.5rem, 6.0874439462rem + 6.2780269058vw, 16.25rem)) {
    .token__box {
      width: clamp(7.5rem, 6.0874439462rem + 6.2780269058vw, 16.25rem);
    }
  }

  @supports not (width: clamp(7.5rem, 6.0874439462rem + 6.2780269058vw, 16.25rem)) {
    .token__box {
      width: calc(7.5rem + 8.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(5rem, 3.7488789238rem + 5.5605381166vw, 12.75rem)) {
    .token__box {
      height: clamp(5rem, 3.7488789238rem + 5.5605381166vw, 12.75rem);
    }
  }

  @supports not (height: clamp(5rem, 3.7488789238rem + 5.5605381166vw, 12.75rem)) {
    .token__box {
      height: calc(5rem + 7.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .token__box_1::before {
      top: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem);
    }
  }

  @supports not (top: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .token__box_1::before {
      top: calc(-0.625rem + -1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .token__box_1::before {
      left: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem);
    }
  }

  @supports not (left: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .token__box_1::before {
      left: calc(-0.625rem + -1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-1.5625rem, -0.4736547085rem + -0.6726457399vw, -0.625rem)) {
    .token__box_2::before {
      top: clamp(-1.5625rem, -0.4736547085rem + -0.6726457399vw, -0.625rem);
    }
  }

  @supports not (top: clamp(-1.5625rem, -0.4736547085rem + -0.6726457399vw, -0.625rem)) {
    .token__box_2::before {
      top: calc(-0.625rem + -0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (right: clamp(-1.5625rem, -0.4736547085rem + -0.6726457399vw, -0.625rem)) {
    .token__box_2::before {
      right: clamp(-1.5625rem, -0.4736547085rem + -0.6726457399vw, -0.625rem);
    }
  }

  @supports not (right: clamp(-1.5625rem, -0.4736547085rem + -0.6726457399vw, -0.625rem)) {
    .token__box_2::before {
      right: calc(-0.625rem + -0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (right: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .token__box_3::before {
      right: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem);
    }
  }

  @supports not (right: clamp(-1.875rem, -0.423206278rem + -0.8968609865vw, -0.625rem)) {
    .token__box_3::before {
      right: calc(-0.625rem + -1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.5rem, 10.9865470852rem + 6.7264573991vw, 21.875rem)) {
    .token__picture-wrapper {
      width: clamp(12.5rem, 10.9865470852rem + 6.7264573991vw, 21.875rem);
    }
  }

  @supports not (width: clamp(12.5rem, 10.9865470852rem + 6.7264573991vw, 21.875rem)) {
    .token__picture-wrapper {
      width: calc(12.5rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(8.75rem, 7.1356502242rem + 7.1748878924vw, 18.75rem)) {
    .token__picture-wrapper {
      height: clamp(8.75rem, 7.1356502242rem + 7.1748878924vw, 18.75rem);
    }
  }

  @supports not (height: clamp(8.75rem, 7.1356502242rem + 7.1748878924vw, 18.75rem)) {
    .token__picture-wrapper {
      height: calc(8.75rem + 10 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.375rem, 11.841367713rem + 6.8161434978vw, 22.875rem)) {
    .token__picture-wrapper::before {
      width: clamp(13.375rem, 11.841367713rem + 6.8161434978vw, 22.875rem);
    }
  }

  @supports not (width: clamp(13.375rem, 11.841367713rem + 6.8161434978vw, 22.875rem)) {
    .token__picture-wrapper::before {
      width: calc(13.375rem + 9.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(10.875rem, 9.139573991rem + 7.7130044843vw, 21.625rem)) {
    .token__picture-wrapper::before {
      height: clamp(10.875rem, 9.139573991rem + 7.7130044843vw, 21.625rem);
    }
  }

  @supports not (height: clamp(10.875rem, 9.139573991rem + 7.7130044843vw, 21.625rem)) {
    .token__picture-wrapper::before {
      height: calc(10.875rem + 10.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-5.1875rem, -2.21132287rem + -1.8385650224vw, -2.625rem)) {
    .token__picture-wrapper_1::before {
      top: clamp(-5.1875rem, -2.21132287rem + -1.8385650224vw, -2.625rem);
    }
  }

  @supports not (top: clamp(-5.1875rem, -2.21132287rem + -1.8385650224vw, -2.625rem)) {
    .token__picture-wrapper_1::before {
      top: calc(-2.625rem + -2.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-2.6875rem, -1.5260650224rem + -0.7174887892vw, -1.6875rem)) {
    .token__picture-wrapper_1::before {
      left: clamp(-2.6875rem, -1.5260650224rem + -0.7174887892vw, -1.6875rem);
    }
  }

  @supports not (left: clamp(-2.6875rem, -1.5260650224rem + -0.7174887892vw, -1.6875rem)) {
    .token__picture-wrapper_1::before {
      left: calc(-1.6875rem + -1 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-5.1875rem, -2.21132287rem + -1.8385650224vw, -2.625rem)) {
    .token__picture-wrapper_1:hover::after {
      top: clamp(-5.1875rem, -2.21132287rem + -1.8385650224vw, -2.625rem);
    }
  }

  @supports not (top: clamp(-5.1875rem, -2.21132287rem + -1.8385650224vw, -2.625rem)) {
    .token__picture-wrapper_1:hover::after {
      top: calc(-2.625rem + -2.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-2.6875rem, -1.5260650224rem + -0.7174887892vw, -1.6875rem)) {
    .token__picture-wrapper_1:hover::after {
      left: clamp(-2.6875rem, -1.5260650224rem + -0.7174887892vw, -1.6875rem);
    }
  }

  @supports not (left: clamp(-2.6875rem, -1.5260650224rem + -0.7174887892vw, -1.6875rem)) {
    .token__picture-wrapper_1:hover::after {
      left: calc(-1.6875rem + -1 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-4rem, -3.1289237668rem + -0.5381165919vw, -3.25rem)) {
    .token__picture-wrapper_2::before {
      top: clamp(-4rem, -3.1289237668rem + -0.5381165919vw, -3.25rem);
    }
  }

  @supports not (top: clamp(-4rem, -3.1289237668rem + -0.5381165919vw, -3.25rem)) {
    .token__picture-wrapper_2::before {
      top: calc(-3.25rem + -0.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-2rem, -2.8071748879rem + 3.5874439462vw, 3rem)) {
    .token__picture-wrapper_2::before {
      left: clamp(-2rem, -2.8071748879rem + 3.5874439462vw, 3rem);
    }
  }

  @supports not (left: clamp(-2rem, -2.8071748879rem + 3.5874439462vw, 3rem)) {
    .token__picture-wrapper_2::before {
      left: calc(-2rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-4rem, -3.1289237668rem + -0.5381165919vw, -3.25rem)) {
    .token__picture-wrapper_2:hover::after {
      top: clamp(-4rem, -3.1289237668rem + -0.5381165919vw, -3.25rem);
    }
  }

  @supports not (top: clamp(-4rem, -3.1289237668rem + -0.5381165919vw, -3.25rem)) {
    .token__picture-wrapper_2:hover::after {
      top: calc(-3.25rem + -0.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-2rem, -2.8071748879rem + 3.5874439462vw, 3rem)) {
    .token__picture-wrapper_2:hover::after {
      left: clamp(-2rem, -2.8071748879rem + 3.5874439462vw, 3rem);
    }
  }

  @supports not (left: clamp(-2rem, -2.8071748879rem + 3.5874439462vw, 3rem)) {
    .token__picture-wrapper_2:hover::after {
      left: calc(-2rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-3.875rem, -3.9557174888rem + 0.3587443946vw, -3.375rem)) {
    .token__picture-wrapper_3::before {
      top: clamp(-3.875rem, -3.9557174888rem + 0.3587443946vw, -3.375rem);
    }
  }

  @supports not (top: clamp(-3.875rem, -3.9557174888rem + 0.3587443946vw, -3.375rem)) {
    .token__picture-wrapper_3::before {
      top: calc(-3.875rem + 0.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.375rem, -2.1619955157rem + 3.4977578475vw, 3.5rem)) {
    .token__picture-wrapper_3::before {
      left: clamp(-1.375rem, -2.1619955157rem + 3.4977578475vw, 3.5rem);
    }
  }

  @supports not (left: clamp(-1.375rem, -2.1619955157rem + 3.4977578475vw, 3.5rem)) {
    .token__picture-wrapper_3::before {
      left: calc(-1.375rem + 4.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-3.875rem, -3.9557174888rem + 0.3587443946vw, -3.375rem)) {
    .token__picture-wrapper_3:hover::after {
      top: clamp(-3.875rem, -3.9557174888rem + 0.3587443946vw, -3.375rem);
    }
  }

  @supports not (top: clamp(-3.875rem, -3.9557174888rem + 0.3587443946vw, -3.375rem)) {
    .token__picture-wrapper_3:hover::after {
      top: calc(-3.875rem + 0.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.375rem, -2.1619955157rem + 3.4977578475vw, 3.5rem)) {
    .token__picture-wrapper_3:hover::after {
      left: clamp(-1.375rem, -2.1619955157rem + 3.4977578475vw, 3.5rem);
    }
  }

  @supports not (left: clamp(-1.375rem, -2.1619955157rem + 3.4977578475vw, 3.5rem)) {
    .token__picture-wrapper_3:hover::after {
      left: calc(-1.375rem + 4.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-5.25rem, -2.2012331839rem + -1.8834080717vw, -2.625rem)) {
    .token__picture-wrapper_4::before {
      top: clamp(-5.25rem, -2.2012331839rem + -1.8834080717vw, -2.625rem);
    }
  }

  @supports not (top: clamp(-5.25rem, -2.2012331839rem + -1.8834080717vw, -2.625rem)) {
    .token__picture-wrapper_4::before {
      top: calc(-2.625rem + -2.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-4rem, -0.9512331839rem + -1.8834080717vw, -1.375rem)) {
    .token__picture-wrapper_4::before {
      left: clamp(-4rem, -0.9512331839rem + -1.8834080717vw, -1.375rem);
    }
  }

  @supports not (left: clamp(-4rem, -0.9512331839rem + -1.8834080717vw, -1.375rem)) {
    .token__picture-wrapper_4::before {
      left: calc(-1.375rem + -2.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-5.25rem, -2.2012331839rem + -1.8834080717vw, -2.625rem)) {
    .token__picture-wrapper_4:hover::after {
      top: clamp(-5.25rem, -2.2012331839rem + -1.8834080717vw, -2.625rem);
    }
  }

  @supports not (top: clamp(-5.25rem, -2.2012331839rem + -1.8834080717vw, -2.625rem)) {
    .token__picture-wrapper_4:hover::after {
      top: calc(-2.625rem + -2.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-4rem, -0.9512331839rem + -1.8834080717vw, -1.375rem)) {
    .token__picture-wrapper_4:hover::after {
      left: clamp(-4rem, -0.9512331839rem + -1.8834080717vw, -1.375rem);
    }
  }

  @supports not (left: clamp(-4rem, -0.9512331839rem + -1.8834080717vw, -1.375rem)) {
    .token__picture-wrapper_4:hover::after {
      left: calc(-1.375rem + -2.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-2.75rem, -2.4596412556rem + -0.1793721973vw, -2.5rem)) {
    .token__picture-wrapper_5::before {
      top: clamp(-2.75rem, -2.4596412556rem + -0.1793721973vw, -2.5rem);
    }
  }

  @supports not (top: clamp(-2.75rem, -2.4596412556rem + -0.1793721973vw, -2.5rem)) {
    .token__picture-wrapper_5::before {
      top: calc(-2.5rem + -0.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-0.75rem, -1.2343049327rem + 2.1524663677vw, 2.25rem)) {
    .token__picture-wrapper_5::before {
      left: clamp(-0.75rem, -1.2343049327rem + 2.1524663677vw, 2.25rem);
    }
  }

  @supports not (left: clamp(-0.75rem, -1.2343049327rem + 2.1524663677vw, 2.25rem)) {
    .token__picture-wrapper_5::before {
      left: calc(-0.75rem + 3 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-2.75rem, -2.4596412556rem + -0.1793721973vw, -2.5rem)) {
    .token__picture-wrapper_5:hover::after {
      top: clamp(-2.75rem, -2.4596412556rem + -0.1793721973vw, -2.5rem);
    }
  }

  @supports not (top: clamp(-2.75rem, -2.4596412556rem + -0.1793721973vw, -2.5rem)) {
    .token__picture-wrapper_5:hover::after {
      top: calc(-2.5rem + -0.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-0.75rem, -1.2343049327rem + 2.1524663677vw, 2.25rem)) {
    .token__picture-wrapper_5:hover::after {
      left: clamp(-0.75rem, -1.2343049327rem + 2.1524663677vw, 2.25rem);
    }
  }

  @supports not (left: clamp(-0.75rem, -1.2343049327rem + 2.1524663677vw, 2.25rem)) {
    .token__picture-wrapper_5:hover::after {
      left: calc(-0.75rem + 3 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-4rem, -2.4030269058rem + -0.9865470852vw, -2.625rem)) {
    .token__picture-wrapper_6::before {
      top: clamp(-4rem, -2.4030269058rem + -0.9865470852vw, -2.625rem);
    }
  }

  @supports not (top: clamp(-4rem, -2.4030269058rem + -0.9865470852vw, -2.625rem)) {
    .token__picture-wrapper_6::before {
      top: calc(-2.625rem + -1.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.0625rem, -1.7990470852rem + 3.2735426009vw, 3.5rem)) {
    .token__picture-wrapper_6::before {
      left: clamp(-1.0625rem, -1.7990470852rem + 3.2735426009vw, 3.5rem);
    }
  }

  @supports not (left: clamp(-1.0625rem, -1.7990470852rem + 3.2735426009vw, 3.5rem)) {
    .token__picture-wrapper_6::before {
      left: calc(-1.0625rem + 4.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-4rem, -2.4030269058rem + -0.9865470852vw, -2.625rem)) {
    .token__picture-wrapper_6:hover::after {
      top: clamp(-4rem, -2.4030269058rem + -0.9865470852vw, -2.625rem);
    }
  }

  @supports not (top: clamp(-4rem, -2.4030269058rem + -0.9865470852vw, -2.625rem)) {
    .token__picture-wrapper_6:hover::after {
      top: calc(-2.625rem + -1.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.0625rem, -1.7990470852rem + 3.2735426009vw, 3.5rem)) {
    .token__picture-wrapper_6:hover::after {
      left: clamp(-1.0625rem, -1.7990470852rem + 3.2735426009vw, 3.5rem);
    }
  }

  @supports not (left: clamp(-1.0625rem, -1.7990470852rem + 3.2735426009vw, 3.5rem)) {
    .token__picture-wrapper_6:hover::after {
      left: calc(-1.0625rem + 4.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(13.125rem, 11.6115470852rem + 6.7264573991vw, 22.5rem)) {
    .token__image {
      width: clamp(13.125rem, 11.6115470852rem + 6.7264573991vw, 22.5rem);
    }
  }

  @supports not (width: clamp(13.125rem, 11.6115470852rem + 6.7264573991vw, 22.5rem)) {
    .token__image {
      width: calc(13.125rem + 9.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(10.625rem, 8.9097533632rem + 7.6233183857vw, 21.25rem)) {
    .token__image {
      height: clamp(10.625rem, 8.9097533632rem + 7.6233183857vw, 21.25rem);
    }
  }

  @supports not (height: clamp(10.625rem, 8.9097533632rem + 7.6233183857vw, 21.25rem)) {
    .token__image {
      height: calc(10.625rem + 10.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-5rem, -2.0964125561rem + -1.7937219731vw, -2.5rem)) {
    .token__image_1,
    .token__image_7 {
      top: clamp(-5rem, -2.0964125561rem + -1.7937219731vw, -2.5rem);
    }
  }

  @supports not (top: clamp(-5rem, -2.0964125561rem + -1.7937219731vw, -2.5rem)) {
    .token__image_1,
    .token__image_7 {
      top: calc(-2.5rem + -2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-2.5rem, -1.4111547085rem + -0.6726457399vw, -1.5625rem)) {
    .token__image_1,
    .token__image_7 {
      left: clamp(-2.5rem, -1.4111547085rem + -0.6726457399vw, -1.5625rem);
    }
  }

  @supports not (left: clamp(-2.5rem, -1.4111547085rem + -0.6726457399vw, -1.5625rem)) {
    .token__image_1,
    .token__image_7 {
      left: calc(-1.5625rem + -0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-3.75rem, -3.024103139rem + -0.4484304933vw, -3.125rem)) {
    .token__image_2,
    .token__image_8 {
      top: clamp(-3.75rem, -3.024103139rem + -0.4484304933vw, -3.125rem);
    }
  }

  @supports not (top: clamp(-3.75rem, -3.024103139rem + -0.4484304933vw, -3.125rem)) {
    .token__image_2,
    .token__image_8 {
      top: calc(-3.125rem + -0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.875rem, -2.7023542601rem + 3.6771300448vw, 3.25rem)) {
    .token__image_2,
    .token__image_8 {
      left: clamp(-1.875rem, -2.7023542601rem + 3.6771300448vw, 3.25rem);
    }
  }

  @supports not (left: clamp(-1.875rem, -2.7023542601rem + 3.6771300448vw, 3.25rem)) {
    .token__image_2,
    .token__image_8 {
      left: calc(-1.875rem + 5.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-3.75rem, -3.850896861rem + 0.4484304933vw, -3.125rem)) {
    .token__image_3,
    .token__image_9 {
      top: clamp(-3.75rem, -3.850896861rem + 0.4484304933vw, -3.125rem);
    }
  }

  @supports not (top: clamp(-3.75rem, -3.850896861rem + 0.4484304933vw, -3.125rem)) {
    .token__image_3,
    .token__image_9 {
      top: calc(-3.75rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-1.25rem, -2.0571748879rem + 3.5874439462vw, 3.75rem)) {
    .token__image_3,
    .token__image_9 {
      left: clamp(-1.25rem, -2.0571748879rem + 3.5874439462vw, 3.75rem);
    }
  }

  @supports not (left: clamp(-1.25rem, -2.0571748879rem + 3.5874439462vw, 3.75rem)) {
    .token__image_3,
    .token__image_9 {
      left: calc(-1.25rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-5rem, -2.0964125561rem + -1.7937219731vw, -2.5rem)) {
    .token__image_4,
    .token__image_10 {
      top: clamp(-5rem, -2.0964125561rem + -1.7937219731vw, -2.5rem);
    }
  }

  @supports not (top: clamp(-5rem, -2.0964125561rem + -1.7937219731vw, -2.5rem)) {
    .token__image_4,
    .token__image_10 {
      top: calc(-2.5rem + -2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-3.75rem, -0.8464125561rem + -1.7937219731vw, -1.25rem)) {
    .token__image_4,
    .token__image_10 {
      left: clamp(-3.75rem, -0.8464125561rem + -1.7937219731vw, -1.25rem);
    }
  }

  @supports not (left: clamp(-3.75rem, -0.8464125561rem + -1.7937219731vw, -1.25rem)) {
    .token__image_4,
    .token__image_10 {
      left: calc(-1.25rem + -2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-2.5rem, -2.3548206278rem + -0.0896860987vw, -2.375rem)) {
    .token__image_5,
    .token__image_11 {
      top: clamp(-2.5rem, -2.3548206278rem + -0.0896860987vw, -2.375rem);
    }
  }

  @supports not (top: clamp(-2.5rem, -2.3548206278rem + -0.0896860987vw, -2.375rem)) {
    .token__image_5,
    .token__image_11 {
      top: calc(-2.375rem + -0.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-0.625rem, -1.1294843049rem + 2.2421524664vw, 2.5rem)) {
    .token__image_5,
    .token__image_11 {
      left: clamp(-0.625rem, -1.1294843049rem + 2.2421524664vw, 2.5rem);
    }
  }

  @supports not (left: clamp(-0.625rem, -1.1294843049rem + 2.2421524664vw, 2.5rem)) {
    .token__image_5,
    .token__image_11 {
      left: calc(-0.625rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-3.75rem, -2.298206278rem + -0.8968609865vw, -2.5rem)) {
    .token__image_6,
    .token__image_12 {
      top: clamp(-3.75rem, -2.298206278rem + -0.8968609865vw, -2.5rem);
    }
  }

  @supports not (top: clamp(-3.75rem, -2.298206278rem + -0.8968609865vw, -2.5rem)) {
    .token__image_6,
    .token__image_12 {
      top: calc(-2.5rem + -1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (left: clamp(-0.9375rem, -1.6942264574rem + 3.3632286996vw, 3.75rem)) {
    .token__image_6,
    .token__image_12 {
      left: clamp(-0.9375rem, -1.6942264574rem + 3.3632286996vw, 3.75rem);
    }
  }

  @supports not (left: clamp(-0.9375rem, -1.6942264574rem + 3.3632286996vw, 3.75rem)) {
    .token__image_6,
    .token__image_12 {
      left: calc(-0.9375rem + 4.6875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem)) {
    .block-popup-token__title {
      font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem);
    }
  }

  @supports not (font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem)) {
    .block-popup-token__title {
      font-size: calc(1.5rem + 2.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .block-popup-token__text {
      font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.9534753363rem + 0.7623318386vw, 2.1875rem)) {
    .block-popup-token__text {
      font-size: calc(1.125rem + 1.0625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(2.5rem, 2.197309417rem + 1.3452914798vw, 4.375rem)) {
    .block-popup-token__text:not(:last-child) {
      margin-bottom: clamp(2.5rem, 2.197309417rem + 1.3452914798vw, 4.375rem);
    }
  }

  @supports not (margin-bottom: clamp(2.5rem, 2.197309417rem + 1.3452914798vw, 4.375rem)) {
    .block-popup-token__text:not(:last-child) {
      margin-bottom: calc(2.5rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.75rem, 1.4271300448rem + 1.4349775785vw, 3.75rem)) {
    .map__title {
      font-size: clamp(1.75rem, 1.4271300448rem + 1.4349775785vw, 3.75rem);
    }
  }

  @supports not (font-size: clamp(1.75rem, 1.4271300448rem + 1.4349775785vw, 3.75rem)) {
    .map__title {
      font-size: calc(1.75rem + 2 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.0000000625rem, -0.9080716763rem + 4.0358743946vw, 5.625rem)) {
    .map__box {
      padding-left: clamp(0.0000000625rem, -0.9080716763rem + 4.0358743946vw, 5.625rem);
    }
  }

  @supports not (padding-left: clamp(0.0000000625rem, -0.9080716763rem + 4.0358743946vw, 5.625rem)) {
    .map__box {
      padding-left: calc(0.0000000625rem + 5.6249999375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.0000000625rem, -0.9080716763rem + 4.0358743946vw, 5.625rem)) {
    .map__box {
      padding-right: clamp(0.0000000625rem, -0.9080716763rem + 4.0358743946vw, 5.625rem);
    }
  }

  @supports not (padding-right: clamp(0.0000000625rem, -0.9080716763rem + 4.0358743946vw, 5.625rem)) {
    .map__box {
      padding-right: calc(0.0000000625rem + 5.6249999375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-top: clamp(3.125rem, 2.6205156951rem + 2.2421524664vw, 6.25rem)) {
    .faq__parent {
      padding-top: clamp(3.125rem, 2.6205156951rem + 2.2421524664vw, 6.25rem);
    }
  }

  @supports not (padding-top: clamp(3.125rem, 2.6205156951rem + 2.2421524664vw, 6.25rem)) {
    .faq__parent {
      padding-top: calc(3.125rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(3.125rem, 2.6205156951rem + 2.2421524664vw, 6.25rem)) {
    .faq__parent {
      padding-bottom: clamp(3.125rem, 2.6205156951rem + 2.2421524664vw, 6.25rem);
    }
  }

  @supports not (padding-bottom: clamp(3.125rem, 2.6205156951rem + 2.2421524664vw, 6.25rem)) {
    .faq__parent {
      padding-bottom: calc(3.125rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.9375rem, -0.4246076233rem + 6.0538116592vw, 9.375rem)) {
    .faq__parent {
      padding-left: clamp(0.9375rem, -0.4246076233rem + 6.0538116592vw, 9.375rem);
    }
  }

  @supports not (padding-left: clamp(0.9375rem, -0.4246076233rem + 6.0538116592vw, 9.375rem)) {
    .faq__parent {
      padding-left: calc(0.9375rem + 8.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.9375rem, -0.4246076233rem + 6.0538116592vw, 9.375rem)) {
    .faq__parent {
      padding-right: clamp(0.9375rem, -0.4246076233rem + 6.0538116592vw, 9.375rem);
    }
  }

  @supports not (padding-right: clamp(0.9375rem, -0.4246076233rem + 6.0538116592vw, 9.375rem)) {
    .faq__parent {
      padding-right: calc(0.9375rem + 8.4375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.875rem, 0.8660313901rem + 4.4843049327vw, 8.125rem)) {
    .faq__spollers_bottom:not(:last-child) {
      margin-bottom: clamp(1.875rem, 0.8660313901rem + 4.4843049327vw, 8.125rem);
    }
  }

  @supports not (margin-bottom: clamp(1.875rem, 0.8660313901rem + 4.4843049327vw, 8.125rem)) {
    .faq__spollers_bottom:not(:last-child) {
      margin-bottom: calc(1.875rem + 6.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.75rem, 1.4271300448rem + 1.4349775785vw, 3.75rem)) {
    .faq__title {
      font-size: clamp(1.75rem, 1.4271300448rem + 1.4349775785vw, 3.75rem);
    }
  }

  @supports not (font-size: clamp(1.75rem, 1.4271300448rem + 1.4349775785vw, 3.75rem)) {
    .faq__title {
      font-size: calc(1.75rem + 2 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem)) {
    .faq__title:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.8464125561rem + 1.7937219731vw, 3.75rem)) {
    .faq__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 1.048206278rem + 0.8968609865vw, 2.5rem)) {
    .block-play__row:not(:last-child) {
      margin-bottom: clamp(1.25rem, 1.048206278rem + 0.8968609865vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 1.048206278rem + 0.8968609865vw, 2.5rem)) {
    .block-play__row:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row {
      padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row {
      padding-left: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row {
      padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row {
      padding-right: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row:nth-child(even) {
      padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-left: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row:nth-child(even) {
      padding-left: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row:nth-child(even) {
      padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem);
    }
  }

  @supports not (padding-right: clamp(0.9375rem, 0.7861547085rem + 0.6726457399vw, 1.875rem)) {
    .block-play__row:nth-child(even) {
      padding-right: calc(0.9375rem + 0.9375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(3.125rem, 2.923206278rem + 0.8968609865vw, 4.375rem)) {
    .block-play__row:nth-child(even) {
      padding-bottom: clamp(3.125rem, 2.923206278rem + 0.8968609865vw, 4.375rem);
    }
  }

  @supports not (padding-bottom: clamp(3.125rem, 2.923206278rem + 0.8968609865vw, 4.375rem)) {
    .block-play__row:nth-child(even) {
      padding-bottom: calc(3.125rem + 1.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(6.25rem, 5.8464125561rem + 1.7937219731vw, 8.75rem)) {
    .block-play__row_7:nth-child(even) {
      padding-bottom: clamp(6.25rem, 5.8464125561rem + 1.7937219731vw, 8.75rem);
    }
  }

  @supports not (padding-bottom: clamp(6.25rem, 5.8464125561rem + 1.7937219731vw, 8.75rem)) {
    .block-play__row_7:nth-child(even) {
      padding-bottom: calc(6.25rem + 2.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem)) {
    .block-play__title {
      font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem);
    }
  }

  @supports not (font-size: clamp(1.5rem, 1.1367713004rem + 1.6143497758vw, 3.75rem)) {
    .block-play__title {
      font-size: calc(1.5rem + 2.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem)) {
    .block-play__text {
      font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 1.0039237668rem + 0.5381165919vw, 1.875rem)) {
    .block-play__text {
      font-size: calc(1.125rem + 0.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.875rem, 1.572309417rem + 1.3452914798vw, 3.75rem)) {
    .block-play__text:not(:last-child) {
      margin-bottom: clamp(1.875rem, 1.572309417rem + 1.3452914798vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.875rem, 1.572309417rem + 1.3452914798vw, 3.75rem)) {
    .block-play__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (min-height: clamp(18.75rem, 12.6961883408rem + 26.9058295964vw, 56.25rem)) {
    .section__column {
      min-height: clamp(18.75rem, 12.6961883408rem + 26.9058295964vw, 56.25rem);
    }
  }

  @supports not (min-height: clamp(18.75rem, 12.6961883408rem + 26.9058295964vw, 56.25rem)) {
    .section__column {
      min-height: calc(18.75rem + 37.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (top: clamp(-2.1875rem, -0.3727578475rem + -1.1210762332vw, -0.625rem)) {
    .section__column::before {
      top: clamp(-2.1875rem, -0.3727578475rem + -1.1210762332vw, -0.625rem);
    }
  }

  @supports not (top: clamp(-2.1875rem, -0.3727578475rem + -1.1210762332vw, -0.625rem)) {
    .section__column::before {
      top: calc(-0.625rem + -1.5625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(2.5rem, 1.8946188341rem + 2.6905829596vw, 6.25rem)) {
    .section__column:not(:last-child) {
      margin-bottom: clamp(2.5rem, 1.8946188341rem + 2.6905829596vw, 6.25rem);
    }
  }

  @supports not (margin-bottom: clamp(2.5rem, 1.8946188341rem + 2.6905829596vw, 6.25rem)) {
    .section__column:not(:last-child) {
      margin-bottom: calc(2.5rem + 3.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1.875rem, 1.1081838565rem + 3.4080717489vw, 6.625rem)) {
    .section__title {
      font-size: clamp(1.875rem, 1.1081838565rem + 3.4080717489vw, 6.625rem);
    }
  }

  @supports not (font-size: clamp(1.875rem, 1.1081838565rem + 3.4080717489vw, 6.625rem)) {
    .section__title {
      font-size: calc(1.875rem + 4.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.7858744395rem + 2.0627802691vw, 4.125rem)) {
    .section__title:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.7858744395rem + 2.0627802691vw, 4.125rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.7858744395rem + 2.0627802691vw, 4.125rem)) {
    .section__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 2.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (font-size: clamp(1rem, 0.8082959641rem + 0.8520179372vw, 2.1875rem)) {
    .section__text {
      font-size: clamp(1rem, 0.8082959641rem + 0.8520179372vw, 2.1875rem);
    }
  }

  @supports not (font-size: clamp(1rem, 0.8082959641rem + 0.8520179372vw, 2.1875rem)) {
    .section__text {
      font-size: calc(1rem + 1.1875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem)) {
    .page__home {
      margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem);
    }
  }

  @supports not (margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem)) {
    .page__home {
      margin-bottom: calc(3.75rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem)) {
    .page__faq_margin-bottom {
      margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem);
    }
  }

  @supports not (margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem)) {
    .page__faq_margin-bottom {
      margin-bottom: calc(3.75rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem)) {
    .page__section {
      margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem);
    }
  }

  @supports not (margin-bottom: clamp(3.75rem, 2.9428251121rem + 3.5874439462vw, 8.75rem)) {
    .page__section {
      margin-bottom: calc(3.75rem + 5 * (100vw - 22.5rem) / 139.375);
    }
  }
}

@media (min-width: 61.99875em) and (min-width: 22.5em) and (max-width: 161.875em) {
  @supports (padding-bottom: clamp(6.25rem, 5.947309417rem + 1.3452914798vw, 8.125rem)) {
    .popup__content_vector-3 {
      padding-bottom: clamp(6.25rem, 5.947309417rem + 1.3452914798vw, 8.125rem);
    }
  }

  @supports not (padding-bottom: clamp(6.25rem, 5.947309417rem + 1.3452914798vw, 8.125rem)) {
    .popup__content_vector-3 {
      padding-bottom: calc(6.25rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(31.25rem, 26.2051569507rem + 22.4215246637vw, 62.5rem)) {
    #lottie_1 {
      width: clamp(31.25rem, 26.2051569507rem + 22.4215246637vw, 62.5rem);
    }
  }

  @supports not (width: clamp(31.25rem, 26.2051569507rem + 22.4215246637vw, 62.5rem)) {
    #lottie_1 {
      width: calc(31.25rem + 31.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(62.5rem, 59.4730941704rem + 13.4529147982vw, 81.25rem)) {
    #lottie_1 {
      height: clamp(62.5rem, 59.4730941704rem + 13.4529147982vw, 81.25rem);
    }
  }

  @supports not (height: clamp(62.5rem, 59.4730941704rem + 13.4529147982vw, 81.25rem)) {
    #lottie_1 {
      height: calc(62.5rem + 18.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(18.75rem, 14.7141255605rem + 17.9372197309vw, 43.75rem)) {
    #lottie_2 {
      width: clamp(18.75rem, 14.7141255605rem + 17.9372197309vw, 43.75rem);
    }
  }

  @supports not (width: clamp(18.75rem, 14.7141255605rem + 17.9372197309vw, 43.75rem)) {
    #lottie_2 {
      width: calc(18.75rem + 25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(43.75rem, 41.7320627803rem + 8.9686098655vw, 56.25rem)) {
    #lottie_2 {
      height: clamp(43.75rem, 41.7320627803rem + 8.9686098655vw, 56.25rem);
    }
  }

  @supports not (height: clamp(43.75rem, 41.7320627803rem + 8.9686098655vw, 56.25rem)) {
    #lottie_2 {
      height: calc(43.75rem + 12.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem)) {
    #lottie_3 {
      width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem);
    }
  }

  @supports not (width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem)) {
    #lottie_3 {
      width: calc(12.5rem + 81.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(62.5rem, 55.4372197309rem + 31.3901345291vw, 106.25rem)) {
    #lottie_3 {
      height: clamp(62.5rem, 55.4372197309rem + 31.3901345291vw, 106.25rem);
    }
  }

  @supports not (height: clamp(62.5rem, 55.4372197309rem + 31.3901345291vw, 106.25rem)) {
    #lottie_3 {
      height: calc(62.5rem + 43.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(20rem, 14.1479820628rem + 26.0089686099vw, 56.25rem)) {
    #lottie_4 {
      width: clamp(20rem, 14.1479820628rem + 26.0089686099vw, 56.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.1479820628rem + 26.0089686099vw, 56.25rem)) {
    #lottie_4 {
      width: calc(20rem + 36.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(62.5rem, 59.4730941704rem + 13.4529147982vw, 81.25rem)) {
    #lottie_4 {
      height: clamp(62.5rem, 59.4730941704rem + 13.4529147982vw, 81.25rem);
    }
  }

  @supports not (height: clamp(62.5rem, 59.4730941704rem + 13.4529147982vw, 81.25rem)) {
    #lottie_4 {
      height: calc(62.5rem + 18.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(20rem, 13.1390134529rem + 30.4932735426vw, 62.5rem)) {
    #lottie_5 {
      width: clamp(20rem, 13.1390134529rem + 30.4932735426vw, 62.5rem);
    }
  }

  @supports not (width: clamp(20rem, 13.1390134529rem + 30.4932735426vw, 62.5rem)) {
    #lottie_5 {
      width: calc(20rem + 42.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(62.5rem, 59.9775784753rem + 11.2107623318vw, 78.125rem)) {
    #lottie_5 {
      height: clamp(62.5rem, 59.9775784753rem + 11.2107623318vw, 78.125rem);
    }
  }

  @supports not (height: clamp(62.5rem, 59.9775784753rem + 11.2107623318vw, 78.125rem)) {
    #lottie_5 {
      height: calc(62.5rem + 15.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(25rem, 18.9461883408rem + 26.9058295964vw, 62.5rem)) {
    #lottie_6 {
      width: clamp(25rem, 18.9461883408rem + 26.9058295964vw, 62.5rem);
    }
  }

  @supports not (width: clamp(25rem, 18.9461883408rem + 26.9058295964vw, 62.5rem)) {
    #lottie_6 {
      width: calc(25rem + 37.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(56.25rem, 50.1961883408rem + 26.9058295964vw, 93.75rem)) {
    #lottie_6 {
      height: clamp(56.25rem, 50.1961883408rem + 26.9058295964vw, 93.75rem);
    }
  }

  @supports not (height: clamp(56.25rem, 50.1961883408rem + 26.9058295964vw, 93.75rem)) {
    #lottie_6 {
      height: calc(56.25rem + 37.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(21.875rem, 13.2987668161rem + 38.1165919283vw, 75rem)) {
    #lottie_7 {
      width: clamp(21.875rem, 13.2987668161rem + 38.1165919283vw, 75rem);
    }
  }

  @supports not (width: clamp(21.875rem, 13.2987668161rem + 38.1165919283vw, 75rem)) {
    #lottie_7 {
      width: calc(21.875rem + 53.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(75rem, 75rem + 0vw, 75rem)) {
    #lottie_7 {
      height: clamp(75rem, 75rem + 0vw, 75rem);
    }
  }

  @supports not (height: clamp(75rem, 75rem + 0vw, 75rem)) {
    #lottie_7 {
      height: calc(75rem + 0 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(18.75rem, 14.7141255605rem + 17.9372197309vw, 43.75rem)) {
    #lottie_8 {
      width: clamp(18.75rem, 14.7141255605rem + 17.9372197309vw, 43.75rem);
    }
  }

  @supports not (width: clamp(18.75rem, 14.7141255605rem + 17.9372197309vw, 43.75rem)) {
    #lottie_8 {
      width: calc(18.75rem + 25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(68.75rem, 67.7410313901rem + 4.4843049327vw, 75rem)) {
    #lottie_8 {
      height: clamp(68.75rem, 67.7410313901rem + 4.4843049327vw, 75rem);
    }
  }

  @supports not (height: clamp(68.75rem, 67.7410313901rem + 4.4843049327vw, 75rem)) {
    #lottie_8 {
      height: calc(68.75rem + 6.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(31.25rem, 26.2051569507rem + 22.4215246637vw, 62.5rem)) {
    #lottie_9 {
      width: clamp(31.25rem, 26.2051569507rem + 22.4215246637vw, 62.5rem);
    }
  }

  @supports not (width: clamp(31.25rem, 26.2051569507rem + 22.4215246637vw, 62.5rem)) {
    #lottie_9 {
      width: calc(31.25rem + 31.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(62.5rem, 61.4910313901rem + 4.4843049327vw, 68.75rem)) {
    #lottie_9 {
      height: clamp(62.5rem, 61.4910313901rem + 4.4843049327vw, 68.75rem);
    }
  }

  @supports not (height: clamp(62.5rem, 61.4910313901rem + 4.4843049327vw, 68.75rem)) {
    #lottie_9 {
      height: calc(62.5rem + 6.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem)) {
    #lottie_10 {
      width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem);
    }
  }

  @supports not (width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem)) {
    #lottie_10 {
      width: calc(12.5rem + 81.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(62.5rem, 56.4461883408rem + 26.9058295964vw, 100rem)) {
    #lottie_10 {
      height: clamp(62.5rem, 56.4461883408rem + 26.9058295964vw, 100rem);
    }
  }

  @supports not (height: clamp(62.5rem, 56.4461883408rem + 26.9058295964vw, 100rem)) {
    #lottie_10 {
      height: calc(62.5rem + 37.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(15.625rem, 6.0397982063rem + 42.600896861vw, 75rem)) {
    #lottie_11 {
      width: clamp(15.625rem, 6.0397982063rem + 42.600896861vw, 75rem);
    }
  }

  @supports not (width: clamp(15.625rem, 6.0397982063rem + 42.600896861vw, 75rem)) {
    #lottie_11 {
      width: calc(15.625rem + 59.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(75rem, 75rem + 0vw, 75rem)) {
    #lottie_11 {
      height: clamp(75rem, 75rem + 0vw, 75rem);
    }
  }

  @supports not (height: clamp(75rem, 75rem + 0vw, 75rem)) {
    #lottie_11 {
      height: calc(75rem + 0 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(21.875rem, 15.3167040359rem + 29.1479820628vw, 62.5rem)) {
    #lottie_12 {
      width: clamp(21.875rem, 15.3167040359rem + 29.1479820628vw, 62.5rem);
    }
  }

  @supports not (width: clamp(21.875rem, 15.3167040359rem + 29.1479820628vw, 62.5rem)) {
    #lottie_12 {
      width: calc(21.875rem + 40.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(56.25rem, 50.1961883408rem + 26.9058295964vw, 93.75rem)) {
    #lottie_12 {
      height: clamp(56.25rem, 50.1961883408rem + 26.9058295964vw, 93.75rem);
    }
  }

  @supports not (height: clamp(56.25rem, 50.1961883408rem + 26.9058295964vw, 93.75rem)) {
    #lottie_12 {
      height: calc(56.25rem + 37.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem)) {
    #lottie_13 {
      width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem);
    }
  }

  @supports not (width: clamp(12.5rem, -0.6165919283rem + 58.2959641256vw, 93.75rem)) {
    #lottie_13 {
      width: calc(12.5rem + 81.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(68.75rem, 64.7141255605rem + 17.9372197309vw, 93.75rem)) {
    #lottie_13 {
      height: clamp(68.75rem, 64.7141255605rem + 17.9372197309vw, 93.75rem);
    }
  }

  @supports not (height: clamp(68.75rem, 64.7141255605rem + 17.9372197309vw, 93.75rem)) {
    #lottie_13 {
      height: calc(68.75rem + 25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (max-width: clamp(34.375rem, 32.1552690583rem + 9.865470852vw, 48.125rem)) {
    .home__body {
      max-width: clamp(34.375rem, 32.1552690583rem + 9.865470852vw, 48.125rem);
    }
  }

  @supports not (max-width: clamp(34.375rem, 32.1552690583rem + 9.865470852vw, 48.125rem)) {
    .home__body {
      max-width: calc(34.375rem + 13.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(23.125rem, 18.4837443946rem + 20.6278026906vw, 51.875rem)) {
    .home__image_10 {
      width: clamp(23.125rem, 18.4837443946rem + 20.6278026906vw, 51.875rem);
    }
  }

  @supports not (width: clamp(23.125rem, 18.4837443946rem + 20.6278026906vw, 51.875rem)) {
    .home__image_10 {
      width: calc(23.125rem + 28.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(25rem, 19.8542600897rem + 22.869955157vw, 56.875rem)) {
    .home__image_10 {
      height: clamp(25rem, 19.8542600897rem + 22.869955157vw, 56.875rem);
    }
  }

  @supports not (height: clamp(25rem, 19.8542600897rem + 22.869955157vw, 56.875rem)) {
    .home__image_10 {
      height: calc(25rem + 31.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(12.5rem, 8.9686098655rem + 15.6950672646vw, 34.375rem)) {
    .home__image_11 {
      width: clamp(12.5rem, 8.9686098655rem + 15.6950672646vw, 34.375rem);
    }
  }

  @supports not (width: clamp(12.5rem, 8.9686098655rem + 15.6950672646vw, 34.375rem)) {
    .home__image_11 {
      width: calc(12.5rem + 21.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(15.625rem, 10.0756726457rem + 24.66367713vw, 50rem)) {
    .home__image_11 {
      height: clamp(15.625rem, 10.0756726457rem + 24.66367713vw, 50rem);
    }
  }

  @supports not (height: clamp(15.625rem, 10.0756726457rem + 24.66367713vw, 50rem)) {
    .home__image_11 {
      height: calc(15.625rem + 34.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(18.75rem, 16.1266816143rem + 11.6591928251vw, 35rem)) {
    .characters__picture_size-1 {
      width: clamp(18.75rem, 16.1266816143rem + 11.6591928251vw, 35rem);
    }
  }

  @supports not (width: clamp(18.75rem, 16.1266816143rem + 11.6591928251vw, 35rem)) {
    .characters__picture_size-1 {
      width: calc(18.75rem + 16.25 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(18.75rem, 15.1177130045rem + 16.1434977578vw, 41.25rem)) {
    .characters__picture_size-2 {
      width: clamp(18.75rem, 15.1177130045rem + 16.1434977578vw, 41.25rem);
    }
  }

  @supports not (width: clamp(18.75rem, 15.1177130045rem + 16.1434977578vw, 41.25rem)) {
    .characters__picture_size-2 {
      width: calc(18.75rem + 22.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(18.75rem, 14.2096412556rem + 20.1793721973vw, 46.875rem)) {
    .characters__picture_size-3 {
      width: clamp(18.75rem, 14.2096412556rem + 20.1793721973vw, 46.875rem);
    }
  }

  @supports not (width: clamp(18.75rem, 14.2096412556rem + 20.1793721973vw, 46.875rem)) {
    .characters__picture_size-3 {
      width: calc(18.75rem + 28.125 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(18.75rem, 12.9988789238rem + 25.5605381166vw, 54.375rem)) {
    .characters__picture_size-4 {
      width: clamp(18.75rem, 12.9988789238rem + 25.5605381166vw, 54.375rem);
    }
  }

  @supports not (width: clamp(18.75rem, 12.9988789238rem + 25.5605381166vw, 54.375rem)) {
    .characters__picture_size-4 {
      width: calc(18.75rem + 35.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-right: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem)) {
    .form {
      padding-right: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem);
    }
  }

  @supports not (padding-right: clamp(1.875rem, 1.3705156951rem + 2.2421524664vw, 5rem)) {
    .form {
      padding-right: calc(1.875rem + 3.125 * (100vw - 22.5rem) / 139.375);
    }
  }
}

@media (min-width: 61.99875em) and (max-width: 22.5em) {
  .popup__content_vector-3 {
    padding-bottom: 6.25rem;
  }

  #lottie_1 {
    width: 31.25rem;
  }

  #lottie_1 {
    height: 62.5rem;
  }

  #lottie_2 {
    width: 18.75rem;
  }

  #lottie_2 {
    height: 43.75rem;
  }

  #lottie_3 {
    width: 12.5rem;
  }

  #lottie_3 {
    height: 62.5rem;
  }

  #lottie_4 {
    width: 20rem;
  }

  #lottie_4 {
    height: 62.5rem;
  }

  #lottie_5 {
    width: 20rem;
  }

  #lottie_5 {
    height: 62.5rem;
  }

  #lottie_6 {
    width: 25rem;
  }

  #lottie_6 {
    height: 56.25rem;
  }

  #lottie_7 {
    width: 21.875rem;
  }

  #lottie_7 {
    height: 75rem;
  }

  #lottie_8 {
    width: 18.75rem;
  }

  #lottie_8 {
    height: 68.75rem;
  }

  #lottie_9 {
    width: 31.25rem;
  }

  #lottie_9 {
    height: 62.5rem;
  }

  #lottie_10 {
    width: 12.5rem;
  }

  #lottie_10 {
    height: 62.5rem;
  }

  #lottie_11 {
    width: 15.625rem;
  }

  #lottie_11 {
    height: 75rem;
  }

  #lottie_12 {
    width: 21.875rem;
  }

  #lottie_12 {
    height: 56.25rem;
  }

  #lottie_13 {
    width: 12.5rem;
  }

  #lottie_13 {
    height: 68.75rem;
  }

  .home__body {
    max-width: 34.375rem;
  }

  .home__image_10 {
    width: 23.125rem;
  }

  .home__image_10 {
    height: 25rem;
  }

  .home__image_11 {
    width: 12.5rem;
  }

  .home__image_11 {
    height: 15.625rem;
  }

  .characters__picture_size-1 {
    width: 18.75rem;
  }

  .characters__picture_size-2 {
    width: 18.75rem;
  }

  .characters__picture_size-3 {
    width: 18.75rem;
  }

  .characters__picture_size-4 {
    width: 18.75rem;
  }

  .form {
    padding-right: 1.875rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 161.875em) {
  .popup__content_vector-3 {
    padding-bottom: 8.125rem;
  }

  .popup__content_vector-4 {
    padding-bottom: 8.125rem;
  }

  .white-paper__list {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .home__image_10 {
    height: 37.5rem;
  }

  .home__image_10 {
    width: 34.375rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 22.5em) and (max-width: 161.875em) {
  @supports (padding-bottom: clamp(4.375rem, 3.7696188341rem + 2.6905829596vw, 8.125rem)) {
    .popup__content_vector-3 {
      padding-bottom: clamp(4.375rem, 3.7696188341rem + 2.6905829596vw, 8.125rem);
    }
  }

  @supports not (padding-bottom: clamp(4.375rem, 3.7696188341rem + 2.6905829596vw, 8.125rem)) {
    .popup__content_vector-3 {
      padding-bottom: calc(4.375rem + 3.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-bottom: clamp(4.375rem, 3.7696188341rem + 2.6905829596vw, 8.125rem)) {
    .popup__content_vector-4 {
      padding-bottom: clamp(4.375rem, 3.7696188341rem + 2.6905829596vw, 8.125rem);
    }
  }

  @supports not (padding-bottom: clamp(4.375rem, 3.7696188341rem + 2.6905829596vw, 8.125rem)) {
    .popup__content_vector-4 {
      padding-bottom: calc(4.375rem + 3.75 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (
    (-moz-column-gap: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) or
      (column-gap: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem))
  ) {
    .white-paper__list {
      -webkit-column-gap: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
      -moz-column-gap: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
      column-gap: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem)) or
      (column-gap: clamp(0.625rem, 0.524103139rem + 0.4484304933vw, 1.25rem))
  ) {
    .white-paper__list {
      -webkit-column-gap: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
      -moz-column-gap: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
      column-gap: calc(0.625rem + 0.625 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(18.125rem, 14.9971973094rem + 13.9013452915vw, 37.5rem)) {
    .home__image_10 {
      height: clamp(18.125rem, 14.9971973094rem + 13.9013452915vw, 37.5rem);
    }
  }

  @supports not (height: clamp(18.125rem, 14.9971973094rem + 13.9013452915vw, 37.5rem)) {
    .home__image_10 {
      height: calc(18.125rem + 19.375 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(16.25rem, 13.3239910314rem + 13.0044843049vw, 34.375rem)) {
    .home__image_10 {
      width: clamp(16.25rem, 13.3239910314rem + 13.0044843049vw, 34.375rem);
    }
  }

  @supports not (width: clamp(16.25rem, 13.3239910314rem + 13.0044843049vw, 34.375rem)) {
    .home__image_10 {
      width: calc(16.25rem + 18.125 * (100vw - 22.5rem) / 139.375);
    }
  }
}

@media (min-width: 29.9375em) and (max-width: 168.125em) {
  @supports (font-size: clamp(1rem, 0.8104364541rem + 0.6331976481vw, 1.875rem)) {
    .popup__text_size {
      font-size: clamp(1rem, 0.8104364541rem + 0.6331976481vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1rem, 0.8104364541rem + 0.6331976481vw, 1.875rem)) {
    .popup__text_size {
      font-size: calc(1rem + 0.875 * (100vw - 29.9375rem) / 138.1875);
    }
  }
}

@media (min-width: 37.5625em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (
    (-moz-column-gap: clamp(1.875rem, 0.3230600751rem + 2.5031289111vw, 4.375rem)) or
      (column-gap: clamp(1.875rem, 0.3230600751rem + 2.5031289111vw, 4.375rem))
  ) {
    .popup__lines {
      -webkit-column-gap: clamp(1.875rem, 0.3230600751rem + 2.5031289111vw, 4.375rem);
      -moz-column-gap: clamp(1.875rem, 0.3230600751rem + 2.5031289111vw, 4.375rem);
      column-gap: clamp(1.875rem, 0.3230600751rem + 2.5031289111vw, 4.375rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.875rem, 0.3230600751rem + 2.5031289111vw, 4.375rem)) or
      (column-gap: clamp(1.875rem, 0.3230600751rem + 2.5031289111vw, 4.375rem))
  ) {
    .popup__lines {
      -webkit-column-gap: calc(1.875rem + 2.5 * (100vw - 62rem) / 99.875);
      -moz-column-gap: calc(1.875rem + 2.5 * (100vw - 62rem) / 99.875);
      column-gap: calc(1.875rem + 2.5 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 37.5625em) and (max-width: 62em) {
  .popup__lines {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

@media (min-width: 29.9375em) and (max-width: 161.875em) {
  @supports (font-size: clamp(0.9375rem, 0.7247749882rem + 0.7105637139vw, 1.875rem)) {
    .popup__input,
    .popup__textarea {
      font-size: clamp(0.9375rem, 0.7247749882rem + 0.7105637139vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(0.9375rem, 0.7247749882rem + 0.7105637139vw, 1.875rem)) {
    .popup__input,
    .popup__textarea {
      font-size: calc(0.9375rem + 0.9375 * (100vw - 29.9375rem) / 131.9375);
    }
  }

  @supports (font-size: clamp(1.875rem, 1.3077333018rem + 1.8948365703vw, 4.375rem)) {
    .home__title {
      font-size: clamp(1.875rem, 1.3077333018rem + 1.8948365703vw, 4.375rem);
    }
  }

  @supports not (font-size: clamp(1.875rem, 1.3077333018rem + 1.8948365703vw, 4.375rem)) {
    .home__title {
      font-size: calc(1.875rem + 2.5 * (100vw - 29.9375rem) / 131.9375);
    }
  }

  @supports (margin-left: clamp(0.0000000625rem, -1.8436166926rem + 6.1582188063vw, 8.125rem)) {
    .section__column {
      margin-left: clamp(0.0000000625rem, -1.8436166926rem + 6.1582188063vw, 8.125rem);
    }
  }

  @supports not (margin-left: clamp(0.0000000625rem, -1.8436166926rem + 6.1582188063vw, 8.125rem)) {
    .section__column {
      margin-left: calc(0.0000000625rem + 8.1249999375 * (100vw - 29.9375rem) / 131.9375);
    }
  }

  @supports (margin-right: clamp(0.0000000625rem, -1.8436166926rem + 6.1582188063vw, 8.125rem)) {
    .section__column {
      margin-right: clamp(0.0000000625rem, -1.8436166926rem + 6.1582188063vw, 8.125rem);
    }
  }

  @supports not (margin-right: clamp(0.0000000625rem, -1.8436166926rem + 6.1582188063vw, 8.125rem)) {
    .section__column {
      margin-right: calc(0.0000000625rem + 8.1249999375 * (100vw - 29.9375rem) / 131.9375);
    }
  }

  @supports (padding-left: clamp(1.875rem, 1.1659166272rem + 2.3685457129vw, 5rem)) {
    .form__input {
      padding-left: clamp(1.875rem, 1.1659166272rem + 2.3685457129vw, 5rem);
    }
  }

  @supports not (padding-left: clamp(1.875rem, 1.1659166272rem + 2.3685457129vw, 5rem)) {
    .form__input {
      padding-left: calc(1.875rem + 3.125 * (100vw - 29.9375rem) / 131.9375);
    }
  }

  @supports (padding-right: clamp(1.875rem, 1.1659166272rem + 2.3685457129vw, 5rem)) {
    .form__input {
      padding-right: clamp(1.875rem, 1.1659166272rem + 2.3685457129vw, 5rem);
    }
  }

  @supports not (padding-right: clamp(1.875rem, 1.1659166272rem + 2.3685457129vw, 5rem)) {
    .form__input {
      padding-right: calc(1.875rem + 3.125 * (100vw - 29.9375rem) / 131.9375);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.628641639rem + 1.6579819991vw, 3.3125rem)) {
    .form__input {
      font-size: clamp(1.125rem, 0.628641639rem + 1.6579819991vw, 3.3125rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.628641639rem + 1.6579819991vw, 3.3125rem)) {
    .form__input {
      font-size: calc(1.125rem + 2.1875 * (100vw - 29.9375rem) / 131.9375);
    }
  }
}

@media (min-width: 62em) and (max-width: 160em) {
  @supports (
    (-moz-column-gap: clamp(1.25rem, 0.0637755102rem + 1.9132653061vw, 3.125rem)) or
      (column-gap: clamp(1.25rem, 0.0637755102rem + 1.9132653061vw, 3.125rem))
  ) {
    .token-popup-home__columns {
      -webkit-column-gap: clamp(1.25rem, 0.0637755102rem + 1.9132653061vw, 3.125rem);
      -moz-column-gap: clamp(1.25rem, 0.0637755102rem + 1.9132653061vw, 3.125rem);
      column-gap: clamp(1.25rem, 0.0637755102rem + 1.9132653061vw, 3.125rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.25rem, 0.0637755102rem + 1.9132653061vw, 3.125rem)) or
      (column-gap: clamp(1.25rem, 0.0637755102rem + 1.9132653061vw, 3.125rem))
  ) {
    .token-popup-home__columns {
      -webkit-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 98);
      -moz-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 98);
      column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 98);
    }
  }
}

@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 160em) {
  @supports (
    (-moz-column-gap: clamp(1.25rem, -1.9132653061rem + 5.1020408163vw, 6.25rem)) or
      (column-gap: clamp(1.25rem, -1.9132653061rem + 5.1020408163vw, 6.25rem))
  ) {
    .token-popup-home__parent {
      -webkit-column-gap: clamp(1.25rem, -1.9132653061rem + 5.1020408163vw, 6.25rem);
      -moz-column-gap: clamp(1.25rem, -1.9132653061rem + 5.1020408163vw, 6.25rem);
      column-gap: clamp(1.25rem, -1.9132653061rem + 5.1020408163vw, 6.25rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.25rem, -1.9132653061rem + 5.1020408163vw, 6.25rem)) or
      (column-gap: clamp(1.25rem, -1.9132653061rem + 5.1020408163vw, 6.25rem))
  ) {
    .token-popup-home__parent {
      -webkit-column-gap: calc(1.25rem + 5 * (100vw - 62rem) / 98);
      -moz-column-gap: calc(1.25rem + 5 * (100vw - 62rem) / 98);
      column-gap: calc(1.25rem + 5 * (100vw - 62rem) / 98);
    }
  }

  @supports (
    (-moz-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem)) or
      (column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem))
  ) {
    .white-paper__boxs {
      -webkit-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem);
      -moz-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem);
      column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem)) or
      (column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem))
  ) {
    .white-paper__boxs {
      -webkit-column-gap: calc(0.625rem + 2.5 * (100vw - 62rem) / 98);
      -moz-column-gap: calc(0.625rem + 2.5 * (100vw - 62rem) / 98);
      column-gap: calc(0.625rem + 2.5 * (100vw - 62rem) / 98);
    }
  }

  @supports (margin-left: clamp(18.125rem, 16.5433673469rem + 2.5510204082vw, 20.625rem)) {
    .white-paper__box {
      margin-left: clamp(18.125rem, 16.5433673469rem + 2.5510204082vw, 20.625rem);
    }
  }

  @supports not (margin-left: clamp(18.125rem, 16.5433673469rem + 2.5510204082vw, 20.625rem)) {
    .white-paper__box {
      margin-left: calc(18.125rem + 2.5 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(3.125rem, -10.7142857143rem + 22.3214285714vw, 25rem)) {
    #lottie_1 {
      right: clamp(3.125rem, -10.7142857143rem + 22.3214285714vw, 25rem);
    }
  }

  @supports not (right: clamp(3.125rem, -10.7142857143rem + 22.3214285714vw, 25rem)) {
    #lottie_1 {
      right: calc(3.125rem + 21.875 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(-5.3125rem, -12.6275510204rem + 11.7984693878vw, 6.25rem)) {
    #lottie_2 {
      right: clamp(-5.3125rem, -12.6275510204rem + 11.7984693878vw, 6.25rem);
    }
  }

  @supports not (right: clamp(-5.3125rem, -12.6275510204rem + 11.7984693878vw, 6.25rem)) {
    #lottie_2 {
      right: calc(-5.3125rem + 11.5625 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem)) {
    #lottie_3 {
      right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem);
    }
  }

  @supports not (right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem)) {
    #lottie_3 {
      right: calc(0.0000000625rem + 6.2499999375 * (100vw - 62rem) / 98);
    }
  }

  @supports (left: clamp(9.375rem, -4.4642857143rem + 22.3214285714vw, 31.25rem)) {
    #lottie_4 {
      left: clamp(9.375rem, -4.4642857143rem + 22.3214285714vw, 31.25rem);
    }
  }

  @supports not (left: clamp(9.375rem, -4.4642857143rem + 22.3214285714vw, 31.25rem)) {
    #lottie_4 {
      left: calc(9.375rem + 21.875 * (100vw - 62rem) / 98);
    }
  }

  @supports (left: clamp(-8.75rem, -9.1454081633rem + 0.637755102vw, -8.125rem)) {
    #lottie_5 {
      left: clamp(-8.75rem, -9.1454081633rem + 0.637755102vw, -8.125rem);
    }
  }

  @supports not (left: clamp(-8.75rem, -9.1454081633rem + 0.637755102vw, -8.125rem)) {
    #lottie_5 {
      left: calc(-8.75rem + 0.625 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(-7.5rem, -8.2908163265rem + 1.2755102041vw, -6.25rem)) {
    #lottie_6 {
      right: clamp(-7.5rem, -8.2908163265rem + 1.2755102041vw, -6.25rem);
    }
  }

  @supports not (right: clamp(-7.5rem, -8.2908163265rem + 1.2755102041vw, -6.25rem)) {
    #lottie_6 {
      right: calc(-7.5rem + 1.25 * (100vw - 62rem) / 98);
    }
  }

  @supports (left: clamp(-8.125rem, -7.1045918367rem + -0.637755102vw, -7.5rem)) {
    #lottie_7 {
      left: clamp(-8.125rem, -7.1045918367rem + -0.637755102vw, -7.5rem);
    }
  }

  @supports not (left: clamp(-8.125rem, -7.1045918367rem + -0.637755102vw, -7.5rem)) {
    #lottie_7 {
      left: calc(-7.5rem + -0.625 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(-5.3125rem, -12.6275510204rem + 11.7984693878vw, 6.25rem)) {
    #lottie_8 {
      right: clamp(-5.3125rem, -12.6275510204rem + 11.7984693878vw, 6.25rem);
    }
  }

  @supports not (right: clamp(-5.3125rem, -12.6275510204rem + 11.7984693878vw, 6.25rem)) {
    #lottie_8 {
      right: calc(-5.3125rem + 11.5625 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(0.0000000625rem, -15.8163264286rem + 25.5102040179vw, 25rem)) {
    #lottie_9 {
      right: clamp(0.0000000625rem, -15.8163264286rem + 25.5102040179vw, 25rem);
    }
  }

  @supports not (right: clamp(0.0000000625rem, -15.8163264286rem + 25.5102040179vw, 25rem)) {
    #lottie_9 {
      right: calc(0.0000000625rem + 24.9999999375 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem)) {
    #lottie_10 {
      right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem);
    }
  }

  @supports not (right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem)) {
    #lottie_10 {
      right: calc(0.0000000625rem + 6.2499999375 * (100vw - 62rem) / 98);
    }
  }

  @supports (left: clamp(-8.75rem, -9.1454081633rem + 0.637755102vw, -8.125rem)) {
    #lottie_11 {
      left: clamp(-8.75rem, -9.1454081633rem + 0.637755102vw, -8.125rem);
    }
  }

  @supports not (left: clamp(-8.75rem, -9.1454081633rem + 0.637755102vw, -8.125rem)) {
    #lottie_11 {
      left: calc(-8.75rem + 0.625 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(-8.75rem, -10.3316326531rem + 2.5510204082vw, -6.25rem)) {
    #lottie_12 {
      right: clamp(-8.75rem, -10.3316326531rem + 2.5510204082vw, -6.25rem);
    }
  }

  @supports not (right: clamp(-8.75rem, -10.3316326531rem + 2.5510204082vw, -6.25rem)) {
    #lottie_12 {
      right: calc(-8.75rem + 2.5 * (100vw - 62rem) / 98);
    }
  }

  @supports (right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem)) {
    #lottie_13 {
      right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem);
    }
  }

  @supports not (right: clamp(0.0000000625rem, -3.9540815306rem + 6.3775509566vw, 6.25rem)) {
    #lottie_13 {
      right: calc(0.0000000625rem + 6.2499999375 * (100vw - 62rem) / 98);
    }
  }

  @supports (margin-right: clamp(3.125rem, -4.7831632653rem + 12.7551020408vw, 15.625rem)) {
    .home__column_reverse {
      margin-right: clamp(3.125rem, -4.7831632653rem + 12.7551020408vw, 15.625rem);
    }
  }

  @supports not (margin-right: clamp(3.125rem, -4.7831632653rem + 12.7551020408vw, 15.625rem)) {
    .home__column_reverse {
      margin-right: calc(3.125rem + 12.5 * (100vw - 62rem) / 98);
    }
  }

  @supports (margin-left: clamp(3.125rem, -4.7831632653rem + 12.7551020408vw, 15.625rem)) {
    .home__column_1 {
      margin-left: clamp(3.125rem, -4.7831632653rem + 12.7551020408vw, 15.625rem);
    }
  }

  @supports not (margin-left: clamp(3.125rem, -4.7831632653rem + 12.7551020408vw, 15.625rem)) {
    .home__column_1 {
      margin-left: calc(3.125rem + 12.5 * (100vw - 62rem) / 98);
    }
  }
}

@media (min-width: 61.99875em) and (max-width: 62em) {
  .token-popup-home__parent {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .white-paper__boxs {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .white-paper__box {
    margin-left: 18.125rem;
  }

  #lottie_1 {
    right: 3.125rem;
  }

  #lottie_2 {
    right: -5.3125rem;
  }

  #lottie_3 {
    right: 0.0000000625rem;
  }

  #lottie_4 {
    left: 9.375rem;
  }

  #lottie_5 {
    left: -8.75rem;
  }

  #lottie_6 {
    right: -7.5rem;
  }

  #lottie_7 {
    left: -7.5rem;
  }

  #lottie_8 {
    right: -5.3125rem;
  }

  #lottie_9 {
    right: 0.0000000625rem;
  }

  #lottie_10 {
    right: 0.0000000625rem;
  }

  #lottie_11 {
    left: -8.75rem;
  }

  #lottie_12 {
    right: -8.75rem;
  }

  #lottie_13 {
    right: 0.0000000625rem;
  }

  .menu__list {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }

  .menu__item::before {
    width: 0.25rem;
  }

  .menu__item::before {
    right: -1.125rem;
  }

  .menu__link {
    font-size: 1.125rem;
  }

  .menu__sub-link {
    font-size: 1.125rem;
  }

  .home__column {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }

  .home__column_gap {
    -webkit-column-gap: 0.0000000625rem;
    -moz-column-gap: 0.0000000625rem;
    column-gap: 0.0000000625rem;
  }

  .home__column_reverse {
    margin-right: 3.125rem;
  }

  .home__column_1 {
    margin-left: 3.125rem;
  }

  .home__body_max-width {
    max-width: 40.625rem;
  }

  .token__bg {
    max-width: 68.75rem;
  }

  .token__parent {
    max-width: 62.5rem;
  }

  .faq__parent {
    max-width: 62.5rem;
  }

  .characters__pictures {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .section__body {
    max-width: 68.75rem;
  }
}

@media (min-width: 29.99875em) and (min-width: 22.5em) and (max-width: 161.875em) {
  @supports (min-width: clamp(8.125rem, 6.9142376682rem + 5.3811659193vw, 15.625rem)) {
    .token-popup-home__boxs .token-popup-home__box:first-child {
      min-width: clamp(8.125rem, 6.9142376682rem + 5.3811659193vw, 15.625rem);
    }
  }

  @supports not (min-width: clamp(8.125rem, 6.9142376682rem + 5.3811659193vw, 15.625rem)) {
    .token-popup-home__boxs .token-popup-home__box:first-child {
      min-width: calc(8.125rem + 7.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (min-width: clamp(8.125rem, 6.9142376682rem + 5.3811659193vw, 15.625rem)) {
    .token-popup-home__boxs .token-popup-home__box:last-child {
      min-width: clamp(8.125rem, 6.9142376682rem + 5.3811659193vw, 15.625rem);
    }
  }

  @supports not (min-width: clamp(8.125rem, 6.9142376682rem + 5.3811659193vw, 15.625rem)) {
    .token-popup-home__boxs .token-popup-home__box:last-child {
      min-width: calc(8.125rem + 7.5 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (padding-top: clamp(7.5rem, 5.8352017937rem + 7.399103139vw, 17.8125rem)) {
    .page__home {
      padding-top: clamp(7.5rem, 5.8352017937rem + 7.399103139vw, 17.8125rem);
    }
  }

  @supports not (padding-top: clamp(7.5rem, 5.8352017937rem + 7.399103139vw, 17.8125rem)) {
    .page__home {
      padding-top: calc(7.5rem + 10.3125 * (100vw - 22.5rem) / 139.375);
    }
  }
}

@media (min-width: 29.99875em) and (max-width: 22.5em) {
  .token-popup-home__boxs .token-popup-home__box:first-child {
    min-width: 8.125rem;
  }

  .token-popup-home__boxs .token-popup-home__box:last-child {
    min-width: 8.125rem;
  }

  .page__home {
    padding-top: 7.5rem;
  }
}

@media (min-width: 84.4375em) and (min-width: 62em) and (max-width: 160em) {
  @supports (
    (-moz-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem)) or
      (column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem))
  ) {
    .white-paper__columns {
      -webkit-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem);
      -moz-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem);
      column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem)) or
      (column-gap: clamp(0.625rem, -0.9566326531rem + 2.5510204082vw, 3.125rem))
  ) {
    .white-paper__columns {
      -webkit-column-gap: calc(0.625rem + 2.5 * (100vw - 62rem) / 98);
      -moz-column-gap: calc(0.625rem + 2.5 * (100vw - 62rem) / 98);
      column-gap: calc(0.625rem + 2.5 * (100vw - 62rem) / 98);
    }
  }
}

@media (min-width: 84.4375em) and (max-width: 62em) {
  .white-paper__columns {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}

@media (min-width: 47.99875em) and (max-width: 84.375em) {
  .white-paper__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 3.125rem);
    flex: 0 1 calc(25% - 3.125rem);
    min-width: 18.75rem;
    margin: 0rem auto;
  }
}

@media (max-width: 61.99875em) and (min-width: 62em) {
  #lottie_1 {
    width: 31.25rem;
  }

  #lottie_1 {
    height: 62.5rem;
  }

  #lottie_2 {
    width: 25rem;
  }

  #lottie_2 {
    height: 50rem;
  }

  #lottie_3 {
    width: 31.25rem;
  }

  #lottie_3 {
    height: 62.5rem;
  }

  #lottie_4 {
    width: 28.125rem;
  }

  #lottie_4 {
    height: 65.625rem;
  }

  #lottie_5 {
    width: 31.25rem;
  }

  #lottie_5 {
    height: 65.625rem;
  }

  #lottie_6 {
    width: 31.25rem;
  }

  #lottie_6 {
    height: 71.875rem;
  }

  #lottie_7 {
    width: 31.25rem;
  }

  #lottie_7 {
    height: 65.625rem;
  }

  #lottie_8 {
    width: 25rem;
  }

  #lottie_8 {
    height: 62.5rem;
  }

  #lottie_9 {
    width: 31.25rem;
  }

  #lottie_9 {
    height: 62.5rem;
  }

  #lottie_10 {
    width: 31.25rem;
  }

  #lottie_10 {
    height: 62.5rem;
  }

  #lottie_11 {
    width: 31.25rem;
  }

  #lottie_11 {
    height: 59.375rem;
  }

  #lottie_12 {
    width: 31.25rem;
  }

  #lottie_12 {
    height: 65.625rem;
  }

  #lottie_13 {
    width: 31.25rem;
  }

  #lottie_13 {
    height: 65.625rem;
  }

  .menu__body::before {
    height: 5.4375rem;
  }

  .home__image_11 {
    width: 18.75rem;
  }

  .home__image_11 {
    height: 25rem;
  }

  .characters__picture_size-1 {
    width: 25rem;
  }

  .characters__picture_size-2 {
    width: 25rem;
  }

  .characters__picture_size-3 {
    width: 25rem;
  }

  .characters__picture_size-4 {
    width: 25rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 62em) {
  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_1 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_1 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_1 {
      height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem);
    }
  }

  @supports not (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_1 {
      height: calc(56.25rem + 6.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(15.625rem, 11.1607142857rem + 22.3214285714vw, 25rem)) {
    #lottie_2 {
      width: clamp(15.625rem, 11.1607142857rem + 22.3214285714vw, 25rem);
    }
  }

  @supports not (width: clamp(15.625rem, 11.1607142857rem + 22.3214285714vw, 25rem)) {
    #lottie_2 {
      width: calc(15.625rem + 9.375 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(50rem, 54.6130952381rem + -7.4404761905vw, 53.125rem)) {
    #lottie_2 {
      height: clamp(50rem, 54.6130952381rem + -7.4404761905vw, 53.125rem);
    }
  }

  @supports not (height: clamp(50rem, 54.6130952381rem + -7.4404761905vw, 53.125rem)) {
    #lottie_2 {
      height: calc(53.125rem + -3.125 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_3 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_3 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_3 {
      height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem);
    }
  }

  @supports not (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_3 {
      height: calc(56.25rem + 6.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 16.130952381rem + 19.3452380952vw, 28.125rem)) {
    #lottie_4 {
      width: clamp(20rem, 16.130952381rem + 19.3452380952vw, 28.125rem);
    }
  }

  @supports not (width: clamp(20rem, 16.130952381rem + 19.3452380952vw, 28.125rem)) {
    #lottie_4 {
      width: calc(20rem + 8.125 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(56.25rem, 51.7857142857rem + 22.3214285714vw, 65.625rem)) {
    #lottie_4 {
      height: clamp(56.25rem, 51.7857142857rem + 22.3214285714vw, 65.625rem);
    }
  }

  @supports not (height: clamp(56.25rem, 51.7857142857rem + 22.3214285714vw, 65.625rem)) {
    #lottie_4 {
      height: calc(56.25rem + 9.375 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_5 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_5 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(56.25rem, 51.7857142857rem + 22.3214285714vw, 65.625rem)) {
    #lottie_5 {
      height: clamp(56.25rem, 51.7857142857rem + 22.3214285714vw, 65.625rem);
    }
  }

  @supports not (height: clamp(56.25rem, 51.7857142857rem + 22.3214285714vw, 65.625rem)) {
    #lottie_5 {
      height: calc(56.25rem + 9.375 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_6 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_6 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(62.5rem, 58.0357142857rem + 22.3214285714vw, 71.875rem)) {
    #lottie_6 {
      height: clamp(62.5rem, 58.0357142857rem + 22.3214285714vw, 71.875rem);
    }
  }

  @supports not (height: clamp(62.5rem, 58.0357142857rem + 22.3214285714vw, 71.875rem)) {
    #lottie_6 {
      height: calc(62.5rem + 9.375 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_7 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_7 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(57.5rem, 53.630952381rem + 19.3452380952vw, 65.625rem)) {
    #lottie_7 {
      height: clamp(57.5rem, 53.630952381rem + 19.3452380952vw, 65.625rem);
    }
  }

  @supports not (height: clamp(57.5rem, 53.630952381rem + 19.3452380952vw, 65.625rem)) {
    #lottie_7 {
      height: calc(57.5rem + 8.125 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(15.625rem, 11.1607142857rem + 22.3214285714vw, 25rem)) {
    #lottie_8 {
      width: clamp(15.625rem, 11.1607142857rem + 22.3214285714vw, 25rem);
    }
  }

  @supports not (width: clamp(15.625rem, 11.1607142857rem + 22.3214285714vw, 25rem)) {
    #lottie_8 {
      width: calc(15.625rem + 9.375 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(53.125rem, 48.6607142857rem + 22.3214285714vw, 62.5rem)) {
    #lottie_8 {
      height: clamp(53.125rem, 48.6607142857rem + 22.3214285714vw, 62.5rem);
    }
  }

  @supports not (height: clamp(53.125rem, 48.6607142857rem + 22.3214285714vw, 62.5rem)) {
    #lottie_8 {
      height: calc(53.125rem + 9.375 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_9 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_9 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_9 {
      height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem);
    }
  }

  @supports not (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_9 {
      height: calc(56.25rem + 6.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_10 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_10 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_10 {
      height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem);
    }
  }

  @supports not (height: clamp(56.25rem, 53.2738095238rem + 14.880952381vw, 62.5rem)) {
    #lottie_10 {
      height: calc(56.25rem + 6.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_11 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_11 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(57.5rem, 56.6071428571rem + 4.4642857143vw, 59.375rem)) {
    #lottie_11 {
      height: clamp(57.5rem, 56.6071428571rem + 4.4642857143vw, 59.375rem);
    }
  }

  @supports not (height: clamp(57.5rem, 56.6071428571rem + 4.4642857143vw, 59.375rem)) {
    #lottie_11 {
      height: calc(57.5rem + 1.875 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_12 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_12 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(62.5rem, 61.0119047619rem + 7.4404761905vw, 65.625rem)) {
    #lottie_12 {
      height: clamp(62.5rem, 61.0119047619rem + 7.4404761905vw, 65.625rem);
    }
  }

  @supports not (height: clamp(62.5rem, 61.0119047619rem + 7.4404761905vw, 65.625rem)) {
    #lottie_12 {
      height: calc(62.5rem + 3.125 * (100vw - 20rem) / 42);
    }
  }

  @supports (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_13 {
      width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem);
    }
  }

  @supports not (width: clamp(20rem, 14.6428571429rem + 26.7857142857vw, 31.25rem)) {
    #lottie_13 {
      width: calc(20rem + 11.25 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(50rem, 42.5595238095rem + 37.2023809524vw, 65.625rem)) {
    #lottie_13 {
      height: clamp(50rem, 42.5595238095rem + 37.2023809524vw, 65.625rem);
    }
  }

  @supports not (height: clamp(50rem, 42.5595238095rem + 37.2023809524vw, 65.625rem)) {
    #lottie_13 {
      height: calc(50rem + 15.625 * (100vw - 20rem) / 42);
    }
  }
}

@media (max-width: 29.99875em) and (min-width: 62em) {
  #lottie_4 {
    height: 66.25rem;
  }

  #lottie_5 {
    height: 65rem;
  }

  #lottie_8 {
    height: 66.25rem;
  }

  #lottie_9 {
    height: 66.25rem;
  }
}

@media (max-width: 29.99875em) and (min-width: 20em) and (max-width: 62em) {
  @supports (height: clamp(66.25rem, 66.3422619048rem + -0.1488095238vw, 66.3125rem)) {
    #lottie_4 {
      height: clamp(66.25rem, 66.3422619048rem + -0.1488095238vw, 66.3125rem);
    }
  }

  @supports not (height: clamp(66.25rem, 66.3422619048rem + -0.1488095238vw, 66.3125rem)) {
    #lottie_4 {
      height: calc(66.3125rem + -0.0625 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(65rem, 65.0922619048rem + -0.1488095238vw, 65.0625rem)) {
    #lottie_5 {
      height: clamp(65rem, 65.0922619048rem + -0.1488095238vw, 65.0625rem);
    }
  }

  @supports not (height: clamp(65rem, 65.0922619048rem + -0.1488095238vw, 65.0625rem)) {
    #lottie_5 {
      height: calc(65.0625rem + -0.0625 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(63.8125rem, 62.6517857143rem + 5.8035714286vw, 66.25rem)) {
    #lottie_8 {
      height: clamp(63.8125rem, 62.6517857143rem + 5.8035714286vw, 66.25rem);
    }
  }

  @supports not (height: clamp(63.8125rem, 62.6517857143rem + 5.8035714286vw, 66.25rem)) {
    #lottie_8 {
      height: calc(63.8125rem + 2.4375 * (100vw - 20rem) / 42);
    }
  }

  @supports (height: clamp(63.8125rem, 62.6517857143rem + 5.8035714286vw, 66.25rem)) {
    #lottie_9 {
      height: clamp(63.8125rem, 62.6517857143rem + 5.8035714286vw, 66.25rem);
    }
  }

  @supports not (height: clamp(63.8125rem, 62.6517857143rem + 5.8035714286vw, 66.25rem)) {
    #lottie_9 {
      height: calc(63.8125rem + 2.4375 * (100vw - 20rem) / 42);
    }
  }
}

@media (max-width: 61.99875em) and (max-width: 29.99875em) and (min-width: 29.9375em) {
  #lottie_13 {
    height: 68.75rem;
  }
}

@media (max-width: 61.99875em) and (max-width: 29.99875em) and (min-width: 20em) and (max-width: 29.9375em) {
  @supports (height: clamp(62.5rem, 49.9213836478rem + 62.893081761vw, 68.75rem)) {
    #lottie_13 {
      height: clamp(62.5rem, 49.9213836478rem + 62.893081761vw, 68.75rem);
    }
  }

  @supports not (height: clamp(62.5rem, 49.9213836478rem + 62.893081761vw, 68.75rem)) {
    #lottie_13 {
      height: calc(62.5rem + 6.25 * (100vw - 20rem) / 9.9375);
    }
  }
}

@media (min-width: 48em) and (max-width: 168.125em) {
  @supports (padding-left: clamp(0.0000000625rem, -2.4973984557rem + 5.2029135796vw, 6.25rem)) {
    .header__container {
      padding-left: clamp(0.0000000625rem, -2.4973984557rem + 5.2029135796vw, 6.25rem);
    }
  }

  @supports not (padding-left: clamp(0.0000000625rem, -2.4973984557rem + 5.2029135796vw, 6.25rem)) {
    .header__container {
      padding-left: calc(0.0000000625rem + 6.2499999375 * (100vw - 48rem) / 120.125);
    }
  }

  @supports (padding-right: clamp(0.0000000625rem, -2.4973984557rem + 5.2029135796vw, 6.25rem)) {
    .header__container {
      padding-right: clamp(0.0000000625rem, -2.4973984557rem + 5.2029135796vw, 6.25rem);
    }
  }

  @supports not (padding-right: clamp(0.0000000625rem, -2.4973984557rem + 5.2029135796vw, 6.25rem)) {
    .header__container {
      padding-right: calc(0.0000000625rem + 6.2499999375 * (100vw - 48rem) / 120.125);
    }
  }
}

@media (min-width: 47.99875em) and (min-width: 120em) and (max-width: 161.875em) {
  @supports (margin-left: clamp(1.875rem, -10.6623134328rem + 10.447761194vw, 6.25rem)) {
    .header__box {
      margin-left: clamp(1.875rem, -10.6623134328rem + 10.447761194vw, 6.25rem);
    }
  }

  @supports not (margin-left: clamp(1.875rem, -10.6623134328rem + 10.447761194vw, 6.25rem)) {
    .header__box {
      margin-left: calc(1.875rem + 4.375 * (100vw - 120rem) / 41.875);
    }
  }

  @supports (margin-right: clamp(1.875rem, -10.6623134328rem + 10.447761194vw, 6.25rem)) {
    .header__box {
      margin-right: clamp(1.875rem, -10.6623134328rem + 10.447761194vw, 6.25rem);
    }
  }

  @supports not (margin-right: clamp(1.875rem, -10.6623134328rem + 10.447761194vw, 6.25rem)) {
    .header__box {
      margin-right: calc(1.875rem + 4.375 * (100vw - 120rem) / 41.875);
    }
  }
}

@media (min-width: 47.99875em) and (max-width: 120em) {
  .header__box {
    margin-left: 1.875rem;
  }

  .header__box {
    margin-right: 1.875rem;
  }
}

@media (min-width: 62em) and (max-width: 161.875em) {
  @supports (font-size: clamp(1.125rem, -0.2717459324rem + 2.25281602vw, 3.375rem)) {
    .header__log-in {
      font-size: clamp(1.125rem, -0.2717459324rem + 2.25281602vw, 3.375rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, -0.2717459324rem + 2.25281602vw, 3.375rem)) {
    .header__log-in {
      font-size: calc(1.125rem + 2.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(28.125rem, 22.3052252816rem + 9.3867334168vw, 37.5rem)) {
    .home__text_width {
      max-width: clamp(28.125rem, 22.3052252816rem + 9.3867334168vw, 37.5rem);
    }
  }

  @supports not (max-width: clamp(28.125rem, 22.3052252816rem + 9.3867334168vw, 37.5rem)) {
    .home__text_width {
      max-width: calc(28.125rem + 9.375 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (padding-left: clamp(0.0000000625rem, -5.8197746171rem + 9.3867333542vw, 9.375rem)) {
    .daily-tasks {
      padding-left: clamp(0.0000000625rem, -5.8197746171rem + 9.3867333542vw, 9.375rem);
    }
  }

  @supports not (padding-left: clamp(0.0000000625rem, -5.8197746171rem + 9.3867333542vw, 9.375rem)) {
    .daily-tasks {
      padding-left: calc(0.0000000625rem + 9.3749999375 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (padding-right: clamp(0.0000000625rem, -5.8197746171rem + 9.3867333542vw, 9.375rem)) {
    .daily-tasks {
      padding-right: clamp(0.0000000625rem, -5.8197746171rem + 9.3867333542vw, 9.375rem);
    }
  }

  @supports not (padding-right: clamp(0.0000000625rem, -5.8197746171rem + 9.3867333542vw, 9.375rem)) {
    .daily-tasks {
      padding-right: calc(0.0000000625rem + 9.3749999375 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (padding-top: clamp(3.75rem, -0.1298498123rem + 6.2578222778vw, 10rem)) {
    .nft__container {
      padding-top: clamp(3.75rem, -0.1298498123rem + 6.2578222778vw, 10rem);
    }
  }

  @supports not (padding-top: clamp(3.75rem, -0.1298498123rem + 6.2578222778vw, 10rem)) {
    .nft__container {
      padding-top: calc(3.75rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (padding-bottom: clamp(2.5rem, 0.1720901126rem + 3.7546933667vw, 6.25rem)) {
    .nft__container {
      padding-bottom: clamp(2.5rem, 0.1720901126rem + 3.7546933667vw, 6.25rem);
    }
  }

  @supports not (padding-bottom: clamp(2.5rem, 0.1720901126rem + 3.7546933667vw, 6.25rem)) {
    .nft__container {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(68.75rem, 29.9515018773rem + 62.5782227785vw, 131.25rem)) {
    .block-popup-token {
      max-width: clamp(68.75rem, 29.9515018773rem + 62.5782227785vw, 131.25rem);
    }
  }

  @supports not (max-width: clamp(68.75rem, 29.9515018773rem + 62.5782227785vw, 131.25rem)) {
    .block-popup-token {
      max-width: calc(68.75rem + 62.5 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.4740300375rem + 1.2515644556vw, 2.5rem)) {
    .block-play__text p:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.4740300375rem + 1.2515644556vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.4740300375rem + 1.2515644556vw, 2.5rem)) {
    .block-play__text p:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (max-width: 61.99875em) and (min-width: 22.5em) and (max-width: 62em) {
  @supports (height: clamp(4.375rem, 3.769778481rem + 2.6898734177vw, 5.4375rem)) {
    .menu__body::before {
      height: clamp(4.375rem, 3.769778481rem + 2.6898734177vw, 5.4375rem);
    }
  }

  @supports not (height: clamp(4.375rem, 3.769778481rem + 2.6898734177vw, 5.4375rem)) {
    .menu__body::before {
      height: calc(4.375rem + 1.0625 * (100vw - 22.5rem) / 39.5);
    }
  }

  @supports (width: clamp(11.25rem, 6.9778481013rem + 18.9873417722vw, 18.75rem)) {
    .home__image_11 {
      width: clamp(11.25rem, 6.9778481013rem + 18.9873417722vw, 18.75rem);
    }
  }

  @supports not (width: clamp(11.25rem, 6.9778481013rem + 18.9873417722vw, 18.75rem)) {
    .home__image_11 {
      width: calc(11.25rem + 7.5 * (100vw - 22.5rem) / 39.5);
    }
  }

  @supports (height: clamp(15.625rem, 10.2848101266rem + 23.7341772152vw, 25rem)) {
    .home__image_11 {
      height: clamp(15.625rem, 10.2848101266rem + 23.7341772152vw, 25rem);
    }
  }

  @supports not (height: clamp(15.625rem, 10.2848101266rem + 23.7341772152vw, 25rem)) {
    .home__image_11 {
      height: calc(15.625rem + 9.375 * (100vw - 22.5rem) / 39.5);
    }
  }

  @supports (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-1 {
      width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem);
    }
  }

  @supports not (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-1 {
      width: calc(18.75rem + 6.25 * (100vw - 22.5rem) / 39.5);
    }
  }

  @supports (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-2 {
      width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem);
    }
  }

  @supports not (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-2 {
      width: calc(18.75rem + 6.25 * (100vw - 22.5rem) / 39.5);
    }
  }

  @supports (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-3 {
      width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem);
    }
  }

  @supports not (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-3 {
      width: calc(18.75rem + 6.25 * (100vw - 22.5rem) / 39.5);
    }
  }

  @supports (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-4 {
      width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem);
    }
  }

  @supports not (width: clamp(18.75rem, 15.1898734177rem + 15.8227848101vw, 25rem)) {
    .characters__picture_size-4 {
      width: calc(18.75rem + 6.25 * (100vw - 22.5rem) / 39.5);
    }
  }
}

@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 168.125em) {
  @supports (
    (-moz-column-gap: clamp(1.875rem, 0.7795936396rem + 1.7667844523vw, 3.75rem)) or
      (column-gap: clamp(1.875rem, 0.7795936396rem + 1.7667844523vw, 3.75rem))
  ) {
    .menu__list {
      -webkit-column-gap: clamp(1.875rem, 0.7795936396rem + 1.7667844523vw, 3.75rem);
      -moz-column-gap: clamp(1.875rem, 0.7795936396rem + 1.7667844523vw, 3.75rem);
      column-gap: clamp(1.875rem, 0.7795936396rem + 1.7667844523vw, 3.75rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.875rem, 0.7795936396rem + 1.7667844523vw, 3.75rem)) or
      (column-gap: clamp(1.875rem, 0.7795936396rem + 1.7667844523vw, 3.75rem))
  ) {
    .menu__list {
      -webkit-column-gap: calc(1.875rem + 1.875 * (100vw - 62rem) / 106.125);
      -moz-column-gap: calc(1.875rem + 1.875 * (100vw - 62rem) / 106.125);
      column-gap: calc(1.875rem + 1.875 * (100vw - 62rem) / 106.125);
    }
  }

  @supports (width: clamp(0.25rem, 0.1039458186rem + 0.2355712603vw, 0.5rem)) {
    .menu__item::before {
      width: clamp(0.25rem, 0.1039458186rem + 0.2355712603vw, 0.5rem);
    }
  }

  @supports not (width: clamp(0.25rem, 0.1039458186rem + 0.2355712603vw, 0.5rem)) {
    .menu__item::before {
      width: calc(0.25rem + 0.25 * (100vw - 62rem) / 106.125);
    }
  }

  @supports (right: clamp(-2.1875rem, -0.5042697291rem + -1.0011778563vw, -1.125rem)) {
    .menu__item::before {
      right: clamp(-2.1875rem, -0.5042697291rem + -1.0011778563vw, -1.125rem);
    }
  }

  @supports not (right: clamp(-2.1875rem, -0.5042697291rem + -1.0011778563vw, -1.125rem)) {
    .menu__item::before {
      right: calc(-1.125rem + -1.0625 * (100vw - 62rem) / 106.125);
    }
  }
}

@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (font-size: clamp(1.125rem, -0.0389549437rem + 1.8773466834vw, 3rem)) {
    .menu__link {
      font-size: clamp(1.125rem, -0.0389549437rem + 1.8773466834vw, 3rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, -0.0389549437rem + 1.8773466834vw, 3rem)) {
    .menu__link {
      font-size: calc(1.125rem + 1.875 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.6594180225rem + 0.7509386733vw, 1.875rem)) {
    .menu__sub-link {
      font-size: clamp(1.125rem, 0.6594180225rem + 0.7509386733vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.6594180225rem + 0.7509386733vw, 1.875rem)) {
    .menu__sub-link {
      font-size: calc(1.125rem + 0.75 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (
    (-moz-column-gap: clamp(1.875rem, -5.4967146433rem + 11.8898623279vw, 13.75rem)) or
      (column-gap: clamp(1.875rem, -5.4967146433rem + 11.8898623279vw, 13.75rem))
  ) {
    .home__column {
      -webkit-column-gap: clamp(1.875rem, -5.4967146433rem + 11.8898623279vw, 13.75rem);
      -moz-column-gap: clamp(1.875rem, -5.4967146433rem + 11.8898623279vw, 13.75rem);
      column-gap: clamp(1.875rem, -5.4967146433rem + 11.8898623279vw, 13.75rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.875rem, -5.4967146433rem + 11.8898623279vw, 13.75rem)) or
      (column-gap: clamp(1.875rem, -5.4967146433rem + 11.8898623279vw, 13.75rem))
  ) {
    .home__column {
      -webkit-column-gap: calc(1.875rem + 11.875 * (100vw - 62rem) / 99.875);
      -moz-column-gap: calc(1.875rem + 11.875 * (100vw - 62rem) / 99.875);
      column-gap: calc(1.875rem + 11.875 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (
    (-moz-column-gap: clamp(0.0000000625rem, -1.9399248048rem + 3.1289110763vw, 3.125rem)) or
      (column-gap: clamp(0.0000000625rem, -1.9399248048rem + 3.1289110763vw, 3.125rem))
  ) {
    .home__column_gap {
      -webkit-column-gap: clamp(0.0000000625rem, -1.9399248048rem + 3.1289110763vw, 3.125rem);
      -moz-column-gap: clamp(0.0000000625rem, -1.9399248048rem + 3.1289110763vw, 3.125rem);
      column-gap: clamp(0.0000000625rem, -1.9399248048rem + 3.1289110763vw, 3.125rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(0.0000000625rem, -1.9399248048rem + 3.1289110763vw, 3.125rem)) or
      (column-gap: clamp(0.0000000625rem, -1.9399248048rem + 3.1289110763vw, 3.125rem))
  ) {
    .home__column_gap {
      -webkit-column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 62rem) / 99.875);
      -moz-column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 62rem) / 99.875);
      column-gap: calc(0.0000000625rem + 3.1249999375 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(40.625rem, 34.8052252816rem + 9.3867334168vw, 50rem)) {
    .home__body_max-width {
      max-width: clamp(40.625rem, 34.8052252816rem + 9.3867334168vw, 50rem);
    }
  }

  @supports not (max-width: clamp(40.625rem, 34.8052252816rem + 9.3867334168vw, 50rem)) {
    .home__body_max-width {
      max-width: calc(40.625rem + 9.375 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(68.75rem, 29.9515018773rem + 62.5782227785vw, 131.25rem)) {
    .token__bg {
      max-width: clamp(68.75rem, 29.9515018773rem + 62.5782227785vw, 131.25rem);
    }
  }

  @supports not (max-width: clamp(68.75rem, 29.9515018773rem + 62.5782227785vw, 131.25rem)) {
    .token__bg {
      max-width: calc(68.75rem + 62.5 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(62.5rem, 37.0869837297rem + 40.9887359199vw, 103.4375rem)) {
    .token__parent {
      max-width: clamp(62.5rem, 37.0869837297rem + 40.9887359199vw, 103.4375rem);
    }
  }

  @supports not (max-width: clamp(62.5rem, 37.0869837297rem + 40.9887359199vw, 103.4375rem)) {
    .token__parent {
      max-width: calc(62.5rem + 40.9375 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(62.5rem, 37.0869837297rem + 40.9887359199vw, 103.4375rem)) {
    .faq__parent {
      max-width: clamp(62.5rem, 37.0869837297rem + 40.9887359199vw, 103.4375rem);
    }
  }

  @supports not (max-width: clamp(62.5rem, 37.0869837297rem + 40.9887359199vw, 103.4375rem)) {
    .faq__parent {
      max-width: calc(62.5rem + 40.9375 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (
    (-moz-column-gap: clamp(1.25rem, -0.6899249061rem + 3.1289111389vw, 4.375rem)) or
      (column-gap: clamp(1.25rem, -0.6899249061rem + 3.1289111389vw, 4.375rem))
  ) {
    .characters__pictures {
      -webkit-column-gap: clamp(1.25rem, -0.6899249061rem + 3.1289111389vw, 4.375rem);
      -moz-column-gap: clamp(1.25rem, -0.6899249061rem + 3.1289111389vw, 4.375rem);
      column-gap: clamp(1.25rem, -0.6899249061rem + 3.1289111389vw, 4.375rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.25rem, -0.6899249061rem + 3.1289111389vw, 4.375rem)) or
      (column-gap: clamp(1.25rem, -0.6899249061rem + 3.1289111389vw, 4.375rem))
  ) {
    .characters__pictures {
      -webkit-column-gap: calc(1.25rem + 3.125 * (100vw - 62rem) / 99.875);
      -moz-column-gap: calc(1.25rem + 3.125 * (100vw - 62rem) / 99.875);
      column-gap: calc(1.25rem + 3.125 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(68.75rem, 52.0666458073rem + 26.9086357947vw, 95.625rem)) {
    .section__body {
      max-width: clamp(68.75rem, 52.0666458073rem + 26.9086357947vw, 95.625rem);
    }
  }

  @supports not (max-width: clamp(68.75rem, 52.0666458073rem + 26.9086357947vw, 95.625rem)) {
    .section__body {
      max-width: calc(68.75rem + 26.875 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 61.99875em) and (any-hover: hover) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (top: clamp(2.1875rem, -0.644790363rem + 4.5682102628vw, 6.75rem)) {
    .menu .menu__link_list:hover + .menu__sub-list,
    .menu .menu__sub-list:hover {
      top: clamp(2.1875rem, -0.644790363rem + 4.5682102628vw, 6.75rem);
    }
  }

  @supports not (top: clamp(2.1875rem, -0.644790363rem + 4.5682102628vw, 6.75rem)) {
    .menu .menu__link_list:hover + .menu__sub-list,
    .menu .menu__sub-list:hover {
      top: calc(2.1875rem + 4.5625 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 61.99875em) and (any-hover: hover) and (max-width: 62em) {
  .menu .menu__link_list:hover + .menu__sub-list,
  .menu .menu__sub-list:hover {
    top: 2.1875rem;
  }
}

@media (min-width: 47.99875em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (width: clamp(13.125rem, 9.633135169rem + 5.6320400501vw, 18.75rem)) {
    .menu__sub-list {
      width: clamp(13.125rem, 9.633135169rem + 5.6320400501vw, 18.75rem);
    }
  }

  @supports not (width: clamp(13.125rem, 9.633135169rem + 5.6320400501vw, 18.75rem)) {
    .menu__sub-list {
      width: calc(13.125rem + 5.625 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-width: clamp(62.5rem, 23.7015018773rem + 62.5782227785vw, 125rem)) {
    .footer__column {
      max-width: clamp(62.5rem, 23.7015018773rem + 62.5782227785vw, 125rem);
    }
  }

  @supports not (max-width: clamp(62.5rem, 23.7015018773rem + 62.5782227785vw, 125rem)) {
    .footer__column {
      max-width: calc(62.5rem + 62.5 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (
    (-moz-column-gap: clamp(1.875rem, -4.7207446809rem + 10.6382978723vw, 12.5rem)) or
      (column-gap: clamp(1.875rem, -4.7207446809rem + 10.6382978723vw, 12.5rem))
  ) {
    .footer__body {
      -webkit-column-gap: clamp(1.875rem, -4.7207446809rem + 10.6382978723vw, 12.5rem);
      -moz-column-gap: clamp(1.875rem, -4.7207446809rem + 10.6382978723vw, 12.5rem);
      column-gap: clamp(1.875rem, -4.7207446809rem + 10.6382978723vw, 12.5rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.875rem, -4.7207446809rem + 10.6382978723vw, 12.5rem)) or
      (column-gap: clamp(1.875rem, -4.7207446809rem + 10.6382978723vw, 12.5rem))
  ) {
    .footer__body {
      -webkit-column-gap: calc(1.875rem + 10.625 * (100vw - 62rem) / 99.875);
      -moz-column-gap: calc(1.875rem + 10.625 * (100vw - 62rem) / 99.875);
      column-gap: calc(1.875rem + 10.625 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 47.99875em) and (max-width: 62em) {
  .menu__sub-list {
    width: 13.125rem;
  }

  .footer__column {
    max-width: 62.5rem;
  }

  .footer__body {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

@media (min-width: 47.99875em) and (min-width: 48em) and (max-width: 161.875em) {
  @supports (padding-left: clamp(1.25rem, -1.6479143798rem + 6.0373216246vw, 8.125rem)) {
    .footer__column {
      padding-left: clamp(1.25rem, -1.6479143798rem + 6.0373216246vw, 8.125rem);
    }
  }

  @supports not (padding-left: clamp(1.25rem, -1.6479143798rem + 6.0373216246vw, 8.125rem)) {
    .footer__column {
      padding-left: calc(1.25rem + 6.875 * (100vw - 48rem) / 113.875);
    }
  }

  @supports (padding-right: clamp(1.25rem, -1.6479143798rem + 6.0373216246vw, 8.125rem)) {
    .footer__column {
      padding-right: clamp(1.25rem, -1.6479143798rem + 6.0373216246vw, 8.125rem);
    }
  }

  @supports not (padding-right: clamp(1.25rem, -1.6479143798rem + 6.0373216246vw, 8.125rem)) {
    .footer__column {
      padding-right: calc(1.25rem + 6.875 * (100vw - 48rem) / 113.875);
    }
  }
}

@media (min-width: 47.99875em) and (max-width: 48em) {
  .footer__column {
    padding-left: 1.25rem;
  }

  .footer__column {
    padding-right: 1.25rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 75em) and (max-width: 160em) {
  @supports (max-width: clamp(31.25rem, -1.8382352941rem + 44.1176470588vw, 68.75rem)) {
    .home__column_reverse {
      max-width: clamp(31.25rem, -1.8382352941rem + 44.1176470588vw, 68.75rem);
    }
  }

  @supports not (max-width: clamp(31.25rem, -1.8382352941rem + 44.1176470588vw, 68.75rem)) {
    .home__column_reverse {
      max-width: calc(31.25rem + 37.5 * (100vw - 75rem) / 85);
    }
  }

  @supports (max-width: clamp(31.25rem, -1.8382352941rem + 44.1176470588vw, 68.75rem)) {
    .home__column_1 {
      max-width: clamp(31.25rem, -1.8382352941rem + 44.1176470588vw, 68.75rem);
    }
  }

  @supports not (max-width: clamp(31.25rem, -1.8382352941rem + 44.1176470588vw, 68.75rem)) {
    .home__column_1 {
      max-width: calc(31.25rem + 37.5 * (100vw - 75rem) / 85);
    }
  }
}

@media (min-width: 61.99875em) and (max-width: 75em) {
  .home__column_reverse {
    max-width: 31.25rem;
  }

  .home__column_1 {
    max-width: 31.25rem;
  }
}

@media (min-width: 48em) and (max-width: 161.875em) {
  @supports (width: clamp(3.125rem, -0.826701427rem + 8.2327113063vw, 12.5rem)) {
    .home__icon {
      width: clamp(3.125rem, -0.826701427rem + 8.2327113063vw, 12.5rem);
    }
  }

  @supports not (width: clamp(3.125rem, -0.826701427rem + 8.2327113063vw, 12.5rem)) {
    .home__icon {
      width: calc(3.125rem + 9.375 * (100vw - 48rem) / 113.875);
    }
  }

  @supports (height: clamp(3.125rem, -0.826701427rem + 8.2327113063vw, 12.5rem)) {
    .home__icon {
      height: clamp(3.125rem, -0.826701427rem + 8.2327113063vw, 12.5rem);
    }
  }

  @supports not (height: clamp(3.125rem, -0.826701427rem + 8.2327113063vw, 12.5rem)) {
    .home__icon {
      height: calc(3.125rem + 9.375 * (100vw - 48rem) / 113.875);
    }
  }

  @supports (font-size: clamp(1.375rem, 0.3739023052rem + 2.0856201976vw, 3.75rem)) {
    .nft__title {
      font-size: clamp(1.375rem, 0.3739023052rem + 2.0856201976vw, 3.75rem);
    }
  }

  @supports not (font-size: clamp(1.375rem, 0.3739023052rem + 2.0856201976vw, 3.75rem)) {
    .nft__title {
      font-size: calc(1.375rem + 2.375 * (100vw - 48rem) / 113.875);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.6771405049rem + 0.9330406147vw, 2.1875rem)) {
    .nft__text {
      font-size: clamp(1.125rem, 0.6771405049rem + 0.9330406147vw, 2.1875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.6771405049rem + 0.9330406147vw, 2.1875rem)) {
    .nft__text {
      font-size: calc(1.125rem + 1.0625 * (100vw - 48rem) / 113.875);
    }
  }
}

@media (min-width: 81.3125em) and (min-width: 68.75em) and (max-width: 161.875em) {
  @supports (
    (-moz-column-gap: clamp(1.25rem, -11.6694630872rem + 18.7919463087vw, 18.75rem)) or
      (column-gap: clamp(1.25rem, -11.6694630872rem + 18.7919463087vw, 18.75rem))
  ) {
    .daily-tasks__container {
      -webkit-column-gap: clamp(1.25rem, -11.6694630872rem + 18.7919463087vw, 18.75rem);
      -moz-column-gap: clamp(1.25rem, -11.6694630872rem + 18.7919463087vw, 18.75rem);
      column-gap: clamp(1.25rem, -11.6694630872rem + 18.7919463087vw, 18.75rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.25rem, -11.6694630872rem + 18.7919463087vw, 18.75rem)) or
      (column-gap: clamp(1.25rem, -11.6694630872rem + 18.7919463087vw, 18.75rem))
  ) {
    .daily-tasks__container {
      -webkit-column-gap: calc(1.25rem + 17.5 * (100vw - 68.75rem) / 93.125);
      -moz-column-gap: calc(1.25rem + 17.5 * (100vw - 68.75rem) / 93.125);
      column-gap: calc(1.25rem + 17.5 * (100vw - 68.75rem) / 93.125);
    }
  }

  @supports (max-width: clamp(25rem, -0.3775167785rem + 36.9127516779vw, 59.375rem)) {
    .daily-tasks__body {
      max-width: clamp(25rem, -0.3775167785rem + 36.9127516779vw, 59.375rem);
    }
  }

  @supports not (max-width: clamp(25rem, -0.3775167785rem + 36.9127516779vw, 59.375rem)) {
    .daily-tasks__body {
      max-width: calc(25rem + 34.375 * (100vw - 68.75rem) / 93.125);
    }
  }
}

@media (min-width: 81.3125em) and (max-width: 68.75em) {
  .daily-tasks__container {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .daily-tasks__body {
    max-width: 25rem;
  }
}

@media (min-width: 68.75em) and (max-width: 161.875em) {
  @supports (
    (-moz-column-gap: clamp(1.25rem, -2.4412751678rem + 5.3691275168vw, 6.25rem)) or
      (column-gap: clamp(1.25rem, -2.4412751678rem + 5.3691275168vw, 6.25rem))
  ) {
    .daily-tasks__module {
      -webkit-column-gap: clamp(1.25rem, -2.4412751678rem + 5.3691275168vw, 6.25rem);
      -moz-column-gap: clamp(1.25rem, -2.4412751678rem + 5.3691275168vw, 6.25rem);
      column-gap: clamp(1.25rem, -2.4412751678rem + 5.3691275168vw, 6.25rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.25rem, -2.4412751678rem + 5.3691275168vw, 6.25rem)) or
      (column-gap: clamp(1.25rem, -2.4412751678rem + 5.3691275168vw, 6.25rem))
  ) {
    .daily-tasks__module {
      -webkit-column-gap: calc(1.25rem + 5 * (100vw - 68.75rem) / 93.125);
      -moz-column-gap: calc(1.25rem + 5 * (100vw - 68.75rem) / 93.125);
      column-gap: calc(1.25rem + 5 * (100vw - 68.75rem) / 93.125);
    }
  }

  @supports (font-size: clamp(1.875rem, 0.0293624161rem + 2.6845637584vw, 4.375rem)) {
    .daily-tasks__title {
      font-size: clamp(1.875rem, 0.0293624161rem + 2.6845637584vw, 4.375rem);
    }
  }

  @supports not (font-size: clamp(1.875rem, 0.0293624161rem + 2.6845637584vw, 4.375rem)) {
    .daily-tasks__title {
      font-size: calc(1.875rem + 2.5 * (100vw - 68.75rem) / 93.125);
    }
  }

  @supports (font-size: clamp(1.125rem, 0.3406040268rem + 1.1409395973vw, 2.1875rem)) {
    .daily-tasks__text {
      font-size: clamp(1.125rem, 0.3406040268rem + 1.1409395973vw, 2.1875rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 0.3406040268rem + 1.1409395973vw, 2.1875rem)) {
    .daily-tasks__text {
      font-size: calc(1.125rem + 1.0625 * (100vw - 68.75rem) / 93.125);
    }
  }
}

@media (min-width: 81.25em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (max-width: clamp(11.875rem, 7.6071652065rem + 6.8836045056vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-width: clamp(11.875rem, 7.6071652065rem + 6.8836045056vw, 18.75rem);
    }
  }

  @supports not (max-width: clamp(11.875rem, 7.6071652065rem + 6.8836045056vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-width: calc(11.875rem + 6.875 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-height: clamp(11.875rem, 7.6071652065rem + 6.8836045056vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-height: clamp(11.875rem, 7.6071652065rem + 6.8836045056vw, 18.75rem);
    }
  }

  @supports not (max-height: clamp(11.875rem, 7.6071652065rem + 6.8836045056vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-height: calc(11.875rem + 6.875 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 81.25em) and (max-width: 62em) {
  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-width: 11.875rem;
  }

  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-height: 11.875rem;
  }
}

@media (max-width: 81.3125em) and (min-width: 161.875em) {
  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-width: 18.75rem;
  }

  .daily-tasks__slider,
  .daily-tasks__slider-2,
  .daily-tasks__slider-3,
  .daily-tasks__slider-4 {
    max-height: 18.75rem;
  }
}

@media (max-width: 81.3125em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (max-width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (max-width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-width: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (max-height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slider,
    .daily-tasks__slider-2,
    .daily-tasks__slider-3,
    .daily-tasks__slider-4 {
      max-height: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 29.99875em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slide {
      width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slide {
      width: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slide {
      height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks__slide {
      height: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (padding-left: clamp(1.25rem, -1.8538798498rem + 5.0062578223vw, 6.25rem)) {
    .nft__container {
      padding-left: clamp(1.25rem, -1.8538798498rem + 5.0062578223vw, 6.25rem);
    }
  }

  @supports not (padding-left: clamp(1.25rem, -1.8538798498rem + 5.0062578223vw, 6.25rem)) {
    .nft__container {
      padding-left: calc(1.25rem + 5 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (padding-right: clamp(1.25rem, -1.8538798498rem + 5.0062578223vw, 6.25rem)) {
    .nft__container {
      padding-right: clamp(1.25rem, -1.8538798498rem + 5.0062578223vw, 6.25rem);
    }
  }

  @supports not (padding-right: clamp(1.25rem, -1.8538798498rem + 5.0062578223vw, 6.25rem)) {
    .nft__container {
      padding-right: calc(1.25rem + 5 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 29.99875em) and (max-width: 62em) {
  .daily-tasks__slide {
    width: 12.5rem;
  }

  .daily-tasks__slide {
    height: 12.5rem;
  }

  .nft__container {
    padding-left: 1.25rem;
  }

  .nft__container {
    padding-right: 1.25rem;
  }
}

@media (min-width: 81.3125em) and (min-width: 22.5em) and (max-width: 161.875em) {
  @supports (margin-bottom: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .daily-tasks .column-daily-tasks__slider:not(:last-child),
    .daily-tasks .column-daily-tasks__slider-2:not(:last-child),
    .daily-tasks .column-daily-tasks__slider-3:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.947309417rem + 1.3452914798vw, 3.125rem)) {
    .daily-tasks .column-daily-tasks__slider:not(:last-child),
    .daily-tasks .column-daily-tasks__slider-2:not(:last-child),
    .daily-tasks .column-daily-tasks__slider-3:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (width: clamp(6.25rem, 5.4932735426rem + 3.3632286996vw, 10.9375rem)) {
    .daily-tasks .column-daily-tasks__slide {
      width: clamp(6.25rem, 5.4932735426rem + 3.3632286996vw, 10.9375rem);
    }
  }

  @supports not (width: clamp(6.25rem, 5.4932735426rem + 3.3632286996vw, 10.9375rem)) {
    .daily-tasks .column-daily-tasks__slide {
      width: calc(6.25rem + 4.6875 * (100vw - 22.5rem) / 139.375);
    }
  }

  @supports (height: clamp(6.25rem, 5.4932735426rem + 3.3632286996vw, 10.9375rem)) {
    .daily-tasks .column-daily-tasks__slide {
      height: clamp(6.25rem, 5.4932735426rem + 3.3632286996vw, 10.9375rem);
    }
  }

  @supports not (height: clamp(6.25rem, 5.4932735426rem + 3.3632286996vw, 10.9375rem)) {
    .daily-tasks .column-daily-tasks__slide {
      height: calc(6.25rem + 4.6875 * (100vw - 22.5rem) / 139.375);
    }
  }
}

@media (min-width: 81.3125em) and (max-width: 22.5em) {
  .daily-tasks .column-daily-tasks__slider:not(:last-child),
  .daily-tasks .column-daily-tasks__slider-2:not(:last-child),
  .daily-tasks .column-daily-tasks__slider-3:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    width: 6.25rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    height: 6.25rem;
  }
}

@media (min-width: 29.99875em) and (max-width: 81.25em) and (min-width: 161.875em) {
  .daily-tasks .column-daily-tasks__slider,
  .daily-tasks .column-daily-tasks__slider-2,
  .daily-tasks .column-daily-tasks__slider-3 {
    max-width: 18.75rem;
  }

  .daily-tasks .column-daily-tasks__slider,
  .daily-tasks .column-daily-tasks__slider-2,
  .daily-tasks .column-daily-tasks__slider-3 {
    max-height: 18.75rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    width: 18.75rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    height: 18.75rem;
  }
}

@media (min-width: 29.99875em) and (max-width: 81.25em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (max-width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slider,
    .daily-tasks .column-daily-tasks__slider-2,
    .daily-tasks .column-daily-tasks__slider-3 {
      max-width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (max-width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slider,
    .daily-tasks .column-daily-tasks__slider-2,
    .daily-tasks .column-daily-tasks__slider-3 {
      max-width: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (max-height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slider,
    .daily-tasks .column-daily-tasks__slider-2,
    .daily-tasks .column-daily-tasks__slider-3 {
      max-height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (max-height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slider,
    .daily-tasks .column-daily-tasks__slider-2,
    .daily-tasks .column-daily-tasks__slider-3 {
      max-height: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slide {
      width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (width: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slide {
      width: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }

  @supports (height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slide {
      height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem);
    }
  }

  @supports not (height: clamp(12.5rem, 8.6201501877rem + 6.2578222778vw, 18.75rem)) {
    .daily-tasks .column-daily-tasks__slide {
      height: calc(12.5rem + 6.25 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 29.99875em) and (max-width: 81.25em) and (max-width: 62em) {
  .daily-tasks .column-daily-tasks__slider,
  .daily-tasks .column-daily-tasks__slider-2,
  .daily-tasks .column-daily-tasks__slider-3 {
    max-width: 12.5rem;
  }

  .daily-tasks .column-daily-tasks__slider,
  .daily-tasks .column-daily-tasks__slider-2,
  .daily-tasks .column-daily-tasks__slider-3 {
    max-height: 12.5rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    width: 12.5rem;
  }

  .daily-tasks .column-daily-tasks__slide {
    height: 12.5rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 81.25em) and (max-width: 161.875em) {
  @supports (
    (-moz-column-gap: clamp(1.875rem, -8.8323643411rem + 13.1782945736vw, 12.5rem)) or
      (column-gap: clamp(1.875rem, -8.8323643411rem + 13.1782945736vw, 12.5rem))
  ) {
    .nft__container {
      -webkit-column-gap: clamp(1.875rem, -8.8323643411rem + 13.1782945736vw, 12.5rem);
      -moz-column-gap: clamp(1.875rem, -8.8323643411rem + 13.1782945736vw, 12.5rem);
      column-gap: clamp(1.875rem, -8.8323643411rem + 13.1782945736vw, 12.5rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.875rem, -8.8323643411rem + 13.1782945736vw, 12.5rem)) or
      (column-gap: clamp(1.875rem, -8.8323643411rem + 13.1782945736vw, 12.5rem))
  ) {
    .nft__container {
      -webkit-column-gap: calc(1.875rem + 10.625 * (100vw - 81.25rem) / 80.625);
      -moz-column-gap: calc(1.875rem + 10.625 * (100vw - 81.25rem) / 80.625);
      column-gap: calc(1.875rem + 10.625 * (100vw - 81.25rem) / 80.625);
    }
  }
}

@media (min-width: 61.99875em) and (max-width: 81.25em) {
  .nft__container {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

@media (min-width: 61.99875em) and (min-width: 48em) and (max-width: 161.875em) {
  @supports (height: clamp(12.5rem, 7.7579582876rem + 9.8792535675vw, 23.75rem)) {
    .characters__picture_size-1 {
      height: clamp(12.5rem, 7.7579582876rem + 9.8792535675vw, 23.75rem);
    }
  }

  @supports not (height: clamp(12.5rem, 7.7579582876rem + 9.8792535675vw, 23.75rem)) {
    .characters__picture_size-1 {
      height: calc(12.5rem + 11.25 * (100vw - 48rem) / 113.875);
    }
  }

  @supports (height: clamp(12.5rem, 4.0697036224rem + 17.5631174533vw, 32.5rem)) {
    .characters__picture_size-2 {
      height: clamp(12.5rem, 4.0697036224rem + 17.5631174533vw, 32.5rem);
    }
  }

  @supports not (height: clamp(12.5rem, 4.0697036224rem + 17.5631174533vw, 32.5rem)) {
    .characters__picture_size-2 {
      height: calc(12.5rem + 20 * (100vw - 48rem) / 113.875);
    }
  }

  @supports (height: clamp(12.5rem, 1.962129528rem + 21.9538968167vw, 37.5rem)) {
    .characters__picture_size-3 {
      height: clamp(12.5rem, 1.962129528rem + 21.9538968167vw, 37.5rem);
    }
  }

  @supports not (height: clamp(12.5rem, 1.962129528rem + 21.9538968167vw, 37.5rem)) {
    .characters__picture_size-3 {
      height: calc(12.5rem + 25 * (100vw - 48rem) / 113.875);
    }
  }

  @supports (height: clamp(12.5rem, -0.67233809rem + 27.4423710209vw, 43.75rem)) {
    .characters__picture_size-4 {
      height: clamp(12.5rem, -0.67233809rem + 27.4423710209vw, 43.75rem);
    }
  }

  @supports not (height: clamp(12.5rem, -0.67233809rem + 27.4423710209vw, 43.75rem)) {
    .characters__picture_size-4 {
      height: calc(12.5rem + 31.25 * (100vw - 48rem) / 113.875);
    }
  }
}

@media (min-width: 61.99875em) and (max-width: 48em) {
  .characters__picture_size-1 {
    height: 12.5rem;
  }

  .characters__picture_size-2 {
    height: 12.5rem;
  }

  .characters__picture_size-3 {
    height: 12.5rem;
  }

  .characters__picture_size-4 {
    height: 12.5rem;
  }
}

@media (min-width: 62em) and (max-width: 168.125em) {
  @supports (
    (-moz-column-gap: clamp(1.25rem, 0.1545936396rem + 1.7667844523vw, 3.125rem)) or
      (column-gap: clamp(1.25rem, 0.1545936396rem + 1.7667844523vw, 3.125rem))
  ) {
    .block-play__row {
      -webkit-column-gap: clamp(1.25rem, 0.1545936396rem + 1.7667844523vw, 3.125rem);
      -moz-column-gap: clamp(1.25rem, 0.1545936396rem + 1.7667844523vw, 3.125rem);
      column-gap: clamp(1.25rem, 0.1545936396rem + 1.7667844523vw, 3.125rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.25rem, 0.1545936396rem + 1.7667844523vw, 3.125rem)) or
      (column-gap: clamp(1.25rem, 0.1545936396rem + 1.7667844523vw, 3.125rem))
  ) {
    .block-play__row {
      -webkit-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 106.125);
      -moz-column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 106.125);
      column-gap: calc(1.25rem + 1.875 * (100vw - 62rem) / 106.125);
    }
  }
}

@media (min-width: 75.0625em) and (min-width: 62em) and (max-width: 161.875em) {
  @supports (max-width: clamp(25rem, 14.5244055069rem + 16.8961201502vw, 41.875rem)) {
    .block-play__body {
      max-width: clamp(25rem, 14.5244055069rem + 16.8961201502vw, 41.875rem);
    }
  }

  @supports not (max-width: clamp(25rem, 14.5244055069rem + 16.8961201502vw, 41.875rem)) {
    .block-play__body {
      max-width: calc(25rem + 16.875 * (100vw - 62rem) / 99.875);
    }
  }
}

@media (min-width: 75.0625em) and (max-width: 62em) {
  .block-play__body {
    max-width: 25rem;
  }
}

@media (min-width: 75.0625em) and (max-width: 112.5em) and (min-width: 112.5em) {
  .block-play__video {
    height: 37.5rem;
  }
}

@media (min-width: 75.0625em) and (max-width: 112.5em) and (min-width: 62em) and (max-width: 112.5em) {
  @supports (height: clamp(28.125rem, 16.6150990099rem + 18.5643564356vw, 37.5rem)) {
    .block-play__video {
      height: clamp(28.125rem, 16.6150990099rem + 18.5643564356vw, 37.5rem);
    }
  }

  @supports not (height: clamp(28.125rem, 16.6150990099rem + 18.5643564356vw, 37.5rem)) {
    .block-play__video {
      height: calc(28.125rem + 9.375 * (100vw - 62rem) / 50.5);
    }
  }
}

@media (min-width: 75.0625em) and (max-width: 112.5em) and (max-width: 62em) {
  .block-play__video {
    height: 28.125rem;
  }
}

@media (max-width: 75em) and (min-width: 62em) {
  .block-play__video {
    height: 28.125rem;
  }
}

@media (max-width: 75em) and (min-width: 22.5em) and (max-width: 62em) {
  @supports (height: clamp(13.75rem, 5.5617088608rem + 36.3924050633vw, 28.125rem)) {
    .block-play__video {
      height: clamp(13.75rem, 5.5617088608rem + 36.3924050633vw, 28.125rem);
    }
  }

  @supports not (height: clamp(13.75rem, 5.5617088608rem + 36.3924050633vw, 28.125rem)) {
    .block-play__video {
      height: calc(13.75rem + 14.375 * (100vw - 22.5rem) / 39.5);
    }
  }
}

@media (min-width: 61.99875em) and (min-width: 29.9375em) and (max-width: 161.875em) {
  @supports (margin-left: clamp(1.875rem, -1.670416864rem + 11.8427285647vw, 17.5rem)) {
    .form {
      margin-left: clamp(1.875rem, -1.670416864rem + 11.8427285647vw, 17.5rem);
    }
  }

  @supports not (margin-left: clamp(1.875rem, -1.670416864rem + 11.8427285647vw, 17.5rem)) {
    .form {
      margin-left: calc(1.875rem + 15.625 * (100vw - 29.9375rem) / 131.9375);
    }
  }

  @supports (margin-right: clamp(1.875rem, -1.670416864rem + 11.8427285647vw, 17.5rem)) {
    .form {
      margin-right: clamp(1.875rem, -1.670416864rem + 11.8427285647vw, 17.5rem);
    }
  }

  @supports not (margin-right: clamp(1.875rem, -1.670416864rem + 11.8427285647vw, 17.5rem)) {
    .form {
      margin-right: calc(1.875rem + 15.625 * (100vw - 29.9375rem) / 131.9375);
    }
  }
}

@media (min-width: 61.99875em) and (max-width: 29.9375em) {
  .form {
    margin-left: 1.875rem;
  }

  .form {
    margin-right: 1.875rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 120em) {
  .form__input {
    height: 5rem;
  }
}

@media (max-width: 61.99875em) and (min-width: 22.5em) and (max-width: 120em) {
  @supports (height: clamp(3.125rem, 2.6923076923rem + 1.9230769231vw, 5rem)) {
    .form__input {
      height: clamp(3.125rem, 2.6923076923rem + 1.9230769231vw, 5rem);
    }
  }

  @supports not (height: clamp(3.125rem, 2.6923076923rem + 1.9230769231vw, 5rem)) {
    .form__input {
      height: calc(3.125rem + 1.875 * (100vw - 22.5rem) / 97.5);
    }
  }
}

@media (any-hover: hover) {
  .block__button-2:hover span,
  .block__button-3:hover span,
  .block__button-4:hover span {
    color: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .token__wrapper-decor:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}

/* Внимание эти изменение внесены уже в доп к вёрстке */
/* ВНИМАНИЕ НОВЫЕ ИЗМЕНЕНИЯ */

@media screen and (min-width: 1024px) {
  .wrapper {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .popup__wrapper {
    transform: scale(0.8);
  }
  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .wrapper {
    transform: scale(0.7);
    transform-origin: top center;
  }
  .popup__wrapper {
    transform: scale(0.7);
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    transform: scale(0.6);
    transform-origin: top center;
  }
  .popup__wrapper {
    transform: scale(0.6);
  }
}

.white-paper {
  height: 56rem;
  overflow: auto;
}

.section__info-demo {
  margin: 0 auto;
  /* padding-bottom: 80px; */
  text-align: center;
}
.section__column-game {
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .section__column-game {
    padding: 20px 10px;
  }
}
.section__column-game::before {
  display: none;
}

/* Ваши стили для десктопа здесь */
.map__title {
  width: min-content;
  background-color: rgba(37, 0, 65, 0.82);
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
  margin-bottom: 1px;
}

.video-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  cursor: url("../files/mouse-low.png"), auto;
}

.map__video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.controls {
  position: absolute;
  right: 2%;
  bottom: 25%;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.controls__zoom img {
  width: 100px;
  height: 100px;
}
.controls__zoom.click {
  position: relative;
  cursor: url("../files/mouse1-low.png"), grabbing;
}
.controls__zoom.click::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .map__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    /* height: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
    cursor: -webkit-grab;
    cursor: grab;
    z-index: 20;
  }
  .section__info-demo {
    /* padding-bottom: 50px; */
  }
  .controls__zoom img {
    width: 80px;
    height: 80px;
  }
  /* .menu__item:has(> .menu__link_list) {
    display: none;
  } */
}
.menu__sub-list.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 768px) {
  .section__info-demo {
    /* padding-bottom: 20px; */
  }
  .section__column {
    padding: 15px;
  }
}
@media (min-width: 480px) {
  .map__title {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .map__video {
    width: 250%;
  }
  .controls {
    bottom: 15%;
  }
  .map__title {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-device-width: 768px) {
  /* Сюда добавляется CSS для мобильных устройств и планшетов */
  .map__video {
    overscroll-behavior: contain;
  }
}

.token__parent {
  position: relative;
}
.token__cross {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: all 0.5s ease 0s;
  opacity: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.token__cross-active {
  opacity: 1;
  overflow: visible;
}

.cross-token__settings {
  position: absolute;
  background-color: #fe8a01;
  border-radius: 5px;
}
.cross-token__horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  transform: translateY(-2.5px);
}
.cross-token__vertical {
  left: 50%;
  top: 0;
  width: 5px;
  height: 100%;
  transform: translateX(-2.5px);
}
@media (max-width: 992px) {
  .token__cross {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}

.demo-game {
  width: 100%; /* Займет 100% ширины родительского контейнера */
  height: 0; /* Начальная высота 0, чтобы сохранить пропорции */
  padding-bottom: 56.25%; /* Это соотношение 16:9 (1080 / 1920 * 100) */
  position: relative; /* Позиция относительно родительского контейнера */
}

.demo-game iframe {
  position: absolute; /* Рамка будет абсолютно позиционирована внутри контейнера */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home__gif {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gif-girl_1 {
  position: absolute;
  bottom: -3%;
  width: 36%;
  left: 28%;
}
@media (max-width: 992px) {
  .gif-girl_1 {
    left: 0;
    width: 40%;
  }
}
#lottie_8 {
  object-fit: contain;
}
#lottie_9 {
  object-fit: contain;
}

.footer__social {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer__social-list {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__social-link {
    width: 60px;
    height: 60px;
  }
  .footer__social-link img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .footer__social-list {
    padding-top: 20px;
  }
}

img#lottie_1 {
  object-fit: contain;
}
img#lottie_10 {
  object-fit: contain;
}
