/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --ff-1: 'Montserrat', system-ui;
  --content-width: 1140px;
  --container-offset: clamp(0.75rem, 0.0357142857rem + 3.5714285714vw, 1.75rem);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --col-white: #fff;
  --col-white-05: rgba(255, 255, 255, 0.5);
  --col-black: #000;
  --col-black-025: rgba(0, 0, 0, 0.25);
  --col-black-04: rgba(0, 0, 0, 0.4);
  --col-black-085: rgba(0, 0, 0, 0.85);
  --col-dark-1: #292929;
  --col-dark-1-09: rgba(41, 41, 41, 0.9);
  --col-grey-light-1: #f6f6f6;
  --col-grey-light-2: #c0c0c0;
  --col-grey-light-3: #d9d9d9;
  --col-grey-light-4: #d4d4d4;
  --col-grey-dark-1: #949494;
  --col-grey-dark-2: #504f4f;
  --col-grey-1: #8d8d8d;
  --anim-normal: 0.35s ease-in-out;
  --anim-long: 0.45s ease-in-out;
}

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.input-reset,
.select-reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration,
.select-reset::-webkit-search-decoration,
.select-reset::-webkit-search-cancel-button,
.select-reset::-webkit-search-results-button,
.select-reset::-webkit-search-results-decoration {
  display: none;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.page {
  height: 100%;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
.page.with-fancybox {
  scrollbar-gutter: auto;
}
.page.with-fancybox .scroller__inner {
  animation-play-state: paused;
}
.page.modal-opem {
  overflow: hidden;
}
.page__body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  overflow: auto;
  font-family: var(--ff-1, sans-serif);
  background-color: var(--col-grey-light-1);
  -webkit-text-size-adjust: 100%;
}
.page__body.modal-open {
  overflow: hidden;
}

.main {
  flex-grow: 1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

#confettiCanvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 90;
}

.fancybox__slide.has-html5video {
  cursor: default;
}

.f-thumbs,
.f-thumbs__viewport,
.f-thumbs__track {
  display: none !important;
}

@media (width <= 767.98px) {
  .fancybox__container {
    --f-arrow-pos: 6px;
  }
}
.iti {
  width: 100%;
}

.iti__search-input {
  height: 40px;
}

.iti__selected-country-primary {
  padding: 0 10px;
  border-radius: 12px 0 0 12px;
  transition: background-color var(--anim-normal);
}

.iti__selected-dial-code {
  font-family: var(--ff-1);
  font-weight: 400;
  font-size: clamp(0.8125rem, -0.6875rem + 7.5vw, 1rem);
}

.scroll-lock {
  overflow: hidden !important;
}

.disable-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  overscroll-behavior: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

.section-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.625rem);
  line-height: 1.17;
  color: var(--col-dark-1);
}
.section-title--white {
  color: var(--col-white);
}

@keyframes heroContentReveal {
  0% {
    opacity: 0;
    transform: translate(-500px, 0);
    filter: blur(12px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
@keyframes heroVideoReveal {
  0% {
    opacity: 0;
    transform: translate(0, 300px) scale(0.965);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.7)) blur(12px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.7)) blur(0);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrollAnimation {
  to {
    transform: translateX(calc(-50% - var(--translateDistance)));
  }
}
@keyframes bgCrawl {
  0% {
    transform: rotate(0deg) scale(1);
  }
  12% {
    transform: rotate(18deg) scale(1.6);
  }
  27% {
    transform: rotate(32deg) scale(2.25);
  }
  41% {
    transform: rotate(6deg) scale(1.3);
  }
  55% {
    transform: rotate(-14deg) scale(1.7);
  }
  68% {
    transform: rotate(-28deg) scale(2.05);
  }
  82% {
    transform: rotate(-6deg) scale(1.25);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes downloadLink {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes sheen {
  0% {
    transform: translateX(-55%) rotate(10deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateX(55%) rotate(10deg);
    opacity: 0;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modal.is-open {
  display: block;
}
.modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 220ms ease;
}
.modal__wrap {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 575.98px) {
  .modal__wrap {
    align-items: flex-start;
    padding: 0;
  }
}
.modal__dialog {
  position: relative;
  width: 100%;
  max-width: var(--content-width);
  background: transparent;
  border-radius: 16px;
  outline: none;
  transform: translateY(-100px) scale(0.98);
  opacity: 0;
  transition:
    transform var(--anim-normal),
    opacity 0.25s ease;
  box-shadow: 0 2px 18px rgba(255, 255, 255, 0.3);
}
.modal__dialog--sm {
  max-width: 500px;
}
@media (width <= 575.98px) {
  .modal__dialog {
    border-radius: 0;
  }
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.04);
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 9.24532L0.754699 0L0 0.754718L9.2453 10L6.51445e-05 19.2453L0.754829 20L10 10.7548L19.2452 20L19.9999 19.2453L10.7547 10L20 0.754718L19.2453 0L10 9.24532Z" fill="%23292929"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color var(--anim-normal);
}
@media (any-hover: hover) {
  .modal__close:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.modal.is-visible .modal__backdrop {
  opacity: 1;
}
.modal.is-visible .modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__label {
  position: relative;
}
.form__input {
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid var(--col-grey-light-3);
  font-weight: 400;
  font-size: clamp(0.8125rem, -0.6875rem + 7.5vw, 1rem);
  color: var(--col-dark-1);
  background-color: var(--col-white);
  transition: border-color var(--anim-normal);
}
.form__input::placeholder {
  font-family: var(--ff-1);
  font-weight: 400;
  font-size: clamp(0.8125rem, -0.6875rem + 7.5vw, 1rem);
  color: var(--col-grey-light-2);
}
.form__input:focus-visible {
  outline: none;
}
.form__input:focus {
  border-color: #898989;
}
.form__input.is-error {
  border-color: #c38080;
  background-color: #fffcfc;
}
.form__input.is-valid {
  border-color: #107010;
  background-color: #f8fff8;
}
.form__error {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.is-error {
  border-color: currentColor;
}

.file {
  position: relative;
  cursor: pointer;
}

.file.is-selected:has(.file__input.is-valid) .file__fake {
  color: var(--col-dark-1);
  background-color: #f8fff8;
  border-color: #107010;
}

.file.is-selected:has(.file__input.is-valid) .file__fake::after {
  background-color: rgb(216, 255, 216);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L9.5 17L19 7.5' stroke='%23292929' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.file:has(.file__input.is-error) .file__fake {
  border-color: #c38080;
  background-color: #fffcfc;
}

.file__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.file__fake {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 22px;
  padding-right: 64px;
  width: 100%;
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid var(--col-grey-light-3);
  color: var(--col-grey-light-2);
  background-color: var(--col-white);
  min-width: 0;
  transition: background-color var(--anim-normal);
}
.file__fake::after {
  display: block;
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  translate: 0 -50%;
  height: 48px;
  width: 48px;
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4111_1706" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="26" height="26"><path d="M25.5 25.5V0.5H0.5V25.5H25.5Z" fill="white" stroke="white"/></mask><g mask="url(%23mask0_4111_1706)"><path d="M7.36242 16.6021L10.8574 20.0971C12.0473 21.287 13.9765 21.287 15.1664 20.0971L18.6375 16.6259M12.9881 1.01557L13.0135 20.9895M18.9922 10.9941H21.9375C23.6202 10.9941 24.9844 12.3583 24.9844 14.041V21.9628C24.9844 23.6456 23.6202 25.0097 21.9375 25.0097H4.0625C2.37976 25.0097 1.01562 23.6456 1.01562 21.9628V14.041C1.01562 12.3583 2.37976 10.9941 4.0625 10.9941H7.00781" stroke="%23292929" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--col-grey-light-1);
  border-radius: 16px;
  transition: background-color var(--anim-normal);
}
.file__placeholder {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: clamp(0.8125rem, -0.6875rem + 7.5vw, 1rem);
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px clamp(1.875rem, 1.7857142857rem + 0.4464285714vw, 2rem);
  min-height: 56px;
  border-radius: 12px;
  font-family: var(--ff-1);
  font-weight: 500;
  font-size: clamp(0.875rem, -0.125rem + 5vw, 1rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--ff-1);
  user-select: none;
}
.btn__text-desktop {
  display: inline;
}
@media (width <= 575.98px) {
  .btn__text-desktop {
    display: none;
  }
}
.btn__text-mobile {
  display: none;
}
@media (width <= 575.98px) {
  .btn__text-mobile {
    display: inline;
  }
}
.btn--primary {
  color: var(--col-white);
  background-color: var(--col-dark-1);
  transition: background-color var(--anim-normal);
}
@media (any-hover: hover) {
  .btn--primary:hover {
    background-color: #393939;
  }
}
.btn--white {
  color: var(--col-dark-1);
  background-color: var(--col-white);
  transition: box-shadow var(--anim-normal);
}
@media (any-hover: hover) {
  .btn--white:hover {
    color: var(--col-black);
    box-shadow:
      0 3px 12px rgba(0, 0, 0, 0.16),
      0 0 5px rgba(255, 255, 255, 0.85),
      0 0 24px rgba(255, 255, 255, 0.45);
  }
}
.btn--transparent {
  color: var(--col-white);
  background-color: transparent;
  border: 1px solid var(--col-white);
}
.btn--primary::before,
.btn--transparent::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-25deg);
}
@media (any-hover: hover) {
  .btn--primary:hover::before,
  .btn--transparent:hover::before {
    left: 125%;
    transition: left 1.2s ease;
  }
}

.country {
  position: relative;
  min-width: 116px;
}
.country__btn {
  position: relative;
  padding-right: 15px;
  font-weight: 400;
  font-size: 16px;
  color: var(--col-dark-1);
  transition: color var(--anim-normal);
}
.country__btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 8px;
  height: 4px;
  background-image: url('data:image/svg+xml,<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 0.5L4 3.5L0.5 0.499999" stroke="%23292929" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  transition: rotate var(--anim-normal);
}
.country__btn.is-active::after {
  rotate: -180deg;
}
@media (any-hover: hover) {
  .country__btn:hover {
    color: black;
  }
}
.country__dropdown {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 140%;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition:
    visibility 0s linear 0.3s,
    opacity 0.3s;
  min-width: 150px;
  background-color: var(--col-white);
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.country__dropdown.is-visible {
  opacity: 1;
  visibility: visible;
  transition:
    visibility 0s linear 0s,
    opacity 0.3s;
}
.country__list {
  display: flex;
  flex-direction: column;
}
.country__item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  padding: 13px 0;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: var(--col-dark-1);
  border-radius: 6px;
  transition:
    color var(--anim-normal),
    background-color var(--anim-normal);
}
@media (any-hover: hover) {
  .country__item-content:hover {
    background-color: #efeeee;
  }
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 50px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #292929 0%, #070707 100%);
  transform: translate(30vw, -30vh);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.25s ease;
}
.menu.is-active {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}
.menu.is-hidden {
  display: none;
}
.menu__logo {
  width: clamp(10rem, 8.2954545455rem + 8.5227272727vw, 13.75rem);
  margin-bottom: 60px;
}
.menu__nav {
  margin-bottom: 60px;
}
.menu__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.menu__socials {
  margin-top: auto;
}

.contacts-link-menu {
  font-weight: 500;
  font-size: 17px;
  color: var(--col-white);
}

.socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.socials--contacts {
  gap: 14px;
}
.socials--menu {
  gap: 12px;
}
.socials__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.socials__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--col-white);
  transition: filter var(--anim-normal);
}
.socials__link::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--col-dark-1);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: -1;
  transition: scale var(--anim-normal);
}
.socials__link--contacts {
  z-index: 2;
  width: clamp(2.75rem, 2.4285714286rem + 1.6071428571vw, 3.875rem);
  height: clamp(2.75rem, 2.4285714286rem + 1.6071428571vw, 3.875rem);
}
.socials__link--contacts .socials__icon {
  width: clamp(1.25rem, 1.0714285714rem + 0.8928571429vw, 1.875rem);
  height: auto;
}
.socials__link--menu {
  width: 46px;
  height: 46px;
}
@media (any-hover: hover) {
  .socials__link:hover {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
  }
  .socials__link:hover::after {
    scale: 1.1;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav__list--menu {
  flex-direction: column;
  gap: 35px;
}
.nav__link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  color: var(--col-dark-1);
}
.nav__link::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateX(-103%);
  transition: transform var(--anim-normal);
}
@media (any-hover: hover) {
  .nav__link:hover::before {
    transform: translateX(0);
  }
}
.nav__link--menu {
  color: var(--col-white);
}
.nav__link--menu::before {
  display: none;
}

.burger-button {
  position: relative;
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: var(--col-white);
  border: 1px solid var(--col-dark-1);
  border-radius: 8px;
  cursor: pointer;
  display: none;
}
@media (width <= 1023.98px) {
  .burger-button {
    display: inline-flex;
  }
}
.burger-button.is-active {
  border-color: var(--col-white);
}
.burger-button.is-active .burger-button__line {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.burger-button.is-active .burger-button__line--2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.burger-button:not(.is-active) .burger-button__line--3 {
  stroke-dasharray: 30 207;
  stroke-dashoffset: -30;
}
.burger-button__line {
  fill: none;
  stroke: var(--col-dark-1);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 60 207;
  transition:
    stroke-dasharray 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.burger-button__line--2 {
  stroke-dasharray: 60 60;
}

.btn-to-top {
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: clamp(1.25rem, -7.5892857143rem + 10.7142857143vw, 3.125rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--col-grey-1);
  border: 1px solid var(--col-grey-1);
  border-radius: 12px;
  opacity: 0;
  translate: 0 40px;
  scale: 0.8;
  pointer-events: none;
  transition:
    opacity var(--anim-normal),
    translate var(--anim-normal),
    scale var(--anim-normal),
    color var(--anim-normal),
    border-color var(--anim-normal);
}
.btn-to-top.is-visible {
  opacity: 1;
  translate: 0 0;
  scale: 1;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .btn-to-top:hover {
    color: var(--col-grey-dark-2);
    border-color: var(--col-grey-dark-2);
  }
}

.tabs__tablist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: auto;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs__tablist::-webkit-scrollbar {
  display: none;
}
@media (width <= 1199.98px) {
  .tabs__tablist {
    flex-wrap: nowrap;
  }
  .tabs__tablist::before {
    content: '';
    flex: 0 0 1px;
    height: 1px;
    margin-right: calc(var(--container-offset) - 12px);
  }
  .tabs__tablist::after {
    content: '';
    flex: 0 0 1px;
    height: 1px;
    margin-left: calc(var(--container-offset) - 12px);
  }
}
.tabs__btn {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 19px;
  min-height: 44px;
  border-radius: 30px;
  font-family: var(--ff-1);
  font-weight: 400;
  font-size: 18px;
  color: var(--col-dark-1);
  background-color: var(--col-grey-dark-1);
  border: 1px solid var(--col-grey-dark-1);
  transition:
    color var(--anim-normal),
    background-color var(--anim-normal),
    border-color var(--anim-normal);
}
@media (any-hover: hover) {
  .tabs__btn:hover {
    background-color: var(--col-grey-light-2);
    border-color: var(--col-grey-light-2);
  }
}
.tabs__btn.is-active {
  color: var(--col-white);
  background-color: transparent;
  border-color: var(--col-white);
  pointer-events: none;
}
.tabs-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition:
    opacity var(--anim-normal),
    transform var(--anim-normal),
    visibility 0s linear var(--anim-normal);
}
.tabs-content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity var(--anim-normal),
    transform var(--anim-normal),
    visibility 0s;
}

.scroller {
  overflow: hidden;
  width: 100%;
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}
.scroller__inner {
  --gapOnItems: clamp(0.75rem, 0.6071428571rem + 0.7142857143vw, 1.25rem);
  --translateDistance: calc(var(--gapOnItems) / 2);
  --animationDuration: 40s;
  animation: scrollAnimation var(--animationDuration) infinite linear;
  display: flex;
  align-items: center;
  gap: var(--gapOnItems);
  width: max-content;
}
.scroller__inner:hover {
  animation-play-state: paused;
}
.scroller__link {
  position: relative;
  width: clamp(15rem, 12.9464285714rem + 10.2678571429vw, 22.1875rem);
  aspect-ratio: 355/300;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow var(--anim-normal);
}
@media (width <= 1023.98px) {
  .scroller__link {
    border-radius: 8px;
  }
}
.scroller__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroller__link::before {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--col-black-025);
  opacity: 0;
  transition: opacity var(--anim-normal);
}
.scroller__link::after {
  display: block;
  content: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44Z" fill="white"/><path d="M21 29C25.4182 29 29 25.4182 29 21C29 16.5817 25.4182 13 21 13C16.5817 13 13 16.5817 13 21C13 25.4182 16.5817 29 21 29Z" stroke="%23292929" stroke-linecap="round" stroke-linejoin="round"/><path d="M31.0004 30.9999L26.6504 26.6499" stroke="%23292929" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 18V24" stroke="%23292929" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 21H24" stroke="%23292929" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 0;
  opacity: 0;
  transition:
    scale var(--anim-normal),
    opacity var(--anim-normal);
}
@media (any-hover: hover) {
  .scroller__link:hover {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.1),
      0 6px 16px rgba(255, 255, 255, 0.14),
      0 0 28px rgba(255, 255, 255, 0.16);
  }
  .scroller__link:hover::before {
    opacity: 1;
  }
  .scroller__link:hover::after {
    scale: 1;
    opacity: 1;
  }
}

