@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700);

@charset "UTF-8";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow:before {
  content: "\e900";
}

._icon-calendar:before {
  content: "\e901";
}

._icon-case:before {
  content: "\e902";
}

._icon-check:before {
  content: "\e903";
}

._icon-close:before {
  content: "\e904";
  color: #fff;
}

._icon-location:before {
  content: "\e905";
  color: #fff;
}

._icon-play:before {
  content: "\e906";
  color: #fff;
}

._icon-s-facebook:before {
  content: "\e907";
  color: #fff;
}

._icon-s-instagram:before {
  content: "\e908";
  color: #fff;
}

._icon-s-youtube:before {
  content: "\e909";
  color: #fff;
}

._icon-tel:before {
  content: "\e90a";
  color: #fff;
}

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

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

a:focus,
a:active {
  outline: none;
}

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

body {
  color: #0D0D0E;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 1rem;
  -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: "Montserrat";
  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;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > summary:first-of-type {
  list-style: none;
}

summary {
  list-style: none;
  list-style-type: none;
}

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

.wrapper {
  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;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 78.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}

body::after {
  content: "";
  background: rgba(13, 13, 14, 0.4);
  -webkit-backdrop-filter: blur(0.4375rem);
          backdrop-filter: blur(0.4375rem);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

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

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup__video {
  width: 50.625rem;
  height: 28.4375rem;
}

.popup__close {
  position: absolute;
  bottom: calc(100% + 2.5rem);
  left: 100%;
}

.popup__close::before {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

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

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

.popup__wrapper {
  position: relative;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dbdada;
  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;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 100%;
  max-width: 50.625rem;
}

.lock .popup__content {
  visibility: visible;
}

[data-showmore-button] span:last-child {
  display: none;
}

._showmore-active [data-showmore-button] span {
  display: none;
}

._showmore-active [data-showmore-button] span:last-child {
  display: block;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  position: relative;
  z-index: 100;
  color: #20193f;
  font-weight: 700;
  line-height: 120%;
}

.title span {
  position: relative;
  margin-left: -0.9375rem;
  background-color: #ffeddc;
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.4375rem 0.4375rem 0.625rem 0.9375rem;
}

.button {
  border-radius: 0 1rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 133%;
  padding: 1.375rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(184, 184, 184, 0.5);
          box-shadow: 0 0.1875rem 1.25rem 0 rgba(184, 184, 184, 0.5);
  background: linear-gradient(171deg, #827bfd 23.48%, #736bf8 92.93%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button span {
  z-index: 2;
}

.button::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  background: linear-gradient(171deg, #6a63e3 23.48%, #554ed0 92.93%);
  border-radius: 0 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.button--orange {
  -webkit-box-shadow: 0px 3px 17px 0px rgba(48, 42, 144, 0.2);
          box-shadow: 0px 3px 17px 0px rgba(48, 42, 144, 0.2);
  background: linear-gradient(162deg, #ffa654 31.86%, #ea8b35 88.28%);
}

.button--orange::after {
  content: "";
  background: linear-gradient(162deg, #f0923b 31.86%, #d27219 88.28%);
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

[data-youtube-play],
.play-button {
  z-index: 4;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[data-youtube-play] img,
.play-button img {
  width: 100%;
}

.image-video-ibg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}

._hide .image-video-ibg {
  opacity: 0;
  visibility: hidden;
}

.hidden {
  max-height: 12.5rem;
  overflow: hidden;
  position: relative;
}

.hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 100%);
}

.visible {
  max-height: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.header__logo {
  display: block;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 3.6875rem;
}

.header__logo img {
  width: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.menu__link {
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.menu__link._active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.09375rem;
  border-radius: 0.125rem;
  background-color: #827BFD;
  left: 0;
  bottom: -0.1875rem;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.menu__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.09375rem;
  border-radius: 0.125rem;
  background-color: #827BFD;
  left: 0;
  bottom: -0.1875rem;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.button-header {
  width: 2.4375rem;
  height: 2.25rem;
  padding: 0.625rem;
  margin-right: -0.625rem;
}

.icon-menu {
  display: none;
}

.footer {
  background: linear-gradient(171deg, #827bfd 23.48%, #736bf8 92.93%);
}

.footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.footer__logo {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
}

.footer__logo img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.footer__contacts {
  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;
  row-gap: 0.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 150%;
}

.footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__location::before {
  line-height: 100%;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__phone::before {
  line-height: 100%;
}

.footer__links {
  display: -ms-grid;
  display: grid;
  gap: 1.375rem;
}

.footer__developer {
  display: -ms-grid;
  display: grid;
  justify-items: end;
  color: #FFF;
  font-weight: 500;
  line-height: 120%;
}

.footer__logo-company img {
  width: 100%;
}

.social-footer {
  display: -ms-grid;
  display: grid;
  justify-items: end;
}

.social-footer__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.social-footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}

.social-footer__link img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 2.5rem;
  width: 100%;
}

.hero {
  position: relative;
}

.hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47.058824% auto;
  grid-template-columns: 47.058824% auto;
  /* 576/1224 */
  -webkit-column-gap: 3.5625rem;
     -moz-column-gap: 3.5625rem;
          column-gap: 3.5625rem;
}

.no-webp .hero__content{
  border-image: url("../img/hero/Ellipse/01.png"); }

.hero__content {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 7.375rem;
  -o-border-image: url("../img/hero/Ellipse/01.png");
}

.hero__title {
  -webkit-transition: all 0.5s 0.4s;
  transition: all 0.5s 0.4s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
  font-weight: 700;
  line-height: 120%;
}

.hero__title._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.hero__title span {
  color: #827BFD;
  background-color: #ffeddc;
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.4375rem 1rem 0.625rem 0.5rem;
}

.hero__text {
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
  max-width: 30.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}

.hero__text._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.hero__button {
  -webkit-transition: all 1s 0.8s;
  transition: all 1s 0.8s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.hero__button._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.hero__images {
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
  opacity: 0;
  position: relative;
}

.hero__images._watcher-view {
  opacity: 1;
}

.hero__images::after {
  content: "";
  position: absolute;
  width: 93.661972%;
  /* 532/568 */
  aspect-ratio: 1/1;
  bottom: 1.1875rem;
  left: 1.1875rem;
  border-radius: 50%;
  background-color: #ffa654;
}

.hero__square {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  bottom: 0rem;
  left: 0rem;
  z-index: 9;
}

.hero__square img {
  width: 100%;
  height: 100%;
}

.hero__image {
  -webkit-transition: all 0.8s 0.1s;
  transition: all 0.8s 0.1s;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  position: relative;
  z-index: 14;
  overflow: hidden;
  border-radius: 0 0 35.5rem 35.5rem;
  background-color: transparent;
  left: 1.1875rem;
  bottom: 1.1875rem;
  width: 93.309859%;
  /* 530/568 */
  height: 100%;
}

.hero__image._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.hero__image img {
  position: absolute;
  z-index: 11;
  width: 100.5%;
  bottom: -8.6875rem;
  left: -1.5rem;
}

.hero__icons {
  -webkit-transition: all 0.75s 0s;
  transition: all 0.75s 0s;
  opacity: 0;
}

.hero__icons._watcher-view {
  opacity: 1;
}

.hero__eclipse {
  position: absolute;
}

.icons-hero__item {
  z-index: 15;
  position: absolute;
}

.icons-hero__item img {
  width: 100%;
}

.how {
  position: relative;
  background: #f8f6ff;
  position: relative;
}

.how__container {
  padding-bottom: 7.625rem;
  padding-top: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.no-webp .how__arrow--1{
  background: url("../img/lp/how/arrow-to-right.png") center/cover no-repeat; }

.how__arrow--1 {
  -webkit-transition: all 0.4s ease-in 0.3s;
  transition: all 0.4s ease-in 0.3s;
  opacity: 0;
  -webkit-transform: translate(-3.125rem, 3.125rem);
      -ms-transform: translate(-3.125rem, 3.125rem);
          transform: translate(-3.125rem, 3.125rem);
  position: absolute;
  width: 11.5rem;
  height: 7.875rem;
  bottom: 16.25rem;
  left: 0;
}

.how__arrow--1._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.no-webp .how__arrow--2{
  background: url("../img/lp/how/arrow-to-left.png") center/cover no-repeat; }

.how__arrow--2 {
  position: absolute;
  width: 11.5rem;
  height: 7.875rem;
  top: 18.875rem;
  right: 0;
}

.how__body {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
}

.how__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.how__item {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.0625rem 2.0625rem;
  border-radius: 3.75rem;
  color: var(--White, #fff);
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  -webkit-box-shadow: 0 0.1875rem 1.0625rem 0 rgba(48, 42, 144, 0.2);
          box-shadow: 0 0.1875rem 1.0625rem 0 rgba(48, 42, 144, 0.2);
}

.how__item:nth-child(1) {
  background: linear-gradient(45deg, #ffa654 9.66%, #ea8b35 93.63%);
}

.how__item:nth-child(2) {
  background: linear-gradient(93deg, #827bfd 26.49%, #736bf8 75.47%);
}

.how__item:nth-child(3) {
  background: linear-gradient(44deg, #f77191 13.06%, #f57088 93.25%);
}

.how__elements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.how__element {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.0625rem 2rem;
  border-radius: 3.75rem;
  color: var(--White, #fff);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 150%;
  -webkit-box-shadow: 0 0.1875rem 1.0625rem 0 rgba(48, 42, 144, 0.2);
          box-shadow: 0 0.1875rem 1.0625rem 0 rgba(48, 42, 144, 0.2);
}

.how__element:nth-child(1) {
  background: linear-gradient(44deg, #5ecfef 3.73%, #2daadb 93.52%);
}

.how__element:nth-child(2) {
  background: linear-gradient(45deg, #ffa654 9.66%, #ea8b35 93.63%);
}

.how__eclipse {
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 0;
}

.how__square {
  position: absolute;
  z-index: 1;
}

.how__square img {
  width: 100%;
}

.how__square--1 {
  left: 0;
}

.how__square--2 {
  right: 0;
}

.how__rectangle {
  z-index: 1;
  position: absolute;
}

.how__rectangle img {
  width: 100%;
}

.how__rectangle--1 {
  left: -1.75rem;
}

.how__rectangle--2 {
  right: -2.375rem;
  top: 4.5625rem;
}

.video-how {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #dbdada;
}

.video-how iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.video-how__play {
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-how__play._hide {
  opacity: 0;
  visibility: hidden;
}

.video-how__play img {
  width: 100%;
}

.game__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.game__content {
  display: -ms-grid;
  display: grid;
  justify-items: start;
}

.game__title {
  -webkit-transition: all 0.6s ease 0.1s;
  transition: all 0.6s ease 0.1s;
  opacity: 0;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}

.game__title._watcher-view {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.game__text {
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
  font-weight: 500;
  line-height: 150%;
}

.game__text._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.game__button {
  -webkit-transition: all 0.6s 0.5s;
  transition: all 0.6s 0.5s;
  opacity: 0;
}

.game__button._watcher-view {
  opacity: 1;
}

.game__images {
  position: relative;
}

.image-game {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}

.image-game--big .image-game__photo-ibg img {
  -o-object-position: 30% 1.4375rem;
     object-position: 30% 1.4375rem;
  -webkit-transform: scale(1.16);
      -ms-transform: scale(1.16);
          transform: scale(1.16);
}

.image-game--medium {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-game--medium .image-game__photo-ibg {
  width: 87.007874%;
  /* 221/254 */
}

.image-game--medium .image-game__photo-ibg img {
  -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
          transform: scale(1.09);
}

.image-game--small {
  position: absolute;
}

.image-game--small .image-game__photo-ibg {
  width: 78.378378%;
  /* 116/148 */
}

.image-game--small .image-game__photo-ibg img {
  -o-object-position: 20% 10%;
     object-position: 20% 10%;
}

.image-game__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
}

.image-game__photo-ibg {
  position: relative;
  width: 93.117409%;
  /* 460/494 */
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.image-game__circle {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}

.image-game__circle img {
  width: 100%;
}

.image-game__ellipse {
  position: absolute;
}

.image-game__ellipse img {
  width: 100%;
}

.list-game {
  display: -ms-grid;
  display: grid;
}

.list-game__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.list-game__item:nth-child(1) {
  -webkit-transition: all 0.4s 0.3s;
  transition: all 0.4s 0.3s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
}

.list-game__item:nth-child(1)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.list-game__item:nth-child(2) {
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
}

.list-game__item:nth-child(2)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.list-game__item:nth-child(3) {
  -webkit-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
}

.list-game__item:nth-child(3)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.list-game__item:nth-child(4) {
  -webkit-transition: all 0.4s 0.6s;
  transition: all 0.4s 0.6s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
}

.list-game__item:nth-child(4)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.list-game__item:nth-child(5) {
  -webkit-transition: all 0.4s 0.6s;
  transition: all 0.4s 0.6s;
  opacity: 0;
  -webkit-transform: translate(-1.875rem, 0);
      -ms-transform: translate(-1.875rem, 0);
          transform: translate(-1.875rem, 0);
}

.list-game__item:nth-child(5)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.list-game__item::before {
  content: url("../img/lp/icons/check.svg");
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(44deg, #f77191 13.06%, #f57088 93.25%);
}

.trial {
  background: linear-gradient(93deg, #827bfd 26.49%, #736bf8 75.47%);
  overflow: hidden;
  position: relative;
}

.trial__container {
  position: relative;
}

.trial__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trial__title {
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
}

.trial__title._watcher-view {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.trial__button {
  -webkit-transition: all 0.7s ease 0.35s;
  transition: all 0.7s ease 0.35s;
  opacity: 0;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  -ms-grid-column-align: center;
      justify-self: center;
}

.trial__button._watcher-view {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.icon-trial {
  position: absolute;
}

.icon-trial img {
  width: 100%;
}

.icon-trial--1 {
  top: 5.25rem;
  left: 1.4375rem;
  -webkit-transform: rotate(-28deg);
      -ms-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.icon-trial--2 {
  bottom: 8.375rem;
  right: 1rem;
  -webkit-transform: rotate(21deg);
      -ms-transform: rotate(21deg);
          transform: rotate(21deg);
}

.icon-trial--3 {
  bottom: 13.5625rem;
  left: 0.5625rem;
}

.icon-trial--4 {
  bottom: 7.5rem;
  left: 11.5rem;
}

.icon-trial--5 {
  top: 4.9375rem;
  right: 18.4375rem;
}

.icon-trial--6 {
  top: 5.25rem;
  left: 22rem;
}

.icon-trial--7 {
  top: 6.5rem;
  right: 8.0625rem;
}

.icon-trial--8 {
  bottom: 7.6875rem;
  right: 13.6875rem;
}

.circle-trial {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
}

.circle-trial img {
  width: 100%;
}

.circle-trial--3 {
  width: 20.6875rem;
  aspect-ratio: 1/1;
}

.program {
  position: relative;
  background: #f8f6ff;
}

.program__container {
  position: relative;
}

.program__title {
  -webkit-transition: all 0.7s ease 0.1s;
  transition: all 0.7s ease 0.1s;
  opacity: 0;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.program__title._watcher-view {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.program__items {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14.375rem, 1fr));
}

.program__item {
  padding: 2rem 1.5rem 2.5rem 1.5rem;
}

.program__item:nth-child(1) {
  -webkit-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
      -ms-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
}

.program__item:nth-child(1)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.program__item:nth-child(2) {
  -webkit-transition: all 0.5s ease-out 0.6s;
  transition: all 0.5s ease-out 0.6s;
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
      -ms-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
}

.program__item:nth-child(2)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.program__item:nth-child(3) {
  -webkit-transition: all 0.5s ease-out 0.9s;
  transition: all 0.5s ease-out 0.9s;
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
      -ms-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
}

.program__item:nth-child(3)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.program__item:nth-child(4) {
  -webkit-transition: all 0.5s ease-out 1.2s;
  transition: all 0.5s ease-out 1.2s;
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
      -ms-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
}

.program__item:nth-child(4)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0, 0rem);
      -ms-transform: translate(0, 0rem);
          transform: translate(0, 0rem);
}

.element-program {
  z-index: 1;
  position: absolute;
}

.element-program img {
  width: 100%;
}

.element-program--1 {
  left: -7.8125rem;
  bottom: 16.5625rem;
}

.element-program--2 {
  right: 15rem;
  top: 6.125rem;
}

.element-program--3 {
  right: -9.3125rem;
  top: 17.125rem;
}

.element-program--4 {
  left: -1.75rem;
  bottom: 8.75rem;
}

.element-program--5 {
  right: -2.375rem;
  top: 3.0625rem;
}

.item-program {
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
}

.item-program:nth-child(1) {
  background: linear-gradient(93deg, #827bfd 26.49%, #736bf8 75.47%);
}

.item-program:nth-child(2) {
  background: linear-gradient(45deg, #ffa654 9.66%, #ea8b35 93.63%);
}

.item-program:nth-child(3) {
  background: linear-gradient(44deg, #f77191 13.06%, #f57088 93.25%);
}

.item-program:nth-child(4) {
  background: linear-gradient(44deg, #5ecfef 3.73%, #2daadb 93.52%);
}

.item-program__icon {
  margin-bottom: 1.5rem;
}

.item-program__title {
  font-weight: 500;
  line-height: 130%;
}

.item-program__text {
  line-height: 150%;
}

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

.schedule__container {
  position: relative;
}

.schedule__circle {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
}

.schedule__circle img {
  width: 100%;
}

.schedule__title {
  -webkit-transition: all 0.7s ease 0.1s;
  transition: all 0.7s ease 0.1s;
  opacity: 0;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.schedule__title._watcher-view {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.schedule__eclipse {
  position: absolute;
}

.schedule__eclipse img {
  width: 100%;
}

.schedule__eclipse--1 {
  width: 54.4375rem;
  top: -5.6875rem;
  left: -42.375rem;
}

.schedule__eclipse--2 {
  width: 54.375rem;
  top: -3.0625rem;
  right: -26.9375rem;
}

.schedule__eclipse--3 {
  width: 119.875rem;
  bottom: 35.375rem;
  right: -21.375rem;
}

.spollers-schedule {
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0.25rem 1.6875rem 0px rgba(170, 167, 184, 0.16);
          box-shadow: 0px 0.25rem 1.6875rem 0px rgba(170, 167, 184, 0.16);
}

.spollers-schedule__title {
  outline: none;
  border: none;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.9375rem;
  cursor: pointer;
  color: #0D0D0E;
  width: 100%;
  list-style: none;
  font-weight: 600;
  line-height: 133.333%;
  border-bottom: 0.0625rem solid #e7e7e7;
  padding: 1.5rem 5rem 1.5rem 2.5rem;
}

.spollers-schedule__title::before {
  font-size: 0.625rem;
  content: "\e900";
  color: #0D0D0E;
  width: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #e7e7e7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 0.125rem;
}

.spollers-schedule__title._spoller-active {
  border-bottom: 0.0625rem solid transparent;
  background: #f8f6ff;
  color: #827BFD;
}

.spollers-schedule__title._spoller-active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #827BFD;
  color: #fff;
}

.spollers-schedule__body {
  background: #f8f6ff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 0rem 2.5rem 3rem 2.5rem;
  border-bottom: 0.0625rem solid #e7e7e7;
}

.spollers-schedule__list {
  gap: 0.5625rem;
  justify-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spollers-schedule__item {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 150%;
}

.spollers-schedule__item::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #827BFD;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.25rem;
          flex: 0 0 0.25rem;
}

.video-spollers {
  position: relative;
  height: 19.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-spollers__image-ibg {
  width: 100%;
  height: 100%;
}

.video-spollers__button {
  width: 4rem;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-spollers__button img {
  width: 100%;
}

.video-spollers__play img {
  width: 100%;
}

.testimonials {
  overflow: hidden;
  position: relative;
  background: linear-gradient(44deg, #f77191 13.06%, #f57088 93.25%);
}

.testimonials__container {
  position: relative;
}

.testimonials__title {
  position: relative;
  z-index: 100;
  color: #fff;
  font-weight: 700;
  line-height: 147.368%;
  -webkit-transition: all 0.7s ease 0.1s;
  transition: all 0.7s ease 0.1s;
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.testimonials__title._watcher-view {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.testimonials__element {
  z-index: 1;
  position: absolute;
}

.testimonials__element img {
  width: 100%;
}

.testimonials__element--1 {
  left: -9.25rem;
  bottom: 6rem;
}

.testimonials__element--2 {
  right: -4.125rem;
  top: 7.5625rem;
}

.testimonials__controls {
  z-index: 2;
}

.testimonials__controls .swiper-button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 2.5rem;
  -ms-flex-preferred-size: 2.5rem;
      flex-basis: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #827BFD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}

.testimonials__controls .swiper-button.swiper-button-disabled {
  background-color: #d4b6ce;
}

.testimonials__controls .swiper-button-prev {
  padding-right: 0.1875rem;
}

.testimonials__controls .swiper-button-prev::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.testimonials__controls .swiper-button-next::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.swiper-testimonial {
  position: relative;
  z-index: 2;
  border-radius: 1.5rem;
}

.swiper-testimonial__slide {
  border-radius: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(170, 170, 170, 0.25);
          box-shadow: 0px 0px 0.25rem 0px rgba(170, 170, 170, 0.25);
  padding: 2rem 1.5rem 2.5rem 1.5rem;
}

.swiper-testimonial__content {
  width: 100%;
  height: 100%;
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-testimonial__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
  line-height: 150%;
}

.swiper-testimonial__img{
	max-width:100%;
}

.swiper-testimonial__link {
  font-weight: 500;
  text-decoration: underline;
  color: #0D0D0E;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-underline-offset: 0.1875rem;
}

.swiper-testimonial__text-block {
  margin-bottom: 1.5625rem;
  display: -ms-grid;
  display: grid;
}

.swiper-testimonial__more {
  position: absolute;
  bottom: -0.3125rem;
  right: 0.3125rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 0.5rem;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  color: #0D0D0E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 120%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-testimonial__more:hover {
  color: #827BFD;
}

.swiper-testimonial__more::before {
  padding-top: 0.125rem;
  font-size: 0.4375rem;
  font-weight: 600;
  border-radius: 50%;
  -ms-flex-preferred-size: 1.6875rem;
      flex-basis: 1.6875rem;
  width: 1.6875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #e7e7e7;
}

.swiper-testimonial__more.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.person-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.person-testimonial__avatar-ibg {
  width: 4rem;
  -ms-flex-preferred-size: 4rem;
      flex-basis: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.person-testimonial__avatar-ibg img {
  /* -webkit-transform: scale(2.2);
      -ms-transform: scale(2.2);
          transform: scale(2.2);
  -o-object-position: 0 -0.75rem;
     object-position: 0 -0.75rem; */
}

.person-testimonial__name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.person-testimonial__position {
  font-weight: 500;
  line-height: 150%;
}

.swiper-pagination {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.swiper-pagination-bullet {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 0.5625rem;
  height: 0.375rem;
  border-radius: 0.3125rem;
  background: #c7c3ff;
}

.swiper-pagination-bullet-active {
  width: 1.5rem;
  background: linear-gradient(171deg, #827bfd 23.48%, #736bf8 92.93%);
}

.circle-testimonial {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
}

.circle-testimonial img {
  width: 100%;
}

.about {
  overflow: hidden;
  position: relative;
  background: #f8f6ff;
}

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

.about__title {
  -webkit-transition: all 0.7s ease 0.1s;
  transition: all 0.7s ease 0.1s;
  opacity: 0;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
}

.about__title._watcher-view {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.about__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 57.51634%;
  grid-template-columns: auto 57.51634%;
  /* 704/1224 */
  gap: 3.125rem;
}

.about__items {
  display: -ms-grid;
  display: grid;
  max-width: 23.75rem;
}

.about__item:nth-child(1) {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  opacity: 0;
  -webkit-transform: translate(-1.25rem, 0);
      -ms-transform: translate(-1.25rem, 0);
          transform: translate(-1.25rem, 0);
}

.about__item:nth-child(1)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.about__item:nth-child(2) {
  -webkit-transition: all 0.5s ease 0.45s;
  transition: all 0.5s ease 0.45s;
  opacity: 0;
  -webkit-transform: translate(-1.25rem, 0);
      -ms-transform: translate(-1.25rem, 0);
          transform: translate(-1.25rem, 0);
}

.about__item:nth-child(2)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.about__item:nth-child(3) {
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
  opacity: 0;
  -webkit-transform: translate(-1.25rem, 0);
      -ms-transform: translate(-1.25rem, 0);
          transform: translate(-1.25rem, 0);
}

.about__item:nth-child(3)._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.about__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.5s ease 0.45s;
  transition: all 0.5s ease 0.45s;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}

.about__button._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.about__rectangle {
  z-index: 1;
  position: absolute;
}

.about__rectangle img {
  width: 100%;
}

.about__rectangle--1 {
  left: -1.75rem;
  top: -1.75rem;
}

.about__rectangle--2 {
  right: -2.375rem;
}

.item-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-about__text {
  color: #20193f;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}

.item-about__text span {
  font-weight: 600;
}

.video-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24.75rem;
}

.video-about__caption {
  position: absolute;
  bottom: calc(100% + 3.4375rem);
  right: 9.875rem;
  -webkit-transition: all 0.4s ease-out 1.5s;
  transition: all 0.4s ease-out 1.5s;
  opacity: 0;
  -webkit-transform: translate(3.75rem, -1.25rem);
      -ms-transform: translate(3.75rem, -1.25rem);
          transform: translate(3.75rem, -1.25rem);
}

.video-about__caption._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.video-about__arrow {
  position: absolute;
  right: calc(100% + 0.4375rem);
  top: -0.3125rem;
  top: 35%;
}

.video-about__textbox {
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 16.125rem;
  padding: 1rem 2rem;
  color: #20193f;
  font-weight: 500;
  line-height: 150%;
  border-radius: 3.75rem;
  border: 0.125rem solid #20193f;
}

.request__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.request__title {
  -webkit-transition: all 0.7s ease 0.1s;
  transition: all 0.7s ease 0.1s;
  opacity: 0;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.request__title._watcher-view {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.request__label {
  color: #000;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: all 0.5s ease-out 0.4s;
  transition: all 0.5s ease-out 0.4s;
  opacity: 0;
  -webkit-transform: translate(0, 0.625rem);
      -ms-transform: translate(0, 0.625rem);
          transform: translate(0, 0.625rem);
}

.request__label._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.request__form {
  -webkit-transition: all 0.7s ease-out 0.6s;
  transition: all 0.7s ease-out 0.6s;
  opacity: 0;
}

.request__form._watcher-view {
  opacity: 1;
}

.request__images {
  position: relative;
}

.form-request {
  max-width: 31rem;
  border-radius: 1.5rem;
  background: linear-gradient(93deg, #827bfd 26.49%, #736bf8 75.47%);
  display: -ms-grid;
  display: grid;
  padding: 1.7rem 3rem 3.5rem;
}

.form-request__title {
  color: #fff;
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 1.125rem;
}

.form-request__title span {
  line-height: 150%;
  font-weight: 500;
}

.form-request__item {
  width: 100%;
}

.form-request__item:not(:last-child) {
  margin-bottom: 2.125rem;
}

.form-request__input {
  width: 100%;
  background: transparent;
  border-bottom: 0.0625rem solid #e3e3e3;
  color: #fff;
  padding: 0.375rem 0.9375rem 0.375rem 0rem;
}

._form-error .form-request__input {
  color: #ff9797;
  border-bottom: 0.0625rem solid #ff9797;
}

._form-error .form-request__input::-webkit-input-placeholder {
  color: #ff9797;
}

._form-error .form-request__input::-moz-placeholder {
  color: #ff9797;
}

._form-error .form-request__input:-ms-input-placeholder {
  color: #ff9797;
}

._form-error .form-request__input::-ms-input-placeholder {
  color: #ff9797;
}

._form-error .form-request__input::placeholder {
  color: #ff9797;
}

.form-request__input::-webkit-input-placeholder {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #e3e3e3;
  line-height: 130%;
  /* 20.8px */
}

.form-request__input::-moz-placeholder {
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #e3e3e3;
  line-height: 130%;
  /* 20.8px */
}

.form-request__input:-ms-input-placeholder {
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #e3e3e3;
  line-height: 130%;
  /* 20.8px */
}

.form-request__input::-ms-input-placeholder {
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #e3e3e3;
  line-height: 130%;
  /* 20.8px */
}

.form-request__input::placeholder {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #e3e3e3;
  line-height: 130%;
  /* 20.8px */
}

.form-request__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-request__input:focus::-moz-placeholder {
  opacity: 0;
}

.form-request__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-request__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.form-request__input:focus::placeholder {
  opacity: 0;
}

.form-request__input:focus {
  outline: none;
  border-bottom: 0.0625rem solid #fff;
}

.form-request__button-wrapper {
  display: flex;
  justify-content: center;
}

.form-request__button {
  margin-top: 0.375rem;
  width: 18.6875rem;
  -ms-grid-column-align: center;
      justify-self: center;
}

.form__error {
  display: none;
}

.image-request {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}

.image-request--big {
  left: 0;
}

.image-request--big .image-request__photo-ibg img {
  -o-object-position: 30% 0;
     object-position: 30% 0;
  -webkit-transform: scale(1.16);
      -ms-transform: scale(1.16);
          transform: scale(1.16);
}

.image-request--medium {
  position: absolute;
}

.image-request--medium .image-request__photo-ibg {
  width: 87.007874%;
  /* 221/254 */
}

.image-request--medium .image-request__photo-ibg img {
  -o-object-position: -2.3125rem 0;
     object-position: -2.3125rem 0;
}

.image-request--small {
  position: absolute;
}

.image-request--small .image-request__photo-ibg {
  width: 78.378378%;
  /* 116/148 */
}

.image-request--small .image-request__photo-ibg img {
  -o-object-position: 20% 10%;
     object-position: 20% 10%;
}

.image-request__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
}

.image-request__photo-ibg {
  position: relative;
  width: 93.117409%;
  /* 460/494 */
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.image-request__circle {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}

.image-request__circle img {
  width: 100%;
}

.image-request__ellipse {
  z-index: -1;
  position: absolute;
}

.image-request__ellipse img {
  width: 100%;
}

.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: 11.875em) {
  .game {
    padding-top: 6.9375rem;
  }

  .game {
    padding-bottom: 6.9375rem;
  }
}

@media (min-width: 29.99875em) {
  .hero__eclipse--2 {
    display: none;
  }

  .swiper-pagination {
    display: none;
  }
}

@media (min-width: 47.99875em) {
  .footer__contacts {
    margin-top: 0.3125rem;
  }

  .how__arrow--2 {
    -webkit-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    opacity: 0;
    -webkit-transform: translate(3.125rem, 3.125rem);
        -ms-transform: translate(3.125rem, 3.125rem);
            transform: translate(3.125rem, 3.125rem);
  }

  .how__arrow--2._watcher-view {
    opacity: 1;
    -webkit-transform: translate(0, 0rem);
        -ms-transform: translate(0, 0rem);
            transform: translate(0, 0rem);
  }

  .how__body {
    row-gap: 1.875rem;
    max-width: 50.625rem;
  }

  .how__items {
    gap: 0.6875rem;
  }

  .how__item:nth-child(1) {
    -webkit-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .how__item:nth-child(1)._watcher-view {
    opacity: 1;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  .how__item:nth-child(2) {
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .how__item:nth-child(2)._watcher-view {
    opacity: 1;
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .how__item:nth-child(3) {
    -webkit-transition: 0.4s ease-in-out 0.6s;
    transition: 0.4s ease-in-out 0.6s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .how__item:nth-child(3)._watcher-view {
    opacity: 1;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  .how__elements {
    gap: 4rem;
  }

  .how__element:nth-child(1) {
    -webkit-transition: all 0.4 ease-in 0.1s;
    transition: all 0.4 ease-in 0.1s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .how__element:nth-child(1)._watcher-view {
    opacity: 1;
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .how__element:nth-child(2) {
    -webkit-transition: all 0.4s ease-in 0.4s;
    transition: all 0.4s ease-in 0.4s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }

  .how__element:nth-child(2)._watcher-view {
    opacity: 1;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  .video-how {
    height: 27.1875rem;
  }
}

@media (min-width: 47.99875em) and (min-width: 120em) {
  .about__rectangle--2 {
    bottom: 8.6875rem;
  }
}

@media (min-width: 61.99875em) {
  .button {
    height: 4.25rem;
  }

  .circle-trial--3 {
    display: none;
  }

  .spollers-schedule__list {
    padding-right: 5rem;
  }
}

@media (min-width: 76.5em) {
  .footer__logo-company {
    width: 8.4375rem;
  }
}

@media (min-width: 78.5em) {
  .hero__title:not(:last-child) {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 81.25em) {
  .testimonials__controls .swiper-button {
    position: absolute;
  }

  .testimonials__controls .swiper-button-prev {
    bottom: 15.9375rem;
    bottom: 41%;
    left: -3.4375rem;
  }

  .testimonials__controls .swiper-button-next {
    bottom: 41%;
    right: -3.4375rem;
  }
}

@media (min-width: 85.375em) {
  .popup__button {
    width: 6rem;
  }

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

  .button {
    font-size: 1.125rem;
  }

  [data-youtube-play],
  .play-button {
    width: 5.25rem;
  }

  .menu__link {
    font-size: 1rem;
  }

  .footer {
    padding-top: 3.5rem;
  }

  .footer {
    padding-bottom: 3.8125rem;
  }

  .footer__logo img {
    width: 5rem;
  }

  .footer__logo img {
    height: 6.125rem;
  }

  .footer__contacts {
    font-size: 1rem;
  }

  .footer__location::before {
    font-size: 1.75rem;
  }

  .footer__phone::before {
    font-size: 1.5625rem;
  }

  .footer__developer {
    font-size: 0.875rem;
  }

  .social-footer__list {
    gap: 1.75rem;
  }

  .social-footer__link {
    width: 2.1875rem;
  }

  .hero {
    padding-bottom: 7.375rem;
  }

  .hero__content {
    padding-top: 7.375rem;
  }

  .hero__text {
    font-size: 1.25rem;
  }

  .hero__text {
    margin-bottom: 3rem;
  }

  .hero__eclipse {
    top: -9.25rem;
  }

  .hero__eclipse img {
    width: 23.5rem;
  }

  .hero__eclipse img {
    height: 23.375rem;
  }

  .how__item {
    font-size: 1rem;
  }

  .how__elements {
    padding: 0 1rem;
  }

  .how__element {
    font-size: 1rem;
  }

  .how__eclipse img {
    width: 23.5rem;
  }

  .how__square--1 {
    top: 13.875rem;
  }

  .video-how__play {
    width: 5.5rem;
  }

  .game__text {
    font-size: 1rem;
  }

  .game__text {
    margin-bottom: 2rem;
  }

  .list-game {
    row-gap: 1.5rem;
  }

  .list-game {
    margin-bottom: 2.5rem;
  }

  .list-game__item {
    font-size: 1.25rem;
  }

  .trial__container {
    padding-top: 8.625rem;
  }

  .trial__container {
    padding-bottom: 8.5625rem;
  }

  .trial__title {
    margin-bottom: 3rem;
  }

  .icon-trial--1 {
    width: 5.875rem;
  }

  .icon-trial--2 {
    width: 5.9375rem;
  }

  .program__container {
    padding-top: 7.8125rem;
  }

  .program__container {
    padding-bottom: 7.4375rem;
  }

  .program__items {
    gap: 1.5rem;
  }

  .item-program__title {
    font-size: 1.25rem;
  }

  .item-program__title {
    margin-bottom: 1rem;
  }

  .item-program__text {
    font-size: 1rem;
  }

  .schedule__container {
    padding-bottom: 6.5rem;
  }

  .schedule__container {
    padding-top: 6.5rem;
  }

  .spollers-schedule__title {
    font-size: 1.5rem;
  }

  .spollers-schedule__item {
    font-size: 1rem;
  }

  .testimonials__container {
    padding-top: 5.9375rem;
  }

  .testimonials__container {
    padding-bottom: 6rem;
  }

  .testimonials__title {
    font-size: 2.375rem;
  }

  .testimonials__title {
    padding-bottom: 2.5rem;
  }

  .person-testimonial {
    margin-bottom: 1.5rem;
  }

  .about__title {
    margin-bottom: 2.125rem;
  }

  .about__items {
    margin-bottom: 2.5rem;
  }

  .about__items {
    gap: 2rem;
  }

  .item-about__icon {
    width: 2.5rem;
  }

  .item-about__text {
    font-size: 1.5rem;
  }

  .video-about__button {
    width: 5.25rem;
  }

  .video-about__textbox {
    font-size: 1rem;
  }

  .request__container {
    padding-top: 6rem;
  }

  .request__container {
    padding-bottom: 6rem;
  }

  .request__title {
    margin-bottom: 1.125rem;
  }

  .request__label {
    font-size: 1.25rem;
  }

  .form-request__title {
    font-size: 1.5rem;
  }

  .form-request__title span {
    font-size: 1rem;
  }

  .form-request__input::-webkit-input-placeholder {
    font-size: 1rem;
  }

  .form-request__input::-moz-placeholder {
    font-size: 1rem;
  }

  .form-request__input:-ms-input-placeholder {
    font-size: 1rem;
  }

  .form-request__input::-ms-input-placeholder {
    font-size: 1rem;
  }

  .form-request__input::placeholder {
    font-size: 1rem;
  }

  .image-request--big {
    bottom: 8.6875rem;
  }
}

@media (min-width: 87.5em) {
  .request__label {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 96.875em) {
  .video-about__arrow img {
    width: 11.5rem;
  }
}

@media (min-width: 120.0625em) {
  .image-game--big {
    width: 30.875rem;
  }

  .image-game--medium {
    width: 15.875rem;
  }

  .image-game--small {
    width: 9.25rem;
  }

  .image-game__ellipse--big {
    width: 16.25rem;
  }

  .image-game__ellipse--small {
    width: 4.6875rem;
  }

  .image-request--big {
    width: 30.875rem;
  }

  .image-request--medium {
    width: 15.875rem;
  }

  .image-request--medium {
    right: 0.0000000625rem;
  }

  .image-request--medium {
    bottom: 0.3125rem;
  }

  .image-request--small {
    width: 9.25rem;
  }

  .image-request__ellipse--big {
    width: 16.25rem;
  }

  .image-request__ellipse--small {
    width: 4.6875rem;
  }
}

@media (min-width: 120em) {
  .title {
    font-size: 2.375rem;
  }

  .menu__list {
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .hero {
    padding-top: 9.5rem;
  }

  .hero__title {
    font-size: 3.375rem;
  }

  .hero__images {
    height: 39.9375rem;
  }

  .hero__images {
    width: 35.5rem;
  }

  .hero__image {
    left: 1.1875rem;
  }

  .hero__image {
    bottom: 1.1875rem;
  }

  .hero__eclipse {
    right: -7.0625rem;
  }

  .icons-hero__item--1 {
    width: 2.5rem;
  }

  .icons-hero__item--1 {
    top: 9.625rem;
  }

  .icons-hero__item--1 {
    left: -1.6875rem;
  }

  .icons-hero__item--2 {
    width: 2.1875rem;
  }

  .icons-hero__item--2 {
    top: 7.5rem;
  }

  .icons-hero__item--2 {
    right: -0.75rem;
  }

  .icons-hero__item--3 {
    width: 1.5625rem;
  }

  .icons-hero__item--3 {
    top: 6.1875rem;
  }

  .icons-hero__item--3 {
    left: 1.5rem;
  }

  .icons-hero__item--4 {
    width: 1.5625rem;
  }

  .icons-hero__item--4 {
    bottom: 6.25rem;
  }

  .icons-hero__item--4 {
    right: 0.0625rem;
  }

  .icons-hero__item--5 {
    width: 1.25rem;
  }

  .icons-hero__item--5 {
    bottom: 2.8125rem;
  }

  .icons-hero__item--5 {
    left: 1.8125rem;
  }

  .icons-hero__item--6 {
    width: 1.25rem;
  }

  .icons-hero__item--6 {
    top: 4.625rem;
  }

  .icons-hero__item--6 {
    right: 3.25rem;
  }

  .how__eclipse {
    left: -8.125rem;
  }

  .how__square--2 {
    bottom: 14.6875rem;
  }

  .how__rectangle--1 {
    bottom: 6.0625rem;
  }

  .image-game--big {
    bottom: 6rem;
  }

  .image-game--small {
    top: 0.4375rem;
  }

  .image-game--small {
    right: 2.5rem;
  }

  .image-game__ellipse--big {
    right: -15rem;
  }

  .image-game__ellipse--big {
    bottom: 15.375rem;
  }

  .image-game__ellipse--small {
    left: 7.4375rem;
  }

  .image-game__ellipse--small {
    top: -2.8125rem;
  }

  .trial__content {
    max-width: 63.5rem;
  }

  .trial__title {
    font-size: 3.375rem;
  }

  .circle-trial {
    width: 35.5rem;
  }

  .circle-trial--1 {
    left: -16.5625rem;
  }

  .circle-trial--1 {
    bottom: -19.3125rem;
  }

  .circle-trial--2 {
    right: -11.3125rem;
  }

  .circle-trial--2 {
    top: -14.9375rem;
  }

  .schedule__circle {
    width: 35.5rem;
  }

  .schedule__circle {
    left: -17.125rem;
  }

  .schedule__circle {
    bottom: -20.4375rem;
  }

  .video-spollers__play img {
    width: 4rem;
  }

  .circle-testimonial {
    width: 35.5rem;
  }

  .circle-testimonial--1 {
    left: -17.125rem;
  }

  .circle-testimonial--1 {
    top: -14.8125rem;
  }

  .circle-testimonial--2 {
    right: -3.75rem;
  }

  .circle-testimonial--2 {
    bottom: -24.6875rem;
  }

  .about__container {
    padding-top: 8.9375rem;
  }

  .about__container {
    padding-bottom: 9.3125rem;
  }

  .image-request--big {
    bottom: 5.8125rem;
  }

  .image-request--small {
    top: 0.375rem;
  }

  .image-request--small {
    right: 2.5rem;
  }

  .image-request__ellipse--big {
    right: -15rem;
  }

  .image-request__ellipse--big {
    bottom: 14.25rem;
  }

  .image-request__ellipse--small {
    left: 7.4375rem;
  }

  .image-request__ellipse--small {
    top: -2rem;
  }
}

@media (max-width: 75em) {
  .how__arrow--1 {
    display: none;
  }
}

@media (max-width: 20em) {
  .hero__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 96.875em) {
  .element-program--1 {
    left: -0.3125rem;
    bottom: 4.0625rem;
  }

  .element-program--3 {
    right: -2.625rem;
    top: 19.25rem;
  }

  .testimonials__element--1 {
    left: -3.1875rem;
    bottom: 3.6875rem;
  }

  .testimonials__element--2 {
    right: -1.5625rem;
  }

  .video-about__caption {
    bottom: calc(100% + 3rem);
    right: 1.25rem;
  }
}

@media (max-width: 93.75em) {
  .element-program--2 {
    right: 5.125rem;
    top: 6.1875rem;
  }
}

@media (max-width: 90.625em) {
  .testimonials__controls .swiper-button-prev {
    left: -2.1875rem;
  }

  .testimonials__controls .swiper-button-next {
    right: -2.1875rem;
  }
}

@media (max-width: 87.5em) {
  .icon-trial--1 {
    top: 2.6875rem;
    left: 0.75rem;
  }

  .icon-trial--2 {
    bottom: 7.3125rem;
    right: 1.3125rem;
  }

  .icon-trial--3 {
    bottom: 13.9375rem;
    left: 2.8125rem;
  }

  .icon-trial--4 {
    left: 13.75rem;
    bottom: 7.625rem;
  }

  .icon-trial--5 {
    top: 3.75rem;
    right: 18.8125rem;
  }

  .icon-trial--6 {
    top: 4.625rem;
    left: 22.375rem;
  }

  .icon-trial--7 {
    top: 6.25rem;
    right: 10.75rem;
  }

  .icon-trial--8 {
    bottom: 5.625rem;
    right: 12rem;
  }

  .program__item {
    padding: 2rem 1rem 2.5rem 1rem;
  }

  .schedule__eclipse--1 {
    left: -20.125rem;
    top: -5.25rem;
    width: 34.75rem;
  }

  .schedule__eclipse--2 {
    right: -11.3125rem;
    top: -2.8125rem;
    width: 34.6875rem;
  }

  .schedule__eclipse--3 {
    right: -7.3125rem;
    bottom: 37.875rem;
    width: 100%;
  }

  .about__body {
    -ms-grid-columns: auto 61.777778%;
    grid-template-columns: auto 61.777778%;
  }

  .about__items {
    max-width: 20.5625rem;
  }

  .about__rectangle--1 {
    top: -3.25rem;
  }
}

@media (max-width: 87.5em) and (max-width: 56.25em) {
  .video-spollers {
    height: 19.6875rem;
  }
}

@media (max-width: 87.5em) and (max-width: 22.5em) {
  .video-spollers {
    height: 10.375rem;
  }

  .video-spollers__button {
    width: 2.1875rem;
  }

  .request__label {
    margin-bottom: 1.3125rem;
  }
}

@media (max-width: 85.375em) {
  .title {
    font-size: 2.125rem;
  }

  .menu__list {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .hero {
    padding-top: 10.4375rem;
  }

  .hero__container {
    -webkit-column-gap: 3.3125rem;
       -moz-column-gap: 3.3125rem;
            column-gap: 3.3125rem;
  }

  .hero__title {
    font-size: 3.125rem;
  }

  .hero__images {
    height: 35.3125rem;
  }

  .hero__images {
    width: 31.375rem;
  }

  .hero__images::after {
    bottom: 1rem;
    left: 1rem;
  }

  .hero__image {
    left: 1rem;
  }

  .hero__image {
    bottom: 1rem;
  }

  .hero__eclipse {
    right: -9.75rem;
  }

  .how__arrow--1 {
    left: -0.625rem;
    bottom: 15.1875rem;
    width: 9.6875rem;
    height: 6.625rem;
  }

  .how__arrow--2 {
    right: -2.1875rem;
    top: 23.1875rem;
    width: 9.6875rem;
    height: 6.625rem;
  }

  .how__eclipse {
    left: -16.25rem;
  }

  .how__square--2 {
    bottom: 12.0625rem;
  }

  .how__rectangle--1 {
    bottom: 3.4375rem;
  }

  .video-how {
    height: 27.1875rem;
  }

  .video-how__play {
    width: 5.5rem;
  }

  .game {
    padding-top: 6.1875rem;
  }

  .game {
    padding-bottom: 6.1875rem;
  }

  .image-game--big {
    width: 26rem;
  }

  .image-game--big {
    bottom: 6.5625rem;
  }

  .image-game--medium {
    width: 13.3125rem;
  }

  .image-game--medium {
    bottom: 1.9375rem;
    right: 3.1875rem;
  }

  .image-game--small {
    width: 8.625rem;
  }

  .image-game--small {
    top: 4.75rem;
  }

  .image-game--small {
    right: 4.1875rem;
  }

  .image-game__ellipse--big {
    width: 10.25rem;
  }

  .image-game__ellipse--big {
    right: -6.1875rem;
  }

  .image-game__ellipse--big {
    bottom: 17.75rem;
  }

  .image-game__ellipse--small {
    width: 4.4375rem;
  }

  .image-game__ellipse--small {
    left: 6.25rem;
  }

  .image-game__ellipse--small {
    top: 2rem;
  }

  .trial__content {
    max-width: 52.5rem;
  }

  .trial__title {
    font-size: 3.125rem;
  }

  .circle-trial {
    width: 30.75rem;
  }

  .circle-trial--1 {
    left: -13.4375rem;
  }

  .circle-trial--1 {
    bottom: -17.5rem;
  }

  .schedule__circle {
    width: 25.25rem;
  }

  .schedule__circle {
    left: -12.1875rem;
  }

  .schedule__circle {
    bottom: -10.4375rem;
  }

  .circle-testimonial {
    width: 25.375rem;
  }

  .circle-testimonial--1 {
    left: -12.1875rem;
  }

  .circle-testimonial--1 {
    top: -13.75rem;
  }

  .circle-testimonial--2 {
    right: -5.625rem;
  }

  .circle-testimonial--2 {
    bottom: -15.5rem;
  }

  .about__container {
    padding-top: 7.3125rem;
  }

  .about__container {
    padding-bottom: 6.0625rem;
  }

  .request__container {
    padding-top: 6rem;
  }

  .request__container {
    padding-bottom: 6rem;
  }

  .image-request--big {
    width: 24.8125rem;
  }

  .image-request--big {
    bottom: 8.6875rem;
  }

  .image-request--small {
    width: 8.3125rem;
  }

  .image-request--small {
    top: 4.75rem;
  }

  .image-request--small {
    right: 4.5625rem;
  }

  .image-request__ellipse--big {
    width: 8.6875rem;
  }

  .image-request__ellipse--big {
    right: -4.625rem;
  }

  .image-request__ellipse--big {
    bottom: 20.25rem;
  }

  .image-request__ellipse--small {
    width: 4.4375rem;
  }

  .image-request__ellipse--small {
    left: 6rem;
  }

  .image-request__ellipse--small {
    top: 0.0000000625rem;
  }
}

@media (max-width: 85.40625em) {
  [class*=__container] {
    max-width: 72.5rem;
  }

  .image-game--big {
    left: 0.625rem;
  }

  .image-request--big {
    left: 0.625rem;
  }
}

@media (max-width: 85.375em) and (max-width: 22.5em) {
  .how__container {
    padding-top: 5.4375rem;
  }

  .how__container {
    padding-bottom: 3.8125rem;
  }
}

@media (max-width: 85.43625em) {
  .image-request--medium {
    width: 13.3125rem;
  }

  .image-request--medium {
    right: 3.1875rem;
  }

  .image-request--medium {
    bottom: 4.75rem;
  }
}

@media (max-width: 81.25em) {
  .how__arrow--1 {
    bottom: 18.3125rem;
  }

  .testimonials__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .testimonials__controls {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

@media (max-width: 78.5em) {
  .popup__close {
    left: auto;
    right: 0;
    bottom: calc(100% + 1.5rem);
  }

  .element-program--3 {
    top: auto;
    bottom: 14.375rem;
    right: 15.625rem;
  }

  .about__body {
    gap: 1.875rem;
    -ms-grid-columns: auto 55%;
    grid-template-columns: auto 55%;
  }

  .about__rectangle--1 {
    top: -7.8125rem;
  }

  .video-about__caption {
    bottom: calc(100% + 2.1875rem);
  }

  .image-request--small {
    top: 1.25rem;
  }
}

@media (max-width: 78.5em) and (max-width: 22.5em) {
  .image-request--medium {
    bottom: 0.0000000625rem;
  }

  .image-request--medium {
    right: 0.0000000625rem;
  }

  .image-request--small {
    right: 0.8125rem;
  }

  .image-request__ellipse--big {
    right: -4.0625rem;
  }
}

@media (max-width: 75.625em) {
  .how__arrow--2 {
    right: 0.9375rem;
  }
}

@media (max-width: 68.75em) {
  .schedule__circle {
    display: none;
  }

  .circle-testimonial--1 {
    display: none;
  }
}

@media (max-width: 61.99875em) {
  .hero__container {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .how__item {
    padding: 1rem 1.8125rem;
  }

  .how__rectangle {
    display: none;
  }

  .game__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 1.5rem;
  }

  .game__text {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }

  .game__button {
    -webkit-transition: all 0.6s 0s;
    transition: all 0.6s 0s;
  }

  .game__images {
    height: 24.5rem;
  }

  .image-game--medium {
    bottom: 0;
  }

  .image-game--small {
    top: 1.125rem;
  }

  .image-game__ellipse--big {
    top: 7.125rem;
  }

  .image-game__ellipse--small {
    top: 0;
    left: 4rem;
  }

  .list-game__item:nth-child(1) {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }

  .list-game__item:nth-child(2) {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }

  .list-game__item:nth-child(3) {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }

  .list-game__item:nth-child(4) {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }

  .list-game__item:nth-child(5) {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }

  .icon-trial--3 {
    left: 1.375rem;
    bottom: 1.6875rem;
  }

  .icon-trial--5 {
    top: 1.125rem;
    right: 5.9375rem;
  }

  .circle-trial--1 {
    display: none;
  }

  .circle-trial--2 {
    right: -12.125rem;
  }

  .circle-trial--2 {
    top: -16.5rem;
  }

  .circle-trial--2 {
    display: none;
  }

  .circle-trial--3 {
    bottom: -7.6875rem;
    right: -10.375rem;
  }

  .program__item:nth-child(1) {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .program__item:nth-child(2) {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .program__item:nth-child(3) {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .program__item:nth-child(4) {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .element-program--1 {
    top: 20.875rem;
    bottom: auto;
    -webkit-transform: rotate(21deg);
        -ms-transform: rotate(21deg);
            transform: rotate(21deg);
  }

  .element-program--4 {
    bottom: 3.0625rem;
  }

  .schedule__eclipse--1 {
    display: none;
  }

  .schedule__eclipse--3 {
    display: none;
  }

  .spollers-schedule__title {
    padding: 1rem 1.5rem 1rem 1.25rem;
  }

  .spollers-schedule__body {
    padding: 0rem 1.5rem 1.25rem 1.25rem;
  }

  .testimonials__element--1 {
    left: 5.6875rem;
    bottom: 1.1875rem;
  }

  .testimonials__element--2 {
    right: 21.875rem;
    top: 3rem;
  }

  .video-about__caption {
    right: 0;
    bottom: calc(100% + 1.375rem);
  }

  .video-about__textbox {
    padding: 1rem;
    max-width: 12.5rem;
    line-height: 127%;
  }

  .image-request__ellipse--small {
    top: 0;
    left: 3.9375rem;
  }
}

@media (max-width: 61.99875em) and (max-width: 22.5em) {
  .image-game--big {
    top: 4.4375rem;
  }

  .image-game--big {
    left: 0.0000000625rem;
  }

  .image-game--medium {
    right: 0.0000000625rem;
  }

  .image-game--small {
    right: 0.0000000625rem;
  }

  .image-game__ellipse--big {
    right: -5.0625rem;
  }
}

@media (max-width: 56.25em) {
  .spollers-schedule__body {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media (max-width: 53.125em) {
  .request__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 1.5rem;
  }

  .request__images {
    height: 23.5rem;
  }

  .form-request {
    max-width: 100%;
  }

  .image-request--big {
    bottom: auto;
  }
}

@media (max-width: 53.18625em) {
  .image-request--big {
    bottom: 10rem;
  }
}

@media (max-width: 53.125em) and (max-width: 22.5em) {
  .image-request--big {
    top: 3.8125rem;
  }

  .image-request--big {
    left: 0.0000000625rem;
  }
}

@media (max-width: 47.99875em) {
  .popup__video {
    height: auto;
    width: 100%;
    aspect-ratio: 328/184;
  }

  .popup__content {
    aspect-ratio: 328/184;
  }

  .title span {
    padding: 0.1875rem 0.1875rem 0.25rem 0.4375rem;
    margin-left: -0.3125rem;
  }

  .header__container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .menu__body {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
  }

  .menu__body::after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4.125rem;
    background-color: #fff;
  }

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

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

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 6.75rem 0.9375rem 1.875rem 3.25rem;
  }

  .menu__item {
    width: 100%;
  }

  .menu__link {
    font-size: 0.9375rem;
  }

  .icon-menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 1.1875rem;
    height: 0.975rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.0875rem;
    border-radius: 0.0875rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0.00625rem;
    width: 0.875rem;
  }

  .icon-menu span:nth-child(1) {
    top: calc(50% - 0.1875rem);
    width: 0.875rem;
  }

  .icon-menu span:nth-child(2) {
    top: calc(50% + 0.11875rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    height: 0.0875rem;
    width: 1.125rem;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.025rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer__container {
    -ms-grid-columns: auto 50% auto;
    grid-template-columns: auto 50% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

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

  .social-footer {
    justify-items: center;
  }

  .hero {
    padding-top: 4.625rem;
  }

  .hero__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .hero__title span {
    padding: 0.1875rem 0.4375rem 0.5rem 0.1875rem;
  }

  .hero__images {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .hero__image img {
    bottom: -6.25rem;
    left: -0.8125rem;
  }

  .how__arrow--2 {
    width: 5.9375rem;
    height: 4.0625rem;
    display: block;
    top: 0.8125rem;
    -webkit-transform: rotate(36.534deg);
        -ms-transform: rotate(36.534deg);
            transform: rotate(36.534deg);
    -webkit-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    opacity: 0;
    -webkit-transform: translate(3.125rem, 3.125rem);
        -ms-transform: translate(3.125rem, 3.125rem);
            transform: translate(3.125rem, 3.125rem);
  }

  .how__arrow--2._watcher-view {
    opacity: 1;
    -webkit-transform: translate(0, 0rem) rotate(-36.534deg);
        -ms-transform: translate(0, 0rem) rotate(-36.534deg);
            transform: translate(0, 0rem) rotate(-36.534deg);
  }

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

  .how__items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    row-gap: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .how__item {
    padding: 1rem 0.9375rem;
  }

  .how__elements {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 0.5rem;
  }

  .how__element {
    padding: 1rem 0.9375rem;
  }

  .how__square--1 {
    left: -1.0625rem;
  }

  .how__square--1 {
    width: 5.25rem;
  }

  .video-how {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.5rem;
  }

  .icon-trial--1 {
    right: 1.5625rem;
    left: auto;
    -webkit-transform: rotate(36.972deg);
        -ms-transform: rotate(36.972deg);
            transform: rotate(36.972deg);
  }

  .icon-trial--2 {
    right: auto;
    left: 3.0625rem;
    bottom: 3.875rem;
  }

  .icon-trial--6 {
    display: none;
  }

  .icon-trial--7 {
    display: none;
  }

  .icon-trial--8 {
    bottom: 6.625rem;
    right: 6rem;
  }

  .program__item {
    padding: 1.5rem 1rem;
  }

  .element-program--2 {
    top: 1.375rem;
    right: 0.8125rem;
  }

  .element-program--3 {
    bottom: 2.1875rem;
  }

  .element-program--4 {
    display: none;
  }

  .element-program--5 {
    display: none;
  }

  .spollers-schedule__title::before {
    width: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
            flex: 0 0 2rem;
  }

  .spollers-schedule__title::before {
    font-size: 0.4375rem;
  }

  .spollers-schedule__body {
    padding: 0rem 1rem 1.5rem 1rem;
  }

  .testimonials__element--2 {
    display: none;
  }

  .circle-testimonial--2 {
    top: -11.625rem;
    bottom: auto;
    right: -8.5625rem;
  }

  .about__title {
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
  }

  .about__body {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 0rem;
  }

  .about__items {
    max-width: 100%;
  }

  .about__item:nth-child(1) {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .about__item:nth-child(2) {
    -webkit-transition: all 0.5s ease 0.05s;
    transition: all 0.5s ease 0.05s;
  }

  .about__item:nth-child(3) {
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
  }

  .about__button {
    -webkit-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
  }

  .about__rectangle--1 {
    display: none;
  }

  .about__rectangle--2 {
    top: -6.25rem;
  }

  .video-about {
    height: auto;
    aspect-ratio: 695/391;
    margin-top: 7.9375rem;
  }

  .video-about__caption {
    -webkit-transition: all 0.5s ease-out 0.5s;
    transition: all 0.5s ease-out 0.5s;
  }

  .video-about__arrow {
    right: calc(100% + 0.3125rem);
    top: 30%;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.9375em) {
  .how__square--1 {
    top: 9.875rem;
  }
}

@media (max-width: 37.5em) {
  .footer__container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 1.5rem;
  }

  .footer__developer {
    justify-items: center;
  }
}

@media (max-width: 29.99875em) {
  .header__logo {
    width: 2.75rem;
  }

  .menu__list {
    padding: 5.5rem 0.9375rem 1.875rem 1.375rem;
  }

  .hero {
    padding-top: 3.75rem;
  }

  .hero__content {
    margin-bottom: 2.5rem;
  }

  .hero__text {
    padding-right: 2.5rem;
  }

  .hero__button {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .hero__image img {
    bottom: -5rem;
    left: -0.5625rem;
  }

  .hero__eclipse--1 {
    display: none;
  }

  .how__arrow--2 {
    right: 0;
  }

  .how__eclipse {
    display: none;
  }

  .how__square--2 {
    right: -1.1875rem;
  }

  .game__button {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .trial__title {
    text-align: left;
  }

  .trial__button {
    padding: 1.375rem;
  }

  .icon-trial--4 {
    display: none;
  }

  .program__item {
    height: 13.75rem;
  }

  .element-program--3 {
    display: none;
  }

  .schedule__eclipse--2 {
    display: none;
  }

  .testimonials__element--1 {
    display: none;
  }

  .testimonials__controls {
    display: none;
  }

  .swiper-testimonial__slide {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }

  .about__button {
    padding: 1.375rem 2rem;
  }

  .about__rectangle--2 {
    top: -8.9375rem;
  }

  .video-about__textbox {
    max-width: 11.3125rem;
    padding: 1rem 0.875rem;
  }

  .form-request {
    padding: 2.0625rem 1.5rem;
  }

  .form-request__item:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .form-request__button {
    width: 100%;
  }
}

@media (max-width: 22.5em) {
  .popup__button {
    width: 3rem;
  }

  .title {
    font-size: 1.5rem;
  }

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

  .button {
    font-size: 1rem;
  }

  [data-youtube-play],
  .play-button {
    width: 3rem;
  }

  .footer {
    padding-top: 1.5rem;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .footer__logo img {
    width: 3rem;
  }

  .footer__logo img {
    height: 3rem;
  }

  .footer__contacts {
    font-size: 0.875rem;
  }

  .footer__location::before {
    font-size: 1.3125rem;
  }

  .footer__phone::before {
    font-size: 1.125rem;
  }

  .footer__developer {
    font-size: 0.625rem;
  }

  .footer__logo-company {
    width: 6.8125rem;
  }

  .social-footer__list {
    gap: 1.25rem;
  }

  .social-footer__link {
    width: 1.25rem;
  }

  .hero {
    padding-bottom: 1.75rem;
  }

  .hero__content {
    padding-top: 2rem;
  }

  .hero__title {
    font-size: 1.875rem;
  }

  .hero__text {
    font-size: 1rem;
  }

  .hero__text {
    margin-bottom: 1.5rem;
  }

  .hero__images {
    height: 23rem;
  }

  .hero__images {
    width: 20.4375rem;
  }

  .hero__images::after {
    left: 0.6875rem;
  }

  .hero__images::after {
    bottom: 0.6875rem;
  }

  .hero__image {
    left: 0.6875rem;
  }

  .hero__image {
    bottom: 0.6875rem;
  }

  .hero__eclipse {
    top: -2.25rem;
  }

  .hero__eclipse {
    right: -2.125rem;
  }

  .hero__eclipse img {
    width: 7.75rem;
  }

  .hero__eclipse img {
    height: 9.125rem;
  }

  .icons-hero__item--1 {
    width: 1.9375rem;
  }

  .icons-hero__item--1 {
    top: 5.5rem;
  }

  .icons-hero__item--1 {
    left: -0.75rem;
  }

  .icons-hero__item--2 {
    width: 2rem;
  }

  .icons-hero__item--2 {
    top: 4.5rem;
  }

  .icons-hero__item--2 {
    right: -0.125rem;
  }

  .icons-hero__item--3 {
    width: 1rem;
  }

  .icons-hero__item--3 {
    top: 3.5625rem;
  }

  .icons-hero__item--3 {
    left: 0.375rem;
  }

  .icons-hero__item--4 {
    width: 1rem;
  }

  .icons-hero__item--4 {
    bottom: 3.625rem;
  }

  .icons-hero__item--4 {
    right: 0.0625rem;
  }

  .icons-hero__item--5 {
    width: 0.6875rem;
  }

  .icons-hero__item--5 {
    bottom: 1.5625rem;
  }

  .icons-hero__item--5 {
    left: 1rem;
  }

  .icons-hero__item--6 {
    width: 0.6875rem;
  }

  .icons-hero__item--6 {
    top: 2.625rem;
  }

  .icons-hero__item--6 {
    right: 2.5625rem;
  }

  .how__item {
    font-size: 0.875rem;
  }

  .how__element {
    font-size: 0.875rem;
  }

  .how__eclipse img {
    width: 14.375rem;
  }

  .how__square--1 {
    top: 2.375rem;
  }

  .how__square--2 {
    bottom: 1.1875rem;
  }

  .video-how {
    height: 11.5rem;
  }

  .video-how__play {
    width: 3rem;
  }

  .game {
    padding-top: 3rem;
  }

  .game {
    padding-bottom: 2.125rem;
  }

  .game__text {
    font-size: 0.875rem;
  }

  .game__text {
    margin-bottom: 1.5rem;
  }

  .image-game--big {
    width: 17rem;
  }

  .image-game--medium {
    width: 8.75rem;
  }

  .image-game--small {
    width: 6.375rem;
  }

  .image-game__ellipse--big {
    width: 7.4375rem;
  }

  .image-game__ellipse--small {
    width: 3.0625rem;
  }

  .list-game {
    row-gap: 0.75rem;
  }

  .list-game {
    margin-bottom: 2rem;
  }

  .list-game__item {
    font-size: 1rem;
  }

  .trial__container {
    padding-top: 4.25rem;
  }

  .trial__container {
    padding-bottom: 11.375rem;
  }

  .trial__title {
    font-size: 1.875rem;
  }

  .trial__title {
    margin-bottom: 2rem;
  }

  .icon-trial--1 {
    width: 3.0625rem;
  }

  .icon-trial--2 {
    width: 4.1875rem;
  }

  .circle-trial {
    width: 20.6875rem;
  }

  .program__container {
    padding-top: 3rem;
  }

  .program__container {
    padding-bottom: 3rem;
  }

  .program__items {
    gap: 1rem;
  }

  .item-program__title {
    font-size: 1rem;
  }

  .item-program__title {
    margin-bottom: 0.5rem;
  }

  .item-program__text {
    font-size: 0.875rem;
  }

  .schedule__container {
    padding-bottom: 3rem;
  }

  .schedule__container {
    padding-top: 3rem;
  }

  .schedule__circle {
    width: 17.75rem;
  }

  .spollers-schedule__title {
    font-size: 1.25rem;
  }

  .spollers-schedule__item {
    font-size: 0.875rem;
  }

  .video-spollers__play img {
    width: 2.1875rem;
  }

  .testimonials__container {
    padding-top: 3rem;
  }

  .testimonials__container {
    padding-bottom: 3rem;
  }

  .testimonials__title {
    font-size: 1.5rem;
  }

  .testimonials__title {
    padding-bottom: 1.5rem;
  }

  .person-testimonial {
    margin-bottom: 0.9375rem;
  }

  .circle-testimonial {
    width: 17.75rem;
  }

  .about__container {
    padding-top: 3.1875rem;
  }

  .about__container {
    padding-bottom: 3rem;
  }

  .about__title {
    margin-bottom: 1.0625rem;
  }

  .about__items {
    margin-bottom: 2rem;
  }

  .about__items {
    gap: 1rem;
  }

  .item-about__icon {
    width: 2rem;
  }

  .item-about__text {
    font-size: 1.25rem;
  }

  .video-about__button {
    width: 3rem;
  }

  .video-about__arrow img {
    width: 7.1875rem;
  }

  .video-about__textbox {
    font-size: 0.6875rem;
  }

  .request__container {
    padding-top: 3rem;
  }

  .request__container {
    padding-bottom: 2.625rem;
  }

  .request__title {
    margin-bottom: 0.625rem;
  }

  .request__label {
    font-size: 1rem;
  }

  .form-request__title {
    font-size: 1.25rem;
  }

  .form-request__title span {
    font-size: 0.875rem;
  }

  .form-request__input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }

  .form-request__input::-moz-placeholder {
    font-size: 0.875rem;
  }

  .form-request__input:-ms-input-placeholder {
    font-size: 0.875rem;
  }

  .form-request__input::-ms-input-placeholder {
    font-size: 0.875rem;
  }

  .form-request__input::placeholder {
    font-size: 0.875rem;
  }

  .image-request--big {
    width: 17rem;
  }

  .image-request--medium {
    width: 8.75rem;
  }

  .image-request--small {
    width: 5.375rem;
  }

  .image-request__ellipse--big {
    width: 5.625rem;
  }

  .image-request__ellipse--big {
    bottom: 9.625rem;
  }

  .image-request__ellipse--small {
    width: 2.8125rem;
  }
}

@media (max-width: 22.4375em) {
  .image-game--small {
    top: -0.75rem;
  }

  .image-request--small {
    top: -0.75rem;
  }
}

@media (max-width: 22.5625em) {
  .video-about__textbox {
    max-width: 10.0625rem;
  }
}

@media (max-width: 21.875em) {
  .image-game__ellipse--big {
    display: none;
  }

  .about__button {
    padding: 1.25rem 0.75rem;
  }
}

@media (max-width: 21.25em) {
  .image-request__ellipse--big {
    display: none;
  }
}

@media (min-width: 22.5em) and (max-width: 85.375em) {
@supports (width: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem )) {
    .popup__button {
      width: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem );
    }
}

@supports not (width: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem )) {
    .popup__button {
      width: calc(3rem + 3 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.5rem , 1.2763419483rem  +  0.9940357853vw , 2.125rem )) {
    .title {
      font-size: clamp( 1.5rem , 1.2763419483rem  +  0.9940357853vw , 2.125rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.2763419483rem  +  0.9940357853vw , 2.125rem )) {
    .title {
      font-size: calc(1.5rem + 0.625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 1rem , 0.8210735586rem  +  0.7952286282vw , 1.5rem )) {
    .title:not(:last-child) {
      margin-bottom: clamp( 1rem , 0.8210735586rem  +  0.7952286282vw , 1.5rem );
    }
}

@supports not (margin-bottom: clamp( 1rem , 0.8210735586rem  +  0.7952286282vw , 1.5rem )) {
    .title:not(:last-child) {
      margin-bottom: calc(1rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1rem , 0.9552683897rem  +  0.1988071571vw , 1.125rem )) {
    .button {
      font-size: clamp( 1rem , 0.9552683897rem  +  0.1988071571vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9552683897rem  +  0.1988071571vw , 1.125rem )) {
    .button {
      font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 3rem , 2.1948310139rem  +  3.578528827vw , 5.25rem )) {
    [data-youtube-play],
    .play-button {
      width: clamp( 3rem , 2.1948310139rem  +  3.578528827vw , 5.25rem );
    }
}

@supports not (width: clamp( 3rem , 2.1948310139rem  +  3.578528827vw , 5.25rem )) {
    [data-youtube-play],
    .play-button {
      width: calc(3rem + 2.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 1.5rem , 0.7842942346rem  +  3.1809145129vw , 3.5rem )) {
    .footer {
      padding-top: clamp( 1.5rem , 0.7842942346rem  +  3.1809145129vw , 3.5rem );
    }
}

@supports not (padding-top: clamp( 1.5rem , 0.7842942346rem  +  3.1809145129vw , 3.5rem )) {
    .footer {
      padding-top: calc(1.5rem + 2 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 2rem , 1.3513916501rem  +  2.8827037773vw , 3.8125rem )) {
    .footer {
      padding-bottom: clamp( 2rem , 1.3513916501rem  +  2.8827037773vw , 3.8125rem );
    }
}

@supports not (padding-bottom: clamp( 2rem , 1.3513916501rem  +  2.8827037773vw , 3.8125rem )) {
    .footer {
      padding-bottom: calc(2rem + 1.8125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 3rem , 2.2842942346rem  +  3.1809145129vw , 5rem )) {
    .footer__logo img {
      width: clamp( 3rem , 2.2842942346rem  +  3.1809145129vw , 5rem );
    }
}

@supports not (width: clamp( 3rem , 2.2842942346rem  +  3.1809145129vw , 5rem )) {
    .footer__logo img {
      width: calc(3rem + 2 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (height: clamp( 3rem , 1.8817097416rem  +  4.9701789264vw , 6.125rem )) {
    .footer__logo img {
      height: clamp( 3rem , 1.8817097416rem  +  4.9701789264vw , 6.125rem );
    }
}

@supports not (height: clamp( 3rem , 1.8817097416rem  +  4.9701789264vw , 6.125rem )) {
    .footer__logo img {
      height: calc(3rem + 3.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .footer__contacts {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .footer__contacts {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.3125rem , 1.1559393638rem  +  0.6958250497vw , 1.75rem )) {
    .footer__location::before {
      font-size: clamp( 1.3125rem , 1.1559393638rem  +  0.6958250497vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.3125rem , 1.1559393638rem  +  0.6958250497vw , 1.75rem )) {
    .footer__location::before {
      font-size: calc(1.3125rem + 0.4375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9684393638rem  +  0.6958250497vw , 1.5625rem )) {
    .footer__phone::before {
      font-size: clamp( 1.125rem , 0.9684393638rem  +  0.6958250497vw , 1.5625rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9684393638rem  +  0.6958250497vw , 1.5625rem )) {
    .footer__phone::before {
      font-size: calc(1.125rem + 0.4375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5355367793rem  +  0.3976143141vw , 0.875rem )) {
    .footer__developer {
      font-size: clamp( 0.625rem , 0.5355367793rem  +  0.3976143141vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5355367793rem  +  0.3976143141vw , 0.875rem )) {
    .footer__developer {
      font-size: calc(0.625rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (gap: clamp( 1.25rem , 1.0710735586rem  +  0.7952286282vw , 1.75rem )) {
    .social-footer__list {
      gap: clamp( 1.25rem , 1.0710735586rem  +  0.7952286282vw , 1.75rem );
    }
}

@supports not (gap: clamp( 1.25rem , 1.0710735586rem  +  0.7952286282vw , 1.75rem )) {
    .social-footer__list {
      gap: calc(1.25rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 1.25rem , 0.9145129225rem  +  1.4910536779vw , 2.1875rem )) {
    .social-footer__link {
      width: clamp( 1.25rem , 0.9145129225rem  +  1.4910536779vw , 2.1875rem );
    }
}

@supports not (width: clamp( 1.25rem , 0.9145129225rem  +  1.4910536779vw , 2.1875rem )) {
    .social-footer__link {
      width: calc(1.25rem + 0.9375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 1.75rem , -0.2629224652rem  +  8.9463220676vw , 7.375rem )) {
    .hero {
      padding-bottom: clamp( 1.75rem , -0.2629224652rem  +  8.9463220676vw , 7.375rem );
    }
}

@supports not (padding-bottom: clamp( 1.75rem , -0.2629224652rem  +  8.9463220676vw , 7.375rem )) {
    .hero {
      padding-bottom: calc(1.75rem + 5.625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 2rem , 0.0765407555rem  +  8.5487077535vw , 7.375rem )) {
    .hero__content {
      padding-top: clamp( 2rem , 0.0765407555rem  +  8.5487077535vw , 7.375rem );
    }
}

@supports not (padding-top: clamp( 2rem , 0.0765407555rem  +  8.5487077535vw , 7.375rem )) {
    .hero__content {
      padding-top: calc(2rem + 5.375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.875rem , 1.4276838966rem  +  1.9880715706vw , 3.125rem )) {
    .hero__title {
      font-size: clamp( 1.875rem , 1.4276838966rem  +  1.9880715706vw , 3.125rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.4276838966rem  +  1.9880715706vw , 3.125rem )) {
    .hero__title {
      font-size: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .hero__text {
      font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .hero__text {
      font-size: calc(1rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 1.5rem , 0.9632206759rem  +  2.3856858847vw , 3rem )) {
    .hero__text {
      margin-bottom: clamp( 1.5rem , 0.9632206759rem  +  2.3856858847vw , 3rem );
    }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.9632206759rem  +  2.3856858847vw , 3rem )) {
    .hero__text {
      margin-bottom: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (height: clamp( 23rem , 18.5939363817rem  +  19.5825049702vw , 35.3125rem )) {
    .hero__images {
      height: clamp( 23rem , 18.5939363817rem  +  19.5825049702vw , 35.3125rem );
    }
}

@supports not (height: clamp( 23rem , 18.5939363817rem  +  19.5825049702vw , 35.3125rem )) {
    .hero__images {
      height: calc(23rem + 12.3125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 20.4375rem , 16.5234840954rem  +  17.3956262425vw , 31.375rem )) {
    .hero__images {
      width: clamp( 20.4375rem , 16.5234840954rem  +  17.3956262425vw , 31.375rem );
    }
}

@supports not (width: clamp( 20.4375rem , 16.5234840954rem  +  17.3956262425vw , 31.375rem )) {
    .hero__images {
      width: calc(20.4375rem + 10.9375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (left: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__images::after {
      left: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem );
    }
}

@supports not (left: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__images::after {
      left: calc(0.6875rem + 0.3125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (bottom: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__images::after {
      bottom: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem );
    }
}

@supports not (bottom: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__images::after {
      bottom: calc(0.6875rem + 0.3125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (left: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__image {
      left: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem );
    }
}

@supports not (left: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__image {
      left: calc(0.6875rem + 0.3125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (bottom: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__image {
      bottom: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem );
    }
}

@supports not (bottom: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .hero__image {
      bottom: calc(0.6875rem + 0.3125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (top: clamp( -9.25rem , 0.2549701789rem  +  -11.1332007952vw , -2.25rem )) {
    .hero__eclipse {
      top: clamp( -9.25rem , 0.2549701789rem  +  -11.1332007952vw , -2.25rem );
    }
}

@supports not (top: clamp( -9.25rem , 0.2549701789rem  +  -11.1332007952vw , -2.25rem )) {
    .hero__eclipse {
      top: calc(-2.25rem + -7 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (right: clamp( -9.75rem , 0.6036282306rem  +  -12.1272365805vw , -2.125rem )) {
    .hero__eclipse {
      right: clamp( -9.75rem , 0.6036282306rem  +  -12.1272365805vw , -2.125rem );
    }
}

@supports not (right: clamp( -9.75rem , 0.6036282306rem  +  -12.1272365805vw , -2.125rem )) {
    .hero__eclipse {
      right: calc(-2.125rem + -7.625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 7.75rem , 2.1138170974rem  +  25.0497017893vw , 23.5rem )) {
    .hero__eclipse img {
      width: clamp( 7.75rem , 2.1138170974rem  +  25.0497017893vw , 23.5rem );
    }
}

@supports not (width: clamp( 7.75rem , 2.1138170974rem  +  25.0497017893vw , 23.5rem )) {
    .hero__eclipse img {
      width: calc(7.75rem + 15.75 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (height: clamp( 9.125rem , 4.0255964215rem  +  22.6640159046vw , 23.375rem )) {
    .hero__eclipse img {
      height: clamp( 9.125rem , 4.0255964215rem  +  22.6640159046vw , 23.375rem );
    }
}

@supports not (height: clamp( 9.125rem , 4.0255964215rem  +  22.6640159046vw , 23.375rem )) {
    .hero__eclipse img {
      height: calc(9.125rem + 14.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .how__item {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .how__item {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .how__element {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .how__element {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 14.375rem , 11.1095924453rem  +  14.5129224652vw , 23.5rem )) {
    .how__eclipse img {
      width: clamp( 14.375rem , 11.1095924453rem  +  14.5129224652vw , 23.5rem );
    }
}

@supports not (width: clamp( 14.375rem , 11.1095924453rem  +  14.5129224652vw , 23.5rem )) {
    .how__eclipse img {
      width: calc(14.375rem + 9.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (bottom: clamp( 1.1875rem , -2.7041500994rem  +  17.296222664vw , 12.0625rem )) {
    .how__square--2 {
      bottom: clamp( 1.1875rem , -2.7041500994rem  +  17.296222664vw , 12.0625rem );
    }
}

@supports not (bottom: clamp( 1.1875rem , -2.7041500994rem  +  17.296222664vw , 12.0625rem )) {
    .how__square--2 {
      bottom: calc(1.1875rem + 10.875 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 3rem , 2.1053677932rem  +  3.9761431412vw , 5.5rem )) {
    .video-how__play {
      width: clamp( 3rem , 2.1053677932rem  +  3.9761431412vw , 5.5rem );
    }
}

@supports not (width: clamp( 3rem , 2.1053677932rem  +  3.9761431412vw , 5.5rem )) {
    .video-how__play {
      width: calc(3rem + 2.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 3rem , 1.8593439364rem  +  5.069582505vw , 6.1875rem )) {
    .game {
      padding-top: clamp( 3rem , 1.8593439364rem  +  5.069582505vw , 6.1875rem );
    }
}

@supports not (padding-top: clamp( 3rem , 1.8593439364rem  +  5.069582505vw , 6.1875rem )) {
    .game {
      padding-top: calc(3rem + 3.1875 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 2.125rem , 0.671222664rem  +  6.4612326044vw , 6.1875rem )) {
    .game {
      padding-bottom: clamp( 2.125rem , 0.671222664rem  +  6.4612326044vw , 6.1875rem );
    }
}

@supports not (padding-bottom: clamp( 2.125rem , 0.671222664rem  +  6.4612326044vw , 6.1875rem )) {
    .game {
      padding-bottom: calc(2.125rem + 4.0625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .game__text {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .game__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 1.5rem , 1.3210735586rem  +  0.7952286282vw , 2rem )) {
    .game__text {
      margin-bottom: clamp( 1.5rem , 1.3210735586rem  +  0.7952286282vw , 2rem );
    }
}

@supports not (margin-bottom: clamp( 1.5rem , 1.3210735586rem  +  0.7952286282vw , 2rem )) {
    .game__text {
      margin-bottom: calc(1.5rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 7.4375rem , 6.4310387674rem  +  4.4731610338vw , 10.25rem )) {
    .image-game__ellipse--big {
      width: clamp( 7.4375rem , 6.4310387674rem  +  4.4731610338vw , 10.25rem );
    }
}

@supports not (width: clamp( 7.4375rem , 6.4310387674rem  +  4.4731610338vw , 10.25rem )) {
    .image-game__ellipse--big {
      width: calc(7.4375rem + 2.8125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 3.0625rem , 2.5704522863rem  +  2.1868787276vw , 4.4375rem )) {
    .image-game__ellipse--small {
      width: clamp( 3.0625rem , 2.5704522863rem  +  2.1868787276vw , 4.4375rem );
    }
}

@supports not (width: clamp( 3.0625rem , 2.5704522863rem  +  2.1868787276vw , 4.4375rem )) {
    .image-game__ellipse--small {
      width: calc(3.0625rem + 1.375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (row-gap: clamp( 0.75rem , 0.481610338rem  +  1.1928429423vw , 1.5rem )) {
    .list-game {
      row-gap: clamp( 0.75rem , 0.481610338rem  +  1.1928429423vw , 1.5rem );
    }
}

@supports not (row-gap: clamp( 0.75rem , 0.481610338rem  +  1.1928429423vw , 1.5rem )) {
    .list-game {
      row-gap: calc(0.75rem + 0.75 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem )) {
    .list-game {
      margin-bottom: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem )) {
    .list-game {
      margin-bottom: calc(2rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .list-game__item {
      font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .list-game__item {
      font-size: calc(1rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 4.25rem , 2.6843936382rem  +  6.958250497vw , 8.625rem )) {
    .trial__container {
      padding-top: clamp( 4.25rem , 2.6843936382rem  +  6.958250497vw , 8.625rem );
    }
}

@supports not (padding-top: clamp( 4.25rem , 2.6843936382rem  +  6.958250497vw , 8.625rem )) {
    .trial__container {
      padding-top: calc(4.25rem + 4.375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 8.5625rem , 12.3814612326rem  +  -4.4731610338vw , 11.375rem )) {
    .trial__container {
      padding-bottom: clamp( 8.5625rem , 12.3814612326rem  +  -4.4731610338vw , 11.375rem );
    }
}

@supports not (padding-bottom: clamp( 8.5625rem , 12.3814612326rem  +  -4.4731610338vw , 11.375rem )) {
    .trial__container {
      padding-bottom: calc(11.375rem + -2.8125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.875rem , 1.4276838966rem  +  1.9880715706vw , 3.125rem )) {
    .trial__title {
      font-size: clamp( 1.875rem , 1.4276838966rem  +  1.9880715706vw , 3.125rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.4276838966rem  +  1.9880715706vw , 3.125rem )) {
    .trial__title {
      font-size: calc(1.875rem + 1.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 2rem , 1.6421471173rem  +  1.5904572565vw , 3rem )) {
    .trial__title {
      margin-bottom: clamp( 2rem , 1.6421471173rem  +  1.5904572565vw , 3rem );
    }
}

@supports not (margin-bottom: clamp( 2rem , 1.6421471173rem  +  1.5904572565vw , 3rem )) {
    .trial__title {
      margin-bottom: calc(2rem + 1 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 3.0625rem , 2.0560387674rem  +  4.4731610338vw , 5.875rem )) {
    .icon-trial--1 {
      width: clamp( 3.0625rem , 2.0560387674rem  +  4.4731610338vw , 5.875rem );
    }
}

@supports not (width: clamp( 3.0625rem , 2.0560387674rem  +  4.4731610338vw , 5.875rem )) {
    .icon-trial--1 {
      width: calc(3.0625rem + 2.8125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 4.1875rem , 3.5612574553rem  +  2.7833001988vw , 5.9375rem )) {
    .icon-trial--2 {
      width: clamp( 4.1875rem , 3.5612574553rem  +  2.7833001988vw , 5.9375rem );
    }
}

@supports not (width: clamp( 4.1875rem , 3.5612574553rem  +  2.7833001988vw , 5.9375rem )) {
    .icon-trial--2 {
      width: calc(4.1875rem + 1.75 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 20.6875rem , 17.0866053678rem  +  16.0039761431vw , 30.75rem )) {
    .circle-trial {
      width: clamp( 20.6875rem , 17.0866053678rem  +  16.0039761431vw , 30.75rem );
    }
}

@supports not (width: clamp( 20.6875rem , 17.0866053678rem  +  16.0039761431vw , 30.75rem )) {
    .circle-trial {
      width: calc(20.6875rem + 10.0625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 3rem , 1.277833002rem  +  7.6540755467vw , 7.8125rem )) {
    .program__container {
      padding-top: clamp( 3rem , 1.277833002rem  +  7.6540755467vw , 7.8125rem );
    }
}

@supports not (padding-top: clamp( 3rem , 1.277833002rem  +  7.6540755467vw , 7.8125rem )) {
    .program__container {
      padding-top: calc(3rem + 4.8125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 3rem , 1.412027833rem  +  7.0576540755vw , 7.4375rem )) {
    .program__container {
      padding-bottom: clamp( 3rem , 1.412027833rem  +  7.0576540755vw , 7.4375rem );
    }
}

@supports not (padding-bottom: clamp( 3rem , 1.412027833rem  +  7.0576540755vw , 7.4375rem )) {
    .program__container {
      padding-bottom: calc(3rem + 4.4375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (gap: clamp( 1rem , 0.8210735586rem  +  0.7952286282vw , 1.5rem )) {
    .program__items {
      gap: clamp( 1rem , 0.8210735586rem  +  0.7952286282vw , 1.5rem );
    }
}

@supports not (gap: clamp( 1rem , 0.8210735586rem  +  0.7952286282vw , 1.5rem )) {
    .program__items {
      gap: calc(1rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .item-program__title {
      font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .item-program__title {
      font-size: calc(1rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 0.5rem , 0.3210735586rem  +  0.7952286282vw , 1rem )) {
    .item-program__title {
      margin-bottom: clamp( 0.5rem , 0.3210735586rem  +  0.7952286282vw , 1rem );
    }
}

@supports not (margin-bottom: clamp( 0.5rem , 0.3210735586rem  +  0.7952286282vw , 1rem )) {
    .item-program__title {
      margin-bottom: calc(0.5rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .item-program__text {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .item-program__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 3rem , 1.7475149105rem  +  5.5666003976vw , 6.5rem )) {
    .schedule__container {
      padding-bottom: clamp( 3rem , 1.7475149105rem  +  5.5666003976vw , 6.5rem );
    }
}

@supports not (padding-bottom: clamp( 3rem , 1.7475149105rem  +  5.5666003976vw , 6.5rem )) {
    .schedule__container {
      padding-bottom: calc(3rem + 3.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 3rem , 1.7475149105rem  +  5.5666003976vw , 6.5rem )) {
    .schedule__container {
      padding-top: clamp( 3rem , 1.7475149105rem  +  5.5666003976vw , 6.5rem );
    }
}

@supports not (padding-top: clamp( 3rem , 1.7475149105rem  +  5.5666003976vw , 6.5rem )) {
    .schedule__container {
      padding-top: calc(3rem + 3.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 17.75rem , 15.0661033797rem  +  11.9284294235vw , 25.25rem )) {
    .schedule__circle {
      width: clamp( 17.75rem , 15.0661033797rem  +  11.9284294235vw , 25.25rem );
    }
}

@supports not (width: clamp( 17.75rem , 15.0661033797rem  +  11.9284294235vw , 25.25rem )) {
    .schedule__circle {
      width: calc(17.75rem + 7.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem )) {
    .spollers-schedule__title {
      font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem )) {
    .spollers-schedule__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .spollers-schedule__item {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .spollers-schedule__item {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 3rem , 1.9488071571rem  +  4.6719681909vw , 5.9375rem )) {
    .testimonials__container {
      padding-top: clamp( 3rem , 1.9488071571rem  +  4.6719681909vw , 5.9375rem );
    }
}

@supports not (padding-top: clamp( 3rem , 1.9488071571rem  +  4.6719681909vw , 5.9375rem )) {
    .testimonials__container {
      padding-top: calc(3rem + 2.9375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem )) {
    .testimonials__container {
      padding-bottom: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem );
    }
}

@supports not (padding-bottom: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem )) {
    .testimonials__container {
      padding-bottom: calc(3rem + 3 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.5rem , 1.1868787276rem  +  1.3916500994vw , 2.375rem )) {
    .testimonials__title {
      font-size: clamp( 1.5rem , 1.1868787276rem  +  1.3916500994vw , 2.375rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.1868787276rem  +  1.3916500994vw , 2.375rem )) {
    .testimonials__title {
      font-size: calc(1.5rem + 0.875 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 1.5rem , 1.1421471173rem  +  1.5904572565vw , 2.5rem )) {
    .testimonials__title {
      padding-bottom: clamp( 1.5rem , 1.1421471173rem  +  1.5904572565vw , 2.5rem );
    }
}

@supports not (padding-bottom: clamp( 1.5rem , 1.1421471173rem  +  1.5904572565vw , 2.5rem )) {
    .testimonials__title {
      padding-bottom: calc(1.5rem + 1 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.7362077535rem  +  0.8946322068vw , 1.5rem )) {
    .person-testimonial {
      margin-bottom: clamp( 0.9375rem , 0.7362077535rem  +  0.8946322068vw , 1.5rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.7362077535rem  +  0.8946322068vw , 1.5rem )) {
    .person-testimonial {
      margin-bottom: calc(0.9375rem + 0.5625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 17.75rem , 15.0213717694rem  +  12.1272365805vw , 25.375rem )) {
    .circle-testimonial {
      width: clamp( 17.75rem , 15.0213717694rem  +  12.1272365805vw , 25.375rem );
    }
}

@supports not (width: clamp( 17.75rem , 15.0213717694rem  +  12.1272365805vw , 25.375rem )) {
    .circle-testimonial {
      width: calc(17.75rem + 7.625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 3.1875rem , 2.1586729622rem  +  4.5725646123vw , 6.0625rem )) {
    .about__container {
      padding-top: clamp( 3.1875rem , 2.1586729622rem  +  4.5725646123vw , 6.0625rem );
    }
}

@supports not (padding-top: clamp( 3.1875rem , 2.1586729622rem  +  4.5725646123vw , 6.0625rem )) {
    .about__container {
      padding-top: calc(3.1875rem + 2.875 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 3rem , 1.9040755467rem  +  4.8707753479vw , 6.0625rem )) {
    .about__container {
      padding-bottom: clamp( 3rem , 1.9040755467rem  +  4.8707753479vw , 6.0625rem );
    }
}

@supports not (padding-bottom: clamp( 3rem , 1.9040755467rem  +  4.8707753479vw , 6.0625rem )) {
    .about__container {
      padding-bottom: calc(3rem + 3.0625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 1.0625rem , 0.6822813121rem  +  1.689860835vw , 2.125rem )) {
    .about__title {
      margin-bottom: clamp( 1.0625rem , 0.6822813121rem  +  1.689860835vw , 2.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.0625rem , 0.6822813121rem  +  1.689860835vw , 2.125rem )) {
    .about__title {
      margin-bottom: calc(1.0625rem + 1.0625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem )) {
    .about__items {
      margin-bottom: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem )) {
    .about__items {
      margin-bottom: calc(2rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (gap: clamp( 1rem , 0.6421471173rem  +  1.5904572565vw , 2rem )) {
    .about__items {
      gap: clamp( 1rem , 0.6421471173rem  +  1.5904572565vw , 2rem );
    }
}

@supports not (gap: clamp( 1rem , 0.6421471173rem  +  1.5904572565vw , 2rem )) {
    .about__items {
      gap: calc(1rem + 1 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem )) {
    .item-about__icon {
      width: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem );
    }
}

@supports not (width: clamp( 2rem , 1.8210735586rem  +  0.7952286282vw , 2.5rem )) {
    .item-about__icon {
      width: calc(2rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem )) {
    .item-about__text {
      font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem )) {
    .item-about__text {
      font-size: calc(1.25rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 3rem , 2.1948310139rem  +  3.578528827vw , 5.25rem )) {
    .video-about__button {
      width: clamp( 3rem , 2.1948310139rem  +  3.578528827vw , 5.25rem );
    }
}

@supports not (width: clamp( 3rem , 2.1948310139rem  +  3.578528827vw , 5.25rem )) {
    .video-about__button {
      width: calc(3rem + 2.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .video-about__textbox {
      font-size: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.6875rem , 0.5756709742rem  +  0.4970178926vw , 1rem )) {
    .video-about__textbox {
      font-size: calc(0.6875rem + 0.3125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-top: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem )) {
    .request__container {
      padding-top: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem );
    }
}

@supports not (padding-top: clamp( 3rem , 1.9264413519rem  +  4.7713717694vw , 6rem )) {
    .request__container {
      padding-top: calc(3rem + 3 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 2.625rem , 1.4172465209rem  +  5.3677932406vw , 6rem )) {
    .request__container {
      padding-bottom: clamp( 2.625rem , 1.4172465209rem  +  5.3677932406vw , 6rem );
    }
}

@supports not (padding-bottom: clamp( 2.625rem , 1.4172465209rem  +  5.3677932406vw , 6rem )) {
    .request__container {
      padding-bottom: calc(2.625rem + 3.375 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 0.625rem , 0.4460735586rem  +  0.7952286282vw , 1.125rem )) {
    .request__title {
      margin-bottom: clamp( 0.625rem , 0.4460735586rem  +  0.7952286282vw , 1.125rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , 0.4460735586rem  +  0.7952286282vw , 1.125rem )) {
    .request__title {
      margin-bottom: calc(0.625rem + 0.5 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .request__label {
      font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9105367793rem  +  0.3976143141vw , 1.25rem )) {
    .request__label {
      font-size: calc(1rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem )) {
    .form-request__title {
      font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1605367793rem  +  0.3976143141vw , 1.5rem )) {
    .form-request__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .form-request__title span {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .form-request__title span {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .form-request__input::-webkit-input-placeholder {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
    .form-request__input::-moz-placeholder {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
    .form-request__input:-ms-input-placeholder {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
    .form-request__input::-ms-input-placeholder {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
    .form-request__input::placeholder {
      font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8302683897rem  +  0.1988071571vw , 1rem )) {
    .form-request__input::-webkit-input-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
    .form-request__input::-moz-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
    .form-request__input:-ms-input-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
    .form-request__input::-ms-input-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
    .form-request__input::placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 5.625rem , 3.9699304175rem  +  7.3558648111vw , 10.25rem )) {
    .image-request__ellipse--big {
      width: clamp( 5.625rem , 3.9699304175rem  +  7.3558648111vw , 10.25rem );
    }
}

@supports not (width: clamp( 5.625rem , 3.9699304175rem  +  7.3558648111vw , 10.25rem )) {
    .image-request__ellipse--big {
      width: calc(5.625rem + 4.625 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (width: clamp( 2.8125rem , 2.2309890656rem  +  2.5844930417vw , 4.4375rem )) {
    .image-request__ellipse--small {
      width: clamp( 2.8125rem , 2.2309890656rem  +  2.5844930417vw , 4.4375rem );
    }
}

@supports not (width: clamp( 2.8125rem , 2.2309890656rem  +  2.5844930417vw , 4.4375rem )) {
    .image-request__ellipse--small {
      width: calc(2.8125rem + 1.625 * (100vw - 22.5rem) / 62.875);
    }
}
}

@media (min-width: 85.375em) and (max-width: 120em) {
@supports (font-size: clamp( 2.125rem , 1.5085740072rem  +  0.7220216606vw , 2.375rem )) {
    .title {
      font-size: clamp( 2.125rem , 1.5085740072rem  +  0.7220216606vw , 2.375rem );
    }
}

@supports not (font-size: clamp( 2.125rem , 1.5085740072rem  +  0.7220216606vw , 2.375rem )) {
    .title {
      font-size: calc(2.125rem + 0.25 * (100vw - 85.375rem) / 34.625);
    }
}

@supports ((-moz-column-gap: clamp( 3rem , 1.7671480144rem  +  1.4440433213vw , 3.5rem )) or (column-gap: clamp( 3rem , 1.7671480144rem  +  1.4440433213vw , 3.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 3rem , 1.7671480144rem  +  1.4440433213vw , 3.5rem );
         -moz-column-gap: clamp( 3rem , 1.7671480144rem  +  1.4440433213vw , 3.5rem );
              column-gap: clamp( 3rem , 1.7671480144rem  +  1.4440433213vw , 3.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 3rem , 1.7671480144rem  +  1.4440433213vw , 3.5rem )) or (column-gap: clamp( 3rem , 1.7671480144rem  +  1.4440433213vw , 3.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(3rem + 0.5 * (100vw - 85.375rem) / 34.625);
         -moz-column-gap: calc(3rem + 0.5 * (100vw - 85.375rem) / 34.625);
              column-gap: calc(3rem + 0.5 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (padding-top: clamp( 9.5rem , 12.7490974729rem  +  -2.7075812274vw , 10.4375rem )) {
    .hero {
      padding-top: clamp( 9.5rem , 12.7490974729rem  +  -2.7075812274vw , 10.4375rem );
    }
}

@supports not (padding-top: clamp( 9.5rem , 12.7490974729rem  +  -2.7075812274vw , 10.4375rem )) {
    .hero {
      padding-top: calc(10.4375rem + -0.9375 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (font-size: clamp( 3.125rem , 2.5085740072rem  +  0.7220216606vw , 3.375rem )) {
    .hero__title {
      font-size: clamp( 3.125rem , 2.5085740072rem  +  0.7220216606vw , 3.375rem );
    }
}

@supports not (font-size: clamp( 3.125rem , 2.5085740072rem  +  0.7220216606vw , 3.375rem )) {
    .hero__title {
      font-size: calc(3.125rem + 0.25 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (height: clamp( 35.3125rem , 23.9086191336rem  +  13.357400722vw , 39.9375rem )) {
    .hero__images {
      height: clamp( 35.3125rem , 23.9086191336rem  +  13.357400722vw , 39.9375rem );
    }
}

@supports not (height: clamp( 35.3125rem , 23.9086191336rem  +  13.357400722vw , 39.9375rem )) {
    .hero__images {
      height: calc(35.3125rem + 4.625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (width: clamp( 31.375rem , 21.2039711191rem  +  11.9133574007vw , 35.5rem )) {
    .hero__images {
      width: clamp( 31.375rem , 21.2039711191rem  +  11.9133574007vw , 35.5rem );
    }
}

@supports not (width: clamp( 31.375rem , 21.2039711191rem  +  11.9133574007vw , 35.5rem )) {
    .hero__images {
      width: calc(31.375rem + 4.125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (left: clamp( 1rem , 0.5376805054rem  +  0.5415162455vw , 1.1875rem )) {
    .hero__image {
      left: clamp( 1rem , 0.5376805054rem  +  0.5415162455vw , 1.1875rem );
    }
}

@supports not (left: clamp( 1rem , 0.5376805054rem  +  0.5415162455vw , 1.1875rem )) {
    .hero__image {
      left: calc(1rem + 0.1875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( 1rem , 0.5376805054rem  +  0.5415162455vw , 1.1875rem )) {
    .hero__image {
      bottom: clamp( 1rem , 0.5376805054rem  +  0.5415162455vw , 1.1875rem );
    }
}

@supports not (bottom: clamp( 1rem , 0.5376805054rem  +  0.5415162455vw , 1.1875rem )) {
    .hero__image {
      bottom: calc(1rem + 0.1875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (right: clamp( -9.75rem , -16.3765794224rem  +  7.761732852vw , -7.0625rem )) {
    .hero__eclipse {
      right: clamp( -9.75rem , -16.3765794224rem  +  7.761732852vw , -7.0625rem );
    }
}

@supports not (right: clamp( -9.75rem , -16.3765794224rem  +  7.761732852vw , -7.0625rem )) {
    .hero__eclipse {
      right: calc(-9.75rem + 2.6875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (left: clamp( -16.25rem , -36.2838447653rem  +  23.4657039711vw , -8.125rem )) {
    .how__eclipse {
      left: clamp( -16.25rem , -36.2838447653rem  +  23.4657039711vw , -8.125rem );
    }
}

@supports not (left: clamp( -16.25rem , -36.2838447653rem  +  23.4657039711vw , -8.125rem )) {
    .how__eclipse {
      left: calc(-16.25rem + 8.125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( 12.0625rem , 5.5900270758rem  +  7.5812274368vw , 14.6875rem )) {
    .how__square--2 {
      bottom: clamp( 12.0625rem , 5.5900270758rem  +  7.5812274368vw , 14.6875rem );
    }
}

@supports not (bottom: clamp( 12.0625rem , 5.5900270758rem  +  7.5812274368vw , 14.6875rem )) {
    .how__square--2 {
      bottom: calc(12.0625rem + 2.625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( 3.4375rem , -3.0349729242rem  +  7.5812274368vw , 6.0625rem )) {
    .how__rectangle--1 {
      bottom: clamp( 3.4375rem , -3.0349729242rem  +  7.5812274368vw , 6.0625rem );
    }
}

@supports not (bottom: clamp( 3.4375rem , -3.0349729242rem  +  7.5812274368vw , 6.0625rem )) {
    .how__rectangle--1 {
      bottom: calc(3.4375rem + 2.625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (height: clamp( 27.1875rem , 24.1053700361rem  +  3.6101083032vw , 28.4375rem )) {
    .video-how {
      height: clamp( 27.1875rem , 24.1053700361rem  +  3.6101083032vw , 28.4375rem );
    }
}

@supports not (height: clamp( 27.1875rem , 24.1053700361rem  +  3.6101083032vw , 28.4375rem )) {
    .video-how {
      height: calc(27.1875rem + 1.25 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (width: clamp( 5.5rem , 4.2671480144rem  +  1.4440433213vw , 6rem )) {
    .video-how__play {
      width: clamp( 5.5rem , 4.2671480144rem  +  1.4440433213vw , 6rem );
    }
}

@supports not (width: clamp( 5.5rem , 4.2671480144rem  +  1.4440433213vw , 6rem )) {
    .video-how__play {
      width: calc(5.5rem + 0.5 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( 6rem , 7.9494584838rem  +  -1.6245487365vw , 6.5625rem )) {
    .image-game--big {
      bottom: clamp( 6rem , 7.9494584838rem  +  -1.6245487365vw , 6.5625rem );
    }
}

@supports not (bottom: clamp( 6rem , 7.9494584838rem  +  -1.6245487365vw , 6.5625rem )) {
    .image-game--big {
      bottom: calc(6.5625rem + -0.5625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (top: clamp( 0.4375rem , 15.3833483755rem  +  -12.4548736462vw , 4.75rem )) {
    .image-game--small {
      top: clamp( 0.4375rem , 15.3833483755rem  +  -12.4548736462vw , 4.75rem );
    }
}

@supports not (top: clamp( 0.4375rem , 15.3833483755rem  +  -12.4548736462vw , 4.75rem )) {
    .image-game--small {
      top: calc(4.75rem + -4.3125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (right: clamp( 2.5rem , 8.3483754513rem  +  -4.8736462094vw , 4.1875rem )) {
    .image-game--small {
      right: clamp( 2.5rem , 8.3483754513rem  +  -4.8736462094vw , 4.1875rem );
    }
}

@supports not (right: clamp( 2.5rem , 8.3483754513rem  +  -4.8736462094vw , 4.1875rem )) {
    .image-game--small {
      right: calc(4.1875rem + -1.6875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (right: clamp( -15rem , 15.5415162455rem  +  -25.4512635379vw , -6.1875rem )) {
    .image-game__ellipse--big {
      right: clamp( -15rem , 15.5415162455rem  +  -25.4512635379vw , -6.1875rem );
    }
}

@supports not (right: clamp( -15rem , 15.5415162455rem  +  -25.4512635379vw , -6.1875rem )) {
    .image-game__ellipse--big {
      right: calc(-6.1875rem + -8.8125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( 15.375rem , 23.6060469314rem  +  -6.8592057762vw , 17.75rem )) {
    .image-game__ellipse--big {
      bottom: clamp( 15.375rem , 23.6060469314rem  +  -6.8592057762vw , 17.75rem );
    }
}

@supports not (bottom: clamp( 15.375rem , 23.6060469314rem  +  -6.8592057762vw , 17.75rem )) {
    .image-game__ellipse--big {
      bottom: calc(17.75rem + -2.375 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (left: clamp( 6.25rem , 3.3219765343rem  +  3.4296028881vw , 7.4375rem )) {
    .image-game__ellipse--small {
      left: clamp( 6.25rem , 3.3219765343rem  +  3.4296028881vw , 7.4375rem );
    }
}

@supports not (left: clamp( 6.25rem , 3.3219765343rem  +  3.4296028881vw , 7.4375rem )) {
    .image-game__ellipse--small {
      left: calc(6.25rem + 1.1875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (top: clamp( -2.8125rem , 13.866200361rem  +  -13.8989169675vw , 2rem )) {
    .image-game__ellipse--small {
      top: clamp( -2.8125rem , 13.866200361rem  +  -13.8989169675vw , 2rem );
    }
}

@supports not (top: clamp( -2.8125rem , 13.866200361rem  +  -13.8989169675vw , 2rem )) {
    .image-game__ellipse--small {
      top: calc(2rem + -4.8125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (max-width: clamp( 52.5rem , 25.3772563177rem  +  31.7689530686vw , 63.5rem )) {
    .trial__content {
      max-width: clamp( 52.5rem , 25.3772563177rem  +  31.7689530686vw , 63.5rem );
    }
}

@supports not (max-width: clamp( 52.5rem , 25.3772563177rem  +  31.7689530686vw , 63.5rem )) {
    .trial__content {
      max-width: calc(52.5rem + 11 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (font-size: clamp( 3.125rem , 2.5085740072rem  +  0.7220216606vw , 3.375rem )) {
    .trial__title {
      font-size: clamp( 3.125rem , 2.5085740072rem  +  0.7220216606vw , 3.375rem );
    }
}

@supports not (font-size: clamp( 3.125rem , 2.5085740072rem  +  0.7220216606vw , 3.375rem )) {
    .trial__title {
      font-size: calc(3.125rem + 0.25 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (width: clamp( 30.75rem , 19.0379061372rem  +  13.7184115523vw , 35.5rem )) {
    .circle-trial {
      width: clamp( 30.75rem , 19.0379061372rem  +  13.7184115523vw , 35.5rem );
    }
}

@supports not (width: clamp( 30.75rem , 19.0379061372rem  +  13.7184115523vw , 35.5rem )) {
    .circle-trial {
      width: calc(30.75rem + 4.75 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (left: clamp( -16.5625rem , -5.7321750903rem  +  -9.0252707581vw , -13.4375rem )) {
    .circle-trial--1 {
      left: clamp( -16.5625rem , -5.7321750903rem  +  -9.0252707581vw , -13.4375rem );
    }
}

@supports not (left: clamp( -16.5625rem , -5.7321750903rem  +  -9.0252707581vw , -13.4375rem )) {
    .circle-trial--1 {
      left: calc(-13.4375rem + -3.125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( -19.3125rem , -13.0309115523rem  +  -5.2346570397vw , -17.5rem )) {
    .circle-trial--1 {
      bottom: clamp( -19.3125rem , -13.0309115523rem  +  -5.2346570397vw , -17.5rem );
    }
}

@supports not (bottom: clamp( -19.3125rem , -13.0309115523rem  +  -5.2346570397vw , -17.5rem )) {
    .circle-trial--1 {
      bottom: calc(-17.5rem + -1.8125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (width: clamp( 25.25rem , -0.023465704rem  +  29.6028880866vw , 35.5rem )) {
    .schedule__circle {
      width: clamp( 25.25rem , -0.023465704rem  +  29.6028880866vw , 35.5rem );
    }
}

@supports not (width: clamp( 25.25rem , -0.023465704rem  +  29.6028880866vw , 35.5rem )) {
    .schedule__circle {
      width: calc(25.25rem + 10.25 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (left: clamp( -17.125rem , -0.0130866426rem  +  -14.2599277978vw , -12.1875rem )) {
    .schedule__circle {
      left: clamp( -17.125rem , -0.0130866426rem  +  -14.2599277978vw , -12.1875rem );
    }
}

@supports not (left: clamp( -17.125rem , -0.0130866426rem  +  -14.2599277978vw , -12.1875rem )) {
    .schedule__circle {
      left: calc(-12.1875rem + -4.9375 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( -20.4375rem , 14.2195397112rem  +  -28.880866426vw , -10.4375rem )) {
    .schedule__circle {
      bottom: clamp( -20.4375rem , 14.2195397112rem  +  -28.880866426vw , -10.4375rem );
    }
}

@supports not (bottom: clamp( -20.4375rem , 14.2195397112rem  +  -28.880866426vw , -10.4375rem )) {
    .schedule__circle {
      bottom: calc(-10.4375rem + -10 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (width: clamp( 25.375rem , 0.4097472924rem  +  29.2418772563vw , 35.5rem )) {
    .circle-testimonial {
      width: clamp( 25.375rem , 0.4097472924rem  +  29.2418772563vw , 35.5rem );
    }
}

@supports not (width: clamp( 25.375rem , 0.4097472924rem  +  29.2418772563vw , 35.5rem )) {
    .circle-testimonial {
      width: calc(25.375rem + 10.125 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (left: clamp( -17.125rem , -0.0130866426rem  +  -14.2599277978vw , -12.1875rem )) {
    .circle-testimonial--1 {
      left: clamp( -17.125rem , -0.0130866426rem  +  -14.2599277978vw , -12.1875rem );
    }
}

@supports not (left: clamp( -17.125rem , -0.0130866426rem  +  -14.2599277978vw , -12.1875rem )) {
    .circle-testimonial--1 {
      left: calc(-12.1875rem + -4.9375 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (top: clamp( -14.8125rem , -11.1301895307rem  +  -3.0685920578vw , -13.75rem )) {
    .circle-testimonial--1 {
      top: clamp( -14.8125rem , -11.1301895307rem  +  -3.0685920578vw , -13.75rem );
    }
}

@supports not (top: clamp( -14.8125rem , -11.1301895307rem  +  -3.0685920578vw , -13.75rem )) {
    .circle-testimonial--1 {
      top: calc(-13.75rem + -1.0625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (right: clamp( -5.625rem , -10.2481949458rem  +  5.4151624549vw , -3.75rem )) {
    .circle-testimonial--2 {
      right: clamp( -5.625rem , -10.2481949458rem  +  5.4151624549vw , -3.75rem );
    }
}

@supports not (right: clamp( -5.625rem , -10.2481949458rem  +  5.4151624549vw , -3.75rem )) {
    .circle-testimonial--2 {
      right: calc(-5.625rem + 1.875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( -24.6875rem , 7.1536552347rem  +  -26.5342960289vw , -15.5rem )) {
    .circle-testimonial--2 {
      bottom: clamp( -24.6875rem , 7.1536552347rem  +  -26.5342960289vw , -15.5rem );
    }
}

@supports not (bottom: clamp( -24.6875rem , 7.1536552347rem  +  -26.5342960289vw , -15.5rem )) {
    .circle-testimonial--2 {
      bottom: calc(-15.5rem + -9.1875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (padding-top: clamp( 7.3125rem , 3.3057310469rem  +  4.6931407942vw , 8.9375rem )) {
    .about__container {
      padding-top: clamp( 7.3125rem , 3.3057310469rem  +  4.6931407942vw , 8.9375rem );
    }
}

@supports not (padding-top: clamp( 7.3125rem , 3.3057310469rem  +  4.6931407942vw , 8.9375rem )) {
    .about__container {
      padding-top: calc(7.3125rem + 1.625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (padding-bottom: clamp( 6.0625rem , -1.9510379061rem  +  9.3862815884vw , 9.3125rem )) {
    .about__container {
      padding-bottom: clamp( 6.0625rem , -1.9510379061rem  +  9.3862815884vw , 9.3125rem );
    }
}

@supports not (padding-bottom: clamp( 6.0625rem , -1.9510379061rem  +  9.3862815884vw , 9.3125rem )) {
    .about__container {
      padding-bottom: calc(6.0625rem + 3.25 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (padding-top: clamp( 6rem , 4.7671480144rem  +  1.4440433213vw , 6.5rem )) {
    .request__container {
      padding-top: clamp( 6rem , 4.7671480144rem  +  1.4440433213vw , 6.5rem );
    }
}

@supports not (padding-top: clamp( 6rem , 4.7671480144rem  +  1.4440433213vw , 6.5rem )) {
    .request__container {
      padding-top: calc(6rem + 0.5 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (padding-bottom: clamp( 6rem , 0.9144855596rem  +  5.9566787004vw , 8.0625rem )) {
    .request__container {
      padding-bottom: clamp( 6rem , 0.9144855596rem  +  5.9566787004vw , 8.0625rem );
    }
}

@supports not (padding-bottom: clamp( 6rem , 0.9144855596rem  +  5.9566787004vw , 8.0625rem )) {
    .request__container {
      padding-bottom: calc(6rem + 2.0625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( 5.8125rem , 15.776398917rem  +  -8.3032490975vw , 8.6875rem )) {
    .image-request--big {
      bottom: clamp( 5.8125rem , 15.776398917rem  +  -8.3032490975vw , 8.6875rem );
    }
}

@supports not (bottom: clamp( 5.8125rem , 15.776398917rem  +  -8.3032490975vw , 8.6875rem )) {
    .image-request--big {
      bottom: calc(8.6875rem + -2.875 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (top: clamp( 0.375rem , 15.5374548736rem  +  -12.6353790614vw , 4.75rem )) {
    .image-request--small {
      top: clamp( 0.375rem , 15.5374548736rem  +  -12.6353790614vw , 4.75rem );
    }
}

@supports not (top: clamp( 0.375rem , 15.5374548736rem  +  -12.6353790614vw , 4.75rem )) {
    .image-request--small {
      top: calc(4.75rem + -4.375 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (right: clamp( 2.5rem , 9.6480144404rem  +  -5.9566787004vw , 4.5625rem )) {
    .image-request--small {
      right: clamp( 2.5rem , 9.6480144404rem  +  -5.9566787004vw , 4.5625rem );
    }
}

@supports not (right: clamp( 2.5rem , 9.6480144404rem  +  -5.9566787004vw , 4.5625rem )) {
    .image-request--small {
      right: calc(4.5625rem + -2.0625 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (right: clamp( -15rem , 20.9566787004rem  +  -29.963898917vw , -4.625rem )) {
    .image-request__ellipse--big {
      right: clamp( -15rem , 20.9566787004rem  +  -29.963898917vw , -4.625rem );
    }
}

@supports not (right: clamp( -15rem , 20.9566787004rem  +  -29.963898917vw , -4.625rem )) {
    .image-request__ellipse--big {
      right: calc(-4.625rem + -10.375 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (bottom: clamp( 14.25rem , 35.0442238267rem  +  -17.3285198556vw , 20.25rem )) {
    .image-request__ellipse--big {
      bottom: clamp( 14.25rem , 35.0442238267rem  +  -17.3285198556vw , 20.25rem );
    }
}

@supports not (bottom: clamp( 14.25rem , 35.0442238267rem  +  -17.3285198556vw , 20.25rem )) {
    .image-request__ellipse--big {
      bottom: calc(20.25rem + -6 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (left: clamp( 6rem , 2.4555505415rem  +  4.1516245487vw , 7.4375rem )) {
    .image-request__ellipse--small {
      left: clamp( 6rem , 2.4555505415rem  +  4.1516245487vw , 7.4375rem );
    }
}

@supports not (left: clamp( 6rem , 2.4555505415rem  +  4.1516245487vw , 7.4375rem )) {
    .image-request__ellipse--small {
      left: calc(6rem + 1.4375 * (100vw - 85.375rem) / 34.625);
    }
}

@supports (top: clamp( -2rem , 4.9314081588rem  +  -5.7761734657vw , 0.0000000625rem )) {
    .image-request__ellipse--small {
      top: clamp( -2rem , 4.9314081588rem  +  -5.7761734657vw , 0.0000000625rem );
    }
}

@supports not (top: clamp( -2rem , 4.9314081588rem  +  -5.7761734657vw , 0.0000000625rem )) {
    .image-request__ellipse--small {
      top: calc(0.0000000625rem + -2.0000000625 * (100vw - 85.375rem) / 34.625);
    }
}
}

@media (min-width: 47.99875em) and (max-width: 85.375em) {
@supports ((-moz-column-gap: clamp( 1.4375rem , -0.5690695963rem  +  4.1804621919vw , 3rem )) or (column-gap: clamp( 1.4375rem , -0.5690695963rem  +  4.1804621919vw , 3rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 1.4375rem , -0.5690695963rem  +  4.1804621919vw , 3rem );
         -moz-column-gap: clamp( 1.4375rem , -0.5690695963rem  +  4.1804621919vw , 3rem );
              column-gap: clamp( 1.4375rem , -0.5690695963rem  +  4.1804621919vw , 3rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.4375rem , -0.5690695963rem  +  4.1804621919vw , 3rem )) or (column-gap: clamp( 1.4375rem , -0.5690695963rem  +  4.1804621919vw , 3rem ))) {
    .menu__list {
      -webkit-column-gap: calc(1.4375rem + 1.5625 * (100vw - 47.99875rem) / 37.37625);
         -moz-column-gap: calc(1.4375rem + 1.5625 * (100vw - 47.99875rem) / 37.37625);
              column-gap: calc(1.4375rem + 1.5625 * (100vw - 47.99875rem) / 37.37625);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.8572372161rem  +  0.1672184877vw , 1rem )) {
    .menu__link {
      font-size: clamp( 0.9375rem , 0.8572372161rem  +  0.1672184877vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.8572372161rem  +  0.1672184877vw , 1rem )) {
    .menu__link {
      font-size: calc(0.9375rem + 0.0625 * (100vw - 47.99875rem) / 37.37625);
    }
}

@supports (padding-top: clamp( 4.625rem , -2.8394388984rem  +  15.5513193539vw , 10.4375rem )) {
    .hero {
      padding-top: clamp( 4.625rem , -2.8394388984rem  +  15.5513193539vw , 10.4375rem );
    }
}

@supports not (padding-top: clamp( 4.625rem , -2.8394388984rem  +  15.5513193539vw , 10.4375rem )) {
    .hero {
      padding-top: calc(4.625rem + 5.8125 * (100vw - 47.99875rem) / 37.37625);
    }
}
}

@media (min-width: 22.5em) and (max-width: 47.99875em) {
@supports (font-size: clamp( 1rem , 0.5036521398rem  +  2.2059904897vw , 1.5625rem )) {
    .menu__link {
      font-size: clamp( 1rem , 0.5036521398rem  +  2.2059904897vw , 1.5625rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.5036521398rem  +  2.2059904897vw , 1.5625rem )) {
    .menu__link {
      font-size: calc(1rem + 0.5625 * (100vw - 22.5rem) / 25.49875);
    }
}

@supports (height: clamp( 11.5rem , -2.3425903231rem  +  61.522623658vw , 27.1875rem )) {
    .video-how {
      height: clamp( 11.5rem , -2.3425903231rem  +  61.522623658vw , 27.1875rem );
    }
}

@supports not (height: clamp( 11.5rem , -2.3425903231rem  +  61.522623658vw , 27.1875rem )) {
    .video-how {
      height: calc(11.5rem + 15.6875 * (100vw - 22.5rem) / 25.49875);
    }
}
}

@media (min-width: 22.5em) and (max-width: 76.5em) {
@supports (width: clamp( 6.8125rem , 6.1354166667rem  +  3.0092592593vw , 8.4375rem )) {
    .footer__logo-company {
      width: clamp( 6.8125rem , 6.1354166667rem  +  3.0092592593vw , 8.4375rem );
    }
}

@supports not (width: clamp( 6.8125rem , 6.1354166667rem  +  3.0092592593vw , 8.4375rem )) {
    .footer__logo-company {
      width: calc(6.8125rem + 1.625 * (100vw - 22.5rem) / 54);
    }
}
}

@media (min-width: 20em) and (max-width: 78.5em) {
@supports (margin-bottom: clamp( 1.5rem , 1.2863247863rem  +  1.0683760684vw , 2.125rem )) {
    .hero__title:not(:last-child) {
      margin-bottom: clamp( 1.5rem , 1.2863247863rem  +  1.0683760684vw , 2.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.5rem , 1.2863247863rem  +  1.0683760684vw , 2.125rem )) {
    .hero__title:not(:last-child) {
      margin-bottom: calc(1.5rem + 0.625 * (100vw - 20rem) / 58.5);
    }
}
}

@media (min-width: 22.5em) and (max-width: 120em) {
@supports (width: clamp( 1.9375rem , 1.8076923077rem  +  0.5769230769vw , 2.5rem )) {
    .icons-hero__item--1 {
      width: clamp( 1.9375rem , 1.8076923077rem  +  0.5769230769vw , 2.5rem );
    }
}

@supports not (width: clamp( 1.9375rem , 1.8076923077rem  +  0.5769230769vw , 2.5rem )) {
    .icons-hero__item--1 {
      width: calc(1.9375rem + 0.5625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (top: clamp( 5.5rem , 4.5480769231rem  +  4.2307692308vw , 9.625rem )) {
    .icons-hero__item--1 {
      top: clamp( 5.5rem , 4.5480769231rem  +  4.2307692308vw , 9.625rem );
    }
}

@supports not (top: clamp( 5.5rem , 4.5480769231rem  +  4.2307692308vw , 9.625rem )) {
    .icons-hero__item--1 {
      top: calc(5.5rem + 4.125 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (left: clamp( -1.6875rem , -0.5336538462rem  +  -0.9615384615vw , -0.75rem )) {
    .icons-hero__item--1 {
      left: clamp( -1.6875rem , -0.5336538462rem  +  -0.9615384615vw , -0.75rem );
    }
}

@supports not (left: clamp( -1.6875rem , -0.5336538462rem  +  -0.9615384615vw , -0.75rem )) {
    .icons-hero__item--1 {
      left: calc(-0.75rem + -0.9375 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (width: clamp( 2rem , 1.9567307692rem  +  0.1923076923vw , 2.1875rem )) {
    .icons-hero__item--2 {
      width: clamp( 2rem , 1.9567307692rem  +  0.1923076923vw , 2.1875rem );
    }
}

@supports not (width: clamp( 2rem , 1.9567307692rem  +  0.1923076923vw , 2.1875rem )) {
    .icons-hero__item--2 {
      width: calc(2rem + 0.1875 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (top: clamp( 4.5rem , 3.8076923077rem  +  3.0769230769vw , 7.5rem )) {
    .icons-hero__item--2 {
      top: clamp( 4.5rem , 3.8076923077rem  +  3.0769230769vw , 7.5rem );
    }
}

@supports not (top: clamp( 4.5rem , 3.8076923077rem  +  3.0769230769vw , 7.5rem )) {
    .icons-hero__item--2 {
      top: calc(4.5rem + 3 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (right: clamp( -0.75rem , 0.0192307692rem  +  -0.641025641vw , -0.125rem )) {
    .icons-hero__item--2 {
      right: clamp( -0.75rem , 0.0192307692rem  +  -0.641025641vw , -0.125rem );
    }
}

@supports not (right: clamp( -0.75rem , 0.0192307692rem  +  -0.641025641vw , -0.125rem )) {
    .icons-hero__item--2 {
      right: calc(-0.125rem + -0.625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (width: clamp( 1rem , 0.8701923077rem  +  0.5769230769vw , 1.5625rem )) {
    .icons-hero__item--3 {
      width: clamp( 1rem , 0.8701923077rem  +  0.5769230769vw , 1.5625rem );
    }
}

@supports not (width: clamp( 1rem , 0.8701923077rem  +  0.5769230769vw , 1.5625rem )) {
    .icons-hero__item--3 {
      width: calc(1rem + 0.5625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (top: clamp( 3.5625rem , 2.9567307692rem  +  2.6923076923vw , 6.1875rem )) {
    .icons-hero__item--3 {
      top: clamp( 3.5625rem , 2.9567307692rem  +  2.6923076923vw , 6.1875rem );
    }
}

@supports not (top: clamp( 3.5625rem , 2.9567307692rem  +  2.6923076923vw , 6.1875rem )) {
    .icons-hero__item--3 {
      top: calc(3.5625rem + 2.625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (left: clamp( 0.375rem , 0.1153846154rem  +  1.1538461538vw , 1.5rem )) {
    .icons-hero__item--3 {
      left: clamp( 0.375rem , 0.1153846154rem  +  1.1538461538vw , 1.5rem );
    }
}

@supports not (left: clamp( 0.375rem , 0.1153846154rem  +  1.1538461538vw , 1.5rem )) {
    .icons-hero__item--3 {
      left: calc(0.375rem + 1.125 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (width: clamp( 1rem , 0.8701923077rem  +  0.5769230769vw , 1.5625rem )) {
    .icons-hero__item--4 {
      width: clamp( 1rem , 0.8701923077rem  +  0.5769230769vw , 1.5625rem );
    }
}

@supports not (width: clamp( 1rem , 0.8701923077rem  +  0.5769230769vw , 1.5625rem )) {
    .icons-hero__item--4 {
      width: calc(1rem + 0.5625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (bottom: clamp( 3.625rem , 3.0192307692rem  +  2.6923076923vw , 6.25rem )) {
    .icons-hero__item--4 {
      bottom: clamp( 3.625rem , 3.0192307692rem  +  2.6923076923vw , 6.25rem );
    }
}

@supports not (bottom: clamp( 3.625rem , 3.0192307692rem  +  2.6923076923vw , 6.25rem )) {
    .icons-hero__item--4 {
      bottom: calc(3.625rem + 2.625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (right: clamp( 0.0625rem , 0.0625rem  +  0vw , 0.0625rem )) {
    .icons-hero__item--4 {
      right: clamp( 0.0625rem , 0.0625rem  +  0vw , 0.0625rem );
    }
}

@supports not (right: clamp( 0.0625rem , 0.0625rem  +  0vw , 0.0625rem )) {
    .icons-hero__item--4 {
      right: calc(0.0625rem + 0 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (width: clamp( 0.6875rem , 0.5576923077rem  +  0.5769230769vw , 1.25rem )) {
    .icons-hero__item--5 {
      width: clamp( 0.6875rem , 0.5576923077rem  +  0.5769230769vw , 1.25rem );
    }
}

@supports not (width: clamp( 0.6875rem , 0.5576923077rem  +  0.5769230769vw , 1.25rem )) {
    .icons-hero__item--5 {
      width: calc(0.6875rem + 0.5625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (bottom: clamp( 1.5625rem , 1.2740384615rem  +  1.2820512821vw , 2.8125rem )) {
    .icons-hero__item--5 {
      bottom: clamp( 1.5625rem , 1.2740384615rem  +  1.2820512821vw , 2.8125rem );
    }
}

@supports not (bottom: clamp( 1.5625rem , 1.2740384615rem  +  1.2820512821vw , 2.8125rem )) {
    .icons-hero__item--5 {
      bottom: calc(1.5625rem + 1.25 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (left: clamp( 1rem , 0.8125rem  +  0.8333333333vw , 1.8125rem )) {
    .icons-hero__item--5 {
      left: clamp( 1rem , 0.8125rem  +  0.8333333333vw , 1.8125rem );
    }
}

@supports not (left: clamp( 1rem , 0.8125rem  +  0.8333333333vw , 1.8125rem )) {
    .icons-hero__item--5 {
      left: calc(1rem + 0.8125 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (width: clamp( 0.6875rem , 0.5576923077rem  +  0.5769230769vw , 1.25rem )) {
    .icons-hero__item--6 {
      width: clamp( 0.6875rem , 0.5576923077rem  +  0.5769230769vw , 1.25rem );
    }
}

@supports not (width: clamp( 0.6875rem , 0.5576923077rem  +  0.5769230769vw , 1.25rem )) {
    .icons-hero__item--6 {
      width: calc(0.6875rem + 0.5625 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (top: clamp( 2.625rem , 2.1634615385rem  +  2.0512820513vw , 4.625rem )) {
    .icons-hero__item--6 {
      top: clamp( 2.625rem , 2.1634615385rem  +  2.0512820513vw , 4.625rem );
    }
}

@supports not (top: clamp( 2.625rem , 2.1634615385rem  +  2.0512820513vw , 4.625rem )) {
    .icons-hero__item--6 {
      top: calc(2.625rem + 2 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (right: clamp( 2.5625rem , 2.4038461538rem  +  0.7051282051vw , 3.25rem )) {
    .icons-hero__item--6 {
      right: clamp( 2.5625rem , 2.4038461538rem  +  0.7051282051vw , 3.25rem );
    }
}

@supports not (right: clamp( 2.5625rem , 2.4038461538rem  +  0.7051282051vw , 3.25rem )) {
    .icons-hero__item--6 {
      right: calc(2.5625rem + 0.6875 * (100vw - 22.5rem) / 97.5);
    }
}

@supports (width: clamp( 2.1875rem , 1.7692307692rem  +  1.858974359vw , 4rem )) {
    .video-spollers__play img {
      width: clamp( 2.1875rem , 1.7692307692rem  +  1.858974359vw , 4rem );
    }
}

@supports not (width: clamp( 2.1875rem , 1.7692307692rem  +  1.858974359vw , 4rem )) {
    .video-spollers__play img {
      width: calc(2.1875rem + 1.8125 * (100vw - 22.5rem) / 97.5);
    }
}
}

@media (max-width: 85.375em) and (min-width: 85.375em) {
  .how__container {
    padding-top: 5.1875rem;
  }

  .how__container {
    padding-bottom: 7.9375rem;
  }
}

@media (max-width: 85.375em) and (min-width: 22.5em) and (max-width: 85.375em) {
@supports (padding-top: clamp( 5.1875rem , 5.5269632207rem  +  -0.3976143141vw , 5.4375rem )) {
    .how__container {
      padding-top: clamp( 5.1875rem , 5.5269632207rem  +  -0.3976143141vw , 5.4375rem );
    }
}

@supports not (padding-top: clamp( 5.1875rem , 5.5269632207rem  +  -0.3976143141vw , 5.4375rem )) {
    .how__container {
      padding-top: calc(5.4375rem + -0.25 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (padding-bottom: clamp( 3.8125rem , 2.3363568588rem  +  6.5606361829vw , 7.9375rem )) {
    .how__container {
      padding-bottom: clamp( 3.8125rem , 2.3363568588rem  +  6.5606361829vw , 7.9375rem );
    }
}

@supports not (padding-bottom: clamp( 3.8125rem , 2.3363568588rem  +  6.5606361829vw , 7.9375rem )) {
    .how__container {
      padding-bottom: calc(3.8125rem + 4.125 * (100vw - 22.5rem) / 62.875);
    }
}
}

@media (max-width: 71.875em) and (min-width: 47.99875em) {
  .how__arrow--2 {
    display: none;
  }
}

@media (min-width: 47.9375em) and (max-width: 85.375em) {
@supports (top: clamp( 9.875rem , 4.753130217rem  +  10.6844741235vw , 13.875rem )) {
    .how__square--1 {
      top: clamp( 9.875rem , 4.753130217rem  +  10.6844741235vw , 13.875rem );
    }
}

@supports not (top: clamp( 9.875rem , 4.753130217rem  +  10.6844741235vw , 13.875rem )) {
    .how__square--1 {
      top: calc(9.875rem + 4 * (100vw - 47.9375rem) / 37.4375);
    }
}
}

@media (min-width: 22.5em) and (max-width: 47.9375em) {
@supports (top: clamp( 2.375rem , 0.0531326781rem  +  10.3194103194vw , 5rem )) {
    .how__square--1 {
      top: clamp( 2.375rem , 0.0531326781rem  +  10.3194103194vw , 5rem );
    }
}

@supports not (top: clamp( 2.375rem , 0.0531326781rem  +  10.3194103194vw , 5rem )) {
    .how__square--1 {
      top: calc(2.375rem + 2.625 * (100vw - 22.5rem) / 25.4375);
    }
}
}

@media (min-width: 85.375em) and (max-width: 11.875em) {
@supports (padding-top: clamp( 6.1875rem , 7.0586734694rem  +  -1.0204081633vw , 6.9375rem )) {
    .game {
      padding-top: clamp( 6.1875rem , 7.0586734694rem  +  -1.0204081633vw , 6.9375rem );
    }
}

@supports not (padding-top: clamp( 6.1875rem , 7.0586734694rem  +  -1.0204081633vw , 6.9375rem )) {
    .game {
      padding-top: calc(6.1875rem + 0.75 * (100vw - 85.375rem) / -73.5);
    }
}

@supports (padding-bottom: clamp( 6.1875rem , 7.0586734694rem  +  -1.0204081633vw , 6.9375rem )) {
    .game {
      padding-bottom: clamp( 6.1875rem , 7.0586734694rem  +  -1.0204081633vw , 6.9375rem );
    }
}

@supports not (padding-bottom: clamp( 6.1875rem , 7.0586734694rem  +  -1.0204081633vw , 6.9375rem )) {
    .game {
      padding-bottom: calc(6.1875rem + 0.75 * (100vw - 85.375rem) / -73.5);
    }
}
}

@media (min-width: 85.375em) and (max-width: 120.0625em) {
@supports (width: clamp( 26rem , 14.0013513514rem  +  14.0540540541vw , 30.875rem )) {
    .image-game--big {
      width: clamp( 26rem , 14.0013513514rem  +  14.0540540541vw , 30.875rem );
    }
}

@supports not (width: clamp( 26rem , 14.0013513514rem  +  14.0540540541vw , 30.875rem )) {
    .image-game--big {
      width: calc(26rem + 4.875 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 13.3125rem , 7.005518018rem  +  7.3873873874vw , 15.875rem )) {
    .image-game--medium {
      width: clamp( 13.3125rem , 7.005518018rem  +  7.3873873874vw , 15.875rem );
    }
}

@supports not (width: clamp( 13.3125rem , 7.005518018rem  +  7.3873873874vw , 15.875rem )) {
    .image-game--medium {
      width: calc(13.3125rem + 2.5625 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 8.625rem , 7.0867117117rem  +  1.8018018018vw , 9.25rem )) {
    .image-game--small {
      width: clamp( 8.625rem , 7.0867117117rem  +  1.8018018018vw , 9.25rem );
    }
}

@supports not (width: clamp( 8.625rem , 7.0867117117rem  +  1.8018018018vw , 9.25rem )) {
    .image-game--small {
      width: calc(8.625rem + 0.625 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 10.25rem , -4.5175675676rem  +  17.2972972973vw , 16.25rem )) {
    .image-game__ellipse--big {
      width: clamp( 10.25rem , -4.5175675676rem  +  17.2972972973vw , 16.25rem );
    }
}

@supports not (width: clamp( 10.25rem , -4.5175675676rem  +  17.2972972973vw , 16.25rem )) {
    .image-game__ellipse--big {
      width: calc(10.25rem + 6 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 4.4375rem , 3.8221846847rem  +  0.7207207207vw , 4.6875rem )) {
    .image-game__ellipse--small {
      width: clamp( 4.4375rem , 3.8221846847rem  +  0.7207207207vw , 4.6875rem );
    }
}

@supports not (width: clamp( 4.4375rem , 3.8221846847rem  +  0.7207207207vw , 4.6875rem )) {
    .image-game__ellipse--small {
      width: calc(4.4375rem + 0.25 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 24.8125rem , 9.8911036036rem  +  17.4774774775vw , 30.875rem )) {
    .image-request--big {
      width: clamp( 24.8125rem , 9.8911036036rem  +  17.4774774775vw , 30.875rem );
    }
}

@supports not (width: clamp( 24.8125rem , 9.8911036036rem  +  17.4774774775vw , 30.875rem )) {
    .image-request--big {
      width: calc(24.8125rem + 6.0625 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 8.3125rem , 6.0050675676rem  +  2.7027027027vw , 9.25rem )) {
    .image-request--small {
      width: clamp( 8.3125rem , 6.0050675676rem  +  2.7027027027vw , 9.25rem );
    }
}

@supports not (width: clamp( 8.3125rem , 6.0050675676rem  +  2.7027027027vw , 9.25rem )) {
    .image-request--small {
      width: calc(8.3125rem + 0.9375 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 8.6875rem , -9.9257882883rem  +  21.8018018018vw , 16.25rem )) {
    .image-request__ellipse--big {
      width: clamp( 8.6875rem , -9.9257882883rem  +  21.8018018018vw , 16.25rem );
    }
}

@supports not (width: clamp( 8.6875rem , -9.9257882883rem  +  21.8018018018vw , 16.25rem )) {
    .image-request__ellipse--big {
      width: calc(8.6875rem + 7.5625 * (100vw - 85.375rem) / 34.6875);
    }
}

@supports (width: clamp( 4.4375rem , 3.8221846847rem  +  0.7207207207vw , 4.6875rem )) {
    .image-request__ellipse--small {
      width: clamp( 4.4375rem , 3.8221846847rem  +  0.7207207207vw , 4.6875rem );
    }
}

@supports not (width: clamp( 4.4375rem , 3.8221846847rem  +  0.7207207207vw , 4.6875rem )) {
    .image-request__ellipse--small {
      width: calc(4.4375rem + 0.25 * (100vw - 85.375rem) / 34.6875);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 85.375em) {
@supports (width: clamp( 21.875rem , 13.5868402759rem  +  13.3682690765vw , 25rem )) {
    .image-game--big {
      width: clamp( 21.875rem , 13.5868402759rem  +  13.3682690765vw , 25rem );
    }
}

@supports not (width: clamp( 21.875rem , 13.5868402759rem  +  13.3682690765vw , 25rem )) {
    .image-game--big {
      width: calc(21.875rem + 3.125 * (100vw - 61.99875rem) / 23.37625);
    }
}

@supports (width: clamp( 13.75rem , 12.0923680552rem  +  2.6736538153vw , 14.375rem )) {
    .image-game--medium {
      width: clamp( 13.75rem , 12.0923680552rem  +  2.6736538153vw , 14.375rem );
    }
}

@supports not (width: clamp( 13.75rem , 12.0923680552rem  +  2.6736538153vw , 14.375rem )) {
    .image-game--medium {
      width: calc(13.75rem + 0.625 * (100vw - 61.99875rem) / 23.37625);
    }
}

@supports (width: clamp( 9.0625rem , -0.0544756965rem  +  14.7050959842vw , 12.5rem )) {
    .image-game--small {
      width: clamp( 9.0625rem , -0.0544756965rem  +  14.7050959842vw , 12.5rem );
    }
}

@supports not (width: clamp( 9.0625rem , -0.0544756965rem  +  14.7050959842vw , 12.5rem )) {
    .image-game--small {
      width: calc(9.0625rem + 3.4375 * (100vw - 61.99875rem) / 23.37625);
    }
}
}

@media (min-width: 22.5em) and (max-width: 61.99875em) {
@supports (width: clamp( 17rem , 11.8732554828rem  +  22.7855311877vw , 26rem )) {
    .image-game--big {
      width: clamp( 17rem , 11.8732554828rem  +  22.7855311877vw , 26rem );
    }
}

@supports not (width: clamp( 17rem , 11.8732554828rem  +  22.7855311877vw , 26rem )) {
    .image-game--big {
      width: calc(17rem + 9 * (100vw - 22.5rem) / 39.49875);
    }
}

@supports (width: clamp( 8.75rem , 6.1510253489rem  +  11.5509984493vw , 13.3125rem )) {
    .image-game--medium {
      width: clamp( 8.75rem , 6.1510253489rem  +  11.5509984493vw , 13.3125rem );
    }
}

@supports not (width: clamp( 8.75rem , 6.1510253489rem  +  11.5509984493vw , 13.3125rem )) {
    .image-game--medium {
      width: calc(8.75rem + 4.5625 * (100vw - 22.5rem) / 39.49875);
    }
}

@supports (width: clamp( 6.375rem , 5.0933138707rem  +  5.6963827969vw , 8.625rem )) {
    .image-game--small {
      width: clamp( 6.375rem , 5.0933138707rem  +  5.6963827969vw , 8.625rem );
    }
}

@supports not (width: clamp( 6.375rem , 5.0933138707rem  +  5.6963827969vw , 8.625rem )) {
    .image-game--small {
      width: calc(6.375rem + 2.25 * (100vw - 22.5rem) / 39.49875);
    }
}
}

@media (max-width: 61.99875em) and (min-width: 22.5em) and (max-width: 61.99875em) {
@supports (top: clamp( 1.5625rem , 6.0752100541rem  +  -7.2787113516vw , 4.4375rem )) {
    .image-game--big {
      top: clamp( 1.5625rem , 6.0752100541rem  +  -7.2787113516vw , 4.4375rem );
    }
}

@supports not (top: clamp( 1.5625rem , 6.0752100541rem  +  -7.2787113516vw , 4.4375rem )) {
    .image-game--big {
      top: calc(4.4375rem + -2.875 * (100vw - 22.5rem) / 39.49875);
    }
}

@supports (left: clamp( 0.0000000625rem , -3.56023915rem  +  15.8232853888vw , 6.25rem )) {
    .image-game--big {
      left: clamp( 0.0000000625rem , -3.56023915rem  +  15.8232853888vw , 6.25rem );
    }
}

@supports not (left: clamp( 0.0000000625rem , -3.56023915rem  +  15.8232853888vw , 6.25rem )) {
    .image-game--big {
      left: calc(0.0000000625rem + 6.2499999375 * (100vw - 22.5rem) / 39.49875);
    }
}

@supports (right: clamp( 0.0000000625rem , -6.7644544732rem  +  30.0642423811vw , 11.875rem )) {
    .image-game--medium {
      right: clamp( 0.0000000625rem , -6.7644544732rem  +  30.0642423811vw , 11.875rem );
    }
}

@supports not (right: clamp( 0.0000000625rem , -6.7644544732rem  +  30.0642423811vw , 11.875rem )) {
    .image-game--medium {
      right: calc(0.0000000625rem + 11.8749999375 * (100vw - 22.5rem) / 39.49875);
    }
}

@supports (right: clamp( 0.0000000625rem , -9.9686697965rem  +  44.3051993734vw , 17.5rem )) {
    .image-game--small {
      right: clamp( 0.0000000625rem , -9.9686697965rem  +  44.3051993734vw , 17.5rem );
    }
}

@supports not (right: clamp( 0.0000000625rem , -9.9686697965rem  +  44.3051993734vw , 17.5rem )) {
    .image-game--small {
      right: calc(0.0000000625rem + 17.4999999375 * (100vw - 22.5rem) / 39.49875);
    }
}

@supports (right: clamp( -5.0625rem , -9.0143655654rem  +  17.5638469572vw , 1.875rem )) {
    .image-game__ellipse--big {
      right: clamp( -5.0625rem , -9.0143655654rem  +  17.5638469572vw , 1.875rem );
    }
}

@supports not (right: clamp( -5.0625rem , -9.0143655654rem  +  17.5638469572vw , 1.875rem )) {
    .image-game__ellipse--big {
      right: calc(-5.0625rem + 6.9375 * (100vw - 22.5rem) / 39.49875);
    }
}
}

@media (min-width: 61.99875em) and (max-width: 120em) {
@supports (right: clamp( -12.125rem , -12.9934982543rem  +  1.4008318786vw , -11.3125rem )) {
    .circle-trial--2 {
      right: clamp( -12.125rem , -12.9934982543rem  +  1.4008318786vw , -11.3125rem );
    }
}

@supports not (right: clamp( -12.125rem , -12.9934982543rem  +  1.4008318786vw , -11.3125rem )) {
    .circle-trial--2 {
      right: calc(-12.125rem + 0.8125 * (100vw - 61.99875rem) / 58.00125);
    }
}

@supports (top: clamp( -16.5rem , -18.1701889507rem  +  2.6939074589vw , -14.9375rem )) {
    .circle-trial--2 {
      top: clamp( -16.5rem , -18.1701889507rem  +  2.6939074589vw , -14.9375rem );
    }
}

@supports not (top: clamp( -16.5rem , -18.1701889507rem  +  2.6939074589vw , -14.9375rem )) {
    .circle-trial--2 {
      top: calc(-16.5rem + 1.5625 * (100vw - 61.99875rem) / 58.00125);
    }
}
}

@media (max-width: 87.5em) and (min-width: 85.375em) {
  .video-spollers {
    height: 17.8125rem;
  }

  .video-spollers__button {
    width: 3.5rem;
  }

  .request__label {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 87.5em) and (min-width: 56.25em) and (max-width: 85.375em) {
@supports (height: clamp( 17.8125rem , 23.3087446352rem  +  -6.4377682403vw , 19.6875rem )) {
    .video-spollers {
      height: clamp( 17.8125rem , 23.3087446352rem  +  -6.4377682403vw , 19.6875rem );
    }
}

@supports not (height: clamp( 17.8125rem , 23.3087446352rem  +  -6.4377682403vw , 19.6875rem )) {
    .video-spollers {
      height: calc(19.6875rem + -1.875 * (100vw - 56.25rem) / 29.125);
    }
}
}

@media (max-width: 87.5em) and (min-width: 22.5em) and (max-width: 56.25em) {
@supports (height: clamp( 10.375rem , -3.5416666667rem  +  61.8518518519vw , 31.25rem )) {
    .video-spollers {
      height: clamp( 10.375rem , -3.5416666667rem  +  61.8518518519vw , 31.25rem );
    }
}

@supports not (height: clamp( 10.375rem , -3.5416666667rem  +  61.8518518519vw , 31.25rem )) {
    .video-spollers {
      height: calc(10.375rem + 20.875 * (100vw - 22.5rem) / 33.75);
    }
}
}

@media (max-width: 87.5em) and (min-width: 22.5em) and (max-width: 85.375em) {
@supports (width: clamp( 2.1875rem , 1.7178180915rem  +  2.0874751491vw , 3.5rem )) {
    .video-spollers__button {
      width: clamp( 2.1875rem , 1.7178180915rem  +  2.0874751491vw , 3.5rem );
    }
}

@supports not (width: clamp( 2.1875rem , 1.7178180915rem  +  2.0874751491vw , 3.5rem )) {
    .video-spollers__button {
      width: calc(2.1875rem + 1.3125 * (100vw - 22.5rem) / 62.875);
    }
}

@supports (margin-bottom: clamp( 1.3125rem , 0.5296968191rem  +  3.4791252485vw , 3.5rem )) {
    .request__label {
      margin-bottom: clamp( 1.3125rem , 0.5296968191rem  +  3.4791252485vw , 3.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.3125rem , 0.5296968191rem  +  3.4791252485vw , 3.5rem )) {
    .request__label {
      margin-bottom: calc(1.3125rem + 2.1875 * (100vw - 22.5rem) / 62.875);
    }
}
}

@media (min-width: 47.99875em) and (min-width: 47.99875em) and (max-width: 120em) {
@supports (bottom: clamp( -2.0625rem , -9.2288556188rem  +  14.930296349vw , 8.6875rem )) {
    .about__rectangle--2 {
      bottom: clamp( -2.0625rem , -9.2288556188rem  +  14.930296349vw , 8.6875rem );
    }
}

@supports not (bottom: clamp( -2.0625rem , -9.2288556188rem  +  14.930296349vw , 8.6875rem )) {
    .about__rectangle--2 {
      bottom: calc(-2.0625rem + 10.75 * (100vw - 47.99875rem) / 72.00125);
    }
}
}

@media (min-width: 47.99875em) and (max-width: 47.99875em) {
  .about__rectangle--2 {
    bottom: -2.0625rem;
  }
}

@media (max-width: 87.5em) and (min-width: 47.99875em) and (min-width: 85.375em) {
  .video-about {
    height: 24.4375rem;
  }
}

@media (max-width: 87.5em) and (min-width: 47.99875em) and (min-width: 47.99875em) and (max-width: 85.375em) {
@supports (height: clamp( 17.5rem , 8.5908309923rem  +  18.561252132vw , 24.4375rem )) {
    .video-about {
      height: clamp( 17.5rem , 8.5908309923rem  +  18.561252132vw , 24.4375rem );
    }
}

@supports not (height: clamp( 17.5rem , 8.5908309923rem  +  18.561252132vw , 24.4375rem )) {
    .video-about {
      height: calc(17.5rem + 6.9375 * (100vw - 47.99875rem) / 37.37625);
    }
}
}

@media (max-width: 87.5em) and (min-width: 47.99875em) and (max-width: 47.99875em) {
  .video-about {
    height: 17.5rem;
  }
}

@media (min-width: 22.5em) and (max-width: 96.875em) {
@supports (width: clamp( 7.1875rem , 5.8828781513rem  +  5.7983193277vw , 11.5rem )) {
    .video-about__arrow img {
      width: clamp( 7.1875rem , 5.8828781513rem  +  5.7983193277vw , 11.5rem );
    }
}

@supports not (width: clamp( 7.1875rem , 5.8828781513rem  +  5.7983193277vw , 11.5rem )) {
    .video-about__arrow img {
      width: calc(7.1875rem + 4.3125 * (100vw - 22.5rem) / 74.375);
    }
}
}

@media (min-width: 53.18625em) and (max-width: 85.375em) {
@supports (width: clamp( 21.875rem , 16.7114869325rem  +  9.7083608404vw , 25rem )) {
    .image-request--big {
      width: clamp( 21.875rem , 16.7114869325rem  +  9.7083608404vw , 25rem );
    }
}

@supports not (width: clamp( 21.875rem , 16.7114869325rem  +  9.7083608404vw , 25rem )) {
    .image-request--big {
      width: calc(21.875rem + 3.125 * (100vw - 53.18625rem) / 32.18875);
    }
}

@supports (bottom: clamp( 8.6875rem , 12.1686754883rem  +  -4.0775115529vw , 10rem )) {
    .image-request--big {
      bottom: clamp( 8.6875rem , 12.1686754883rem  +  -4.0775115529vw , 10rem );
    }
}

@supports not (bottom: clamp( 8.6875rem , 12.1686754883rem  +  -4.0775115529vw , 10rem )) {
    .image-request--big {
      bottom: calc(10rem + -1.3125 * (100vw - 53.18625rem) / 32.18875);
    }
}

@supports (width: clamp( 8.3125rem , 10.3017431362rem  +  -2.3300066017vw , 9.0625rem )) {
    .image-request--small {
      width: clamp( 8.3125rem , 10.3017431362rem  +  -2.3300066017vw , 9.0625rem );
    }
}

@supports not (width: clamp( 8.3125rem , 10.3017431362rem  +  -2.3300066017vw , 9.0625rem )) {
    .image-request--small {
      width: calc(9.0625rem + -0.75 * (100vw - 53.18625rem) / 32.18875);
    }
}

@supports (bottom: clamp( 9.625rem , -3.38705293rem  +  24.4650693177vw , 17.5rem )) {
    .image-request__ellipse--big {
      bottom: clamp( 9.625rem , -3.38705293rem  +  24.4650693177vw , 17.5rem );
    }
}

@supports not (bottom: clamp( 9.625rem , -3.38705293rem  +  24.4650693177vw , 17.5rem )) {
    .image-request__ellipse--big {
      bottom: calc(9.625rem + 7.875 * (100vw - 53.18625rem) / 32.18875);
    }
}
}

@media (min-width: 22.5em) and (max-width: 53.12375em) {
@supports (width: clamp( 17rem , 10.3874852035rem  +  29.3889546512vw , 26rem )) {
    .image-request--big {
      width: clamp( 17rem , 10.3874852035rem  +  29.3889546512vw , 26rem );
    }
}

@supports not (width: clamp( 17rem , 10.3874852035rem  +  29.3889546512vw , 26rem )) {
    .image-request--big {
      width: calc(17rem + 9 * (100vw - 22.5rem) / 30.62375);
    }
}
}

@media (max-width: 53.125em) and (min-width: 22.5em) and (max-width: 53.18625em) {
@supports (top: clamp( 1.875rem , 5.2331281315rem  +  -6.3139028066vw , 3.8125rem )) {
    .image-request--big {
      top: clamp( 1.875rem , 5.2331281315rem  +  -6.3139028066vw , 3.8125rem );
    }
}

@supports not (top: clamp( 1.875rem , 5.2331281315rem  +  -6.3139028066vw , 3.8125rem )) {
    .image-request--big {
      top: calc(3.8125rem + -1.9375 * (100vw - 22.5rem) / 30.68625);
    }
}

@supports (left: clamp( 0.0000000625rem , -4.5826712836rem  +  20.3674282048vw , 6.25rem )) {
    .image-request--big {
      left: clamp( 0.0000000625rem , -4.5826712836rem  +  20.3674282048vw , 6.25rem );
    }
}

@supports not (left: clamp( 0.0000000625rem , -4.5826712836rem  +  20.3674282048vw , 6.25rem )) {
    .image-request--big {
      left: calc(0.0000000625rem + 6.2499999375 * (100vw - 22.5rem) / 30.68625);
    }
}
}

@media (min-width: 85.43625em) and (max-width: 120.0625em) {
@supports (width: clamp( 13.3125rem , 6.989828887rem  +  7.4004548572vw , 15.875rem )) {
    .image-request--medium {
      width: clamp( 13.3125rem , 6.989828887rem  +  7.4004548572vw , 15.875rem );
    }
}

@supports not (width: clamp( 13.3125rem , 6.989828887rem  +  7.4004548572vw , 15.875rem )) {
    .image-request--medium {
      width: calc(13.3125rem + 2.5625 * (100vw - 85.43625rem) / 34.62625);
    }
}

@supports (right: clamp( 0.0000000625rem , 11.0522858643rem  +  -9.2054436663vw , 3.1875rem )) {
    .image-request--medium {
      right: clamp( 0.0000000625rem , 11.0522858643rem  +  -9.2054436663vw , 3.1875rem );
    }
}

@supports not (right: clamp( 0.0000000625rem , 11.0522858643rem  +  -9.2054436663vw , 3.1875rem )) {
    .image-request--medium {
      right: calc(3.1875rem + -3.1874999375 * (100vw - 85.43625rem) / 34.62625);
    }
}

@supports (bottom: clamp( 0.3125rem , 15.6990158298rem  +  -12.8154218259vw , 4.75rem )) {
    .image-request--medium {
      bottom: clamp( 0.3125rem , 15.6990158298rem  +  -12.8154218259vw , 4.75rem );
    }
}

@supports not (bottom: clamp( 0.3125rem , 15.6990158298rem  +  -12.8154218259vw , 4.75rem )) {
    .image-request--medium {
      bottom: calc(4.75rem + -4.4375 * (100vw - 85.43625rem) / 34.62625);
    }
}
}

@media (min-width: 53.18625em) and (max-width: 85.43625em) {
@supports (width: clamp( 13.3125rem , 14.4715188953rem  +  -1.3565891473vw , 13.75rem )) {
    .image-request--medium {
      width: clamp( 13.3125rem , 14.4715188953rem  +  -1.3565891473vw , 13.75rem );
    }
}

@supports not (width: clamp( 13.3125rem , 14.4715188953rem  +  -1.3565891473vw , 13.75rem )) {
    .image-request--medium {
      width: calc(13.75rem + -0.4375 * (100vw - 53.18625rem) / 32.25);
    }
}
}

@media (min-width: 22.5em) and (max-width: 53.18625em) {
@supports (width: clamp( 8.75rem , 5.4046498839rem  +  14.8682227382vw , 13.3125rem )) {
    .image-request--medium {
      width: clamp( 8.75rem , 5.4046498839rem  +  14.8682227382vw , 13.3125rem );
    }
}

@supports not (width: clamp( 8.75rem , 5.4046498839rem  +  14.8682227382vw , 13.3125rem )) {
    .image-request--medium {
      width: calc(8.75rem + 4.5625 * (100vw - 22.5rem) / 30.68625);
    }
}

@supports (width: clamp( 5.375rem , 2.9920108762rem  +  10.5910627724vw , 8.625rem )) {
    .image-request--small {
      width: clamp( 5.375rem , 2.9920108762rem  +  10.5910627724vw , 8.625rem );
    }
}

@supports not (width: clamp( 5.375rem , 2.9920108762rem  +  10.5910627724vw , 8.625rem )) {
    .image-request--small {
      width: calc(5.375rem + 3.25 * (100vw - 22.5rem) / 30.68625);
    }
}

@supports (bottom: clamp( 6.25rem , 12.0996425516rem  +  -10.9984113406vw , 9.625rem )) {
    .image-request__ellipse--big {
      bottom: clamp( 6.25rem , 12.0996425516rem  +  -10.9984113406vw , 9.625rem );
    }
}

@supports not (bottom: clamp( 6.25rem , 12.0996425516rem  +  -10.9984113406vw , 9.625rem )) {
    .image-request__ellipse--big {
      bottom: calc(9.625rem + -3.375 * (100vw - 22.5rem) / 30.68625);
    }
}
}

@media (max-width: 78.5em) and (min-width: 53.18625em) {
  .image-request--medium {
    bottom: -3.75rem;
  }
}

@media (max-width: 78.5em) and (min-width: 22.5em) and (max-width: 53.18625em) {
@supports (bottom: clamp( -3.75rem , 2.7496029435rem  +  -12.2204572488vw , 0.0000000625rem )) {
    .image-request--medium {
      bottom: clamp( -3.75rem , 2.7496029435rem  +  -12.2204572488vw , 0.0000000625rem );
    }
}

@supports not (bottom: clamp( -3.75rem , 2.7496029435rem  +  -12.2204572488vw , 0.0000000625rem )) {
    .image-request--medium {
      bottom: calc(0.0000000625rem + -3.7500000625 * (100vw - 22.5rem) / 30.68625);
    }
}

@supports (right: clamp( 0.0000000625rem , -3.6661370052rem  +  16.2939425231vw , 5rem )) {
    .image-request--medium {
      right: clamp( 0.0000000625rem , -3.6661370052rem  +  16.2939425231vw , 5rem );
    }
}

@supports not (right: clamp( 0.0000000625rem , -3.6661370052rem  +  16.2939425231vw , 5rem )) {
    .image-request--medium {
      right: calc(0.0000000625rem + 4.9999999375 * (100vw - 22.5rem) / 30.68625);
    }
}
}

@media (max-width: 78.5em) and (min-width: 22.5em) and (max-width: 72.5em) {
@supports (right: clamp( 0.8125rem , -0.228125rem  +  4.625vw , 3.125rem )) {
    .image-request--small {
      right: clamp( 0.8125rem , -0.228125rem  +  4.625vw , 3.125rem );
    }
}

@supports not (right: clamp( 0.8125rem , -0.228125rem  +  4.625vw , 3.125rem )) {
    .image-request--small {
      right: calc(0.8125rem + 2.3125 * (100vw - 22.5rem) / 50);
    }
}

@supports (right: clamp( -4.0625rem , -4.23125rem  +  0.75vw , -3.6875rem )) {
    .image-request__ellipse--big {
      right: clamp( -4.0625rem , -4.23125rem  +  0.75vw , -3.6875rem );
    }
}

@supports not (right: clamp( -4.0625rem , -4.23125rem  +  0.75vw , -3.6875rem )) {
    .image-request__ellipse--big {
      right: calc(-4.0625rem + 0.375 * (100vw - 22.5rem) / 50);
    }
}
}

@media (any-hover: hover) {
  .popup__close:hover::before {
    color: #827BFD;
  }

  .button:hover {
    -webkit-box-shadow: 0 0.1875rem 1.25rem 0 rgba(184, 184, 184, 0.5);
            box-shadow: 0 0.1875rem 1.25rem 0 rgba(184, 184, 184, 0.5);
  }

  .button:hover::after {
    opacity: 1;
  }

  .button--orange:hover::after {
    opacity: 1;
  }

  [data-youtube-play]:hover,
  .play-button:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
  }

  .header__logo:hover {
    -webkit-transform: scale(1.18);
        -ms-transform: scale(1.18);
            transform: scale(1.18);
  }

  .menu__link:hover::before {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }

  .footer__logo img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .footer__location:hover {
    -webkit-transform: rotate(-2.5deg);
        -ms-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }

  .footer__phone:hover {
    -webkit-transform: rotate(-2.5deg);
        -ms-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }

  .social-footer__link img:hover {
    -webkit-transform: rotate(-15deg) scale(1.13);
        -ms-transform: rotate(-15deg) scale(1.13);
            transform: rotate(-15deg) scale(1.13);
  }

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

  .video-spollers__button:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
  }

  .testimonials__controls .swiper-button:hover {
    background-color: #675fff;
  }

  .swiper-testimonial__link:hover {
    color: #827BFD;
  }
}

.webp .hero__content{ border-image: url(../img/hero/Ellipse/01.webp); }

.webp .how__arrow--1{ background: url(../img/how/arrow-to-right.webp) center/cover no-repeat; }

.webp .how__arrow--2{ background: url(../img/how/arrow-to-left.webp) center/cover no-repeat; }
