/*! 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: "BaiJamjuree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/BaiJamjuree-Regular.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/BaiJamjuree-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "BaiJamjuree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/BaiJamjuree-Medium.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/BaiJamjuree-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "BaiJamjuree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/BaiJamjuree-SemiBold.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/BaiJamjuree-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "BaiJamjuree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/BaiJamjuree-Bold.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/BaiJamjuree-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Manrope-Regular.woff2") format("woff2"),
    url("/assets/fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/Manrope-ExtraLight.woff2") format("woff2"),
    url("/assets/fonts/Manrope-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/Manrope-Medium.woff2") format("woff2"),
    url("/assets/fonts/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/Manrope-SemiBold.woff2") format("woff2"),
    url("/assets/fonts/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Manrope-Bold.woff2") format("woff2"),
    url("/assets/fonts/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/Manrope-ExtraBold.woff2") format("woff2"),
    url("/assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Inter-Regular.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/Inter-Medium.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/Inter-SemiBold.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Inter-Bold.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Inter-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/Inter-ExtraBold.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Inter-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/Inter-Black.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Inter-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Gogh";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Gogh-Regular.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Gogh-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Gogh";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Gogh-Bold.woff2?v=3.18") format("woff2"),
    url("/assets/fonts/Gogh-Bold.ttf") format("truetype");
}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* PAGE DEFAULT */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
button {
  color: inherit;
}
:root {
  --black: #181818;
  --bg-black: #010100;
  --red: #dc2b1c;
  --sec-red: #ff000d;
  --gray: #585a5e;
  --light-gray: #f2f2f2;
  --sec-gray: #828282;
  --border-gray: #cdcdcd;

  --main-font: "Manrope", sans-serif;
  --sec-font: "Inter", sans-serif;
  --third-font: "BaiJamjuree", sans-serif;

  --section-gap: 50px;
}
body {
  font-family: var(--main-font);
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.hidden {
  display: none !important;
}
b {
  font-weight: 600;
}
strong {
  font-weight: 700;
}
p,
h1,
h2,
h3,
h4,
ul,
ol,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
.color-g-white {
  /* background: linear-gradient(155deg, #fff 39.71%, #999 98.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: white;
}
.color-g-white span {
  /* -webkit-text-fill-color: var(--red); */
  color: var(--red);
}
.color-red {
  color: var(--red) !important;
}
*[data-fancybox] {
  cursor: zoom-in;
}
*[data-pointer] {
  cursor: pointer;
}
.swiper {
  width: 100%;
}
/* MACHINE TEXT */
.js-machine-text > :not(.colored) {
  color: transparent !important;
}
@media screen and (max-width: 1900px) {
  :root {
    --section-gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --section-gap: 32px;
  }
}
/* TEXT */
.text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--black);
}
.text ul,
.text ol {
  padding-left: 28px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text ul > li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.text ul > li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.879 7.10662L16.6205 9.23431C16.8564 9.36678 17.0081 9.61515 16.9997 9.88008V14.1355C16.9997 14.4004 16.8564 14.6488 16.6205 14.7812L12.879 16.9007C12.6431 17.0331 12.3566 17.0331 12.1291 16.9007L8.3792 14.7647C8.14325 14.6405 8 14.3921 8 14.1272V9.86352C8 9.59859 8.14325 9.35022 8.3792 9.21776L12.1206 7.09834C12.3566 6.96587 12.6431 6.96587 12.879 7.10662Z' fill='%23DB291C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -28px;
  top: 0;
}
.text ol {
  counter-reset: my-counter;
}
.text ol > li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text ol > li::after {
  content: "[" counter(my-counter, decimal) "]";
  counter-increment: my-counter;
  position: absolute;
  left: -28px;
  top: 0;
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.text a:not(.button) {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.text a:not(.button):hover {
  color: var(--black);
}
.copy-contact-tip {
  font-size: 14px;
  color: white;
  background: rgba(220, 43, 28, 0.6);
  position: fixed;
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  padding: 8px 16px;
  border-radius: 8px;
  white-space: nowrap;
}
a[href^="mailto:"],
a[href^="tel:"] {
  white-space: nowrap;
  width: max-content;
}
.main {
  overflow: hidden;
}
.swiper-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.swiper-slide.hex-step,
.swiper-slide.industry-card,
.swiper-slide.about-slide__main-numbers,
.swiper-slide.challenge-slide__card,
.swiper-slide.certificates__item,
.swiper-slide.approach-slide__card,
.swiper-slide.solution-card {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .swiper-slide.news-card,
  .swiper-slide.conference-card,
  .swiper-slide.resource-card-inner,
  .swiper-slide.person-card,
  .swiper-slide.product-item,
  .swiper-slide.case-item,
  .swiper-slide.integration-card {
    opacity: 1;
  }
}
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
  opacity: 1;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.accordion__item {
  scroll-margin-top: calc(var(--section-gap) * 2);
}
.accordion__content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px;
  background: var(--light-gray);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.accordion__title * {
  pointer-events: none;
}
.accordion__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.accordion__item.active .accordion__content {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 20px;
}
.accordion__item.active .accordion__title {
  color: white;
  background: var(--red);
}
.accordion__item.active .accordion__icon {
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .accordion__content {
    padding: 0 10px;
  }
  .accordion__item.active .accordion__content {
    padding: 10px;
  }
}
button {
  border: none;
  cursor: pointer;
  user-select: none;
}
.button {
  display: block;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: white;
  background-color: var(--red);
  border: none;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: -0.28px;
  transition: all 0.5s;
  white-space: nowrap;
  width: fit-content;
}
.button_wide {
  width: 100%;
  text-align: center;
}
.button:hover,
.button:focus {
  border-radius: 60px;
}
.button_white {
  background-color: white;
  color: var(--black);
  border: 1px solid var(--red);
}
.button_transparent {
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--red);
}
.button_transparent-white {
  background-color: transparent;
  color: white;
  border: 1px solid var(--red);
}
.button_white:hover,
.button_white:focus,
.button_transparent:hover,
.button_transparent:focus,
.button_transparent-white:hover,
.button_transparent-white:focus {
  background-color: var(--red);
  color: white;
}
.button_gray {
  background-color: var(--light-gray);
  color: var(--black);
  border: none;
}
.button_gray svg {
  color: var(--red);
}
.button_gray:hover,
.button_gray:focus {
  background-color: var(--red);
  color: white;
}
.button_gray:hover svg,
.button_gray:focus svg {
  color: white;
}
.button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.button_icon-big {
  padding: 18px 32px;
}
.button_square {
  padding: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}
@media screen and (max-width: 1023px) {
  .button_icon-big {
    padding: 14px 24px;
  }
}
.arrow-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.arrow-link:hover,
.arrow-link:focus {
  color: var(--red);
}
.arrow-link::before {
  content: "";
  display: block;
  width: 40px;
  min-width: 40px;
  height: 30px;
  min-height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0529 0.543192L24.4457 6.39437C25.1011 6.75864 25.5225 7.44166 25.4991 8.17021V19.8725C25.4991 20.6011 25.1011 21.2841 24.4457 21.6484L14.0529 27.4768C13.3975 27.8411 12.6016 27.8411 11.9696 27.4768L1.55333 21.6029C0.897925 21.2613 0.5 20.5783 0.5 19.8498V8.12467C0.5 7.39612 0.897925 6.71311 1.55333 6.34883L11.9462 0.520425C12.6016 0.15615 13.3975 0.15615 14.0529 0.543192Z' fill='%23181818'/%3E%3Cpath d='M13.856 19.1434L13.0006 20L12.144 19.1434L7 14H10.4262L12.9994 16.5746L15.5738 14H19L13.856 19.1434Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.arrow-link_right,
.arrow-link_back {
  color: white;
  gap: 10px;
}
.arrow-link_back {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.arrow-link_black {
  color: var(--black);
}
.arrow-link_right:hover,
.arrow-link_back:hover {
  color: var(--red);
}
.arrow-link_up::before {
  transform: rotate(-180deg);
}
.arrow-link_right::before,
.arrow-link_back::before {
  content: unset;
}
.arrow-link_right::after,
.arrow-link_back::after {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0955 0.319846L26.9041 6.70294C27.5857 7.10034 28.0239 7.84544 27.9995 8.64023V21.4064C27.9995 22.2012 27.5857 22.9463 26.9041 23.3437L16.0955 29.702C15.4138 30.0993 14.5862 30.0993 13.9289 29.702L3.09595 23.294C2.41433 22.9215 2.00049 22.1764 2.00049 21.3816V8.59055C2.00049 7.79577 2.41433 7.05066 3.09595 6.65327L13.9045 0.295009C14.5862 -0.102382 15.4138 -0.102382 16.0955 0.319846Z' fill='%23DB291C'/%3E%3Cpath d='M12.5 9.5L17.5 15L12.5 20.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.arrow-link_back::after {
  transform: rotate(180deg);
}
.arrow-link_right-small {
  color: white;
  gap: 0;
  text-decoration: none;
}
.arrow-link_right-small::before {
  content: unset;
}
.arrow-link_right-small::after {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12.5L10 18' stroke='%23DC2B1C' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.arrow-link_red-icon::after {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0955 0.319846L26.9041 6.70294C27.5857 7.10034 28.0239 7.84544 27.9995 8.64023V21.4064C27.9995 22.2012 27.5857 22.9463 26.9041 23.3437L16.0955 29.702C15.4138 30.0993 14.5862 30.0993 13.9289 29.702L3.09595 23.294C2.41433 22.9215 2.00049 22.1764 2.00049 21.3816V8.59055C2.00049 7.79577 2.41433 7.05066 3.09595 6.65327L13.9045 0.295009C14.5862 -0.102382 15.4138 -0.102382 16.0955 0.319846Z' fill='%23DB291C'/%3E%3Cpath d='M12.5 9.5L17.5 15L12.5 20.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.arrow-link-animated {
  display: flex;
  align-items: center;
  height: 50px;
  padding-right: 80px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
  white-space: nowrap;
  pointer-events: auto;
}
.arrow-link-animated svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 72px;
  transition: all 0.3s ease;
}
.arrow-link-animated__polygon {
  transition: all 0.3s ease;
  transform-origin: center;
  color: transparent;
}
.arrow-link-animated__arrow {
  color: var(--red);
  transition: all 0.3s ease;
}
.arrow-link-animated:hover {
  color: var(--red);
  .arrow-link-animated__polygon {
    color: var(--red);
    transform: scale(0.8);
    stroke-width: 0 !important;
  }
  .arrow-link-animated__arrow {
    color: white;
  }
}
@media screen and (max-width: 1279px) {
  .arrow-link-animated svg {
    width: 50px;
    height: 60px;
  }
}
.text-link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
  transition: all 0.3s ease;
}
.text-link_white {
  color: white;
}
.text-link:hover {
  color: var(--red);
}
.text-link__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.slider-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 49px;
  border: 1px solid rgba(130, 130, 130, 0.4);
  backdrop-filter: blur(2.3499999046325684px);
  padding: 3px 10px;
  margin: 50px auto 0;
  width: fit-content;
}
.slider-buttons:not(:has(.slider-buttons__arrow)) {
  border: none;
}
.slider-buttons__arrow {
  width: 54px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4L7 9.99986L13 16' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transition: all 0.3s ease;
}
.slider-buttons__arrow:hover {
  opacity: 0.8;
}
.slider-buttons__arrow_next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L13 9.99986L7 16' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.slider-buttons__arrow_black {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4.09998L7 10.0998L13 16.1' stroke='%23181818' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.slider-buttons__arrow_black.slider-buttons__arrow_next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.09998L13 10.0998L7 16.1' stroke='%23181818' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.slider-buttons__arrow.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.slider-buttons:has(.swiper-button-lock),
.slider-buttons:has(.swiper-pagination-lock) {
  display: none;
}
@media screen and (max-width: 1900px) {
  .slider-buttons {
    gap: 5px;
  }
  .slider-buttons__arrow {
    width: 45px;
    height: 51px;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.swiper-pagination-bullet {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='7' viewBox='0 0 6 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.21057 0.737553L5.28915 2.01417C5.42023 2.09365 5.5045 2.24267 5.49981 2.40163V4.95487C5.49981 5.11382 5.42023 5.26285 5.28915 5.34232L3.21057 6.61398C3.07949 6.69345 2.92032 6.69345 2.79392 6.61398L0.710666 5.33239C0.579585 5.25788 0.5 5.10886 0.5 4.9499V2.39169C0.5 2.23274 0.579585 2.08372 0.710666 2.00424L2.78924 0.732586C2.92032 0.653108 3.07949 0.653108 3.21057 0.737553Z' fill='%23DC2B1C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 10px;
  height: 12px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.slider-buttons:has(.slider-buttons__arrow_black) .swiper-pagination-bullet,
.slider-buttons_black .swiper-pagination-bullet {
  filter: brightness(0);
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  opacity: 1;
  filter: none;
}
.slider-buttons:has(.slider-buttons__arrow_black)
  .swiper-pagination-bullet:hover,
.slider-buttons:has(.slider-buttons__arrow_black)
  .swiper-pagination-bullet-active {
  opacity: 1;
  filter: none;
}
.slider-buttons .swiper-pagination {
  display: none;
}
/* MOVING ARROW */
.moving-arrow {
  position: relative;
  width: 44px;
  height: 50px;
  pointer-events: none;
  z-index: 3;
}
.moving-arrow__bg {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s ease;
}
*:hover > .moving-arrow .moving-arrow__bg {
  opacity: 1;
  transform: scale(1);
}
.moving-arrow__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  overflow: hidden;
}
.moving-arrow__arrows {
  height: 24px;
  display: flex;
  transform: translateX(-29px);
  gap: 10px;
  transition: all 0.3s ease;
}
.moving-arrow__arrows > svg {
  min-width: 24px;
  min-height: 24px;
}
*:hover > .moving-arrow .moving-arrow__arrows {
  transform: translateX(5px);
}
@media screen and (max-width: 1279px) {
  .slider-buttons:has(.swiper-pagination) {
    border: none;
    width: 100%;
  }
  .slider-buttons .swiper-pagination {
    display: block;
  }
  .slider-buttons:has(.swiper-pagination) .slider-buttons__arrow {
    display: none;
  }
}
.video {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 2;
  border-radius: 14px;
}
.video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5547 13.0365L32.7519 23.1679C33.3457 23.5638 33.3457 24.4362 32.7519 24.8321L17.5547 34.9635C16.8901 35.4066 16 34.9302 16 34.1315V13.8685C16 13.0698 16.8901 12.5934 17.5547 13.0365Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
  transition: all 0.3s ease;
}
form {
  width: 100%;
  max-width: 100%;
}
.form__fieldset {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.form__fieldset_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.form__input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form__input-wrapper_full {
  grid-column: 1 / -1;
}
.form-input__self-wrapper,
.form__select-wrapper {
  position: relative;
}
.form__input,
.form__textarea {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
  padding: 19px 15px;
  border-radius: 8px;
  background: white;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__textarea {
  min-height: 100px;
  resize: vertical;
}
.field-select {
  cursor: pointer;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: rgba(82, 82, 82, 0.6);
}
.form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8332 7.5L9.99984 13.3333L4.1665 7.5' stroke='%23686868' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.form__select_active.form__select-wrapper::after {
  transform: translateY(-50%) rotate(180deg);
}
.form__checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form__checkbox a {
  color: white;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.form__checkbox a:hover {
  color: var(--red);
}
.form__checkbox-box {
  display: block;
  background: white;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  pointer-events: none;
}
.form__checkbox-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: white;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.form__checkbox:hover .form__checkbox-box,
.form__checkbox:focus .form__checkbox-box {
  outline: 1px solid var(--red);
}
.form__checkbox input:checked + .form__checkbox-box::after {
  background: var(--red);
}
.form__error-message {
  display: none;
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
  padding-left: 12px;
}
.error .form__error-message {
  display: block;
}
.form__select-options-block {
  position: absolute;
  top: calc(100% + 2px);
  overflow-y: auto;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100%;
}
.form__select-options-block.active {
  display: block;
}
.form__select-options {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 260px;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
  background: white;
  border: 1px solid var(--light-gray);
}
.form__select-option {
  padding: 10px 15px;
  color: var(--black);
  cursor: pointer;
}
.form__select-option_selected {
  background-color: var(--light-gray);
}
.form__select-option:hover {
  background-color: var(--light-gray);
}
.form__select-options::-webkit-scrollbar,
html .form__select-options::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.form__select-options::-webkit-scrollbar-track,
html .form__select-options::-webkit-scrollbar-track {
  background: transparent;
}
.form__select-options::-webkit-scrollbar-thumb,
html .form__select-options::-webkit-scrollbar-thumb {
  background-color: var(--red);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 3px solid white;
}
.form__submit-button {
  margin-top: 50px;
  min-width: 150px;
}
#contact-form {
  scroll-margin-top: 40px;
}
.form__note {
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.36px;
  margin-top: 30px;
}
.form__note a {
  color: white;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.form__note a:hover {
  color: var(--red);
}
.form__captcha {
  display: block;
  height: 80px;
  width: 242px;
  object-fit: contain;
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  .form__fieldset {
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .form__fieldset {
    gap: 8px;
  }
  .form__fieldset_grid {
    display: flex;
    flex-direction: column;
  }
  .form__fieldset_flex-grid-mobile {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .form__fieldset_flex-grid-mobile .form__input-wrapper {
    flex-grow: 1;
    flex-basis: calc(50% - 10px);
  }
  .form__fieldset_flex-grid-mobile .form__input-wrapper_full {
    flex-grow: 1;
    flex-basis: 100%;
  }
  .form__submit-button {
    margin-top: 30px;
  }
  .form__note {
    margin-top: 15px;
  }
  .form__input,
  .form__textarea {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.7px;
    padding: 12px 15px;
  }
  .form__captcha {
    height: 65px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form__submit-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .form__textarea {
    height: 46px;
    min-height: auto;
  }
}
.full-size-slider {
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .full-size-slider {
    min-height: 100dvh;
    max-height: 100dvh;
  }
}
.full-size-slider .swiper {
  width: 100%;
}
.full-size-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-size-slider__bg-pic {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.polygon-ear {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 90.891vh;
  pointer-events: none;
  transition: all 1.2s ease 1.2s;
  pointer-events: none;
  z-index: 2;
}
.polygon-ear_left {
  transform: translateX(-100%);
}
.polygon-ear_right {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.page:has(.swiper-slide-active[data-type="regular"]) .polygon-ear_left {
  transform: translateX(-63.66vh);
  transition: all 1.2s ease;
}
.page:has(.swiper-slide-active.slide-ear-left-zoom) .polygon-ear_left {
  transform: translateX(-35.5vh) scale(1.595) translateY(9vh);
}
.page:has(.swiper-slide-active[data-type="regular"]) .polygon-ear_right {
  transform: translateX(63.66vh);
  transition: all 1.2s ease;
}
/* .page:has(.swiper-slide-active.last-slide) .polygon-ear_left {
  transform: translateX(-100%);
}

.page:has(.swiper-slide-active.last-slide) .polygon-ear_right {
  transform: translateX(100%);
} */
.full-size-slider__title {
  font-family: var(--third-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.full-size-slider__title span {
  color: var(--red);
}
.full-slide {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  color: white;
  padding: 100px 0;
  z-index: 2;
}
.full-slide__left-block {
  grid-column: 2 / 6;
}
.full-slide__right-block {
  grid-column: 7 / 12;
}
.full-slide__container {
  grid-column: 2 / -2;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
}
.full-slide__main-title {
  font-family: var(--third-font);
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: min-content;
}
.full-slide__main-title span {
  color: var(--red);
  -webkit-text-fill-color: var(--red);
}
.full-slide__title-link {
  width: fit-content;
}
.full-slide__title-small {
  white-space: nowrap;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 3px;
}
.full-slide__main-title:has(.full-slide__title-small) {
  display: flex;
  flex-direction: column;
}
.full-slide__subtitle {
  color: var(--light-gray);
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.75px;
  max-width: 466px;
  margin-top: 40px;
}
.full-slide__switch-buttons {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 8px;
  background: var(--black);
  border-radius: 12px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.full-slide__switch-button {
  border: none;
  background: transparent;
  color: white;
  pointer-events: auto;
}
.full-slide__switch-button:hover,
.full-slide__switch-button.active {
  background: var(--red);
  color: white;
}
.full-slide__text {
  /* color: var(--sec-gray); */
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.full-slide__media-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.full-slide__media-chip {
  padding: 6px 10px;
  border-radius: 9px;
  color: var(--light-gray);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  background: var(--black);
}
.full-slide__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
/* SIDE SCROLL */
.full-size-slider__side-scroll {
  position: absolute;
  right: 17px;
  bottom: 50%;
  top: auto;
  left: auto;
  transform: translateY(50%) rotate(90deg);
  z-index: 10;
  width: 260px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.full-size-slider__side-scroll-input {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  width: 100%;
  height: 1px;
  border-radius: 0.5px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 6.71%,
    rgba(153, 153, 153, 0) 113.16%
  );
  outline: none;
  padding: 0;
  margin: 0;
}
.full-size-slider__side-scroll-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 6px;
  border-radius: 4px;
  background: var(--red);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.full-size-slider__side-scroll-input::-webkit-slider-thumb:hover {
  background: var(--red);
}
.full-size-slider__side-scroll-input:active::-webkit-slider-thumb {
  background: var(--red);
}
.full-size-slider__side-scroll-input::-moz-range-thumb {
  width: 16px;
  height: 6px;
  border: 0;
  border-radius: 4px;
  background: var(--red);
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.full-size-slider__side-scroll-input::-moz-range-thumb:hover {
  background: var(--red);
}
.full-size-slider__side-scroll-input:active::-moz-range-thumb {
  background: var(--red);
}
::-moz-range-track {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 6.71%,
    rgba(153, 153, 153, 0) 113.16%
  );
  border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.page:has(.swiper-slide-active[data-type="regular"])
  .full-size-slider__side-scroll {
  opacity: 1;
  visibility: visible;
}
.full-size-slider__slide.spline:not(.swiper-slide-active) .spline__container {
  display: none;
}
@media screen and (max-width: 1900px) {
  .page:has(.swiper-slide-active[data-type="regular"]) .polygon-ear_left {
    transform: translateX(calc((100% - 50px) * -1));
    transition: all 1.2s ease;
  }
  .page:has(.swiper-slide-active[data-type="regular"]) .polygon-ear_right {
    transform: translateX(calc(100% - 50px));
    transition: all 1.2s ease;
  }
  .page:has(.swiper-slide-active.slide-ear-left-zoom) .polygon-ear_left {
    transform: translateX(-50vh) scale(1.4) translateY(9vh);
  }
  .full-size-slider__side-scroll {
    right: -50px;
  }
  .full-size-slider__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1439px) {
  .full-slide {
    padding-right: 50px;
    padding-left: 50px;
  }
  .full-slide__main-title {
    font-size: 75px;
    line-height: 75px;
    letter-spacing: 3.75px;
  }
  .full-slide__title-small {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1279px) {
  .page:has(.swiper-slide-active.slide-ear-left-zoom) .polygon-ear_left {
    transform: translateX(-42vh);
  }
  .full-size-slider__side-scroll {
    display: none !important;
  }
  .full-slide__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .full-slide__main-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 3px;
  }
  .full-slide__switch-buttons {
    bottom: 80px;
  }
  .full-size-slider__bg-pic {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1023px) {
  .full-size-slider {
    z-index: 3;
  }
  .full-size-slider > .swiper-wrapper {
    z-index: 3;
  }
  .full-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
  .full-size-slider__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2.2px;
  }
  .page:has(.swiper-slide-active.slide-ear-left-zoom) .polygon-ear_left {
    transform: translateX(calc((100% - 50px) * -1));
  }
  .full-slide__container {
    grid-column: 1 / -1;
  }
  .full-slide__main-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: normal;
  }
  .full-slide__title-small {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: normal;
  }
  .full-slide__switch-buttons {
    flex-wrap: wrap;
    bottom: 40px;
  }
  .full-size-slider__bg-pic {
    left: -50%;
  }
}
@media screen and (max-width: 767px) {
  .full-slide__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.footer-slider {
  position: fixed;
  bottom: 35px;
  left: 50%;
  width: 100%;
  color: var(--gray);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(100%);
  transition: all 0.6s ease 0.3s;
  z-index: 10;
}
.footer-slider__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page:has(.swiper-slide-active[data-type="regular"]) .footer-slider {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.footer-slider__left-block,
.footer-slider__right-block {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.footer-slider__left-block {
  gap: clamp(20px, 17.2vw, 330px);
}
.footer-slider__right-block {
  overflow: hidden;
  flex-direction: column;
  max-height: 30px;
  gap: 0;
}
.footer-slider__button {
  color: var(--gray);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-slider__links {
  display: flex;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-slider__links a {
  color: var(--gray);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-slider__links a:hover {
  color: var(--red);
}
.page:has(.swiper-slide-active.last-slide) .footer-slider__button {
  transform: translateY(-100%);
}
@media screen and (max-width: 1439px) {
  .footer-slider__wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-slider {
    display: none !important;
  }
  .footer-slider__button_up span {
    display: none;
  }
}
.lang-selector {
  position: relative;
  cursor: pointer;
  min-width: 52px;
  padding: 8px 24px 8px 10px;
  background: transparent;
  border: none;
  color: white;
}
.lang-selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 6L7.5 10L3.5 6' stroke='%23686868' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.lang-selector.active::after {
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 10L7.5 6L3.5 10' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.lang-selector__current {
  user-select: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  pointer-events: none;
}
.lang-selector__list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  min-width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--bg-black);
}
.lang-selector__list li {
  text-align: center;
}
.lang-selector.active .lang-selector__list {
  opacity: 1;
  visibility: visible;
}
.lang-selector__item {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.lang-selector__item:hover {
  color: var(--red);
}
.hex-step {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}
.hex-step__number {
  position: relative;
  width: 143px;
  height: 168px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='50' viewBox='0 0 43 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3109 0.533077L41.1867 11.1716C42.314 11.8339 43.0387 13.0757 42.9984 14.4004V35.6774C42.9984 37.002 42.314 38.2438 41.1867 38.9062L23.3109 49.5033C22.1836 50.1656 20.8148 50.1656 19.7277 49.5033L1.81173 38.8234C0.684431 38.2025 0 36.9606 0 35.636V14.3176C0 12.9929 0.684431 11.7511 1.81173 11.0888L19.6875 0.491682C20.8148 -0.170636 22.1836 -0.170637 23.3109 0.533077Z' fill='%23181818'/%3E%3C/svg%3E%0A");
  background-size: 43px 50px;
  background-repeat: no-repeat;
  background-position: center;
  font-family: var(--third-font);
  color: white;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.88px;
  /* margin-right: 215px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.hex-step__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='143' height='168' viewBox='0 0 143 168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M77.0146 165.491C73.5825 167.527 69.4341 167.522 66.0107 165.363L65.9932 165.352L6.5459 129.606L6.54102 129.604C3.09255 127.556 0.88236 123.718 1.00488 119.645V48.124C1.0049 44.0065 3.11215 40.1702 6.54102 38.1348L6.54395 38.1328L65.9883 2.5293C69.4283 0.487298 73.5813 0.496755 76.8691 2.52051L76.8779 2.52539L136.459 38.4102L136.488 38.4277L136.804 38.6104C140.02 40.5593 142 44.2681 142 48.2627V119.893C142 124.01 139.894 127.846 136.465 129.882L136.461 129.884L77.0137 165.49L77.0146 165.491Z' stroke='url(%23paint0_linear_3386_12562)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3386_12562' x1='19.5' y1='118' x2='143' y2='44' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2' stop-color='%23EC3939' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23DC2B1C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.hex-step__number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='235' height='2' viewBox='0 0 235 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L234 1.00002' stroke='url(%23paint0_linear_3386_12565)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3386_12565' x1='20.9486' y1='1' x2='217.243' y2='1.31836' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DC2B1C' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23DC2B1C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 235px;
  height: 2px;
  transform: translateY(-50%);
}
.hex-step_dark .hex-step__number {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='50' viewBox='0 0 43 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9414 0.920898C20.9113 0.351673 22.0804 0.354453 23.0459 0.957031L23.0557 0.962891L40.9307 11.6016L40.9336 11.6025C41.9109 12.1768 42.5333 13.2517 42.499 14.3848L42.498 14.3926V35.6777C42.4979 36.833 41.9008 37.9062 40.9336 38.4746L40.9316 38.4756L23.0576 49.0723C22.0839 49.6443 20.9127 49.6393 19.9883 49.0762L19.9834 49.0742L2.06738 38.3936L2.06055 38.3896L2.05273 38.3857L1.87793 38.2803C1.02629 37.7259 0.5 36.7217 0.5 35.6357V14.3174C0.50007 13.1619 1.09797 12.0879 2.06543 11.5195L2.06641 11.5186L19.9424 0.921875L19.9414 0.920898Z' stroke='%23DC2B1C' fill='%23010100' /%3E%3C/svg%3E%0A");
}
.hex-step_dark .hex-step__number::before {
  background-image: url("data:image/svg+xml,%3Csvg width='143' height='168' viewBox='0 0 143 168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M77.0146 165.491C73.5825 167.527 69.4341 167.522 66.0107 165.363L65.9932 165.352L6.5459 129.606L6.54102 129.604C3.09255 127.556 0.88236 123.718 1.00488 119.645V48.124C1.0049 44.0065 3.11215 40.1702 6.54102 38.1348L6.54395 38.1328L65.9883 2.5293C69.4283 0.487298 73.5813 0.496755 76.8691 2.52051L76.8779 2.52539L136.459 38.4102L136.488 38.4277L136.804 38.6104C140.02 40.5593 142 44.2681 142 48.2627V119.893C142 124.01 139.894 127.846 136.465 129.882L136.461 129.884L77.0137 165.49L77.0146 165.491Z' stroke='url(%23paint0_linear_4406_8768)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4406_8768' x1='19.5' y1='118' x2='143' y2='44' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.2' stop-color='%234F4A4A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%234F4A4A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.hex-step:last-child {
  margin-right: 0;
}
.hex-step:last-child .hex-step__number::after {
  content: none;
}
.hex-step__number-blur {
  display: none;
}
.hex-step.active .hex-step__number {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='50' viewBox='0 0 43 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3109 0.533077L41.1867 11.1716C42.314 11.8339 43.0387 13.0757 42.9984 14.4004V35.6774C42.9984 37.002 42.314 38.2438 41.1867 38.9062L23.3109 49.5033C22.1836 50.1656 20.8148 50.1656 19.7277 49.5033L1.81173 38.8234C0.684431 38.2025 0 36.9606 0 35.636V14.3176C0 12.9929 0.684431 11.7511 1.81173 11.0888L19.6875 0.491682C20.8148 -0.170636 22.1836 -0.170637 23.3109 0.533077Z' fill='%23DC2B1C'/%3E%3C/svg%3E%0A");
}
.hex-step.active .hex-step__number-blur {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--red);
  opacity: 0.2;
  filter: blur(30px);
  z-index: -2;
}
.hex-step__text {
  margin-left: 72px;
  color: var(--black);
  font-family: var(--third-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.hex-step__text_jsb {
  justify-content: space-between;
}
.hex-step__text span {
  color: var(--red);
}
.hex-step__desc {
  color: var(--sec-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-transform: none;
}
.hex-step__desc a {
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease;
  color: white;
}
.hex-step__desc a:hover {
  color: var(--red);
}
.hex-step__link {
  margin-top: 15px;
  color: var(--black);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease;
}
.hex-step__link:hover {
  color: var(--red);
  text-decoration: underline;
}
.hex-step__link::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12.5L10 18' stroke='%23DC2B1C' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.hex-step__link:hover::after {
  transform: translateX(5px);
}
.hex-step__flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .hex-step__number::after {
    width: calc(100% + 80px);
  }
  .hex-step__desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
.image-slider__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  cursor: pointer;
  aspect-ratio: 54 / 25;
}
.image-slider__caption {
  color: white;
  font-family: var(--third-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  bottom: 60px;
  max-width: 60%;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.75);
}
.image-slider__caption:has(a) {
  bottom: 40px;
}
.image-slider__caption a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.image-slider__caption .arrow-link-animated {
  flex-shrink: 0;
}
.image-slider__caption a:hover .arrow-link-animated {
  color: var(--red);
  .arrow-link-animated__polygon {
    color: var(--red);
    transform: scale(0.8);
    stroke-width: 0 !important;
  }
  .arrow-link-animated__arrow {
    color: white;
  }
}
.image-slider__buttons {
  position: absolute;
  right: 40px;
  bottom: 40px;
  border-color: rgba(130, 130, 130, 0.4);
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .image-slider__caption {
    font-size: 18px;
    line-height: 20px;
    left: 24px;
    bottom: 44px;
    max-width: 70%;
  }
  .image-slider__buttons {
    right: 24px;
    bottom: 24px;
  }
  .image-slider__caption:has(a) {
    bottom: 24px;
  }
  .image-slider__caption a .arrow-link-animated {
    color: var(--red);
    .arrow-link-animated__polygon {
      color: var(--red);
      transform: scale(0.8);
      stroke-width: 0 !important;
    }
    .arrow-link-animated__arrow {
      color: white;
    }
  }
}
@media screen and (max-width: 1023px) {
  .image-slider__img {
    border-radius: 16px;
    aspect-ratio: 1 / 1;
  }
  .image-slider__caption {
    left: 16px;
    top: 16px;
    bottom: auto;
  }
  .image-slider__buttons {
    right: 16px;
    bottom: 16px;
  }
  .image-slider__caption:has(a) {
    bottom: auto;
    right: 40px;
    max-width: unset;
  }
}
.video-widget {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  width: 157px;
}
.video-widget__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 10px;
}
.video-widget__title {
  font-family: var(--third-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.video-widget__name {
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.video-widget__link {
  display: block;
  width: 157px;
  height: 157px;
  border-radius: 24px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  box-shadow: 0 32px 50px -24px rgba(220, 43, 28, 0.2);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}
.video-widget__link::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='6' fill='%23C0C0C0' fill-opacity='0.43'/%3E%3Cpath d='M13.5547 10.0365L19.7519 14.1679C20.3457 14.5638 20.3457 15.4362 19.7519 15.8321L13.5547 19.9635C12.8901 20.4066 12 19.9302 12 19.1315V10.8685C12 10.0698 12.8901 9.59343 13.5547 10.0365Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.video-widget__link:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}
.video-widget__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .video-widget {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
  }
  .video-widget__link {
    display: block;
    width: 75px;
    height: 70px;
    border-radius: 12px;
  }
  .video-widget__name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/* OTHER */
.conference-card {
  color: var(--black);
  text-decoration: none;
}
.conference-card__head {
  height: 210px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  padding: 25px;
}
.conference-card__logo-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.conference-card__logo {
  width: auto;
  height: 33px;
  object-fit: contain;
}
.conference-card__text {
  color: rgba(24, 24, 24, 0.4);
  font-size: 11.69px;
  font-weight: 600;
  line-height: 16.7px;
  letter-spacing: -0.351px;
  text-align: right;
}
.conference-card__picture {
  width: 100%;
  height: 198px;
  object-fit: cover;
  border-radius: 8px;
}
.conference-card__title {
  color: var(--black);
  font-size: 20.875px;
  font-weight: 700;
  line-height: 25.05px;
  letter-spacing: -0.626px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1900px) {
  .conference-card__picture {
    height: 160px;
  }
  .conference-card__head {
    height: 190px;
  }
}
@media screen and (max-width: 1279px) {
  .conference-card__picture {
    display: none;
  }
  .conference-card__head {
    height: 210px;
  }
}
@media screen and (max-width: 1023px) {
  .conference-card__head {
    padding: 15px;
    height: 170px;
  }
  .conference-card__title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.54px;
  }
}
.journey-card {
  padding-bottom: 80px;
}
.journey-card_black {
  color: black;
}
.journey-card__year {
  font-family: var(--third-font);
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -2.4px;
}
.journey-card__caption {
  color: var(--red);
  font-family: var(--third-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 5px;
}
.journey-card__text {
  color: var(--light-gray);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}
.journey-card_black .journey-card__text {
  color: var(--black);
}
@media screen and (max-width: 1900px) {
  .journey-card__year {
    font-size: 50px;
    line-height: 53px;
    letter-spacing: -1.92px;
  }
  .journey-card__caption {
    font-size: 18px;
    line-height: 21px;
    margin-top: 0;
    max-width: 370px;
  }
}
@media screen and (max-width: 1767px) {
  .journey-card__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1279px) {
  .journey-card__text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .journey-card {
    opacity: 0.34;
    transition: all 0.3s ease;
  }
  .journey-card.swiper-slide-active {
    opacity: 1;
  }
}
.voice-card {
  display: flex;
  max-height: 435px;
  padding: 30px 60px 30px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: var(--black);
  border-radius: 24px;
  color: white;
  height: unset;
}
.voice-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.voice-card__avatar {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background-color: var(--gray);
}
.voice-card__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.voice-card__position {
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.voice-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.voice-card__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.voice-card__link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
  transition: all 0.3s ease;
}
.voice-card__link:hover {
  color: var(--red);
}
.voice-card__link-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.voice-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding-left: 66px;
  max-width: 420px;
}
.voice-card_theme_light {
  background: var(--light-gray);
  color: var(--black);
}
.voice-card_theme_light .voice-card__link {
  color: var(--black);
}
.voice-card_theme_light .voice-card__link:hover {
  color: var(--red);
}
@media screen and (max-width: 1900px) {
  .voice-card {
    padding: 25px 40px 25px 25px;
    max-height: 400px;
  }
  .voice-card__name {
    font-size: 16px;
    line-height: 25px;
  }
  .voice-card__position {
    font-size: 12px;
    line-height: 20px;
  }
  .voice-card__text {
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-height: 750px) {
  .voice-card__text {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 1023px) {
  .voice-card__title {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.2;
  }
  .voice-card__text {
    -webkit-line-clamp: 9;
    line-height: 1.2;
  }
}
.news-card {
  color: white;
  text-decoration: none;
}
.news-card__head {
  height: 223px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: white;
}
.news-card__picture {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 8px;
}
.news-card__chips {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 2;
}
.news-card__chip {
  padding: 4px 7px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--black);
  font-size: 11.66px;
  font-weight: 500;
  line-height: 16.657px;
  letter-spacing: -0.233px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.news-card__chip:hover {
  background: var(--black);
  color: white;
}
.news-card__body {
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-card__date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.35px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.news-card__title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.625px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  text-decoration: none;
}
.news-card__title:hover {
  color: var(--red);
}
.news-card_white {
  color: var(--black);

  .news-card__title {
    color: var(--black);
  }
  .news-card__head {
    height: 268px;
  }
  .news-card__date {
    color: rgba(24, 24, 24, 0.6);
  }
}
.news-card_black {
  color: var(--black);

  .news-card__title {
    color: var(--black);
  }
  .news-card__date {
    color: rgba(24, 24, 24, 0.6);
  }
}
.main-detail__news-card.news-card {
  .news-card__head {
    height: 195px;
  }
  .news-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.48px;
    -webkit-line-clamp: 2;
  }
  .news-card__body {
    gap: 5px;
    padding: 10px;
  }
}
.news-card__type {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-card__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news-card__button {
  margin-top: 10px;
}
.news-card_extended {
  color: var(--black);
  background: var(--light-gray);
  border-radius: 8px;
  .news-card__date {
    color: rgba(24, 24, 24, 0.6);
  }
  .news-card__title {
    color: var(--black);
  }
  .news-card__body {
    gap: 20px;
  }
}
@media screen and (max-width: 1900px) {
  .news-card__head {
    height: 200px;
  }
  .news-card__body {
    gap: 10px;
    padding: 15px;
  }
  .news-card__date {
    font-size: 10px;
    line-height: 14px;
  }
  .news-card__title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .news-card__button {
    margin-top: 0;
  }
}
.case-item {
  background: var(--bg-black);
  border-radius: 14px;
  overflow: hidden;
  padding: 24px 32px 32px 24px;
  position: relative;
  height: 320px;
  text-decoration: none;
  color: white;
  user-select: none;
}
.case-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}
.case-item__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.case-item__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 3;
}
.case-item__title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.case-item__flag {
  width: 32px;
  height: 24px;
  object-fit: contain;
  object-position: right center;
  margin: 6px 8px 0 0;
}
.case-item__arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 50px;
  pointer-events: none;
  z-index: 3;
}
.case-item__desc {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
  overflow: hidden;
}
.case-item:hover .case-item__desc {
  opacity: 1;
  visibility: visible;
}
.case-item__desc::before {
  content: "";
  position: absolute;
  width: 855.576px;
  height: 289.757px;
  transform: rotate(68.482deg);
  border-radius: 855.576px;
  opacity: 0.34;
  background: var(--sec-red);
  filter: blur(80px);
  left: -270px;
  bottom: -260px;
}
.case-item__desc-text {
  position: absolute;
  bottom: 32px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
.case-item__desc-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -3.2px;
}
.case-item__desc-number-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1279px) {
  .case-item::before {
    content: unset;
    display: none;
  }
  .case-item__desc {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
  }
  .case-item__desc::before {
    opacity: 0.1;
  }
  .case-item__arrow .moving-arrow__bg {
    opacity: 1;
    transform: scale(1);
  }
  .case-item__arrow .moving-arrow__arrows {
    transform: translateX(5px);
  }
  .case-item__title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.6px;
  }
  .case-item__desc-number {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -2.8px;
  }
  .case-item {
    height: 260px;
  }
}
.product-card {
  background: var(--bg-black);
  border-radius: 14px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  height: 320px;
  text-decoration: none;
  color: white;
  user-select: none;
  border: 1px solid #737373;
}
.product-card::after {
  position: absolute;
  left: -85px;
  bottom: -184px;
  width: 510.533px;
  height: 172.901px;
  transform: rotate(68.482deg);
  border-radius: 510.533px;
  opacity: 0.34;
  background: var(--red);
  filter: blur(80px);
  pointer-events: none;
}
.product-card__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 346px;
  max-height: 287px;
  top: 0;
  right: 24px;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
}
.product-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 2;
  max-width: 320px;
  height: 100%;
}
.product-card__title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.product-card__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.product-card__arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 62px;
  height: 72px;
  pointer-events: none;
  color: transparent;
  transition: all 0.3s ease;
}
.product-card__arrow-bg {
  transition: all 0.3s ease;
}
.product-card:hover .product-card__arrow-bg {
  color: var(--red);
  stroke: var(--red) !important;
}
@media screen and (max-width: 1279px) {
  .product-card__picture {
    max-width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card {
    padding: 16px;
  }
  .product-card__picture {
    top: 16px;
    right: 16px;
    max-width: 220px;
  }
  .product-card__body {
    max-width: clamp(225px, 60vw, 320px);
  }
  .product-card__arrow {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 62px;
  }
  .product-card__arrow svg {
    width: 52px;
    height: 62px;
  }
}
.resource-card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  padding: 32px 0 31px;
  align-items: flex-start;
  border-bottom: 1px solid var(--border-gray);
}
.resource-card:first-child {
  padding-top: 31px;
  border-top: 1px solid var(--border-gray);
}
.resource-card__type {
  grid-column: 1 / 3;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  background: var(--light-gray);
  border-radius: 12px;
  padding: 8px 12px;
  width: fit-content;
}
.resource-card__text {
  grid-column: 3 / 8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.resource-card__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.resource-card__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.resource-card__tools {
  grid-column: 9 / -1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.resource-card__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.resource-card__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
  text-decoration: none;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 18px 12px;
  background: var(--light-gray);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.resource-card__link svg {
  color: var(--red);
  transition: all 0.3s ease;
}
.resource-card__link:hover {
  background: var(--red);
  color: white;
}
.resource-card__link:hover svg {
  color: white;
}
.resource-card__info {
  grid-column: 1 / -1;
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.resource-card-inner {
  display: flex;
  flex-direction: column;
  padding: 24px;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid var(--border-gray);
  min-height: 324px;
}
.resource-card-inner__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.resource-card-inner__type {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  background: var(--light-gray);
  border-radius: 12px;
  padding: 8px 12px;
  width: fit-content;
}
.resource-card-inner__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.resource-card-inner__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.resource-card-inner__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.resource-card-inner__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.resource-card-inner__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.resource-card-inner__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
  text-decoration: none;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 18px 12px;
  background: var(--light-gray);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.resource-card-inner__link svg {
  color: var(--red);
  transition: all 0.3s ease;
}
.resource-card-inner__link:hover {
  background: var(--red);
  color: white;
}
.resource-card-inner__link:hover svg {
  color: white;
}
.resource-card-inner__info {
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1023px) {
  .resource-card {
    gap: 20px 16px;
  }
  .resource-card__type {
    grid-column: 1 / -1;
  }
  .resource-card__text {
    grid-column: 1 / -1;
  }
  .resource-card__tools {
    grid-column: 1 / -1;
    align-items: flex-start;
  }
  .resource-card-inner {
    padding: 16px;
    min-height: 300px;
  }
  .resource-card-inner__head {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .resource-card-inner__buttons {
    gap: 10px;
  }
  .resource-card-inner__link {
    padding: 14px 10px;
  }
}
.youtube-card {
  display: flex;
  flex-direction: column;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.youtube-card__thumbnail {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
}
.youtube-card__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 2;
}
.youtube-card__thumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5547 13.0365L32.7519 23.1679C33.3457 23.5638 33.3457 24.4362 32.7519 24.8321L17.5547 34.9635C16.8901 35.4066 16 34.9302 16 34.1315V13.8685C16 13.0698 16.8901 12.5934 17.5547 13.0365Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
  transition: all 0.3s ease;
}
.youtube-card:hover .youtube-card__thumbnail::after,
.youtube-card:focus .youtube-card__thumbnail::after {
  transform: translate(-50%, -50%) scale(1.5);
}
.youtube-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.youtube-card__info {
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.youtube-card__info-title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.youtube-card__info-chip {
  color: white;
  background: var(--black);
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .youtube-card__thumbnail {
    aspect-ratio: 14 / 9;
  }
}
@media screen and (max-width: 1023px) {
  .youtube-card__info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.partner__card {
  display: flex;
  padding: 32px 32px 32px 24px;
  flex-direction: column;
  gap: 60px;
  border-radius: 24px;
  border: 1px solid var(--border-gray);
  background: white;
}
.partner__card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.partner__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.partner__card-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
.partner__card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.advantage-card {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background: var(--light-gray);
  overflow: hidden;
  border-radius: 24px;
  min-height: 123px;
  color: var(--black);
}
.advantage-card::before {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -198px;
  width: 318px;
  height: 273px;
  background-image: url("data:image/svg+xml,%3Csvg width='318' height='273' viewBox='0 0 318 273' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M314.444 125.247C318.563 132.247 318.56 140.737 314.186 147.732L314.18 147.741L246.52 261.231L246.518 261.233C242.393 268.241 234.662 272.74 226.429 272.49L91.0918 272.49C82.8358 272.49 75.1055 268.231 70.9873 261.233L70.9863 261.232L3.58984 147.744C-0.532074 140.741 -0.526968 132.247 3.58593 125.509L3.58886 125.505L71.5127 11.7588L71.5166 11.751L71.5215 11.7441L71.8936 11.0976C75.8576 4.49833 83.3544 0.49999 91.3555 0.49999L226.94 0.499996C235.196 0.500091 242.927 4.75872 247.045 11.7559L247.046 11.7578L314.443 125.248L314.444 125.247Z' stroke='%23828282'/%3E%3Cpath opacity='0.2' d='M271.233 128.451C274.184 133.458 274.181 139.529 271.048 144.531L271.042 144.54L222.141 226.437L222.139 226.438C219.183 231.453 213.641 234.672 207.743 234.493L109.925 234.493C104.004 234.493 98.4639 231.443 95.5137 226.438L95.5127 226.437L46.8027 144.543C43.8489 139.532 43.854 133.459 46.7988 128.642L46.8008 128.637L95.8926 46.5566L95.8975 46.5498L95.9014 46.542C98.6597 41.5508 104.192 38.5 110.115 38.5L208.108 38.5C214.029 38.5 219.569 41.5492 222.52 46.5537L222.521 46.5557L271.232 128.452L271.233 128.451Z' stroke='%23828282'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.advantage-card_title {
  background: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.advantage-card_title::before {
  display: none;
}
.advantage-card_title .main__section-title {
  width: min-content;
}
.advantage-card__title {
  font-family: var(--third-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.advantage-card__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.48px;
}
.advantage-card_black {
  background: var(--bg-black);
  color: white;
}
.advantage-card_black .advantage-card__title {
  color: var(--red);
  max-width: 300px;
}
.advantage-card_w-title .advantage-card__title {
  color: white;
}
.advantage-card_black::before {
  width: 333px;
  height: 285px;
  background-image: url("data:image/svg+xml,%3Csvg width='333' height='285' viewBox='0 0 333 285' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M329.295 130.741C333.613 138.055 333.612 146.927 329.026 154.237L329.021 154.246L258.168 272.725L258.167 272.728C253.844 280.049 245.74 284.75 237.108 284.489L95.3887 284.489C86.7346 284.489 78.6321 280.039 74.3154 272.728L74.3144 272.726L3.73925 154.248C-0.580829 146.93 -0.576721 138.056 3.73437 131.015L3.7373 131.011L74.8652 12.2646L74.8701 12.2578L74.874 12.25C78.9134 4.952 87.0071 0.500128 95.6641 0.49999L237.645 0.499996C246.298 0.499996 254.401 4.95028 258.718 12.2617L258.719 12.2637L329.296 130.74L329.295 130.741Z' stroke='%23DC2B1C'/%3E%3Cpath d='M280.46 134.366C283.442 139.426 283.439 145.56 280.272 150.615L280.268 150.624L230.869 233.352L230.868 233.354C227.881 238.422 222.281 241.674 216.321 241.493L216.313 241.492L117.51 241.492C111.527 241.492 105.929 238.411 102.948 233.354L102.947 233.353L53.7422 150.627C50.7575 145.564 50.7625 139.426 53.7383 134.559L53.7412 134.555L103.331 51.6416L103.336 51.6338L103.34 51.626C106.127 46.5826 111.717 43.5 117.702 43.5L216.69 43.5L217.25 43.5088C223.02 43.6942 228.364 46.7395 231.252 51.6387L231.253 51.6396L280.459 134.367L280.46 134.366Z' stroke='%23DC2B1C'/%3E%3C/svg%3E%0A");
  bottom: -180px;
  right: -193px;
}
.advantage-card_white {
  background: white;
  border: 1px solid var(--border-gray);
}
.advantage-card_big {
  padding: 32px 32px 32px 24px;
  gap: 40px;
  justify-content: space-between;
  min-height: 300px;
}
.advantage-card_big::before {
  width: 500px;
  height: 429px;
  bottom: -277px;
  right: -298px;
}
.advantage-card_big .advantage-card__title {
  font-family: var(--main-font);
  text-transform: none;
}
.advantage-card_big .advantage-card__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 75%;
}
.advantage-card.swiper-slide {
  height: auto !important;
}
@media screen and (max-width: 1239px) {
  .advantage-card {
    padding: 32px;
  }
  .advantage-card_big {
    gap: 20px;
    min-height: 260px;
  }
  .advantage-card_big .advantage-card__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .advantage-card {
    padding: 24px;
  }
  .advantage-card_big {
    padding: 16px;
  }
  .advantage-card_big .advantage-card__text {
    max-width: none;
  }
  .advantage-card_big .advantage-card__text {
    font-size: 16px;
  }
}
.person-card {
  color: white;
  height: 436px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--light-gray);
  width: 338px;
}
.person-card__picture {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
}
.person-card__img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
  z-index: 1;
}
.person-card__img-cover::after {
  content: "";
  position: absolute;
  width: 855.576px;
  height: 289.757px;
  transform: rotate(63.092deg);
  border-radius: 855.576px;
  opacity: 0.34;
  background: #ff000d;
  filter: blur(80px);
  top: 230px;
  left: -30px;
}
.person-card__info {
  height: 100%;
  position: absolute;
  z-index: 3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  top: 0;
  transform: translateY(
    calc(100% - 117px)
  ); /* Минус высота имени и должности */
  left: 0;
  right: 0;
  transition: all 0.4s ease-out;
}
.person-card__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  padding: 22px 25px;
  border-radius: 20px;
  transition: all 0.4s ease-out;
}
.person-card__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.person-card__position {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.person-card__bio {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  display: none;
}
.person-card__link {
  margin-left: 32px;
  margin-bottom: 25px;
}
.person-card.active .person-card__img-cover {
  opacity: 1;
  visibility: visible;
}
.person-card.active .person-card__info {
  transform: translateY(0);
  transition: all 0.4s ease-out 0.2s;
}
.person-card.active .person-card__info-wrapper {
  padding-bottom: 10px;
  background: transparent;
}
.person-card.active .person-card__bio {
  display: -webkit-box;
}
@media screen and (min-width: 1280px) {
  .person-card:hover .person-card__img-cover {
    opacity: 1;
    visibility: visible;
  }
  .person-card:hover .person-card__info {
    transform: translateY(0);
    transition: all 0.4s ease-out 0.2s;
  }
  .person-card:hover .person-card__bio {
    display: -webkit-box;
  }
  .person-card:hover .person-card__info-wrapper {
    padding-bottom: 10px;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .person-card {
    width: auto;
  }
}
.bestseller-card {
  display: flex;
  padding: 32px 32px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-radius: 24px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-gray);
  min-height: 260px;
}
.bestseller-card__title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  max-width: 47%;
}
.bestseller-card__title span {
  color: var(--red);
}
.bestseller-card__text {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  max-width: 47%;
  margin-top: 10px;
}
.bestseller-card__arrow {
  color: var(--gray);
}
.bestseller-card__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 50%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
}
.bestseller-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 47%;
}
.bestseller-card__type {
  width: 116px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.bestseller-card__type_escort {
  background-image: url("/assets/img/logo/best_sokol_logo.png");
}
.bestseller-card__type_sokol {
  background-image: url("/assets/img/logo/best_escort_logo.png");
}
@media screen and (max-width: 1023px) {
  .bestseller-card__title {
    font-size: 20px;
    line-height: 28px;
    max-width: unset;
  }
  .bestseller-card__text {
    max-width: unset;
    font-size: 14px;
    line-height: 20px;
  }
  .bestseller-card__footer {
    max-width: unset;
  }
  .bestseller-card {
    padding: 24px;
  }
  .bestseller-card__img {
    display: none;
  }
}
.industry-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--black);
  /* height: calc((100% - 16px) / 2) !important; */
  flex-grow: 1;
  height: auto !important;
}
.industry-card__head {
  padding: 24px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-grow: 1;
}
.industry-card__head_col {
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  gap: 10px;
}
.industry-card__title {
  font-family: var(--third-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
}
.industry-card__arrow {
  min-width: 28px;
  min-height: 28px;
}
.industry-card__body {
  height: 130px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.industry-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.industry-card__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  color: white;
  padding: 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  z-index: 2;
}
.industry-card__text::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -372px;
  width: 855.576px;
  height: 289.757px;
  transform: rotate(63.092deg);
  opacity: 0.34;
  border-radius: 855.576px;
  background: var(--red);
  filter: blur(80px);
  z-index: -1;
}
.industry-card__subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1280px) {
  .industry-card:hover .industry-card__text {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1279px) {
  .industry-card__arrow {
    display: none;
  }
  .industry-card__head {
    padding: 16px;
  }
  .industry-card__title {
    -webkit-line-clamp: 3;
    min-height: unset;
  }
  .industry-card__body {
    height: 110px;
  }
  .industry-card__subtitle {
    -webkit-line-clamp: 2;
    line-height: 25px;
  }
  .industry-card__head_col {
    gap: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .industry-card {
    height: auto !important;
  }
  .industry-card__subtitle {
    -webkit-line-clamp: 4;
    line-height: 20px;
  }
  .industry-card__title {
    min-height: unset;
  }
  .industry-card__body {
    height: 130px;
  }
}
.integration-card {
  background-color: white;
  border-radius: 24px;
  padding: 60px 20px 20px;
  display: flex;
  flex-direction: column;
  color: var(--black);
}
.integration-card__logo {
  height: 70px;
  width: auto;
  max-width: 80%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.integration-card__title {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 60px;
}
.integration-card__description {
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  margin-top: 4px;
}
.integration-card_alt .integration-card__title,
.integration-card_alt .integration-card__description {
  margin: 0;
  max-width: 180px;
}
.integration-card_alt .integration-card__logo {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .integration-card_alt .integration-card__logo {
    margin: 0;
  }
}
.product-item {
  background: white;
  overflow: hidden;
  border-radius: 14px;
  padding: 24px;
  color: var(--black);
  text-decoration: none;
  border: 1px solid var(--border-gray);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  height: auto;
  transition: all 0.3s ease;
}
.product-item::after {
  content: "";
  position: absolute;
  width: 510.53px;
  height: 172.9px;
  left: -24.21px;
  top: 197.73px;
  background: var(--red);
  opacity: 0;
  visibility: hidden;
  filter: blur(80px);
  transform: rotate(45deg);
}
.product-item:hover::after {
  opacity: 0.34;
  visibility: visible;
}
.product-item:hover {
  background: var(--bg-black);
  border: 1px solid var(--bg-black);
  color: white;
}
.product-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 2;
}
.product-item__image {
  width: auto;
  max-width: 90%;
  height: 210px;
  margin: 20px auto 0;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.product-item:hover .product-item__image {
  transform: scale(1.2);
}
.product-item__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 2;
}
.product-item__arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .product-item__image {
    max-width: none;
    height: 163px;
  }
}
@media screen and (max-width: 1023px) {
  .product-item__title {
    font-size: 20px;
    line-height: 28px;
  }
  .product-item__desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-item {
    padding: 16px;
  }
  .product-item__image {
    height: 143px;
  }
  .product-item__arrow {
    bottom: 16px;
    right: 16px;
  }
}
.challenge-card {
  height: 260px;
  padding: 32px 32px 32px 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(130, 130, 130, 0.40);
  color: var(--black);
  background-color: white;
}
.challenge-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  background-color: var(--black);
}
.challenge-card__text {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  z-index: 2;
}
.challenge-card:has(.challenge-card__img) {
  color: white;
  background-color: var(--black);
}
.case-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 32px 32px 24px;
  position: relative;
  background: var(--black);
  color: white;
  text-decoration: none;
  border-radius: 14px;
}
.case-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.case-card__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.case-card__flag {
  width: 32px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}
.case-card__number {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.6px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.case-card__number span {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -3.2px;
}
.case-card__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-right: 100px;
  margin-top: 10px;
}
.case-card__arrow {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.solution-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
  background: var(--black);
  border-radius: 14px;
  padding: 24px;
  min-height: 388px;
}
.solution-card.swiper-slide {
  height: auto;
}
.solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.9) 0%,
    rgba(15, 15, 15, 0) 100%
  );
  z-index: 2;
  transition: all 0.3s ease;
}
.solution-card__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 3;
}
.solution-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solution-card__title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
  transition: color 0.3s ease;
}
.solution-card__subtitle {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.solution-card__footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.solution-card__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.solution-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.solution-card__list-item {
  position: relative;
  padding-left: 20px;
}
.solution-card__list-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.7948 0.585292L6.70481 2.28745C6.88832 2.39342 7.00629 2.59212 6.99974 2.80406V6.20838C6.99974 6.42032 6.88832 6.61902 6.70481 6.72499L3.7948 8.42052C3.61129 8.52649 3.38845 8.52649 3.21149 8.42052L0.294933 6.71174C0.111419 6.61239 0 6.4137 0 6.20175V2.79081C0 2.57887 0.111419 2.38018 0.294933 2.27421L3.20494 0.578669C3.38845 0.472698 3.61129 0.472698 3.7948 0.585292Z' fill='%23DC2B1C'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.solution-card:hover .solution-card__footer {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.solution-card:hover .solution-card__title {
  color: var(--red);
}
.solution-card:hover .solution-card__bg {
  display: none;
}
.solution-card:hover::before {
  background: var(--black);
}
@media screen and (max-width: 1279px) {
  .solution-card {
    gap: 20px;
    min-height: 320px;
  }
  .solution-card__footer {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .solution-card__title {
    color: var(--red);
  }
  .solution-card__bg {
    display: none;
  }
  .solution-card::before {
    background: var(--black);
  }
}
@media screen and (max-width: 1023px) {
  .solution-card {
    padding: 16px;
    min-height: 300px;
  }
  .solution-card__desc,
  .solution-card__list {
    font-size: 12px;
    line-height: 16px;
  }
  .solution-card__link {
    font-size: 14px;
    line-height: 20px;
  }
  .solution-card__list {
    gap: 6px;
  }
}
.speaker-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  color: var(--black);
  gap: 16px;
}
.speaker-card__picture {
  width: 100%;
  aspect-ratio: 338 / 345;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  background-color: var(--light-gray);
}
.speaker-card__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 8px;
  justify-content: space-between;
  flex-grow: 1;
}
.speaker-card__block {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: space-between;
}
.speaker-card__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.speaker-card__position {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.speaker-card__link {
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
  gap: 4px;
}
.speaker-card__link:hover {
  color: var(--red);
}
.speaker-card__logo {
  height: 20px;
  width: auto;
  object-fit: contain;
  object-position: right center;
  flex-shrink: 0;
}
.social-card {
  display: flex;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-gray);
  background: white;
}
.social-card__header {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.social-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.social-card__picture {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.social-card__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .social-card {
    flex-direction: column-reverse;
  }
  .social-card__header {
    gap: 24px;
  }
}
.header {
  background: var(--bg-black);
  color: white;
}
.header__logo {
  width: 140px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s ease 0.3s;
}
.header__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.header__left-block {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
.header__right-block {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.header__menu-item {
  white-space: nowrap;
}
.header__link,
.header__menu-item a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  transition: all 0.3s ease;
  position: relative;
}
.header__link {
  font-weight: 600;
}
.header__link:hover,
.header__menu-item a:hover {
  color: white;
}
.header__menu-item a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  border-radius: 5px;
  background: var(--red);
  padding: 2px 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: -1;
}
.header__menu-item a:active::before,
.header__menu-item a.active::before,
.header__menu-item a:hover::before {
  opacity: 1;
  visibility: visible;
}
.page:has(.swiper-slide-active[data-type="regular"]) .header_fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__media-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.header__media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.header__media-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
}
.header:has(.header__detail) {
  padding-bottom: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.header__detail {
  margin: 0 auto;
  max-width: 1400px;
  padding: 40px 0 140px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  align-content: space-between;
  height: 900px;
}
.header__detail-head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.header__detail-chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.header__detail-chip {
  background: white;
  color: var(--black);
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  width: fit-content;
}
.header__detail-chip_red {
  background: var(--red);
  color: white;
}
.header__detail-country {
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.header__detail-flag {
  width: 32px;
  height: 24px;
  object-fit: contain;
  object-position: right center;
}
.header__detail-pic {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  mask-image: linear-gradient(360deg, rgba(1, 1, 0, 0) 5.23%, #010100 100%);
  pointer-events: none;
}
.header__detail-body {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: flex-start;
  gap: 0 16px;
  position: relative;
  z-index: 2;
}
.header__detail-body-chips {
  grid-column: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__detail-title {
  grid-column: 3 / 10;
  color: white;
  font-family: var(--third-font);
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
}
.header__detail-download {
  grid-column: 10 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.header__detail-download:hover {
  color: var(--red);
}
.header__detail .blured-ears {
  position: absolute;
  opacity: 0.34;
  visibility: visible;
}
.header__detail .blured-ears_right {
  transform: rotate(18deg);
}
.header__detail:has(.header__detail-media) {
  height: 620px;
  padding: 120px 0 120px;
}
.header__detail-media {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 0 16px;
  position: relative;
  z-index: 2;
}
.header__detail-media-info {
  grid-column: 1 / 8;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__detail-media-date {
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 20px;
}
.header__detail-media-location {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.header__detail-media-location:hover {
  color: var(--red);
}
.header__detail-media-title {
  color: white;
  font-family: var(--third-font);
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.header__detail-media-desc {
  grid-column: -4 / -1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__detail-media-desc:has(.header__detail-media-block) {
  gap: 60px;
}
.header__detail-media-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__detail-media-desc-title {
  font-family: var(--third-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header__detail-media-desc-title span {
  color: var(--red);
}
.header__detail-media-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.header__detail-media-chip {
  padding: 6px 10px;
  border-radius: 9px;
  color: var(--light-gray);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  background: var(--black);
}
.header__detail-media-desc-text {
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
  max-width: 260px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.header__detail-media-desc-text_big {
  color: var(--light-gray);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.54px;
  -webkit-line-clamp: 5;
}
.header__detail-media-desc .header__detail-download {
  margin-top: 30px;
  justify-content: flex-start;
}
.header__burger-button {
  gap: 3px;
  display: none;
  flex-direction: column;
  position: relative;
}
.header__burger-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
  pointer-events: none;
}
.header__burger-button span:nth-child(1) {
  top: calc(50% - 5px);
}
.header__burger-button span:nth-child(3) {
  top: calc(50% + 5px);
}
.header__burger-button.active {
  span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  span:nth-child(2) {
    display: none;
  }
  span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.header__mobile-email {
  display: none;
}
.header__detail .arrow-link-animated {
  margin-top: 25px;
}
.header__detail-media-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.header__detail-media-buttons .button {
  padding-left: 40px;
  padding-right: 40px;
}
.header__detail-media-desc-caption {
  color: var(--red);
  font-family: var(--third-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.page:has(.modal.active) .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.page:has(.modal.active) .header__media-bg {
  display: none;
}
.header__detail-video-widget {
  grid-column: -3 / -1;
}
.header__detail-media-certificates {
  grid-column: 1 / -1;
  margin-top: 45px;
  display: flex;
  gap: 8px;
}
.header__detail-media-certificates .certificates__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  filter: brightness(4);
}
.header__container {
  position: relative;
  z-index: 2;
}
.header:has(.header__media-bg) .header__container,
.header:has(.header__detail-pic) .header__container {
  background-image: linear-gradient(
    0.5turn,
    rgba(0, 0, 0, 0.31) 20%,
    rgba(0, 0, 0, 0) 92%
  );
}
.header__detail-back-link {
  color: white;
}
@media screen and (max-width: 1900px) {
  .header__detail {
    max-height: 100vh;
  }
  .header__detail-title,
  .header__detail-media-title {
    font-size: clamp(40px, 3.126vw, 60px);
    line-height: clamp(45px, 3.386vw, 65px);
  }
  .header__detail-media-certificates {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1439px) {
  .header__link_email {
    display: none;
  }
  .header__mobile-email {
    display: flex;
  }
  .header__left-block {
    gap: 16px;
  }
  .header__right-block {
    gap: 10px;
  }
  .header__burger-button {
    display: flex;
    margin-right: 16px;
  }
  .header__wrapper {
    gap: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .header__menu {
    gap: 20px;
    overflow: hidden;
    padding: 6px 12px;
    flex-wrap: wrap;
    height: 32px;
    max-width: 42vw;
  }
  .header__detail,
  .header__detail:has(.header__detail-media) {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header__detail:has(.header__detail-media) {
    height: 596px;
    padding-top: 80px;
  }
  .header__detail-body {
    gap: 20px 16px;
  }
  .header__detail-body-chips {
    grid-column: 1 / -1;
  }
  .header__detail-title {
    grid-column: 1 / 10;
  }
  .header__detail-media-desc {
    grid-column: -5 / -1;
    gap: 40px;
  }
  .header__detail-media-desc:has(.header__detail-media-block) {
    gap: 40px;
  }
  .header__detail-media-desc-title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 1279px) {
  .page:has(.modal.active) {
    overflow: hidden;
  }
  .header__detail-media-certificates {
    margin-top: 65px;
  }
  .header__detail .arrow-link-animated {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header__wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .header__right-block .lang-selector {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__burger-button {
    margin: 0;
  }
  .header__button_request {
    display: none;
  }
  .header__detail,
  .header__detail:has(.header__detail-media) {
    padding-left: 16px;
    padding-right: 16px;
    max-height: none;
    padding-top: 40px;
  }
  .header__detail-title {
    grid-column: 1 / -1;
  }
  .header__detail-download {
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .header__detail-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .header:has(.header__detail) {
    position: relative;
  }
  .header__detail-pic {
    height: 100vh;
    bottom: auto;
    top: 0;
    transform: translateX(-20%);
  }
  .header__detail:has(.header__detail-media) {
    height: 730px;
  }
  .header__detail-media-info {
    grid-column: 1 / -1;
  }
  .header__detail-media-desc {
    grid-column: 1 / -1;
    gap: 30px;
  }
  .header__detail-media-desc:has(.header__detail-media-block) {
    gap: 30px;
  }
  .header__detail-media {
    gap: 40px 16px;
  }
  .header__detail-media-title {
    -webkit-line-clamp: 5;
  }
  .header__detail-video-widget {
    grid-column: 1 / -1;
  }
  .header__detail-media-certificates {
    margin-top: 20px;
  }
}
/* HEADER INNER */
.header-inner {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.header-inner.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
  pointer-events: all;
}
.main__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 100px;
}
.main__wrapper_flex {
  display: flex;
  flex-direction: column;
  gap: 150px;
  padding-bottom: 150px;
}
.main__title {
  grid-column: 1 / -1;
  font-family: var(--third-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 60px 0;
}
.main__title:has(+ .filter) {
  padding-bottom: 30px;
}
.main__title span {
  color: var(--red);
}
.main__show-more-btn {
  grid-column: 1 / -1;
  margin: 40px auto 0;
  min-width: 160px;
  text-align: center;
}
.main__section .main__show-more-btn {
  margin: 0 auto;
}
.page:has(.header__detail) .main-detail {
  margin-top: 900px;
  position: relative;
  z-index: 2;
  background: white;
  border-radius: 40px 40px 0 0;
  color: var(--black);
}
.page:has(.header__detail-media) .main-detail {
  margin-top: 620px;
}
.main-detail {
  padding-top: 100px;
  transition: all 0.3s ease;
}
.main-detail:has(.about-us__journey) {
  overflow: hidden;
}
.main-detail .main__wrapper {
  padding-bottom: 150px;
}
.main-detail__text {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  position: relative;
}
.main-detail__text-content {
  grid-column: 3 / -5;
  display: flex;
  flex-direction: column;
  gap: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.main-detail__text-content p:empty {
  display: none !important;
}
.main-detail__text-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.main-detail__text-block_section {
  margin-bottom: -80px;
}
.main-detail__text-title {
  font-family: var(--third-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main-detail__text-content ul,
.main-detail__text-content ol {
  padding-left: 28px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-detail__text-content ul > li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.main-detail__text-content ul > li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.879 7.10662L16.6205 9.23431C16.8564 9.36678 17.0081 9.61515 16.9997 9.88008V14.1355C16.9997 14.4004 16.8564 14.6488 16.6205 14.7812L12.879 16.9007C12.6431 17.0331 12.3566 17.0331 12.1291 16.9007L8.3792 14.7647C8.14325 14.6405 8 14.3921 8 14.1272V9.86352C8 9.59859 8.14325 9.35022 8.3792 9.21776L12.1206 7.09834C12.3566 6.96587 12.6431 6.96587 12.879 7.10662Z' fill='%23DB291C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -28px;
  top: 0;
}
.main-detail__text-content ol {
  counter-reset: my-counter;
}
.main-detail__text-content ol > li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-detail__text-content ol > li::after {
  content: "[" counter(my-counter, decimal) "]";
  counter-increment: my-counter;
  position: absolute;
  left: -28px;
  top: 0;
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.main-detail__text-content a:not(.button) {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.main-detail__text-content a:not(.button):hover {
  color: var(--black);
}
.main-detail__text-gallery {
  padding-bottom: 24px;
}
.main-detail__text-gallery-pic {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}
li > .main-detail__text-gallery {
  margin-left: -28px;
}
.main-detail__see-also,
.main__right-block {
  grid-column: -4 / -1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: fit-content;
  position: sticky;
  top: 0;
}
.main__left-block {
  grid-column: 1 / 9;
}
.main-detail__see-also-title,
.main__right-block-title {
  font-family: var(--third-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.main-detail__see-also-list,
.main__right-block-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-detail__case-item {
  height: 260px;
}
.main-detail__case-item .case-item__head {
  gap: 8px;
}
.main-detail__bottom {
  grid-column: 1 / -1;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.main-detail__products-list {
  width: 100%;
}
.main-detail__sec-title {
  font-family: var(--third-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main__section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  grid-column: 1 / -1;
}
.main__wrapper:not(.main__wrapper_flex) .main__section {
  margin-top: 150px;
}
.main__section .swiper,
.main-detail__bottom .swiper {
  width: 100%;
}
.main__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.main__section-header_column {
  flex-direction: column;
  align-items: flex-start;
}
.main__section-title {
  font-family: var(--third-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main__section-title span {
  color: var(--red);
}
.main__section-subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.main-detail__slider-buttons {
  margin-top: 0;
}
.main__advantages,
.main__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.main__header {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 30px;
}
.main__left-block-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 16px;
}
@media screen and (max-width: 1439px) {
  .main__wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
  }
  .main__title {
    padding: 40px 0;
  }
  .main-detail {
    padding-top: 80px;
  }
  .main-detail__bottom {
    padding-top: 100px;
    gap: 30px;
  }
  .main-detail .main__wrapper {
    padding-bottom: 100px;
  }
  .page:has(.header__detail-media) .main-detail {
    margin-top: 596px;
  }
  .main-detail__text-content {
    gap: 30px;
  }
  .main__wrapper_flex {
    gap: 100px;
  }
  .main__section {
    gap: 40px;
  }
  .main__section-title {
    letter-spacing: normal;
  }
  .main__wrapper:not(.main__wrapper_flex) .main__section {
    margin-top: 100px;
  }
  .main-detail__text-block_section {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1279px) {
  .main-detail__text-content {
    grid-column: 1 / 9;
  }
  .main-detail__see-also,
  .main__right-block {
    grid-column: 9 / -1;
    margin-left: 34px;
  }
  .main-detail__case-item {
    height: 200px;
    padding: 16px;
  }
  .main-detail__case-item .case-item__arrow {
    bottom: 16px;
    right: 16px;
  }
  .main-detail__case-item .case-item__desc-text {
    left: 16px;
    bottom: 16px;
  }
  .main__section {
    gap: 30px;
  }
  .main__section-header {
    gap: 20px;
    flex-wrap: wrap;
  }
  .main__advantages,
  .main__grid {
    grid-template-columns: 1fr 1fr;
  }
  .main__left-block-list {
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .main__wrapper {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }
  .main__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2.2px;
  }
  .main-detail {
    padding-top: 60px;
  }
  .main-detail__text {
    gap: 30px 16px;
  }
  .main-detail__text-content {
    grid-column: 1 / -1;
  }
  .main__left-block {
    grid-column: 1 / -1;
  }
  .main-detail__see-also,
  .main__right-block {
    grid-column: 1 / -1;
    margin-left: 0;
  }
  .page:has(.header__detail) .main-detail {
    margin-top: -80px !important;
    border-radius: 20px 20px 0 0;
  }
  .main-detail__bottom {
    padding-top: 80px;
    gap: 30px;
  }
  .main-detail .main__wrapper {
    padding-bottom: 80px;
  }
  .page:has(.header__detail-media) .main-detail {
    margin-top: 730px;
  }
  .main__advantages,
  .main__grid {
    grid-template-columns: 1fr;
  }
  .main__left-block-list {
    grid-template-columns: 1fr;
  }
  .main__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 30px;
  }
  .main__header .main__title {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
.footer {
  position: relative;
}
.footer:has(.footer__wrapper) {
  background: var(--bg-black);
  border-radius: 40px 40px 0 0;
  color: white;
  overflow: hidden;
}
.footer__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  position: relative;
  z-index: 2;
}
.footer__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.footer__items:nth-child(1) {
  width: 310px;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__caption {
  color: rgba(255, 255, 255, 0.38);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.footer__text,
.footer__link {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.32px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer__link:hover {
  color: var(--red);
}
.footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: white;
}
.footer__social-link,
.footer__social-link * {
  transition: all 0.3s ease;
}
.footer__social-link:hover {
  color: var(--red);
}
.footer__link svg {
  width: 20px;
  height: 20px;
}
.footer__form {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 150px 0 80px;
  gap: 0 16px;
}
.footer__form-block {
  grid-column: 1 / 5;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__form-title {
  font-family: var(--third-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer__form-subtitle {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.54px;
}
.footer__form form,
.footer__form-container {
  grid-column: 6 / -1;
}
.footer:has(.footer__wrapper) .blured-ears {
  position: absolute;
  opacity: 0.34;
  visibility: visible;
  bottom: 638px;
  top: auto;
}
.footer:has(.footer__wrapper) .blured-ears_right {
  transform: rotate(18deg);
}
.footer__nav-left-block {
  grid-column: 1 / 4;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.footer__nav-right-block {
  grid-column: 7 / -2;
  display: flex;
  gap: 38px;
}
.footer__logo {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  padding: 80px 0 30px;
}
.footer__logo-img {
  width: 150px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.footer__copyright {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 117px;
  gap: 0 16px;
}
.footer__copyright-text {
  grid-column: 1 / 4;
}
.footer__copyright-links {
  grid-column: 7 / 10;
  display: flex;
  gap: 13px;
}
.footer__copyright-links .footer__link {
  color: var(--sec-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.footer__copyright-links .footer__link:hover {
  color: var(--red);
}
.footer__developer {
  grid-column: 10 / -1;
  display: flex;
  justify-content: flex-end;
}
.page:has(.header__detail) .footer {
  z-index: 2;
  background: transparent;
  border-radius: 0;
}
.page:has(.header__detail) .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page:has(.header__detail) .footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--bg-black);
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 100%;
}
/* FOOTER DETAIL */
.footer-detail {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 100px 0 100px;
}
.footer-detail_light {
  color: var(--black);
}
.footer-detail__title {
  font-family: var(--third-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer-detail__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.footer-detail_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  padding: 150px 0 150px;
}
.footer-detail__pic {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}
.footer-detail_grid-title {
  grid-column: 1 / 4;
  white-space: wrap;
}
.footer-detail__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.54px;
}
.footer-detail__left {
  grid-column: 1 / 6;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.footer-detail__logo {
  width: 113px;
  height: 129px;
  object-fit: contain;
}
.footer-detail__grid-info {
  grid-column: 6 / 10;
}
.footer-detail__grid-info_full {
  grid-column: 7 / -1;
}
.footer-detail-support {
  grid-column: 7 / 11;
}
.footer-detail__buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 40px;
}
.footer-detail__buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 20px;
}
.footer-detail-polygon {
  --p-height: 976px;
  --p-width: 889px;
  width: var(--p-width);
  height: var(--p-height);
  transform: rotate(-90deg);
  position: absolute;
  pointer-events: none;
}
.footer-detail-polygon_top {
  top: calc(var(--p-height) / 2 * -1);
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}
.footer-detail-polygon_left {
  left: 0;
}
.footer-detail:has(.footer-detail-polygon_left) {
  position: relative;
  overflow-y: clip;
}
.footer-detail__info-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.footer-detail__info-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.footer-detail__info a:not(.button) {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.footer-detail__info a:not(.button):hover {
  color: var(--red);
}
.footer-detail__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.footer-detail__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.footer-detail:has(.footer-detail__list) {
  padding: 100px 0;
}
.footer-detail_border {
  border-top: 1px solid var(--sec-gray);
  border-bottom: 1px solid var(--sec-gray);
}
.footer-detail__left-block {
  grid-column: 1 / 5;
}
.footer-detail__form-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-detail__date {
  color: var(--light-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 20px;
}
.footer-detail__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.54px;
}
.footer-detail__location {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-detail__location:hover {
  color: var(--red);
}
.footer-detail__right-block {
  grid-column: 7 / -1;
}
.footer-detail__contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 80px;
}
.footer-detail__contacts-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .footer__items {
    gap: 60px;
  }
  .footer__item {
    gap: 10px;
  }
  .footer__items:nth-child(1) {
    width: unset;
  }
  .footer__socials {
    gap: 10px;
  }
  .footer__caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
  .footer__text,
  .footer__link {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.28px;
  }
  .footer-detail__list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media screen and (max-width: 1439px) {
  .footer__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer__form {
    padding: 100px 0 60px;
  }
  .footer__copyright {
    margin-top: 80px;
  }
  .footer__logo {
    padding: 60px 0 20px;
  }
  .footer-detail:has(.footer-detail__list) {
    padding: 80px 0;
  }
  .footer-detail__title,
  .footer__form-title {
    font-size: 32px;
    line-height: 40px;
  }
  .footer-detail_grid {
    padding: 100px 0 100px;
  }
  .footer-detail__info-text {
    font-size: 18px;
    line-height: 24px;
  }
  .footer-detail-polygon {
    --p-height: 850px;
    --p-width: 750px;
  }
  .footer-detail-polygon_top {
    transform: translateX(-35%) rotate(-90deg);
  }
  .footer-detail_grid-title {
    grid-column: 1 / 5;
  }
  .footer-detail__contacts {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-detail__contacts-item {
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    border-radius: 20px 20px 0 0;
  }
  .page:has(.header__detail) .footer::after {
    border-radius: 20px 20px 0 0;
  }
  .footer:has(.footer__wrapper) {
    border-radius: 20px 20px 0 0;
  }
  .footer__logo {
    padding: 40px 0 20px;
  }
  .footer__items {
    gap: 30px;
  }
  .footer__item {
    gap: 16px;
  }
  .footer__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__form {
    padding: 80px 0 40px;
  }
  .footer__form-block {
    grid-column: 1 / -1;
  }
  .footer__form form,
  .footer__form-container {
    grid-column: 1 / -1;
    margin-top: 20px;
    color: var(--black);
  }
  .footer__form-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .footer__nav-left-block {
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 20px;
  }
  .footer__nav-right-block {
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .footer__copyright {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .footer__copyright > .footer__developer {
    justify-content: flex-start;
  }
  .footer__copyright-links {
    margin-top: 20px;
  }
  .footer-detail:has(.footer-detail__list) {
    padding: 60px 0;
    gap: 30px;
  }
  .footer-detail__list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .footer-detail__title,
  .footer__form-title {
    font-size: 44px;
    line-height: 44px;
  }
  .footer-detail_grid {
    padding: 80px 0 80px;
    gap: 30px 16px;
  }
  .footer-detail_grid-title,
  .footer-detail__grid-info,
  .footer-detail__grid-info_full,
  .footer-detail-support {
    grid-column: 1 / -1;
  }
  .footer-detail__buttons {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .footer-detail-polygon {
    display: none;
  }
  .footer-detail__info-title {
    font-size: 20px;
    line-height: 26px;
  }
  .footer-detail__info {
    font-size: 16px;
    line-height: 22px;
  }
  .footer-detail__right-block,
  .footer-detail__left-block {
    grid-column: 1 / -1;
  }
}
.filter {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.filter__title {
  color: var(--light-gray);
  font-family: var(--third-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.filter__list {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__chip {
  background: var(--black);
  color: white;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  white-space: nowrap;
}
.filter__chip:hover,
.filter__chip.active {
  background: var(--red);
}
.filter__chip.selected {
  background: var(--red);
  padding-right: 40px;
  position: relative;
}
.filter__chip.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_3092_2762)'%3E%3Cpath d='M12.5003 7.49984L7.50033 12.4998M7.50033 7.49984L12.5003 12.4998M6.55033 1.6665H13.4503L18.3337 6.54984V13.4498L13.4503 18.3332H6.55033L1.66699 13.4498V6.54984L6.55033 1.6665Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3092_2762'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.filter__chip_reset {
  background: white;
  outline: 1px solid var(--black);
  outline-offset: -1px;
  color: var(--black);
}
.filter__chip_reset:hover {
  background: var(--black);
  color: white;
}
.filter__reset {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--red);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.filter__reset:hover {
  color: var(--red);
  text-decoration-color: var(--red);
}
.filter__select-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.filter__select {
  min-width: 200px;
  max-width: 456px;
  width: 100%;
}
.filter__select .form__input {
  padding: 8px 15px;
  height: 48px;
}
.filter__button {
  min-width: 120px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .filter__chip {
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 500;
  }
  .filter__select-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter__buttons {
    gap: 10px;
    flex-direction: row-reverse;
  }
}
.big-filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  flex-direction: row;
  width: 100%;
}
.big-filter__select {
  width: 100%;
}
.big-filter__select input {
  border: none;
  background: var(--light-gray);
}
.big-filter__reset {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(130, 130, 130, 0.50);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.big-filter__reset:hover {
  color: var(--red);
  text-decoration-color: var(--red);
}
.big-filter__button {
  height: 100%;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 58px;
}
@media screen and (max-width: 1023px) {
  .big-filter {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .big-filter__button {
    min-width: 100px;
  }
}
.mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background: var(--bg-black);
  z-index: 100;
  overflow-y: auto;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 32px;
  max-width: 450px;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 4L4 16M16 16L4 4' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: none;
  z-index: 2;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu__list-item a {
  display: block;
  padding: 8px 0;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mobile-menu__list-item a:hover {
  color: var(--red);
}
.modal {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  pointer-events: none;
  padding: 0 50px;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__wrapper {
  max-width: 1400px;
  margin: 6px auto 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 20px;
  background: var(--black);
  transform: translateY(40px);
}
.modal.active .modal__wrapper {
  transform: translateY(0);
  transition: all 0.3s ease;
}
.modal__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow-y: auto;
  max-height: 70vh;
  align-items: flex-start;
}
.modal__title {
  color: white;
  font-family: var(--third-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.modal__nav {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 10px;
  align-items: center;
  flex-basis: 280px;
  flex-grow: 1;
}
.modal__nav:not(:has(> *:nth-child(2))) {
  gap: 0;
}
.modal__icon {
  width: auto;
  height: 25px;
  object-fit: contain;
  grid-column: 1 / 2;
}
.modal__link {
  grid-column: 2 / -1;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.modal__link_icon {
  font-family: var(--third-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.modal__link:hover {
  color: var(--red);
}
.modal__link_icon + .modal__link {
  margin-top: 4px;
}
.modal__burger-menu {
  overflow-y: auto;
  max-height: 70svh;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.modal__burger-menu .modal__container {
  overflow: unset;
  max-height: unset;
}
.modal__buttons {
  display: none;
}
.modal__form-title {
  font-family: var(--third-font);
  font-size: 50px;
  font-size: clamp(40px, 2.61vw, 50px);
  line-height: clamp(40px, 2.61vw, 50px);
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
}
.modal__submit-button {
  margin: 50px auto 0;
}
.modal_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--bg-black);
  backdrop-filter: none;
}
.modal__close {
  color: var(--gray);
  position: absolute;
  top: 53px;
  right: 73px;
  width: 54px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.modal__close * {
  pointer-events: none;
}
.modal__close:hover {
  color: var(--red);
}
.modal_form .modal__wrapper {
  background: var(--bg-black);
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .page:has(.lang-selector.active) {
    .modal__title,
    .modal__link {
      pointer-events: none;
    }
  }
  .modal {
    padding-left: 0;
    padding-right: 0;
    backdrop-filter: none;
    background: var(--bg-black);
  }
  .modal__wrapper {
    background: var(--bg-black);
    padding: 10px 16px 30px;
    gap: 20px;
    border-radius: 0;
    margin-top: 0;
  }
  .modal__burger-menu {
    gap: 20px;
    max-height: calc(100svh - 190px);
    padding-bottom: 40px;
    padding-right: 5px;
  }
  .modal__buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
  }
  .modal__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-transform: none;
  }
  .modal__title:has(+ .modal__container) {
    opacity: 0.7;
  }
  .modal__icon {
    display: none;
  }
  .modal__link,
  .modal__link_icon {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding-left: 20px;
    width: 100%;
  }
  .modal__link::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L14 12L10 18' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
  .modal__link_icon + .modal__link {
    margin-top: 0;
  }
  .modal__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .modal__nav:not(:has(.modal__link_icon)) > *:nth-child(n + 2) {
    display: none;
  }
  .modal__nav:has(.modal__link_icon) > *:nth-child(n + 3) {
    display: none;
  }
  .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal_form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .modal__submit-button {
    margin: 15px auto 0;
  }
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  padding: 0 50px;
}
.cookies__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
  flex-wrap: wrap;
  background: var(--black);
  border-radius: 20px 20px 0 0;
}
.cookies__text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
}
.cookies__text a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--red);
  transition: all 0.3s ease;
}
.cookies__text a:hover {
  color: var(--red);
  text-decoration: underline;
}
.cookies .button {
  align-self: flex-start;
}
.cookies.hidden {
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .cookies__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }
  .cookies__wrapper {
    padding: 16px 20px;
    gap: 20px;
  }
  .cookies .button {
    min-width: 250px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .cookies {
    padding: 0 16px;
  }
}
.message-modal {
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: var(--black);
  max-width: 562px;
  padding: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  pointer-events: none;
  transform: translateX(100%);
}
.message-modal_small {
  padding: 30px 50px;
}
.message-modal_red {
  background: var(--red);
}
.message-modal_gray {
  background: var(--sec-gray);
}
.message-modal__text {
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.message-modal_small .message-modal__text {
  font-size: 20px;
}
.message-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.message-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 60px;
  cursor: pointer;
  color: transparent;
  background: none;
  border: none;
}
.message-modal__close:hover {
  color: var(--red);
}
.message-modal__close * {
  pointer-events: none;
}
.message-modal_hide-button .message-modal__close{
  display: none;
}
.popup-info {
  position: fixed;
  right: calc(var(--section-gap) * 1.5);
  bottom: calc(var(--section-gap) * 1.5);
  z-index: 1000;
  width: clamp(340px, 50vw, 420px);
  min-height: 187px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  background-color: var(--black);
  background-image: url("data:image/svg+xml,%3Csvg width='231' height='321' viewBox='0 0 231 321' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M68.752 148.116C72.5155 145.898 77.0767 145.902 80.8359 148.256L80.8457 148.262L143.027 185.392L143.029 185.393C146.801 187.616 149.22 191.783 149.086 196.216V270.49C149.086 274.945 146.791 279.112 143.029 281.329L143.027 281.33L80.8477 318.314C77.0801 320.535 72.5167 320.53 68.8984 318.318L68.8945 318.316L6.57227 281.042L6.56543 281.037L6.55762 281.033L6.21094 280.833C2.66873 278.702 0.513824 274.665 0.513672 270.347V195.942C0.513672 191.488 2.80795 187.321 6.56934 185.104L6.57129 185.103L68.7529 148.117L68.752 148.116Z' stroke='white'/%3E%3Cpath opacity='0.2' d='M149.357 2.69385C153.121 0.475949 157.682 0.479185 161.441 2.8335L161.451 2.83936L223.633 39.9692L223.635 39.9702C227.406 42.1934 229.826 46.3609 229.691 50.7935V125.068C229.691 129.523 227.396 133.689 223.635 135.907L223.633 135.908L161.453 172.892C157.686 175.113 153.122 175.108 149.504 172.896L149.5 172.894L87.1777 135.62L87.1709 135.615L87.1631 135.611L86.8164 135.411C83.2742 133.28 81.1193 129.243 81.1191 124.924V50.52L81.126 50.103C81.2641 45.8065 83.5309 41.8292 87.1748 39.6812L87.1768 39.6802L149.358 2.69482L149.357 2.69385Z' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 18px bottom -57px;
  background-size: 231px 321px;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
}
.popup-info_absolute {
  position: absolute;
}
.popup-info_no-bg {
  background: var(--black);
  background-image: none;
}
.popup-info_point {
  transform: scale(0);
  transform-origin: top left;
}
.popup-info.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.popup-info_point.active {
  transform: scale(1);
}
.popup-info__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  z-index: 5;
}
.popup-info__close svg {
  width: 100%;
  height: 100%;
  min-width: 20px;
  min-height: 20px;
  display: block;
  pointer-events: none;
}
.popup-info__close:hover {
  color: var(--red);
}
.popup-info__pic {
  width: 57%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  position: absolute;
  right: -58px;
  top: 50%;
  transform: translateY(-50%) rotate(9deg);
  pointer-events: none;
}
.popup-info__title {
  color: white;
  font-family: var(--third-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  width: 65%;
  position: relative;
  z-index: 2;
}
.popup-info__title span {
  color: var(--red);
}
.popup-info__text {
  color: white;
  color: var(--light-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.48px;
  width: 65%;
  position: relative;
  z-index: 2;
}
.popup-info__link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  color: white;
}
@media screen and (max-width: 767px) {
  .popup-info {
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: 40px;
  }
  .popup-info.active {
    transform: translateX(-50%) translateY(0);
  }
  .popup-info__title {
    width: 80%;
  }
}
.spline {
  a,
  button,
  .arrow-link {
    pointer-events: auto;
  }
}
.spline__container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.spline__container:has(.spline__object.active) {
  pointer-events: auto;
}
.spline__container:has(.init)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-black);
  z-index: 3;
  pointer-events: none;
}
.spline__object {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transform: scale(30);
  transition: none;
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spline__object canvas,
.spline__object spline-viewer {
  display: none !important;
}
.spline__object_single {
  transform: scale(1);
}
.spline__object_mobile {
  display: none;
}
.spline__object > iframe {
  width: 100%;
  height: 100%;
}
.spline__object.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.33, 0.79, 0.83, 0.56) 0.25s,
    opacity 0.25s cubic-bezier(0.33, 0.79, 0.83, 0.56) 0.25s;
  pointer-events: auto;
}
.spline__object.init {
  transform: scale(1);
  transition: none;
  opacity: 1;
  visibility: visible;
}
.spline__object.active canvas,
.spline__object.active spline-viewer,
.spline__object.init canvas,
.spline__object.init spline-viewer {
  display: block !important;
}
.spline__object.inactive {
  pointer-events: none;
  transform: scale(0.5);
  transition: transform 0.25s cubic-bezier(0.33, 0.79, 0.83, 0.56),
    opacity 0.25s ease 0.25s, visibility 0s ease 0.5s;
}
.spline__cover {
  pointer-events: none;
  transform: scale(1);
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.spline__cover.active {
  z-index: 2;
  transition: opacity 0.25s ease;
}
.spline-slide {
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.spline__button {
  position: fixed;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 10;
  opacity: 0;
  padding: 30px;
}
.spline__button-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  transform: scale(0.7);
  background: transparent;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.spline__button-title {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
  transition: all 0.4s ease;
}
.spline__button:hover {
  opacity: 1;
  visibility: visible;
}
.spline__button:hover .spline__button-circle {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.spline__button:hover .spline__button-title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 1023px) {
  .spline__button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spline__object {
    display: none;
  }
  .spline__object_mobile {
    display: block;
  }
}
/* PAGES */
.header__detail.about-us {
  height: 844px;
}
.page:has(.header__detail.about-us) .main-detail {
  margin-top: 844px;
}
.about-us__media-info {
  grid-column: 1 / 9;
}
.about-us .footer-detail_grid {
  padding: 0;
}
.about-us__bestsellers,
.about-us__social-resp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.about-us__journey .journey-slide__swiper {
  padding-bottom: 160px;
}
.about-us .conference-card__head {
  border: 1px solid var(--border-gray);
}
.about-us__journey {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.about-us__journey .journey-slide__timeline-bar {
  background: var(--border-gray);
}
.about-us__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  min-height: 720px;
}
.about-us__left {
  grid-column: 1 / 6;
  padding: 60px 80px 60px 60px;
  border-radius: 24px;
  background: var(--bg-black);
  height: 100%;
}
.about-us__right {
  grid-column: 6 / -1;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--bg-black);
  height: 100%;
}
.about-us__right::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 100%);
}
.about-us__text {
  padding-left: 20px;
  color: white;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -1.05px;
  margin-top: 146px;
}
.about-us__logo {
  width: 140px;
  height: auto;
}
.about-us__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.about-us__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
}
.about-us__video-link:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.about-us__video-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='95' viewBox='0 0 95 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_873_1832)'%3E%3Cpath d='M90.7339 42.9446C94.3791 44.7978 94.3793 50.0051 90.7341 51.8585L29.2662 83.1136C25.9399 84.805 22 82.3884 22 78.6567L22 16.1511C22 12.4195 25.9396 10.0029 29.266 11.6941L90.7339 42.9446Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_873_1832'%3E%3Crect width='95' height='95' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-us__detail-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
  padding: 0;
}
.about-us__detail-left {
  grid-column: 1 / 6;
}
.about-us__detail-right {
  grid-column: 7 / -1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.about-us__detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.about-us__detail-pic {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}
@media screen and (max-width: 1439px) {
  .about-us__detail-grid {
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  .about-us__journey .slider-buttons {
    display: none;
  }
  .about-us__journey .journey-slide__swiper {
    padding-bottom: 80px;
  }
  .about-us__journey .journey-slide__timeline {
    bottom: 50px;
  }
  .about-us__container {
    min-height: 500px;
  }
  .about-us__left {
    padding: 40px 40px 40px 30px;
  }
  .about-us__text {
    font-size: 28px;
    line-height: 36px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .about-us__container {
    grid-template-columns: 1fr;
    min-height: none;
    gap: 16px;
  }
  .about-us__left {
    grid-column: 1 / -1;
    padding: 30px 20px 40px 20px;
  }
  .about-us__right {
    grid-column: 1 / -1;
    height: 300px;
  }
  .about-us__text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
  }
  .about-us__detail-grid {
    padding: 0;
    gap: 30px 16px;
  }
  .about-us__detail-left,
  .about-us__detail-right {
    grid-column: 1 / -1;
  }
  .about-us__detail-right {
    gap: 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .about-us__detail-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about-us__bestsellers,
  .about-us__social-resp {
    grid-template-columns: 1fr;
  }
  .header__detail.about-us {
    height: 900px;
  }
}
.partner__title {
  max-width: 350px;
}
.partner__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.advantage-card_title {
  border-radius: 0;
}
.partner__advantages-title {
  width: min-content;
}
.partner__faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.partner__faq-list-item {
  display: flex;
  padding: 32px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-gray);
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.48px;
  transition: all 0.3s ease;
}
.partner__faq-list-item:hover {
  color: var(--red);
}
.partner__resource-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .partner__cards {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media screen and (max-width: 1023px) {
  .partner__advantages-title {
    width: auto;
    font-size: 32px;
    line-height: 1.2;
  }
  .partner__faq-list {
    grid-template-columns: 1fr;
  }
}
/* HEX STEP */
.partner__steps-item:nth-child(1) .hex-step__number::before {
  background-image: url("data:image/svg+xml,%3Csvg width='183' height='206' viewBox='0 0 183 206' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98.7793 3.70154L173.048 46.7485C177.725 49.3688 180.718 54.4221 180.718 59.8498V145.944C180.718 151.371 177.912 156.425 173.048 159.045L98.7793 201.905C94.1024 204.525 88.4901 204.525 83.8132 201.905L9.17009 158.671C4.49321 156.051 1.5 151.184 1.5 145.757V59.4755C1.5 54.0478 4.30613 48.9945 9.17009 46.3742L83.6261 3.51438C88.303 0.706965 94.1024 0.894126 98.7793 3.70154Z' stroke='url(%23paint0_linear_11_73)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_11_73' x1='135' y1='24.0001' x2='91.5' y2='102.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DC2B1C' stop-opacity='0.8'/%3E%3Cstop offset='0.380774' stop-color='%23DC2B1C' stop-opacity='0.4'/%3E%3Cstop offset='1' stop-color='%23DC2B1C' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.partner__steps-item:nth-child(2) .hex-step__number::before {
  background-image: url("data:image/svg+xml,%3Csvg width='183' height='206' viewBox='0 0 183 206' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98.7793 3.70154L173.048 46.7485C177.725 49.3688 180.718 54.4221 180.718 59.8498V145.944C180.718 151.371 177.912 156.425 173.048 159.045L98.7793 201.905C94.1024 204.525 88.4901 204.525 83.8132 201.905L9.17009 158.671C4.49321 156.051 1.5 151.184 1.5 145.757V59.4755C1.5 54.0478 4.30613 48.9945 9.17009 46.3742L83.6261 3.51438C88.303 0.706965 94.1024 0.894126 98.7793 3.70154Z' stroke='url(%23paint0_linear_11_79)' stroke-width='3'/%3E%3Cpath d='M82.1431 113.722C80.9615 113.722 79.9185 113.454 79.0138 112.919C78.1092 112.383 77.4077 111.635 76.9092 110.675C76.4108 109.697 76.1615 108.58 76.1615 107.325V100.291C76.1615 99.0354 76.4108 97.9278 76.9092 96.9678C77.4077 95.9893 78.1092 95.2324 79.0138 94.697C79.9185 94.1616 80.9615 93.8939 82.1431 93.8939H85.0785C86.2415 93.8939 87.2662 94.1616 88.1523 94.697C89.0569 95.2324 89.7492 95.9893 90.2292 96.9678C90.7277 97.9278 90.9769 99.0354 90.9769 100.291V107.325C90.9769 108.58 90.7277 109.697 90.2292 110.675C89.7492 111.635 89.0662 112.383 88.18 112.919C87.2938 113.454 86.26 113.722 85.0785 113.722H82.1431ZM85.0231 111.368C86.02 111.368 86.8231 110.999 87.4323 110.26C88.0415 109.522 88.3462 108.543 88.3462 107.325V100.291C88.3462 99.0724 88.0415 98.0939 87.4323 97.3554C86.8231 96.617 86.02 96.2478 85.0231 96.2478H82.1985C81.1831 96.2478 80.3615 96.617 79.7338 97.3554C79.1062 98.0939 78.7923 99.0724 78.7923 100.291V107.325C78.7923 108.543 79.1062 109.522 79.7338 110.26C80.3615 110.999 81.1831 111.368 82.1985 111.368H85.0231ZM93.9199 111.368C93.9199 110.315 94.1045 109.402 94.4737 108.626C94.8614 107.851 95.4891 107.168 96.3568 106.577L103.224 101.731C103.649 101.435 103.972 101.094 104.194 100.706C104.434 100.3 104.554 99.8847 104.554 99.4601V98.5739C104.554 97.8724 104.314 97.3093 103.834 96.8847C103.354 96.4601 102.708 96.2478 101.895 96.2478H99.3476C98.4614 96.2478 97.7506 96.5616 97.2153 97.1893C96.6983 97.7985 96.4399 98.6385 96.4399 99.7093H93.8091C93.8091 97.9185 94.2983 96.5062 95.2768 95.4724C96.2737 94.4201 97.6122 93.8939 99.2922 93.8939H101.895C103.483 93.8939 104.757 94.3278 105.717 95.1954C106.695 96.0447 107.184 97.1708 107.184 98.5739V99.4601C107.184 101.14 106.409 102.506 104.858 103.559L98.1845 108.155C97.5937 108.562 97.1691 108.986 96.9106 109.429C96.6706 109.872 96.5506 110.454 96.5506 111.174H107.406V113.5H93.9199V111.368Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_11_79' x1='139.781' y1='58.5001' x2='75.7812' y2='79.5001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DC2B1C'/%3E%3Cstop offset='0.654328' stop-color='%23DC2B1C' stop-opacity='0.4'/%3E%3Cstop offset='1' stop-color='%23DC2B1C' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.partner__steps-item:nth-child(3) .hex-step__number::before {
  background-image: url("data:image/svg+xml,%3Csvg width='183' height='206' viewBox='0 0 183 206' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98.7793 3.70154L173.048 46.7485C177.725 49.3688 180.718 54.4221 180.718 59.8498V145.944C180.718 151.371 177.912 156.425 173.048 159.045L98.7793 201.905C94.1024 204.525 88.4901 204.525 83.8132 201.905L9.17009 158.671C4.49321 156.051 1.5 151.184 1.5 145.757V59.4755C1.5 54.0478 4.30613 48.9945 9.17009 46.3742L83.6261 3.51438C88.303 0.706965 94.1024 0.894126 98.7793 3.70154Z' stroke='url(%23paint0_linear_11_82)' stroke-width='3'/%3E%3Cpath d='M82.1431 113.722C80.9615 113.722 79.9185 113.454 79.0138 112.919C78.1092 112.383 77.4077 111.635 76.9092 110.675C76.4108 109.697 76.1615 108.58 76.1615 107.325V100.291C76.1615 99.0354 76.4108 97.9278 76.9092 96.9678C77.4077 95.9893 78.1092 95.2324 79.0138 94.697C79.9185 94.1616 80.9615 93.8939 82.1431 93.8939H85.0785C86.2415 93.8939 87.2662 94.1616 88.1523 94.697C89.0569 95.2324 89.7492 95.9893 90.2292 96.9678C90.7277 97.9278 90.9769 99.0354 90.9769 100.291V107.325C90.9769 108.58 90.7277 109.697 90.2292 110.675C89.7492 111.635 89.0662 112.383 88.18 112.919C87.2938 113.454 86.26 113.722 85.0785 113.722H82.1431ZM85.0231 111.368C86.02 111.368 86.8231 110.999 87.4323 110.26C88.0415 109.522 88.3462 108.543 88.3462 107.325V100.291C88.3462 99.0724 88.0415 98.0939 87.4323 97.3554C86.8231 96.617 86.02 96.2478 85.0231 96.2478H82.1985C81.1831 96.2478 80.3615 96.617 79.7338 97.3554C79.1062 98.0939 78.7923 99.0724 78.7923 100.291V107.325C78.7923 108.543 79.1062 109.522 79.7338 110.26C80.3615 110.999 81.1831 111.368 82.1985 111.368H85.0231ZM105.468 103.531C106.261 103.937 106.88 104.482 107.323 105.165C107.784 105.829 108.015 106.577 108.015 107.408V108.515C108.015 109.549 107.775 110.463 107.295 111.257C106.815 112.032 106.132 112.642 105.246 113.085C104.36 113.509 103.335 113.722 102.172 113.722H99.486C97.7506 113.722 96.3568 113.195 95.3045 112.143C94.2706 111.072 93.7537 109.642 93.7537 107.851H96.3291C96.3291 108.922 96.6153 109.78 97.1876 110.426C97.7599 111.054 98.526 111.368 99.486 111.368H102.172C103.132 111.368 103.908 111.109 104.498 110.592C105.089 110.075 105.384 109.383 105.384 108.515V107.408C105.384 106.54 105.089 105.875 104.498 105.414C103.926 104.952 103.123 104.722 102.089 104.722H98.9599V102.451H102.089C103.012 102.451 103.732 102.22 104.249 101.759C104.766 101.297 105.024 100.651 105.024 99.8201V98.7124C105.024 97.9554 104.766 97.3554 104.249 96.9124C103.751 96.4693 103.077 96.2478 102.228 96.2478H99.5414C98.6368 96.2478 97.9076 96.5708 97.3537 97.217C96.8183 97.8447 96.5506 98.6939 96.5506 99.7647H93.8922C93.8922 97.9739 94.3999 96.5524 95.4153 95.5001C96.4491 94.4293 97.8245 93.8939 99.5414 93.8939H102.228C103.871 93.8939 105.181 94.337 106.16 95.2231C107.157 96.0908 107.655 97.2539 107.655 98.7124V99.8201C107.655 100.595 107.461 101.315 107.074 101.98C106.686 102.626 106.151 103.143 105.468 103.531Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_11_82' x1='104.562' y1='44.5001' x2='37.5625' y2='26.0001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DC2B1C' stop-opacity='0.8'/%3E%3Cstop offset='0.501146' stop-color='%23DC2B1C' stop-opacity='0.4'/%3E%3Cstop offset='1' stop-color='%23DC2B1C' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.partner__steps-item:nth-child(4) .hex-step__number::before {
  background-image: url("data:image/svg+xml,%3Csvg width='183' height='206' viewBox='0 0 183 206' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98.7793 3.70154L173.048 46.7485C177.725 49.3688 180.718 54.4221 180.718 59.8498V145.944C180.718 151.371 177.912 156.425 173.048 159.045L98.7793 201.905C94.1024 204.525 88.4901 204.525 83.8132 201.905L9.17009 158.671C4.49321 156.051 1.5 151.184 1.5 145.757V59.4755C1.5 54.0478 4.30613 48.9945 9.17009 46.3742L83.6261 3.51438C88.303 0.706965 94.1024 0.894126 98.7793 3.70154Z' stroke='%23DC2B1C' stroke-width='3'/%3E%3Cpath d='M81.1431 113.722C79.9615 113.722 78.9185 113.454 78.0138 112.919C77.1092 112.383 76.4077 111.635 75.9092 110.675C75.4108 109.697 75.1615 108.58 75.1615 107.325V100.291C75.1615 99.0354 75.4108 97.9278 75.9092 96.9678C76.4077 95.9893 77.1092 95.2324 78.0138 94.697C78.9185 94.1616 79.9615 93.8939 81.1431 93.8939H84.0785C85.2415 93.8939 86.2662 94.1616 87.1523 94.697C88.0569 95.2324 88.7492 95.9893 89.2292 96.9678C89.7277 97.9278 89.9769 99.0354 89.9769 100.291V107.325C89.9769 108.58 89.7277 109.697 89.2292 110.675C88.7492 111.635 88.0662 112.383 87.18 112.919C86.2938 113.454 85.26 113.722 84.0785 113.722H81.1431ZM84.0231 111.368C85.02 111.368 85.8231 110.999 86.4323 110.26C87.0415 109.522 87.3462 108.543 87.3462 107.325V100.291C87.3462 99.0724 87.0415 98.0939 86.4323 97.3554C85.8231 96.617 85.02 96.2478 84.0231 96.2478H81.1985C80.1831 96.2478 79.3615 96.617 78.7338 97.3554C78.1062 98.0939 77.7923 99.0724 77.7923 100.291V107.325C77.7923 108.543 78.1062 109.522 78.7338 110.26C79.3615 110.999 80.1831 111.368 81.1985 111.368H84.0231ZM102.335 109.595H94.0553C92.8183 109.595 92.1999 109.125 92.1999 108.183V107.546L102.418 94.1154H104.994V107.269H107.431V109.595H104.994V113.5H102.335V109.595ZM102.418 107.325V97.7431H102.391L95.163 107.325H102.418Z' fill='white'/%3E%3C/svg%3E%0A");
}
.partner__steps-item:nth-child(4) {
  background-color: white;
}
.cases {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 1279px) {
  .cases {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cases {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.contacts__list {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  list-style-type: none;
  padding: 50px 0 0;
  margin: 0;
}
.contacts__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border-gray);
}
.contacts__item:last-child {
  border-bottom: none;
}
.contacts__item-title {
  grid-column: 1 / 4;
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: flex-start;
}
.contacts__country-flag {
  width: 43px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}
.contacts__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.contacts__item-info {
  grid-column: 5 / -1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contacts__item-branch {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.contacts__item-branch-name {
  color: var(--red);
}
.contacts__item-branch-workhours {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.contacts__item-branch-workhours span {
  color: var(--gray);
  font-weight: 500;
}
.contacts__item-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts__item-contact a {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.72px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: fit-content;
}
.contacts__item-contact a:hover {
  color: var(--red);
}
.contacts__item-contact-caption {
  color: var(--red);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.contacts__item-phone {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contacts__item-phone_wa::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='10' fill='%2348C95F'/%3E%3Cpath d='M11.6694 28.3332L12.796 24.1932C12.0536 22.9205 11.6636 21.4732 11.666 19.9998C11.666 15.3973 15.3969 11.6665 19.9994 11.6665C24.6019 11.6665 28.3327 15.3973 28.3327 19.9998C28.3327 24.6023 24.6019 28.3332 19.9994 28.3332C18.5267 28.3356 17.0799 27.9458 15.8077 27.204L11.6694 28.3332ZM16.9919 16.0898C16.8842 16.0965 16.7791 16.1249 16.6827 16.1732C16.5923 16.2244 16.5098 16.2884 16.4377 16.3632C16.3377 16.4573 16.281 16.539 16.2202 16.6182C15.9122 17.019 15.7465 17.511 15.7494 18.0165C15.751 18.4248 15.8577 18.8223 16.0244 19.194C16.3652 19.9457 16.926 20.7415 17.6669 21.479C17.8452 21.6565 18.0194 21.8348 18.2069 22.0007C19.1264 22.8102 20.2221 23.394 21.4069 23.7057L21.881 23.7782C22.0352 23.7865 22.1894 23.7748 22.3444 23.7673C22.5871 23.7548 22.824 23.6891 23.0385 23.5748C23.1477 23.5186 23.2542 23.4574 23.3577 23.3915C23.3577 23.3915 23.3935 23.3682 23.4619 23.3165C23.5744 23.2332 23.6435 23.174 23.7369 23.0765C23.806 23.0048 23.866 22.9207 23.9119 22.8248C23.9769 22.689 24.0419 22.4298 24.0685 22.214C24.0885 22.049 24.0827 21.959 24.0802 21.9032C24.0769 21.814 24.0027 21.7215 23.9219 21.6823L23.4369 21.4648C23.4369 21.4648 22.7119 21.149 22.2694 20.9473C22.2227 20.927 22.1727 20.9154 22.1219 20.9132C22.0648 20.9073 22.0072 20.9137 21.9529 20.932C21.8986 20.9502 21.8488 20.9799 21.8069 21.019V21.0173C21.8027 21.0173 21.7469 21.0648 21.1444 21.7948C21.1098 21.8413 21.0621 21.8764 21.0075 21.8957C20.9529 21.915 20.8938 21.9176 20.8377 21.9032C20.7834 21.8886 20.7302 21.8703 20.6785 21.8482C20.5752 21.8048 20.5394 21.7882 20.4685 21.7573L20.4644 21.7557C19.9876 21.5475 19.5462 21.2664 19.156 20.9223C19.051 20.8307 18.9535 20.7307 18.8535 20.634C18.5257 20.32 18.24 19.9648 18.0035 19.5773L17.9544 19.4982C17.919 19.445 17.8905 19.3876 17.8694 19.3273C17.8377 19.2048 17.9202 19.1065 17.9202 19.1065C17.9202 19.1065 18.1227 18.8848 18.2169 18.7648C18.2953 18.6651 18.3684 18.5614 18.436 18.454C18.5344 18.2957 18.5652 18.1332 18.5135 18.0073C18.2802 17.4373 18.0385 16.8698 17.7902 16.3065C17.741 16.1948 17.5952 16.1148 17.4627 16.099C17.4178 16.0937 17.3728 16.0893 17.3277 16.0857C17.2158 16.0801 17.1036 16.0821 16.9919 16.0898Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1900px) {
  .contacts__list {
    padding-top: 30px;
    gap: 30px;
  }
  .contacts__item-info {
    gap: 20px;
  }
  .contacts__item-branch,
  .contacts__item-contact a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1439px) {
  .contacts__item-title {
    grid-column: 1 / 5;
  }
  .contacts__item-info {
    grid-column: 6 / -1;
  }
}
@media screen and (max-width: 1023px) {
  .contacts__list {
    padding-top: 0;
  }
  .contacts__item {
    padding-bottom: 30px;
  }
  .contacts__item-title {
    grid-column: 1 / -1;
    gap: 10px;
  }
  .contacts__item-info {
    grid-column: 1 / -1;
    gap: 15px;
    margin-top: 20px;
  }
  .contacts__item-branch {
    gap: 5px;
  }
  .contacts__item-branch,
  .contacts__item-contact a {
    font-size: 18px;
    line-height: 24px;
  }
  .contacts__item-phone_wa::after {
    width: 30px;
    height: 30px;
  }
  .contacts__country-flag {
    width: 36px;
    height: 27px;
  }
}
.error-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: white;
  position: relative;
  padding: 100px 16px 80px;
}
.error-page__title {
  font-size: clamp(30px, 2.61vw, 50px);
  max-width: 900px;
  text-align: center;
  font-family: var(--third-font);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.error-page__subtitle {
  font-size: clamp(16px, 1.3vw, 20px);
  text-align: center;
  max-width: 630px;
  text-align: center;
  font-family: var(--third-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 120% */
  letter-spacing: 1.25px;
}
.error-page__link {
  margin-top: 10px;
}
.error-page__image {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  object-position: center;
  margin-top: 20px;
}
.page:has(.error-page) {
  .header_fixed {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .footer-slider {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .polygon-ear_left {
    transform: translateX(-63.66vh);
    transition: all 1.2s ease;
  }
  .polygon-ear_right {
    transform: translateX(63.66vh);
    transition: all 1.2s ease;
  }
  .blured-ears {
    opacity: 0.34;
    visibility: visible;
  }
}
@media screen and (max-width: 1900px) {
  .page:has(.error-page) .polygon-ear_left {
    transform: translateX(calc((100% - 50px) * -1));
    transition: all 1.2s ease;
  }
  .page:has(.error-page) .polygon-ear_right {
    transform: translateX(calc(100% - 50px));
    transition: all 1.2s ease;
  }
}
@media screen and (max-width: 1279px) {
  .error-page__image {
    height: auto;
    max-height: 300px;
    margin-top: 10px;
  }
  .error-page__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.main-page {
  background: var(--bg-black);
  color: white;
}
.page:has(.full-size-slider) {
  overflow: hidden !important;
}
/* ABOUT SLIDE */
.about-slide {
  padding-top: 125px;
  color: var(--light-gray);
}
.about-slide__main {
  display: flex;
  flex-direction: column;
  gap: 120px;
  grid-column: 2 / 5;
}
.about-slide__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 48px;
  grid-column: 6 / -1;
}
.about-slide__info .about-slide__number-container {
  max-width: 350px;
}
.about-slide__number-container {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.about-slide__number-caption {
  color: var(--red);
  font-family: var(--third-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.about-slide__number-text {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 138.889% */
  letter-spacing: -0.54px;
  margin-top: 20px;
}
.about-slide__more-link {
  margin-top: 20px;
  font-size: 14px;
}
.about-slide__info-tablet {
  display: none;
}
.swiper .about-slide__number-container {
  max-width: none;
}
.about-slide__more-link-mobile {
  display: none;
}
.about-number {
  font-family: var(--third-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: fit-content;
}
.about-number b {
  font-family: var(--main-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -1.6px;
  align-self: flex-end;
}
.about-number.js-spec-number {
  gap: 0;
}
.about-number > span {
  color: var(--red);
  font-family: var(--third-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.2px;
  -webkit-text-fill-color: var(--red);
}
.about-number__special {
  display: flex;
}
.about-number__special-digit-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 45px;
  line-height: 50px;
  margin-top: 10px;
}
.about-number__special-digit-container:nth-child(1)
  .about-number__special-digit_plus {
  margin-top: -25px;
}
.about-number__special-digit-container:nth-child(2)
  .about-number__special-digit_plus {
  margin-top: -90px;
}
.about-number__special-digit-container:nth-child(3)
  .about-number__special-digit_plus {
  margin-top: -80px;
}
@media screen and (max-width: 1900px) {
  .about-slide__info-tablet {
    display: block;
    grid-column: 6 / -1;
    width: 100%;
    height: 60vh;
    max-height: 80vh;
  }
  .about-slide__info-tablet .swiper-slide {
    height: calc((100% - 60px) / 2) !important;
    padding-right: 150px;
  }
  .about-slide__info-tablet.swiper-grid-column > .swiper-wrapper {
    gap: 60px 0;
  }
  .about-slide__info {
    display: none;
  }
  .about-slide__info-tablet::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(350px, 30vw, 450px);
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(1, 1, 1, 0) 0%,
      var(--bg-black) 100%
    );
    pointer-events: none !important;
    z-index: 2;
  }
  .about-number {
    font-size: 40px;
    line-height: 45px;
  }
  .about-number b {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
  }
  .about-number > span {
    font-size: 24px;
    line-height: 32px;
  }
  .about-slide__number-caption {
    font-size: 18px;
    line-height: 20px;
  }
  .about-slide__number-text {
    font-size: 14px;
    line-height: 20px;
  }
  .about-number__special-digit-container {
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
  }
  .about-number__special-digit-container:nth-child(1)
    .about-number__special-digit_plus {
    margin-top: -10px;
  }
  .about-number__special-digit-container:nth-child(2)
    .about-number__special-digit_plus {
    margin-top: -53px;
  }
  .about-number__special-digit-container:nth-child(3)
    .about-number__special-digit_plus {
    margin-top: -45px;
  }
  .about-slide__main {
    gap: 60px;
    grid-column: 2 / 5;
    width: 220px;
  }
}
@media screen and (max-width: 1279px) {
  .about-slide__info-tablet .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    padding-right: 60px;
  }
  .about-slide__info-tablet.swiper-grid-column > .swiper-wrapper {
    gap: 30px 0;
  }
}
@media screen and (max-width: 1023px) {
  .about-slide {
    padding: 120px 16px 32px;
  }
  .about-slide__main {
    gap: 30px;
    width: 100%;
  }
  .about-slide__main .about-slide__main-numbers {
    margin-top: 10px;
  }
  .about-slide__number-text {
    margin-top: 16px;
  }
  .about-slide__main .about-slide__number-text {
    max-width: 260px;
  }
  .about-slide__more-link {
    margin-top: 16px;
  }
  .about-slide__main .about-slide__more-link {
    margin-top: 0;
  }
  .about-slide__info-tablet {
    grid-column: 1 / -1;
    margin-top: 60px;
  }
  .about-slide__info-tablet::after {
    content: none;
  }
  .about-slide__info-tablet .swiper-slide {
    padding: 0;
    height: 100% !important;
  }
  .about-slide__info-tablet.swiper-grid-column > .swiper-wrapper {
    gap: 0;
  }
  .about-slide__info-tablet::after {
    width: 20vw;
  }
  .about-slide__main {
    grid-column: 1 / -1;
    gap: 20px;
  }
  .about-slide__empty-slide {
    display: none;
  }
  .swiper-slide.about-slide__number-container {
    opacity: 0.34;
  }
  .swiper-slide.about-slide__number-container.swiper-slide-active {
    opacity: 1;
  }
}
/* SUPPORT SLIDE */
.support-slide__title-block {
  display: flex;
  flex-direction: column;
  gap: 190px;
}
.support-slide__title-block > .arrow-link {
  text-transform: none;
}
.support-slide__title {
  display: flex;
  flex-direction: column;
}
.support-slide__desc {
  max-width: 583px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  font-family: var(--third-font);
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.support-slide__desc > .arrow-link {
  display: none;
}
@media screen and (max-width: 1900px) {
  .support-slide__title-block {
    gap: 150px;
  }
  .support-slide__desc {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.2px;
    gap: 24px;
    max-width: 390px;
  }
}
@media screen and (max-width: 1023px) {
  .support-slide__title-block {
    grid-column: 1 / -1;
    align-self: flex-end;
  }
  .support-slide__title-block > .arrow-link {
    display: none;
  }
  .support-slide__desc {
    grid-column: 1 / -1;
    align-self: flex-start;
    margin-top: 40px;
  }
  .support-slide__desc > .arrow-link {
    display: flex;
    text-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .support-slide__title {
    width: min-content;
  }
}
/* VIDEO SLIDE */
.video-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.video-slide__title-block {
  grid-column: 2 / 7;
}
@media screen and (min-width: 1901px) {
  .video-slide__title {
    font-size: 46px;
  }
}
.video-slide__desc {
  grid-column: 8 / -2;
}
.video-slide__link,
.video-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.36px;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}
.video-slide__link::before,
.video-link::before {
  content: "";
  width: 110px;
  min-width: 110px;
  height: 122px;
  min-height: 122px;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='122' viewBox='0 0 110 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='5.6' y='5.6' width='99.8' height='110.8'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(2.7px);clip-path:url(%23bgblur_0_2148_4879_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='5.4'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.2482 12.0662L96.2468 33.3431C98.5801 34.6678 100.08 37.1515 99.9967 39.8008V82.3547C99.9967 85.004 98.5801 87.4877 96.2468 88.8123L59.2482 110.007C56.915 111.331 54.0817 111.331 51.8318 110.007L14.7499 88.6468C12.4166 87.4049 11 84.9212 11 82.2719V39.6352C11 36.9859 12.4166 34.5022 14.7499 33.1776L51.7485 11.9834C54.0817 10.6587 56.915 10.6587 59.2482 12.0662Z' fill='white' fill-opacity='0.17'/%3E%3Cpath d='M51.9961 12.416C54.1754 11.1795 56.8157 11.1824 58.9902 12.4941L58.999 12.5L95.998 33.7764L96 33.7783C98.1851 35.0189 99.5741 37.3363 99.4971 39.7852V82.3545C99.4971 84.8264 98.1746 87.1434 96 88.3779L95.998 88.3789L59.001 109.571C56.818 110.811 54.1765 110.806 52.0859 109.575L52.0811 109.573L14.999 88.2139L14.9922 88.209L14.9844 88.2051C12.8233 87.0546 11.5 84.7459 11.5 82.2715V39.6348C11.5001 37.163 12.8226 34.8468 14.9971 33.6123L14.998 33.6113L51.9971 12.417L51.9961 12.416Z' stroke='white' stroke-opacity='0.72'/%3E%3C/g%3E%3Cpath d='M52.5547 50.0365L67.7519 60.1679C68.3457 60.5638 68.3457 61.4362 67.7519 61.8321L52.5547 71.9635C51.8901 72.4066 51 71.9302 51 71.1315V50.8685C51 50.0698 51.8901 49.5934 52.5547 50.0365Z' fill='white'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_2148_4879_clip_path' transform='translate(-5.6 -5.6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.2482 12.0662L96.2468 33.3431C98.5801 34.6678 100.08 37.1515 99.9967 39.8008V82.3547C99.9967 85.004 98.5801 87.4877 96.2468 88.8123L59.2482 110.007C56.915 111.331 54.0817 111.331 51.8318 110.007L14.7499 88.6468C12.4166 87.4049 11 84.9212 11 82.2719V39.6352C11 36.9859 12.4166 34.5022 14.7499 33.1776L51.7485 11.9834C54.0817 10.6587 56.915 10.6587 59.2482 12.0662Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-slide__link:hover,
.video-link:hover {
  color: var(--red);
}
@media screen and (max-width: 1023px) {
  .video-slide__title-block {
    grid-column: 1 / -1;
    align-self: flex-end;
  }
  .video-slide__desc {
    grid-column: 1 / -1;
    align-self: flex-start;
    margin-top: 40px;
  }
}
/* CONFERENCE SLIDE */
.conference-slide__container {
  grid-column: 2 / -2;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
}
.conference-slide__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
.conference-slide__title {
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
}
.conference-slide__title span {
  -webkit-text-fill-color: var(--red);
}
.conference-slide__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.45px;
  max-width: 350px;
}
.conference-slide__swiper {
  width: 100%;
  user-select: none;
}
.conference-slide__pagination {
  display: none;
}
@media screen and (max-width: 1279px) {
  .conference-slide__desc {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.36px;
    max-width: 265px;
  }
  .conference-slide__header {
    gap: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .conference-slide__container {
    grid-column: 1 / -1;
  }
  .conference-slide__header {
    flex-direction: column;
    gap: 32px;
  }
  .conference-slide__controls {
    position: relative;
    height: 6px;
    border: none;
    border-radius: unset;
    width: 100%;
  }
  .conference-slide__controls .swiper-pagination {
    display: block;
  }
  .conference-slide__controls .slider-buttons__arrow {
    display: none;
  }
}
/* JOURNEY SLIDE */
.journey-slide {
  position: unset;
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 0 auto !important;
}
.journey-slide__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.journey-slide__header {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.journey-slide__title {
  grid-column: 2 / 6;
}
.journey-slide__title span {
  -webkit-text-fill-color: var(--red);
}
.swiper-fade .swiper-slide-active .swiper-pointer-events .swiper-slide {
  pointer-events: auto;
}
.swiper-fade > .swiper-wrapper > .swiper-slide-active .swiper-slide {
  pointer-events: auto !important;
}
.journey-slide__swiper {
  width: 100%;
  user-select: none;
}
.journey-slide__swiper .swiper-wrapper {
  max-width: 1400px;
}
.journey-slide__timeline {
  height: 83px;
  position: absolute;
  width: 100vw;
  bottom: 115px;
  left: 0;
}
.journey-slide__timeline-bar {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: linear-gradient(white, rgba(153, 153, 153, 0));
}
.journey-slide__timeline-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: var(--red);
  border-radius: 0 3px 3px 0;
}
.journey-slide__timeline-dots {
  display: flex;
  align-items: center;
  max-width: 1416px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-8px, -50%);
  width: calc(100% + 16px);
  width: 100%;
  transition: all 0.8s ease;
  z-index: 10;
}
.journey-slide__timeline-dot-container {
  position: relative;
  width: 16.66%;
  min-width: 16.66%;
}
.journey-slide__timeline-dot {
  width: 16px;
  height: 19px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.67383 0.365641L15.3253 4.33735C15.7447 4.58461 16.0144 5.04823 15.9994 5.54277V13.4862C15.9994 13.9807 15.7447 14.4443 15.3253 14.6916L8.67383 18.6478C8.25437 18.8951 7.74503 18.8951 7.34055 18.6478L0.674132 14.6607C0.254672 14.4289 0 13.9653 0 13.4707V5.51186C0 5.01733 0.254672 4.5537 0.674132 4.30644L7.32557 0.350187C7.74503 0.102922 8.25437 0.102922 8.67383 0.365641Z' fill='%23DC2B1C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  border: none;
}
.journey-slide__timeline-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  background: var(--red);
  filter: blur(30px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.journey-slide__timeline-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39px;
  height: 46px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='46' viewBox='0 0 39 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1123 0.881836C18.9763 0.367042 20.0152 0.368655 20.875 0.913086L20.8838 0.918945L37.0967 10.7061L37.0996 10.707C37.9716 11.2267 38.5299 12.2025 38.499 13.2334V32.8232C38.499 33.8761 37.9618 34.8503 37.0996 35.3643L37.0977 35.3652L20.8867 45.1133C20.0191 45.6304 18.9772 45.6261 18.1553 45.1182V45.1172L18.1514 45.1152L1.90234 35.29L1.89453 35.2852L1.88672 35.2812L1.73145 35.1865C0.973032 34.6858 0.500021 33.7751 0.5 32.7852V13.1719C0.500103 12.119 1.03717 11.1447 1.89941 10.6309L1.90039 10.6299L18.1113 0.880859L18.1123 0.881836Z' stroke='%23DB291C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.journey-slide__timeline-dot-container.active
  .journey-slide__timeline-dot::after,
.journey-slide__timeline-dot:hover .journey-slide__timeline-dot::after {
  opacity: 1;
  visibility: visible;
}
.journey-slide__timeline-dot-container.active
  .journey-slide__timeline-dot::before,
.journey-slide__timeline-dot:hover .journey-slide__timeline-dot::before {
  opacity: 0.2;
  visibility: visible;
}
.journey-slide__timeline-dot-year {
  position: absolute;
  bottom: calc(-100% - 21px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--sec-gray);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  z-index: 3;
}
.journey-slide__swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.journey-card__content {
  grid-column: 7 / 10;
}
.journey-slide__controls {
  margin-top: 95px;
}
@media screen and (max-width: 1900px) {
  .journey-card__content {
    grid-column: 7 / 11;
  }
  .journey-slide__timeline-dot-container {
    width: 25vw;
    min-width: 25vw;
  }
}
@media screen and (max-width: 1767px) {
  .journey-slide__controls {
    margin-top: 35px;
  }
  .journey-slide__timeline {
    bottom: 85px;
  }
}
@media screen and (max-width: 1439px) {
  .journey-slide {
    padding-right: 0;
    padding-left: 0;
    margin: 0 50px;
  }
  .journey-slide__header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .journey-slide {
    padding-right: 0;
    padding-left: 0;
    margin: 0 16px;
  }
  .journey-slide__container {
    transform: translateY(40px);
  }
  .journey-slide__header {
    padding-right: 16px;
    padding-left: 16px;
  }
  .journey-slide__title {
    grid-column: 1 / -1;
  }
  .journey-slide__timeline-dot-container {
    width: 50vw;
    min-width: 50vw;
  }
  .journey-slide__timeline-dots {
    left: 30vw;
  }
  .journey-slide__timeline-bar::after {
    width: 30vw;
  }
  .journey-card__content {
    grid-column: 1 / 5;
  }
  .journey-slide__controls {
    display: none;
  }
  .journey-slide__swiper {
    padding-bottom: 80px;
    margin-top: 40px;
  }
  .journey-slide__timeline {
    bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .journey-card__content {
    grid-column: 1 / -1;
  }
  .journey-slide__swiper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* VOICE SLIDE */
.voice-slide__container {
  grid-column: 2 / -2;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
}
.voice-slide__swiper {
  width: 100%;
  user-select: none;
}
@media screen and (max-width: 1023px) {
  .voice-slide__container {
    grid-column: 1 / -1;
  }
  .voice-slide__controls {
    display: none;
  }
}
/* NEWS SLIDE */
.news-slide {
  width: 100%;
}
.news-slide__container {
  grid-column: 2 / -2;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
}
.news-slide__swiper {
  width: 100%;
  user-select: none;
}
.news-slide__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.news-slide__controls {
  margin-top: 0;
}
.news-slide__controls:has(.swiper-button-lock) {
  display: none;
}
.news-slide__controls .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1023px) {
  .news-slide__container {
    grid-column: 1 / -1;
  }
  .news-slide__controls {
    position: relative;
    height: 6px;
    border: none;
    border-radius: unset;
    width: 100%;
  }
  .news-slide__controls .swiper-pagination {
    display: block;
  }
  .news-slide__controls .slider-buttons__arrow {
    display: none;
  }
}
/* FORM SLIDE */
.form-slide__container {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.form-slide__left-block {
  grid-column: 2 / 5;
  align-self: flex-start;
}
.form-slide__right-block {
  grid-column: 6 / -2;
}
.form-slide__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.42px;
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .form-slide__subtitle {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 1023px) {
  .form-slide__container {
    grid-column: 1 / -1;
    gap: 0;
  }
  .form-slide__left-block {
    grid-column: 1 / -1;
  }
  .form-slide__subtitle {
    margin-top: 40px;
  }
  .form-slide__right-block {
    grid-column: 1 / -1;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-slide__subtitle {
    margin-top: 30px;
  }
}
/* FOOTER SLIDE */
.footer-slide__container {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.footer-slide__left-block {
  grid-column: 2 / 5;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.footer-slide__right-block {
  grid-column: 7 / -2;
  display: flex;
  gap: 40px;
}
.footer-slide__top-button {
  position: absolute;
  right: 0;
  bottom: 100px;
  animation: littleUpDown 3s ease-in-out infinite;
}
.footer-slide__top-button .arrow-link::before {
  width: 42px;
  min-width: 42px;
  height: 45px;
  min-height: 45px;
}
.footer-slide__mobile {
  display: none;
}
@keyframes littleUpDown {
  0%,
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  20% {
    transform: translateY(0);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  60% {
    transform: translateY(-10px);
    filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.9));
  }
}
@media screen and (max-width: 1900px) {
  .footer-slide__right-block {
    grid-column: 5 / -2;
    padding-left: 40px;
  }
  .footer-slide__top-button {
    bottom: 70px;
  }
}
@media screen and (max-width: 1279px) {
  .footer-slide__top-button {
    right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-slide.footer {
    padding-bottom: 0;
    width: 100%;
  }
  .footer-slide__container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .footer-slide__right-block {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }
  .page:has(.last-slide.swiper-slide-active[data-type="regular"])
    .polygon-ear_left {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  .page:has(.last-slide.swiper-slide-active[data-type="regular"])
    .polygon-ear_right {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  .footer-slide__mobile {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
  }
  .footer-slide__copyright {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: var(--gray);
  }
  .footer-slide__top-button {
    bottom: 60px;
    right: 16px;
  }
}
.industries-slide__controls,
.products-slide__controls {
  display: none;
}
.industries-slide__swiper,
.products-slide__swiper {
  width: 100%;
}
.products-slide__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.app-slide__container {
  position: relative;
}
.app-slide__preview,
.app-slide__frame {
  width: 293px;
  object-fit: contain;
  aspect-ratio: 9 / 16;
}
.app-slide__preview_desktop {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 595px;
  height: auto;
}
.app-slide__frame {
  border: none;
  background: transparent;
  width: 300px;
  transform-origin: top center;
  will-change: scale;
}
.app-slide__caption {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.42px;
  margin-top: 30px;
  text-transform: uppercase;
}
.app-slide__caption_regular {
  text-transform: none;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.75px;
}
.app-slide__text {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.75px;
  margin-top: 60px;
}
.app-slide__link {
  margin-top: 60px;
}
.app-slide__controls {
  display: none;
  margin-top: 20px;
}
.app-slide__desktop .app-slide__controls {
  display: flex;
  margin-top: 20px;
}
.app-slide__slide-mobile {
  display: none;
}
.app-slide__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  margin: 60px 0 0;
  padding: 0;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.54px;
}
.app-slide__list_mobile {
  display: none;
}
.app-slide__item {
  position: relative;
  padding-left: 42px;
}
.app-slide__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.21595 0.213231L16.2831 4.46863C16.7288 4.73356 17.0153 5.2303 16.9994 5.76015V14.2709C16.9994 14.8008 16.7288 15.2975 16.2831 15.5625L9.21595 19.8013C8.77027 20.0662 8.22909 20.0662 7.79934 19.8013L0.716265 15.5294C0.270589 15.281 0 14.7842 0 14.2544V5.72703C0 5.19718 0.270589 4.70044 0.716265 4.43551L7.78342 0.196673C8.22909 -0.0682544 8.77027 -0.0682547 9.21595 0.213231Z' fill='%23DB291C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.case-slide__swiper {
  width: 100%;
}
.case-slide__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.industries__left-block {
  grid-column: 2 / 9;
}
.industries__right-block {
  grid-column: -4 / -2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.industries__right-block .arrow-link-animated {
  margin-top: 20px;
}
.industries__right-block_bg {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5.5px);
  padding: 20px;
  color: white;
  grid-column: -4 / -1;
}
.industries__right-block_bg .full-slide__text {
  color: white;
}
.solutions-slide__swiper {
  width: 100%;
}
.solutions-slide__title {
  max-width: 590px;
}
.challenge-slide__card {
  min-height: 260px;
  border: none;
}
.approach-slide__card {
  min-height: 226px;
  padding: 32px;
}
.approach-slide__card::before {
  content: unset;
}
.approach-slide__card:has(.advantage-card__image) .advantage-card__text {
  max-width: 70%;
}
.approach-slide__card .advantage-card__image {
  width: 22%;
  height: auto;
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.app-slide__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.app-slide__links_mobile {
  display: none;
}
.app-slide__store-link {
  width: 120px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.app-slide__store-link_google {
  background-image: url("/assets/img/icons/google_play.png");
}
.app-slide__store-link_apple {
  background-image: url("/assets/img/icons/app_store.png");
}
.app-slide__store-link_huawei {
  background-image: url("/assets/img/icons/huawei_app_store.svg");
}
@media screen and (max-width: 1900px) {
  .industries__right-block_bg {
    grid-column: -5 / -2;
  }
}
@media screen and (max-width: 1279px) {
  .how-slide__container {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--section-gap) 16px;
  }
  .how-slide__title {
    grid-column: 2 / -2;
  }
  .how-slide__steps {
    grid-column: 1 / -1;
  }
  .industries__right-block {
    grid-column: -5 / -2;
  }
  .challenge-slide__card {
    min-height: 220px;
  }
  .challenge-slide__card .challenge-card__text {
    font-size: 18px;
    line-height: 24px;
  }
  .app-slide__list {
    margin-top: 30px;
    gap: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .how-slide__title {
    grid-column: 1 / -1;
  }
  .industries-slide__controls,
  .products-slide__controls {
    display: block;
  }
  .app-slide__text,
  .app-slide__link,
  .app-slide__list,
  .app-slide__links {
    display: none;
  }
  .app-slide__text_mobile {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.48px;
    margin-top: 40px;
  }
  .app-slide__slide-mobile .app-slide__link {
    display: flex;
  }
  .app-slide__list_mobile {
    display: flex;
  }
  .app-slide__left {
    grid-column: 1 / -1;
  }
  .app-slide__right {
    grid-column: 1 / -1;
    margin-top: 20px;
  }
  .app-slide__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .app-slide__container:has(.app-slide__frame) {
    pointer-events: none;
  }
  .app-slide__caption {
    margin-top: 20px;
  }
  .app-slide__preview {
    width: auto;
    height: 49.11svh;
  }
  .app-slide__frame {
    pointer-events: all;
  }
  .app-slide__preview_desktop {
    width: 100%;
    height: auto;
  }
  .app-slide__desktop .app-slide__controls {
    margin-top: 40px;
  }
  .case-slide__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .app-slide__slide-mobile {
    display: block;
  }
  .app-slide__controls {
    display: flex;
  }
  .industries__left-block {
    grid-column: 1 / -1;
  }
  .industries__right-block {
    grid-column: 1 / -1;
    margin-top: 20px;
  }
  .industries__right-block_bg {
    padding: 16px;
  }
  .app-slide__links_mobile {
    display: flex;
    gap: 8px;
    margin-top: 12px;
  }
  .app-slide__store-link {
    width: 100px;
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide:has(> .app-slide__container > .app-slide__frame) {
    max-height: 55svh;
  }
  .app-slide__frame {
    transform: scale(0.67);
    pointer-events: all;
  }
}
.media-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .media-list {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .media-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.products {
  position: relative;
  z-index: 10;
}
.products__head {
  grid-column: 1 / -1;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  padding: 100px 0 40px;
}
.products__head-left {
  grid-column: 2 / 6;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.products__logo {
  width: 44px;
  height: 50px;
  object-fit: contain;
}
.products__title {
  font-family: var(--third-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.products__info-name {
  color: white;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.75px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}
.products__info-text {
  color: var(--sec-gray);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
  margin-top: 20px;
}
.products__head-right {
  grid-column: 7 / -2;
}
.products__picture {
  height: 74.375svh;
  width: 100%;
  object-fit: contain;
}
.products__list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 60px;
}
.main__section .products__list {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .products__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
  .products__head {
    padding: 80px 0 30px;
  }
  .products__title {
    font-size: 40px;
    line-height: 45px;
  }
  .products__info-name {
    margin-top: 20px;
  }
  .products__head-left {
    gap: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .products__head-left {
    grid-column: 1 / -1;
    gap: 20px;
    position: relative;
    z-index: 2;
  }
  .products__head-right {
    grid-column: 1 / -1;
    position: absolute;
    top: 20px;
    right: -20vw;
    opacity: 0.5;
    transform: rotate(-25deg);
  }
  .products__picture {
    height: 65svh;
    pointer-events: none;
  }
  .products__info-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: white;
  }
  .products__info-name {
    font-size: 20px;
    line-height: 24px;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .products__list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.product-detail__flex-title {
  display: flex;
  flex-direction: column;
}
.product-detail__connection {
  width: 100%;
}
/* DATASHEET */
.datasheet__tab-switcher {
  display: none;
}
.datasheet__tab-switch {
  padding: 10px 14px;
  background: transparent;
  cursor: pointer;
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 10px;
}
.datasheet__tab-switch.active,
.datasheet__tab-switch:hover {
  background: var(--red);
}
.datasheet__tab-switcher:has(> *:nth-child(2)) + .datasheet__tab-container {
  margin-top: 30px;
}
.datasheet__table,
.datasheet__table-container {
  display: flex;
  flex-direction: column;
}
.datasheet__table-container {
  position: relative;
}
.datasheet__row {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 100px;
  align-items: flex-start;
  padding: 40px;
  border-bottom: 1px solid var(--border-gray);
}
.datasheet__row:nth-child(n + 5) {
  display: none;
}
.datasheet__table.expanded .datasheet__row:nth-child(n + 5) {
  display: grid;
}
.datasheet__button {
  display: none;
}
.datasheet__table:has(.datasheet__row:nth-child(n + 5)) .datasheet__table-container::after {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}
.datasheet__table.expanded .datasheet__table-container::after {
  content: unset !important;
}
.datasheet__table:has(.datasheet__row:nth-child(n + 5)) .datasheet__button {
  display: block;
  margin-top: 30px;
  margin-left: 40px;
  min-width: 150px;
}
.datasheet__col {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.72px;
}
.datasheet__col_title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
}
.datasheet__certificates {
  margin-top: 30px;
}
.header__detail.product-detail {
  height: 960px;
}
.page:has(.header__detail.product-detail) .main {
  margin-top: 960px;
}
.product-detail .header__detail-media {
  align-items: flex-start;
}
.product-detail .header__detail-media-title {
  max-width: 785px;
}
@media screen and (min-width: 1024px) {
  .datasheet__tab-switcher:has(> *:nth-child(2)) {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    background: var(--black);
    border-radius: 14px;
    width: fit-content;
    gap: 8px;
  }
  .datasheet__tab-container .accordion__title {
    display: none;
  }
  .datasheet__tab {
    display: none;
  }
  .datasheet__tab.active {
    display: block;
  }
  .datasheet__tab .accordion__content {
    padding: 0;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .datasheet__tab.active .accordion__content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 1439px) {
  .product-detail .header__detail-media-title {
    max-width: 585px;
  }
}
@media screen and (max-width: 1279px) {
  .datasheet__row {
    gap: 0 60px;
    padding: 20px 0;
  }
  .datasheet__col {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .datasheet__table:has(.datasheet__row:nth-child(n + 5)) .datasheet__button {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .datasheet__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0;
  }
  .datasheet__col {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .datasheet__certificates {
    margin-top: 20px;
  }
  .header__detail.product-detail {
    min-height: 800px;
  }
  .page:has(.header__detail.product-detail) .main {
    margin-top: 800px;
  }
  .datasheet__tab-switcher:has(> *:nth-child(2)) + .datasheet__tab-container {
    margin-top: 0;
  }
  .datasheet__tab-container.accordion .accordion__title {
    display: none;
  }
  .datasheet__tab-container.accordion:has(> *:nth-child(2)) .accordion__title {
    display: flex;
  }
}
/* CERTIFICATES */
.certificates__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: var(--black);
  color: white;
  border-radius: 14px;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  outline-offset: -1px;
}
a.certificates__item:hover {
  outline: 1px solid var(--red);
}
.certificates__icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  object-fit: contain;
  object-position: center;
}
/* FOOTER PRODUCTS */
.footer-products {
  width: 100%;
}
.footer-products__footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.footer-products__controls {
  margin-top: 0;
  display: none;
}
@media screen and (max-width: 1023px) {
  .footer-products__controls {
    display: block;
  }
}
.resources-list {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  min-height: 200px;
}
@media screen and (max-width: 1023px) {
  .resources-list {
    margin-top: 40px;
  }
}
.industry .header__detail-media-info {
  grid-column: 2 / 7;
}
.industry__title {
  width: min-content;
}
.industry__text {
  max-width: 540px;
  color: var(--sec-gray);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.54px;
}
.industry__container {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 55.73vw;
  max-width: 1070px;
  aspect-ratio: 1070 / 838;
  z-index: 2;
}
.industry__picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
}
.industry__point {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.75806 0.213231L17.2409 4.46863C17.7128 4.73356 18.0162 5.2303 17.9993 5.76015V14.2709C17.9993 14.8008 17.7128 15.2975 17.2409 15.5625L9.75806 19.8013C9.28617 20.0662 8.71316 20.0662 8.25812 19.8013L0.758398 15.5294C0.286506 15.281 0 14.7842 0 14.2544V5.72703C0 5.19718 0.286506 4.70044 0.758398 4.43551L8.24127 0.196673C8.71316 -0.0682544 9.28617 -0.0682547 9.75806 0.213231Z' fill='%23DB291C'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  bottom: 0;
}
.industry__point:hover {
  transform: scale(1.2);
}
.industry__point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: white;
  border-radius: 1px;
}
.industry__point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 10px;
  height: 2px;
  background: white;
  border-radius: 1px;
}
.page:has(.industry) .header__wrapper {
  position: relative;
  z-index: 3;
}
.header__detail.industry {
  height: 950px;
}
.page:has(.header__detail.industry) .main {
  margin-top: 950px;
}
.news-footer-swiper {
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .industry .header__detail-media-info {
    grid-column: 1 / 6;
  }
}
@media screen and (max-width: 1279px) {
  .industry__container {
    width: 70vw;
    bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .industry .header__detail-media-info {
    grid-column: 1 / -1;
  }
  .industry__title {
    font-size: 38px;
    line-height: 42px;
  }
  .industry__container {
    width: 90vw;
    bottom: 80px;
  }
  .industry__container + #industry-popup {
    bottom: 120px;
  }
  .header__detail.industry {
    height: 680px;
  }
  .page:has(.header__detail.industry) .main {
    margin-top: 680px;
  }
}
.events-page__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.events-page__content-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.events-page__archive {
  margin-top: 90px;
}
.event-detail__event-block {
  display: flex;
  flex-direction: column;
  color: rgba(24, 24, 24, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.event-detail__event-title {
  color: var(--black);
}
.event-detail__event-caption {
  color: var(--gray);
  margin-top: 30px;
}
.accordion__item.active {
  .event-detail__event-time,
  .event-detail__event-title {
    color: white;
  }
}
.event-detail__event-speakers {
  margin-top: 10px;
}
.event-detail__partners {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.event-detail__partner-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: fit-content;
  background-color: var(--light-gray);
  border-radius: 24px;
  padding: 32px;
}
.event-detail__speakers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.event-detail.header__detail {
  height: 100vh;
  height: 100svh;
  align-content: end;
  padding-bottom: 200px;
}
.page:has(.header__detail.event-detail) .main-detail {
  margin-top: 100vh;
  margin-top: 100svh;
}
.events-archive-list .news-card__button {
  background: var(--light-gray);
  color: var(--black);
}
.events-archive-list .news-card__button:hover {
  background: var(--red);
  color: white;
}
.events-archive-list .news-card_extended {
  background: white;
}
#register-form {
  scroll-margin-top: 40px;
}
.event-detail {
  .header__detail-media-info {
    grid-column: 1 / span 8;
  }
  .header__detail-media-date {
    color: white;
  }
  .header__detail-media-desc {
    align-self: flex-end;
    grid-column: -3 / -1;
  }
  .header__detail-media-desc-text {
    color: white;
  }
  .header__detail-media-title {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 1439px) {
  .events-page__content {
    gap: 40px;
  }
  .events-page__archive {
    margin-top: 60px;
  }
  .event-detail.header__detail {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .events-page .big-filter {
    flex-wrap: wrap;
  }
  .events-page .big-filter > * {
    flex-basis: 250px;
    flex-grow: 1;
  }
  .events-page .big-filter > a {
    max-width: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .events-page__content {
    gap: 30px;
  }
  .events-page__archive {
    margin-top: 30px;
  }
  .event-detail.header__detail {
    padding-bottom: 120px;
  }
  .event-detail__partner-card {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    width: 100%;
    align-items: flex-start;
  }
  .event-detail {
    .header__detail-media-info {
      grid-column: 1 / -1;
    }
    .header__detail-media-desc {
      align-self: flex-end;
      grid-column: 1 / -1;
    }
    .header__detail-media-title {
      -webkit-line-clamp: 5;
    }
    .header__detail-media-desc-text {
      max-width: unset;
    }
  }
}
.page.page-slide {
  background: var(--bg-black);
  color: white;
  position: relative;
}
.page-inner_black {
  background: var(--bg-black);
  color: white;
}
.page:has(.header__detail) {
  background: white;
}
.blured-ears {
  position: fixed;
  top: 86px;
  height: 780px;
  width: 200px;
  transform: rotate(-18deg);
  border-radius: 780px;
  background: var(--sec-red);
  filter: blur(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  pointer-events: none;
  z-index: 2;
}
.blured-ears_left {
  left: -230px;
}
.blured-ears_right {
  right: -242px;
}
.page:has(.swiper-slide-active[data-type="regular"]) .blured-ears {
  opacity: 0.34;
  visibility: visible;
}
.blured-ears-fixed .blured-ears {
  opacity: 0.34;
  visibility: visible;
}
.blured-ears-fixed .blured-ears_right {
  transform: rotate(18deg);
}
/* ATWINTA DEV LINK */
.atwinta-link {
  color: var(--border-gray);
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.28px;
  text-decoration: none;
}
.atwinta-link__logo {
  color: white;
  display: inline-block;
  font-family: Gogh, sans-serif;
  font-weight: 700;
  width: fit-content;
  position: relative;
  line-height: 1;
}
.atwinta-link__logo-line {
  display: block;
  margin: 0px auto;
  width: 7px;
  height: 2px;
  background-color: rgb(255, 33, 162);
  transition: 0.3s;
  transform: translateX(1px);
}
.atwinta-link__logo-line_en {
  transform: translateX(3px);
}
.atwinta-link:hover .atwinta-link__logo-line {
  width: 100%;
  transform: translateX(0);
}
@media screen and (max-width: 1439px) {
  .swiper-full {
    width: calc(100% + 100px) !important;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-full,
  .swiper-full-mobile {
    width: calc(100% + 32px) !important;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