.slider-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.slider-pagination--products {
  position: absolute;
  left: 50% !important;
  translate: -50% 0 !important;
  bottom: 0px !important;
  z-index: 99;
  width: fit-content !important;
  padding: 6px 6px;
  border-radius: 6px 6px 0 0;
  background-color: var(--col-white);
}
.slider-pagination--products .swiper-pagination-bullet {
  margin: 0 !important;
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--col-grey-light-2) !important;
  transition:
    width 0.5s ease-in-out,
    background-color 0.5s ease-in-out;
  cursor: pointer;
  opacity: 1 !important;
}
@media (any-hover: hover) {
  .slider-pagination--products .swiper-pagination-bullet:hover {
    background-color: rgba(66, 105, 245, 0.4) !important;
  }
}
.slider-pagination--products .swiper-pagination-bullet::after {
  display: block;
  content: '';
  width: 100%;
  height: 12px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.slider-pagination--products .swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--col-dark-1) !important;
  pointer-events: none;
}

.slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slider-btn--products {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 60px;
  background-color: var(--col-white-05);
  background-repeat: no-repeat;
  background-position: center;
  transition:
    background-color var(--anim-normal),
    opacity var(--anim-normal);
  opacity: 0;
}
@media (any-hover: hover) {
  .slider-btn--products:hover {
    background-color: var(--col-grey-light-1);
  }
}
@media (width <= 1023.98px) {
  .slider-btn--products {
    opacity: 1;
  }
}
.slider-btn--products.slider-btn--prev {
  left: 0;
  border-radius: 0 6px 6px 0;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 3.5L6.5 9L11.5 14.5" stroke="%23292929" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}
.slider-btn--products.slider-btn--next {
  right: 0;
  border-radius: 6px 0 0 6px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 3.5L11.5 9L6.5 14.5" stroke="%23292929" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}

.form-block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border: 2px dashed var(--col-grey-light-4);
  background-color: var(--col-grey-light-1);
  border-radius: 30px;
  padding-top: clamp(2.5rem, 1.7857142857rem + 3.5714285714vw, 3.5rem);
  padding-left: clamp(2.5rem, -2.1153846154rem + 7.2115384615vw, 4.375rem);
  padding-right: clamp(2.5rem, -2.1153846154rem + 7.2115384615vw, 4.375rem);
  padding-bottom: clamp(3.125rem, 2.4107142857rem + 3.5714285714vw, 4.125rem);
}
@media (width <= 1023.98px) {
  .form-block {
    flex-direction: column;
    border-radius: 16px;
    padding-left: clamp(1.25rem, 0.6818181818rem + 2.8409090909vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.6818181818rem + 2.8409090909vw, 2.5rem);
  }
}
.form-block--modal {
  border-radius: 10px;
  padding-top: 70px;
  padding-bottom: 90px;
  border: none;
}
@media (width <= 575.98px) {
  .form-block--modal {
    border-radius: 0;
  }
}
.form-block--vertical {
  flex-direction: column;
}
.form-block__content {
  flex: 0 0 44.4779116466%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.form-block__desc {
  margin: 0;
  font-weight: 500;
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  line-height: 1.55;
  color: var(--col-dark-1);
}
@media (width <= 575.98px) {
  .form-block__desc {
    font-size: clamp(0.875rem, -0.125rem + 5vw, 1rem);
  }
}
.form-block__form {
  flex: 0 0 39.7590361446%;
  min-width: 0;
}

.link-header {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  color: var(--col-dark-1);
  transition: color var(--col-black);
}
.link-header::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateX(-103%);
  transition: transform var(--anim-normal);
}
@media (any-hover: hover) {
  .link-header:hover {
    color: var(--col-black);
  }
  .link-header:hover::before {
    transform: translateX(0);
  }
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.descriptor-header {
  max-width: 224px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: var(--col-dark-1);
}

.bottom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-header__logo-block {
  display: flex;
  align-items: center;
  gap: 52px;
}
.bottom-header__logo {
  flex-shrink: 0;
}
@media (width <= 575.98px) {
  .bottom-header__logo {
    width: 42px;
    height: auto;
  }
}
@media (width <= 1199.98px) {
  .bottom-header__descriptor {
    display: none;
  }
}
@media (width <= 1023.98px) {
  .bottom-header__nav {
    display: none;
  }
}

.header__top {
  padding-top: 24px;
}
@media (width <= 1023.98px) {
  .header__top {
    display: none;
  }
}
.header__bottom {
  padding-top: clamp(0.625rem, -0.2678571429rem + 4.4642857143vw, 1.875rem);
}

.hero {
  margin-top: clamp(0.625rem, -0.2678571429rem + 4.4642857143vw, 1.875rem);
}
@media (width <= 575.98px) {
  .hero {
    background-image: url('../img/hero-content-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.hero__container {
  display: flex;
  position: relative;
}
@media (width <= 1023.98px) {
  .hero__container {
    flex-direction: column;
  }
}
.hero__content {
  flex: 0 0 76.5789473684%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: clamp(3.125rem, -0.4134615385rem + 5.5288461538vw, 4.5625rem);
  padding-bottom: clamp(4.375rem, 0.5288461538rem + 6.0096153846vw, 5.9375rem);
  padding-right: 50px;
  background-image: url('../img/hero-content-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  animation: heroContentReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
  will-change: transform, opacity, filter;
}
@media (width <= 1023.98px) {
  .hero__content {
    padding-top: 80px;
    padding-bottom: 120px;
    align-items: center;
    border-radius: 16px;
  }
}
@media (width <= 575.98px) {
  .hero__content {
    padding-left: 0;
    padding-right: 0;
    background-image: none;
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 20px;
  max-width: 508px;
  font-weight: 800;
  font-size: clamp(2.25rem, -0.5192307692rem + 4.3269230769vw, 3.375rem);
  line-height: 1.13;
  letter-spacing: 0.02em;
  color: var(--col-white);
}
@media (width <= 1023.98px) {
  .hero__title {
    max-width: 100%;
    text-align: center;
    font-size: clamp(1.875rem, 1.7045454545rem + 0.8522727273vw, 2.25rem);
  }
}
.hero__desc {
  margin: 0;
  margin-bottom: clamp(2.125rem, 1.4107142857rem + 3.5714285714vw, 3.125rem);
  max-width: 517px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.2019230769rem + 1.4423076923vw, 1.5rem);
  line-height: 1.46;
  letter-spacing: 0.02em;
  color: var(--col-white);
}
@media (width <= 1023.98px) {
  .hero__desc {
    text-align: center;
  }
}
.hero__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__video-block {
  position: absolute;
  right: 0;
  top: 54px;
  width: 100%;
  max-width: clamp(22.5rem, 18.7857142857rem + 5.8035714286vw, 25.75rem);
  overflow: hidden;
  border-radius: 40px;
  animation: heroVideoReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
  will-change: transform, opacity, filter;
  transform-origin: 70% 50%;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.7));
}
@media (width <= 1023.98px) {
  .hero__video-block {
    display: none;
  }
}
.hero__video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-highlight {
  padding-top: clamp(150px, 323.0769230769px + -12.0192307692 * 1vw, 200px);
  margin-bottom: 80px;
  overflow: hidden;
}
@media (width <= 1023.98px) {
  .feature-highlight {
    padding-top: 80px;
  }
}
.feature-highlight__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (width <= 767.98px) {
  .feature-highlight__container {
    flex-direction: column-reverse;
  }
}
.feature-highlight__img-block {
  flex: 0 0 49.9122807018%;
  border-radius: clamp(1.25rem, 0.3571428571rem + 4.4642857143vw, 2.5rem);
  overflow: hidden;
}
.feature-highlight__content {
  position: absolute;
  right: calc(-1 * clamp(10.875rem, 6.75rem + 4.58vw, 12.25rem));
  top: -110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 756px;
  height: 756px;
  border-radius: 50%;
  background-color: var(--col-white);
  z-index: -1;
  pointer-events: none;
}
@media (width <= 1439.98px) {
  .feature-highlight__content {
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
  }
}
.feature-highlight__content::before,
.feature-highlight__content::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}
@media (width <= 1439.98px) {
  .feature-highlight__content::before,
  .feature-highlight__content::after {
    display: none;
  }
}
.feature-highlight__content:before {
  width: 90%;
  height: 90%;
  background-image: url('../img/circle.svg');
  animation-direction: normal;
  animation: spin 180s linear infinite;
}
.feature-highlight__content::after {
  width: 110%;
  height: 110%;
  background-image: url('../img/circle-big.svg');
  animation: spin 180s linear infinite;
  animation-direction: reverse;
}
.feature-highlight__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  margin-bottom: 50px;
  line-height: 1.3;
  text-align: center;
  color: var(--col-dark-1);
}

.feature-highlight__title::after {
  display: block;
  content: '';
  height: 2px;
  width: 90%;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.04) 80%, transparent 100%);
  position: absolute;
  left: 50%;
  bottom: -26px;
  translate: -50% 0;
}

