@charset "UTF-8";
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-regular.woff2") format("woff2"), url("../fonts/eudoxus-sans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-medium.woff2") format("woff2"), url("../fonts/eudoxus-sans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-bold.woff2") format("woff2"), url("../fonts/eudoxus-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::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;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-regular.woff2") format("woff2"), url("../fonts/eudoxus-sans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-medium.woff2") format("woff2"), url("../fonts/eudoxus-sans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-bold.woff2") format("woff2"), url("../fonts/eudoxus-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::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;
}

@media (min-width: 79.375em) {
  .hero__container:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .hero__container:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .hero__container:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__container:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.hero__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slide-hero {
  width: 100%;
  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;
  position: relative;
}
@media (min-width: 79.375em) {
  .slide-hero {
    padding-top: 9.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 2.5rem , 0.2052631579rem  +  11.4736842105vw , 9.3125rem )) {
    .slide-hero {
      padding-top: clamp( 2.5rem , 0.2052631579rem  +  11.4736842105vw , 9.3125rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.2052631579rem  +  11.4736842105vw , 9.3125rem )) {
    .slide-hero {
      padding-top: calc(2.5rem + 6.8125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero {
    padding-top: 2.5rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero {
    padding-bottom: 9.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 1.875rem , -0.7776315789rem  +  13.2631578947vw , 9.75rem )) {
    .slide-hero {
      padding-bottom: clamp( 1.875rem , -0.7776315789rem  +  13.2631578947vw , 9.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.875rem , -0.7776315789rem  +  13.2631578947vw , 9.75rem )) {
    .slide-hero {
      padding-bottom: calc(1.875rem + 7.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero--article {
    min-height: 34.375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (min-height: clamp( 12.5rem , 5.1315789474rem  +  36.8421052632vw , 34.375rem )) {
    .slide-hero--article {
      min-height: clamp( 12.5rem , 5.1315789474rem  +  36.8421052632vw , 34.375rem );
    }
  }
  @supports not (min-height: clamp( 12.5rem , 5.1315789474rem  +  36.8421052632vw , 34.375rem )) {
    .slide-hero--article {
      min-height: calc(12.5rem + 21.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero--article {
    min-height: 12.5rem;
  }
}
.slide-hero--article__bg {
  position: relative;
}
.slide-hero__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  background: #518581;
  color: #fff;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .slide-hero__label {
    padding-top: 0.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.375rem , 0.3328947368rem  +  0.2105263158vw , 0.5rem )) {
    .slide-hero__label {
      padding-top: clamp( 0.375rem , 0.3328947368rem  +  0.2105263158vw , 0.5rem );
    }
  }
  @supports not (padding-top: clamp( 0.375rem , 0.3328947368rem  +  0.2105263158vw , 0.5rem )) {
    .slide-hero__label {
      padding-top: calc(0.375rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__label {
    padding-top: 0.375rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero__label {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.375rem , 0.3328947368rem  +  0.2105263158vw , 0.5rem )) {
    .slide-hero__label {
      padding-bottom: clamp( 0.375rem , 0.3328947368rem  +  0.2105263158vw , 0.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.375rem , 0.3328947368rem  +  0.2105263158vw , 0.5rem )) {
    .slide-hero__label {
      padding-bottom: calc(0.375rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__label {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero__label {
    padding-left: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .slide-hero__label {
      padding-left: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .slide-hero__label {
      padding-left: calc(0.625rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__label {
    padding-left: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero__label {
    padding-right: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .slide-hero__label {
      padding-right: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .slide-hero__label {
      padding-right: calc(0.625rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__label {
    padding-right: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero__label {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem )) {
    .slide-hero__label {
      font-size: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem )) {
    .slide-hero__label {
      font-size: calc(0.625rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__label {
    font-size: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero__label:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.875rem , 0.8539473684rem  +  0.1052631579vw , 0.9375rem )) {
    .slide-hero__label:not(:last-child) {
      margin-bottom: clamp( 0.875rem , 0.8539473684rem  +  0.1052631579vw , 0.9375rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.875rem , 0.8539473684rem  +  0.1052631579vw , 0.9375rem )) {
    .slide-hero__label:not(:last-child) {
      margin-bottom: calc(0.875rem + 0.0625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.slide-hero__title {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .slide-hero__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.4105263158rem  +  2.9473684211vw , 2.75rem )) {
    .slide-hero__title {
      font-size: clamp( 1rem , 0.4105263158rem  +  2.9473684211vw , 2.75rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.4105263158rem  +  2.9473684211vw , 2.75rem )) {
    .slide-hero__title {
      font-size: calc(1rem + 1.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__title {
    font-size: 1rem;
  }
}
@media (min-width: 79.375em) {
  .slide-hero__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.25rem , -0.0868421053rem  +  1.6842105263vw , 1.25rem )) {
    .slide-hero__title:not(:last-child) {
      margin-bottom: clamp( 0.25rem , -0.0868421053rem  +  1.6842105263vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.25rem , -0.0868421053rem  +  1.6842105263vw , 1.25rem )) {
    .slide-hero__title:not(:last-child) {
      margin-bottom: calc(0.25rem + 1 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__title:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}
.slide-hero__text {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .slide-hero__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.4973684211rem  +  1.2631578947vw , 1.5rem )) {
    .slide-hero__text {
      font-size: clamp( 0.75rem , 0.4973684211rem  +  1.2631578947vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.4973684211rem  +  1.2631578947vw , 1.5rem )) {
    .slide-hero__text {
      font-size: calc(0.75rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__text {
    font-size: 0.75rem;
  }
}
.slide-hero__content {
  position: relative;
  z-index: 1;
  max-width: 28.3125rem;
}
.slide-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slide-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__swiper .swiper-pagination {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.hero__swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5); /* Непрозорий білий колір */
  border-radius: 50%; /* Круглі буллети */
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s; /* Анімація */
  cursor: pointer;
}

.hero__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.hero__button-next {
  border-radius: 50%;
  background: rgba(21, 20, 17, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.625rem;
}
@media (min-width: 79.375em) {
  .hero__button-next {
    right: 2.5rem;
  }
}
@media (min-width: 93.75em) and (max-width: 79.375em) {
  @supports (right: clamp( 0.625rem , 12.8532608696rem  +  -13.0434782609vw , 2.5rem )) {
    .hero__button-next {
      right: clamp( 0.625rem , 12.8532608696rem  +  -13.0434782609vw , 2.5rem );
    }
  }
  @supports not (right: clamp( 0.625rem , 12.8532608696rem  +  -13.0434782609vw , 2.5rem )) {
    .hero__button-next {
      right: calc(0.625rem + 1.875 * (100vw - 93.75rem) / -14.375);
    }
  }
}
@media (max-width: 93.75em) {
  .hero__button-next {
    right: 0.625rem;
  }
}
@media (max-width: 85.9375em) {
  .hero__button-next {
    display: none;
  }
}
.hero__button-next img {
  width: 1.5rem;
  height: 1.5rem;
  will-change: transform;
  -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) {
  .hero__button-next:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.hero__button-prev {
  border-radius: 50%;
  background: rgba(21, 20, 17, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.625rem;
}
@media (min-width: 79.375em) {
  .hero__button-prev {
    left: 2.5rem;
  }
}
@media (min-width: 93.75em) and (max-width: 79.375em) {
  @supports (left: clamp( 0.625rem , 12.8532608696rem  +  -13.0434782609vw , 2.5rem )) {
    .hero__button-prev {
      left: clamp( 0.625rem , 12.8532608696rem  +  -13.0434782609vw , 2.5rem );
    }
  }
  @supports not (left: clamp( 0.625rem , 12.8532608696rem  +  -13.0434782609vw , 2.5rem )) {
    .hero__button-prev {
      left: calc(0.625rem + 1.875 * (100vw - 93.75rem) / -14.375);
    }
  }
}
@media (max-width: 93.75em) {
  .hero__button-prev {
    left: 0.625rem;
  }
}
@media (max-width: 85.9375em) {
  .hero__button-prev {
    display: none;
  }
}
.hero__button-prev img {
  width: 1.5rem;
  height: 1.5rem;
  will-change: transform;
  -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) {
  .hero__button-prev:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (min-width: 79.375em) {
  .filter {
    padding-top: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .filter {
      padding-top: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (padding-top: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .filter {
      padding-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .filter {
    padding-top: 1.875rem;
  }
}
@media (min-width: 79.375em) {
  .filter {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .filter {
      padding-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .filter {
      padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .filter {
    padding-bottom: 1.875rem;
  }
}
.filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 35.625em) {
  .filter__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.search--product {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  margin: 0;
}

.item-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 120px 0px rgba(175, 173, 181, 0.15);
          box-shadow: 0px 4px 120px 0px rgba(175, 173, 181, 0.15);
  cursor: pointer;
}
@media (min-width: 79.375em) {
  .item-filter {
    padding-top: 1.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.625rem , 0.2671052632rem  +  1.7894736842vw , 1.6875rem )) {
    .item-filter {
      padding-top: clamp( 0.625rem , 0.2671052632rem  +  1.7894736842vw , 1.6875rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.2671052632rem  +  1.7894736842vw , 1.6875rem )) {
    .item-filter {
      padding-top: calc(0.625rem + 1.0625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-filter {
    padding-top: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .item-filter {
    padding-bottom: 1.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.625rem , 0.2671052632rem  +  1.7894736842vw , 1.6875rem )) {
    .item-filter {
      padding-bottom: clamp( 0.625rem , 0.2671052632rem  +  1.7894736842vw , 1.6875rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.2671052632rem  +  1.7894736842vw , 1.6875rem )) {
    .item-filter {
      padding-bottom: calc(0.625rem + 1.0625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-filter {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .item-filter {
    padding-right: 3.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 0.625rem , -0.2592105263rem  +  4.4210526316vw , 3.25rem )) {
    .item-filter {
      padding-right: clamp( 0.625rem , -0.2592105263rem  +  4.4210526316vw , 3.25rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , -0.2592105263rem  +  4.4210526316vw , 3.25rem )) {
    .item-filter {
      padding-right: calc(0.625rem + 2.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-filter {
    padding-right: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .item-filter {
    padding-left: 3.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 0.625rem , -0.2592105263rem  +  4.4210526316vw , 3.25rem )) {
    .item-filter {
      padding-left: clamp( 0.625rem , -0.2592105263rem  +  4.4210526316vw , 3.25rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , -0.2592105263rem  +  4.4210526316vw , 3.25rem )) {
    .item-filter {
      padding-left: calc(0.625rem + 2.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-filter {
    padding-left: 0.625rem;
  }
}
.item-filter span {
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .item-filter span {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-filter span {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-filter span {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-filter span {
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .item-filter:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.item-filter svg {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 79.375em) {
  .item-filter svg {
    width: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .item-filter svg {
      width: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem );
    }
  }
  @supports not (width: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .item-filter svg {
      width: calc(1.25rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-filter svg {
    width: 1.25rem;
  }
}
@media (min-width: 79.375em) {
  .item-filter svg {
    height: 1.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 1.25rem , 1.1026315789rem  +  0.7368421053vw , 1.6875rem )) {
    .item-filter svg {
      height: clamp( 1.25rem , 1.1026315789rem  +  0.7368421053vw , 1.6875rem );
    }
  }
  @supports not (height: clamp( 1.25rem , 1.1026315789rem  +  0.7368421053vw , 1.6875rem )) {
    .item-filter svg {
      height: calc(1.25rem + 0.4375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-filter svg {
    height: 1.25rem;
  }
}

.total-product__header {
  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;
  gap: 0.625rem;
}
@media (max-width: 30em) {
  .total-product__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (min-width: 79.375em) {
  .total-product__header:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.6184210526rem  +  3.1578947368vw , 3.125rem )) {
    .total-product__header:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.6184210526rem  +  3.1578947368vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.6184210526rem  +  3.1578947368vw , 3.125rem )) {
    .total-product__header:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .total-product__header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.total-product__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.total-product__title-wrap span {
  border-radius: 1.25rem;
  background: #f9f9f9;
  color: #518581;
}
@media (min-width: 79.375em) {
  .total-product__title-wrap span {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.125rem , -0.0434210526rem  +  0.8421052632vw , 0.625rem )) {
    .total-product__title-wrap span {
      padding-top: clamp( 0.125rem , -0.0434210526rem  +  0.8421052632vw , 0.625rem );
    }
  }
  @supports not (padding-top: clamp( 0.125rem , -0.0434210526rem  +  0.8421052632vw , 0.625rem )) {
    .total-product__title-wrap span {
      padding-top: calc(0.125rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .total-product__title-wrap span {
    padding-top: 0.125rem;
  }
}
@media (min-width: 79.375em) {
  .total-product__title-wrap span {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.125rem , -0.0434210526rem  +  0.8421052632vw , 0.625rem )) {
    .total-product__title-wrap span {
      padding-bottom: clamp( 0.125rem , -0.0434210526rem  +  0.8421052632vw , 0.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.125rem , -0.0434210526rem  +  0.8421052632vw , 0.625rem )) {
    .total-product__title-wrap span {
      padding-bottom: calc(0.125rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .total-product__title-wrap span {
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 79.375em) {
  .total-product__title-wrap span {
    padding-right: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .total-product__title-wrap span {
      padding-right: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .total-product__title-wrap span {
      padding-right: calc(0.625rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .total-product__title-wrap span {
    padding-right: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .total-product__title-wrap span {
    padding-left: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .total-product__title-wrap span {
      padding-left: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .total-product__title-wrap span {
      padding-left: calc(0.625rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .total-product__title-wrap span {
    padding-left: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .total-product__title-wrap span {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .total-product__title-wrap span {
      font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .total-product__title-wrap span {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .total-product__title-wrap span {
    font-size: 0.75rem;
  }
}
.total-product__item {
  display: none;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.total-product__item.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.total-product__item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.total-product__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding-bottom: 5rem;
}
@media (min-width: 79.375em) {
  .total-product__wrap {
    gap: 1.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 0.9375rem , 0.6427631579rem  +  1.4736842105vw , 1.8125rem )) {
    .total-product__wrap {
      gap: clamp( 0.9375rem , 0.6427631579rem  +  1.4736842105vw , 1.8125rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.6427631579rem  +  1.4736842105vw , 1.8125rem )) {
    .total-product__wrap {
      gap: calc(0.9375rem + 0.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .total-product__wrap {
    gap: 0.9375rem;
  }
}
@media (max-width: 30em) {
  .total-product__wrap {
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  }
}
.total-product__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__arrow[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.sort-by {
  border: 1.5px solid #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 79.375em) {
  .sort-by {
    padding-top: 0.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.375rem , 0.3118421053rem  +  0.3157894737vw , 0.5625rem )) {
    .sort-by {
      padding-top: clamp( 0.375rem , 0.3118421053rem  +  0.3157894737vw , 0.5625rem );
    }
  }
  @supports not (padding-top: clamp( 0.375rem , 0.3118421053rem  +  0.3157894737vw , 0.5625rem )) {
    .sort-by {
      padding-top: calc(0.375rem + 0.1875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .sort-by {
    padding-top: 0.375rem;
  }
}
@media (min-width: 79.375em) {
  .sort-by {
    padding-bottom: 0.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.3125rem , 0.2282894737rem  +  0.4210526316vw , 0.5625rem )) {
    .sort-by {
      padding-bottom: clamp( 0.3125rem , 0.2282894737rem  +  0.4210526316vw , 0.5625rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.3125rem , 0.2282894737rem  +  0.4210526316vw , 0.5625rem )) {
    .sort-by {
      padding-bottom: calc(0.3125rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .sort-by {
    padding-bottom: 0.3125rem;
  }
}
@media (min-width: 79.375em) {
  .sort-by {
    padding-right: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 0.3125rem , -0.0032894737rem  +  1.5789473684vw , 1.25rem )) {
    .sort-by {
      padding-right: clamp( 0.3125rem , -0.0032894737rem  +  1.5789473684vw , 1.25rem );
    }
  }
  @supports not (padding-right: clamp( 0.3125rem , -0.0032894737rem  +  1.5789473684vw , 1.25rem )) {
    .sort-by {
      padding-right: calc(0.3125rem + 0.9375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .sort-by {
    padding-right: 0.3125rem;
  }
}
@media (min-width: 79.375em) {
  .sort-by {
    padding-left: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 0.3125rem , -0.0032894737rem  +  1.5789473684vw , 1.25rem )) {
    .sort-by {
      padding-left: clamp( 0.3125rem , -0.0032894737rem  +  1.5789473684vw , 1.25rem );
    }
  }
  @supports not (padding-left: clamp( 0.3125rem , -0.0032894737rem  +  1.5789473684vw , 1.25rem )) {
    .sort-by {
      padding-left: calc(0.3125rem + 0.9375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .sort-by {
    padding-left: 0.3125rem;
  }
}
.sort-by svg {
  will-change: transform;
  -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) {
  .sort-by:hover svg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.sort-by__dropdown {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.sort-by__dropdown li {
  padding: 0.625rem;
}
@media (any-hover: hover) {
  .sort-by__dropdown li:hover {
    background-color: #518581;
    color: #fff;
  }
}

.sort-by.active .sort-by__dropdown {
  display: block;
}

.pagination {
  padding-bottom: 6.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.pagination__arrow--prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination__arrow:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pagination__arrow svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: #151411;
}
.pagination__link {
  text-align: center;
  font-weight: 500;
  line-height: 180%;
  padding: 0.3125rem 0.9375rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 79.375em) {
  .pagination__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .pagination__link {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .pagination__link {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .pagination__link {
    font-size: 0.875rem;
  }
}
.pagination__link.active {
  background: #518581;
  color: #fff;
}
.pagination__link:hover {
  background: #518581;
  color: #fff;
}
.pagination__link:focus {
  outline: none;
  border-color: #518581;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-regular.woff2") format("woff2"), url("../fonts/eudoxus-sans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-medium.woff2") format("woff2"), url("../fonts/eudoxus-sans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-bold.woff2") format("woff2"), url("../fonts/eudoxus-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::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;
}

.hero {
  padding-bottom: 3.125rem;
}
.hero__image {
  max-width: 100%;
}
@media (min-width: 79.375em) {
  .hero__image {
    height: 34.375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 12.5rem , 5.1315789474rem  +  36.8421052632vw , 34.375rem )) {
    .hero__image {
      height: clamp( 12.5rem , 5.1315789474rem  +  36.8421052632vw , 34.375rem );
    }
  }
  @supports not (height: clamp( 12.5rem , 5.1315789474rem  +  36.8421052632vw , 34.375rem )) {
    .hero__image {
      height: calc(12.5rem + 21.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__image {
    height: 12.5rem;
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 79.375em) {
  .service {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .service {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .service {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .service {
    padding-bottom: 3.125rem;
  }
}
.service__container {
  border-top: 0.125rem solid #f3f3f3;
  padding-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 79.375em) {
  .service__container {
    -webkit-column-gap: 3.625rem;
       -moz-column-gap: 3.625rem;
            column-gap: 3.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports ((-moz-column-gap: clamp( 1.875rem , 1.2855263158rem  +  2.9473684211vw , 3.625rem )) or (column-gap: clamp( 1.875rem , 1.2855263158rem  +  2.9473684211vw , 3.625rem ))) {
    .service__container {
      -webkit-column-gap: clamp( 1.875rem , 1.2855263158rem  +  2.9473684211vw , 3.625rem );
         -moz-column-gap: clamp( 1.875rem , 1.2855263158rem  +  2.9473684211vw , 3.625rem );
              column-gap: clamp( 1.875rem , 1.2855263158rem  +  2.9473684211vw , 3.625rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 1.875rem , 1.2855263158rem  +  2.9473684211vw , 3.625rem )) or (column-gap: clamp( 1.875rem , 1.2855263158rem  +  2.9473684211vw , 3.625rem ))) {
    .service__container {
      -webkit-column-gap: calc(1.875rem + 1.75 * (100vw - 20rem) / 59.375);
         -moz-column-gap: calc(1.875rem + 1.75 * (100vw - 20rem) / 59.375);
              column-gap: calc(1.875rem + 1.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .service__container {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
@media (min-width: 79.375em) {
  .service__container {
    row-gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (row-gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .service__container {
      row-gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem );
    }
  }
  @supports not (row-gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .service__container {
      row-gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .service__container {
    row-gap: 1.25rem;
  }
}
@media (max-width: 45.3125em) {
  .service__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 32.5em) {
  .service__container {
    grid-template-columns: 1fr;
  }
}
.service__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service__item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.item-service__number {
  color: #518581;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .item-service__number {
    font-size: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 2rem , 1.3263157895rem  +  3.3684210526vw , 4rem )) {
    .item-service__number {
      font-size: clamp( 2rem , 1.3263157895rem  +  3.3684210526vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.3263157895rem  +  3.3684210526vw , 4rem )) {
    .item-service__number {
      font-size: calc(2rem + 2 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-service__number {
    font-size: 2rem;
  }
}
@media (min-width: 79.375em) {
  .item-service__number:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.1236842105rem  +  0.6315789474vw , 1.625rem )) {
    .item-service__number:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.1236842105rem  +  0.6315789474vw , 1.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.1236842105rem  +  0.6315789474vw , 1.625rem )) {
    .item-service__number:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-service__number:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.item-service__title {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .item-service__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.6644736842rem  +  1.0526315789vw , 1.5rem )) {
    .item-service__title {
      font-size: clamp( 0.875rem , 0.6644736842rem  +  1.0526315789vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.6644736842rem  +  1.0526315789vw , 1.5rem )) {
    .item-service__title {
      font-size: calc(0.875rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-service__title {
    font-size: 0.875rem;
  }
}
.item-service__title:not(:last-child) {
  margin-bottom: 0.375rem;
}
.portfolio__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 79.375em) {
  .portfolio__top-wrap:not(:last-child) {
    margin-bottom: 3.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 2.6875rem , 2.4769736842rem  +  1.0526315789vw , 3.3125rem )) {
    .portfolio__top-wrap:not(:last-child) {
      margin-bottom: clamp( 2.6875rem , 2.4769736842rem  +  1.0526315789vw , 3.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.6875rem , 2.4769736842rem  +  1.0526315789vw , 3.3125rem )) {
    .portfolio__top-wrap:not(:last-child) {
      margin-bottom: calc(2.6875rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .portfolio__top-wrap:not(:last-child) {
    margin-bottom: 2.6875rem;
  }
}
@media (max-width: 56.25em) {
  .portfolio__top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.portfolio__left {
  max-width: 30.625rem;
}
.portfolio__right {
  max-width: 33.125rem;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio__right.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.portfolio__text {
  margin-bottom: 1.25rem;
}
@media (min-width: 79.375em) {
  .portfolio__label:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.4578947368rem  +  0.2105263158vw , 0.625rem )) {
    .portfolio__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.4578947368rem  +  0.2105263158vw , 0.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.4578947368rem  +  0.2105263158vw , 0.625rem )) {
    .portfolio__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .portfolio__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.portfolio__link {
  color: #518581;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .portfolio__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .portfolio__link {
      font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .portfolio__link {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .portfolio__link {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .portfolio__link:hover {
    text-decoration: underline;
  }
}
.portfolio__bottom-wrap {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-rows: minmax(200px, auto);
}
@media (min-width: 79.375em) {
  .portfolio__bottom-wrap {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .portfolio__bottom-wrap {
      gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .portfolio__bottom-wrap {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .portfolio__bottom-wrap {
    gap: 1.25rem;
  }
}
@media (max-width: 48.75em) {
  .portfolio__bottom-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.portfolio__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio__item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.item-portfolio {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 18.75rem;
  position: relative;
}
@media (min-width: 79.375em) {
  .item-portfolio {
    padding: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .item-portfolio {
      padding: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem );
    }
  }
  @supports not (padding: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .item-portfolio {
      padding: calc(1.25rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-portfolio {
    padding: 1.25rem;
  }
}
.item-portfolio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1725490196);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
@media (any-hover: hover) {
  .item-portfolio:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 48.75em) {
  .item-portfolio {
    min-height: 25.5625rem;
  }
}
@media (max-width: 23.375em) {
  .item-portfolio {
    min-height: 18.75rem;
  }
}
.item-portfolio:nth-child(1) {
  grid-row: 1/3;
}
@media (max-width: 48.75em) {
  .item-portfolio:nth-child(1) {
    grid-row: auto;
  }
}
.item-portfolio:nth-child(2) {
  grid-row: 1/2;
}
@media (max-width: 48.75em) {
  .item-portfolio:nth-child(2) {
    grid-row: auto;
  }
}
.item-portfolio:nth-child(3) {
  grid-row: 2/3;
}
@media (max-width: 48.75em) {
  .item-portfolio:nth-child(3) {
    grid-row: auto;
  }
}
.item-portfolio__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.item-portfolio__title {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.26px;
}
@media (min-width: 79.375em) {
  .item-portfolio__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .item-portfolio__title {
      font-size: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .item-portfolio__title {
      font-size: calc(0.875rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-portfolio__title {
    font-size: 0.875rem;
  }
}
.item-portfolio__text {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .item-portfolio__text {
    max-width: 27.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (max-width: clamp( 15rem , 10.7894736842rem  +  21.0526315789vw , 27.5rem )) {
    .item-portfolio__text {
      max-width: clamp( 15rem , 10.7894736842rem  +  21.0526315789vw , 27.5rem );
    }
  }
  @supports not (max-width: clamp( 15rem , 10.7894736842rem  +  21.0526315789vw , 27.5rem )) {
    .item-portfolio__text {
      max-width: calc(15rem + 12.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-portfolio__text {
    max-width: 15rem;
  }
}
@media (min-width: 79.375em) {
  .item-portfolio__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-portfolio__text {
      font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-portfolio__text {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-portfolio__text {
    font-size: 0.75rem;
  }
}
.item-portfolio__link {
  color: var(--Screen-Color, #fff);
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .item-portfolio__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-portfolio__link {
      font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-portfolio__link {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-portfolio__link {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .item-portfolio__link:hover {
    text-decoration: underline;
  }
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-regular.woff2") format("woff2"), url("../fonts/eudoxus-sans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-medium.woff2") format("woff2"), url("../fonts/eudoxus-sans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-bold.woff2") format("woff2"), url("../fonts/eudoxus-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::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;
}

@media (min-width: 79.375em) {
  .hero--article {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .hero--article {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .hero--article {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero--article {
    padding-bottom: 3.125rem;
  }
}
.hero__info {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero__info.visible {
  opacity: 1;
}
.hero__swiper {
  position: relative;
}

.info-article--article {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 10;
  background: var(--Screen-Color, #fff);
  -webkit-box-shadow: 0px 4px 140px 0px rgba(175, 173, 181, 0.2);
          box-shadow: 0px 4px 140px 0px rgba(175, 173, 181, 0.2);
}
@media (min-width: 79.375em) {
  .info-article--article {
    width: 67.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 15.625rem , -1.8486842105rem  +  87.3684210526vw , 67.5rem )) {
    .info-article--article {
      width: clamp( 15.625rem , -1.8486842105rem  +  87.3684210526vw , 67.5rem );
    }
  }
  @supports not (width: clamp( 15.625rem , -1.8486842105rem  +  87.3684210526vw , 67.5rem )) {
    .info-article--article {
      width: calc(15.625rem + 51.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article--article {
    width: 15.625rem;
  }
}
@media (min-width: 79.375em) {
  .info-article--article {
    padding-top: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.625rem , -0.1539473684rem  +  3.8947368421vw , 2.9375rem )) {
    .info-article--article {
      padding-top: clamp( 0.625rem , -0.1539473684rem  +  3.8947368421vw , 2.9375rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , -0.1539473684rem  +  3.8947368421vw , 2.9375rem )) {
    .info-article--article {
      padding-top: calc(0.625rem + 2.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article--article {
    padding-top: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .info-article--article {
    padding-bottom: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.625rem , -0.1539473684rem  +  3.8947368421vw , 2.9375rem )) {
    .info-article--article {
      padding-bottom: clamp( 0.625rem , -0.1539473684rem  +  3.8947368421vw , 2.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , -0.1539473684rem  +  3.8947368421vw , 2.9375rem )) {
    .info-article--article {
      padding-bottom: calc(0.625rem + 2.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article--article {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .info-article--article {
    padding-right: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 0.625rem , -0.0065789474rem  +  3.1578947368vw , 2.5rem )) {
    .info-article--article {
      padding-right: clamp( 0.625rem , -0.0065789474rem  +  3.1578947368vw , 2.5rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , -0.0065789474rem  +  3.1578947368vw , 2.5rem )) {
    .info-article--article {
      padding-right: calc(0.625rem + 1.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article--article {
    padding-right: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .info-article--article {
    padding-left: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 0.625rem , -0.0065789474rem  +  3.1578947368vw , 2.5rem )) {
    .info-article--article {
      padding-left: clamp( 0.625rem , -0.0065789474rem  +  3.1578947368vw , 2.5rem );
    }
  }
  @supports not (padding-left: clamp( 0.625rem , -0.0065789474rem  +  3.1578947368vw , 2.5rem )) {
    .info-article--article {
      padding-left: calc(0.625rem + 1.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article--article {
    padding-left: 0.625rem;
  }
}
.info-article--article__content {
  max-width: 50.1875rem;
}

@media (min-width: 79.375em) {
  .news {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .news {
      padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .news {
      padding-top: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .news {
    padding-top: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .news {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .news {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .news {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .news {
    padding-bottom: 3.125rem;
  }
}
.news__container {
  display: grid;
}
@media (min-width: 79.375em) {
  .news__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .news__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .news__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .news__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 79.375em) {
  .news__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .news__title:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .news__title:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .news__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 79.375em) {
  .news__wrapper {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .news__wrapper {
      gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .news__wrapper {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .news__wrapper {
    gap: 1.25rem;
  }
}
@media (max-width: 45.9375em) {
  .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1.25rem);
          flex: 1 1 calc(50% - 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 79.375em) {
  .news__info {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem )) {
    .news__info {
      gap: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem )) {
    .news__info {
      gap: calc(1rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .news__info {
    gap: 1rem;
  }
}
.news__info.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 79.375em) {
  .topics__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .topics__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .topics__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .topics__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 79.375em) {
  .topics__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .topics__title:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .topics__title:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .topics__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.topics__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media (max-width: 55em) {
  .topics__header {
    -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;
  }
}
.topics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 79.375em) {
  .topics__wrapper {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem )) {
    .topics__wrapper {
      gap: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem )) {
    .topics__wrapper {
      gap: calc(1rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .topics__wrapper {
    gap: 1rem;
  }
}
@media (min-width: 79.375em) {
  .topics__wrapper:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .topics__wrapper:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .topics__wrapper:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .topics__wrapper:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.topics__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 79.375em) {
  .topics__info {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem )) {
    .topics__info {
      gap: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem )) {
    .topics__info {
      gap: calc(0.875rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .topics__info {
    gap: 0.875rem;
  }
}
.topics__info.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.topics__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1.5px solid #f3f3f3;
  text-align: center;
  padding: 0.9375rem 2.5rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 79.375em) {
  .topics__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.9578947368rem  +  0.2105263158vw , 1.125rem )) {
    .topics__button {
      font-size: clamp( 1rem , 0.9578947368rem  +  0.2105263158vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9578947368rem  +  0.2105263158vw , 1.125rem )) {
    .topics__button {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .topics__button {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .topics__button:hover {
    border: 1.5px solid #6c6a6a;
    color: #6c6a6a;
  }
}

.header-topics__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.625rem;
  width: 100%;
}
@media (min-width: 79.375em) {
  .header-topics__nav {
    gap: 3.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 2.6875rem , 2.4769736842rem  +  1.0526315789vw , 3.3125rem )) {
    .header-topics__nav {
      gap: clamp( 2.6875rem , 2.4769736842rem  +  1.0526315789vw , 3.3125rem );
    }
  }
  @supports not (gap: clamp( 2.6875rem , 2.4769736842rem  +  1.0526315789vw , 3.3125rem )) {
    .header-topics__nav {
      gap: calc(2.6875rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .header-topics__nav {
    gap: 2.6875rem;
  }
}
@media (max-width: 41.25em) {
  .header-topics__nav {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; /* Зручний скрол по пунктах */
    scrollbar-width: thin; /* Для Firefox */
    scrollbar-color: transparent transparent; /* Для Firefox */
  }
}
.header-topics__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header-topics__item:not(:last-child) {
  white-space: nowrap;
}
.header-topics__link {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .header-topics__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .header-topics__link {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .header-topics__link {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .header-topics__link {
    font-size: 0.875rem;
  }
}
@media (max-width: 42.1875em) {
  .header-topics__link {
    white-space: nowrap;
  }
}
.header-topics__link.active {
  font-weight: 700;
  color: #151411;
}
.header-topics__nav::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}

.header-topics__nav::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 1.25rem;
}

.header-topics__nav:hover::-webkit-scrollbar-thumb {
  background-color: rgba(81, 133, 129, 0.5137254902);
}

.header-topics__nav:hover {
  scrollbar-color: rgba(81, 133, 129, 0.5137254902) transparent;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-regular.woff2") format("woff2"), url("../fonts/eudoxus-sans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-medium.woff2") format("woff2"), url("../fonts/eudoxus-sans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eudoxus Sans";
  src: url("../fonts/eudoxus-sans-bold.woff2") format("woff2"), url("../fonts/eudoxus-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::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;
}

.hero__video {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hero__video.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.video {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.video video {
  max-height: 34.375rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(21, 20, 17, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 79.375em) {
  .video__button {
    width: 3.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 1.5rem , 0.8263157895rem  +  3.3684210526vw , 3.5rem )) {
    .video__button {
      width: clamp( 1.5rem , 0.8263157895rem  +  3.3684210526vw , 3.5rem );
    }
  }
  @supports not (width: clamp( 1.5rem , 0.8263157895rem  +  3.3684210526vw , 3.5rem )) {
    .video__button {
      width: calc(1.5rem + 2 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .video__button {
    width: 1.5rem;
  }
}
@media (min-width: 79.375em) {
  .video__button {
    height: 3.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 1.5rem , 0.8263157895rem  +  3.3684210526vw , 3.5rem )) {
    .video__button {
      height: clamp( 1.5rem , 0.8263157895rem  +  3.3684210526vw , 3.5rem );
    }
  }
  @supports not (height: clamp( 1.5rem , 0.8263157895rem  +  3.3684210526vw , 3.5rem )) {
    .video__button {
      height: calc(1.5rem + 2 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .video__button {
    height: 1.5rem;
  }
}
@media (max-width: 47.99875em) {
  .video__button {
    display: none;
  }
}
@media (any-hover: hover) {
  .video__button:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.video__button svg {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 79.375em) {
  .video__button svg {
    width: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 0.5rem , 0.2894736842rem  +  1.0526315789vw , 1.125rem )) {
    .video__button svg {
      width: clamp( 0.5rem , 0.2894736842rem  +  1.0526315789vw , 1.125rem );
    }
  }
  @supports not (width: clamp( 0.5rem , 0.2894736842rem  +  1.0526315789vw , 1.125rem )) {
    .video__button svg {
      width: calc(0.5rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .video__button svg {
    width: 0.5rem;
  }
}
@media (min-width: 79.375em) {
  .video__button svg {
    height: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 0.5rem , 0.2894736842rem  +  1.0526315789vw , 1.125rem )) {
    .video__button svg {
      height: clamp( 0.5rem , 0.2894736842rem  +  1.0526315789vw , 1.125rem );
    }
  }
  @supports not (height: clamp( 0.5rem , 0.2894736842rem  +  1.0526315789vw , 1.125rem )) {
    .video__button svg {
      height: calc(0.5rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .video__button svg {
    height: 0.5rem;
  }
}

@media (min-width: 79.375em) {
  .mission {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .mission {
      padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .mission {
      padding-top: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .mission {
    padding-top: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .mission {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .mission {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .mission {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .mission {
    padding-bottom: 3.125rem;
  }
}
.mission__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 53.125em) {
  .mission__container {
    -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;
  }
}
.mission__left-part {
  max-width: 34.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 53.125em) {
  .mission__left-part {
    max-width: 100%;
  }
}
@media (min-width: 79.375em) {
  .mission__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem )) {
    .mission__label:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem )) {
    .mission__label:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .mission__label:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .mission__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .mission__title:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .mission__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .mission__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.mission__counter {
  max-width: 34.25rem;
}
.mission__right-part {
  max-width: 37.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 79.375em) {
  .mission__right-part {
    padding-top: 2.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.0000000625rem , -0.7789472849rem  +  3.8947367368vw , 2.3125rem )) {
    .mission__right-part {
      padding-top: clamp( 0.0000000625rem , -0.7789472849rem  +  3.8947367368vw , 2.3125rem );
    }
  }
  @supports not (padding-top: clamp( 0.0000000625rem , -0.7789472849rem  +  3.8947367368vw , 2.3125rem )) {
    .mission__right-part {
      padding-top: calc(0.0000000625rem + 2.3124999375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .mission__right-part {
    padding-top: 0.0000000625rem;
  }
}
@media (min-width: 79.375em) {
  .mission__right-part {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.4375rem , 1.2901315789rem  +  0.7368421053vw , 1.875rem )) {
    .mission__right-part {
      gap: clamp( 1.4375rem , 1.2901315789rem  +  0.7368421053vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.4375rem , 1.2901315789rem  +  0.7368421053vw , 1.875rem )) {
    .mission__right-part {
      gap: calc(1.4375rem + 0.4375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .mission__right-part {
    gap: 1.4375rem;
  }
}
@media (max-width: 53.125em) {
  .mission__right-part {
    max-width: 100%;
  }
}
.mission__item {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mission__item.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.item-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 79.375em) {
  .item-mission {
    gap: 1.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , 1.1447368421rem  +  0.5263157895vw , 1.5625rem )) {
    .item-mission {
      gap: clamp( 1.25rem , 1.1447368421rem  +  0.5263157895vw , 1.5625rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.1447368421rem  +  0.5263157895vw , 1.5625rem )) {
    .item-mission {
      gap: calc(1.25rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-mission {
    gap: 1.25rem;
  }
}
.item-mission__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media (min-width: 79.375em) {
  .item-mission__icon {
    width: 3.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 2.75rem , 2.3710526316rem  +  1.8947368421vw , 3.875rem )) {
    .item-mission__icon {
      width: clamp( 2.75rem , 2.3710526316rem  +  1.8947368421vw , 3.875rem );
    }
  }
  @supports not (width: clamp( 2.75rem , 2.3710526316rem  +  1.8947368421vw , 3.875rem )) {
    .item-mission__icon {
      width: calc(2.75rem + 1.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-mission__icon {
    width: 2.75rem;
  }
}
@media (min-width: 79.375em) {
  .item-mission__icon {
    height: 3.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 2.75rem , 2.3710526316rem  +  1.8947368421vw , 3.875rem )) {
    .item-mission__icon {
      height: clamp( 2.75rem , 2.3710526316rem  +  1.8947368421vw , 3.875rem );
    }
  }
  @supports not (height: clamp( 2.75rem , 2.3710526316rem  +  1.8947368421vw , 3.875rem )) {
    .item-mission__icon {
      height: calc(2.75rem + 1.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-mission__icon {
    height: 2.75rem;
  }
}
@media (min-width: 79.375em) {
  .item-mission__icon svg {
    width: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 1.5rem , 1.3736842105rem  +  0.6315789474vw , 1.875rem )) {
    .item-mission__icon svg {
      width: clamp( 1.5rem , 1.3736842105rem  +  0.6315789474vw , 1.875rem );
    }
  }
  @supports not (width: clamp( 1.5rem , 1.3736842105rem  +  0.6315789474vw , 1.875rem )) {
    .item-mission__icon svg {
      width: calc(1.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-mission__icon svg {
    width: 1.5rem;
  }
}
@media (min-width: 79.375em) {
  .item-mission__icon svg {
    height: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 1.5rem , 1.3736842105rem  +  0.6315789474vw , 1.875rem )) {
    .item-mission__icon svg {
      height: clamp( 1.5rem , 1.3736842105rem  +  0.6315789474vw , 1.875rem );
    }
  }
  @supports not (height: clamp( 1.5rem , 1.3736842105rem  +  0.6315789474vw , 1.875rem )) {
    .item-mission__icon svg {
      height: calc(1.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-mission__icon svg {
    height: 1.5rem;
  }
}
.item-mission__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.item-mission__title {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.26px;
}
@media (min-width: 79.375em) {
  .item-mission__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .item-mission__title {
      font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .item-mission__title {
      font-size: calc(1rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-mission__title {
    font-size: 1rem;
  }
}
.item-mission__text {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .item-mission__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-mission__text {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-mission__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-mission__text {
    font-size: 0.875rem;
  }
}

@media (min-width: 79.375em) {
  .team {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .team {
      padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .team {
      padding-top: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .team {
    padding-top: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .team {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .team {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .team {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .team {
    padding-bottom: 3.125rem;
  }
}
.team__top-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;
  gap: 1.25rem;
}
@media (min-width: 79.375em) {
  .team__top-wrap:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .team__top-wrap:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .team__top-wrap:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .team__top-wrap:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 36.875em) {
  .team__top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.team__header {
  max-width: 34.25rem;
}
@media (min-width: 79.375em) {
  .team__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .team__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .team__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .team__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 79.375em) {
  .team__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .team__title:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .team__title:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .team__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.team__text {
  max-width: 31.5625rem;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team__text.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.team__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-template-rows: auto;
}
@media (min-width: 79.375em) {
  .team__wrapper {
    gap: 1.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , 1.0605263158rem  +  0.9473684211vw , 1.8125rem )) {
    .team__wrapper {
      gap: clamp( 1.25rem , 1.0605263158rem  +  0.9473684211vw , 1.8125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0605263158rem  +  0.9473684211vw , 1.8125rem )) {
    .team__wrapper {
      gap: calc(1.25rem + 0.5625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .team__wrapper {
    gap: 1.25rem;
  }
}
@media (max-width: 43.3125em) {
  .team__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
.team__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team__item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.item-team__image {
  max-height: 22.5rem;
  width: 100%;
  height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 79.375em) {
  .item-team__image:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .item-team__image:not(:last-child) {
      margin-bottom: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .item-team__image:not(:last-child) {
      margin-bottom: calc(0.875rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-team__image:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.item-team__title {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.26px;
}
@media (min-width: 79.375em) {
  .item-team__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .item-team__title {
      font-size: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .item-team__title {
      font-size: calc(0.875rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-team__title {
    font-size: 0.875rem;
  }
}
.item-team__title:not(:last-child) {
  margin-bottom: 0.375rem;
}
.item-team span {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .item-team span {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-team span {
      font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-team span {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-team span {
    font-size: 0.75rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Eudoxus Sans";
  line-height: 1.5rem;
  color: #151411;
}
body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.125rem solid #f3f3f3;
}
@media (min-width: 79.375em) {
  .header {
    padding-top: 2.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.3125rem , -0.4032894737rem  +  3.5789473684vw , 2.4375rem )) {
    .header {
      padding-top: clamp( 0.3125rem , -0.4032894737rem  +  3.5789473684vw , 2.4375rem );
    }
  }
  @supports not (padding-top: clamp( 0.3125rem , -0.4032894737rem  +  3.5789473684vw , 2.4375rem )) {
    .header {
      padding-top: calc(0.3125rem + 2.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-top: 0.3125rem;
  }
}
@media (min-width: 79.375em) {
  .header {
    padding-bottom: 2.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.3125rem , -0.4032894737rem  +  3.5789473684vw , 2.4375rem )) {
    .header {
      padding-bottom: clamp( 0.3125rem , -0.4032894737rem  +  3.5789473684vw , 2.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.3125rem , -0.4032894737rem  +  3.5789473684vw , 2.4375rem )) {
    .header {
      padding-bottom: calc(0.3125rem + 2.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-bottom: 0.3125rem;
  }
}
.header__container {
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #151411;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 74.99875em) {
  .header__container {
    gap: 0.9375rem;
  }
}
.header__logo {
  z-index: 17;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 79.375em) {
  .header__logo img {
    width: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .header__logo img {
      width: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem );
    }
  }
  @supports not (width: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .header__logo img {
      width: calc(2rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .header__logo img {
    width: 2rem;
  }
}
@media (min-width: 79.375em) {
  .header__logo img {
    height: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .header__logo img {
      height: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem );
    }
  }
  @supports not (height: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .header__logo img {
      height: calc(2rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .header__logo img {
    height: 2rem;
  }
}
@media (min-width: 79.375em) {
  .header__logo svg {
    width: 4.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 3.5625rem , 3.1625rem  +  2vw , 4.75rem )) {
    .header__logo svg {
      width: clamp( 3.5625rem , 3.1625rem  +  2vw , 4.75rem );
    }
  }
  @supports not (width: clamp( 3.5625rem , 3.1625rem  +  2vw , 4.75rem )) {
    .header__logo svg {
      width: calc(3.5625rem + 1.1875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .header__logo svg {
    width: 3.5625rem;
  }
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.header__actions a svg {
  will-change: transform;
  -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) {
  .header__actions a:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.header.scrolled {
  background-color: #ffffff;
  padding: 0.3125rem 0;
}

@media (max-width: 60em) {
  .menu__body {
    position: absolute;
    min-width: 17.5rem;
    padding: 1.875rem;
    right: -13.125rem;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 50;
  }
}
@media (max-width: 60em) and (min-width: 79.375em) {
  .menu__body {
    top: 7.5rem;
  }
}
@media (max-width: 60em) and (min-width: 20em) and (max-width: 79.375em) {
  @supports (top: clamp( 3.125rem , 1.6513157895rem  +  7.3684210526vw , 7.5rem )) {
    .menu__body {
      top: clamp( 3.125rem , 1.6513157895rem  +  7.3684210526vw , 7.5rem );
    }
  }
  @supports not (top: clamp( 3.125rem , 1.6513157895rem  +  7.3684210526vw , 7.5rem )) {
    .menu__body {
      top: calc(3.125rem + 4.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 60em) and (max-width: 20em) {
  .menu__body {
    top: 3.125rem;
  }
}
@media (max-width: 60em) {
  .menu-open .menu__body {
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3125rem;
}
@media (min-width: 79.375em) {
  .menu__list {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports ((-moz-column-gap: clamp( 0.625rem , -0.4276315789rem  +  5.2631578947vw , 3.75rem )) or (column-gap: clamp( 0.625rem , -0.4276315789rem  +  5.2631578947vw , 3.75rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 0.625rem , -0.4276315789rem  +  5.2631578947vw , 3.75rem );
         -moz-column-gap: clamp( 0.625rem , -0.4276315789rem  +  5.2631578947vw , 3.75rem );
              column-gap: clamp( 0.625rem , -0.4276315789rem  +  5.2631578947vw , 3.75rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 0.625rem , -0.4276315789rem  +  5.2631578947vw , 3.75rem )) or (column-gap: clamp( 0.625rem , -0.4276315789rem  +  5.2631578947vw , 3.75rem ))) {
    .menu__list {
      -webkit-column-gap: calc(0.625rem + 3.125 * (100vw - 20rem) / 59.375);
         -moz-column-gap: calc(0.625rem + 3.125 * (100vw - 20rem) / 59.375);
              column-gap: calc(0.625rem + 3.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .menu__list {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 60em) {
  .menu__list {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: right;
    row-gap: 1.75rem;
  }
}
@media (any-hover: hover) {
  .menu__item:hover .menu__link {
    color: #518581;
  }
}
.menu__link {
  color: #151411;
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 180%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 60em) {
  .menu__link {
    font-size: 1.75rem;
  }
}

.icon-menu {
  z-index: 20;
  display: none;
}
@media (max-width: 60em) {
  .icon-menu {
    position: relative;
    width: 30px;
    height: 18px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .icon-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0f0e0e;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

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

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

.icon-menu::after {
  bottom: 0;
}

.icon-menu span {
  top: 50%;
  margin-top: -1px;
}

.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);
  top: 50%;
  margin-top: -1px;
}

.menu-open body {
  overflow: hidden;
}

.animation {
  position: absolute;
  bottom: 0;
  height: 0.1875rem;
  background: #518581;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  width: 0;
  display: none;
}
@media (min-width: 50em) {
  .animation.show {
    display: block;
  }
}

@media (min-width: 79.375em) {
  .hero {
    padding-top: 13.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 7.625rem , 5.5618421053rem  +  10.3157894737vw , 13.75rem )) {
    .hero {
      padding-top: clamp( 7.625rem , 5.5618421053rem  +  10.3157894737vw , 13.75rem );
    }
  }
  @supports not (padding-top: clamp( 7.625rem , 5.5618421053rem  +  10.3157894737vw , 13.75rem )) {
    .hero {
      padding-top: calc(7.625rem + 6.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero {
    padding-top: 7.625rem;
  }
}
@media (min-width: 79.375em) {
  .hero--margin:not(:last-child) {
    margin-bottom: 11.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 5.625rem , 3.7302631579rem  +  9.4736842105vw , 11.25rem )) {
    .hero--margin:not(:last-child) {
      margin-bottom: clamp( 5.625rem , 3.7302631579rem  +  9.4736842105vw , 11.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 5.625rem , 3.7302631579rem  +  9.4736842105vw , 11.25rem )) {
    .hero--margin:not(:last-child) {
      margin-bottom: calc(5.625rem + 5.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero--margin:not(:last-child) {
    margin-bottom: 5.625rem;
  }
}
.hero__arrow {
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  position: absolute;
  top: 12.5rem;
  left: 9.375rem;
}
@media (min-width: 79.375em) {
  .hero__arrow {
    width: 8.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 2.9375rem , 0.9585526316rem  +  9.8947368421vw , 8.8125rem )) {
    .hero__arrow {
      width: clamp( 2.9375rem , 0.9585526316rem  +  9.8947368421vw , 8.8125rem );
    }
  }
  @supports not (width: clamp( 2.9375rem , 0.9585526316rem  +  9.8947368421vw , 8.8125rem )) {
    .hero__arrow {
      width: calc(2.9375rem + 5.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__arrow {
    width: 2.9375rem;
  }
}
@media (min-width: 79.375em) {
  .hero__arrow {
    height: 8.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 2.75rem , 0.8973684211rem  +  9.2631578947vw , 8.25rem )) {
    .hero__arrow {
      height: clamp( 2.75rem , 0.8973684211rem  +  9.2631578947vw , 8.25rem );
    }
  }
  @supports not (height: clamp( 2.75rem , 0.8973684211rem  +  9.2631578947vw , 8.25rem )) {
    .hero__arrow {
      height: calc(2.75rem + 5.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__arrow {
    height: 2.75rem;
  }
}
@media (max-width: 77.1875em) {
  .hero__arrow {
    top: 2rem;
    left: 1.25rem;
  }
}
.hero__container {
  position: relative;
}
.hero__title {
  padding: 0rem 0.875rem;
  max-width: 47.5rem;
  margin: 0 auto;
  color: #151411;
  text-align: center;
  font-weight: 700;
  line-height: 130%;
  position: relative;
}
@media (min-width: 79.375em) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1.625rem , 0.6298882682rem  +  4.2458100559vw , 4rem )) {
    .hero__title {
      font-size: clamp( 1.625rem , 0.6298882682rem  +  4.2458100559vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 1.625rem , 0.6298882682rem  +  4.2458100559vw , 4rem )) {
    .hero__title {
      font-size: calc(1.625rem + 2.375 * (100vw - 23.4375rem) / 55.9375);
    }
  }
}
@media (max-width: 23.4375em) {
  .hero__title {
    font-size: 1.625rem;
  }
}
.hero__title--main::after {
  content: "";
  position: absolute;
  background-image: url("../img/stars-element.svg");
  background-size: contain;
  -webkit-animation: scale 2s;
          animation: scale 2s;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
@media (min-width: 79.375em) {
  .hero__title--main::after {
    bottom: 2.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (bottom: clamp( 0.9375rem , 0.4743421053rem  +  2.3157894737vw , 2.3125rem )) {
    .hero__title--main::after {
      bottom: clamp( 0.9375rem , 0.4743421053rem  +  2.3157894737vw , 2.3125rem );
    }
  }
  @supports not (bottom: clamp( 0.9375rem , 0.4743421053rem  +  2.3157894737vw , 2.3125rem )) {
    .hero__title--main::after {
      bottom: calc(0.9375rem + 1.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__title--main::after {
    bottom: 0.9375rem;
  }
}
@media (min-width: 79.375em) {
  .hero__title--main::after {
    width: 3.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 1.5rem , 0.9315789474rem  +  2.8421052632vw , 3.1875rem )) {
    .hero__title--main::after {
      width: clamp( 1.5rem , 0.9315789474rem  +  2.8421052632vw , 3.1875rem );
    }
  }
  @supports not (width: clamp( 1.5rem , 0.9315789474rem  +  2.8421052632vw , 3.1875rem )) {
    .hero__title--main::after {
      width: calc(1.5rem + 1.6875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__title--main::after {
    width: 1.5rem;
  }
}
@media (min-width: 79.375em) {
  .hero__title--main::after {
    height: 3.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 1.5rem , 0.9315789474rem  +  2.8421052632vw , 3.1875rem )) {
    .hero__title--main::after {
      height: clamp( 1.5rem , 0.9315789474rem  +  2.8421052632vw , 3.1875rem );
    }
  }
  @supports not (height: clamp( 1.5rem , 0.9315789474rem  +  2.8421052632vw , 3.1875rem )) {
    .hero__title--main::after {
      height: calc(1.5rem + 1.6875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__title--main::after {
    height: 1.5rem;
  }
}
@media (min-width: 79.375em) {
  .hero__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .hero__title:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .hero__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.hero__text {
  max-width: 49.75rem;
  margin: 0 auto;
  color: #afadb5;
  text-align: center;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .hero__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .hero__text {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .hero__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 79.375em) {
  .hero__text:not(:last-child) {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 0.5697368421rem  +  6.5263157895vw , 5.75rem )) {
    .hero__text:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 0.5697368421rem  +  6.5263157895vw , 5.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 0.5697368421rem  +  6.5263157895vw , 5.75rem )) {
    .hero__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 3.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .hero__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.hero__search-bar {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.hero__search-bar.visible {
  opacity: 1;
}
.hero__image {
  position: relative;
  max-width: 77.5rem;
  min-height: 10rem;
  height: auto;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.hero__image img.visible {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#arrow {
  stroke-dasharray: 55.0996551514;
  stroke-dashoffset: 55.0996551514;
  -webkit-animation: line 2s ease forwards;
          animation: line 2s ease forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#arrow-2 {
  stroke-dasharray: 305.3888244629;
  stroke-dashoffset: 305.3888244629;
  -webkit-animation: line 2s ease forwards;
          animation: line 2s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}
.label,
.title {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.label.visible,
.title.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hero__title,
.hero__text {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.hero__title.visible,
.hero__text.visible {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.search {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 1.625rem;
  position: absolute;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 50.625rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #afadb5;
  background: #fff;
  -webkit-box-shadow: 0px 4px 80px 0px rgba(175, 173, 181, 0.2);
          box-shadow: 0px 4px 80px 0px rgba(175, 173, 181, 0.2);
  z-index: 5;
}
@media (max-width: 54.375em) {
  .search {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 1.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.9375rem;
  }
}
.search input {
  width: 100%;
  height: 100%;
}
@media (min-width: 79.375em) {
  .search input {
    padding: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem )) {
    .search input {
      padding: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem );
    }
  }
  @supports not (padding: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem )) {
    .search input {
      padding: calc(0.625rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search input {
    padding: 0.625rem;
  }
}
.search input::-webkit-input-placeholder {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
.search input::-moz-placeholder {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
.search input:-ms-input-placeholder {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
.search input::-ms-input-placeholder {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
.search input::placeholder {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .search input::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  .search input::-moz-placeholder {
    font-size: 1.125rem;
  }
  .search input:-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .search input::-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .search input::placeholder {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.8125rem , 0.7072368421rem  +  0.5263157895vw , 1.125rem )) {
    .search input::-webkit-input-placeholder {
      font-size: clamp( 0.8125rem , 0.7072368421rem  +  0.5263157895vw , 1.125rem );
    }
    .search input::-moz-placeholder {
      font-size: clamp( 0.8125rem , 0.7072368421rem  +  0.5263157895vw , 1.125rem );
    }
    .search input:-ms-input-placeholder {
      font-size: clamp( 0.8125rem , 0.7072368421rem  +  0.5263157895vw , 1.125rem );
    }
    .search input::-ms-input-placeholder {
      font-size: clamp( 0.8125rem , 0.7072368421rem  +  0.5263157895vw , 1.125rem );
    }
    .search input::placeholder {
      font-size: clamp( 0.8125rem , 0.7072368421rem  +  0.5263157895vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.8125rem , 0.7072368421rem  +  0.5263157895vw , 1.125rem )) {
    .search input::-webkit-input-placeholder {
      font-size: calc(0.8125rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
    .search input::-moz-placeholder {
      font-size: calc(0.8125rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
    .search input:-ms-input-placeholder {
      font-size: calc(0.8125rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
    .search input::-ms-input-placeholder {
      font-size: calc(0.8125rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
    .search input::placeholder {
      font-size: calc(0.8125rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search input::-webkit-input-placeholder {
    font-size: 0.8125rem;
  }
  .search input::-moz-placeholder {
    font-size: 0.8125rem;
  }
  .search input:-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  .search input::-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  .search input::placeholder {
    font-size: 0.8125rem;
  }
}
.search input:focus {
  outline: 0.0625rem solid #518581;
}
.search svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 79.375em) {
  .search svg {
    width: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 1.5rem , 1.3315789474rem  +  0.8421052632vw , 2rem )) {
    .search svg {
      width: clamp( 1.5rem , 1.3315789474rem  +  0.8421052632vw , 2rem );
    }
  }
  @supports not (width: clamp( 1.5rem , 1.3315789474rem  +  0.8421052632vw , 2rem )) {
    .search svg {
      width: calc(1.5rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search svg {
    width: 1.5rem;
  }
}
@media (min-width: 79.375em) {
  .search svg {
    height: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 1.5rem , 1.3315789474rem  +  0.8421052632vw , 2rem )) {
    .search svg {
      height: clamp( 1.5rem , 1.3315789474rem  +  0.8421052632vw , 2rem );
    }
  }
  @supports not (height: clamp( 1.5rem , 1.3315789474rem  +  0.8421052632vw , 2rem )) {
    .search svg {
      height: calc(1.5rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search svg {
    height: 1.5rem;
  }
}
.search__btn {
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 130%;
  background-color: #518581;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-transform: capitalize;
}
@media (min-width: 79.375em) {
  .search__btn {
    padding-top: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem )) {
    .search__btn {
      padding-top: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem )) {
    .search__btn {
      padding-top: calc(0.625rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn {
    padding-top: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn {
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem )) {
    .search__btn {
      padding-bottom: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.5197368421rem  +  0.5263157895vw , 0.9375rem )) {
    .search__btn {
      padding-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn {
    padding-right: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 1.625rem , 1.1828947368rem  +  2.2105263158vw , 2.9375rem )) {
    .search__btn {
      padding-right: clamp( 1.625rem , 1.1828947368rem  +  2.2105263158vw , 2.9375rem );
    }
  }
  @supports not (padding-right: clamp( 1.625rem , 1.1828947368rem  +  2.2105263158vw , 2.9375rem )) {
    .search__btn {
      padding-right: calc(1.625rem + 1.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn {
    padding-right: 1.625rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn {
    padding-left: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 1.625rem , 1.1828947368rem  +  2.2105263158vw , 2.9375rem )) {
    .search__btn {
      padding-left: clamp( 1.625rem , 1.1828947368rem  +  2.2105263158vw , 2.9375rem );
    }
  }
  @supports not (padding-left: clamp( 1.625rem , 1.1828947368rem  +  2.2105263158vw , 2.9375rem )) {
    .search__btn {
      padding-left: calc(1.625rem + 1.3125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn {
    padding-left: 1.625rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .search__btn {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .search__btn {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn--product {
    padding-top: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .search__btn--product {
      padding-top: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .search__btn--product {
      padding-top: calc(0.625rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn--product {
    padding-top: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn--product {
    padding-bottom: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .search__btn--product {
      padding-bottom: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.4986842105rem  +  0.6315789474vw , 1rem )) {
    .search__btn--product {
      padding-bottom: calc(0.625rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn--product {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn--product {
    padding-right: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 0.9375rem , 0.6638157895rem  +  1.3684210526vw , 1.75rem )) {
    .search__btn--product {
      padding-right: clamp( 0.9375rem , 0.6638157895rem  +  1.3684210526vw , 1.75rem );
    }
  }
  @supports not (padding-right: clamp( 0.9375rem , 0.6638157895rem  +  1.3684210526vw , 1.75rem )) {
    .search__btn--product {
      padding-right: calc(0.9375rem + 0.8125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn--product {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 79.375em) {
  .search__btn--product {
    padding-left: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 0.9375rem , 0.6638157895rem  +  1.3684210526vw , 1.75rem )) {
    .search__btn--product {
      padding-left: clamp( 0.9375rem , 0.6638157895rem  +  1.3684210526vw , 1.75rem );
    }
  }
  @supports not (padding-left: clamp( 0.9375rem , 0.6638157895rem  +  1.3684210526vw , 1.75rem )) {
    .search__btn--product {
      padding-left: calc(0.9375rem + 0.8125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .search__btn--product {
    padding-left: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .search__btn:hover {
    background-color: #426966;
  }
}

@media (min-width: 79.375em) {
  .benefits--margin:not(:last-child) {
    margin-bottom: 11.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 5rem , 2.8947368421rem  +  10.5263157895vw , 11.25rem )) {
    .benefits--margin:not(:last-child) {
      margin-bottom: clamp( 5rem , 2.8947368421rem  +  10.5263157895vw , 11.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 5rem , 2.8947368421rem  +  10.5263157895vw , 11.25rem )) {
    .benefits--margin:not(:last-child) {
      margin-bottom: calc(5rem + 6.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .benefits--margin:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.benefits__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 79.375em) {
  .benefits__top-wrap:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1rem , 0.2842105263rem  +  3.5789473684vw , 3.125rem )) {
    .benefits__top-wrap:not(:last-child) {
      margin-bottom: clamp( 1rem , 0.2842105263rem  +  3.5789473684vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1rem , 0.2842105263rem  +  3.5789473684vw , 3.125rem )) {
    .benefits__top-wrap:not(:last-child) {
      margin-bottom: calc(1rem + 2.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .benefits__top-wrap:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 48.4375rem) {
  .benefits__top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.benefits__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.benefits__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 26.875rem;
}
@media (min-width: 79.375em) {
  .benefits__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem )) {
    .benefits__label:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.5407894737rem  +  0.4210526316vw , 0.875rem )) {
    .benefits__label:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .benefits__label:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.benefits__text {
  max-width: 31.5625rem;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.benefits__text.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.benefits__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 79.375em) {
  .benefits__bottom-wrap {
    gap: 1.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , 1.0605263158rem  +  0.9473684211vw , 1.8125rem )) {
    .benefits__bottom-wrap {
      gap: clamp( 1.25rem , 1.0605263158rem  +  0.9473684211vw , 1.8125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0605263158rem  +  0.9473684211vw , 1.8125rem )) {
    .benefits__bottom-wrap {
      gap: calc(1.25rem + 0.5625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .benefits__bottom-wrap {
    gap: 1.25rem;
  }
}
.benefits__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.8125rem);
          flex: 0 1 calc(33.333% - 1.8125rem);
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.benefits__item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 48.75em) {
  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1.8125rem);
            flex: 0 1 calc(50% - 1.8125rem);
  }
}
@media (max-width: 36.25em) {
  .benefits__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.title {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .title {
    font-size: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1.5rem , 1.0789473684rem  +  2.1052631579vw , 2.75rem )) {
    .title {
      font-size: clamp( 1.5rem , 1.0789473684rem  +  2.1052631579vw , 2.75rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.0789473684rem  +  2.1052631579vw , 2.75rem )) {
    .title {
      font-size: calc(1.5rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 1.5rem;
  }
}

.text {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .text {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .text {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .text {
    font-size: 0.875rem;
  }
}

.subtitle {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .subtitle {
      font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .subtitle {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .subtitle {
    font-size: 1rem;
  }
}

.label {
  color: #ffb23f;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .label {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .label {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .label {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .label {
    font-size: 0.875rem;
  }
}

.item-benefits {
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px 0px rgba(175, 173, 181, 0.1);
          box-shadow: 0px 4px 100px 0px rgba(175, 173, 181, 0.1);
}
@media (min-width: 79.375em) {
  .item-benefits {
    padding-top: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .item-benefits {
      padding-top: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem );
    }
  }
  @supports not (padding-top: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .item-benefits {
      padding-top: calc(1rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-benefits {
    padding-top: 1rem;
  }
}
@media (min-width: 79.375em) {
  .item-benefits {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem )) {
    .item-benefits {
      padding-bottom: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem )) {
    .item-benefits {
      padding-bottom: calc(1.125rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-benefits {
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 79.375em) {
  .item-benefits {
    padding-left: 1.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 1rem , 0.8526315789rem  +  0.7368421053vw , 1.4375rem )) {
    .item-benefits {
      padding-left: clamp( 1rem , 0.8526315789rem  +  0.7368421053vw , 1.4375rem );
    }
  }
  @supports not (padding-left: clamp( 1rem , 0.8526315789rem  +  0.7368421053vw , 1.4375rem )) {
    .item-benefits {
      padding-left: calc(1rem + 0.4375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-benefits {
    padding-left: 1rem;
  }
}
@media (min-width: 79.375em) {
  .item-benefits {
    padding-right: 1.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 1rem , 0.8526315789rem  +  0.7368421053vw , 1.4375rem )) {
    .item-benefits {
      padding-right: clamp( 1rem , 0.8526315789rem  +  0.7368421053vw , 1.4375rem );
    }
  }
  @supports not (padding-right: clamp( 1rem , 0.8526315789rem  +  0.7368421053vw , 1.4375rem )) {
    .item-benefits {
      padding-right: calc(1rem + 0.4375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-benefits {
    padding-right: 1rem;
  }
}
.item-benefits__icon {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  background: #f9f9f9;
  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 (min-width: 79.375em) {
  .item-benefits__icon:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.875rem , 0.6644736842rem  +  1.0526315789vw , 1.5rem )) {
    .item-benefits__icon:not(:last-child) {
      margin-bottom: clamp( 0.875rem , 0.6644736842rem  +  1.0526315789vw , 1.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.875rem , 0.6644736842rem  +  1.0526315789vw , 1.5rem )) {
    .item-benefits__icon:not(:last-child) {
      margin-bottom: calc(0.875rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-benefits__icon:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 79.375em) {
  .item-benefits__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.375rem , 0.0802631579rem  +  1.4736842105vw , 1.25rem )) {
    .item-benefits__title:not(:last-child) {
      margin-bottom: clamp( 0.375rem , 0.0802631579rem  +  1.4736842105vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.375rem , 0.0802631579rem  +  1.4736842105vw , 1.25rem )) {
    .item-benefits__title:not(:last-child) {
      margin-bottom: calc(0.375rem + 0.875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-benefits__title:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.item-benefits__text > *:not(:last-child) {
  margin-bottom: 0.3125rem;
}

@media (min-width: 79.375em) {
  .product {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .product {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .product {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .product {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .product__container:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .product__container:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .product__container:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .product__container:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.product__label {
  text-align: center;
}
@media (min-width: 79.375em) {
  .product__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .product__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .product__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .product__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.product__title {
  text-align: center;
}
@media (min-width: 79.375em) {
  .product__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .product__title:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .product__title:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .product__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.product__text {
  max-width: 41rem;
  margin: 0 auto;
  text-align: center;
}
.product__swiper {
  width: 100vw;
  height: 100%;
}
.product__wrapper {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__slide {
  position: relative;
  width: calc((100% - 29px) / 4);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 62.5em) {
  .product__slide {
    width: calc((100% - 15px) / 3);
  }
}
@media (max-width: 23.4375em) {
  .product__slide {
    width: calc((100% - 15px) / 2);
  }
}
.product__slide span {
  display: block;
}

.slide-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-product__image {
  overflow: hidden;
  width: 100%;
  height: 22.8125rem;
}
@media (max-width: 30em) {
  .slide-product__image {
    height: 12.125rem;
  }
}
@media (any-hover: hover) {
  .slide-product__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 79.375em) {
  .slide-product__image:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .slide-product__image:not(:last-child) {
      margin-bottom: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .slide-product__image:not(:last-child) {
      margin-bottom: calc(0.875rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-product__image:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
.slide-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -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) {
  .slide-product__link-title:hover .slide-product__title {
    color: #6d6d6e;
  }
}
.slide-product__label {
  color: #afadb5;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .slide-product__label {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .slide-product__label {
      font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .slide-product__label {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-product__label {
    font-size: 0.75rem;
  }
}
@media (min-width: 79.375em) {
  .slide-product__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.375rem , 0.2065789474rem  +  0.8421052632vw , 0.875rem )) {
    .slide-product__label:not(:last-child) {
      margin-bottom: clamp( 0.375rem , 0.2065789474rem  +  0.8421052632vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.375rem , 0.2065789474rem  +  0.8421052632vw , 0.875rem )) {
    .slide-product__label:not(:last-child) {
      margin-bottom: calc(0.375rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-product__label:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.slide-product__text {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .slide-product__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .slide-product__text {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .slide-product__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-product__text {
    font-size: 0.875rem;
  }
}
.slide-product__title {
  color: #151411;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.26px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 79.375em) {
  .slide-product__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .slide-product__title {
      font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .slide-product__title {
      font-size: calc(1rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-product__title {
    font-size: 1rem;
  }
}
.slide-product__title:not(:last-child) {
  margin-bottom: 0.375rem;
}
.slide-product__price {
  color: #151411;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .slide-product__price {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .slide-product__price {
      font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .slide-product__price {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-product__price {
    font-size: 1rem;
  }
}

.button-next {
  border-radius: 50px;
  background: rgba(21, 20, 17, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.375rem;
  width: 52px;
  height: 52px;
  padding: 10px;
}
.button-next img {
  width: 24px;
  height: 24px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 43.75em) {
  .button-next {
    display: none;
  }
}
@media (any-hover: hover) {
  .button-next:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.button-prev {
  border-radius: 50px;
  background: rgba(21, 20, 17, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.375rem;
  width: 52px;
  height: 52px;
  padding: 10px;
}
.button-prev img {
  width: 1.5rem;
  height: 1.5rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 43.75em) {
  .button-prev {
    display: none;
  }
}
@media (any-hover: hover) {
  .button-prev:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (min-width: 79.375em) {
  .our-product {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .our-product {
      padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .our-product {
      padding-top: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .our-product {
    padding-top: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .our-product {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .our-product {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .our-product {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .our-product {
    padding-bottom: 3.125rem;
  }
}
.our-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3.125rem;
}
@media (max-width: 63.4375em) {
  .our-product__container {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.our-product__left-wrap {
  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(50% - 3.125rem);
          flex: 1 1 calc(50% - 3.125rem);
}
@media (max-width: 63.4375em) {
  .our-product__left-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (min-width: 79.375em) {
  .our-product__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .our-product__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .our-product__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .our-product__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 79.375em) {
  .our-product__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1rem , 0.2842105263rem  +  3.5789473684vw , 3.125rem )) {
    .our-product__title:not(:last-child) {
      margin-bottom: clamp( 1rem , 0.2842105263rem  +  3.5789473684vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1rem , 0.2842105263rem  +  3.5789473684vw , 3.125rem )) {
    .our-product__title:not(:last-child) {
      margin-bottom: calc(1rem + 2.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .our-product__title:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 79.375em) {
  .our-product__text:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .our-product__text:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .our-product__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .our-product__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.our-product__button, .cta__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.9375rem 2.1875rem;
  color: #fff;
  text-align: center;
  background-color: #518581;
  font-weight: 700;
  line-height: 130%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 79.375em) {
  .our-product__button, .cta__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .our-product__button, .cta__button {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .our-product__button, .cta__button {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .our-product__button, .cta__button {
    font-size: 0.875rem;
  }
}
@media (max-width: 30em) {
  .our-product__button, .cta__button {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .our-product__button:hover, .cta__button:hover {
    background-color: #426966;
  }
}
@media (min-width: 79.375em) {
  .our-product__button:not(:last-child), .cta__button:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .our-product__button:not(:last-child), .cta__button:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .our-product__button:not(:last-child), .cta__button:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .our-product__button:not(:last-child), .cta__button:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.our-product__right-wrap {
  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(50% - 3.125rem);
          flex: 1 1 calc(50% - 3.125rem);
}
@media (max-width: 63.4375em) {
  .our-product__right-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.our-product__left-img {
  max-width: 37.1875rem;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.our-product__left-img.visible {
  opacity: 1;
}
@media (max-width: 63.4375em) {
  .our-product__left-img {
    max-width: 100%;
  }
}
@media (max-width: 23.4375em) {
  .our-product__left-img {
    height: 12.5rem;
  }
}
.our-product__left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-product__right-img {
  max-width: 37.1875rem;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.our-product__right-img.visible {
  opacity: 1;
}
@media (max-width: 63.4375em) {
  .our-product__right-img {
    max-width: 100%;
  }
}
@media (max-width: 23.4375em) {
  .our-product__right-img {
    height: 12.5rem;
  }
}
.our-product__right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.counter {
  justify-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 79.375em) {
  .counter {
    gap: 3.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , 0.4643854749rem  +  3.3519553073vw , 3.125rem )) {
    .counter {
      gap: clamp( 1.25rem , 0.4643854749rem  +  3.3519553073vw , 3.125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.4643854749rem  +  3.3519553073vw , 3.125rem )) {
    .counter {
      gap: calc(1.25rem + 1.875 * (100vw - 23.4375rem) / 55.9375);
    }
  }
}
@media (max-width: 23.4375em) {
  .counter {
    gap: 1.25rem;
  }
}
@media (min-width: 79.375em) {
  .counter:not(:last-child) {
    margin-bottom: 3.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 3.125rem , 2.9776315789rem  +  0.7368421053vw , 3.5625rem )) {
    .counter:not(:last-child) {
      margin-bottom: clamp( 3.125rem , 2.9776315789rem  +  0.7368421053vw , 3.5625rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.9776315789rem  +  0.7368421053vw , 3.5625rem )) {
    .counter:not(:last-child) {
      margin-bottom: calc(3.125rem + 0.4375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .counter:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 63.4375em) {
  .counter {
    justify-self: baseline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.item-counter__number {
  color: #151411;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0.25rem;
}
@media (min-width: 79.375em) {
  .item-counter__number {
    font-size: 2.75rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1.375rem , 0.7988826816rem  +  2.4581005587vw , 2.75rem )) {
    .item-counter__number {
      font-size: clamp( 1.375rem , 0.7988826816rem  +  2.4581005587vw , 2.75rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 0.7988826816rem  +  2.4581005587vw , 2.75rem )) {
    .item-counter__number {
      font-size: calc(1.375rem + 1.375 * (100vw - 23.4375rem) / 55.9375);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-counter__number {
    font-size: 1.375rem;
  }
}
.item-counter__text {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
  text-wrap: nowrap;
}
@media (min-width: 79.375em) {
  .item-counter__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.592877095rem  +  0.6703910615vw , 1.125rem )) {
    .item-counter__text {
      font-size: clamp( 0.75rem , 0.592877095rem  +  0.6703910615vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.592877095rem  +  0.6703910615vw , 1.125rem )) {
    .item-counter__text {
      font-size: calc(0.75rem + 0.375 * (100vw - 23.4375rem) / 55.9375);
    }
  }
}
@media (max-width: 23.4375em) {
  .item-counter__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 23.375em) {
  .item-counter__text {
    text-wrap: wrap;
  }
}

@media (min-width: 79.375em) {
  .testimonials {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .testimonials {
      padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .testimonials {
      padding-top: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .testimonials {
    padding-top: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .testimonials {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .testimonials {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .testimonials {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .testimonials {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .testimonials__container:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .testimonials__container:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .testimonials__container:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .testimonials__container:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.testimonials__label {
  text-align: center;
}
@media (min-width: 79.375em) {
  .testimonials__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .testimonials__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .testimonials__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .testimonials__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.testimonials__title {
  text-align: center;
}
@media (min-width: 79.375em) {
  .testimonials__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .testimonials__title:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .testimonials__title:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .testimonials__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.testimonials__text {
  max-width: 41rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 79.375em) {
  .testimonials__text:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .testimonials__text:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .testimonials__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .testimonials__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.testimonials__swiper {
  overflow: hidden;
  width: 100%;
}
.testimonials__slide {
  width: calc((100% - 30px) / 4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-testimonials {
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px 0px rgba(175, 173, 181, 0.1);
          box-shadow: 0px 4px 100px 0px rgba(175, 173, 181, 0.1);
}
@media (min-width: 79.375em) {
  .slide-testimonials {
    padding-top: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem )) {
    .slide-testimonials {
      padding-top: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem );
    }
  }
  @supports not (padding-top: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem )) {
    .slide-testimonials {
      padding-top: calc(1.125rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-testimonials {
    padding-top: 1.125rem;
  }
}
@media (min-width: 79.375em) {
  .slide-testimonials {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .slide-testimonials {
      padding-bottom: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .slide-testimonials {
      padding-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-testimonials {
    padding-bottom: 1rem;
  }
}
@media (min-width: 79.375em) {
  .slide-testimonials {
    padding-left: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-left: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .slide-testimonials {
      padding-left: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem );
    }
  }
  @supports not (padding-left: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .slide-testimonials {
      padding-left: calc(1rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-testimonials {
    padding-left: 1rem;
  }
}
@media (min-width: 79.375em) {
  .slide-testimonials {
    padding-right: 2.375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-right: clamp( 1.4375rem , 1.1217105263rem  +  1.5789473684vw , 2.375rem )) {
    .slide-testimonials {
      padding-right: clamp( 1.4375rem , 1.1217105263rem  +  1.5789473684vw , 2.375rem );
    }
  }
  @supports not (padding-right: clamp( 1.4375rem , 1.1217105263rem  +  1.5789473684vw , 2.375rem )) {
    .slide-testimonials {
      padding-right: calc(1.4375rem + 0.9375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-testimonials {
    padding-right: 1.4375rem;
  }
}
.slide-testimonials__text {
  color: #afadb5;
  font-family: "Eudoxus Sans";
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .slide-testimonials__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .slide-testimonials__text {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .slide-testimonials__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-testimonials__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 79.375em) {
  .slide-testimonials__text:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem )) {
    .slide-testimonials__text:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.9565789474rem  +  0.8421052632vw , 1.625rem )) {
    .slide-testimonials__text:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .slide-testimonials__text:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.slide-testimonials__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  border-radius: 50%;
}
@media (min-width: 79.375em) {
  .user {
    width: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 1.75rem , 1.2868421053rem  +  2.3157894737vw , 3.125rem )) {
    .user {
      width: clamp( 1.75rem , 1.2868421053rem  +  2.3157894737vw , 3.125rem );
    }
  }
  @supports not (width: clamp( 1.75rem , 1.2868421053rem  +  2.3157894737vw , 3.125rem )) {
    .user {
      width: calc(1.75rem + 1.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .user {
    width: 1.75rem;
  }
}
@media (min-width: 79.375em) {
  .user {
    height: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 1.75rem , 1.2868421053rem  +  2.3157894737vw , 3.125rem )) {
    .user {
      height: clamp( 1.75rem , 1.2868421053rem  +  2.3157894737vw , 3.125rem );
    }
  }
  @supports not (height: clamp( 1.75rem , 1.2868421053rem  +  2.3157894737vw , 3.125rem )) {
    .user {
      height: calc(1.75rem + 1.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .user {
    height: 1.75rem;
  }
}
.user__name {
  color: #151411;
  font-weight: 700;
  line-height: 130%;
  text-wrap: nowrap;
}
@media (min-width: 79.375em) {
  .user__name {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem )) {
    .user__name {
      font-size: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem )) {
    .user__name {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .user__name {
    font-size: 0.875rem;
  }
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.rating__img {
  width: 1.5rem;
  height: 1.5rem;
}
.rating__value {
  color: #151411;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 79.375em) {
  .article {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .article {
      padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .article {
      padding-top: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article {
    padding-top: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .article {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .article {
      padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .article {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article {
    padding-bottom: 3.125rem;
  }
}
.article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 79.375em) {
  .article__container {
    gap: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 0.9375rem , 0.2006578947rem  +  3.6842105263vw , 3.125rem )) {
    .article__container {
      gap: clamp( 0.9375rem , 0.2006578947rem  +  3.6842105263vw , 3.125rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.2006578947rem  +  3.6842105263vw , 3.125rem )) {
    .article__container {
      gap: calc(0.9375rem + 2.1875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article__container {
    gap: 0.9375rem;
  }
}
@media (max-width: 59.375em) {
  .article__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.article__left-side {
  padding-bottom: 3.0625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}
@media (max-width: 59.375em) {
  .article__left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.article__right-side {
  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: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (min-width: 79.375em) {
  .article__right-side {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .article__right-side {
      gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0394736842rem  +  1.0526315789vw , 1.875rem )) {
    .article__right-side {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article__right-side {
    gap: 1.25rem;
  }
}
@media (max-width: 59.375em) {
  .article__right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 79.375em) {
  .article__label:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .article__label:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3736842105rem  +  0.6315789474vw , 0.875rem )) {
    .article__label:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 79.375em) {
  .article__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .article__title:not(:last-child) {
      margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.8723684211rem  +  1.2631578947vw , 1.875rem )) {
    .article__title:not(:last-child) {
      margin-bottom: calc(1.125rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article__title:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 79.375em) {
  .article__text:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .article__text:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4539473684rem  +  2.1052631579vw , 3.125rem )) {
    .article__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.article__slider {
  position: relative;
}
@media (min-width: 79.375em) {
  .article__slider {
    min-height: 35.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (min-height: clamp( 12.5rem , 4.8157894737rem  +  38.4210526316vw , 35.3125rem )) {
    .article__slider {
      min-height: clamp( 12.5rem , 4.8157894737rem  +  38.4210526316vw , 35.3125rem );
    }
  }
  @supports not (min-height: clamp( 12.5rem , 4.8157894737rem  +  38.4210526316vw , 35.3125rem )) {
    .article__slider {
      min-height: calc(12.5rem + 22.8125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article__slider {
    min-height: 12.5rem;
  }
}
.article__slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.1;
  pointer-events: none;
}
.article__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -2.1875rem;
  right: 0;
  z-index: 2;
}
@media (max-width: 34.375em) {
  .article__buttons {
    display: none;
  }
}
.article svg {
  width: 1.75rem;
  height: 1.75rem;
}
.article svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.article__btn {
  padding: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 90px 0px rgba(175, 173, 181, 0.2);
          box-shadow: 0px 4px 90px 0px rgba(175, 173, 181, 0.2);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.article__btn--prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article__btn:hover svg path {
  stroke: #ffffff;
}
.article__btn:hover {
  background-color: #518581;
}
.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 79.375em) {
  .article__info {
    gap: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .article__info {
      gap: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.6223684211rem  +  1.2631578947vw , 1.625rem )) {
    .article__info {
      gap: calc(0.875rem + 0.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .article__info {
    gap: 0.875rem;
  }
}
.article__info.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.item-article {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.625rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.item-article.active {
  opacity: 1;
  z-index: 1;
}
.item-article img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-article__content {
  z-index: 1;
}
.item-article__category, .info-article__category {
  color: #fff;
  font-weight: 500;
  line-height: 180%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 79.375em) {
  .item-article__category, .info-article__category {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-article__category, .info-article__category {
      font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-article__category, .info-article__category {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-article__category, .info-article__category {
    font-size: 0.75rem;
  }
}
@media (min-width: 79.375em) {
  .item-article__category:not(:last-child), .info-article__category:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.375rem , 0.2907894737rem  +  0.4210526316vw , 0.625rem )) {
    .item-article__category:not(:last-child), .info-article__category:not(:last-child) {
      margin-bottom: clamp( 0.375rem , 0.2907894737rem  +  0.4210526316vw , 0.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.375rem , 0.2907894737rem  +  0.4210526316vw , 0.625rem )) {
    .item-article__category:not(:last-child), .info-article__category:not(:last-child) {
      margin-bottom: calc(0.375rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-article__category:not(:last-child), .info-article__category:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
.item-article__title {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.26px;
  margin-bottom: 0.375rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 79.375em) {
  .item-article__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .item-article__title {
      font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.7894736842rem  +  1.0526315789vw , 1.625rem )) {
    .item-article__title {
      font-size: calc(1rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-article__title {
    font-size: 1rem;
  }
}
.item-article__text {
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  line-height: 180%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 79.375em) {
  .item-article__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-article__text {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-article__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-article__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 79.375em) {
  .item-article__text:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .item-article__text:not(:last-child) {
      margin-bottom: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .item-article__text:not(:last-child) {
      margin-bottom: calc(0.75rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-article__text:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.item-article__link {
  color: #fff;
  font-weight: 500;
  line-height: 180%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 79.375em) {
  .item-article__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-article__link {
      font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6236842105rem  +  0.6315789474vw , 1.125rem )) {
    .item-article__link {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-article__link {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .item-article__link:hover {
    color: #c0bfbe;
  }
}

.info-article__image {
  overflow: hidden;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 79.375em) {
  .info-article__image {
    width: 16.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 6.875rem , 3.7171052632rem  +  15.7894736842vw , 16.25rem )) {
    .info-article__image {
      width: clamp( 6.875rem , 3.7171052632rem  +  15.7894736842vw , 16.25rem );
    }
  }
  @supports not (width: clamp( 6.875rem , 3.7171052632rem  +  15.7894736842vw , 16.25rem )) {
    .info-article__image {
      width: calc(6.875rem + 9.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__image {
    width: 6.875rem;
  }
}
@media (any-hover: hover) {
  .info-article__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 79.375em) {
  .info-article__image--topics {
    width: 13.125rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 79.375em) {
  @supports (width: clamp( 6.875rem , 4.2562849162rem  +  11.1731843575vw , 13.125rem )) {
    .info-article__image--topics {
      width: clamp( 6.875rem , 4.2562849162rem  +  11.1731843575vw , 13.125rem );
    }
  }
  @supports not (width: clamp( 6.875rem , 4.2562849162rem  +  11.1731843575vw , 13.125rem )) {
    .info-article__image--topics {
      width: calc(6.875rem + 6.25 * (100vw - 23.4375rem) / 55.9375);
    }
  }
}
@media (max-width: 23.4375em) {
  .info-article__image--topics {
    width: 6.875rem;
  }
}
.info-article__image--article {
  width: 100%;
}
.info-article__image img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-article__content time {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .info-article__content time {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .info-article__content time {
      font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .info-article__content time {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__content time {
    font-size: 0.75rem;
  }
}
.info-article__category {
  text-shadow: none;
  color: #afadb5;
}
@media (min-width: 79.375em) {
  .info-article__category:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.25rem , -0.1078947368rem  +  1.7894736842vw , 1.3125rem )) {
    .info-article__category:not(:last-child) {
      margin-bottom: clamp( 0.25rem , -0.1078947368rem  +  1.7894736842vw , 1.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.25rem , -0.1078947368rem  +  1.7894736842vw , 1.3125rem )) {
    .info-article__category:not(:last-child) {
      margin-bottom: calc(0.25rem + 1.0625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__category:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}
.info-article__title {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .info-article__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .info-article__title {
      font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8315789474rem  +  0.8421052632vw , 1.5rem )) {
    .info-article__title {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__title {
    font-size: 1rem;
  }
}
.info-article__title h3 {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .info-article__title:hover h3 {
    color: #6d6d6e;
  }
}
@media (min-width: 79.375em) {
  .info-article__title:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.3934210526rem  +  1.1578947368vw , 1.3125rem )) {
    .info-article__title:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.3934210526rem  +  1.1578947368vw , 1.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.3934210526rem  +  1.1578947368vw , 1.3125rem )) {
    .info-article__title:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.6875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.info-article__title--article {
  max-width: 50.1875rem;
}
.info-article__text {
  color: #afadb5;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .info-article__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.9578947368rem  +  0.2105263158vw , 1.125rem )) {
    .info-article__text {
      font-size: clamp( 1rem , 0.9578947368rem  +  0.2105263158vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9578947368rem  +  0.2105263158vw , 1.125rem )) {
    .info-article__text {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__text {
    font-size: 1rem;
  }
}
@media (min-width: 79.375em) {
  .info-article__text:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.5rem , 0.3315789474rem  +  0.8421052632vw , 1rem )) {
    .info-article__text:not(:last-child) {
      margin-bottom: clamp( 0.5rem , 0.3315789474rem  +  0.8421052632vw , 1rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.5rem , 0.3315789474rem  +  0.8421052632vw , 1rem )) {
    .info-article__text:not(:last-child) {
      margin-bottom: calc(0.5rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__text:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.info-article__text--topics {
  max-width: 62.75rem;
}
@media (max-width: 31.25em) {
  .info-article__text {
    display: none;
  }
}
.info-article__data {
  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;
}
@media (min-width: 79.375em) {
  .info-article__data {
    gap: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 0.9375rem , 0.7480263158rem  +  0.9473684211vw , 1.5rem )) {
    .info-article__data {
      gap: clamp( 0.9375rem , 0.7480263158rem  +  0.9473684211vw , 1.5rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.7480263158rem  +  0.9473684211vw , 1.5rem )) {
    .info-article__data {
      gap: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .info-article__data {
    gap: 0.9375rem;
  }
}
.info-article__data time {
  text-wrap: nowrap;
}
@media (max-width: 28.125em) {
  .info-article__data time {
    display: none;
  }
}
.info-article__data--article {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 79.375em) {
  .author {
    gap: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 0.375rem , 0.2907894737rem  +  0.4210526316vw , 0.625rem )) {
    .author {
      gap: clamp( 0.375rem , 0.2907894737rem  +  0.4210526316vw , 0.625rem );
    }
  }
  @supports not (gap: clamp( 0.375rem , 0.2907894737rem  +  0.4210526316vw , 0.625rem )) {
    .author {
      gap: calc(0.375rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .author {
    gap: 0.375rem;
  }
}
.author__image {
  width: 1.75rem;
  height: 1.75rem;
}
.author__name {
  color: #151411;
  font-weight: 700;
  line-height: 130%;
  text-wrap: nowrap;
}
@media (min-width: 79.375em) {
  .author__name {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .author__name {
      font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.7078947368rem  +  0.2105263158vw , 0.875rem )) {
    .author__name {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .author__name {
    font-size: 0.75rem;
  }
}

@media (min-width: 79.375em) {
  .cta {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .cta {
      padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.2828947368rem  +  4.2105263158vw , 5.625rem )) {
    .cta {
      padding-top: calc(3.125rem + 2.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .cta {
    padding-top: 3.125rem;
  }
}
@media (min-width: 79.375em) {
  .cta {
    padding-bottom: 5.375rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.3671052632rem  +  3.7894736842vw , 5.375rem )) {
    .cta {
      padding-bottom: clamp( 3.125rem , 2.3671052632rem  +  3.7894736842vw , 5.375rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.3671052632rem  +  3.7894736842vw , 5.375rem )) {
    .cta {
      padding-bottom: calc(3.125rem + 2.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .cta {
    padding-bottom: 3.125rem;
  }
}
.cta__container {
  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;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta__title {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 79.375em) {
  .cta__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1.5rem , 1.0789473684rem  +  2.1052631579vw , 2.75rem )) {
    .cta__title {
      font-size: clamp( 1.5rem , 1.0789473684rem  +  2.1052631579vw , 2.75rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.0789473684rem  +  2.1052631579vw , 2.75rem )) {
    .cta__title {
      font-size: calc(1.5rem + 1.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .cta__title {
    font-size: 1.5rem;
  }
}
.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
@media (min-width: 79.375em) {
  .cta__button {
    gap: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 0.625rem , 0.4565789474rem  +  0.8421052632vw , 1.125rem )) {
    .cta__button {
      gap: clamp( 0.625rem , 0.4565789474rem  +  0.8421052632vw , 1.125rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.4565789474rem  +  0.8421052632vw , 1.125rem )) {
    .cta__button {
      gap: calc(0.625rem + 0.5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .cta__button {
    gap: 0.625rem;
  }
}

.cta__title.typing {
  -webkit-animation: typing 3s steps(30) 1s forwards, blink 0.75s step-end infinite;
          animation: typing 3s steps(30) 1s forwards, blink 0.75s step-end infinite;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@media (min-width: 79.375em) {
  .footer {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-bottom: clamp( 1.5rem , 0.1526315789rem  +  6.7368421053vw , 5.5rem )) {
    .footer {
      padding-bottom: clamp( 1.5rem , 0.1526315789rem  +  6.7368421053vw , 5.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.5rem , 0.1526315789rem  +  6.7368421053vw , 5.5rem )) {
    .footer {
      padding-bottom: calc(1.5rem + 4 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer {
    padding-bottom: 1.5rem;
  }
}
.footer__container {
  border-top: 0.0625rem solid #ece4de;
  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;
  gap: 1.875rem;
}
@media (min-width: 79.375em) {
  .footer__container {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (padding-top: clamp( 1.25rem , -0.0131578947rem  +  6.3157894737vw , 5rem )) {
    .footer__container {
      padding-top: clamp( 1.25rem , -0.0131578947rem  +  6.3157894737vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.0131578947rem  +  6.3157894737vw , 5rem )) {
    .footer__container {
      padding-top: calc(1.25rem + 3.75 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__container {
    padding-top: 1.25rem;
  }
}
@media (max-width: 37.5em) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.footer__wrap {
  max-width: 31.5625rem;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (min-width: 79.375em) {
  .footer__logo:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.9131578947rem  +  1.6842105263vw , 2.25rem )) {
    .footer__logo:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.9131578947rem  +  1.6842105263vw , 2.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.9131578947rem  +  1.6842105263vw , 2.25rem )) {
    .footer__logo:not(:last-child) {
      margin-bottom: calc(1.25rem + 1 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__logo:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 79.375em) {
  .footer__logo svg {
    width: 4.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 3.5625rem , 3.1625rem  +  2vw , 4.75rem )) {
    .footer__logo svg {
      width: clamp( 3.5625rem , 3.1625rem  +  2vw , 4.75rem );
    }
  }
  @supports not (width: clamp( 3.5625rem , 3.1625rem  +  2vw , 4.75rem )) {
    .footer__logo svg {
      width: calc(3.5625rem + 1.1875 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__logo svg {
    width: 3.5625rem;
  }
}
@media (min-width: 79.375em) {
  .footer__logo img {
    width: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (width: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .footer__logo img {
      width: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem );
    }
  }
  @supports not (width: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .footer__logo img {
      width: calc(2rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__logo img {
    width: 2rem;
  }
}
@media (min-width: 79.375em) {
  .footer__logo img {
    height: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (height: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .footer__logo img {
      height: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem );
    }
  }
  @supports not (height: clamp( 2rem , 1.7894736842rem  +  1.0526315789vw , 2.625rem )) {
    .footer__logo img {
      height: calc(2rem + 0.625 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__logo img {
    height: 2rem;
  }
}
.footer__text {
  color: #151411;
  font-weight: 500;
  line-height: 180%;
}
@media (min-width: 79.375em) {
  .footer__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .footer__text {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .footer__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__text {
    font-size: 0.875rem;
  }
}
.footer__links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 79.375em) {
  .footer__links-wrap {
    gap: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (gap: clamp( 1.25rem , -0.4342105263rem  +  8.4210526316vw , 6.25rem )) {
    .footer__links-wrap {
      gap: clamp( 1.25rem , -0.4342105263rem  +  8.4210526316vw , 6.25rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , -0.4342105263rem  +  8.4210526316vw , 6.25rem )) {
    .footer__links-wrap {
      gap: calc(1.25rem + 5 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .footer__links-wrap {
    gap: 1.25rem;
  }
}

.item-footer__title {
  color: #151411;
  font-weight: 700;
  line-height: 130%;
  text-wrap: nowrap;
}
@media (min-width: 79.375em) {
  .item-footer__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem )) {
    .item-footer__title {
      font-size: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9157894737rem  +  0.4210526316vw , 1.25rem )) {
    .item-footer__title {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-footer__title {
    font-size: 1rem;
  }
}
@media (min-width: 79.375em) {
  .item-footer__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem )) {
    .item-footer__title:not(:last-child) {
      margin-bottom: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.875rem , 0.7486842105rem  +  0.6315789474vw , 1.25rem )) {
    .item-footer__title:not(:last-child) {
      margin-bottom: calc(0.875rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-footer__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 79.375em) {
  .item-footer__list > *:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (margin-bottom: clamp( 0.375rem , 0.2486842105rem  +  0.6315789474vw , 0.75rem )) {
    .item-footer__list > *:not(:last-child) {
      margin-bottom: clamp( 0.375rem , 0.2486842105rem  +  0.6315789474vw , 0.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.375rem , 0.2486842105rem  +  0.6315789474vw , 0.75rem )) {
    .item-footer__list > *:not(:last-child) {
      margin-bottom: calc(0.375rem + 0.375 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-footer__list > *:not(:last-child) {
    margin-bottom: 0.375rem;
  }
}
@media (any-hover: hover) {
  .item-footer__item:hover .item-footer__link {
    color: #afadb5;
  }
}
.item-footer__link {
  color: #151411;
  font-weight: 500;
  line-height: 180%;
  text-wrap: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 79.375em) {
  .item-footer__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 79.375em) {
  @supports (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-footer__link {
      font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7907894737rem  +  0.4210526316vw , 1.125rem )) {
    .item-footer__link {
      font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 59.375);
    }
  }
}
@media (max-width: 20em) {
  .item-footer__link {
    font-size: 0.875rem;
  }
}