@charset "UTF-8";
:root {
  --font-primary: "Inter", sans-serif;
  --body-bg: #060606;
  --body-color: #fff;
  --color-error: #db0031;
  --color-succes: #82b900;
  --color-warning: #f2d872;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

.liquid-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  display: block;
  will-change: transform;
}
.liquid-glass > * {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  display: block;
}

.liquid-glass__effect {
  z-index: 0;
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  filter: url(#glass-distortion);
}

.liquid-glass__tint {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.liquid-glass__shine {
  z-index: 2;
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  box-shadow: inset 18px 18px 10px -23px #ffffff, inset -14px -14px 7px -17px #b3b3b3;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Bold.woff2") format("woff2"), url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! 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: 700;
}

/**
* 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: 0.1rem 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: -0.2rem;
  /* 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;
}

/* Defaults
 ========================================================================== */
html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img,
video,
svg {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

button,
input,
textarea,
select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
}

mark {
  background: none;
  color: currentColor;
}

a,
button {
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

iframe {
  border: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  z-index: 100;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5.5rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration: none;
  border-radius: 10rem;
  transition: 0.4s;
  overflow: hidden;
}
.ui-btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .ui-btn {
    height: 5rem;
  }
}
@media (min-width: 1200px) {
  .ui-btn {
    height: 4.3rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .ui-btn {
    height: 5rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-btn {
    height: 6rem;
    font-size: 2.5rem;
  }
}

.ui-btn--icon {
  padding: 0;
  width: 5.5rem;
  height: 5.5rem;
}
.ui-btn--icon svg {
  width: 100%;
  height: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .ui-btn--icon {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1200px) {
  .ui-btn--icon {
    width: 4.3rem;
    height: 4.3rem;
  }
}
@media (min-width: 1400px) {
  .ui-btn--icon {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1600px) {
  .ui-btn--icon {
    width: 6rem;
    height: 6rem;
  }
}

.ui-btn--glass {
  color: #fff;
}
.ui-btn--glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.ui-btn--shadow {
  background: #000000;
  color: #fff;
}
.ui-btn--shadow::before {
  content: "";
  display: block;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: -2;
  border: 0.1rem solid transparent;
  background: linear-gradient(to right, #000, #000) content-box, radial-gradient(circle at 10% 80%, rgba(0, 255, 55, 0.8) 0%, rgba(0, 255, 55, 0) 70%) border-box, radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.8) 0%, rgba(153, 153, 153, 0) 70%) border-box, radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0) 70%) border-box;
}
.ui-btn--shadow::after {
  content: "";
  display: block;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(69.95% 331.32% at 5.85% 170.83%, rgb(0, 255, 55) 0%, rgba(0, 0, 0, 0) 100%), #000000;
  transition: 0.4s;
  opacity: 0.2;
}
.ui-btn--shadow:hover {
  color: #fff;
}
.ui-btn--shadow:hover::after {
  opacity: 0.35;
}

@keyframes glowBefore {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes glowAfter {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes glowShadow {
  0%, 100% {
    box-shadow: 0px 0px 12rem rgba(0, 255, 55, 0.4);
  }
  50% {
    box-shadow: 0px 0px 8.5375rem rgba(0, 255, 55, 0.1);
  }
}
.ui-btn--green {
  color: #fff;
  overflow: unset;
}
.ui-btn--green .ui-btn__default {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  display: block;
  animation: glowShadow 4s ease-in-out infinite;
  transition: 0.4s;
}
.ui-btn--green .ui-btn__default::before, .ui-btn--green .ui-btn__default::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 0.1rem solid transparent;
}
.ui-btn--green .ui-btn__default::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(37.71% 100% at 42.35% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(191.17% 996.67% at -10.74% -714.17%, #00ff37 0%, rgba(0, 255, 55, 0) 100%), radial-gradient(101.46% 879.11% at 100% 240.83%, rgba(2, 22, 11, 0.7) 0%, rgba(0, 89, 29, 0) 100%), linear-gradient(87.79deg, #00591d -8.26%, #128036 99.07%);
  background-blend-mode: overlay, normal, normal, normal;
  animation: glowBefore 4s ease-in-out infinite;
}
.ui-btn--green .ui-btn__default::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(40.54% 107.5% at 36.08% 157.5%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(93.83% 596.94% at 77.32% 451.67%, #00ff37 0%, rgba(0, 255, 55, 0) 87.13%), radial-gradient(101.46% 879.11% at 100% 240.83%, rgba(2, 22, 11, 0.7) 0%, rgba(0, 89, 29, 0) 100%), linear-gradient(87.79deg, #00591d -8.26%, #128036 99.07%);
  background-blend-mode: overlay, normal, normal, normal;
  opacity: 0;
  animation: glowAfter 4s ease-in-out infinite;
}
.ui-btn--green .ui-btn__hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.02);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
}
.ui-btn--green .ui-btn__text {
  position: relative;
  z-index: 3;
  display: block;
  transition: 0.4s;
}
.ui-btn--green:hover {
  color: #fff;
}
.ui-btn--green:hover .ui-btn__default {
  opacity: 0;
}
.ui-btn--green:hover .ui-btn__hover {
  opacity: 1;
}

.ui-btn--telegram,
.ui-btn--whatsapp,
.ui-btn--lightgreen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0;
  padding: 0;
  color: #fff;
  overflow: unset;
}
.ui-btn--telegram .ui-btn__text,
.ui-btn--whatsapp .ui-btn__text,
.ui-btn--lightgreen .ui-btn__text {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  border-radius: inherit;
  position: relative;
  z-index: 100;
  background: transparent;
  overflow: unset;
}
.ui-btn--telegram .ui-btn__text::before, .ui-btn--telegram .ui-btn__text::after,
.ui-btn--whatsapp .ui-btn__text::before,
.ui-btn--whatsapp .ui-btn__text::after,
.ui-btn--lightgreen .ui-btn__text::before,
.ui-btn--lightgreen .ui-btn__text::after {
  transition: 0.4s;
  opacity: 0;
}
.ui-btn--telegram .ui-btn__text::before,
.ui-btn--whatsapp .ui-btn__text::before,
.ui-btn--lightgreen .ui-btn__text::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  border: 0.1rem solid transparent;
}
.ui-btn--telegram .ui-btn__text::after,
.ui-btn--whatsapp .ui-btn__text::after,
.ui-btn--lightgreen .ui-btn__text::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.1rem;
  z-index: -1;
  border-radius: inherit;
}
@media (min-width: 1200px) {
  .ui-btn--telegram .ui-btn__text,
  .ui-btn--whatsapp .ui-btn__text,
  .ui-btn--lightgreen .ui-btn__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .ui-btn--telegram .ui-btn__text,
  .ui-btn--whatsapp .ui-btn__text,
  .ui-btn--lightgreen .ui-btn__text {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-btn--telegram .ui-btn__text,
  .ui-btn--whatsapp .ui-btn__text,
  .ui-btn--lightgreen .ui-btn__text {
    font-size: 2.5rem;
  }
}
.ui-btn--telegram .ui-btn__icon,
.ui-btn--whatsapp .ui-btn__icon,
.ui-btn--lightgreen .ui-btn__icon {
  position: relative;
  z-index: 100;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.5rem;
  border-radius: inherit;
}
.ui-btn--telegram .ui-btn__icon::before, .ui-btn--telegram .ui-btn__icon::after,
.ui-btn--whatsapp .ui-btn__icon::before,
.ui-btn--whatsapp .ui-btn__icon::after,
.ui-btn--lightgreen .ui-btn__icon::before,
.ui-btn--lightgreen .ui-btn__icon::after {
  transition: 0.4s;
  opacity: 0;
}
.ui-btn--telegram .ui-btn__icon::before,
.ui-btn--whatsapp .ui-btn__icon::before,
.ui-btn--lightgreen .ui-btn__icon::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  border: 0.1rem solid transparent;
}
.ui-btn--telegram .ui-btn__icon::after,
.ui-btn--whatsapp .ui-btn__icon::after,
.ui-btn--lightgreen .ui-btn__icon::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.1rem;
  z-index: -1;
  border-radius: inherit;
}
.ui-btn--telegram .ui-btn__icon svg,
.ui-btn--whatsapp .ui-btn__icon svg,
.ui-btn--lightgreen .ui-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .ui-btn--telegram .ui-btn__icon,
  .ui-btn--whatsapp .ui-btn__icon,
  .ui-btn--lightgreen .ui-btn__icon {
    width: 5rem;
  }
}
@media (min-width: 1200px) {
  .ui-btn--telegram .ui-btn__icon,
  .ui-btn--whatsapp .ui-btn__icon,
  .ui-btn--lightgreen .ui-btn__icon {
    width: 4.3rem;
  }
}
@media (min-width: 1400px) {
  .ui-btn--telegram .ui-btn__icon,
  .ui-btn--whatsapp .ui-btn__icon,
  .ui-btn--lightgreen .ui-btn__icon {
    width: 5rem;
  }
}
@media (min-width: 1600px) {
  .ui-btn--telegram .ui-btn__icon,
  .ui-btn--whatsapp .ui-btn__icon,
  .ui-btn--lightgreen .ui-btn__icon {
    width: 6rem;
  }
}
.ui-btn--telegram:hover .ui-btn__text::before,
.ui-btn--telegram:hover .ui-btn__icon::before,
.ui-btn--whatsapp:hover .ui-btn__text::before,
.ui-btn--whatsapp:hover .ui-btn__icon::before,
.ui-btn--lightgreen:hover .ui-btn__text::before,
.ui-btn--lightgreen:hover .ui-btn__icon::before {
  opacity: 1;
}

.ui-btn--telegram .ui-btn__text {
  margin: 0 -0.4rem 0 0;
  border: 0.1rem solid transparent;
  border-right: none;
  margin: 0 -0.1rem 0 0;
  background: linear-gradient(45deg, rgb(7, 31, 42) 0%, rgb(1, 1, 1) 100%) content-box, radial-gradient(18.2rem 14.1rem at 2rem 100%, rgba(36, 162, 223, 0.8) 0%, rgba(36, 162, 223, 0) 100%) border-box, radial-gradient(30rem 4.2rem at 0.6rem 0.1rem, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0) 100%) border-box, radial-gradient(24rem 9.2rem at 35.2rem 6.1rem, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 100%) border-box;
}
.ui-btn--telegram .ui-btn__text::before {
  border: none;
  background: linear-gradient(to right, #19709a, #08212d);
}
.ui-btn--telegram .ui-btn__icon {
  border: 0.1rem solid transparent;
  border-left: none;
  margin: 0 0 0 -0.1rem;
  background: linear-gradient(to right, #010101, #010101) content-box, linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
}
.ui-btn--telegram .ui-btn__icon::before {
  border: none;
  background: linear-gradient(to right, #08212d, #031016);
}
.ui-btn--telegram:hover .ui-btn__text::before {
  box-shadow: 0px 0px 8rem rgba(36, 162, 223, 0.4);
}

.ui-btn--lightgreen .ui-btn__text,
.ui-btn--whatsapp .ui-btn__text {
  border: 0.1rem solid transparent;
  border-right: none;
  margin: 0 -0.1rem 0 0;
  background: linear-gradient(45deg, #012308 0%, rgb(1, 1, 1) 100%) content-box, radial-gradient(18.2rem 14.1rem at 2.2rem 101%, rgba(0, 255, 55, 0.8) 0%, rgba(0, 255, 55, 0) 100%) border-box, radial-gradient(30rem 4.2rem at 0.6rem 0.1rem, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0) 100%) border-box, radial-gradient(24rem 9.2rem at 35.2rem 6.1rem, rgba(255, 255, 255, 0) 0%, rgba(153, 153, 153, 0) 100%) border-box;
}
.ui-btn--lightgreen .ui-btn__text::before,
.ui-btn--whatsapp .ui-btn__text::before {
  border: none;
  background: linear-gradient(to right, #00b126, #01330b);
}
.ui-btn--lightgreen .ui-btn__icon,
.ui-btn--whatsapp .ui-btn__icon {
  border: 0.1rem solid transparent;
  border-left: none;
  margin: 0 0 0 -0.1rem;
  background: linear-gradient(to right, rgb(1, 1, 1), rgb(1, 1, 1)) content-box, linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
}
.ui-btn--lightgreen .ui-btn__icon::before,
.ui-btn--whatsapp .ui-btn__icon::before {
  border: none;
  background: linear-gradient(to right, #01330b, #001905);
}
.ui-btn--lightgreen:hover .ui-btn__text::before,
.ui-btn--whatsapp:hover .ui-btn__text::before {
  box-shadow: 0px 0px 8rem rgba(0, 255, 55, 0.4);
}

.ui-label {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0 3rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .ui-label {
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .ui-label {
    font-size: 1.8rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1400px) {
  .ui-label {
    font-size: 2rem;
    padding: 0 3rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1600px) {
  .ui-label {
    font-size: 2.5rem;
    padding: 0 3.5rem;
  }
}

.ui-field {
  margin: 0 0 3rem;
  position: relative;
  border-radius: 3rem;
}
.ui-field:has(.selectric-open) {
  z-index: 200;
}
@media (min-width: 768px) {
  .ui-field {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1400px) {
  .ui-field {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-field {
    margin: 0 0 2.5rem;
  }
}

.ui-input {
  display: block;
  width: 100%;
  height: 7.5rem;
  border-radius: 3rem;
  border: 0.1rem solid transparent;
  padding: 0 3rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  transition: 0.4s;
}
.ui-input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
  transition: 0.4s;
}
.ui-input::placeholder {
  color: #fff;
  opacity: 0.5;
  transition: 0.4s;
}
.ui-input:focus {
  background: rgba(0, 0, 0, 0.6);
}
.ui-input:focus:-ms-input-placeholder {
  opacity: 0.2;
}
.ui-input:focus::placeholder {
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .ui-input {
    height: 6.3rem;
    font-size: 1.8rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1400px) {
  .ui-input {
    height: 7.5rem;
    padding: 0 3rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-input {
    height: 9rem;
    padding: 0 3.5rem;
    font-size: 2.5rem;
  }
}

.ui-select {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 13.2rem;
  height: 5.5rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.ui-select:has(.selectric-disabled) {
  pointer-events: none;
}
@media (hover: hover) and (min-width: 1200px) {
  .ui-select:hover .selectric {
    background: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) {
  .ui-select {
    width: 16rem;
    height: 5rem;
  }
}
@media (min-width: 1200px) {
  .ui-select {
    top: 1rem;
    width: 13.4rem;
    height: 4.3rem;
  }
}
@media (min-width: 1400px) {
  .ui-select {
    width: 16rem;
    top: 1.25rem;
    height: 5rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .ui-select {
    top: 1.5rem;
    height: 6rem;
    width: 19.2rem;
    font-size: 2.5rem;
  }
}
.ui-select select {
  opacity: 0;
}
.ui-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
  height: inherit;
}
.ui-select .selectric {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 10rem;
  padding: 0 3rem 0 1.5rem;
  height: inherit;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .ui-select .selectric {
    padding: 0 2.4rem 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric {
    padding: 0 3.2rem 0 1rem;
  }
}
@media (min-width: 1400px) {
  .ui-select .selectric {
    padding: 0 2.4rem 0 1.2rem;
  }
}
@media (min-width: 1600px) {
  .ui-select .selectric {
    padding: 0 3rem 0 1.5rem;
  }
}
.ui-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ui-select .selectric .label {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric .label {
    gap: 1rem;
  }
}
@media (min-width: 1400px) {
  .ui-select .selectric .label {
    gap: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .ui-select .selectric .label {
    gap: 1.5rem;
  }
}
.ui-select .selectric svg {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  margin: -0.7rem 0 0 0;
  width: 1.4rem;
  height: 1.4rem;
  z-index: 110;
  transition: transform 0.4s;
}
@media (min-width: 1600px) {
  .ui-select .selectric svg {
    width: 2rem;
    height: 2rem;
  }
}
.ui-select .selectric-icon {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 10rem;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-select .selectric-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .ui-select .selectric-icon {
    width: 4.2rem;
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric-icon {
    width: 3.5rem;
    height: 2.3rem;
  }
}
@media (min-width: 1400px) {
  .ui-select .selectric-icon {
    width: 4.2rem;
    height: 3rem;
  }
}
@media (min-width: 1600px) {
  .ui-select .selectric-icon {
    width: 5rem;
    height: 3.6rem;
  }
}
.ui-select .selectric-items {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3rem;
  z-index: 5;
  width: auto !important;
  min-width: 100%;
  max-width: 100%;
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 100%;
  opacity: 1;
  box-shadow: inset 1.63801rem 1.63801rem 1.36501rem -2.45701rem rgba(255, 255, 255, 0.8), inset -1.27401rem -1.27401rem 0.7553rem -1.82001rem #b3b3b3;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}
.ui-select .selectric-items .selectric-scroll {
  overflow: hidden;
}
.ui-select .selectric-items ul {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 7rem 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .ui-select .selectric-items ul {
    padding: 7rem 1.2rem 1.2rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric-items ul {
    padding: 5.3rem 1rem 1rem;
  }
}
@media (min-width: 1400px) {
  .ui-select .selectric-items ul {
    padding: 7rem 1.2rem 1.2rem;
  }
}
@media (min-width: 1600px) {
  .ui-select .selectric-items ul {
    padding: 7.5rem 1.5rem 1.5rem;
    gap: 1.5rem;
  }
}
.ui-select .selectric-items li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: 0.25s;
  margin: 0;
  padding: 0;
  transition: color 0.25s;
  color: #fff;
}
.ui-select .selectric-items li.selected {
  background: transparent;
  display: none;
}
.ui-select .selectric-items li.disabled {
  pointer-events: none;
  display: none;
}
@media (min-width: 768px) {
  .ui-select .selectric-items li {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ui-select .selectric-items li {
    gap: 1rem;
  }
}
@media (min-width: 1400px) {
  .ui-select .selectric-items li {
    gap: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .ui-select .selectric-items li {
    gap: 1.5rem;
  }
}
.ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 3rem;
}
.ui-select .selectric-items .ui-select-group-label {
  pointer-events: none;
}
.ui-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.ui-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.ui-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ui-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.ui-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0.1rem !important;
  height: 0.1rem !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
}
.ui-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.ui-select .selectric-open {
  z-index: 500;
}
.ui-select .selectric-open .selectric {
  z-index: 2;
}
.ui-select .selectric-open .selectric svg {
  transform: rotate(180deg);
}
.ui-select .selectric-open .selectric-items {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  grid-template-rows: 1fr;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ui-select .selectric-open .selectric-items > * {
  opacity: 1;
}
.ui-select .selectric-disabled {
  opacity: 1;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-select .selectric-disabled .selectric svg {
  display: none;
}

.ui-rate {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0 0 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.8rem;
  border-radius: 2.8rem;
  padding: 0 1rem;
  border: 0.1rem solid currentColor;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: 0.4s;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ui-rate {
    top: 50%;
    right: 17rem;
    transform: translate(0, -50%);
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .ui-rate {
    right: 14.4rem;
  }
}
@media (min-width: 1400px) {
  .ui-rate {
    right: 17rem;
  }
}
@media (min-width: 1600px) {
  .ui-rate {
    right: 20.2rem;
    height: 4rem;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    margin: 0 2.5rem;
  }
}

form:has(.ui-input:not(:placeholder-shown)) .ui-rate {
  opacity: 1;
}

.ui-action {
  padding: 1rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .ui-action {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .ui-action {
    gap: 1rem;
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 1400px) {
  .ui-action {
    gap: 1.2rem;
    padding: 2rem 0 0;
  }
}
@media (min-width: 1600px) {
  .ui-action {
    gap: 1.5rem;
    padding: 2.5rem 0 0;
  }
}

.ui-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
}
.ui-glass span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(255, 255, 255, 0.01);
}
.ui-glass span:nth-child(1) {
  -webkit-backdrop-filter: blur(0.2rem);
  backdrop-filter: blur(0.2rem);
}
.ui-glass span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.ui-glass span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.ui-glass span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.ui-glass span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.ui-glass span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.ui-glass span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.ui-glass span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ui-glass span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 120rem;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  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: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  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: 0.1rem;
  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: 0.1rem;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.1rem;
  margin-top: -2.1rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.4rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
html {
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
  min-width: 0;
}
*:before, *:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 430px) {
  html {
    font-size: 2.3255813953vw;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  font: 400 1.5rem/1.2 var(--font-primary);
}

.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  min-width: 32rem;
  overflow: hidden;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 5rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    max-width: 173.6rem;
  }
}

@media (hover: none) {
  .is-nav-open body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.is-nav-open .header__nav-toggle svg:nth-child(1) {
  opacity: 0;
  transform: scale(0);
}
.is-nav-open .header__nav-toggle svg:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
}
.is-nav-open body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 3rem 0;
}
.header > .container-fluid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header {
    padding: 4rem 0;
  }
  .header > .container-fluid {
    gap: 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 3.5rem 0;
  }
  .header > .container-fluid {
    gap: 0 3.5rem;
  }
}
@media (min-width: 1400px) {
  .header {
    padding: 4rem 0;
  }
  .header > .container-fluid {
    gap: 0 4rem;
  }
}
@media (min-width: 1600px) {
  .header {
    padding: 5rem 0;
  }
  .header > .container-fluid {
    gap: 0 5rem;
  }
}

.header__logo {
  width: 9.8rem;
  height: 5.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  margin: 0 auto 0 0;
  transition: 0.4s;
  transform-origin: top left;
}
.header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .header__logo {
    width: 9rem;
    height: 5rem;
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 7.6rem;
    height: 4.3rem;
  }
}
@media (min-width: 1400px) {
  .header__logo {
    width: 8.8rem;
    height: 5rem;
  }
}
@media (min-width: 1600px) {
  .header__logo {
    width: 10.6rem;
    height: 6rem;
  }
}

.header__nav {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .header__nav {
    -ms-flex: 1;
    flex: 1;
  }
}

.header__nav-toggle {
  position: relative;
  z-index: 110;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
  border: none;
  background: none;
  color: #fff;
  position: relative;
}
.header__nav-toggle svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.header__nav-toggle svg:nth-child(1) {
  opacity: 1;
  transform: scale(1);
}
.header__nav-toggle svg:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
@media (min-width: 768px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 3rem;
  background: rgba(69, 69, 69, 0.05);
  background-blend-mode: soft-light;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: none;
}
@media (min-width: 768px) {
  .header__nav-offcanvas {
    all: unset;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .header__nav-offcanvas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__nav-logo {
  margin: 0 0 8rem;
  width: 17.7rem;
  height: 10rem;
}
.header__nav-logo img,
.header__nav-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .header__nav-logo {
    display: none;
  }
}

.header__nav-primary {
  -ms-flex: 1;
  flex: 1;
}
.header__nav-primary .liquid-glass {
  display: none;
}
@media (min-width: 768px) {
  .header__nav-primary {
    position: relative;
    z-index: 100;
    border-radius: 4rem;
    -ms-flex: unset;
    flex: unset;
  }
  .header__nav-primary .liquid-glass {
    display: block;
  }
}

.header__nav-menu {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .header__nav-menu {
    font-size: 1.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
    position: relative;
    padding: 0 4rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-menu {
    font-size: 1rem;
    gap: 3.5rem;
    padding: 0 3.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex: unset;
    flex: unset;
  }
}
@media (min-width: 1400px) {
  .header__nav-menu {
    font-size: 1.2rem;
    gap: 4rem;
    padding: 0 4rem;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1600px) {
  .header__nav-menu {
    font-size: 1.5rem;
    gap: 5rem;
    padding: 0 5rem;
  }
}

.header__nav-link {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.header__nav-link:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .header__nav-link {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 5rem;
  }
  .header__nav-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    height: 75%;
    width: 12rem;
    margin: 0 0 0 -6rem;
    background: radial-gradient(50% 100% at 50% 100%, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
    transition: 0.4s;
    opacity: 0;
  }
  .header__nav-link:hover::before {
    opacity: 0.4;
  }
}
@media (min-width: 1200px) {
  .header__nav-link {
    height: 4.3rem;
  }
}
@media (min-width: 1400px) {
  .header__nav-link {
    height: 5rem;
  }
}
@media (min-width: 1600px) {
  .header__nav-link {
    height: 6rem;
  }
}

.header__nav-contacts {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.header__nav-contacts .row {
  margin: 0 -1rem;
}
.header__nav-contacts .row > [class^=col] {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .header__nav-contacts {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 2.5rem 0 0 -12.2rem;
    gap: 1.8rem;
  }
  .header__nav-contacts .ui-btn--shadow {
    font-size: 1.2rem;
    min-width: 15.4rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-contacts {
    position: relative;
    top: 0;
    margin: 0;
    gap: 2rem;
  }
  .header__nav-contacts .row {
    margin: 0 -0.5rem;
  }
  .header__nav-contacts .row > [class^=col] {
    padding: 0 0.5rem;
  }
  .header__nav-contacts .ui-btn--shadow {
    font-size: 1rem;
    min-width: 13.2rem;
  }
}
@media (min-width: 1400px) {
  .header__nav-contacts {
    gap: 2.5rem;
  }
  .header__nav-contacts .row {
    margin: 0 -0.6rem;
  }
  .header__nav-contacts .row > [class^=col] {
    padding: 0 0.6rem;
  }
  .header__nav-contacts .ui-btn--shadow {
    font-size: 1.2rem;
    min-width: 15.5rem;
  }
}
@media (min-width: 1600px) {
  .header__nav-contacts {
    gap: 3rem;
  }
  .header__nav-contacts .row {
    margin: 0 -0.75rem;
  }
  .header__nav-contacts .row > [class^=col] {
    padding: 0 0.75rem;
  }
  .header__nav-contacts .ui-btn--shadow {
    font-size: 1.5rem;
    min-width: 18.4rem;
  }
}

.main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  bottom: -0.2rem;
  z-index: 1;
  border-radius: inherit;
  border-radius: 3.5rem 3.5rem 0 0;
  margin: 0;
  will-change: transform;
}
.footer__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.footer__bg .liquid-glass,
.footer__bg .liquid-glass-new {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.footer__bg .ui-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.footer__bg .ui-glass span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(69, 69, 69, 0.01);
}
.footer__bg .ui-glass span:nth-child(1) {
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
}
.footer__bg .ui-glass span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.footer__bg .ui-glass span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.footer__bg .ui-glass span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.footer__bg .ui-glass span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.footer__bg .ui-glass span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.footer__bg .ui-glass span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.footer__bg .ui-glass span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.footer__bg .ui-glass span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .footer__bg {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .footer__bg {
    border-radius: 4rem 4rem 0 0;
  }
}

.footer__wrapper {
  position: relative;
  z-index: 2;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding: 3.5rem 0;
    display: grid;
    grid-template-columns: 19rem 1fr;
  }
}
@media (min-width: 1200px) {
  .footer__wrapper {
    padding: 11.5rem 0;
    grid-template-columns: 24.7rem 1fr;
    gap: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .footer__wrapper {
    padding: 12.5rem 0;
    grid-template-columns: 29.2rem 1fr;
    gap: 4rem;
  }
}
@media (min-width: 1600px) {
  .footer__wrapper {
    padding: 14.5rem 0;
    gap: 5rem;
    grid-template-columns: 35.8rem 1fr;
  }
}

.footer__logo {
  display: inline-block;
  vertical-align: top;
  width: 17.7rem;
  height: 10rem;
  color: #fff;
  margin: 0 0 8rem;
}
.footer__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 9rem;
    height: 5rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    width: 24.7rem;
    height: 14rem;
  }
}
@media (min-width: 1400px) {
  .footer__logo {
    width: 29.2rem;
    height: 16.5rem;
  }
}
@media (min-width: 1600px) {
  .footer__logo {
    width: 35.2rem;
    height: 20.3rem;
  }
}

@media (min-width: 768px) {
  .footer__nav {
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__nav-menu {
  margin: 0 0 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .footer__nav-menu {
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.04em;
    gap: 1rem;
    margin: 0;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .footer__nav-menu {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .footer__nav-menu {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .footer__nav-menu {
    font-size: 1.5rem;
  }
}

.footer__nav-link {
  color: #fff;
}
.footer__nav-link:hover {
  color: #fff;
}
@media (hover: hover) and (min-width: 1200px) {
  .footer__nav-link {
    transition: 0.4s;
  }
  .footer__nav-link:hover {
    opacity: 0.6;
  }
}

.footer__nav-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer__nav-contacts .row {
  margin: 0 -1rem;
}
.footer__nav-contacts .row > [class^=col] {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .footer__nav-contacts {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 2.5rem;
  }
  .footer__nav-contacts .row {
    margin: 0 -1.25rem;
  }
  .footer__nav-contacts .row > [class^=col] {
    padding: 0 1.25rem;
  }
  .footer__nav-contacts .ui-btn--shadow {
    font-size: 1.2rem;
    padding: 0 3rem;
    min-width: 15.4rem;
  }
}
@media (min-width: 1200px) {
  .footer__nav-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }
  .footer__nav-contacts .row {
    margin: 0 -0.5rem;
  }
  .footer__nav-contacts .row > [class^=col] {
    padding: 0 0.5rem;
  }
  .footer__nav-contacts .ui-btn--shadow {
    min-width: 13.1rem;
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .footer__nav-contacts {
    gap: 1.2rem;
  }
  .footer__nav-contacts .row {
    margin: 0 -0.6rem;
  }
  .footer__nav-contacts .row > [class^=col] {
    padding: 0 0.6rem;
  }
  .footer__nav-contacts .ui-btn--shadow {
    min-width: 15.5rem;
    font-size: 1.2rem;
    padding: 0 2.8rem;
  }
}
@media (min-width: 1600px) {
  .footer__nav-contacts {
    gap: 1.5rem;
  }
  .footer__nav-contacts .row {
    margin: 0 -0.75rem;
  }
  .footer__nav-contacts .row > [class^=col] {
    padding: 0 0.75rem;
  }
  .footer__nav-contacts .ui-btn--shadow {
    min-width: 18.4rem;
    font-size: 1.5rem;
    padding: 0 3rem;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #060606;
  color: #fff;
  pointer-events: none;
}
.loader svg {
  display: block;
  width: 22.4rem;
  height: auto;
}
.loader path {
  opacity: 0;
}

.calc {
  position: relative;
  z-index: 100;
  padding: 14.3rem 0 5rem;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .calc {
    padding: 26.5rem 0 5rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .calc {
    padding: 11.5rem 0 14.5rem;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .calc {
    padding: 13rem 0 16.5rem;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .calc {
    padding: 16rem 0;
    margin: 0;
  }
}

.calc__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  display: block;
}
.calc__bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 37.5rem;
  max-height: 100%;
  background: linear-gradient(to bottom, rgba(6, 6, 6, 0) 0%, rgb(6, 6, 6) 100%);
}
.calc__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .calc__bg::after {
    height: 57rem;
  }
}
@media (min-width: 1200px) {
  .calc__bg {
    overflow: hidden;
  }
  .calc__bg::after {
    height: 34rem;
  }
}

.calc__grid {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.5rem;
}
@media (min-width: 768px) {
  .calc__grid {
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .calc__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "title form";
    gap: 1rem;
    -ms-flex-align: end;
    align-items: end;
  }
}

.calc__form {
  position: relative;
  z-index: 100;
  padding: 3rem 2rem 2rem;
  border-radius: 3.5rem;
}
.calc__form .ui-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
  display: none;
}
.calc__form .ui-glass span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(69, 69, 69, 0.01);
}
.calc__form .ui-glass span:nth-child(1) {
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
}
.calc__form .ui-glass span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.calc__form .ui-glass span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.calc__form .ui-glass span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.calc__form .ui-glass span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.calc__form .ui-glass span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.calc__form .ui-glass span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.calc__form .ui-glass span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.calc__form .ui-glass span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .calc__form {
    padding: 4rem 3rem;
  }
}
@media (min-width: 1200px) {
  .calc__form {
    grid-area: form;
    padding: 3rem 3.5rem;
  }
}
@media (min-width: 1400px) {
  .calc__form {
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  .calc__form {
    padding: 5rem;
    margin: 0 0 0 -0.5rem;
  }
}

.calc__title {
  display: block;
  margin: 0;
  padding: 0 0 0.5rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
}
.calc__title mark {
  background: #000 url(../images/noise-green.webp) 50% 50% repeat;
  background-size: 80rem 10rem;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  padding: 0 0.2rem;
}
@media (min-width: 768px) {
  .calc__title {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .calc__title {
    grid-area: title;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1400px) {
  .calc__title {
    font-size: 7rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .calc__title {
    font-size: 8.5rem;
    margin: 0 0 4rem;
  }
}

.offices {
  position: relative;
  z-index: 110;
  padding: 4rem 0 0;
  background: #060606;
  box-shadow: 0 0 0.5rem 0.5rem #060606;
  margin: 0 0 10rem;
}
@media (min-width: 768px) {
  .offices {
    margin: 0 0 9rem;
  }
}
@media (min-width: 1200px) {
  .offices {
    margin: 0 0 6rem;
  }
}
@media (min-width: 1400px) {
  .offices {
    margin: 0 0 7rem;
  }
}
@media (min-width: 1600px) {
  .offices {
    margin: 0 0 9rem;
  }
}

.offices__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: center;
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
}
.offices__title mark {
  background: #000 url(../images/noise-green.webp) 50% 50% repeat;
  background-size: 80rem 10rem;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
@media (min-width: 768px) {
  .offices__title {
    font-size: 6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .offices__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1400px) {
  .offices__title {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .offices__title {
    font-size: 8.5rem;
    margin: 0 0 4rem;
  }
}

.offices__swiper .swiper {
  overflow: unset;
  margin: 0 -1rem;
}
.offices__swiper .swiper-slide {
  padding: 0 1rem;
  width: 100%;
  max-width: 39rem;
}
.offices__swiper .swiper-slide:nth-child(2) .offices__card-tags > li:first-child {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .offices__swiper .swiper {
    margin: 0;
  }
  .offices__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .offices__swiper .swiper-slide {
    padding: 0;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .offices__swiper .swiper-wrapper {
    gap: 2.2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .offices__swiper .swiper-wrapper {
    gap: 2rem;
  }
}
@media (min-width: 1600px) {
  .offices__swiper .swiper-wrapper {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .offices__swiper .swiper-slide-active .offices__card-title {
    filter: grayscale(100%) brightness(10);
  }
  .offices__swiper .swiper-slide-active .offices__card-glass span:nth-child(7) {
    opacity: 0.6;
  }
  .offices__swiper .swiper-slide-active .offices__card-image {
    filter: grayscale(100%) brightness(0.2);
  }
  .offices__swiper .swiper-slide-active .offices__card-tags {
    opacity: 1;
  }
}

.offices__card {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
  padding: 2rem;
  border-radius: 3.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 370/380;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  will-change: transform;
}
.offices__card span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(255, 255, 255, 0.01);
}
.offices__card span:nth-child(1) {
  -webkit-backdrop-filter: blur(0.2rem);
  backdrop-filter: blur(0.2rem);
}
.offices__card span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.offices__card span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.offices__card span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.offices__card span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.offices__card span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.offices__card span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.offices__card span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.offices__card span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (hover: hover) and (min-width: 1200px) {
  .offices__card:hover .offices__card-title {
    filter: brightness(10);
    filter: grayscale(100%) brightness(10);
  }
  .offices__card:hover .offices__card-glass span:nth-child(7) {
    opacity: 0.6;
  }
  .offices__card:hover .offices__card-image {
    filter: grayscale(100%) brightness(0.2);
  }
  .offices__card:hover .offices__card-tags {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .offices__card {
    aspect-ratio: 321/332;
  }
}
@media (min-width: 1200px) {
  .offices__card {
    padding: 1.8rem;
    aspect-ratio: unset;
    height: 100%;
    min-height: 28.7rem;
    border-radius: 3rem;
  }
}
@media (min-width: 1400px) {
  .offices__card {
    padding: 2rem;
    min-height: 34.3rem;
  }
}
@media (min-width: 1600px) {
  .offices__card {
    padding: 2.5rem;
    min-height: 40.4rem;
    border-radius: 4rem;
  }
}

.offices__card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  transition: 0.4s;
}
.offices__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offices__card-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
  z-index: 2;
}
.offices__card-glass span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(255, 255, 255, 0.01);
}
.offices__card-glass span:nth-child(1) {
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
}
.offices__card-glass span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.offices__card-glass span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.offices__card-glass span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.offices__card-glass span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.offices__card-glass span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.offices__card-glass span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.offices__card-glass span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.offices__card-glass span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.offices__card-desc {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  gap: 2rem;
}

.offices__card-title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  transition: 0.4s;
  will-change: transform;
  background: radial-gradient(104% 90.38% at 50.25% 9.62%, #00ff37 0%, rgba(0, 255, 55, 0) 100%), linear-gradient(87.79deg, #00591d -8.26%, #128036 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .offices__card-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .offices__card-title {
    position: relative;
    top: -0.5rem;
  }
}
@media (min-width: 1400px) {
  .offices__card-title {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .offices__card-title {
    font-size: 5rem;
  }
}

.offices__card-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin: auto 0 0 0;
  transition: 0.4s;
  opacity: 0;
}
.offices__card-tags > li {
  height: 3.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.1rem solid currentColor;
  padding: 0 1.5rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .offices__card-tags > li {
    height: 2.8rem;
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .offices__card-tags > li {
    height: 3.3rem;
    padding: 0 1.2rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .offices__card-tags {
    gap: 1rem;
  }
  .offices__card-tags > li {
    height: 4.1rem;
    padding: 0 1.5rem;
    font-size: 1.5rem;
  }
}

.countries {
  margin: 0 0 6.5rem;
}
@media (min-width: 768px) {
  .countries {
    margin: 0 0 10.5rem;
  }
}
@media (min-width: 1200px) {
  .countries {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1400px) {
  .countries {
    margin: 0 0 5rem;
  }
}
@media (min-width: 1600px) {
  .countries {
    margin: 0 0 12rem;
  }
}

.countries__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
}
.countries__title b {
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.countries__title mark {
  background: #000 url(../images/noise-green.webp) 50% 50% repeat;
  background-size: 80rem 10rem;
  background-clip: text;
  color: transparent;
  padding: 0 0.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .countries__title {
    font-size: 6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .countries__title {
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 1400px) {
  .countries__title {
    font-size: 7rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1600px) {
  .countries__title {
    font-size: 8.5rem;
  }
}

.countries__list {
  columns: 2;
  gap: 2rem;
}
.countries__list > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1.2rem;
}
@media (min-width: 768px) {
  .countries__list {
    columns: 3;
    gap: 2.5rem;
  }
  .countries__list > li {
    margin: 0 0 1.8rem;
  }
}
@media (min-width: 1200px) {
  .countries__list {
    columns: 5;
    gap: 1.8rem;
  }
  .countries__list > li {
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 1400px) {
  .countries__list {
    gap: 2.5rem;
  }
  .countries__list > li {
    margin: 0 0 1.8rem;
  }
}

.countries__card {
  position: relative;
  padding: 0 0 0 3.2rem;
}
@media (min-width: 768px) {
  .countries__card {
    padding: 0 0 0 2.8rem;
  }
}
@media (min-width: 1200px) {
  .countries__card {
    padding: 0 0 0 2.6rem;
  }
}
@media (min-width: 1400px) {
  .countries__card {
    padding: 0 0 0 3.2rem;
  }
}
@media (min-width: 1600px) {
  .countries__card {
    padding: 0 0 0 3.7rem;
  }
}

.countries__card-letter {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  opacity: 0.25;
}
@media (min-width: 768px) {
  .countries__card-letter {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .countries__card-letter {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .countries__card-letter {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .countries__card-letter {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 700;
  }
}

.countries__card-title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0.2rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  background: radial-gradient(104% 90.38% at 50.25% 9.62%, #00ff37 0%, rgba(0, 255, 55, 0) 100%), linear-gradient(87.79deg, #00591d -8.26%, #128036 99.07%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .countries__card-title {
    margin: 0 0 0.8rem;
  }
}
@media (min-width: 1200px) {
  .countries__card-title {
    margin: 0 0 0.4rem;
  }
}
@media (min-width: 1400px) {
  .countries__card-title {
    font-size: 2rem;
    margin: 0 0 0.6rem;
  }
}
@media (min-width: 1600px) {
  .countries__card-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.countries__card-text {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.countries__card-text br {
  display: none;
}
@media (min-width: 768px) {
  .countries__card-text {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 1200px) {
  .countries__card-text {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .countries__card-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .countries__card-text {
    font-size: 1.5rem;
  }
  .countries__card-text br {
    display: block;
  }
}

.services {
  position: relative;
  z-index: 100;
  padding: 0 0 4rem;
  margin: 0 0 4.5rem;
  border-radius: 3rem;
}
@media (min-width: 768px) {
  .services {
    margin: 0 0 6rem;
  }
}
@media (min-width: 1200px) {
  .services {
    padding: 0 0 6rem;
    margin: 0 0 7.5rem;
  }
}
@media (min-width: 1400px) {
  .services {
    padding: 0 0 7rem;
  }
}
@media (min-width: 1400px) {
  .services {
    padding: 0 0 8.5rem;
    margin: 0 0 8.5rem;
  }
}
@media (min-width: 1600px) {
  .services {
    margin: 0 0 10rem;
  }
}

.services__bg {
  position: absolute;
  top: 22.8rem;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  z-index: -2;
  border-radius: 0 0 3.5rem 3.5rem;
  margin: 0;
  will-change: transform;
}
.services__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 40rem;
  background: linear-gradient(180deg, #060606 37.82%, rgba(6, 6, 6, 0) 100%);
}
.services__bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 50;
  border-radius: inherit;
  opacity: 0.2;
  background: radial-gradient(circle at left center, #00ff37 0%, rgba(0, 255, 55, 0) 70%);
}
.services__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.services__bg .liquid-glass-new,
.services__bg .liquid-glass {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.services__bg .ui-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.services__bg .ui-glass span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(69, 69, 69, 0.01);
}
.services__bg .ui-glass span:nth-child(1) {
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
}
.services__bg .ui-glass span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.services__bg .ui-glass span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.services__bg .ui-glass span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.services__bg .ui-glass span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.services__bg .ui-glass span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.services__bg .ui-glass span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.services__bg .ui-glass span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.services__bg .ui-glass span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .services__bg {
    left: 1.5rem;
    right: 1.5rem;
    overflow: hidden;
  }
  .services__bg::after {
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 1;
    border-radius: 50%;
    transform: translate(0, 50%);
    width: 50%;
    aspect-ratio: 880/500;
    background: #00ff37;
    mix-blend-mode: plus-lighter;
    filter: blur(17.5rem);
  }
}
@media (min-width: 1200px) {
  .services__bg {
    top: 0;
  }
}
@media (min-width: 1600px) {
  .services__bg {
    border-radius: 0 0 4rem 4rem;
  }
}

.services__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: center;
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
}
.services__title b {
  font-weight: 700;
}
.services__title mark {
  background: #000 url(../images/noise-green.webp) 50% 50% repeat;
  background-size: 80rem 10rem;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
@media (min-width: 768px) {
  .services__title {
    font-size: 6rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .services__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1400px) {
  .services__title {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .services__title {
    font-size: 8.5rem;
    margin: 0 0 4rem;
  }
}

.services__swiper {
  margin: 0 0 10rem;
}
.services__swiper .swiper {
  overflow: unset;
  margin: 0 -1rem;
}
.services__swiper .swiper-slide {
  padding: 0 1rem;
  width: 100%;
  max-width: 39rem;
}
@media (min-width: 768px) {
  .services__swiper {
    margin: 0 0 9.5rem;
  }
  .services__swiper .swiper {
    margin: 0;
  }
  .services__swiper .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0 -1.25rem -2.5rem;
  }
  .services__swiper .swiper-slide {
    padding: 0 1.25rem 2.5rem;
    max-width: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .services__swiper {
    margin: 0 0 10.5rem;
  }
  .services__swiper .swiper-slide {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1400px) {
  .services__swiper {
    margin: 0 0 13rem;
  }
}
@media (min-width: 1600px) {
  .services__swiper {
    margin: 0 0 15rem;
  }
}
@media (max-width: 767px) {
  .services__swiper .swiper-slide-active .services__card::before {
    opacity: 0.45;
  }
  .services__swiper .swiper-slide-active .services__card .services__card-image img {
    filter: brightness(2.5);
    transform: scale(1.025);
  }
}

.services__card {
  border-radius: 3rem;
  position: relative;
  z-index: 100;
  padding: 2rem;
  height: 100%;
  min-height: 23.8rem;
  overflow: hidden;
}
.services__card * {
  will-change: transform;
}
.services__card::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background: radial-gradient(61.42% 56.44% at 50% 100%, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) and (min-width: 1200px) {
  .services__card:hover::before {
    opacity: 0.45;
  }
  .services__card:hover .services__card-image img {
    filter: brightness(2.5);
    transform: scale(1.025);
  }
}
@media (min-width: 768px) {
  .services__card {
    min-height: 23.2rem;
  }
}
@media (min-width: 1200px) {
  .services__card {
    padding: 1.8rem;
    min-height: 23.8rem;
  }
}
@media (min-width: 1400px) {
  .services__card {
    padding: 2rem;
    min-height: 28.2rem;
  }
}
@media (min-width: 1600px) {
  .services__card {
    padding: 2.5rem;
    border-radius: 4rem;
    min-height: 33.4rem;
  }
}

.services__card-image {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  opacity: 0.6;
}
.services__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
  transform-origin: center bottom;
}

.services__card-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.services__card-glass span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(69, 69, 69, 0.01);
}
.services__card-glass span:nth-child(1) {
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
}
.services__card-glass span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.services__card-glass span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.services__card-glass span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.services__card-glass span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.services__card-glass span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.services__card-glass span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.services__card-glass span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.services__card-glass span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.services__card-desc {
  position: relative;
  z-index: 3;
}

.services__card-title {
  display: block;
  margin: 0 0 1.5rem;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.services__card-title b {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .services__card-title {
    position: relative;
    top: -0.5rem;
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 1400px) {
  .services__card-title {
    font-size: 4rem;
    margin: 0 0 1.2rem;
  }
}
@media (min-width: 1600px) {
  .services__card-title {
    font-size: 5rem;
    margin: 0 0 1.5rem;
  }
}

.services__card-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.services__card-tags > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10rem;
  height: 3.8rem;
  border: 0.1rem solid currentColor;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1.4rem;
}
@media (min-width: 768px) {
  .services__card-tags {
    font-size: 1.2rem;
  }
  .services__card-tags > li {
    height: 3.3rem;
    padding: 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .services__card-tags {
    font-size: 1rem;
  }
  .services__card-tags > li {
    height: 2.8rem;
    padding: 0 1rem;
  }
}
@media (min-width: 1400px) {
  .services__card-tags {
    font-size: 1.2rem;
    gap: 1.2rem;
  }
  .services__card-tags > li {
    height: 3.3rem;
    padding: 0 1.2rem;
  }
}
@media (min-width: 1600px) {
  .services__card-tags {
    font-size: 1.5rem;
    gap: 0.5rem 1rem;
  }
  .services__card-tags > li {
    height: 4.1rem;
    padding: 0 1.5rem;
  }
}

.services__collab {
  position: relative;
  z-index: 100;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .services__collab {
    padding: 0;
    display: grid;
    grid-template-columns: 398fr 203fr;
    grid-template-areas: "desc image" "action action";
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6.7rem;
  }
}
@media (min-width: 1200px) {
  .services__collab {
    grid-template-columns: 775fr 375fr;
    gap: 0 2.5rem;
  }
}

.services__collab-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 8rem;
}
.services__collab-image img {
  display: block;
  width: 100%;
  max-width: 21.8rem;
  transform-style: preserve-3d;
  transform-origin: center;
  animation: coin-swing 10s linear infinite reverse;
  will-change: transform;
}
@media (min-width: 768px) {
  .services__collab-image {
    position: relative;
    top: -2.5rem;
    margin: 0;
    grid-area: image;
  }
}
@media (min-width: 1400px) {
  .services__collab-image {
    left: -2.5rem;
  }
  .services__collab-image img {
    max-width: 25rem;
  }
}
@media (min-width: 1600px) {
  .services__collab-image {
    left: 0;
  }
  .services__collab-image img {
    max-width: 29.7rem;
  }
}

@keyframes coin-swing {
  0% {
    transform: translateY(-10%) rotate(0deg);
  }
  50% {
    transform: translateY(10%) rotate(4deg);
  }
  100% {
    transform: translateY(-10%) rotate(0deg);
  }
}
@media (min-width: 768px) {
  .services__collab-desc {
    grid-area: desc;
  }
}

.services__collab-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
}
.services__collab-title b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .services__collab-title {
    font-size: 3.5rem;
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .services__collab-title {
    font-size: 6rem;
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 1400px) {
  .services__collab-title {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .services__collab-title {
    font-size: 8.5rem;
    margin: 0 0 3.5rem;
  }
}

.services__collab-text {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: justify;
}
@media (min-width: 768px) {
  .services__collab-text {
    font-size: 2rem;
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .services__collab-text {
    font-size: 1.8rem;
    max-width: 50rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1400px) {
  .services__collab-text {
    font-size: 2rem;
    max-width: 58.4rem;
    margin: 0 0 3.5rem;
  }
}
@media (min-width: 1600px) {
  .services__collab-text {
    font-size: 2.5rem;
    max-width: 69.4rem;
    margin: 0 0 4.5rem;
  }
}

.services__collab-action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .services__collab-action {
    grid-area: action;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
  .services__collab-action .ui-btn {
    min-width: 29.7rem;
  }
}
@media (min-width: 1200px) {
  .services__collab-action {
    gap: 1rem;
  }
  .services__collab-action .ui-btn {
    min-width: 25rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .services__collab-action {
    gap: 1.2rem;
  }
  .services__collab-action .ui-btn {
    min-width: 29.7rem;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .services__collab-action {
    gap: 1.5rem;
  }
  .services__collab-action .ui-btn {
    min-width: 35.1rem;
    font-size: 2.5rem;
  }
}

.manager {
  margin: 0 0 9rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .manager {
    margin: 0 0 9rem;
  }
}
@media (min-width: 1200px) {
  .manager {
    margin: 0 0 21rem;
  }
}
@media (min-width: 1400px) {
  .manager {
    margin: 0 0 26rem;
  }
}
@media (min-width: 1600px) {
  .manager {
    margin: 0 0 28.5rem;
  }
}

.manager__desc {
  margin: 0 0 5rem;
}
@media (min-width: 768px) {
  .manager__desc {
    max-width: 41rem;
    margin: 0 0 13.5rem;
  }
}
@media (min-width: 1200px) {
  .manager__desc {
    max-width: 48rem;
    margin: 0 0 10.5rem;
  }
}
@media (min-width: 1400px) {
  .manager__desc {
    max-width: 52.4rem;
    margin: 0 0 12rem;
  }
}
@media (min-width: 1600px) {
  .manager__desc {
    max-width: 65.4rem;
    margin: 0 0 15rem;
  }
}

.manager__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
}
.manager__title b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .manager__title {
    font-size: 6rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .manager__title {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1400px) {
  .manager__title {
    font-size: 7rem;
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .manager__title {
    font-size: 8.5rem;
    margin: 0 0 3.5rem;
  }
}

.manager__text {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .manager__text {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .manager__text {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1400px) {
  .manager__text {
    font-size: 2rem;
    margin: 0 0 3.5rem;
  }
}
@media (min-width: 1600px) {
  .manager__text {
    font-size: 2.5rem;
    margin: 0 0 4.5rem;
  }
}

.manager__action .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .manager__action .ui-btn {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .manager__action .ui-btn {
    font-size: 1.8rem;
    max-width: 41.4rem;
  }
}
@media (min-width: 1400px) {
  .manager__action .ui-btn {
    font-size: 2rem;
    max-width: 49.1rem;
  }
}
@media (min-width: 1600px) {
  .manager__action .ui-btn {
    font-size: 2.5rem;
    max-width: 58.2rem;
  }
}

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.89;
  }
}
.manager__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto -4.5rem;
  max-width: 37rem;
  position: relative;
  z-index: 5;
}
.manager__image img {
  display: block;
  width: 100%;
  height: auto;
}
.manager__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  margin: -12rem 0 0 -12rem;
  background: #00ff37;
  opacity: 0.89;
  filter: blur(10rem);
  animation: glowPulse 8s ease-in-out infinite;
}
@media (min-width: 768px) {
  .manager__image {
    width: 58.2rem;
    max-width: 58.2rem;
    margin: 0 0 0 -3rem;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .manager__image {
    width: 52.1rem;
    max-width: 52.1rem;
    top: -1.5rem;
    margin: 0 0 0 6.5rem;
  }
  .manager__image::before {
    filter: blur(20rem);
  }
}
@media (min-width: 1400px) {
  .manager__image {
    width: 61.7rem;
    max-width: 61.7rem;
    margin: 0 0 0 7.5rem;
  }
}
@media (min-width: 1600px) {
  .manager__image {
    width: 73.2rem;
    max-width: 73.2rem;
    margin: 0 0 0 8.5rem;
  }
}

.manager__list {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .manager__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .manager__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.2rem;
  }
}
@media (min-width: 1600px) {
  .manager__list {
    gap: 2.5rem;
  }
}

.manager__card {
  border-radius: 3rem;
  position: relative;
  z-index: 1;
  padding: 2rem;
  height: 100%;
  min-height: 26.8rem;
  overflow: hidden;
  will-change: transform;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.manager__card::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(99.11% 134.06% at 0% 100%, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) and (min-width: 1200px) {
  .manager__card:hover::before {
    opacity: 0.15;
  }
}
@media (min-width: 768px) {
  .manager__card {
    min-height: 24.4rem;
  }
}
@media (min-width: 1200px) {
  .manager__card {
    min-height: 20rem;
    padding: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .manager__card {
    padding: 2rem;
    min-height: 24rem;
  }
}
@media (min-width: 1600px) {
  .manager__card {
    padding: 2.5rem;
    border-radius: 4rem;
    min-height: 28.2rem;
  }
}

.manager__card-glass {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.4s;
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: 0;
}
.manager__card-glass span {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  background: rgba(69, 69, 69, 0.01);
}
.manager__card-glass span:nth-child(1) {
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
}
.manager__card-glass span:nth-child(2) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 0.6rem;
}
.manager__card-glass span:nth-child(3) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.2rem;
}
.manager__card-glass span:nth-child(4) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 1.8rem;
}
.manager__card-glass span:nth-child(5) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 2.4rem;
}
.manager__card-glass span:nth-child(6) {
  filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.05px);
  backdrop-filter: blur(0.05px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: destination-out;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  padding: 3rem;
}
.manager__card-glass span:nth-child(7) {
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.manager__card-glass span:nth-child(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.manager__card-glass span:nth-child(7)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.manager__card-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.manager__card-title b {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .manager__card-title {
    font-size: 2.5rem;
    position: relative;
    top: -0.5rem;
  }
}
@media (min-width: 1400px) {
  .manager__card-title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .manager__card-title {
    font-size: 3.5rem;
  }
}

.manager__card-text {
  display: block;
  margin: auto 0 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.04em;
  max-width: 95%;
}
@media (min-width: 768px) {
  .manager__card-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .manager__card-text {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .manager__card-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .manager__card-text {
    font-size: 1.5rem;
  }
}

.faq {
  margin: 0 0 10.5rem;
}
@media (min-width: 768px) {
  .faq {
    margin: 0 0 11.5rem;
  }
}
@media (min-width: 1200px) {
  .faq {
    margin: 0 0 8rem;
  }
}
@media (min-width: 1400px) {
  .faq {
    margin: 0 0 9rem;
  }
}
@media (min-width: 1600px) {
  .faq {
    margin: 0 0 11.5rem;
  }
}

.faq__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: center;
  background: #fff url(../images/noise-white.webp) 50% 50% repeat;
  background-size: 40rem 10rem;
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 6rem;
    margin: 0 0 4.5rem;
  }
}
@media (min-width: 1200px) {
  .faq__title {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1400px) {
  .faq__title {
    font-size: 7rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 1600px) {
  .faq__title {
    font-size: 8.5rem;
  }
}

.faq__list {
  margin: 0 0 3rem;
  position: relative;
}
.faq__list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 0.1rem;
  background: linear-gradient(90deg, #ffffff 0%, rgba(153, 153, 153, 0.15) 83.65%);
  border-radius: 2rem;
}
.faq__list > li {
  position: relative;
}
.faq__list > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.1rem;
  background: linear-gradient(90deg, #ffffff 0%, rgba(153, 153, 153, 0.15) 83.65%);
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .faq__list {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .faq__list {
    margin: 0 0 3.5rem;
  }
}
@media (min-width: 1400px) {
  .faq__list {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1600px) {
  .faq__list {
    margin: 0 0 5rem;
  }
}

.faq__card {
  padding: 3rem 0;
}
.faq__card.is-open .faq__card-arrow svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .faq__card {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  .faq__card {
    padding: 2.6rem 0;
  }
}
@media (min-width: 1400px) {
  .faq__card {
    padding: 3rem 0;
  }
}
@media (min-width: 1600px) {
  .faq__card {
    padding: 4rem 0;
  }
}

.faq__card-question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  cursor: pointer;
}
@media (hover: hover) and (min-width: 1200px) {
  .faq__card-question:hover .faq__card-arrow {
    background: rgba(255, 255, 255, 0.1);
  }
}

.faq__card-title {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.5rem;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.faq__card-title b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .faq__card-title b {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1400px) {
  .faq__card-title {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .faq__card-title {
    font-size: 5rem;
  }
}

.faq__card-arrow {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: 0.4s;
}
.faq__card-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .faq__card-arrow {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1200px) {
  .faq__card-arrow {
    width: 4.3rem;
    height: 4.3rem;
  }
}
@media (min-width: 1400px) {
  .faq__card-arrow {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1600px) {
  .faq__card-arrow {
    width: 6rem;
    height: 6rem;
  }
}

.faq__card-answer {
  display: none;
  transition: 0.4s;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.faq__card-answer p {
  margin: 0;
}
.faq__card-answer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .faq__card-answer {
    max-width: 72rem;
  }
}
@media (min-width: 1400px) {
  .faq__card-answer {
    font-size: 2rem;
    max-width: 86rem;
  }
}
@media (min-width: 1600px) {
  .faq__card-answer {
    font-size: 2.5rem;
    max-width: 101rem;
  }
}

.faq__card-answer-in {
  padding: 2.5rem 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .faq__card-answer-in {
    padding: 1.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .faq__card-answer-in {
    padding: 2.5rem 0 0.5rem;
  }
}
@media (min-width: 1400px) {
  .faq__card-answer-in {
    padding: 2.5rem 0 1rem;
  }
}
@media (min-width: 1600px) {
  .faq__card-answer-in {
    padding: 3.5rem 0 0.5rem;
  }
}

.faq__support {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .faq__support {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .faq__support {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.faq__support-title {
  display: block;
  margin: 0;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.faq__support-title b {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .faq__support-title {
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1400px) {
  .faq__support-title {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .faq__support-title {
    font-size: 5rem;
  }
}

.faq__support-action .ui-btn {
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .faq__support-action {
    max-width: 41rem;
  }
}
@media (min-width: 1200px) {
  .faq__support-action {
    width: 100%;
    max-width: 41.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1400px) {
  .faq__support-action {
    max-width: 49.1rem;
  }
}
@media (min-width: 1600px) {
  .faq__support-action {
    max-width: 58.2rem;
  }
  .faq__support-action .ui-btn {
    font-size: 2.5rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.3s ease-out;
}

.fade-in-down {
  animation: fadeInDown 0.3s ease-out;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.text-center {
  text-align: center !important;
}

.text-green {
  color: #82b900 !important;
}

.text-yellow {
  color: #f2d872 !important;
}

.text-blue {
  color: #6fa5d6 !important;
}

.text-red {
  color: #db0031 !important;
}

.text-grey {
  color: #949dab;
}

.text-dark {
  color: #000 !important;
}

.text-right {
  text-align: right;
}

.is-visually-hidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

:root {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 14px;
  --shadow-spread: -8px;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 255, 255, 255;
  --tint-opacity: 0.02;
  /* Background frost */
  --frost-blur: 22px;
  --inner-blur: 2px;
  /* SVG noise/distortion */
  --noise-frequency: 0.006;
  --distortion-strength: 56;
  /* Outer shadow blur */
  --outer-shadow-blur: 15px;
  --outer-shadow-size: 4px;
}

.header .liquid-glass-new {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 1.4rem;
  --shadow-spread: -0.8rem;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 0, 0, 0;
  --tint-opacity: 0;
  /* Background frost */
  --frost-blur: 2.3rem;
  --inner-blur: 0.4rem;
  /* SVG noise/distortion */
  --noise-frequency: 0.007;
  --distortion-strength: 200;
  /* Outer shadow blur */
  --outer-shadow-blur: 2.3rem;
  --outer-shadow-size: 0px;
  --edge: 1rem;
}
.header .liquid-glass-new::after {
  filter: url(#glass-distortion-header);
}
.header .header__nav-contacts .liquid-glass-new-stroke {
  opacity: 0.4;
}

.calc .liquid-glass-new {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 1.4rem;
  --shadow-spread: -0.8rem;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 0, 0, 0;
  --tint-opacity: 0;
  /* Background frost */
  --frost-blur: 1.2rem;
  --inner-blur: 0.4rem;
  /* SVG noise/distortion */
  --noise-frequency: 0.003;
  --distortion-strength: 200;
  /* Outer shadow blur */
  --outer-shadow-blur: 2.3rem;
  --outer-shadow-size: 0px;
  --edge: 2rem;
}
.calc .liquid-glass-new::after {
  filter: url(#glass-distortion-calc);
}

.services .liquid-glass-new {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 1.4rem;
  --shadow-spread: -0.8rem;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 0, 0, 0;
  --tint-opacity: 0;
  /* Background frost */
  --frost-blur: 3rem;
  --inner-blur: 0.6rem;
  /* SVG noise/distortion */
  --noise-frequency: 0.009;
  --distortion-strength: 63;
  /* Outer shadow blur */
  --outer-shadow-blur: 1.9rem;
  --outer-shadow-size: 0px;
  --edge: 2rem;
}
.services .liquid-glass-new::after {
  filter: url(#glass-distortion-services);
}

.manager .liquid-glass-new {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 1.4rem;
  --shadow-spread: -0.8rem;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 0, 0, 0;
  --tint-opacity: 0;
  /* Background frost */
  --frost-blur: 1.2rem;
  --inner-blur: 0.4rem;
  /* SVG noise/distortion */
  --noise-frequency: 0.003;
  --distortion-strength: 200;
  /* Outer shadow blur */
  --outer-shadow-blur: 2.3rem;
  --outer-shadow-size: 0px;
  --edge: 1.5rem;
}
.manager .liquid-glass-new::after {
  filter: url(#glass-distortion-manager);
}

.faq .liquid-glass-new {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 1.4rem;
  --shadow-spread: -0.8rem;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 0, 0, 0;
  --tint-opacity: 0;
  /* Background frost */
  --frost-blur: 2.3rem;
  --inner-blur: 0.4rem;
  /* SVG noise/distortion */
  --noise-frequency: 0.007;
  --distortion-strength: 200;
  /* Outer shadow blur */
  --outer-shadow-blur: 2.3rem;
  --outer-shadow-size: 0px;
  --edge: 1rem;
}
.faq .liquid-glass-new::after {
  filter: url(#glass-distortion-faq);
}
.faq .liquid-glass-new-stroke {
  opacity: 0.4;
}

.footer__bg .liquid-glass-new {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 1.4rem;
  --shadow-spread: -0.8rem;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 0, 0, 0;
  --tint-opacity: 0;
  /* Background frost */
  --frost-blur: 3rem;
  --inner-blur: 0.6rem;
  /* SVG noise/distortion */
  --noise-frequency: 0.009;
  --distortion-strength: 63;
  /* Outer shadow blur */
  --outer-shadow-blur: 1.9rem;
  --outer-shadow-size: 0px;
  --edge: 2rem;
}
.footer__bg .liquid-glass-new::after {
  filter: url(#glass-distortion-footer);
}

.footer__nav-contacts .liquid-glass-new {
  /* Inner shadow */
  --shadow-offset: 0;
  --shadow-blur: 1.4rem;
  --shadow-spread: -0.8rem;
  --shadow-color: rgba(255, 255, 255, 0.7);
  /* Painted glass */
  --tint-color: 0, 0, 0;
  --tint-opacity: 0;
  /* Background frost */
  --frost-blur: 2.3rem;
  --inner-blur: 0.4rem;
  /* SVG noise/distortion */
  --noise-frequency: 0.007;
  --distortion-strength: 200;
  /* Outer shadow blur */
  --outer-shadow-blur: 2.3rem;
  --outer-shadow-size: 0px;
  --edge: 1rem;
}
.footer__nav-contacts .liquid-glass-new::after {
  filter: url(#glass-distortion-circle);
}
.footer__nav-contacts .liquid-glass-new-stroke {
  opacity: 0.4;
}

.liquid-glass-new {
  --edge: 2rem;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  isolation: isolate;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0px var(--outer-shadow-size) var(--outer-shadow-blur) rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.liquid-glass-new::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  box-shadow: inset var(--shadow-offset) var(--shadow-offset) var(--shadow-blur) var(--shadow-spread) var(--shadow-color);
  background-color: rgba(var(--tint-color), var(--tint-opacity));
  -webkit-backdrop-filter: blur(var(--inner-blur));
  backdrop-filter: blur(var(--inner-blur));
}
.liquid-glass-new::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  -webkit-backdrop-filter: blur(var(--frost-blur));
  backdrop-filter: blur(var(--frost-blur));
  isolation: isolate;
  padding: var(--edge);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  filter: url(#glass-distortion);
}

.liquid-glass-new-stroke {
  position: absolute;
  inset: 0;
  z-index: 100;
  border-radius: inherit;
  box-shadow: inset 1.8rem 1.8rem 1rem -2.3rem #ffffff, inset -1.4rem -1.4rem 0.7rem -1.7rem #b3b3b3;
  opacity: 0.8;
  /* Градиент №1 (stroke-opacity 0.8) */
}
.liquid-glass-new-stroke::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.liquid-glass-new-stroke::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}