.feature-highlight__title-label {
  translate: 0 12px;
  font-family: var(--ff-1);
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  color: var(--col-grey-1);
  letter-spacing: 0.3em;
  font-weight: 600;
}

.feature-highlight__title-accent {
  position: relative;
  font-weight: 800;
  font-size: clamp(4.375rem, 0.2638888889rem + 8.5648148148vw, 6.6875rem);
  letter-spacing: 0.02em;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgb(41, 41, 41), rgb(160, 160, 160), rgb(0, 0, 0)) 0% 0%/300% 300% text;
  animation: 7s linear 0s infinite normal none running gradientShift;
}

.feature-highlight__title-desc {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
  font-weight: 500;
}

.feature-highlight__title-desc--accent {
  font-size: clamp(1.75rem, 0.861rem + 1.85vw, 2.25rem);
  font-weight: 700;
}

@media (width <= 767.98px) {
  .feature-highlight__title-desc--accent {
    font-size: clamp(1.563rem, 1.429rem + 0.67vw, 1.75rem);
  }
}

.feature-highlight__desc {
  margin: 0;
  max-width: 481px;
  font-weight: 500;
  font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
  line-height: 1.5;
  text-align: center;
  color: var(--col-dark-1);
}

@media (prefers-reduced-motion: reduce) {
  .feature-highlight__content::before,
  .feature-highlight__content::after {
    animation: none;
  }
}
.surface-gallery {
  padding-top: clamp(5rem, 1.25rem + 7.8125vw, 6.25rem);
  padding-bottom: clamp(5rem, -1.75rem + 14.0625vw, 7.25rem);
  margin-bottom: 80px;
  background-color: var(--col-dark-1);
  isolation: isolate;
  position: relative;
}
.surface-gallery > * {
  position: relative;
  z-index: 1;
}
.surface-gallery::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}
.surface-gallery__title {
  margin-bottom: 30px;
  max-width: 435px;
}
.surface-gallery__tabs-container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
@media (width <= 1199.98px) {
  .surface-gallery__tabs-container {
    padding: 0;
    max-width: 100%;
  }
}
.surface-gallery__content {
  position: relative;
  min-height: clamp(18.4375rem, 16.4196428571rem + 10.0892857143vw, 25.5rem);
}
.surface-gallery__scroller {
  padding-top: clamp(2.25rem, 1.7954545455rem + 2.2727272727vw, 3.25rem);
  padding-bottom: 56px;
}
.surface-gallery__link {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}

.exclusive {
  padding-top: clamp(5rem, -1rem + 12.5vw, 7rem);
}
.exclusive__title {
  margin-bottom: clamp(1.875rem, 1.5892857143rem + 1.4285714286vw, 2.875rem);
}
@media (width <= 767.98px) {
  .exclusive__title {
    text-align: center;
  }
}
.exclusive__list {
  display: flex;
  gap: 4px;
  min-height: clamp(39.375rem, 27.2321428571rem + 18.9732142857vw, 50rem);
}
@media (width <= 1023.98px) {
  .exclusive__list {
    flex-direction: column;
    gap: 16px;
    height: auto;
  }
}
@media (any-hover: hover) {
  .exclusive__list:hover .card-exclusive {
    flex: 1 1 23.94%;
  }
  .exclusive__list:hover .card-exclusive:hover {
    flex: 1 1 51.4%;
  }
  .exclusive__list:hover .card-exclusive:hover .card-exclusive__desc {
    opacity: 1;
    translate: 0 0;
    transition-delay: 0.2s, 0s;
  }
}

