@charset "UTF-8";

/* stylelint-disable */

/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* 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 {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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] {
  -webkit-box-sizing: border-box;
  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] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* 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;
}

/* stylelint-disable */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.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;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.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-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px 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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Базовые цвета, от которых выстраивается вся палитра */

/* Базовый цвет содержимого, от которого выстраиваются цвета текста, иконок, ... */

/* Базовый цвет поверхностей */

/* Проектный цвет, от которого выстраивают акцентные состояния */

/* Цвет ссылок и контролов, от которого выстраиваются все их состояния */

/* Цвет тени */

/* Heading */

/* Цвет успеха */

/* Цвет ошибки */

/* Цвет нейтральный */

.theme-default {
  /* Цвета текста */
  --color-typo-essential: #ffffff;
  --color-control-typo-primary: #ffffff;
  --color-control-typo-primary-hover: #ffffff;
  --color-control-typo-primary-active: #ffffff;
  --color-control-bg-primary: #7e3af2;
  --color-control-bg-primary-hover: #9a65f5;
  --color-control-bg-primary-active: #9a65f5;
  --color-control-typo-secondary: #ffffff;
  --color-control-typo-secondary-hover: #ffffff;
  --color-control-typo-secondary-active: #ffffff;
  --color-control-bg-secondary: #4642ec;
  --color-control-bg-secondary-hover: #6f6cf0;
  --color-control-bg-secondary-active: #6f6cf0;
  --color-control-decoration-secondary: underline 2px solid transparent;
  --color-control-decoration-secondary-hover: underline 2px solid #ceb6f8;
  --color-control-decoration-secondary-active: underline 2px solid #ceb6f8;
  --color-control-typo-accent: #ffffff;
  --color-control-typo-accent-hover: #ffffff;
  --color-control-typo-accent-active: #ffffff;
  --color-control-bg-accent: #ff7f5c;
  --color-control-bg-accent-hover: #ffa38a;
  --color-control-bg-accent-active: #ffa38a;
  --color-control-typo-normal: #308fff;
  --color-control-typo-normal-hover: #308fff;
  --color-control-typo-normal-active: #308fff;
  --color-control-typo-success: linear-gradient(225deg, #f76680 0%, #57007b 100%);
  --color-control-typo-success-hover: linear-gradient(225deg, #f76680 0%, #57007b 100%);
  --color-control-typo-success-active: linear-gradient(225deg, #f76680 0%, #57007b 100%);
  --color-control-typo-gray: #4a5568;
  --color-control-typo-gray-hover: #4a5568;
  --color-control-typo-gray-active: #4a5568;
  --color-control-decoration-gray: underline 2px solid transparent;
  --color-control-decoration-gray-hover: underline 2px solid #4a5568;
  --color-control-decoration-gray-active: underline 2px solid #4a5568;
  --color-control-typo-cta: #ffffff;
  --color-control-typo-cta-hover: #ffffff;
  --color-control-typo-cta-active: #ffffff;
  --color-control-bg-cta: #1ea8e7;
  --color-control-bg-cta-hover: #47b8eb;
  --color-control-bg-cta-active: #47b8eb;
  --color-shadow-layer-1: rgba(74, 58, 255, 0.3);
  --color-shadow-layer-2: rgba(74, 58, 255, 0.15);
}

/* Размер текста */

/* Межстрочный интервал */

/* Ширина шрифта */

/* Основная толщина контроллов */

/* inter-300 - cyrillic_latin */

/* inter-regular - cyrillic_latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-cyrillic_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - cyrillic_latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v13-cyrillic_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic_latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v13-cyrillic_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic_latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-cyrillic_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - cyrillic_latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v13-cyrillic_latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - cyrillic_latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v13-cyrillic_latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-width: 320px;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Inter", "Arial", sans-serif;
  color: var(--color-typo-primary);
  background-color: var(--color-bg-default);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  background-color: #ffffff;
}

a {
  color: #000000;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

code {
  font-size: 14px;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background-color: var(--color-scroll-bg);
}

*::-webkit-scrollbar-corner {
  background-color: var(--color-scroll-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-scroll-thumb);
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-scroll-thumb-hover);
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rouble {
  /* stylelint-disable */
  font-weight: 400 !important;
  /* stylelint-enable */
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  /* stylelint-enable */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.container {
  --container-offset: 32px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.container--wide {
  max-width: calc(1920px + var(--container-offset));
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo svg,
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.logo[href].focus-visible:focus {
  opacity: 0.8;
}

.logo[href]:active {
  opacity: 0.8;
}

.title {
  --font-weight: inherit;
  --font-size: inherit;
  --line-height: inherit;
  --letter-spacing: inherit;
  margin: 0;
  padding: 0;
  font-weight: var(--font-weight);
  font-size: var(--font-size);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
}

.title--medium {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.title-gradient {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.title-gradient--pink {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de4396), to(rgba(13, 28, 159, 0)));
  background-image: linear-gradient(180deg, #de4396 0%, rgba(13, 28, 159, 0) 100%);
}

.title-gradient--blue {
  background-image: linear-gradient(225deg, #f7666f 0%, #406aff 100%);
}

.text {
  --text-space: 12px;
}

.text p {
  margin: 0;
  padding: 0;
}

.text p + p {
  margin-top: var(--text-space);
}

.text--medium {
  --text-space: 16px;
  font-size: 16px;
}

.text--space-2xs {
  --text-space: 5px;
}

.text--space-xs {
  --text-space: 8px;
}

.text--space-m {
  --text-space: 16px;
}

.text--space-l {
  --text-space: 20px;
}

.text--space-xl {
  --text-space: 24px;
}

.text--space-2xl {
  --text-space: 32px;
}

.text--space-3xl {
  --text-space: 40px;
}

.text--space-4xl {
  --text-space: 48px;
}

.text--space-5xl {
  --text-space: 72px;
}

.text--font-primary {
  font-family: "Inter", "Arial", sans-serif;
}

.text--font-mono {
  font-family: "Victor Mono", "Courier", monospace;
}

.text--style-italic {
  font-style: italic;
}

.text--size-s {
  font-size: 14px;
}

.text--size-m {
  font-size: 16px;
}

.text--size-l {
  font-size: 18px;
}

.text--size-xl {
  font-size: 20px;
}

.text--size-2xl {
  font-size: 24px;
}

.text--size-3xl {
  font-size: 32px;
}

.text--weight-thin {
  font-weight: 100;
}

.text--weight-light {
  font-weight: 300;
}

.text--weight-regular {
  font-weight: normal;
}

.text--weight-medium {
  font-weight: 500;
}

.text--weight-semibold {
  font-weight: 600;
}

.text--weight-bold {
  font-weight: bold;
}

.text--weight-extrabold {
  font-weight: 800;
}

.text--weight-black {
  font-weight: 900;
}

.text--line-heigth-2xs {
  line-height: 1.1;
}

.text--line-heigth-xs {
  line-height: 1.2;
}

.text--line-heigth-s {
  line-height: 1.4;
}

.text--line-heigth-m {
  line-height: 1.5;
}

.text--line-heigth-l {
  line-height: 1.6;
}

.text--spacing-xs {
  letter-spacing: 0.06em;
}

.text--spacing-s {
  letter-spacing: 0.1em;
}

.text--spacing-m {
  letter-spacing: 0.14em;
}

.text--spacing-l {
  letter-spacing: 0.2em;
}

.text--color-primary {
  color: var(--color-typo-primary);
}

.text--color-secondary {
  color: var(--color-typo-secondary);
}

.text--color-ghost {
  color: var(--color-typo-ghost);
}

.text--color-brand {
  color: var(--color-typo-brand);
}

.text--color-system {
  color: var(--color-typo-system);
}

.text--color-normal {
  color: var(--color-typo-normal);
}

.text--color-success {
  color: var(--color-typo-success);
}

.text--color-caution {
  color: var(--color-typo-caution);
}

.text--color-warning {
  color: var(--color-typo-warning);
}

.text--color-alert {
  color: var(--color-typo-alert);
}

.text--color-critical {
  color: var(--color-typo-critical);
}

.text--transform-uppercase {
  text-transform: uppercase;
}

.text--transform-capitalize {
  text-transform: capitalize;
}

.text--transform-lowercase {
  text-transform: lowercase;
}

.text--truncate {
  --line-clamp: 1;
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text--truncate-2-lines {
  --line-clamp: 2;
}

.button {
  --padding: 15px 25px;
  --font-weight: normal;
  --font-size: 16px;
  --line-height: 1.5;
  --letter-spacing: normal;
  --text-transform: none;
  --color: var(--color-control-typo-default);
  --background-color: var(--color-control-bg-default);
  --border-width: 0.1em;
  --border-style: solid;
  --border-color: var(--color-control-border-default);
  --border-radius: 0;
  --box-shadow: none;
  --cursor: pointer;
  --icon-indent: 10px;
  --color-hover: var(--color);
  --background-color-hover: var(--background-color);
  --border-color-hover: var(--border-color);
  --box-shadow-hover: var(--box-shadow);
  --color-active: var(--color);
  --background-color-active: var(--background-color);
  --border-color-active: var(--border-color);
  --box-shadow-active: var(--box-shadow);
  --color-disabled: var(--color);
  --background-color-disabled: var(--background-color);
  --border-color-disabled: var(--border-color);
  --box-shadow-disabled: var(--box-shadow);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--padding);
  font-weight: var(--font-weight);
  font-size: var(--font-size);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  text-transform: var(--text-transform);
  color: var(--color);
  background-color: var(--background-color);
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  cursor: var(--cursor);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease, -webkit-box-shadow 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease, box-shadow 400ms ease, -webkit-box-shadow 400ms ease;
}

.button.focus-visible:focus {
  color: var(--color-hover);
  background-color: var(--background-color-hover);
  border-color: var(--border-color-hover);
  -webkit-box-shadow: var(--box-shadow-hover);
  box-shadow: var(--box-shadow-hover);
}

.button:active:not(.focus-visible) {
  color: var(--color-active);
  background-color: var(--background-color-active);
  border-color: var(--border-color-active);
  -webkit-box-shadow: var(--box-shadow-active);
  box-shadow: var(--box-shadow-active);
}

.button.is-disabled {
  color: var(--color-disabled);
  background-color: var(--background-color-disabled);
  border-color: var(--border-color-disabled);
  pointer-events: none;
  cursor: default;
}

.button.is-active {
  color: var(--color-active);
  background-color: var(--background-color-active);
  border-color: var(--border-color-active);
  pointer-events: none;
  cursor: default;
}

.button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  width: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.button svg:first-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

svg + .button__text,
.button__text + svg {
  margin-left: var(--icon-indent);
}

.button__text {
  text-align: center;
}

.button--view-primary {
  --color: var(--color-control-typo-primary);
  --color-hover: var(--color-control-typo-primary-hover);
  --color-active: var(--color-control-typo-primary-active);
  --background-color: var(--color-control-bg-primary);
  --background-color-hover: var(--color-control-bg-primary-hover);
  --background-color-active: var(--color-control-bg-primary-active);
}

.button--view-secondary {
  --color: var(--color-control-typo-secondary);
  --color-hover: var(--color-control-typo-secondary-hover);
  --color-active: var(--color-control-typo-secondary-active);
  --background-color: var(--color-control-bg-secondary);
  --background-color-hover: var(--color-control-bg-secondary-hover);
  --background-color-active: var(--color-control-bg-secondary-active);
}

.button--view-cta {
  --color: var(--color-control-typo-cta);
  --color-hover: var(--color-control-typo-cta-hover);
  --color-active: var(--color-control-typo-cta-active);
  --background-color: var(--color-control-bg-cta);
  --background-color-hover: var(--color-control-bg-cta-hover);
  --background-color-active: var(--color-control-bg-cta-active);
  --font-weight: 400;
  --font-size: 25px;
  --line-height: 1;
}

.button--view-clear {
  --color: #ffffff;
  --color-hover: #ffffff;
  --color-active: #ffffff;
  --background-color: transparent;
  --background-color-hover: transparent;
  --background-color-active: transparent;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #ffffff;
  --border-radius: 30px;
}

.button--view-accent {
  --color: var(--color-control-typo-accent);
  --color-hover: var(--color-control-typo-accent-hover);
  --color-active: var(--color-control-typo-accent-active);
  --background-color: var(--color-control-bg-accent);
  --background-color-hover: var(--color-control-bg-accent-hover);
  --background-color-active: var(--color-control-bg-accent-active);
}

.button--color-black {
  --color: #ffffff;
  --color-hover: #ffffff;
  --color-active: #ffffff;
  --background-color: #000000;
  --background-color-hover: #4d4d4d;
  --background-color-active: #4d4d4d;
}

.button--form-round {
  --border-radius: 99rem;
}

.button--form-round-2xs {
  --border-radius: 5px;
}

.button--form-round-xs {
  --border-radius: 8px;
}

.button--uppercase {
  --text-transform: uppercase;
}

.button--weight-600 {
  --font-weight: 600;
}

.button--weight-700 {
  --font-weight: 700;
}

.button--gradient {
  position: relative;
  background-image: linear-gradient(225deg, #6675F7 0%, #57007B 100%);
}

.button--gradient::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(225deg, #57007B 0%, #6675F7 100%);
  border-radius: var(--border-radius);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.button--gradient .button__text {
  z-index: 1;
  color: #fafafa;
}

.button--gradient.focus-visible:focus::before {
  opacity: 1;
}

.icon-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon-button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  width: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.link {
  --color: inherit;
  --link-icon-indent: 10px;
  --text-decoration: none;
  --color-hover: var(--color);
  --text-decoration-hover: var(--text-decoration);
  --color-active: var(--color);
  --text-decoration-active: var(--text-decoration);
  --color-disabled: var(--color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font: inherit;
  color: var(--color);
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-text-decoration: var(--text-decoration);
  text-decoration: var(--text-decoration);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms ease, -webkit-text-decoration 400ms ease;
  transition: color 400ms ease, -webkit-text-decoration 400ms ease;
  transition: text-decoration 400ms ease, color 400ms ease;
  transition: text-decoration 400ms ease, color 400ms ease, -webkit-text-decoration 400ms ease;
}

.link.focus-visible:focus {
  color: var(--color-hover);
  -webkit-text-decoration: var(--text-decoration-hover);
  text-decoration: var(--text-decoration-hover);
}

.link:active:not(.focus-visible) {
  color: var(--color-active);
  -webkit-text-decoration: var(--text-decoration-active);
  text-decoration: var(--text-decoration-active);
}

.link.is-disabled {
  color: var(--color-disabled);
  pointer-events: none;
  cursor: default;
}

.link.is-active {
  color: var(--color-active);
  cursor: default;
  pointer-events: none;
}

.link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 14px;
  width: auto;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.link svg:first-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

svg + .link__text,
.link__text + svg {
  margin-left: var(--link-icon-indent);
}

.link__text {
  text-align: center;
}

.link--view-purple {
  position: relative;
  --color: #4A5568;
  --color-hover: #57007B;
  --color-active: #57007B;
  font-weight: 700;
  text-underline-offset: 0.4em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}

.link--view-purple.is-active::before {
  background-color: #57007B;
}

.link--view-purple::before {
  position: absolute;
  content: "";
  top: calc(100% + 2px);
  left: 0;
  width: 45px;
  height: 2px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.link--view-purple.focus-visible:focus::before {
  background-color: #57007B;
}

.link--view-secondary {
  --color: var(--color-control-typo-secondary);
  --color-hover: var(--color-control-typo-secondary-hover);
  --color-active: var(--color-control-typo-secondary-hover);
  --text-decoration: var(--color-control-decoration-secondary);
  --text-decoration-hover: var(--color-control-decoration-secondary-hover);
  --text-decoration-active: var(--color-control-decoration-secondary-active);
  font-weight: 700;
  text-underline-offset: 0.4em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}

.link--view-normal {
  --color: var(--color-control-typo-normal);
  --color-hover: var(--color-control-typo-normal-hover);
  --color-active: var(--color-control-typo-normal-active);
}

.link--view-success {
  --color: var(--color-control-typo-success);
  --color-hover: var(--color-control-typo-success-hover);
  --color-active: var(--color-control-typo-success-active);
}

.link--view-gray {
  --color: var(--color-control-typo-gray);
  --color-hover: var(--color-control-typo-gray-hover);
  --color-active: var(--color-control-typo-gray-hover);
  --text-decoration: var(--color-control-decoration-gray);
  --text-decoration-hover: var(--color-control-decoration-gray-hover);
  --text-decoration-active: var(--color-control-decoration-gray-active);
  font-weight: 700;
  text-underline-offset: 0.4em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}

.card {
  --vertical-space: 0;
  --horizontal-space: 0;
  --card-border-width: initial;
  --card-border-style: initial;
  --card-border-color: initial;
  --card-border-radius: 0;
  padding: var(--vertical-space) var(--horizontal-space);
  border: var(--card-border-width) var(--card-border-style) var(--card-border-color);
  border-radius: var(--card-border-radius);
}

.card--space-xs {
  --vertical-space: 8px;
  --horizontal-space: 8px;
}

.card--space-s {
  --vertical-space: 12px;
  --horizontal-space: 12px;
}

.card--space-m {
  --vertical-space: 16px;
  --horizontal-space: 16px;
}

.card--space-l {
  --vertical-space: 20px;
  --horizontal-space: 20px;
}

.card--space-xl {
  --vertical-space: 24px;
  --horizontal-space: 24px;
}

.card--space-2xl {
  --vertical-space: 32px;
  --horizontal-space: 32px;
}

.card--space-3xl {
  --vertical-space: 40px;
  --horizontal-space: 40px;
}

.card--vertical-space-xs {
  --vertical-space: 8px;
}

.card--vertical-space-s {
  --vertical-space: 12px;
}

.card--vertical-space-m {
  --vertical-space: 16px;
}

.card--vertical-space-l {
  --vertical-space: 20px;
}

.card--vertical-space-xl {
  --vertical-space: 24px;
}

.card--vertical-space-2xl {
  --vertical-space: 32px;
}

.card--vertical-space-3xl {
  --vertical-space: 40px;
}

.card--horizontal-space-xs {
  --horizontal-space: 8px;
}

.card--horizontal-space-s {
  --horizontal-space: 12px;
}

.card--horizontal-space-m {
  --horizontal-space: 16px;
}

.card--horizontal-space-l {
  --horizontal-space: 20px;
}

.card--horizontal-space-xl {
  --horizontal-space: 24px;
}

.card--horizontal-space-2xl {
  --horizontal-space: 32px;
}

.card--horizontal-space-3xl {
  --horizontal-space: 40px;
}

.card--form-round {
  --card-border-radius: 50%;
}

.card--form-round-xs {
  --card-border-radius: 8px;
}

.card--form-round-s {
  --card-border-radius: 12px;
}

.card--form-round-m {
  --card-border-radius: 16px;
}

.card--form-round-l {
  --card-border-radius: 20px;
}

.card--form-round-xl {
  --card-border-radius: 24px;
}

.card--elevated-shadow-1 {
  -webkit-box-shadow: 0 2px 1px var(--color-shadow-layer-1), 0 3px 1px 1px var(--color-shadow-layer-2);
  box-shadow: 0 2px 1px var(--color-shadow-layer-1), 0 3px 1px 1px var(--color-shadow-layer-2);
}

.card--elevated-shadow-2 {
  -webkit-box-shadow: 0 2px 1px var(--color-shadow-layer-1), 0 5px 2px 2px var(--color-shadow-layer-2);
  box-shadow: 0 2px 1px var(--color-shadow-layer-1), 0 5px 2px 2px var(--color-shadow-layer-2);
}

.card--elevated-shadow-3 {
  -webkit-box-shadow: 0 3px 1px var(--color-shadow-layer-1), 0 7px 4px 3px var(--color-shadow-layer-2);
  box-shadow: 0 3px 1px var(--color-shadow-layer-1), 0 7px 4px 3px var(--color-shadow-layer-2);
}

.card--elevated-shadow-4 {
  -webkit-box-shadow: 0 3px 2px var(--color-shadow-layer-1), 0 9px 6px 4px var(--color-shadow-layer-2);
  box-shadow: 0 3px 2px var(--color-shadow-layer-1), 0 9px 6px 4px var(--color-shadow-layer-2);
}

.card--filled {
  background-color: var(--color-bg-default);
}

.card--filled-secondary {
  background-color: var(--color-bg-secondary);
}

.card--filled-brand {
  background-color: var(--color-bg-brand);
}

.card--filled-stripe {
  background-color: var(--color-bg-stripe);
}

.card--filled-tone {
  background-color: var(--color-bg-tone);
}

.card--filled-soft {
  background-color: var(--color-bg-soft);
}

.card--border-default {
  --card-border-width: 1px;
  --card-border-style: solid;
  --card-border-color: var(--color-bg-border);
}

.card--border-style-solid {
  --card-border-style: solid;
}

.card--border-style-dotted {
  --card-border-style: dotted;
}

.card--border-width-s {
  --card-border-width: 2px;
}

.card--border-width-m {
  --card-border-width: 3px;
}

.card--border-color-brand {
  --card-border-color: var(--color-bg-brand);
}

.card--border-color-secondary {
  --card-border-color: var(--color-bg-secondary);
}

.base-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.base-card__img {
  --img-width: 2;
  --img-height: 1;
  position: relative;
  overflow: hidden;
  border-radius: var(--card-border-radius, 0);
  overflow: hidden;
}

.base-card__img::before {
  content: "";
  display: block;
  padding-bottom: calc(var(--img-height, 1) / var(--img-width, 1) * 100%);
}

.base-card__img svg,
.base-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.base-card__img img {
  -o-object-fit: var(--img-object-fit, cover);
  object-fit: var(--img-object-fit, cover);
}

.base-card__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
  grid-template-columns: minmax(0, 1fr) auto;
  -ms-grid-rows: auto auto auto 1fr;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "title icon-btn" "subtitle icon-btn" "text icon-btn" "btn btn";
  padding: 20px;
}

.base-card .title {
  margin-bottom: 8px;
}

.base-card .title:last-child {
  margin-bottom: 0;
}

.base-card__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.base-card__subtitle {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: subtitle;
}

.base-card .text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  margin-bottom: 16px;
}

.base-card .text:last-child {
  margin-bottom: 0;
}

.base-card .icon-btn {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: icon-btn;
  -ms-grid-row-align: start;
  align-self: start;
  margin-bottom: 16px;
  margin-left: 12px;
}

.base-card .icon-btn:last-child {
  margin-bottom: 0;
}

.base-card .button {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: btn;
  -ms-grid-row-align: end;
  align-self: end;
}

.grid {
  --cols: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var(--cols, 1)];
  grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr));
}

.gridul,
.gridol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid--cols-2 {
  --cols: 2;
}

.grid--cols-3 {
  --cols: 3;
}

.grid--cols-4 {
  --cols: 4;
}

.grid--cols-5 {
  --cols: 5;
}

.grid--cols-6 {
  --cols: 6;
}

.grid--gap-s {
  grid-gap: 12px;
}

.grid--gap-m {
  grid-gap: 16px;
}

.grid--gap-l {
  grid-gap: 20px;
}

.grid--gap-xl {
  grid-gap: 24px;
}

.grid--gap-2xl {
  grid-gap: 32px;
}

.grid--gap-3xl {
  grid-gap: 40px;
}

.grid--colGap-s {
  grid-column-gap: 12px;
}

.grid--colGap-m {
  grid-column-gap: 16px;
}

.grid--colGap-l {
  grid-column-gap: 20px;
}

.grid--colGap-xl {
  grid-column-gap: 24px;
}

.grid--colGap-2xl {
  grid-column-gap: 32px;
}

.grid--colGap-3xl {
  grid-column-gap: 40px;
}

.grid--rowGap-s {
  grid-row-gap: 12px;
}

.grid--rowGap-m {
  grid-row-gap: 16px;
}

.grid--rowGap-l {
  grid-row-gap: 20px;
}

.grid--rowGap-xl {
  grid-row-gap: 24px;
}

.grid--rowGap-2xl {
  grid-row-gap: 32px;
}

.grid--rowGap-3xl {
  grid-row-gap: 40px;
}

.grid--xAlign-left {
  justify-items: start;
}

.grid--xAlign-center {
  justify-items: center;
}

.grid--xAlign-right {
  justify-items: end;
}

.grid--yAlign-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.grid--yAlign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid--yAlign-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.grid__item {
  grid-column: var(--col-start, span) var(--col-end, 1);
  grid-row: var(--row-start, span) var(--row-end, 1);
}

.grid__item--col-1 {
  --col-end: 1;
}

.grid__item--col-2 {
  --col-end: 2;
}

.grid__item--col-3 {
  --col-end: 3;
}

.grid__item--col-4 {
  --col-end: 4;
}

.grid__item--colStart-1 {
  --col-start: 1 / span;
}

.grid__item--colStart-2 {
  --col-start: 2 / span;
}

.grid__item--colStart-3 {
  --col-start: 3 / span;
}

.grid__item--colStart-4 {
  --col-start: 4 / span;
}

.grid__item--row-1 {
  --row-end: 1;
}

.grid__item--row-2 {
  --row-end: 2;
}

.grid__item--row-3 {
  --row-end: 3;
}

.grid__item--row-4 {
  --row-end: 4;
}

.grid__item--rowStart-1 {
  --row-start: 1 / span;
}

.grid__item--rowStart-2 {
  --row-start: 2 / span;
}

.grid__item--rowStart-3 {
  --row-start: 3 / span;
}

.grid__item--rowStart-4 {
  --row-start: 4 / span;
}

.grid__item--order--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.grid__item--order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.grid__item--order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header {
  --header-padding: 20px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

.header__decor {
  --top-offset: 25px;
  position: absolute;
  top: calc(var(--top-offset) * -1);
  left: 50%;
  height: calc(100% + var(--top-offset));
  overflow: hidden;
  -webkit-transform: translateX(-48%);
  transform: translateX(-48%);
}

.header__decor img {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__inner-wrapper,
.header__nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(30px, 2vw, 40px);
}

.header__inner-wrapper {
  padding: var(--header-padding) 0;
  -ms-grid-columns: clamp(240px, 23vw, 360px) minmax(0, 1fr);
  grid-template-columns: clamp(240px, 23vw, 360px) minmax(0, 1fr);
}

.header__nav {
  -ms-grid-columns: minmax(0, 1fr) auto;
  grid-template-columns: minmax(0, 1fr) auto;
}

.header .logo {
  width: 100%;
  height: auto;
}

.header .logo--origin {
  display: block;
}

.header .logo--small {
  display: none;
}

.header .page-nav {
  -ms-grid-column-align: right;
  justify-self: right;
}

.header .burger {
  display: none;
}

.footer {
  position: relative;
  padding: 60px 0 10px;
  background-color: #3734A9;
  color: var(--color-typo-essential);
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#3734a9), to(#57007b));
  background: linear-gradient(180deg, #3734a9 0%, #57007b 100%);
}

.footer__decor {
  position: absolute;
  top: -145px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer__decor img {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer .container {
  position: relative;
}

.footer__inner-wrapper {
  max-width: 1090px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(200px, 40%, 405px);
  grid-template-columns: minmax(0, 1fr) clamp(200px, 40%, 405px);
  -webkit-column-gap: clamp(50px, 8vw, 110px);
  -moz-column-gap: clamp(50px, 8vw, 110px);
  column-gap: clamp(50px, 8vw, 110px);
  row-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__footer {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0;
  border-top: 1px solid #e5e7eb;
}

.footer__footer-content {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  width: 100%;
}

.footer__footer-text {
  font-weight: 700;
  font-size: 16px;
}

.footer__link {
  --color-hover: #ff7f5c;
  --color-active: #ff7f5c;
  margin-top: 5px;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.footer__link--underlined {
  --text-decoration: underline;
}

.footer .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 60px;
}

.footer .title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.footer .contacts,
.footer__address {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.02em;
}

.footer .contacts {
  display: -ms-grid;
  display: grid;
  justify-items: left;
  margin-top: 20px;
}

.footer .contacts span {
  display: block;
}

.footer__address {
  margin-top: 10px;
  font-style: normal;
}

.footer .feedback-form {
  margin-top: auto;
}

.footer__footer {
  text-align: center;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(10px, 2vw, 32px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: clamp(10px, 1.5vw, 32px);
  row-gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.intro {
  padding: 77px 0 50px;
}

.intro__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(20px, 4vw, 60px);
  -moz-column-gap: clamp(20px, 4vw, 60px);
  column-gap: clamp(20px, 4vw, 60px);
  row-gap: 50px;
  place-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 1180px;
  margin: 0 auto;
}

.intro .title {
  font-weight: 400;
  font-size: 49px;
  line-height: 134%;
  color: #1a202c;
}

.intro .text {
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  color: #4a5568;
}

.intro .button {
  width: 179px;
  height: 52px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fafafa;
}

.intro .begin-form {
  width: 100%;
  margin-top: 60px;
}

.intro__partners {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: clamp(20px, 4vw, 75px);
  -moz-column-gap: clamp(20px, 4vw, 75px);
  column-gap: clamp(20px, 4vw, 75px);
  row-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.standalone-form {
  --form-border-radius: 60px;
  padding: 10px 15px;
  border: 1px solid #eff0f7;
  -webkit-box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: var(--form-border-radius);
}

.standalone-form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 15px;
}

.standalone-form input {
  padding: 15px 20px;
  color: inherit;
  background-color: transparent;
  border: none;
}

.standalone-form input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.1;
  color: #6f6c90;
}

.standalone-form input::-moz-placeholder {
  font-size: 18px;
  line-height: 1.1;
  color: #6f6c90;
}

.standalone-form input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.1;
  color: #6f6c90;
}

.standalone-form input::placeholder {
  font-size: 18px;
  line-height: 1.1;
  color: #6f6c90;
}

.standalone-form__submit {
  min-width: 145px;
  padding: 18px 40px;
  border-radius: 56px;
  -webkit-box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
  box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
}

.blockquote {
  padding: 0 0 40px;
  background-color: #fbfaff;
  position: relative;
}

.blockquote figure {
  max-width: 1050px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

.blockquote blockquote {
  margin: 0;
}

.blockquote__text {
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #111928;
}

.blockquote figcaption {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockquote__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.blockquote__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blockquote__name {
  margin-left: 12px;
}

.blockquote__name,
.blockquote__separator {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #111928;
}

.blockquote__separator {
  padding-right: 12px;
  padding-left: 12px;
}

.blockquote__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #6B7280;
}

.automation {
  padding: 60px 0 80px;
  background-color: #fbfaff;
}

.automation__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(20px, 4vw, 60px);
  -moz-column-gap: clamp(20px, 4vw, 60px);
  column-gap: clamp(20px, 4vw, 60px);
  row-gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  justify-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.automation .title {
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #111928;
}

.automation .text {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.55);
}

.automation .text:last-child {
  margin-bottom: 0;
}

.automation__imgs {
  --gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(40% - var(--gap) / 2) calc(60% - var(--gap) / 2);
  grid-template-columns: calc(40% - var(--gap) / 2) calc(60% - var(--gap) / 2);
  place-items: start;
  gap: var(--gap);
}

.automation__img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
}

.automation .details {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}

.opportunities {
  padding: 70px 0;
}

.opportunities--bg {
  background-color: #fbfaff;
}

.opportunities--bg .opportunities__row {
  display: block;
}

.opportunities .container {
  max-width: 1390px;
}

.opportunities__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(20px, 2vw, 30px);
  -moz-column-gap: clamp(20px, 2vw, 30px);
  column-gap: clamp(20px, 2vw, 30px);
  row-gap: 20px;
}

.opportunities__list--three-column {
  grid-template-columns: minmax(0, 1fr) clamp(200px, 15vw, 290px) minmax(0, 1fr);
  gap: 14px 19px;
}

.opportunities__list--one-column {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 1070px;
  margin: 0 auto;
  padding-left: 45px;
  counter-reset: time 0;
}

.opportunities__item--img {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
}

.opportunities__title {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 35px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #1a202c;
  text-align: center;
  position: relative;
}

.opportunities__title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  display: block;
  width: 69px;
  height: 5px;
  background: linear-gradient(225deg, #f76680 0%, #57007b 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.opportunities__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opportunities__why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.opportunities__why .title {
  font-weight: 800;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #111928;
}

.opportunities__why .text {
  margin-top: 39px;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #6b7280;
}

.opportunity-card {
  display: -ms-grid;
  display: grid;
  border-radius: 4px;
  -webkit-transition: outline 400ms ease;
  transition: outline 400ms ease;
  outline: 2px solid transparent;
  outline-offset: -2px;
  overflow: hidden;
}

.opportunity-card--point .opportunity-card__content {
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto;
  column-gap: 12px;
  padding: 14px;
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
  border-radius: 12px;
}

.opportunity-card--point .opportunity-card__img {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
}

.opportunity-card--time {
  position: relative;
  overflow: initial;
  counter-increment: time 1;
}

.opportunity-card--time::before {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  width: 14px;
  height: 14px;
  border: 4px solid #4642ec;
  border-radius: 50%;
}

.opportunity-card--time::after {
  position: absolute;
  content: "";
  top: 21px;
  bottom: 0;
  left: -23px;
  border: 1px solid #4642ec;
}

.opportunity-card--time:last-child::after {
  display: none;
}

.opportunity-card--time:last-child .opportunity-card__content::before {
  background-color: #01966b;
}

.opportunity-card--time + .opportunity-card--time {
  margin-top: 16px;
}

.opportunity-card--time .opportunity-card__content {
  position: relative;
  padding: 20px 14px 20px 58px;
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
  border-radius: 12px;
}

.opportunity-card--time .opportunity-card__content::before {
  position: absolute;
  content: counter(time);
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  background-color: #b78dff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.opportunity-card:hover .opportunity-card__decor {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.opportunity-card__decor,
.opportunity-card__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.opportunity-card__decor {
  position: relative;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.opportunity-card__decor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.opportunity-card__content {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto 1fr;
  grid-template-rows: auto auto auto 1fr;
  padding: 24px 24px 36px;
}

.opportunity-card__img {
  border-radius: 4px;
  overflow: hidden;
}

.opportunity-card__img img {
  border-radius: 4px;
}

.opportunity-card .title {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.25px;
  color: #111928;
}

.opportunity-card .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #384567;
  align-self: center;
}

.opportunity-card .text {
  margin-top: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #000c2d;
}

.burger {
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger__wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.burger__wrapper::after,
.burger__wrapper span {
  margin-top: 5px;
}

.burger__wrapper::before,
.burger__wrapper::after,
.burger__wrapper span {
  width: 25px;
  height: 3px;
  content: "";
  background-color: #000000;
  border-radius: 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

.burger.is-disabled,
.burger:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.burger.is-active .burger__wrapper span {
  opacity: 0;
}

.burger.is-active .burger__wrapper::before {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}

.burger.is-active .burger__wrapper::after {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  transform: rotate(45deg) translate(-6px, -5px);
}

.details {
  --details-border-width: 0.4em;
  --details-content-bg-color: inherit;
  --details-content-border-radius: inherit;
  --details-content-padding: 12px;
  --details-summary-padding: 32px;
  padding: 20px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.details summary {
  position: relative;
  display: block;
  padding-left: var(--details-summary-padding);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #111928;
  cursor: pointer;
}

.details summary .icon-tick {
  position: absolute;
  content: "";
  top: 50%;
  left: var(--details-border-width);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: calc(var(--details-border-width) / 2) 50%;
  transform-origin: calc(var(--details-border-width) / 2) 50%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.details summary .icon-expanded {
  position: absolute;
  top: 50%;
  right: var(--details-border-width);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: calc(var(--details-border-width) / 2) 50%;
  transform-origin: calc(var(--details-border-width) / 2) 50%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.details summary::-webkit-details-marker {
  display: none;
}

.details details {
  margin-top: 16px;
}

.details details:first-child {
  margin-top: 0;
}

.details details.is-active .icon-expanded {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.details__content {
  display: -ms-grid;
  display: grid;
  padding: var(--details-content-padding) 0;
  padding-left: var(--details-summary-padding);
  background-color: var(--details-content-bg-color);
  border-radius: var(--details-content-border-radius);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6B7280;
}

.details__content p {
  margin: 0;
}

.custom-input,
.custom-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.custom-input label,
.custom-textarea label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.custom-input--labeled,
.custom-textarea--labeled {
  display: -ms-grid;
  display: grid;
}

.custom-input--labeled .custom-input__label,
.custom-textarea--labeled .custom-input__label {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #9A9A9A;
}

.custom-input--labeled label,
.custom-textarea--labeled label {
  display: -ms-grid;
  display: grid;
}

.custom-input--labeled input,
.custom-textarea--labeled input {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.custom-input--ghost input,
.custom-input--ghost textarea,
.custom-textarea--ghost input,
.custom-textarea--ghost textarea {
  padding: 15px 20px;
  color: inherit;
  background-color: rgba(242, 243, 244, 0.2);
  border: 1px solid transparent;
  border-radius: 5px;
}

.custom-input--ghost input::-webkit-input-placeholder,
.custom-input--ghost textarea::-webkit-input-placeholder,
.custom-textarea--ghost input::-webkit-input-placeholder,
.custom-textarea--ghost textarea::-webkit-input-placeholder {
  color: rgba(187, 181, 224, 0.4);
}

.custom-input--ghost input::-moz-placeholder,
.custom-input--ghost textarea::-moz-placeholder,
.custom-textarea--ghost input::-moz-placeholder,
.custom-textarea--ghost textarea::-moz-placeholder {
  color: rgba(187, 181, 224, 0.4);
}

.custom-input--ghost input::-ms-input-placeholder,
.custom-input--ghost textarea::-ms-input-placeholder,
.custom-textarea--ghost input::-ms-input-placeholder,
.custom-textarea--ghost textarea::-ms-input-placeholder {
  color: rgba(187, 181, 224, 0.4);
}

.custom-input--ghost input::placeholder,
.custom-input--ghost textarea::placeholder,
.custom-textarea--ghost input::placeholder,
.custom-textarea--ghost textarea::placeholder {
  color: rgba(187, 181, 224, 0.4);
}

.custom-input--base,
.custom-textarea--base {
  position: relative;
}

.custom-input--base svg,
.custom-textarea--base svg {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 15px;
  width: 20px;
  height: 20px;
}

.custom-input--base input,
.custom-input--base textarea,
.custom-textarea--base input,
.custom-textarea--base textarea {
  padding: 17px 20px 14px 45px;
  font: inherit;
  color: inherit;
  border: none;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 10px;
}

.custom-input--base input::-webkit-input-placeholder,
.custom-input--base textarea::-webkit-input-placeholder,
.custom-textarea--base input::-webkit-input-placeholder,
.custom-textarea--base textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #6C757D;
}

.custom-input--base input::-moz-placeholder,
.custom-input--base textarea::-moz-placeholder,
.custom-textarea--base input::-moz-placeholder,
.custom-textarea--base textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #6C757D;
}

.custom-input--base input::-ms-input-placeholder,
.custom-input--base textarea::-ms-input-placeholder,
.custom-textarea--base input::-ms-input-placeholder,
.custom-textarea--base textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #6C757D;
}

.custom-input--base input::placeholder,
.custom-input--base textarea::placeholder,
.custom-textarea--base input::placeholder,
.custom-textarea--base textarea::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #6C757D;
}

.custom-input input,
.custom-input textarea,
.custom-textarea input,
.custom-textarea textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  outline: none;
  -webkit-transition: opacity 400ms ease, border-color 400ms ease;
  transition: opacity 400ms ease, border-color 400ms ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.custom-input input::-webkit-input-placeholder,
.custom-input textarea::-webkit-input-placeholder,
.custom-textarea input::-webkit-input-placeholder,
.custom-textarea textarea::-webkit-input-placeholder {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.custom-input input::-moz-placeholder,
.custom-input textarea::-moz-placeholder,
.custom-textarea input::-moz-placeholder,
.custom-textarea textarea::-moz-placeholder {
  -moz-transition: color 400ms ease;
  transition: color 400ms ease;
}

.custom-input input::-ms-input-placeholder,
.custom-input textarea::-ms-input-placeholder,
.custom-textarea input::-ms-input-placeholder,
.custom-textarea textarea::-ms-input-placeholder {
  -ms-transition: color 400ms ease;
  transition: color 400ms ease;
}

.custom-input input::placeholder,
.custom-input textarea::placeholder,
.custom-textarea input::placeholder,
.custom-textarea textarea::placeholder {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.custom-input input.focus-visible:focus,
.custom-input textarea.focus-visible:focus,
.custom-textarea input.focus-visible:focus,
.custom-textarea textarea.focus-visible:focus {
  opacity: 1;
}

.custom-input input.focus-visible:focus::-webkit-input-placeholder,
.custom-input textarea.focus-visible:focus::-webkit-input-placeholder,
.custom-textarea input.focus-visible:focus::-webkit-input-placeholder,
.custom-textarea textarea.focus-visible:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.custom-input input.focus-visible:focus::-moz-placeholder,
.custom-input textarea.focus-visible:focus::-moz-placeholder,
.custom-textarea input.focus-visible:focus::-moz-placeholder,
.custom-textarea textarea.focus-visible:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}

.custom-input input.focus-visible:focus::-ms-input-placeholder,
.custom-input textarea.focus-visible:focus::-ms-input-placeholder,
.custom-textarea input.focus-visible:focus::-ms-input-placeholder,
.custom-textarea textarea.focus-visible:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.custom-input input.focus-visible:focus::placeholder,
.custom-input textarea.focus-visible:focus::placeholder,
.custom-textarea input.focus-visible:focus::placeholder,
.custom-textarea textarea.focus-visible:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}

.custom-input.is-invalid input,
.custom-textarea.is-invalid input {
  border-color: #ff0000;
}

.custom-input[disabled] label,
.custom-input[disabled] input,
.custom-input[disabled] textarea,
.custom-textarea[disabled] label,
.custom-textarea[disabled] input,
.custom-textarea[disabled] textarea {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.custom-checkbox {
  position: relative;
  width: auto;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.custom-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-checkbox input.focus-visible:focus ~ .custom-checkbox__icon {
  outline: auto;
}

.custom-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.custom-checkbox label span {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.custom-checkbox .link {
  --text-decoration: underline;
  --color-hover: #ff7f5c;
  --color-active: #ff7f5c;
  display: inline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: none;
  transition: none;
}

.custom-checkbox .link__text {
  -webkit-transition: none;
  transition: none;
}

.custom-checkbox__icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: #ffffff;
  border: 1px solid #d9dbe9;
  -webkit-box-shadow: inset 0px 2px 5px rgba(19, 18, 66, 0.1);
  box-shadow: inset 0px 2px 5px rgba(19, 18, 66, 0.1);
  border-radius: 4px;
  -webkit-transition: opacity 400ms ease, color 400ms ease;
  transition: opacity 400ms ease, color 400ms ease;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.custom-checkbox__icon::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 34%;
  width: 8px;
  height: 12px;
  border: solid #ff7f5c;
  border-width: 0 2px 2px 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.custom-checkbox input:checked + .custom-checkbox__icon {
  opacity: 1;
}

.custom-checkbox input:checked + .custom-checkbox__icon::before {
  opacity: 1;
}

.custom-checkbox.is-invalid {
  color: #ff0000;
}

.custom-checkbox.is-invalid .custom-checkbox__icon {
  color: #ff0000;
}

.feedback-form .custom-input input {
  font-weight: 900;
}

.feedback-form .custom-input input::-webkit-input-placeholder {
  color: #bbb5e0;
}

.feedback-form .custom-input input::-moz-placeholder {
  color: #bbb5e0;
}

.feedback-form .custom-input input::-ms-input-placeholder {
  color: #bbb5e0;
}

.feedback-form .custom-input input::placeholder {
  color: #bbb5e0;
}

.feedback-form__item {
  margin-top: 24px;
}

.feedback-form__item:first-child {
  margin-top: 0;
}

.feedback-form__submit {
  width: 100%;
  margin-top: 24px;
}

.login-form {
  display: -ms-grid;
  display: grid;
}

.login-form .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #0092be;
}

.login-form form {
  margin-top: 50px;
}

.login-form__item {
  margin-top: 24px;
}

.login-form__item:first-child {
  margin-top: 0;
}

.login-form__controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 10px;
}

.login-form__forget-link {
  -ms-grid-column-align: left;
  justify-self: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.login-form .error-message {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.login-form__item.is-invalid ~ .login-form__controls .error-message {
  color: #ff0000;
}

.login-form__submit {
  margin-top: 30px;
  -ms-grid-column-align: right;
  justify-self: right;
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 15px 35px;
  border-radius: 10px;
}

.login-form__note {
  margin-top: 70px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #9f9f9f;
}

.login-form .link {
  color: #1ea8e7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.login-form .link.focus-visible:focus {
  color: #1ea8e7;
  opacity: 0.6;
}

.login-form__account-link {
  font: inherit;
}

.logup-form {
  display: -ms-grid;
  display: grid;
}

.logup-form .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: #0092be;
}

.logup-form form {
  margin-top: 50px;
}

.logup-form__item {
  margin-top: 24px;
}

.logup-form__item:first-child {
  margin-top: 0;
}

.logup-form__passwords {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 60px);
}

.logup-form__controls {
  display: -ms-grid;
  display: grid;
}

.logup-form__submit {
  margin-top: 70px;
  -ms-grid-column-align: right;
  justify-self: right;
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 15px 35px;
  border-radius: 10px;
}

.logup-form__note {
  margin-top: 70px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #9f9f9f;
}

.logup-form .link {
  color: #1ea8e7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logup-form .link.focus-visible:focus {
  color: #1ea8e7;
  opacity: 0.6;
}

.logup-form__account-link {
  font: inherit;
}

.logup-form .custom-checkbox__icon::before {
  border-color: #1ea8e7;
}

.in-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.in-work .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.in-work .container,
.in-work__wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.in-work__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(20px, 4vw, 60px);
  -moz-column-gap: clamp(20px, 4vw, 60px);
  column-gap: clamp(20px, 4vw, 60px);
  row-gap: 50px;
  place-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.in-work .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
}

.in-work .text {
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.55);
}

.in-work .button {
  margin-top: 55px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  border-radius: 12px;
}

.login {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.login .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.login .container,
.login__wrapper {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.login .login-form {
  margin-top: 29px;
}

.login .logo {
  max-width: 340px;
}

.login__home-btn {
  margin-top: 40px;
  padding: 5px 25px;
  font-weight: 400;
  font-size: 30px;
}

.logup {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.logup .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logup .container,
.logup__wrapper {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.logup .logup-form {
  margin-top: 29px;
}

.logup .logo {
  max-width: 340px;
}

.logup__home-btn {
  margin-top: 40px;
  padding: 5px 25px;
  font-weight: 400;
  font-size: 30px;
}

.about {
  padding: 46px 0 70px;
  background-color: #fbfaff;
}

.about__wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 27px;
}

.about__logo {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.about__title-wrapper {
  position: relative;
}

.about__title {
  position: relative;
  font-weight: 700;
  font-size: 35px;
  line-height: 157%;
  text-align: center;
  color: #1a202c;
  position: relative;
}

.about__title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  display: block;
  width: 69px;
  height: 5px;
  background: linear-gradient(225deg, #f76680 0%, #57007b 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about__tooltip {
  position: absolute;
  left: 100%;
  bottom: 40%;
}

.about__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #6B7280;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: clamp(20px, 2vw, 30px);
  -moz-column-gap: clamp(20px, 2vw, 30px);
  column-gap: clamp(20px, 2vw, 30px);
  row-gap: 20px;
  margin: 0;
  margin-top: 60px;
  padding: 0;
  list-style: none;
}

.about__item {
  width: clamp(350px, 33.3333333333%, 380px);
}

.about__button {
  min-width: 260px;
  margin-top: 42px;
}

.about-card {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 68px 16px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 22px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  -webkit-transition: outline 400ms ease;
  transition: outline 400ms ease;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}

.about-card:hover {
  border: 2px solid linear-gradient(225deg, #f76680 0%, #57007b 100%);
}

.about-card:hover .opportunity-card__decor {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.about-card__img {
  position: absolute;
  top: -16px;
  left: 16px;
}

.about-card .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 137%;
  letter-spacing: -0.03em;
  color: #2d3748;
  overflow-wrap: anywhere;
}

.about-card .text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 162%;
  letter-spacing: -0.02em;
  color: #4a5568;
}

.about-card .link {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: left;
  justify-self: left;
  margin-top: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.tooltip__control:hover + .tooltip__label,
.tooltip__control:focus + .tooltip__label {
  opacity: 1;
  visibility: visible;
}

.tooltip__label {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  width: 160px;
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background-color: #009f9d;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms ease, visibility 400ms ease;
  transition: opacity 400ms ease, visibility 400ms ease;
}

.tooltip__label::before {
  position: absolute;
  content: "";
  left: 50%;
  top: calc(100% - 1px);
  border: 10px solid transparent;
  border-top: 10px solid #009f9d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.features {
  padding: 60px 0 54px;
  background-color: #FFF;
}

.features .container .title {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 35px;
  line-height: 157%;
  letter-spacing: -0.01em;
  color: #1a202c;
  text-align: center;
  position: relative;
}

.features .container .title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  display: block;
  width: 69px;
  height: 5px;
  background: linear-gradient(225deg, #f76680 0%, #57007b 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.features__wrapper {
  max-width: 1222px;
  margin: 0 auto;
}

.features .feature {
  margin-top: 70px;
}

.features .feature:first-child {
  margin-top: 0;
}

.feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature--img-right .feature__img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.feature--img-float {
  display: block;
}

.feature--img-float .feature__img {
  float: right;
}

.feature__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 136%;
  color: #1a202c;
}

.feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #000c2d;
}

.feature__list--margin-size-l .feature__item {
  margin-top: 20px;
}

.feature__list--margin-size-l .feature__item:first-child {
  margin-top: 0;
}

.feature__item {
  position: relative;
  padding-left: 26px;
}

.feature__icon {
  --icon-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  width: var(--icon-size);
  height: var(--icon-size);
}

.feature__text {
  position: relative;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 187%;
  color: #050505;
  padding-left: 11px;
}

.feature__text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  display: block;
  width: 3px;
  height: 133px;
  background: linear-gradient(225deg, #f76680 0%, #57007b 100%);
}

.feature__description {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
  justify-self: center;
}

.feature__img {
  -ms-grid-column-align: center;
  justify-self: center;
}

.feature .figcaption-block {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature .figcaption-block .blockquote__img {
  width: 50px;
  height: 50px;
}

.feature .figcaption-block .blockquote__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature .figcaption-block .blockquote__data {
  margin-left: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 187%;
  color: #2d3748;
}

.agreement {
  padding: 70px 0;
}

.agreement__content {
  display: grid;
  place-content: center;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.agreement__wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin: 0 auto;
}

.agreement__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #1b1b1b;
}

.agreement ol {
  margin: 0;
  padding: 0;
  counter-reset: item;
}

.agreement li {
  display: block;
}

.agreement li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.agreement .agreement_back-button {
  -ms-grid-column-align: center;
  justify-self: center;
  padding: 16px 25px;
  margin-top: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  border-radius: 12px;
}

.examples {
  padding: 35px 0 50px;
  overflow: hidden;
}

.examples .title {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #111928;
}

.examples__slider-heading {
  overflow: auto;
}

.examples__slider-heading img {
  max-width: none;
  width: auto;
  height: 45px;
}

.slider__container {
  padding: 40px 0 50px;
  overflow: visible;
}

.slider__wrapper {
  place-items: center;
}

.slider .container {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.slider__pagination {
  bottom: 0;
}

.slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #7837e6;
  border-radius: 50%;
  opacity: 1;
}

.slider .swiper-pagination-bullet-active {
  width: 44px;
  height: 8px;
  background: #9759bd;
  border-radius: 4px;
}

.about-intro {
  position: relative;
  padding: 100px 0 80px;
  background-color: rgba(0, 255, 133, 0.08);
  border-bottom: 5px solid #f5f5f5;
}

.about-intro__decor-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30%;
  left: 0;
  overflow: hidden;
}

.about-intro__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.about-intro__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-intro .container {
  position: relative;
}

.about-intro__wrapper {
  display: -ms-grid;
  display: grid;
}

.about-intro__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  -webkit-column-gap: clamp(20px, 4vw, 40px);
  -moz-column-gap: clamp(20px, 4vw, 40px);
  column-gap: clamp(20px, 4vw, 40px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: end;
  row-gap: 30px;
}

.about-intro__title {
  grid-column: 1/-1;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
}

.about-intro__img-left {
  max-width: 390px;
  -webkit-transform: translateY(25%) scale(1.2);
  transform: translateY(25%) scale(1.2);
}

.about-intro__img-right {
  max-width: 340px;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.about-intro__button {
  padding: 16px 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.about-intro__list {
  margin: 0;
  margin-top: 100px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(20px, 5vw, 50px);
}

.about-intro__item {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  justify-items: center;
  max-width: 260px;
}

.about-intro__icon {
  width: 100px;
  height: 100px;
  padding: 27px;
  background-color: rgba(47, 112, 254, 0.1);
  border-radius: 50%;
}

.about-intro__icon svg {
  width: 100%;
  height: 100%;
}

.about-intro__item:nth-child(even) .about-intro__icon {
  background-color: rgba(109, 237, 2, 0.1);
}

.about-intro__text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000c2d;
}

.about-intro__footer {
  position: relative;
}

.about-intro__footer-decor {
  position: absolute;
  width: clamp(80px, 6vw, 120px);
}

.about-intro__footer-decor--left {
  top: 90%;
  left: 0;
}

.about-intro__footer-decor--right {
  top: 10%;
  right: 0;
}

.agent-intro {
  padding: 80px 0;
}

.agent-intro__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.agent-intro__img {
  float: right;
  max-width: 50%;
  margin-left: clamp(30px, 4vw, 70px);
  margin-bottom: 50px;
}

.agent-intro .title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.agent-intro .text {
  margin-top: 50px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.agent-intro .text p + p {
  margin-top: 30px;
}

.decorated-page {
  position: relative;
}

.decorated-page .container {
  position: relative;
}

.decorated-page .container::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  width: calc(50vw - 50% + var(--container-offset));
  bottom: 0;
  left: calc(100% - var(--container-offset));
  background-color: #ffffff;
}

.decorated-page__decor {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.decorated-page__decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.decorated-page__intro {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(20px, 5vw, 115px);
  max-width: min(40%, 890px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 35px;
  line-height: 1.6;
  color: #ffffff;
}

.decorated-page__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  width: max(35%, 500px);
  margin-left: auto;
  padding: clamp(20px, 4vw, 80px);
  padding-right: calc(clamp(20px, 3vw, 80px) - var(--container-offset));
  border-radius: 70px 0 0 70px;
  background-color: #ffffff;
}

.subnav {
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  left: 0;
  padding: 20px;
  background-color: #F9F9FF;
}

/* @mixin hover-focus {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }

    &.focus-visible:focus {
      @content;
    }
  }
*/

/*  @include hover-focus {
      opacity: 0.8;
    }
*/

/*@mixin hover {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }
  }
*/

/*@mixin focus {
    &.focus-visible:focus {
      @content;
    }
  }
*/

/*@mixin active {
    &.focus-visible:active {
      @content;
    }
  }
*/

@media (max-width: 2400px) {
  .about-intro__decor-container {
    bottom: 37%;
  }
}

@media (max-width: 1600px) {
  .about-intro__decor {
    top: 0;
  }
}

@media (max-width: 1439px) {
  .container {
    --container-offset: 24px;
  }
}

@media (max-width: 1023px) {
  .wrapper {
    padding-top: var(--header-height);
  }

  .container {
    --container-offset: 20px;
  }

  .text--size-l {
    font-size: 16px;
  }

  .text--size-xl {
    font-size: 18px;
  }

  .text--size-2xl {
    font-size: 20px;
  }

  .text--size-3xl {
    font-size: 24px;
  }

  .link--view-purple {
    --color-hover: #4A5568;
    --color-active: #4A5568;
    --text-decoration: var(--color-control-decoration-secondary);
    --text-decoration-hover: var(--color-control-decoration-secondary-hover);
    --text-decoration-active: var(--color-control-decoration-secondary-active);
    text-underline-offset: 0.4em;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
  }

  .link--view-purple::before {
    display: none;
  }

  .link--view-purple.focus-visible:focus::before {
    background-color: var(--color-control-decoration-secondary-active);
  }

  .grid--cols-4 {
    --cols: 2;
  }

  .header {
    position: relative;
  }

  .header__decor {
    display: none;
  }

  .header .container {
    position: relative;
  }

  .header__inner-wrapper {
    -ms-grid-columns: minmax(0, 1fr) 80px;
    grid-template-columns: minmax(0, 1fr) 80px;
    background-color: #ffffff;
  }

  .header .logo {
    width: clamp(215px, 40vw, 360px);
  }

  .header .page-nav {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .header {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
  }

  .header .burger {
    display: block;
    scale: 1.8;
  }

  .header__nav {
    position: absolute;
    z-index: -1;
    top: 100%;
    right: 0;
    left: 0;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    place-items: center;
    height: calc(100vh - var(--header-height));
    padding: 50px clamp(10px, 5vw, 50px);
    background-color: #ffffff;
    font-size: 28px;
    -webkit-transform: translateY(calc(-100% - var(--header-height)));
    transform: translateY(calc(-100% - var(--header-height)));
    -webkit-transition: opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    transition: opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }

  .header.is-opened .header__nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header .page-nav__list {
    gap: 45px;
  }

  .header .user-menu {
    display: -ms-grid;
    display: grid;
    gap: 45px;
  }

  .footer__inner-wrapper {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }

  .nav-list {
    display: -ms-grid;
    display: grid;
    justify-items: center;
  }

  .user-menu__begin-btn {
    font-size: inherit;
  }

  .intro__wrapper {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }

  .intro__content {
    display: -ms-grid;
    display: grid;
    place-items: center;
    text-align: center;
  }

  .intro__img {
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .automation__wrapper {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }

  .automation__content {
    display: -ms-grid;
    display: grid;
    place-items: center;
    text-align: center;
    width: 100%;
  }

  .automation .text {
    max-width: 600px;
  }

  .opportunities__list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }

  .opportunities__item--img {
    grid-row: 1 / 5;
  }

  .in-work__wrapper {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }

  .in-work__content {
    display: -ms-grid;
    display: grid;
    place-items: center;
    text-align: center;
  }

  .in-work__img {
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .login__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    max-width: 500px;
  }

  .logup__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    max-width: 500px;
  }

  .about-intro__content {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    row-gap: 60px;
  }

  .about-intro__img-left {
    -ms-grid-row: 3;
    grid-row: 3;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }

  .about-intro__img-right {
    -ms-grid-row: 1;
    grid-row: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .about-intro__button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .decorated-page .container::before {
    display: none;
  }

  .decorated-page__intro {
    display: none;
  }

  .decorated-page__content {
    margin: 50px auto;
    padding: 50px;
    width: auto;
    min-width: auto;
    border-radius: 70px;
  }

  .subnav {
    position: static;
    margin-top: 45px;
    padding: 0;
    background-color: transparent;
  }

  .subnav .subnav__list {
    display: -ms-grid;
    display: grid;
    gap: 45px;
  }
}

@media (max-width: 1023px) and (hover: hover) {
  .link--view-purple:hover:not(.focus-visible)::before {
    background-color: var(--color-control-decoration-secondary-active);
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .header__nav {
    gap: 45px;
    padding: 100px clamp(10px, 5vw, 50px);
  }
}

@media (max-width: 767px) {
  .container {
    --container-offset: 16px;
  }

  .text--medium {
    --text-space: 12px;
    font-size: 14px;
  }

  .text--size-l {
    font-size: 14px;
  }

  .text--size-xl {
    font-size: 16px;
  }

  .text--size-2xl {
    font-size: 18px;
  }

  .text--size-3xl {
    font-size: 20px;
  }

  .grid--cols-2 {
    --cols: 1;
  }

  .grid--cols-4 {
    --cols: 1;
  }

  .header .burger {
    scale: 1.2;
  }

  .header__nav {
    text-align: center;
    gap: 45px;
  }

  .header .page-nav__list {
    display: -ms-grid;
    display: grid;
    gap: 45px;
  }

  .footer__footer-content {
    justify-items: start;
  }

  .footer .title {
    font-size: 30px;
  }

  .footer__footer {
    text-align: left;
  }

  .footer__footer .link__text {
    text-align: left;
  }

  .intro .title {
    font-size: 30px;
  }

  .intro .begin-form {
    margin-top: 30px;
  }

  .standalone-form {
    --form-border-radius: 20px;
    padding: 25px 15px;
  }

  .standalone-form form {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }

  .standalone-form input {
    padding: 18px;
    border: 1px solid #a7acc1;
    border-radius: var(--form-border-radius);
  }

  .blockquote__text {
    font-size: 20px;
  }

  .blockquote figcaption {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    justify-items: center;
  }

  .automation .title {
    font-size: 30px;
  }

  .opportunities__title {
    font-size: 30px;
  }

  .opportunities__item--img {
    grid-column: 1;
    grid-row: 1;
  }

  .opportunity-card .title {
    font-size: 30px;
  }

  .details__content {
    --details-content-padding: 0;
  }

  .custom-checkbox {
    font-size: 10px;
    line-height: 1.4;
  }

  .custom-checkbox label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .login-form form {
    overflow: hidden;
  }

  .login-form__controls {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }

  .login-form__submit {
    grid-column: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .logup-form form {
    overflow: hidden;
  }

  .logup-form__passwords {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }

  .logup-form__submit {
    grid-column: auto;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .in-work .title {
    font-size: 30px;
  }

  .about__heading {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }

  .about__title {
    font-size: 30px;
  }

  .about__item {
    width: 100%;
  }

  .about-card .title {
    font-size: 20px;
  }

  .features .container .title {
    font-size: 30px;
  }

  .feature {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    row-gap: 30px;
  }

  .feature .feature__img {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .feature--img-right .feature__img {
    grid-column: auto;
    grid-row: auto;
  }

  .feature--img-float {
    display: -ms-grid;
    display: grid;
  }

  .feature--img-float .feature__img {
    float: none;
  }

  .about-intro__title {
    font-size: 25px;
  }

  .about-intro__footer-decor {
    display: none;
  }

  .agent-intro__img {
    display: -ms-grid;
    display: grid;
    place-items: center;
    float: initial;
    max-width: none;
    margin-left: 0;
  }

  .agent-intro .text p + p {
    margin-top: 20px;
  }

  .decorated-page {
    text-align: center;
  }

  .decorated-page__content {
    padding: 20px;
  }
}

@media (max-width: 374px) {
  .header .logo {
    width: clamp(50px, 30vw, 125px);
  }

  .header .logo--origin {
    display: none;
  }

  .header .logo--small {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .logo[href]:hover:not(.focus-visible) {
    opacity: 0.8;
  }
}

@media (hover: hover) {
  .button:hover:not(.focus-visible) {
    color: var(--color-hover);
    background-color: var(--background-color-hover);
    border-color: var(--border-color-hover);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }

  .button--gradient:hover:not(.focus-visible)::before {
    opacity: 1;
  }

  .link:hover:not(.focus-visible) svg:last-child {
    -webkit-transform: translateX(5px) translateZ(0);
    transform: translateX(5px) translateZ(0);
  }

  .link:hover:not(.focus-visible) svg:first-child {
    -webkit-transform: rotate(180deg) translateX(5px) translateZ(0);
    transform: rotate(180deg) translateX(5px) translateZ(0);
  }

  .link:hover:not(.focus-visible) {
    color: var(--color-hover);
    -webkit-text-decoration: var(--text-decoration-hover);
    text-decoration: var(--text-decoration-hover);
  }

  .link--view-purple:hover:not(.focus-visible)::before {
    background-color: #57007B;
  }

  .burger:hover:not(.focus-visible) .burger__wrapper {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .custom-input input:hover:not(.focus-visible),
  .custom-input textarea:hover:not(.focus-visible),
  .custom-textarea input:hover:not(.focus-visible),
  .custom-textarea textarea:hover:not(.focus-visible) {
    opacity: 0.7;
  }

  .login-form .link:hover:not(.focus-visible) {
    color: #1ea8e7;
    opacity: 0.6;
  }

  .logup-form .link:hover:not(.focus-visible) {
    color: #1ea8e7;
    opacity: 0.6;
  }
}