@import url("https://fonts.googleapis.com/css?family=Red+Rose:regular,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue:&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  line-height: 1;
  height: 100%;
}

/* FORM */
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-family: "Onest";
  background: rgb(16, 16, 16);
  color: rgb(255, 255, 255);
}
body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  overflow: clip;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

@media (min-width: 102.5em) {
  .header {
    padding-top: 2.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 0.3125rem , -0.1723484848rem  +  2.4242424242vw , 2.3125rem )) {
    .header {
      padding-top: clamp( 0.3125rem , -0.1723484848rem  +  2.4242424242vw , 2.3125rem );
    }
  }
  @supports not (padding-top: clamp( 0.3125rem , -0.1723484848rem  +  2.4242424242vw , 2.3125rem )) {
    .header {
      padding-top: calc(0.3125rem + 2 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-top: 0.3125rem;
  }
}
@media (min-width: 102.5em) {
  .header {
    padding-bottom: 2.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 0.3125rem , -0.1723484848rem  +  2.4242424242vw , 2.3125rem )) {
    .header {
      padding-bottom: clamp( 0.3125rem , -0.1723484848rem  +  2.4242424242vw , 2.3125rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.3125rem , -0.1723484848rem  +  2.4242424242vw , 2.3125rem )) {
    .header {
      padding-bottom: calc(0.3125rem + 2 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-bottom: 0.3125rem;
  }
}
@media (max-width: 47.99875em) {
  .header__button {
    display: none;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  z-index: 5;
}
.logo__image {
  width: 46px;
  height: 57px;
}
.logo__text {
  font-family: "Gilroy";
  font-weight: 800;
  line-height: 2.75rem;
  letter-spacing: 2%;
}
@media (min-width: 102.5em) {
  .logo__text {
    font-size: 2.25rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.5625rem , 1.3958333333rem  +  0.8333333333vw , 2.25rem )) {
    .logo__text {
      font-size: clamp( 1.5625rem , 1.3958333333rem  +  0.8333333333vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 1.3958333333rem  +  0.8333333333vw , 2.25rem )) {
    .logo__text {
      font-size: calc(1.5625rem + 0.6875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .logo__text {
    font-size: 1.5625rem;
  }
}

@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    padding: 120px 15px 30px 15px;
    background: rgb(62, 102, 106);
    z-index: 2;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    z-index: 2;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    background-color: rgb(85, 189, 194);
  }
}
@media (max-width: 47.99875em) and (min-width: 102.5em) {
  .menu__body::before {
    height: 5.3125rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 102.5em) {
  @supports (height: clamp( 4.1875rem , 3.9147727273rem  +  1.3636363636vw , 5.3125rem )) {
    .menu__body::before {
      height: clamp( 4.1875rem , 3.9147727273rem  +  1.3636363636vw , 5.3125rem );
    }
  }
  @supports not (height: clamp( 4.1875rem , 3.9147727273rem  +  1.3636363636vw , 5.3125rem )) {
    .menu__body::before {
      height: calc(4.1875rem + 1.125 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .menu__body::before {
    height: 4.1875rem;
  }
}
@media (max-width: 47.99875em) {
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 102.5em) {
  .menu__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports ((-moz-column-gap: clamp( 0.9375rem , 0.5587121212rem  +  1.8939393939vw , 2.5rem )) or (column-gap: clamp( 0.9375rem , 0.5587121212rem  +  1.8939393939vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 0.9375rem , 0.5587121212rem  +  1.8939393939vw , 2.5rem );
         -moz-column-gap: clamp( 0.9375rem , 0.5587121212rem  +  1.8939393939vw , 2.5rem );
              column-gap: clamp( 0.9375rem , 0.5587121212rem  +  1.8939393939vw , 2.5rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.9375rem , 0.5587121212rem  +  1.8939393939vw , 2.5rem )) or (column-gap: clamp( 0.9375rem , 0.5587121212rem  +  1.8939393939vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 82.5);
         -moz-column-gap: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 82.5);
              column-gap: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .menu__list {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    row-gap: 28px;
  }
}
@media (any-hover: hover) {
  .menu__item:hover .menu__link {
    color: rgb(82, 255, 224);
  }
}
.menu__link {
  position: relative;
  font-family: "Red Rose";
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 2%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu__link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(158.4deg, rgb(248, 108, 248), rgb(100, 206, 245));
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 47.99875em) {
  .menu__link {
    font-size: 28px;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 767.98px) {
  .icon-menu {
    width: 25px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    height: 18px;
    position: relative;
    z-index: 5;
  }
  .icon-menu::before, .icon-menu::after,
  .icon-menu span {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: white;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: 50%;
    margin-top: -1px;
  }
}

@media (max-width: 47.99875em) {
  .menu-open .icon-menu span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
    margin-top: -1px;
  }
  .menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}
.button {
  border-radius: 3.125rem;
  padding: 1.125rem 1.8125rem;
  background-color: rgb(82, 255, 224);
  color: rgb(44, 45, 49);
  font-family: "Red Rose";
  line-height: 1.25rem;
  border: 0.125rem solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: rgb(255, 255, 255);
    border: 0.125rem solid rgb(82, 255, 224);
  }
}

@media (min-width: 102.5em) {
  .hero {
    padding-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 1.25rem , 0.946969697rem  +  1.5151515152vw , 2.5rem )) {
    .hero {
      padding-top: clamp( 1.25rem , 0.946969697rem  +  1.5151515152vw , 2.5rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.946969697rem  +  1.5151515152vw , 2.5rem )) {
    .hero {
      padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .hero {
    padding-top: 1.25rem;
  }
}
.hero__wrap {
  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;
  gap: 1.875rem;
}
@media (max-width: 59.375em) {
  .hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1.875rem);
          flex: 1 1 calc(50% - 1.875rem);
}
@media (min-width: 102.5em) {
  .hero__content {
    padding-top: 5.25rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 1.25rem , 0.2803030303rem  +  4.8484848485vw , 5.25rem )) {
    .hero__content {
      padding-top: clamp( 1.25rem , 0.2803030303rem  +  4.8484848485vw , 5.25rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.2803030303rem  +  4.8484848485vw , 5.25rem )) {
    .hero__content {
      padding-top: calc(1.25rem + 4 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .hero__content {
    padding-top: 1.25rem;
  }
}
@media (min-width: 102.5em) {
  .hero__content {
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 1.25rem , -0.0227272727rem  +  6.3636363636vw , 6.5rem )) {
    .hero__content {
      padding-bottom: clamp( 1.25rem , -0.0227272727rem  +  6.3636363636vw , 6.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -0.0227272727rem  +  6.3636363636vw , 6.5rem )) {
    .hero__content {
      padding-bottom: calc(1.25rem + 5.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .hero__content {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 59.375em) {
  .hero__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.hero__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1.875rem);
          flex: 1 1 calc(50% - 1.875rem);
  position: relative;
}
@media (max-width: 59.375em) {
  .hero__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.hero__image:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-106deg, #60efff 0%, #7237be 80%);
  -webkit-transform: translate3d(0px, 0px, 0) scale(1.03);
          transform: translate3d(0px, 0px, 0) scale(1.03);
  -webkit-filter: blur(70px);
          filter: blur(70px);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: inherit;
}
.hero__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 775/758;
  border-radius: 3.125rem;
}
.hero__bottom {
  display: none;
}
@media (max-width: 59.375em) {
  .hero__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 74px;
  }
}

.content-hero__label {
  font-family: "Monument Extended";
  line-height: 2.6875rem;
}
@media (min-width: 102.5em) {
  .content-hero__label {
    font-size: 2.25rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.125rem , 0.8522727273rem  +  1.3636363636vw , 2.25rem )) {
    .content-hero__label {
      font-size: clamp( 1.125rem , 0.8522727273rem  +  1.3636363636vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 0.8522727273rem  +  1.3636363636vw , 2.25rem )) {
    .content-hero__label {
      font-size: calc(1.125rem + 1.125 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .content-hero__label {
    font-size: 1.125rem;
  }
}
.content-hero__label:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 59.375em) {
  .content-hero__label {
    text-align: center;
  }
}
.content-hero__title {
  font-family: "Monument Extended";
  text-transform: uppercase;
}
@media (min-width: 102.5em) {
  .content-hero__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.875rem , 1.2386363636rem  +  3.1818181818vw , 4.5rem )) {
    .content-hero__title {
      font-size: clamp( 1.875rem , 1.2386363636rem  +  3.1818181818vw , 4.5rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.2386363636rem  +  3.1818181818vw , 4.5rem )) {
    .content-hero__title {
      font-size: calc(1.875rem + 2.625 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .content-hero__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 102.5em) {
  .content-hero__title {
    lune-height: 5.25rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (lune-height: clamp( 2.5rem , 1.8333333333rem  +  3.3333333333vw , 5.25rem )) {
    .content-hero__title {
      lune-height: clamp( 2.5rem , 1.8333333333rem  +  3.3333333333vw , 5.25rem );
    }
  }
  @supports not (lune-height: clamp( 2.5rem , 1.8333333333rem  +  3.3333333333vw , 5.25rem )) {
    .content-hero__title {
      lune-height: calc(2.5rem + 2.75 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .content-hero__title {
    lune-height: 2.5rem;
  }
}
@media (min-width: 102.5em) {
  .content-hero__title:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.5833333333rem  +  3.3333333333vw , 4rem )) {
    .content-hero__title:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.5833333333rem  +  3.3333333333vw , 4rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.5833333333rem  +  3.3333333333vw , 4rem )) {
    .content-hero__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 2.75 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .content-hero__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 59.375em) {
  .content-hero__title {
    text-align: center;
  }
}
.content-hero__wrap {
  max-width: 31.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  position: relative;
}
.content-hero__wrap:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 59.375em) {
  .content-hero__wrap {
    max-width: 100%;
  }
}
.content-hero__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 59.375em) {
  .content-hero__button {
    margin: 0 auto;
  }
}
.content-hero__icons {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-hero__icons > :not(:first-child) {
  margin-left: -1.375rem;
}
@media (max-width: 59.375em) {
  .content-hero__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-hero__icons > :not(:first-child) {
    margin-left: 0;
    margin-top: -1.125rem;
  }
}
.content-hero__counter {
  max-width: 31.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
  text-align: center;
}
@media (max-width: 59.375em) {
  .content-hero__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.icon-hero::after {
  content: "";
  position: absolute;
  left: 65%;
  width: 8.375rem;
  height: 6.9375rem;
  -webkit-transform: rotate(-4.59deg);
      -ms-transform: rotate(-4.59deg);
          transform: rotate(-4.59deg);
  background: url("../img/hero-arrow.png");
}
@media (max-width: 59.375em) {
  .icon-hero::after {
    background: url("../img/arrow-small.svg");
    width: 4.625rem;
    height: 6.5625rem;
    bottom: 45px;
    left: 10%;
  }
}
.icon-hero__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.item-counter__number {
  font-family: "Monument Extended";
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2%;
}
.item-counter__number:not(:last-child) {
  margin-bottom: 8px;
}
.item-counter__text {
  color: rgb(129, 134, 152);
  font-family: "Red Rose";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2%;
}

@media (min-width: 102.5em) {
  .category {
    padding-top: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 5rem , 4.696969697rem  +  1.5151515152vw , 6.25rem )) {
    .category {
      padding-top: clamp( 5rem , 4.696969697rem  +  1.5151515152vw , 6.25rem );
    }
  }
  @supports not (padding-top: clamp( 5rem , 4.696969697rem  +  1.5151515152vw , 6.25rem )) {
    .category {
      padding-top: calc(5rem + 1.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .category {
    padding-top: 5rem;
  }
}
@media (min-width: 102.5em) {
  .category {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .category {
      padding-bottom: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .category {
      padding-bottom: calc(2.5rem + 5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .category {
    padding-bottom: 2.5rem;
  }
}
.category__container {
  overflow: visible;
}
@media (min-width: 102.5em) {
  .category__title {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem )) {
    .category__title {
      margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem )) {
    .category__title {
      margin-bottom: calc(1.25rem + 3.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .category__title {
    margin-bottom: 1.25rem;
  }
}
.category__wrapper {
  padding-bottom: 2.5rem;
}
.category__slide {
  text-align: center;
  max-width: 244px;
  padding: 10px 10px 51px 10px;
  border-radius: 50px;
  border: 1px solid transparent;
  background: rgb(44, 45, 49);
}
@media (any-hover: hover) {
  .category__slide:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.category__image {
  overflow: hidden;
  border-radius: 50px;
  aspect-ratio: 1/1;
  max-width: 14.0625rem;
}
.category__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 50px;
}
.category__image:not(:last-child) {
  margin-bottom: 3.1875rem;
}
.category__subtitle {
  color: #fff;
  text-align: center;
  font-family: "Red Rose";
  font-size: 1.5rem;
  font-weight: 700;
}
.category__button, .tranding__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  background-color: #2c2d31;
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  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;
}
@media (max-width: 47.99875em) {
  .category__button, .tranding__button {
    display: none;
  }
}
@media (any-hover: hover) {
  .category__button:hover, .tranding__button:hover {
    background-color: #60efff;
  }
}
.category__button--prev {
  left: 0;
}
.category__button--next {
  right: 0;
}
.category__button--next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper {
  width: 100%;
}

@media (min-width: 47.99875em) {
  .swiper-pagination {
    display: none;
  }
}

.category__swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

.category__swiper .swiper-pagination-bullet-active {
  background-color: #7f1cfc;
  border: none;
}

.title {
  font-family: "Monument Extended";
  line-height: 2.25rem;
  text-transform: uppercase;
}
@media (min-width: 102.5em) {
  .title {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.625rem , 1.5643939394rem  +  0.303030303vw , 1.875rem )) {
    .title {
      font-size: clamp( 1.625rem , 1.5643939394rem  +  0.303030303vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.625rem , 1.5643939394rem  +  0.303030303vw , 1.875rem )) {
    .title {
      font-size: calc(1.625rem + 0.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 1.625rem;
  }
}
@media (max-width: 30em) {
  .title {
    text-align: center;
  }
}

.top-collection__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.switch-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background-color: #ccc;
  color: #fff;
}

.collection {
  background: rgb(29, 30, 34);
}
@media (min-width: 102.5em) {
  .collection {
    padding-top: 8.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 2.5rem , 1.0303030303rem  +  7.3484848485vw , 8.5625rem )) {
    .collection {
      padding-top: clamp( 2.5rem , 1.0303030303rem  +  7.3484848485vw , 8.5625rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.0303030303rem  +  7.3484848485vw , 8.5625rem )) {
    .collection {
      padding-top: calc(2.5rem + 6.0625 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection {
    padding-top: 2.5rem;
  }
}
@media (min-width: 102.5em) {
  .collection {
    padding-bottom: 5.375rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 2.5rem , 1.803030303rem  +  3.4848484848vw , 5.375rem )) {
    .collection {
      padding-bottom: clamp( 2.5rem , 1.803030303rem  +  3.4848484848vw , 5.375rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 1.803030303rem  +  3.4848484848vw , 5.375rem )) {
    .collection {
      padding-bottom: calc(2.5rem + 2.875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 47.9375em) {
  .collection {
    background: transparent;
  }
}
.collection__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 102.5em) {
  .collection__top {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem )) {
    .collection__top {
      margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem )) {
    .collection__top {
      margin-bottom: calc(1.25rem + 3.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection__top {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 30em) {
  .collection__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.collection__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3125rem;
  border-radius: 1.25rem;
  background: rgb(44, 45, 49);
}
.collection__btn {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 1.25rem;
}
@media (min-width: 102.5em) {
  .collection__btn {
    padding-top: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 0.625rem , 0.4734848485rem  +  0.7575757576vw , 1.25rem )) {
    .collection__btn {
      padding-top: clamp( 0.625rem , 0.4734848485rem  +  0.7575757576vw , 1.25rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.4734848485rem  +  0.7575757576vw , 1.25rem )) {
    .collection__btn {
      padding-top: calc(0.625rem + 0.625 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection__btn {
    padding-top: 0.625rem;
  }
}
@media (min-width: 102.5em) {
  .collection__btn {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 0.625rem , 0.4734848485rem  +  0.7575757576vw , 1.25rem )) {
    .collection__btn {
      padding-bottom: clamp( 0.625rem , 0.4734848485rem  +  0.7575757576vw , 1.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.4734848485rem  +  0.7575757576vw , 1.25rem )) {
    .collection__btn {
      padding-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection__btn {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 102.5em) {
  .collection__btn {
    padding-left: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.9375rem )) {
    .collection__btn {
      padding-left: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.9375rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.9375rem )) {
    .collection__btn {
      padding-left: calc(1.25rem + 1.6875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection__btn {
    padding-left: 1.25rem;
  }
}
@media (min-width: 102.5em) {
  .collection__btn {
    padding-right: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.9375rem )) {
    .collection__btn {
      padding-right: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.9375rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.8409090909rem  +  2.0454545455vw , 2.9375rem )) {
    .collection__btn {
      padding-right: calc(1.25rem + 1.6875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection__btn {
    padding-right: 1.25rem;
  }
}
@media (any-hover: hover) {
  .collection__btn:hover {
    color: #52ffe0;
  }
}
.collection__btn.active {
  background: rgb(29, 30, 34);
}
.collection__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 102.5em) {
  .collection__wrap {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (gap: clamp( 0.5rem , 0.1666666667rem  +  1.6666666667vw , 1.875rem )) {
    .collection__wrap {
      gap: clamp( 0.5rem , 0.1666666667rem  +  1.6666666667vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 0.5rem , 0.1666666667rem  +  1.6666666667vw , 1.875rem )) {
    .collection__wrap {
      gap: calc(0.5rem + 1.375 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection__wrap {
    gap: 0.5rem;
  }
}
@media (max-width: 68.125em) {
  .collection__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .collection__wrap {
    grid-template-columns: 1fr;
  }
}
.collection__info {
  display: none;
}
.collection__info.active {
  display: block;
}
@media (min-width: 102.5em) {
  .collection__info:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem )) {
    .collection__info:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.4621212121rem  +  3.9393939394vw , 4.5rem )) {
    .collection__info:not(:last-child) {
      margin-bottom: calc(1.25rem + 3.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .collection__info:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.collection__button {
  text-transform: capitalize;
}
@media (max-width: 30em) {
  .collection__button {
    display: grid;
    justify-self: center;
  }
}
.collection__item {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.item-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.875rem;
  background: rgb(44, 45, 49);
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (min-width: 102.5em) {
  .item-collection {
    gap: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (gap: clamp( 1rem , 0.8787878788rem  +  0.6060606061vw , 1.5rem )) {
    .item-collection {
      gap: clamp( 1rem , 0.8787878788rem  +  0.6060606061vw , 1.5rem );
    }
  }
  @supports not (gap: clamp( 1rem , 0.8787878788rem  +  0.6060606061vw , 1.5rem )) {
    .item-collection {
      gap: calc(1rem + 0.5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .item-collection {
    gap: 1rem;
  }
}
@media (min-width: 102.5em) {
  .item-collection {
    padding-right: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-right: clamp( 0.625rem , 0.1704545455rem  +  2.2727272727vw , 2.5rem )) {
    .item-collection {
      padding-right: clamp( 0.625rem , 0.1704545455rem  +  2.2727272727vw , 2.5rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , 0.1704545455rem  +  2.2727272727vw , 2.5rem )) {
    .item-collection {
      padding-right: calc(0.625rem + 1.875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .item-collection {
    padding-right: 0.625rem;
  }
}
@media (any-hover: hover) {
  .item-collection:hover {
    border: 0.0625rem solid rgb(110, 61, 207);
  }
}
@media (max-width: 47.99875em) {
  .item-collection.hidden {
    display: none;
  }
}
.item-collection__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  max-width: 100px;
  height: 100px;
}
.item-collection__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.item-collection__image span {
  position: absolute;
  right: -10px;
  top: 0;
  padding-top: 5px;
  border-radius: 50%;
  background: rgb(82, 255, 224);
  min-width: 34px;
  height: 34px;
  text-align: center;
  color: rgb(44, 45, 49);
  font-family: "Red Rose";
  line-height: 20px;
}
.item-collection__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-collection__title h5 {
  color: rgb(255, 255, 255);
  font-family: "Red Rose";
  line-height: 1.875rem;
  text-align: left;
}
@media (min-width: 102.5em) {
  .item-collection__title h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.125rem , 1.0340909091rem  +  0.4545454545vw , 1.5rem )) {
    .item-collection__title h5 {
      font-size: clamp( 1.125rem , 1.0340909091rem  +  0.4545454545vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0340909091rem  +  0.4545454545vw , 1.5rem )) {
    .item-collection__title h5 {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .item-collection__title h5 {
    font-size: 1.125rem;
  }
}
.item-collection__title h5:not(:last-child) {
  margin-bottom: 4px;
}
.item-collection__title span {
  color: rgb(129, 134, 152);
  font-family: "Red Rose";
  line-height: 1.25rem;
}

.info-price__item {
  font-family: "Red Rose";
  font-size: 1rem;
  line-height: 1.25rem;
}
.info-price__item--grey {
  color: rgb(129, 134, 152);
}
.info-price__item--green {
  color: rgb(82, 255, 224);
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 102.5em) {
  .tranding {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .tranding {
      padding-top: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .tranding {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .tranding {
    padding-top: 2.5rem;
  }
}
@media (min-width: 102.5em) {
  .tranding {
    padding-bottom: 7.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 2.5rem , 1.3636363636rem  +  5.6818181818vw , 7.1875rem )) {
    .tranding {
      padding-bottom: clamp( 2.5rem , 1.3636363636rem  +  5.6818181818vw , 7.1875rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 1.3636363636rem  +  5.6818181818vw , 7.1875rem )) {
    .tranding {
      padding-bottom: calc(2.5rem + 4.6875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .tranding {
    padding-bottom: 2.5rem;
  }
}
.tranding__title {
  color: #fff;
  font-family: "Monument Extended";
  text-transform: uppercase;
}
@media (min-width: 102.5em) {
  .tranding__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.5rem , 1.4090909091rem  +  0.4545454545vw , 1.875rem )) {
    .tranding__title {
      font-size: clamp( 1.5rem , 1.4090909091rem  +  0.4545454545vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.4090909091rem  +  0.4545454545vw , 1.875rem )) {
    .tranding__title {
      font-size: calc(1.5rem + 0.375 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .tranding__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 102.5em) {
  .tranding__title:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (margin-bottom: clamp( 2.75rem , 2.3257575758rem  +  2.1212121212vw , 4.5rem )) {
    .tranding__title:not(:last-child) {
      margin-bottom: clamp( 2.75rem , 2.3257575758rem  +  2.1212121212vw , 4.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.75rem , 2.3257575758rem  +  2.1212121212vw , 4.5rem )) {
    .tranding__title:not(:last-child) {
      margin-bottom: calc(2.75rem + 1.75 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .tranding__title:not(:last-child) {
    margin-bottom: 2.75rem;
  }
}
.tranding__wrapper {
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tranding__button {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tranding__button--prev {
  left: 0;
}
.tranding__button--next {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item-tranding {
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (any-hover: hover) {
  .item-tranding:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.item-tranding__image {
  overflow: hidden;
  width: 100%;
}
.item-tranding__image img {
  border-radius: 30px 30px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.item-tranding__info {
  padding: 1rem 0.8125rem 0.8125rem 0.8125rem;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  background: rgb(29, 30, 34);
}
.item-tranding__title {
  font-family: "Red Rose";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.item-tranding__title:not(:last-child) {
  margin-bottom: 8px;
}
.item-tranding__label {
  font-family: "Open Sans";
  line-height: 22px;
}
.item-tranding__label:not(:last-child) {
  margin-bottom: 31px;
}
.price {
  padding: 1rem 1.5rem;
  border-radius: 1.25rem;
  background: rgb(44, 45, 49);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}
.price__title {
  color: #999;
  font-family: "Red Hat Display";
  font-size: 1rem;
  font-weight: 500;
}
.price__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.price__label {
  color: #fff;
  font-family: "Red Hat Display";
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 47.99875em) {
  .swiper-pagination {
    display: none;
  }
}

.tranding__swiper .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 0.125rem solid #fff;
  opacity: 1;
}

.tranding__swiper .swiper-pagination-bullet-active {
  background-color: #52ffe0;
  border: none;
}

.insights {
  background: rgb(29, 30, 34);
}
@media (min-width: 102.5em) {
  .insights {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .insights {
      padding-bottom: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .insights {
      padding-bottom: calc(2.5rem + 5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .insights {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 102.5em) {
  .insights {
    padding-top: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .insights {
      padding-top: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 1.2878787879rem  +  6.0606060606vw , 7.5rem )) {
    .insights {
      padding-top: calc(2.5rem + 5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .insights {
    padding-top: 2.5rem;
  }
}
.insights__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 102.5em) {
  .insights__title {
    margin-bottom: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (margin-bottom: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem )) {
    .insights__title {
      margin-bottom: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem )) {
    .insights__title {
      margin-bottom: calc(2.5rem + 0.5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .insights__title {
    margin-bottom: 2.5rem;
  }
}
.insights__item {
  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-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 60px);
          flex: 1 1 calc(33.333% - 60px);
}
@media (max-width: 75em) {
  .insights__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 40px);
            flex: 0 1 calc(50% - 40px);
  }
}
@media (max-width: 42.5em) {
  .insights__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.item-insights__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.125rem;
}
.item-insights__content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 2rem;
}
.item-insights__category {
  padding: 0.3125rem 0.75rem;
  border-radius: 2.25rem;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
  background: rgb(243, 245, 246);
  color: rgb(10, 20, 47);
  font-family: "Red Rose";
  font-size: 0.75rem;
  line-height: 18px;
}
.item-insights__date {
  font-family: "Red Rose";
  font-weight: 700;
  line-height: 1.25rem;
}
.item-insights__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-insights__info:not(:last-child) {
  margin-bottom: 12px;
}
.item-insights__title {
  font-family: "Red Rose";
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 102.5em) {
  .item-insights__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.5625rem , 1.4867424242rem  +  0.3787878788vw , 1.875rem )) {
    .item-insights__title {
      font-size: clamp( 1.5625rem , 1.4867424242rem  +  0.3787878788vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 1.4867424242rem  +  0.3787878788vw , 1.875rem )) {
    .item-insights__title {
      font-size: calc(1.5625rem + 0.3125 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .item-insights__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 102.5em) {
  .item-insights__title:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (margin-bottom: clamp( 2rem , 1.7575757576rem  +  1.2121212121vw , 3rem )) {
    .item-insights__title:not(:last-child) {
      margin-bottom: clamp( 2rem , 1.7575757576rem  +  1.2121212121vw , 3rem );
    }
  }
  @supports not (margin-bottom: clamp( 2rem , 1.7575757576rem  +  1.2121212121vw , 3rem )) {
    .item-insights__title:not(:last-child) {
      margin-bottom: calc(2rem + 1 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .item-insights__title:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.item-insights__button {
  position: relative;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
  padding: 18px 47px 18px 19px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.item-insights__button img {
  position: absolute;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .item-insights__button:hover {
    color: #52ffe0;
    border: 1px solid #52ffe0;
  }
}

@media (min-width: 102.5em) {
  .application {
    padding-top: 7.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 5rem , 4.3181818182rem  +  3.4090909091vw , 7.8125rem )) {
    .application {
      padding-top: clamp( 5rem , 4.3181818182rem  +  3.4090909091vw , 7.8125rem );
    }
  }
  @supports not (padding-top: clamp( 5rem , 4.3181818182rem  +  3.4090909091vw , 7.8125rem )) {
    .application {
      padding-top: calc(5rem + 2.8125 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .application {
    padding-top: 5rem;
  }
}
@media (min-width: 102.5em) {
  .application {
    padding-bottom: 7.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 5rem , 4.3181818182rem  +  3.4090909091vw , 7.8125rem )) {
    .application {
      padding-bottom: clamp( 5rem , 4.3181818182rem  +  3.4090909091vw , 7.8125rem );
    }
  }
  @supports not (padding-bottom: clamp( 5rem , 4.3181818182rem  +  3.4090909091vw , 7.8125rem )) {
    .application {
      padding-bottom: calc(5rem + 2.8125 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .application {
    padding-bottom: 5rem;
  }
}
.application__content {
  border: 0.0625rem solid rgb(0, 0, 0);
  border-radius: 3.125rem;
  background: #1d1e22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 102.5em) {
  .application__content {
    padding-top: 5.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 0.0000000625rem , -1.4393938617rem  +  7.1969696212vw , 5.9375rem )) {
    .application__content {
      padding-top: clamp( 0.0000000625rem , -1.4393938617rem  +  7.1969696212vw , 5.9375rem );
    }
  }
  @supports not (padding-top: clamp( 0.0000000625rem , -1.4393938617rem  +  7.1969696212vw , 5.9375rem )) {
    .application__content {
      padding-top: calc(0.0000000625rem + 5.9374999375 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .application__content {
    padding-top: 0.0000000625rem;
  }
}
@media (min-width: 102.5em) {
  .application__content {
    padding-bottom: 5.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 0.0000000625rem , -1.4393938617rem  +  7.1969696212vw , 5.9375rem )) {
    .application__content {
      padding-bottom: clamp( 0.0000000625rem , -1.4393938617rem  +  7.1969696212vw , 5.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.0000000625rem , -1.4393938617rem  +  7.1969696212vw , 5.9375rem )) {
    .application__content {
      padding-bottom: calc(0.0000000625rem + 5.9374999375 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .application__content {
    padding-bottom: 0.0000000625rem;
  }
}
@media (min-width: 102.5em) {
  .application__content {
    padding-left: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-left: clamp( 0.0000000625rem , -1.0909090133rem  +  5.4545453788vw , 4.5rem )) {
    .application__content {
      padding-left: clamp( 0.0000000625rem , -1.0909090133rem  +  5.4545453788vw , 4.5rem );
    }
  }
  @supports not (padding-left: clamp( 0.0000000625rem , -1.0909090133rem  +  5.4545453788vw , 4.5rem )) {
    .application__content {
      padding-left: calc(0.0000000625rem + 4.4999999375 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .application__content {
    padding-left: 0.0000000625rem;
  }
}
@media (min-width: 102.5em) {
  .application__content {
    padding-right: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-right: clamp( 0.0000000625rem , -1.0909090133rem  +  5.4545453788vw , 4.5rem )) {
    .application__content {
      padding-right: clamp( 0.0000000625rem , -1.0909090133rem  +  5.4545453788vw , 4.5rem );
    }
  }
  @supports not (padding-right: clamp( 0.0000000625rem , -1.0909090133rem  +  5.4545453788vw , 4.5rem )) {
    .application__content {
      padding-right: calc(0.0000000625rem + 4.4999999375 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .application__content {
    padding-right: 0.0000000625rem;
  }
}
@media (max-width: 80.625em) {
  .application__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
    gap: 2rem;
    background: transparent;
    border: none;
  }
}
.application__text {
  max-width: 34.375rem;
  font-family: "Monument Extended";
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 4%;
}
.application__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 50em) {
  .application__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.application__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-wrap: nowrap;
  position: relative;
  padding: 1.5rem 4.25rem;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
  background-color: rgb(44, 45, 49);
  font-family: "Inter";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (any-hover: hover) {
  .application__button:hover {
    background-color: rgb(103, 105, 110);
  }
}
.application__button--blue {
  padding: 1.3125rem 3.6875rem;
  color: rgb(29, 30, 34);
  background-color: rgb(82, 255, 224);
}
@media (any-hover: hover) {
  .application__button--blue:hover {
    background-color: rgb(129, 199, 186);
  }
}

.footer {
  background: rgb(29, 30, 34);
}
@media (min-width: 102.5em) {
  .footer {
    padding-top: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 1.8125rem , 1.5246212121rem  +  1.4393939394vw , 3rem )) {
    .footer {
      padding-top: clamp( 1.8125rem , 1.5246212121rem  +  1.4393939394vw , 3rem );
    }
  }
  @supports not (padding-top: clamp( 1.8125rem , 1.5246212121rem  +  1.4393939394vw , 3rem )) {
    .footer {
      padding-top: calc(1.8125rem + 1.1875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .footer {
    padding-top: 1.8125rem;
  }
}
@media (min-width: 102.5em) {
  .footer {
    padding-bottom: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 1.8125rem , 1.5246212121rem  +  1.4393939394vw , 3rem )) {
    .footer {
      padding-bottom: clamp( 1.8125rem , 1.5246212121rem  +  1.4393939394vw , 3rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.8125rem , 1.5246212121rem  +  1.4393939394vw , 3rem )) {
    .footer {
      padding-bottom: calc(1.8125rem + 1.1875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .footer {
    padding-bottom: 1.8125rem;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.25rem;
  gap: 0.625rem;
}
@media (max-width: 62.5em) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 102.5em) {
  .navigation {
    gap: 6.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (gap: clamp( 0.9375rem , -0.4261363636rem  +  6.8181818182vw , 6.5625rem )) {
    .navigation {
      gap: clamp( 0.9375rem , -0.4261363636rem  +  6.8181818182vw , 6.5625rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , -0.4261363636rem  +  6.8181818182vw , 6.5625rem )) {
    .navigation {
      gap: calc(0.9375rem + 5.625 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .navigation {
    gap: 0.9375rem;
  }
}
.navigation__title {
  font-family: "Monument Extended";
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.navigation__title:not(:last-child) {
  margin-bottom: 1rem;
}
.navigation__list > *:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (any-hover: hover) {
  .navigation__item:hover .navigation__link {
    color: rgb(124, 255, 231);
  }
}
.navigation__link {
  color: rgb(223, 229, 245);
  font-family: "Red Rose";
  line-height: 1.875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sign-up {
  position: relative;
  max-width: 31.25rem;
  border-radius: 1.875rem;
  background: rgb(82, 255, 224);
}
@media (min-width: 102.5em) {
  .sign-up {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-top: clamp( 3.125rem , 2.6704545455rem  +  2.2727272727vw , 5rem )) {
    .sign-up {
      padding-top: clamp( 3.125rem , 2.6704545455rem  +  2.2727272727vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.6704545455rem  +  2.2727272727vw , 5rem )) {
    .sign-up {
      padding-top: calc(3.125rem + 1.875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .sign-up {
    padding-top: 3.125rem;
  }
}
@media (min-width: 102.5em) {
  .sign-up {
    padding-bottom: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.6704545455rem  +  2.2727272727vw , 5rem )) {
    .sign-up {
      padding-bottom: clamp( 3.125rem , 2.6704545455rem  +  2.2727272727vw , 5rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.6704545455rem  +  2.2727272727vw , 5rem )) {
    .sign-up {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .sign-up {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 102.5em) {
  .sign-up {
    padding-left: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-left: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem )) {
    .sign-up {
      padding-left: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem );
    }
  }
  @supports not (padding-left: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem )) {
    .sign-up {
      padding-left: calc(2.5rem + 0.5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .sign-up {
    padding-left: 2.5rem;
  }
}
@media (min-width: 102.5em) {
  .sign-up {
    padding-right: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (padding-right: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem )) {
    .sign-up {
      padding-right: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem );
    }
  }
  @supports not (padding-right: clamp( 2.5rem , 2.3787878788rem  +  0.6060606061vw , 3rem )) {
    .sign-up {
      padding-right: calc(2.5rem + 0.5 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .sign-up {
    padding-right: 2.5rem;
  }
}
.sign-up::after {
  content: "";
  background: url(../img/decor-element.png);
  position: absolute;
  width: 7.1875rem;
  height: 5.1875rem;
  right: -1.3125rem;
  bottom: -1.6875rem;
}
.sign-up__wrap {
  position: relative;
}
.sign-up__wrap button {
  position: absolute;
  top: 0.3125rem;
  right: 0.625rem;
}
.sign-up__wrap input {
  position: relative;
  padding: 0.625rem 2.1875rem 0.625rem 0.3125rem;
  border-bottom: 0.0625rem solid rgb(63, 201, 176);
}
.sign-up__wrap input::-webkit-input-placeholder {
  color: rgb(29, 30, 34);
  font-family: "Red Rose";
  line-height: 1rem;
}
.sign-up__wrap input::-moz-placeholder {
  color: rgb(29, 30, 34);
  font-family: "Red Rose";
  line-height: 1rem;
}
.sign-up__wrap input:-ms-input-placeholder {
  color: rgb(29, 30, 34);
  font-family: "Red Rose";
  line-height: 1rem;
}
.sign-up__wrap input::-ms-input-placeholder {
  color: rgb(29, 30, 34);
  font-family: "Red Rose";
  line-height: 1rem;
}
.sign-up__wrap input::placeholder {
  color: rgb(29, 30, 34);
  font-family: "Red Rose";
  line-height: 1rem;
}
@media (min-width: 102.5em) {
  .sign-up__wrap input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .sign-up__wrap input::-moz-placeholder {
    font-size: 1rem;
  }
  .sign-up__wrap input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .sign-up__wrap input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .sign-up__wrap input::placeholder {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 0.875rem , 0.8446969697rem  +  0.1515151515vw , 1rem )) {
    .sign-up__wrap input::-webkit-input-placeholder {
      font-size: clamp( 0.875rem , 0.8446969697rem  +  0.1515151515vw , 1rem );
    }
    .sign-up__wrap input::-moz-placeholder {
      font-size: clamp( 0.875rem , 0.8446969697rem  +  0.1515151515vw , 1rem );
    }
    .sign-up__wrap input:-ms-input-placeholder {
      font-size: clamp( 0.875rem , 0.8446969697rem  +  0.1515151515vw , 1rem );
    }
    .sign-up__wrap input::-ms-input-placeholder {
      font-size: clamp( 0.875rem , 0.8446969697rem  +  0.1515151515vw , 1rem );
    }
    .sign-up__wrap input::placeholder {
      font-size: clamp( 0.875rem , 0.8446969697rem  +  0.1515151515vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8446969697rem  +  0.1515151515vw , 1rem )) {
    .sign-up__wrap input::-webkit-input-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 82.5);
    }
    .sign-up__wrap input::-moz-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 82.5);
    }
    .sign-up__wrap input:-ms-input-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 82.5);
    }
    .sign-up__wrap input::-ms-input-placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 82.5);
    }
    .sign-up__wrap input::placeholder {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .sign-up__wrap input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .sign-up__wrap input::-moz-placeholder {
    font-size: 0.875rem;
  }
  .sign-up__wrap input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .sign-up__wrap input::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .sign-up__wrap input::placeholder {
    font-size: 0.875rem;
  }
}
.sign-up label {
  color: rgb(29, 30, 34);
  font-family: "Monument Extended";
  line-height: 1.8125rem;
  letter-spacing: 4%;
  margin-bottom: 0.9375rem;
}
@media (min-width: 102.5em) {
  .sign-up label {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (font-size: clamp( 1.25rem , 1.1893939394rem  +  0.303030303vw , 1.5rem )) {
    .sign-up label {
      font-size: clamp( 1.25rem , 1.1893939394rem  +  0.303030303vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 1.1893939394rem  +  0.303030303vw , 1.5rem )) {
    .sign-up label {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .sign-up label {
    font-size: 1.25rem;
  }
}
.sign-up button img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .sign-up button:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.bottom-footer {
  color: rgb(223, 229, 245);
  font-family: "Red Rose";
  line-height: 1.875rem;
}
.bottom-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}
@media (max-width: 53.125em) {
  .bottom-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bottom-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media (any-hover: hover) {
  .bottom-footer__privacy a:hover {
    text-decoration: underline;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 102.5em) {
  .social {
    gap: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 102.5em) {
  @supports (gap: clamp( 1.625rem , 1.5946969697rem  +  0.1515151515vw , 1.75rem )) {
    .social {
      gap: clamp( 1.625rem , 1.5946969697rem  +  0.1515151515vw , 1.75rem );
    }
  }
  @supports not (gap: clamp( 1.625rem , 1.5946969697rem  +  0.1515151515vw , 1.75rem )) {
    .social {
      gap: calc(1.625rem + 0.125 * (100vw - 20rem) / 82.5);
    }
  }
}
@media (max-width: 20em) {
  .social {
    gap: 1.625rem;
  }
}
@media (any-hover: hover) {
  .social__link:hover .social__icon {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.social__icon {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}