.card-exclusive {
  position: relative;
  flex: 1 1 0;
  border-radius: 50px;
  overflow: hidden;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  transition: flex 0.5s ease-in-out;
}
.card-exclusive::after {
  content: '';
  position: absolute;
  inset: -100%;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 42%, rgba(255, 255, 255, 0.18) 50%, transparent 58%);
  transform: translateX(-100%) rotate(10deg);
  opacity: 0;
}
.card-exclusive:nth-child(1) {
  background-image: url('../img/exclusive-bg-1.jpg');
}
@media (width <= 1023.98px) {
  .card-exclusive:nth-child(1) {
    background-image: none;
  }
}
.card-exclusive:nth-child(2) {
  background-image: url('../img/exclusive-bg-2.jpg');
}
@media (width <= 1023.98px) {
  .card-exclusive:nth-child(2) {
    background-image: none;
  }
}
.card-exclusive:nth-child(3) {
  background-image: url('../img/exclusive-bg-3.jpg');
}
@media (width <= 1023.98px) {
  .card-exclusive:nth-child(3) {
    background-image: none;
  }
}
@media (width <= 1023.98px) {
  .card-exclusive {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  }
}
@media (any-hover: hover) {
  .card-exclusive:hover::after {
    animation: sheen 0.9s ease-in-out;
  }
}
.card-exclusive__img {
  display: none;
  overflow: hidden;
}
@media (width <= 1023.98px) {
  .card-exclusive__img {
    display: block;
    height: 200px;
  }
  .card-exclusive__img img {
    width: 100%;
    height: 100%;
  }
}
.card-exclusive__content {
  position: absolute;
  left: clamp(1.25rem, -1.3653846154rem + 4.0865384615vw, 2.3125rem);
  right: clamp(1.25rem, -1.8269230769rem + 4.8076923077vw, 2.5rem);
  top: calc(100% - 250px);
  display: grid;
}
@media (width <= 1199.98px) {
  .card-exclusive__content {
    top: initial;
    bottom: 30px;
  }
}
@media (width <= 1023.98px) {
  .card-exclusive__content {
    flex: 1;
    position: static;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-left: clamp(1.25rem, -0.3125rem + 7.8125vw, 2.5rem);
    padding-bottom: 40px;
    padding-right: clamp(1.875rem, -0.3571428571rem + 11.1607142857vw, 5rem);
    border-radius: 0 0 16px 16px;
    background-color: var(--col-white);
  }
}
.card-exclusive__title {
  margin: 0;
  max-width: 274px;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.2142857143rem + 0.4464285714vw, 1.75rem);
  line-height: 1.32;
  color: var(--col-white);
}
@media (width <= 1199.98px) {
  .card-exclusive__title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (width <= 1023.98px) {
  .card-exclusive__title {
    margin-bottom: 20px;
    color: var(--col-dark-1);
  }
}
.card-exclusive__desc {
  position: absolute;
  top: 87px;
  left: 0;
  margin: 0;
  max-width: 475px;
  font-weight: 300;
  font-size: clamp(1rem, -148.875rem + 200vw, 1.125rem);
  line-height: 1.55;
  color: var(--col-white);
  opacity: 0;
  translate: 0 200px;
  transition:
    opacity 0.5s ease-in-out,
    translate 0.5s ease-in-out;
}
@media (width <= 1199.98px) {
  .card-exclusive__desc {
    position: static;
    opacity: 1;
    translate: 0 0;
    max-width: 100%;
  }
}
@media (width <= 1023.98px) {
  .card-exclusive__desc {
    color: var(--col-dark-1);
  }
}

.features {
  padding-top: clamp(5rem, -1rem + 12.5vw, 7rem);
  margin-bottom: clamp(5rem, -1rem + 12.5vw, 7rem);
}
.features__title {
  margin-bottom: clamp(1.875rem, 1.5892857143rem + 1.4285714286vw, 2.875rem);
}
@media (width <= 767.98px) {
  .features__title {
    text-align: center;
  }
}
.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  cursor: default;
}
@media (width <= 1023.98px) {
  .features__list {
    gap: 12px;
  }
}

.card-features {
  position: relative;
  overflow: hidden;
  padding: 46px clamp(2.5rem, -0.5769230769rem + 4.8076923077vw, 3.75rem) 81px clamp(1.875rem, -0.125rem + 3.125vw, 2.6875rem);
  border-radius: 30px;
  background-color: var(--col-white);
  transition:
    translate var(--anim-normal),
    box-shadow var(--anim-normal);
}
@media (width <= 1023.98px) {
  .card-features {
    grid-column: span 3;
    border-radius: 16px;
    padding-right: clamp(2.5rem, 1.3636363636rem + 5.6818181818vw, 5rem);
    padding-bottom: 100px;
  }
}
@media (width <= 575.98px) {
  .card-features {
    padding-left: 20px;
    padding-bottom: 120px;
  }
}
.card-features::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  transition:
    opacity var(--anim-normal),
    transform var(--anim-normal);
  opacity: 1;
  transform: scale(1);
  transform-origin: right bottom;
}
.card-features:nth-child(1)::after {
  width: 100px;
  height: 108px;
  background-image: url('../img/features-decor-1.svg');
}
.card-features:nth-child(2)::after {
  width: 100px;
  height: 105px;
  background-image: url("data:image/svg+xml,%3csvg%20width='200'%20height='210'%20viewBox='0%200%20200%20210'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.53'%20filter='url(%23filter0_i_4111_1638)'%3e%3cpath%20d='M120.327%20190.541C123.057%20187.193%20124.901%20183.212%20125.687%20178.965C126.473%20174.717%20126.176%20170.34%20124.824%20166.237C123.512%20162.124%20121.184%20158.408%20118.056%20155.432C114.928%20152.457%20111.101%20150.317%20106.928%20149.212L87.2229%20143.937L76.1489%20126.819C73.6213%20122.906%2070.0648%20119.764%2065.8696%20117.74C52.2088%20105.296%2043.5609%2087.4847%2043.5609%2067.6106C43.5694%2030.331%2073.9172%200%20111.172%200C148.426%200%20178.774%2030.3479%20178.774%2067.6022C178.774%2077.1189%20176.764%2086.5284%20172.874%2095.214C168.985%20103.9%20163.303%20111.665%20156.203%20118.002H160.878C174.627%20118.023%20187.997%20122.511%20198.975%20130.79C209.952%20139.069%20217.942%20150.69%20221.743%20163.904L231.151%20197.193C232.295%20201.185%20232.491%20205.389%20231.725%20209.47C230.959%20213.551%20229.252%20217.397%20226.739%20220.702C224.244%20224.026%20221.005%20226.719%20217.282%20228.565C213.56%20230.412%20209.456%20231.361%20205.301%20231.337H108.407C108.669%20229.781%20108.754%20228.226%20108.669%20226.671L107.545%20206.357L120.327%20190.541Z'%20fill='%23F6F6F6'/%3e%3cpath%20d='M0.423271%20171.563C0.868385%20170.193%201.6492%20168.956%202.69457%20167.966C3.73995%20166.975%205.01665%20166.262%206.40831%20165.891L32.4787%20158.9L47.1708%20136.278C47.9561%20135.071%2049.0305%20134.079%2050.2964%20133.392C51.5622%20132.706%2052.9795%20132.346%2054.4196%20132.346C55.8597%20132.346%2057.277%20132.706%2058.5429%20133.392C59.8088%20134.079%2060.8831%20135.071%2061.6685%20136.278L76.369%20158.891L102.431%20165.882C103.821%20166.255%20105.097%20166.969%20106.141%20167.96C107.186%20168.951%20107.966%20170.187%20108.411%20171.556C108.856%20172.925%20108.952%20174.383%20108.69%20175.799C108.428%20177.214%20107.817%20178.542%20106.911%20179.661L89.9199%20200.643L91.3569%20227.584C91.4343%20229.024%2091.1503%20230.46%2090.5308%20231.763C89.9113%20233.065%2088.9759%20234.192%2087.8098%20235.04C86.6437%20235.889%2085.2838%20236.432%2083.8541%20236.621C82.4243%20236.81%2080.97%20236.638%2079.6236%20236.122L54.4154%20226.443L29.2241%20236.113C27.879%20236.625%2026.4277%20236.793%2025.0012%20236.603C23.5748%20236.413%2022.2181%20235.871%2021.0537%20235.025C19.8893%20234.179%2018.9539%20233.057%2018.3318%20231.759C17.7098%20230.462%2017.4207%20229.03%2017.4908%20227.592L18.9109%20200.643L1.91953%20179.67C0.0851288%20177.387%20-0.481247%20174.352%200.423271%20171.563Z'%20fill='%23F6F6F6'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_i_4111_1638'%20x='6.10352e-05'%20y='-1'%20width='232.183'%20height='237.696'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-1'/%3e%3cfeGaussianBlur%20stdDeviation='7'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.357371%200%200%200%200%200.357371%200%200%200%200%200.357371%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_4111_1638'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}
.card-features:nth-child(3)::after {
  width: 135px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3csvg%20width='265'%20height='234'%20viewBox='0%200%20265%20234'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.53'%3e%3cg%20filter='url(%23filter0_i_4111_1630)'%3e%3cpath%20d='M232.685%20181.106C222.2%20180.204%20212.931%20188.005%20212.03%20198.49C211.128%20208.976%20218.929%20218.244%20229.415%20219.146C239.9%20220.047%20249.168%20212.246%20250.07%20201.761C250.971%20191.276%20243.17%20182.007%20232.685%20181.106ZM157.041%2081.0252C165.735%2087.0796%20177.612%2084.906%20183.616%2076.3024C189.743%2067.4795%20187.312%2055.601%20178.886%2049.7088C170.262%2043.6906%20158.329%2045.8177%20152.31%2054.45C146.258%2063.0942%20148.497%2075.0514%20157.041%2081.0252ZM207.934%20301.836C209.452%20301.125%20210.756%20300.028%20211.715%20298.654C212.674%20297.28%20213.254%20295.678%20213.398%20294.008L218.385%20235.998C202.389%20230.339%20191.49%20214.532%20193.01%20196.856C193.258%20193.965%20193.887%20191.208%20194.733%20188.553L148.637%20156.375L148.576%20156.459L80.3265%20188.434L67.8953%20177.928C69.6316%20174.594%2070.6918%20170.95%2071.0149%20167.205C72.3697%20151.449%2060.6947%20137.577%2044.9379%20136.222C29.1811%20134.868%2015.3096%20146.543%2013.9548%20162.299C12.6001%20178.056%2024.275%20191.928%2040.0319%20193.282C44.9334%20193.704%2049.5908%20192.744%2053.807%20190.914L67.949%20202.864L61.2375%20280.924C61.0942%20282.594%2061.3928%20284.272%2062.1033%20285.79C62.8139%20287.308%2063.9113%20288.612%2065.2854%20289.571L128.495%20334.367C129.869%20335.327%20131.471%20335.907%20133.14%20336.051C134.81%20336.194%20136.488%20335.896%20138.005%20335.185L207.934%20301.836ZM199.295%2087.1937C193.372%2095.6868%20184.369%20101.738%20172.326%20103.141L168.556%20146.996C168.556%20146.997%20168.557%20146.997%20168.557%20146.997L204.995%20172.435C212.633%20165.255%20223.075%20161.119%20234.321%20162.086C248.996%20163.348%20260.883%20172.872%20266.176%20185.615L315.724%20162.417C317.242%20161.707%20318.546%20160.609%20319.505%20159.235C320.464%20157.86%20321.045%20156.258%20321.188%20154.588L327.97%2075.7096C328.112%2074.0564%20327.821%2072.3948%20327.125%2070.8884C326.43%2069.3821%20325.353%2068.083%20324.003%2067.1192L260.819%2021.3605C259.439%2020.3763%20257.823%2019.7767%20256.136%2019.623C254.449%2019.4692%20252.751%2019.767%20251.216%2020.4857L199.923%2045.1262C208.776%2059.1747%20207.704%2075.0995%20199.295%2087.1937Z'%20fill='%23F6F6F6'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_i_4111_1630'%20x='13.848'%20y='18.5836'%20width='314.157'%20height='317.502'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='-1'/%3e%3cfeGaussianBlur%20stdDeviation='7'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.357371%200%200%200%200%200.357371%200%200%200%200%200.357371%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_4111_1630'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
}
@media (any-hover: hover) {
  .card-features:hover {
    translate: 0 -14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  }
  .card-features:hover::after {
    transform: scale(2.8);
    opacity: 0.45;
  }
}
.card-features__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
.card-features__title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.0673076923rem + 0.4807692308vw, 1.5rem);
  line-height: 1.25;
  color: var(--col-dark-1);
}
.card-features__desc {
  margin: 0;
  font-weight: 400;
  font-size: clamp(1rem, 0.6923076923rem + 0.4807692308vw, 1.125rem);
  line-height: 1.5;
  color: var(--col-dark-1);
}
@media (width <= 767.98px) {
  .card-features__desc {
    line-height: 1.65;
  }
}

.process {
  padding-top: clamp(5rem, 1.25rem + 7.8125vw, 6.25rem);
  background: linear-gradient(221deg, #292929 29.03%, #000 100%);
  padding-bottom: clamp(5rem, 1.25rem + 7.8125vw, 6.25rem);
  isolation: isolate;
  position: relative;
}
.process > * {
  position: relative;
  z-index: 1;
}
.process::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.25;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.2'/%3E%3C/svg%3E");
}
.process__container {
  display: flex;
  flex-direction: column;
}
.process__title {
  margin: 0;
  margin-bottom: clamp(3.125rem, 2.5892857143rem + 2.6785714286vw, 5rem);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.625rem);
  line-height: 1.17;
  color: var(--col-white);
}
@media (width <= 1023.98px) {
  .process__title {
    text-align: center;
  }
}
.process__title-light {
  font-weight: 500;
}
.process__list {
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin-bottom: clamp(2.8125rem, 1.25rem + 7.8125vw, 6.25rem);
  counter-reset: process;
}
@media (width <= 1023.98px) {
  .process__list {
    gap: 130px;
  }
}
.process__item {
  counter-increment: process;
  position: relative;
}
.process__item::after {
  display: block;
  content: '';
  width: clamp(34rem, 19.2307692308rem + 23.0769230769vw, 40rem);
  height: clamp(6.875rem, 5.3365384615rem + 2.4038461538vw, 7.5rem);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  bottom: -160px;
  translate: -50% 0;
}
@media (width <= 1023.98px) {
  .process__item::after {
    bottom: -110px;
  }
}
.process__item:nth-child(odd)::after {
  background-image: url('../img/process-arrow-left.svg');
}
@media (width <= 1023.98px) {
  .process__item:nth-child(odd)::after {
    width: 12px;
    height: 81px;
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='81'%20viewBox='0%200%2012%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.0898%2074.1855C11.4799%2074.5761%2011.4801%2075.2092%2011.0898%2075.5996L5.69133%2080.998L0.292892%2075.5996C-0.0976333%2075.2091%20-0.0976332%2074.5761%200.292892%2074.1855C0.683435%2073.7953%201.31651%2073.7951%201.70695%2074.1855L5.69133%2078.1699L9.6757%2074.1855C10.0662%2073.7951%2010.6993%2073.795%2011.0898%2074.1855ZM9.03606%203.3457C9.03584%204.99315%207.84516%206.36133%206.27727%206.63867L6.27727%206.86426C6.27715%207.18805%206.014%207.4502%205.69036%207.4502C5.36686%207.45002%205.10454%207.18795%205.10442%206.86426L5.10442%206.63867C3.53642%206.36142%202.34488%204.99323%202.34465%203.3457C2.3447%201.49805%203.84274%200.000223086%205.69036%20-1.03899e-08C7.53811%205.19957e-05%209.03601%201.49795%209.03606%203.3457ZM7.03606%203.3457C7.03601%202.60251%206.43354%202.00005%205.69036%202C4.94731%202.00022%204.3447%202.60262%204.34465%203.3457C4.3449%204.08862%204.94744%204.69118%205.69036%204.69141C6.43342%204.69135%207.03581%204.08872%207.03606%203.3457ZM6.27727%2013.9014C6.27727%2014.2253%206.01408%2014.4883%205.69036%2014.4883C5.36678%2014.4881%205.10442%2014.2252%205.10442%2013.9014L5.10442%2011.5557C5.10442%2011.2319%205.36678%2010.9689%205.69036%2010.9687C6.01408%2010.9688%206.27727%2011.2318%206.27727%2011.5557L6.27727%2013.9014ZM6.27727%2020.9385C6.27727%2021.2624%206.01408%2021.5254%205.69035%2021.5254C5.36678%2021.5252%205.10442%2021.2623%205.10442%2020.9385L5.10442%2018.5928C5.10456%2018.2691%205.36687%2018.007%205.69036%2018.0068C6.01399%2018.0068%206.27713%2018.269%206.27727%2018.5928L6.27727%2020.9385ZM6.27727%2027.9766C6.27709%2028.3003%206.01396%2028.5625%205.69035%2028.5625C5.36689%2028.5623%205.1046%2028.3002%205.10442%2027.9766L5.10442%2025.6309C5.10442%2025.3071%205.36678%2025.0441%205.69035%2025.0439C6.01408%2025.0439%206.27727%2025.307%206.27727%2025.6309L6.27727%2027.9766ZM6.27727%2035.0137C6.27724%2035.3375%206.01406%2035.5996%205.69035%2035.5996C5.3668%2035.5994%205.10444%2035.3374%205.10442%2035.0137L5.10442%2032.668C5.10442%2032.3442%205.36678%2032.0812%205.69035%2032.0811C6.01407%2032.0811%206.27727%2032.3441%206.27727%2032.668L6.27727%2035.0137ZM6.27727%2042.0508C6.27727%2042.3747%206.01407%2042.6377%205.69035%2042.6377C5.36678%2042.6375%205.10442%2042.3746%205.10442%2042.0508L5.10442%2039.7051C5.10449%2039.3814%205.36683%2039.1193%205.69035%2039.1191C6.01403%2039.1191%206.27719%2039.3812%206.27727%2039.7051L6.27727%2042.0508ZM6.27727%2049.0889C6.27703%2049.4126%206.01392%2049.6748%205.69035%2049.6748C5.36693%2049.6746%205.10466%2049.4125%205.10442%2049.0889L5.10442%2046.7422C5.10465%2046.4186%205.36692%2046.1564%205.69035%2046.1562C6.01393%2046.1563%206.27703%2046.4185%206.27727%2046.7422L6.27727%2049.0889ZM6.27727%2056.126C6.27718%2056.4498%206.01402%2056.7119%205.69035%2056.7119C5.36683%2056.7117%205.1045%2056.4497%205.10442%2056.126L5.10442%2053.7803C5.10442%2053.4565%205.36678%2053.1935%205.69035%2053.1934C6.01407%2053.1934%206.27727%2053.4564%206.27727%2053.7803L6.27727%2056.126ZM6.27727%2063.1631C6.27727%2063.4868%206.01407%2063.75%205.69035%2063.75C5.36678%2063.7498%205.10442%2063.4867%205.10442%2063.1631L5.10442%2060.8174C5.10443%2060.4938%205.36679%2060.2316%205.69035%2060.2314C6.01406%2060.2314%206.27725%2060.4937%206.27727%2060.8174L6.27727%2063.1631ZM6.27727%2070.2002C6.27727%2070.5239%206.01407%2070.7871%205.69035%2070.7871C5.36678%2070.7869%205.10442%2070.5238%205.10442%2070.2002L5.10442%2067.8545C5.10459%2067.531%205.36689%2067.2687%205.69035%2067.2686C6.01397%2067.2686%206.27709%2067.5309%206.27727%2067.8545L6.27727%2070.2002ZM6.27727%2076.0654C6.27709%2076.389%206.01397%2076.6514%205.69035%2076.6514C5.36688%2076.6512%205.10459%2076.3889%205.10441%2076.0654L5.10442%2074.8926C5.10442%2074.569%205.36678%2074.3058%205.69035%2074.3057C6.01407%2074.3057%206.27727%2074.5689%206.27727%2074.8926L6.27727%2076.0654Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/svg%3e");
  }
}
@media (width <= 1023.98px) {
  .process__item:nth-child(odd) {
    flex-direction: column;
    align-items: center;
  }
}
.process__item:nth-child(even) {
  flex-direction: row-reverse;
}
.process__item:nth-child(even)::after {
  background-image: url('../img/process-arrow-right.svg');
}
@media (width <= 1023.98px) {
  .process__item:nth-child(even)::after {
    width: 12px;
    height: 81px;
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='81'%20viewBox='0%200%2012%2081'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.0898%2074.1855C11.4799%2074.5761%2011.4801%2075.2092%2011.0898%2075.5996L5.69133%2080.998L0.292892%2075.5996C-0.0976333%2075.2091%20-0.0976332%2074.5761%200.292892%2074.1855C0.683435%2073.7953%201.31651%2073.7951%201.70695%2074.1855L5.69133%2078.1699L9.6757%2074.1855C10.0662%2073.7951%2010.6993%2073.795%2011.0898%2074.1855ZM9.03606%203.3457C9.03584%204.99315%207.84516%206.36133%206.27727%206.63867L6.27727%206.86426C6.27715%207.18805%206.014%207.4502%205.69036%207.4502C5.36686%207.45002%205.10454%207.18795%205.10442%206.86426L5.10442%206.63867C3.53642%206.36142%202.34488%204.99323%202.34465%203.3457C2.3447%201.49805%203.84274%200.000223086%205.69036%20-1.03899e-08C7.53811%205.19957e-05%209.03601%201.49795%209.03606%203.3457ZM7.03606%203.3457C7.03601%202.60251%206.43354%202.00005%205.69036%202C4.94731%202.00022%204.3447%202.60262%204.34465%203.3457C4.3449%204.08862%204.94744%204.69118%205.69036%204.69141C6.43342%204.69135%207.03581%204.08872%207.03606%203.3457ZM6.27727%2013.9014C6.27727%2014.2253%206.01408%2014.4883%205.69036%2014.4883C5.36678%2014.4881%205.10442%2014.2252%205.10442%2013.9014L5.10442%2011.5557C5.10442%2011.2319%205.36678%2010.9689%205.69036%2010.9687C6.01408%2010.9688%206.27727%2011.2318%206.27727%2011.5557L6.27727%2013.9014ZM6.27727%2020.9385C6.27727%2021.2624%206.01408%2021.5254%205.69035%2021.5254C5.36678%2021.5252%205.10442%2021.2623%205.10442%2020.9385L5.10442%2018.5928C5.10456%2018.2691%205.36687%2018.007%205.69036%2018.0068C6.01399%2018.0068%206.27713%2018.269%206.27727%2018.5928L6.27727%2020.9385ZM6.27727%2027.9766C6.27709%2028.3003%206.01396%2028.5625%205.69035%2028.5625C5.36689%2028.5623%205.1046%2028.3002%205.10442%2027.9766L5.10442%2025.6309C5.10442%2025.3071%205.36678%2025.0441%205.69035%2025.0439C6.01408%2025.0439%206.27727%2025.307%206.27727%2025.6309L6.27727%2027.9766ZM6.27727%2035.0137C6.27724%2035.3375%206.01406%2035.5996%205.69035%2035.5996C5.3668%2035.5994%205.10444%2035.3374%205.10442%2035.0137L5.10442%2032.668C5.10442%2032.3442%205.36678%2032.0812%205.69035%2032.0811C6.01407%2032.0811%206.27727%2032.3441%206.27727%2032.668L6.27727%2035.0137ZM6.27727%2042.0508C6.27727%2042.3747%206.01407%2042.6377%205.69035%2042.6377C5.36678%2042.6375%205.10442%2042.3746%205.10442%2042.0508L5.10442%2039.7051C5.10449%2039.3814%205.36683%2039.1193%205.69035%2039.1191C6.01403%2039.1191%206.27719%2039.3812%206.27727%2039.7051L6.27727%2042.0508ZM6.27727%2049.0889C6.27703%2049.4126%206.01392%2049.6748%205.69035%2049.6748C5.36693%2049.6746%205.10466%2049.4125%205.10442%2049.0889L5.10442%2046.7422C5.10465%2046.4186%205.36692%2046.1564%205.69035%2046.1562C6.01393%2046.1563%206.27703%2046.4185%206.27727%2046.7422L6.27727%2049.0889ZM6.27727%2056.126C6.27718%2056.4498%206.01402%2056.7119%205.69035%2056.7119C5.36683%2056.7117%205.1045%2056.4497%205.10442%2056.126L5.10442%2053.7803C5.10442%2053.4565%205.36678%2053.1935%205.69035%2053.1934C6.01407%2053.1934%206.27727%2053.4564%206.27727%2053.7803L6.27727%2056.126ZM6.27727%2063.1631C6.27727%2063.4868%206.01407%2063.75%205.69035%2063.75C5.36678%2063.7498%205.10442%2063.4867%205.10442%2063.1631L5.10442%2060.8174C5.10443%2060.4938%205.36679%2060.2316%205.69035%2060.2314C6.01406%2060.2314%206.27725%2060.4937%206.27727%2060.8174L6.27727%2063.1631ZM6.27727%2070.2002C6.27727%2070.5239%206.01407%2070.7871%205.69035%2070.7871C5.36678%2070.7869%205.10442%2070.5238%205.10442%2070.2002L5.10442%2067.8545C5.10459%2067.531%205.36689%2067.2687%205.69035%2067.2686C6.01397%2067.2686%206.27709%2067.5309%206.27727%2067.8545L6.27727%2070.2002ZM6.27727%2076.0654C6.27709%2076.389%206.01397%2076.6514%205.69035%2076.6514C5.36688%2076.6512%205.10459%2076.3889%205.10441%2076.0654L5.10442%2074.8926C5.10442%2074.569%205.36678%2074.3058%205.69035%2074.3057C6.01407%2074.3057%206.27727%2074.5689%206.27727%2074.8926L6.27727%2076.0654Z'%20fill='white'%20fill-opacity='0.5'/%3e%3c/svg%3e");
  }
}
@media (width <= 1023.98px) {
  .process__item:nth-child(even) {
    flex-direction: column;
    align-items: center;
  }
}
.process__item:last-child::after {
  display: none;
}
.process__cta-btn {
  align-self: center;
}
@media (width <= 767.98px) {
  .process__cta-btn {
    width: 100%;
  }
}

.card-process {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.card-process__content {
  position: relative;
  flex: 0 0 43%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-top: clamp(4.375rem, 4.1964285714rem + 0.8928571429vw, 5rem);
}
.card-process__content::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: clamp(3.125rem, 2.9464285714rem + 0.8928571429vw, 3.75rem);
  line-height: 1;
  color: var(--col-grey-1);
}
@media (width <= 1023.98px) {
  .card-process__content::before {
    left: 50%;
    translate: -50% 0;
  }
}
@media (width <= 1023.98px) {
  .card-process__content {
    align-items: center;
  }
}
.card-process__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1428571429rem + 0.5357142857vw, 1.625rem);
  color: var(--col-white);
}
@media (width <= 1023.98px) {
  .card-process__title {
    text-align: center;
  }
}
.card-process__desc {
  margin: 0;
  font-weight: 400;
  font-size: clamp(1rem, 0.9107142857rem + 0.4464285714vw, 1.125rem);
  line-height: 1.65;
  color: var(--col-white);
}
@media (width <= 1023.98px) {
  .card-process__desc {
    max-width: 700px;
    text-align: center;
  }
}
.card-process__form-btn {
  color: currentColor;
  border-bottom: 1px solid currentColor;
  transition: color var(--anim-normal);
}
@media (any-hover: hover) {
  .card-process__form-btn:hover {
    color: var(--col-grey-dark-1);
  }
}
.card-process__video-block {
  position: relative;
  flex: 0 0 43.8596491228%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 500/320;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.55),
    0 2px 8px rgba(0, 0, 0, 0.45);
}
.card-process__video-block:has(a) {
  transition: box-shadow var(--anim-normal);
}
@media (any-hover: hover) {
  .card-process__video-block:has(a):hover {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.1),
      0 6px 16px rgba(255, 255, 255, 0.14),
      0 0 28px rgba(255, 255, 255, 0.16);
  }
}

.video-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block__link {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 2.6875rem + 1.5625vw, 3.4375rem);
  height: clamp(3rem, 2.6875rem + 1.5625vw, 3.4375rem);
  border-radius: 50%;
  background-color: var(--col-white);
  color: var(--col-dark-1);
  transition:
    box-shadow var(--anim-normal),
    scale var(--anim-normal);
}
@media (any-hover: hover) {
  .video-block__link:hover {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.22),
      0 0 18px rgba(255, 255, 255, 0.95),
      0 0 32px rgba(255, 255, 255, 0.6);
    scale: 0.95;
  }
}
.video-block__icon {
  width: clamp(0.8125rem, 0.7232142857rem + 0.4464285714vw, 0.9375rem);
  height: clamp(0.8125rem, 0.7232142857rem + 0.4464285714vw, 0.9375rem);
  translate: 1px 1px;
  transition: color var(--anim-normal);
}

.why-us {
  position: relative;
  padding-top: clamp(5rem, -1rem + 12.5vw, 7rem);
}
.why-us::before {
  content: '';
  position: absolute;
  width: 663px;
  height: 802px;
  left: -91px;
  top: -221px;
  pointer-events: none;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3csvg%20width='663'%20height='802'%20viewBox='0%200%20663%20802'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M451.861%20598.834C422.625%20552.119%20405.446%20459.034%20393.112%20362.089C382.821%20281.092%20366.162%20137.98%20309.128%2096.5621C230.56%2039.3704%20144.191%20108.39%2086.7264%20205.522L95.5985%20212.322C148.931%20122.252%20228.573%2055.7821%20302.071%20109.199C355.577%20148.151%20372.133%20290.639%20381.77%20366.895C394.256%20465.461%20411.884%20560.28%20442.277%20608.807C474.345%20660.064%20519.393%20662.056%20584.986%20569.357L576.978%20561.196C518.696%20643.508%20479.381%20642.811%20451.882%20598.778L451.861%20598.834Z'%20fill='%23EAEAEA'/%3e%3cpath%20d='M370.095%20665.008C318.069%20627.147%20301.313%20492.128%20291.741%20418.108C278.802%20317.94%20261.335%20219.539%20231.034%20168.248C199.015%20114.082%20153.836%20110.152%2087.1168%20204.892L95.1465%20212.994C154.315%20129.01%20193.721%20131.497%20221.258%20178.081C250.491%20227.595%20267.591%20324.293%20280.31%20423.013C290.476%20501.683%20307.438%20637.431%20362.889%20677.784C441.924%20735.283%20528.256%20667.747%20585.419%20568.742L576.461%20562.039C523.471%20653.867%20443.93%20718.816%20370.073%20665.064L370.095%20665.008Z'%20fill='%23EAEAEA'/%3e%3cpath%20d='M368.056%20782.962C309.988%20744.857%20341.603%20575.895%20365.996%20445.664C376.67%20388.742%20385.953%20339.096%20385.978%20309.438L374.461%20312.16C374.408%20340.117%20365.239%20389.092%20354.767%20445.112C329.632%20579.419%20297.009%20753.651%20361.229%20795.883C425.282%20837.92%20551.592%20628.39%20585.528%20568.586L576.503%20562.053C547.695%20612.835%20423.205%20819.163%20368.098%20782.979L368.056%20782.962Z'%20fill='%23EAEAEA'/%3e%3cpath%20d='M340.155%2011.6958C309.619%20-10.5381%20267.962%20-0.0987825%20223.136%2034.7549C178.182%2069.6892%20129.819%20129.532%2086.6201%20205.677L95.644%20212.209C137.695%20138.16%20184.487%2080.1202%20227.791%2046.4371C268.631%2014.6026%20306.132%204.84018%20332.991%2024.3571C381.299%2059.4857%20354.629%20185.133%20328.272%20309.338C310.27%20394.146%20292.423%20478.294%20298.135%20535.28L309.583%20530.839C304.122%20476.489%20321.679%20393.725%20339.37%20310.359C366.729%20181.529%20394.401%2051.1282%20340.155%2011.6958Z'%20fill='%23EAEAEA'/%3e%3cpath%20d='M109.6%20386.098C63.3595%20453.202%2026.4639%20551.16%2023.8364%20623.605C9.88026%20580.952%207.97058%20520.161%2016.7709%20454.193C27.6097%20373.071%2054.692%20284.407%2095.7045%20212.17L86.6806%20205.637C44.4563%20280.01%2016.6054%20371.174%205.46814%20454.59C-2.78133%20516.346%20-1.84149%20573.966%209.27458%20617.673C16.8822%20647.734%2026.114%20668.14%2042.8818%20688.196C34.5439%20656.617%2032.8225%20636.306%2036.8385%20601.22C44.4054%20535.167%2077.4305%20452.569%20117.78%20394.064C197.184%20278.9%20255.347%20311.448%20280.557%20423.63L291.701%20417.447C264.084%20294.577%20195.499%20261.53%20109.642%20386.116L109.6%20386.098Z'%20fill='%23EAEAEA'/%3e%3cpath%20d='M618.261%20139.286L600.912%20119.853L608.451%20148.326C632.52%20239.315%20595.947%20426.209%20514.45%20490.797C439.814%20549.956%20404.809%20420.858%20393.056%20361.614L381.848%20367.447C395.636%20436.844%20435.507%20568.728%20519.256%20502.342C599.486%20438.766%20637.839%20266.346%20625.58%20172.88C647.869%20211.848%20654.002%20265.088%20649.589%20321.685C642.907%20406.557%20612.517%20498.626%20576.503%20562.053L585.528%20568.586C622.752%20503.025%20654.193%20407.845%20661.091%20320.26C666.714%20248.383%20655.906%20181.37%20618.325%20139.246L618.261%20139.286Z'%20fill='%23EAEAEA'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  opacity: 0.5;
  animation: bgCrawl 55s ease-in-out infinite;
  will-change: transform;
}
@media (width <= 1919.98px) {
  .why-us::before {
    display: none;
  }
}
.why-us__title {
  margin-bottom: clamp(1.875rem, 1.5892857143rem + 1.4285714286vw, 2.875rem);
}
@media (width <= 767.98px) {
  .why-us__title {
    text-align: center;
  }
}
.why-us__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 0.6428571429rem + 1.7857142857vw, 1.5rem);
  cursor: default;
}
.why-us__item {
  height: 100%;
}
@media (width <= 1023.98px) {
  .why-us__item {
    grid-column: span 2;
  }
}

.card-why-us {
  display: flex;
  flex-direction: column;
  padding: 42px clamp(1.25rem, -0.3571428571rem + 8.0357142857vw, 3.5rem) 44px clamp(1.25rem, -0.1785714286rem + 7.1428571429vw, 3.25rem);
  height: 100%;
  border-radius: 30px;
  background-color: var(--col-white);
  transition:
    box-shadow var(--anim-normal),
    translate var(--anim-normal);
}
@media (width <= 1023.98px) {
  .card-why-us {
    border-radius: 16px;
  }
}
@media (any-hover: hover) {
  .card-why-us:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    translate: 0 -5px;
  }
  .card-why-us:hover .card-why-us__item::before {
    opacity: 1;
    transform: scale(1);
  }
}
.card-why-us__title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.4285714286rem + 0.3571428571vw, 1.75rem);
  line-height: 1.26;
  letter-spacing: 0.01em;
  color: var(--col-dark-1);
}
.card-why-us__desc {
  margin: 0;
  margin-bottom: 23px;
  max-width: 406px;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8928571429rem + 0.2232142857vw, 1rem);
  line-height: 1.65;
  letter-spacing: 0.019em;
  color: var(--col-dark-1);
}
@media (width <= 1023.98px) {
  .card-why-us__desc {
    max-width: 100%;
  }
}
.card-why-us__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.card-why-us__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 21px;
  padding-left: 44px;
  padding-bottom: 20px;
  border-top: 1px solid #d9d9d9;
}
@media (width <= 767.98px) {
  .card-why-us__item {
    padding-left: 0;
  }
}
.card-why-us__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill="%23292929" fill-rule="evenodd" clip-rule="evenodd" d="M0 11C0 4.925 4.925 0 11 0s11 4.925 11 11-4.925 11-11 11S0 17.075 0 11Zm15.078-2.978a1 1 0 0 1 0 1.414l-4.051 4.051a1.5 1.5 0 0 1-2.122 0l-1.905-1.905a1 1 0 1 1 1.414-1.414L10 11.754l3.664-3.664a1 1 0 0 1 1.414 0Z" /></svg>');
  background-position: center;
  background-size: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity 0.3s ease-out,
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0s;
}
.card-why-us__item:nth-child(1)::before {
  transition-delay: 0.12s;
}
.card-why-us__item:nth-child(2)::before {
  transition-delay: 0.2s;
}
.card-why-us__item:nth-child(3)::before {
  transition-delay: 0.3s;
}
.card-why-us__subtitle {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.008em;
  font-size: clamp(1rem, 0.9107142857rem + 0.4464285714vw, 1.125rem);
  color: var(--col-dark-1);
}
.card-why-us__subtitle-desc {
  margin: 0;
  max-width: 380px;
  letter-spacing: -0.025em;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7857142857rem + 0.4464285714vw, 1rem);
  line-height: 1.4;
  color: var(--col-dark-1);
}
.card-why-us__btn {
  margin-top: auto;
  max-width: 450px;
}

.contact-us {
  padding-top: clamp(5rem, -1rem + 12.5vw, 7rem);
  margin-bottom: clamp(5rem, 1.25rem + 7.8125vw, 6.25rem);
}
.contact-us__list {
  display: grid;
  gap: clamp(0.75rem, 0.5357142857rem + 1.0714285714vw, 1.5rem);
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: stretch;
}
@media (width <= 767.98px) {
  .contact-us__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.contact-us__item {
  border-radius: 50px;
  background-color: var(--col-white);
}
.contact-us__item--contacts {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.contact-us__item--socials {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-us__item--link {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (width <= 1023.98px) {
  .contact-us__item {
    border-radius: 16px;
  }
}
@media (width <= 767.98px) {
  .contact-us__item {
    grid-column: auto;
    grid-row: auto;
  }
}

.contacts-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px clamp(1.875rem, -2.0535714286rem + 8.1845238095vw, 5.3125rem) clamp(3.125rem, 0.7678571429rem + 4.9107142857vw, 5.1875rem) clamp(1.875rem, -2.0535714286rem + 8.1845238095vw, 5.3125rem);
}
@media (width <= 767.98px) {
  .contacts-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contacts-info__title {
  margin-bottom: 34px;
}
.contacts-info__phone {
  position: relative;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: clamp(1.625rem, 1.5178571429rem + 0.5357142857vw, 2rem);
  color: var(--col-dark-1);
}
.contacts-info__phone::after {
  content: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.2294 21.3767L22.4956 22.1062C22.4956 22.1062 20.7514 23.8406 15.9905 19.1066C11.2297 14.3729 12.9739 12.6386 12.9739 12.6386L13.436 12.1791C14.5744 11.0473 14.6817 9.23006 13.6884 7.90343L11.6569 5.18967C10.4277 3.54769 8.05237 3.33079 6.64344 4.73172L4.11464 7.24616C3.41603 7.9408 2.94788 8.84127 3.00465 9.84019C3.14989 12.3957 4.30614 17.8943 10.7581 24.3095C17.6 31.1126 24.0198 31.383 26.6451 31.1382C27.4755 31.0609 28.1976 30.638 28.7795 30.0593L31.0683 27.7837C32.6132 26.2475 32.1775 23.614 30.2008 22.5396L27.1228 20.8663C25.8249 20.1608 24.2438 20.368 23.2294 21.3767Z" fill="%23292929"/></svg>');
  position: absolute;
  width: 35px;
  height: 35px;
  left: -43px;
  top: 3px;
  opacity: 0;
  scale: 0;
  transition:
    scale var(--anim-normal),
    opacity var(--anim-normal);
}
@media (any-hover: hover) {
  .contacts-info__phone:hover::after {
    opacity: 1;
    scale: 1;
  }
}
.contacts-info__contacts-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts-info__contacts-title {
  font-weight: 400;
  font-size: 16px;
  color: var(--col-grey-1);
}
.contacts-info__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.4642857143rem + 2.6785714286vw, 1.75rem);
}
.contacts-info__item {
  position: relative;
}
.contacts-info__item::before {
  display: block;
  content: '';
  position: absolute;
  left: -38px;
  top: 2px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width <= 1199.98px) {
  .contacts-info__item::before {
    display: none;
  }
}
.contacts-info__item--address::before {
  left: -36px;
  top: 1px;
  width: 17px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg width="17" height="22" viewBox="0 0 17 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.43333 0C6.19667 0 4.05162 0.869194 2.47007 2.41637C0.888509 3.96354 0 6.06196 0 8.25C0 15.125 8.43333 22 8.43333 22C8.43333 22 16.8667 15.125 16.8667 8.25C16.8667 6.06196 15.9782 3.96354 14.3966 2.41637C12.815 0.869194 10.67 0 8.43333 0ZM8.43333 11C7.68778 11 6.97276 10.7103 6.44558 10.1945C5.91839 9.67882 5.62222 8.97935 5.62222 8.25C5.62222 7.52065 5.91839 6.82118 6.44558 6.30546C6.97276 5.78973 7.68778 5.5 8.43333 5.5C9.17889 5.5 9.8939 5.78973 10.4211 6.30546C10.9483 6.82118 11.2444 7.52065 11.2444 8.25C11.2444 8.97935 10.9483 9.67882 10.4211 10.1945C9.8939 10.7103 9.17889 11 8.43333 11Z" fill="%23292929"/></svg>');
}
.contacts-info__item--email::before {
  width: 20px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5785 10.3304C10.3896 10.4537 10.1771 10.503 9.98819 10.503C9.79929 10.503 9.58678 10.4537 9.39787 10.3304L0 4.33936V12.3028C0 14.004 1.32231 15.3846 2.95159 15.3846H17.0484C18.6777 15.3846 20 14.004 20 12.3028V4.33936L10.5785 10.3304Z" fill="%23292929"/><path d="M17.048 0H2.95118C1.55803 0 0.377393 1.03549 0.0940399 2.41615L10.0114 8.72773L19.9051 2.41615C19.6218 1.03549 18.4411 0 17.048 0Z" fill="%23292929"/></svg>');
}
.contacts-info__item--schedulde::before {
  width: 19px;
  height: 19px;
  background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 0C7.62108 0 5.78435 0.557165 4.22209 1.60104C2.65982 2.64491 1.44218 4.12861 0.723149 5.86451C0.00411623 7.6004 -0.184015 9.51054 0.182544 11.3534C0.549104 13.1962 1.45389 14.8889 2.78249 16.2175C4.11109 17.5461 5.80383 18.4509 7.64665 18.8175C9.48947 19.184 11.3996 18.9959 13.1355 18.2768C14.8714 17.5578 16.3551 16.3402 17.399 14.7779C18.4428 13.2156 19 11.3789 19 9.5C18.997 6.98135 17.9952 4.56672 16.2142 2.78577C14.4333 1.00482 12.0186 0.00297131 9.5 0ZM12.7015 12.7015C12.5395 12.8634 12.3199 12.9544 12.0909 12.9544C11.8619 12.9544 11.6423 12.8634 11.4803 12.7015L8.88941 10.1106C8.72744 9.94866 8.63642 9.72903 8.63637 9.5V4.31818C8.63637 4.08913 8.72736 3.86946 8.88932 3.7075C9.05128 3.54553 9.27095 3.45454 9.5 3.45454C9.72905 3.45454 9.94872 3.54553 10.1107 3.7075C10.2726 3.86946 10.3636 4.08913 10.3636 4.31818V9.14245L12.7015 11.4803C12.8634 11.6423 12.9544 11.8619 12.9544 12.0909C12.9544 12.3199 12.8634 12.5395 12.7015 12.7015Z" fill="%23292929"/></svg>');
}

.text-contacts-info {
  display: inline-block;
  max-width: 345px;
  font-weight: 400;
  font-size: clamp(1rem, 0.9107142857rem + 0.4464285714vw, 1.125rem);
  line-height: 1.3;
  color: var(--col-dark-1);
}
.text-contacts-info[href] {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color var(--anim-normal);
}
@media (any-hover: hover) {
  .text-contacts-info[href]:hover {
    border-color: currentColor;
  }
}

.contacts-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px;
}
.contacts-socials__title {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: var(--col-grey-1);
}

.contacts-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: var(--col-dark-1);
  color: var(--col-white);
}
.contacts-link__icon {
  width: clamp(2.1875rem, 1.8303571429rem + 1.7857142857vw, 3.4375rem);
  height: auto;
}
.contacts-link__text {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8035714286rem + 0.3571428571vw, 1.125rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}
.contacts-link__animated {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .contacts-link:hover .contacts-link__animated {
    animation: downloadLink 0.5s ease-in-out alternate infinite;
  }
}

.products {
  padding-top: clamp(5rem, -1rem + 12.5vw, 7rem);
}
.products__container {
  display: flex;
  flex-direction: column;
}
.products__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 1.1785714286rem + 0.3571428571vw, 1.5rem);
  margin-bottom: 42px;
}
.products__desc {
  margin: 0;
  max-width: 901px;
  font-weight: 500;
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  line-height: 1.55;
  color: var(--col-dark-1);
}
.products__content {
  margin-bottom: clamp(2.5rem, 2.0714285714rem + 2.1428571429vw, 4rem);
}
@media (width <= 1023.98px) {
  .products__content {
    margin-inline: calc(var(--container-offset) * -1);
  }
}
.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, -0.1071428571rem + 1.7857142857vw, 1.5rem);
}
@media (width <= 1023.98px) {
  .products__list {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--container-offset);
    padding-inline: var(--container-offset);
    scrollbar-width: none;
  }
  .products__list::-webkit-scrollbar {
    display: none;
  }
}
.products__item {
  min-width: 0;
}
@media (width <= 1023.98px) {
  .products__item {
    flex: 0 0 auto;
    width: clamp(17.5rem, 12.6704545455rem + 24.1477272727vw, 28.125rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.products__link {
  align-self: center;
}

.card-products {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  height: 100%;
  transition: box-shadow var(--anim-normal);
}
@media (width <= 1023.98px) {
  .card-products {
    border-radius: 16px;
  }
}
@media (any-hover: hover) {
  .card-products:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  }
}
.card-products__slider {
  position: relative;
}
.card-products__slider img {
  width: 100%;
  aspect-ratio: 364/332;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 30px 30px 0 0;
}
@media (width <= 1023.98px) {
  .card-products__slider .swiper {
    pointer-events: none;
  }
}
@media (any-hover: hover) {
  .card-products__slider:hover .slider-btn--products {
    opacity: 1;
  }
}
.card-products__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 27px clamp(1.25rem, 0.625rem + 3.125vw, 2.125rem) 30px clamp(1.25rem, 0.625rem + 3.125vw, 2.125rem);
  border-top: 2px solid var(--col-grey-light-1);
  background-color: var(--col-white);
  height: 100%;
}
.card-products__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0357142857rem + 0.4464285714vw, 1.4375rem);
  color: var(--col-dark-1);
  text-transform: uppercase;
}
.card-products__desc {
  margin: 0;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8928571429rem + 0.2232142857vw, 1rem);
  line-height: 1.5;
  color: var(--col-dark-1);
}

.footer {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: var(--col-dark-1);
}
.footer__top {
  margin-bottom: clamp(2.5rem, 1.3636363636rem + 5.6818181818vw, 5rem);
}

.top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (width <= 767.98px) {
  .top-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-footer > * {
  flex: 1;
}
.top-footer__left {
  flex: 0 0 47%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (width <= 1439.98px) {
  .top-footer__left {
    flex: 0 0 45%;
  }
}
@media (width <= 1199.98px) {
  .top-footer__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-footer__right {
  flex: 0 0 46%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (width <= 1439.98px) {
  .top-footer__right {
    flex: 0 0 45%;
  }
}
@media (width <= 1199.98px) {
  .top-footer__right {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-footer__descriptor {
  max-width: 224px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: var(--col-white);
}
.top-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (width <= 1023.98px) {
  .bottom-footer {
    gap: 20px;
  }
}
@media (width <= 767.98px) {
  .bottom-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bottom-footer__copyright {
  font-weight: 400;
  font-size: clamp(0.6875rem, 0.0208333333rem + 3.3333333333vw, 0.8125rem);
  line-height: 1.3;
  color: var(--col-white);
}
.bottom-footer__privacy-link {
  display: inline-block;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: var(--col-grey-light-2);
  border-bottom: 1px solid transparent;
  transition: border-color var(--anim-normal);
}
@media (any-hover: hover) {
  .bottom-footer__privacy-link:hover {
    border-color: currentColor;
  }
}
.bottom-footer__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.bottom-footer__item {
  transition: filter var(--anim-normal);
}
@media (any-hover: hover) {
  .bottom-footer__item:hover {
    filter: brightness(2);
  }
}

.link-footer {
  display: inline-block;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 16px;
  color: var(--col-white);
  border-bottom: 1px solid transparent;
  transition: border-color var(--anim-normal);
}
@media (any-hover: hover) {
  .link-footer:hover {
    border-color: currentColor;
  }
}

.form-success-message {
  flex: 0 0 39.7590361446%;
  text-align: center;
  padding-top: 40px;
  background-color: transparent;
  animation: fadeIn 0.4s ease-in-out;
}

.form-success-message__title {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--ff-1);
  font-size: 28px;
  color: var(--col-dark-1);
}

.form-success-message__desc {
  margin: 0;
  font-family: var(--ff-1);
  font-size: 16px;
  line-height: 1.3;
  color: var(--col-dark-1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Cookie consent*/
.scb {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: calc(100% - 32px);
  max-width: 650px;
  background: var(--col-white);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  z-index: 10000;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
  opacity: 1;
  visibility: visible;
}

.scb.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(20px);
  pointer-events: none;
}

.scb__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.scb__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--col-dark-1);
}

.scb__btn {
  background-color: var(--col-dark-1);
  color: var(--col-white);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: background-color var(--anim-normal);
}

.scb__btn:hover {
  background-color: var(--col-black);
}

@media (max-width: 640px) {
  .scb__container {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .scb__btn {
    width: 100%;
  }
}

/*Mobile button for wa and phone*/

.bottom-header__mobile-btns {
  display: none;
}

@media (width <= 1023.98px) {
  .bottom-header__mobile-btns {
    margin-left: auto;
    margin-right: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.header-mobile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--col-white);
  border: 1px solid var(--col-dark-1);
  border-radius: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.header-mobile-btn--phone {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24" fill="none"><path d="M2.01394 6.87134C1.34749 10.0618 3.85967 13.8597 7.01471 17.0147C10.1698 20.1698 13.9676 22.682 17.1581 22.0155C19.782 21.4674 21.1215 20.0697 21.8754 18.8788C22.1355 18.4678 22.0042 17.9344 21.6143 17.6436L17.9224 14.8897C17.5243 14.5928 16.9685 14.633 16.6174 14.9842L14.6577 16.9438C14.6577 16.9438 12.7529 16.3246 10.2288 13.8006C7.70482 11.2766 7.08564 9.37175 7.08564 9.37175L9.04529 7.4121C9.39648 7.06091 9.43671 6.5052 9.13975 6.10709L6.38585 2.4151C6.09505 2.02525 5.56163 1.89395 5.15068 2.15407C3.9597 2.90794 2.56203 4.24747 2.01394 6.87134Z" stroke="%23292929" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.header-mobile-btn--wa {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 256 256" fill="%23292929"><path d="M128 28A100.026 100.026 0 0 0 41.115 177.539l-9.004 31.517a12 12 0 0 0 14.835 14.834l31.517-9.004A100.007 100.007 0 1 0 128 28Zm0 192a91.871 91.871 0 0 1-46.953-12.867 3.995 3.995 0 0 0-3.143-.408l-33.157 9.474a4 4 0 0 1-4.944-4.946l9.473-33.156a4.001 4.001 0 0 0-.408-3.144A92.011 92.011 0 1 1 128 220Zm50.512-73.457-20.46-11.691a12.011 12.011 0 0 0-12.127.129l-13.807 8.284a44.042 44.042 0 0 1-19.382-19.383l8.284-13.807a12.011 12.011 0 0 0 .129-12.127l-11.691-20.46A10.916 10.916 0 0 0 100 72a32.008 32.008 0 0 0-32 31.881A84.001 84.001 0 0 0 152 188h.12A32.008 32.008 0 0 0 184 156a10.913 10.913 0 0 0-5.488-9.457ZM152.108 180H152A76 76 0 0 1 76 103.893 23.997 23.997 0 0 1 100 80a2.9 2.9 0 0 1 2.512 1.457l11.691 20.461a4.004 4.004 0 0 1-.043 4.042l-9.389 15.648a3.999 3.999 0 0 0-.218 3.698 52.041 52.041 0 0 0 26.142 26.142 3.997 3.997 0 0 0 3.699-.219l15.648-9.389a4.006 4.006 0 0 1 4.043-.044l20.46 11.693A2.897 2.897 0 0 1 176 156a23.997 23.997 0 0 1-23.892 24Z"/></svg>');
}
