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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  src:
    url('../fonts/Onest-Regular.woff2') format('woff2'),
    url('../fonts/Onest-Regular.woff') format('woff');
  font-family: 'Onset';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src:
    url('../fonts/Onest-Medium.woff2') format('woff2'),
    url('../fonts/Onest-Medium.woff') format('woff');
  font-family: 'Onset';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src:
    url('../fonts/Onest-Bold.woff2') format('woff2'),
    url('../fonts/Onest-Bold.woff') format('woff');
  font-family: 'Onset';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  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;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.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;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.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-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -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% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  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;
  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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root,
[data-bs-theme='light'] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme='dark'] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}

@media (max-width: 576px) {
  .row.start-use {
    display: none !important;
  }
}

@media (min-width: 575px) {
  .row.start-use-mobile {
    display: none !important;
  }

  .row.short-about-mobile {
    display: none !important;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.accordion-item {
  display: block;
  width: calc(100% - 20px);
  height: 44px;
  overflow: hidden;
  box-sizing: border-box;
  background: #f0f2fe;
  border-radius: 8px;
}

.accordion-item_open {
  height: min-content;
}

.accordion-item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  color: #0862ee;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  gap: 8px;
}

.accordion-item-heading-icon {
  width: 24px;
  height: 24px;
  color: #0862ee;
}

.accordion-item-heading-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.accordion-item-content {
  padding: 2px 20px 8px 62px;
  width: 100%;
  display: block;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

.accordion-item-content li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.accordion-item-content li::marker {
  color: #0862ee;
}

.accordion-item_close .accordion-item-content {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}

.accordion-item_open .accordion-item-content {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.accordion-item-chevron {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.accordion-item_open .accordion-item-chevron {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.accordion-item_open .accordion-item-heading {
  margin: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #202020;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

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

html {
  scroll-behavior: smooth;
  font-family: 'Onset', sans-serif;
}

@media (max-width: 424px) {
  main {
    position: relative;
    overflow: hidden;
  }
}

body {
  width: 100%;
  height: 100%;
  color: #202020;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p a {
  text-decoration: none;
  color: blue;
}

button {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.btn--reset {
  border: none;
  background: none;
  cursor: pointer;
  outline: 0;
}

.sr-only {
  position: absolute;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

html .chromeperfectpixel-layer-img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

@media (min-width: 1401px) {
  .container {
    /*max-width: 1244px;*/
    padding-left: 36px;
    padding-right: 26px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.logo__blue {
  fill: #0862ee;
  transition: fill 0.3s ease;
}

.logo__letter {
  fill: #fff;
  transition: fill 0.3s ease;
}

.logo__letters {
  fill: #202020;
  transition: fill 0.3s ease;
}

.logo--light .logo__blue {
  fill: #fff;
}

.logo--light .logo__letter {
  fill: #325488;
}

.logo--light .logo__letters {
  fill: #fff;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: none;
  padding: 15px 27px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  background: none;
  transition:
    box-shadow 0.3s ease-out,
    background-color 0.3s ease-out,
    border-color 0.3s ease-out;
  outline: 0;
  cursor: pointer;
}

.btn__empty {
  border: 2px solid #0862ee;
  color: #0862ee;
}

.btn__empty:hover {
  box-shadow: 0px 8px 30px rgba(0, 38, 239, 0.25);
}

.btn__empty--light {
  border-color: #fff;
  color: #fff;
}

.btn__empty--light:hover {
  box-shadow:
    0px 8px 30px rgba(255, 255, 255, 0.25),
    inset 0px 0 37px 17px rgba(255, 255, 255, 0.25);
}

.btn__full {
  color: #fff;
  background: #0862ee;
}

.btn__full--iconed img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.btn__full:hover {
  background: #0026ef;
  box-shadow: 0px 10px 40px rgba(0, 38, 239, 0.35);
}

@media (max-width: 1199px) {
  .btn {
    padding: 15px 25px;
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 575px) {
  .btn {
    padding: 12px 15px;
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .btn {
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}

.title {
  position: relative;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
}

.title span {
  position: relative;
  z-index: 1;
}

.title b {
  font-weight: inherit;
  color: #0862ee;
}

.title.labeled::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -16px;
  width: 50px;
  height: 50px;
  background: #cfe5ff;
}

.title--lg {
  font-size: 54px;
  line-height: 115%;
}

.title--lg.labeled::before {
  top: -3px;
  width: 62px;
  height: 62px;
}

.title--md {
  font-size: 30px;
  line-height: 120%;
}

.title--md.labeled::before {
  top: -6px;
  left: -14px;
  width: 42px;
  height: 42px;
}

.title--esm {
  font-size: 24px;
  line-height: 120%;
}

.title--esm.labeled::before {
  width: 42px;
  height: 42px;
}

.title.labeled-green::before {
  background: #a7e9be;
}

.title.labeled-purple::before {
  background: #cad2ff;
}

.title.labeled-pale::before {
  background: #fff;
  opacity: 0.15;
}

@media (max-width: 1199px) {
  .title {
    font-size: 30px;
  }

  .title--lg {
    font-size: 46px;
  }

  .title--lg.labeled::before {
    top: -4px;
    width: 52px;
    height: 52px;
  }

  .title--md {
    font-size: 24px;
  }

  .title--md.labeled::before {
    top: -6px;
    left: -10px;
    width: 35px;
    height: 35px;
  }

  .title--esm {
    font-size: 18px;
    line-height: 120%;
  }

  .title--esm.labeled::before {
    top: -9px;
    left: -10px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575px) {
  .title {
    font-size: 26px;
  }

  .title--lg {
    font-size: 36px;
  }

  .title--md {
    font-size: 20px;
  }

  .title--esm {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .title {
    font-size: 24px;
  }

  .title.labeled::before {
    top: -3px;
    left: -13px;
    width: 31px;
    height: 31px;
  }

  .title--lg {
    font-size: 24px;
  }

  .title--lg.labeled::before {
    left: -8px;
  }

  .title--md {
    font-size: 18px;
  }

  .title--md.labeled::before {
    top: -2px;
    left: -8px;
    width: 25px;
    height: 25px;
  }

  .title--esm {
    font-size: 16px;
  }
}

.text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.text--gray {
  color: #72798c;
}

.text--lg {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .text {
    font-size: 14px;
  }

  .text--lg {
    font-size: 16px;
  }
}

@media (max-width: 424px) {
  .text {
    font-size: 12px;
  }
}

.link span {
  position: relative;
}

.link span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  width: 100%;
  height: 1px;
  color: inherit;
  background: currentColor;
  transition: transform 0.3s ease-out;
}

.link:hover span::after {
  transform: scale(1);
}

.link-opacity {
  transition: opacity 0.3s ease;
}

.link-opacity:hover {
  opacity: 0.7;
}

.dots__item {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #0862ee;
}

.dots__item--lg {
  width: 16px;
  height: 16px;
}

.dots__item--md {
  width: 12px;
  height: 12px;
}

.dots__item--sm {
  width: 10px;
  height: 10px;
}

.dots__item--esm {
  width: 8px;
  height: 8px;
}

.dots__item--sq {
  border-radius: 0;
}

.dots__item--lilac {
  background: #cad2ff;
}

.dots__item--bagel {
  border: 4px solid #cad2ff;
  background: transparent;
}

@media (max-width: 575px) {
  .dots__item {
    width: 7px;
    height: 7px;
  }

  .dots__item--lg {
    width: 8px;
    height: 8px;
  }

  .dots__item--md {
    width: 6px;
    height: 6px;
  }

  .dots__item--sm {
    width: 5px;
    height: 5px;
  }

  .dots__item--esm {
    width: 4px;
    height: 4px;
  }
}

.dropdown {
  position: relative;
  z-index: 100;
}

.dropdown__content {
  position: absolute;
  left: 12px;
  bottom: -5px;
  transform: translateY(100%);
  width: auto;
  border-radius: 20px;
  padding: 24px 28px;
  box-shadow: 0px 15px 44px -10px rgba(57, 81, 219, 0.27);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.dropdown__item {
  margin-bottom: 19px;
}

.dropdown__item:last-child {
  margin-bottom: 0;
}

.dropdown__link {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 6px 12px;
  transition: background-color 0.3s ease;
}

.dropdown__link:active {
  background: #f0f2fe;
}

.dropdown__link:active span::after {
  transform: scale(0);
}

.dropdown__link.active {
  background: #f0f2fe;
}

.dropdown__link.active span::after {
  transform: scale(0);
}

.dropdown:hover .dropdown__content {
  opacity: 1;
  visibility: visible;
}

.socials {
  display: flex;
  align-items: center;
}

.socials__item {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.socials__item:last-child {
  margin-right: 0;
}

.socials__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}

.socials__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all ease-out 0.24s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.socials__link img {
  position: relative;
  z-index: 10;
  width: 24px;
  height: 24px;
}

.socials__link:hover::after {
  opacity: 0.15;
  transform: scale(1);
}

.socials--colored .socials__link--phone {
  background: #0862ee;
}

.socials--colored .socials__link--telegram {
  background: #29a5ff;
}

.socials--colored .socials__link--whatsapp {
  background: #2db84b;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10112;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  background: rgba(23, 31, 81, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  overflow: auto;
  display: block;
  transition:
    opacity 0.3s ease,
    visibility 0.3s linear;
}

.modal__window {
  position: relative;
  border-radius: 0;
  margin: 231px auto 0;
  padding: 72px 63px;
  width: 100%;
  border-radius: 20px;
  max-width: 583px;
  background: #fff;
  box-shadow: 0px 26px 44px -10px rgba(57, 81, 219, 0.27);
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 575px) {
  .modal__window {
    margin: 100px auto 0;
    border-radius: 10px;
    padding: 35px 15px;
    max-width: 400px;
  }
}

@media (max-width: 424px) {
  .modal__window {
    max-width: 300px;
  }
}

@media (max-width: 575px) {
  .modal__title {
    margin-left: 20px;
  }
}

.modal__dots .dots__item {
  position: absolute;
  display: block;
}

.modal__dots .dots__item:nth-child(1) {
  top: 27.5%;
  left: 4%;
}

.modal__dots .dots__item:nth-child(2) {
  top: 6.1%;
  left: 34.35%;
}

.modal__dots .dots__item:nth-child(3) {
  top: 20.5%;
  right: 15%;
}

.modal__dots .dots__item:nth-child(4) {
  top: 13%;
  right: 4%;
}

.modal__contnet {
  position: relative;
  z-index: 10;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}

.modal__close svg {
  stroke: #0862ee;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.modal__close:hover {
  opacity: 0.7;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal.open .modal__window {
  opacity: 1;
}

.hamburger {
  justify-content: center;
  align-items: center;
  border: 2px solid #0862ee;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  transition: border-color 0.3s ease;
}

@media (max-width: 575px) {
  .hamburger {
    width: 38px;
    height: 38px;
  }
}

.hamburger__lines {
  position: relative;
  width: 18px;
  height: 14px;
  display: block;
}

.hamburger__line {
  position: absolute;
  left: 0;
  border-radius: 6px;
  width: 100%;
  height: 2px;
  background: #0862ee;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.hamburger__line:nth-child(1) {
  top: 0;
}

.hamburger__line:nth-child(2) {
  top: 6px;
}

.hamburger__line:nth-child(3) {
  top: 12px;
}

.hamburger.active .hamburger__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger.active .hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.header {
  padding: 50px 0;
}

@media (min-width: 1401px) {
  .header .container {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .header {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .header {
    padding: 20px 0 15px;
  }
}

@media (max-width: 424px) {
  .header {
    padding: 14px 0 15px;
  }
}

.header__container {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .header__container {
    position: relative;
    z-index: 101;
  }
}

.header__logo {
  width: 218px;
  height: auto;
  flex-shrink: 0;
}

.header__logo svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .header__logo {
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .header__logo {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .header__logo {
    width: 190px;
    height: 48px;
  }
}

@media (max-width: 575px) {
  .header__logo {
    width: 162px;
    height: auto;
  }
}

@media (max-width: 424px) {
  .header__logo {
    margin-top: 4px;
    width: 125px;
  }
}

.header__nav {
  padding-top: 8px;
  margin-left: 67px;
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .header__nav {
    margin-left: 25px;
  }
}

@media (max-width: 1199px) {
  .header__nav {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .header__nav {
    display: none;
  }
}

.header__links {
  display: flex;
  align-items: center;
}

.header__link {
  margin-right: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
}

.header__link > a {
  border-radius: 6px;
  display: block;
  padding: 6px 12px;
}

.header__link.active a {
  background: #f0f2fe;
}

.header__link:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .header__link {
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .header__link > a {
    padding: 4px 8px;
  }
}

.header__right {
  margin-left: auto;
  text-align: right;
}

@media (min-width: 992px) {
  .header__right a {
    display: block;
  }
}

@media (max-width: 991px) {
  .header__right {
    margin-left: 0;
  }
}

.header__btn {
  margin-left: 48px;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 20px;
}

.header__btn span:first-child {
  display: block;
}

.header__btn span:last-child {
  display: none;
}

@media (max-width: 1200px) {
  .header__btn {
    margin-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header__btn {
    padding: 12px 15px;
  }
}

@media (max-width: 991px) {
  .header__btn {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header__btn span:first-child {
    display: none;
  }

  .header__btn span:last-child {
    display: block;
  }
}

@media (max-width: 575px) {
  .header__btn {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}

.header__callback {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #0862ee;
}

@media (max-width: 991px) {
  .header__callback {
    display: none;
  }
}

.header__phone {
  margin-top: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #202020;
  transition: border-color 0.3s ease;
}

.header__phone svg {
  display: none;
  fill: none;
  stroke: #0862ee;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease;
}

@media (max-width: 1199px) {
  .header__phone {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .header__phone {
    margin-top: 0;
    margin-left: 20px;
    border: 2px solid #0862ee;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__phone span {
    display: none;
  }

  .header__phone svg {
    display: block;
  }
}

@media (max-width: 575px) {
  .header__phone {
    margin-left: 10px;
    width: 38px;
    height: 38px;
  }
}

.header__hamburger {
  margin-right: 20px;
  display: none;
}

@media (max-width: 991px) {
  .header__hamburger {
    display: flex;
  }
}

@media (max-width: 575px) {
  .header__hamburger {
    margin-right: 10px;
  }
}

.header.active .hamburger {
  border-color: #fff;
}

.header.active .hamburger__line {
  background: #fff;
}

.header.active .logo__blue {
  fill: #fff;
}

.header.active .logo__letter {
  fill: #0862ee;
}

.header.active .logo__letters {
  fill: #fff;
}

.header.active .header__btn {
  border-color: #fff;
  color: #fff;
}

.header.active .header__phone {
  border-color: #fff;
}

.header.active .header__phone svg {
  stroke: #fff;
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 105px 0 0;
  width: 100vw;
  height: 100vh;
  background: #0862ee;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  overflow: auto;
}

@media (max-width: 424px) {
  .header-menu {
    padding-top: 60px;
  }
}

.header-menu__wrapper {
  margin-top: 10px;
  padding-left: 68px;
  color: #fff;
}

@media (max-width: 424px) {
  .header-menu__wrapper {
    padding-left: 48px;
  }
}

.header-menu__link {
  padding: 14px 0;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
}

@media (max-width: 424px) {
  .header-menu__link {
    padding: 10px 0;
    font-size: 16px;
  }
}

.header-menu__sublinks {
  margin-top: -4px;
  margin-bottom: 11px;
}

.header-menu__sublinks .header-menu__link {
  padding: 9px 0;
  font-size: 16px;
}

@media (max-width: 424px) {
  .header-menu__sublinks {
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 0;
  }

  .header-menu__sublinks .header-menu__link {
    padding: 5px 0;
    font-size: 12px;
  }
}

.header-menu__phone {
  margin-top: 20px;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

@media (max-width: 424px) {
  .header-menu__phone {
    font-size: 18px;
    margin-top: 10px;
  }
}

.header-menu__callback {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  line-height: 140%;
}

.header-menu__socials {
  margin-top: 28px;
}

@media (max-width: 424px) {
  .header-menu__socials {
    margin-top: 10px;
  }
}

.header-menu.active {
  opacity: 1;
  visibility: visible;
}

.hero {
  padding: 48px 0 125px;
}

@media (max-width: 991px) {
  .hero {
    padding: 45px 0 100px;
  }
}

@media (max-width: 575px) {
  .hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
  }
}

@media (max-width: 424px) {
  .hero {
    padding-top: 26px;
    padding-bottom: 149px;
  }
}

@media (max-width: 390px) {
  .hero {
    padding-top: 26px;
    padding-bottom: 52px;
  }
}

.hero__container {
  position: relative;
}

@media (max-width: 575px) {
  .hero__container {
    padding-left: 29px;
  }
}

.hero__descr {
  margin-top: 50px;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .hero__descr {
    margin-top: 40px;
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .hero__descr {
    margin-top: 30px;
    font-size: 20px;
  }
}

@media (max-width: 424px) {
  .hero__descr {
    margin-top: 21px;
    font-size: 14px;
  }
}

.hero__bottom {
  margin-top: 28px;
  display: flex;
  align-items: center;
}

.hero__bottom .text {
  margin-left: 23px;
}

@media (max-width: 575px) {
  .hero__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__bottom .text {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (max-width: 424px) {
  .hero__bottom {
    margin-top: 13px;
  }

  .hero__bottom .text {
    margin-top: 8px;
  }
}

.hero__btn {
  flex-shrink: 0;
}

.hero__right {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 20px;
  margin-left: -20px;
  margin-top: -20px;
}

@media (max-width: 1400px) {
  .hero__right {
    margin-left: -90px;
  }
}

@media (max-width: 991px) {
  .hero__right {
    margin: 0;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .hero__right {
    overflow: initial;
    margin: 0;
    padding: 0;
  }
}

.hero__dots .dots__item {
  position: absolute;
}

.hero__dots .dots__item:nth-child(1) {
  top: 26%;
  left: -2%;
}

.hero__dots .dots__item:nth-child(2) {
  top: -11%;
  left: 59.6%;
  transform: rotate(45deg);
}

.hero__dots .dots__item:nth-child(3) {
  top: 15.8%;
  left: 46.2%;
}

.hero__dots .dots__item:nth-child(4) {
  top: -19%;
  left: 21.3%;
}

.hero__dots .dots__item:nth-child(5) {
  top: -4%;
  right: -1.5%;
}

.hero__dots .dots__item:nth-child(6) {
  left: 70.2%;
  bottom: -1%;
}

@media (max-width: 1199px) {
  .hero__dots .dots__item:nth-child(1) {
    left: -0.5%;
  }

  .hero__dots .dots__item:nth-child(3) {
    left: 48.2%;
  }

  .hero__dots .dots__item:nth-child(5) {
    right: 0.5%;
  }
}

@media (max-width: 991px) {
  .hero__dots .dots__item:nth-child(1) {
    top: 21%;
    left: -4.5%;
  }

  .hero__dots .dots__item:nth-child(2) {
    top: -5%;
    left: 89.6%;
  }

  .hero__dots .dots__item:nth-child(3) {
    top: 11.8%;
    left: 64.2%;
  }

  .hero__dots .dots__item:nth-child(4) {
    top: -5%;
    left: 34.3%;
  }

  .hero__dots .dots__item:nth-child(5) {
    top: 35%;
    right: 0.5%;
  }

  .hero__dots .dots__item:nth-child(6) {
    left: 70.2%;
    bottom: -1%;
  }
}

@media (max-width: 575px) {
  .hero__dots .dots__item:nth-child(1) {
    top: 19%;
    left: 1.5%;
  }

  .hero__dots .dots__item:nth-child(2) {
    display: none;
  }

  .hero__dots .dots__item:nth-child(3) {
    top: 6.8%;
    left: 95.2%;
  }

  .hero__dots .dots__item:nth-child(4) {
    top: -3%;
    left: 48.3%;
  }

  .hero__dots .dots__item:nth-child(5) {
    display: none;
  }

  .hero__dots .dots__item:nth-child(6) {
    display: none;
  }
}

@media (max-width: 424px) {
  .hero__dots .dots__item:nth-child(1) {
    top: 14.54%;
    left: 1.5%;
  }

  .hero__dots .dots__item:nth-child(3) {
    top: 6.2%;
    left: 85.9%;
  }

  .hero__dots .dots__item:nth-child(4) {
    top: -3.1%;
    left: 40.5%;
  }
}

.hero__text {
  margin-top: 20px;
  max-width: 635px;
  font-weight: 400;
  margin-left: 10px;
}

.hero__text:first-of-type {
  margin-top: 0;
}

.hero__side-text {
  margin-right: 5px;
  font-weight: normal;
  margin-top: 17px;
  text-align: right;
  max-width: 347px;
}

.hero--other-pages {
  padding: 48px 0 112px;
}

.hero--other-pages .hero__right {
  margin: 0;
  padding: 0;
  padding-right: 7px;
}

.hero--other-pages .hero__title {
  margin-bottom: 23px;
}

.hero--other-pages .hero__socials {
  margin-top: 25px;
  margin-left: 10px;
}

.hero--other-pages .hero__btn img {
  margin-right: 10px;
}

.hero--other-pages .hero__dots .dots__item:nth-child(1) {
  top: -30%;
  left: -3%;
}

.hero--other-pages .hero__dots .dots__item:nth-child(2) {
  top: -26%;
  left: 87.1%;
}

.hero--other-pages .hero__dots .dots__item:nth-child(3) {
  top: -5.2%;
  left: 57.2%;
}

.hero--other-pages .hero__dots .dots__item:nth-child(4) {
  top: 54%;
  left: 38.4%;
}

.hero--other-pages .hero__dots .dots__item:nth-child(5) {
  top: 50%;
  right: 27.5%;
}

.hero--other-pages .hero__dots .dots__item:nth-child(6) {
  left: 53.2%;
  bottom: -24%;
  transform: rotate(-85deg);
}

@media (max-width: 991px) {
  .hero--other-pages .hero__right {
    margin-top: 40px;
  }

  .hero--other-pages .hero__dots .dots__item:nth-child(2) {
    top: -18%;
  }
}

@media (max-width: 576px) {
  .circuit {
    display: none;
  }
}

.circuit__card {
  position: absolute;
  z-index: 11;
  width: 120px;
  height: 120px;
  transform: rotate(45deg);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.circuit__card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  border-radius: 10px;
  width: 120px;
  height: 120px;
  background: #d6dcfe;
  transition:
    transform 0.3s ease,
    opacity 0.1s ease;
}

.circuit__card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid #0862ee;
  background: #fff;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.circuit__card:hover::before {
  transform: translate(-50%, -50%) rotate(25deg);
}

.circuit__card.active {
  border-radius: 20px;
  box-shadow: 22px 22px 16px -15px rgba(0, 68, 173, 0.29);
}

.circuit__card.active::before {
  opacity: 0;
}

.circuit__card.active::after {
  border-color: #325488;
  background: #325488;
}

.circuit__card.active .circuit__caption {
  opacity: 0;
  transform: translateY(20px) scale(0.5);
}

.circuit__card.active .circuit__icon {
  transform: scale(1.8) translateY(11px);
}

.circuit__card.active .circuit__icon-part {
  stroke: #fff;
}

.circuit__card:nth-child(1) {
  top: 23px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.circuit__card:nth-child(2) {
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
}

.circuit__card:nth-child(3) {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.circuit__card:nth-child(4) {
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.circuit__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  width: 120px;
  height: 120px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

@media (max-width: 575px) {
  .circuit__inner {
    transform: rotate(-135deg);
  }
}

.circuit__icon {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.circuit__icon-part {
  stroke: #cfe5ff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease;
}

.circuit__caption {
  margin-top: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  color: #0862ee;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

@media (max-width: 424px) {
  .circuit__caption {
    margin-top: 16px;
  }
}

@media (max-width: 1199px) {
  .circuit__left-wrapper {
    position: relative;
    z-index: 1;
    transform: scale(0.8);
    margin-left: -50px;
  }
}

@media (max-width: 991px) {
  .circuit__left-wrapper {
    transform: unset;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .circuit__left-wrapper {
    margin-left: -70px;
    transform: scale(0.8);
  }
}

@media (max-width: 575px) {
  .circuit__left-wrapper {
    margin-left: 0;
    margin-top: -35px;
  }
}

@media (max-width: 424px) {
  .circuit__left-wrapper {
    margin-left: -30px;
    margin-top: -23px;
    transform: scale(0.82);
  }
}

.circuit__left {
  position: relative;
  margin-top: -10px;
  margin-left: -18px;
  z-index: 1;
  width: 384px;
  height: 384px;
  transition: transform 0.3s ease-out;
}

@media (max-width: 1199px) {
  .circuit__left {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .circuit__left {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .circuit__left {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

.circuit__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 251px;
  height: 251px;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.circuit__center img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.circuit__text-block {
  position: absolute;
  top: 25px;
  right: 8px;
  width: 307px;
}

@media (max-width: 1199px) {
  .circuit__text-block {
    right: 0;
    width: 250px;
  }
}

@media (max-width: 991px) {
  .circuit__text-block {
    right: 0;
    width: 360px;
  }
}

@media (max-width: 767px) {
  .circuit__text-block {
    width: 290px;
  }
}

@media (max-width: 575px) {
  .circuit__text-block {
    top: unset;
    right: unset;
    left: 25px;
    bottom: 70px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 424px) {
  .circuit__text-block {
    left: 23px;
    bottom: 62px;
    width: calc(100% - 55px);
  }
}

.circuit__list {
  margin-top: 26px;
  padding-left: 29px;
}

@media (max-width: 1199px) {
  .circuit__list {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .circuit__list {
    padding-left: 29px;
  }
}

@media (max-width: 575px) {
  .circuit__list {
    margin-top: 10px;
    padding-left: 6px;
  }
}

@media (max-width: 424px) {
  .circuit__list {
    margin-top: 11px;
    padding-left: 6px;
  }
}

.circuit__item {
  position: relative;
  margin-bottom: 13px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.circuit__item::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #0862ee;
}

.circuit__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .circuit__item {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .circuit__item {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .circuit__item {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

@media (max-width: 424px) {
  .circuit__item {
    margin-bottom: 7px;
    padding-left: 14px;
    font-size: 12px;
  }

  .circuit__item::before {
    top: 5px;
    width: 5px;
    height: 5px;
  }
}

.circuit__tab {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 63px 37px 60px 67px;
  background: #f0f2fe;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(120%);
  transition: all 0.2s linear;
}

.circuit__tab.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  transition: all 0.4s ease;
  padding-top: 14px;
}

@media (max-width: 1199px) {
  .circuit__tab {
    padding: 30px 25px;
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .circuit__tab {
    padding: 63px 37px 60px 67px;
  }
}

@media (max-width: 767px) {
  .circuit__tab {
    padding: 40px 35px;
  }
}

@media (max-width: 575px) {
  .circuit__tab {
    padding: 45px 7px 18px 32px;
    top: unset;
    left: unset;
    transform: translateY(100%);
  }
}

@media (max-width: 424px) {
  .circuit__tab {
    padding: 47px 7px 14px 32px;
  }
}

.features {
  padding: 66px 0 120px;
  background: linear-gradient(to bottom, #eff1fd, #fafafc);
}

@media (max-width: 575px) {
  .features {
    padding: 60px 0;
  }
}

@media (max-width: 424px) {
  .features {
    padding: 10px 0 36px;
  }
}

.features__item {
  padding: 0 7px;
  max-width: 294px;
}

@media (max-width: 767px) {
  .features__item {
    margin-bottom: 20px;
    max-width: unset;
  }

  .features__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .features__item {
    padding: 0 12px;
  }
}

@media (max-width: 424px) {
  .features__item {
    margin-bottom: 13px;
  }
}

.features__inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #fff;
  min-height: 100%;
  box-shadow: 0px 26px 44px -10px rgba(57, 81, 219, 0.27);
}

.features__item-top {
  padding: 37px 34px 28px;
  background: #fff;
}

@media (max-width: 1400px) {
  .features__item-top {
    padding: 25px 25px 28px;
  }
}

@media (max-width: 1199px) {
  .features__item-top {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .features__item-top {
    padding: 37px 34px 28px;
  }
}

@media (max-width: 424px) {
  .features__item-top {
    padding: 23px 53px 17px 24px;
  }
}

.features__item-bottom {
  padding: 23px 32px;
  background: #f0f2fe;
  display: flex;
  align-items: center;
}

.features__item-bottom img {
  margin-right: 7px;
}

@media (max-width: 1199px) {
  .features__item-bottom {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .features__item-bottom {
    padding: 23px 32px;
  }
}

@media (max-width: 424px) {
  .features__item-bottom {
    padding: 10px 36px;
  }
}

.features__bottom-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #788ec7;
}

@media (max-width: 1199px) {
  .features__bottom-text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .features__bottom-text {
    font-size: 14px;
  }
}

.features__item-text {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .features__item-text {
    font-size: 16px;
  }
}

@media (max-width: 424px) {
  .features__item-text {
    margin-top: 6px;
    font-size: 12px;
  }
}

.features__bottom {
  margin-top: 37px;
}

@media (max-width: 991px) {
  .features__bottom {
    margin-top: 50px;
  }
}

.features__icon-wrapper {
  position: relative;
  z-index: 11;
  width: 203px;
  height: 203px;
  transform: rotate(23.52deg);
  transition: box-shadow 0.3s ease;
}

.features__icon-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(22deg);
  border-radius: 20px;
  width: 203px;
  height: 203px;
  background: #e0e1f9;
  opacity: 0.6;
  transition:
    transform 0.3s ease,
    opacity 0.1s ease;
}

.features__icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  box-shadow: 0px 26px 44px -10px rgba(57, 81, 219, 0.27);
  background: #fff;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

@media (max-width: 1199px) {
  .features__icon-wrapper {
    margin-left: 20px;
    width: 160px;
    height: 160px;
  }

  .features__icon-wrapper::before {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 991px) {
  .features__icon-wrapper {
    margin-top: 50px;
    margin-left: 0;
    width: 140px;
    height: 140px;
  }

  .features__icon-wrapper::before {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 575px) {
  .features__icon-wrapper {
    width: 90px;
    height: 90px;
  }

  .features__icon-wrapper::before {
    border-radius: 8px;
    width: 90px;
    height: 90px;
  }

  .features__icon-wrapper::after {
    border-radius: 8px;
  }
}

@media (max-width: 424px) {
  .features__icon-wrapper {
    margin-top: 0;
    margin-left: -15px;
  }

  .features__icon-wrapper::before {
    border-radius: 6px;
    width: 98px;
  }

  .features__icon-wrapper::after {
    border-radius: 9px;
  }
}

.features__icon-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 203px;
  transform: rotate(-23.52deg);
  transform-origin: 50% 50%;
}

@media (max-width: 1199px) {
  .features__icon-inner {
    width: 160px;
    height: 160px;
  }

  .features__icon-inner img {
    width: 80px;
  }
}

@media (max-width: 991px) {
  .features__icon-inner {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 575px) {
  .features__icon-inner {
    width: 90px;
    height: 90px;
  }

  .features__icon-inner img {
    width: 55px;
  }
}

@media (max-width: 424px) {
  .features__icon-inner img {
    width: 50px;
  }
}

.features__btm-right {
  padding-top: 51px;
  padding-left: 62px;
}

@media (max-width: 767px) {
  .features__btm-right {
    padding-left: 50px;
  }
}

@media (max-width: 575px) {
  .features__btm-right {
    padding-left: 35px;
  }
}

@media (max-width: 424px) {
  .features__btm-right {
    padding-top: 0;
    padding-left: 46px;
  }
}

.features__btm-left {
  position: relative;
}

.features__title-wrapper {
  padding-top: 24px;
}

@media (max-width: 991px) {
  .features__title-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .features__title-wrapper {
    padding-left: 25px;
  }
}

@media (max-width: 424px) {
  .features__title-wrapper {
    margin-bottom: 18px;
    padding-left: 21px;
  }
}

.features__bottom-title.labeled::before {
  top: unset;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .features__bottom-title.labeled::before {
    top: -10px;
    bottom: unset;
  }
}

@media (max-width: 424px) {
  .features__bottom-title.labeled::before {
    top: -6px;
    left: -12px;
    width: 26px;
    height: 26px;
  }
}

.features__bottom-txt {
  margin-top: 6px;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .features__bottom-txt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 575px) {
  .features__bottom-txt {
    font-size: 14px;
  }
}

@media (max-width: 424px) {
  .features__bottom-txt {
    margin-top: 15px;
    font-size: 12px;
  }
}

.features__btn {
  margin-top: 19px;
}

@media (max-width: 424px) {
  .features__btn {
    margin-top: 13px;
  }
}

.features__dots .dots__item {
  position: absolute;
  display: block;
}

.features__dots .dots__item:nth-child(1) {
  top: -22%;
  left: -11%;
  transform: rotate(45deg);
}

.features__dots .dots__item:nth-child(2) {
  left: 4%;
  bottom: -38%;
}

.features__dots .dots__item:nth-child(3) {
  top: -1%;
  right: 24%;
}

@media (max-width: 1199px) {
  .features__dots .dots__item:nth-child(1) {
    top: -22%;
    left: 3%;
  }

  .features__dots .dots__item:nth-child(2) {
    left: 7%;
    bottom: -18%;
  }

  .features__dots .dots__item:nth-child(3) {
    top: -1%;
    right: 8%;
  }
}

@media (max-width: 991px) {
  .features__dots .dots__item:nth-child(1) {
    top: -10%;
    left: 3%;
  }

  .features__dots .dots__item:nth-child(2) {
    left: 0%;
    bottom: -8%;
  }

  .features__dots .dots__item:nth-child(3) {
    top: 9%;
    right: -6%;
  }
}

@media (max-width: 575px) {
  .features__dots .dots__item:nth-child(1) {
    top: 6%;
    left: 3%;
  }

  .features__dots .dots__item:nth-child(2) {
    left: 0;
    bottom: 20%;
  }

  .features__dots .dots__item:nth-child(3) {
    top: 2%;
    right: -26%;
  }
}

@media (max-width: 424px) {
  .features__dots .dots__item:nth-child(1) {
    display: none;
  }

  .features__dots .dots__item:nth-child(2) {
    left: -7px;
    bottom: 36%;
  }

  .features__dots .dots__item:nth-child(3) {
    top: -2%;
    right: -11%;
  }
}

.capabilities {
  padding: 66px 0 46px;
}

@media (max-width: 1199px) {
  .capabilities {
    padding: 50px 0 40px;
  }
}

@media (max-width: 424px) {
  .capabilities {
    padding: 36px 0 0;
    position: relative;
    overflow: hidden;
  }
}

.capabilities__top {
  align-items: center;
}

.capabilities__main-content {
  margin-top: 54px;
}

@media (max-width: 767px) {
  .capabilities__main-content {
    position: relative;
    flex-direction: column-reverse;
    display: none;
  }
}

@media (max-width: 424px) {
  .capabilities__main-content {
    margin-top: 41px;
  }
}

.capabilities__mobile-content {
  display: none;
}

@media (max-width: 767px) {
  .capabilities__mobile-content {
    display: block;
  }
}

@media (max-width: 424px) {
  .capabilities__main-title {
    margin-left: 9px;
  }
}

@media (max-width: 991px) {
  .capabilities__btn-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .capabilities__btn-wrapper {
    margin-top: 15px;
  }
}

@media (max-width: 424px) {
  .capabilities__btn-wrapper {
    margin-top: 10px;
    padding-left: 9px;
  }
}

.capabilities__controls {
  position: relative;
  z-index: 10;
  max-width: 315px;
  margin-top: 33px;
}

@media (max-width: 1199px) {
  .capabilities__controls {
    max-width: 285px;
  }
}

@media (max-width: 991px) {
  .capabilities__controls {
    margin-top: 0;
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .capabilities__controls {
    position: static;
    margin-top: 18px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 424px) {
  .capabilities__controls {
    padding-left: 0;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .capabilities__control-item {
    margin-bottom: 4px;
  }
}

.capabilities__control {
  margin-bottom: 11px;
  padding: 9px 35px;
  font-size: 17px;
  line-height: 120%;
  text-align: left;
  justify-content: flex-start;
  transition:
    width 0.3s ease,
    margin 0.3s ease;
}

.capabilities__control span {
  max-width: 220px;
}

.capabilities__control.active {
  margin-bottom: 15px;
  width: 350px;
  border-color: #325488;
  background: #325488;
  color: #fff;
  box-shadow: 22px 22px 16px 0 rgba(0, 68, 173, 0.29);
}

@media (max-width: 1199px) {
  .capabilities__control {
    padding: 8px 20px;
    font-size: 16px;
  }

  .capabilities__control.active {
    width: 320px;
  }
}

@media (max-width: 991px) {
  .capabilities__control {
    padding: 8px 15px;
    font-size: 16px;
  }

  .capabilities__control.active {
    width: auto;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .capabilities__control {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    padding: 12px 18px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .capabilities__control.active {
    width: 100%;
    margin: 0;
    margin-bottom: -15px;
  }

  .capabilities__control span {
    max-width: unset;
  }
}

@media (max-width: 424px) {
  .capabilities__control {
    margin-bottom: 0;
    border-radius: 8px;
    padding: 10px 13px;
    font-size: 12px;
    line-height: 120%;
    margin-left: 9px;
    width: calc(100% - 9px);
  }

  .capabilities__control.active {
    width: 97%;
    left: unset;
    margin-bottom: -20px;
    right: -10px;
  }
}

.capabilities__wrapper {
  padding-left: 20px;
}

.capabilities__wrapper-inner {
  position: relative;
  overflow: hidden;
  background: #f0f2fe;
  border-radius: 20px;
  padding: 57px 60px 67px 91px;
  min-height: 100%;
}

@media (max-width: 1199px) {
  .capabilities__wrapper-inner {
    padding: 35px 30px 40px 60px;
  }
}

@media (max-width: 991px) {
  .capabilities__wrapper {
    padding-left: 12px;
  }

  .capabilities__wrapper-inner {
    padding: 35px 30px;
  }
}

@media (max-width: 767px) {
  .capabilities__wrapper-inner {
    padding: 65px 30px 40px;
  }
}

@media (max-width: 575px) {
  .capabilities__wrapper-inner {
    padding: 45px 20px 40px;
  }
}

@media (max-width: 424px) {
  .capabilities__wrapper-inner {
    padding: 33px 18px 30px;
  }
}

.capabilities__items-wrapper {
  position: static;
  max-height: 0;
  width: 100%;
  transform: unset;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.3s linear;
}

.capabilities__items-wrapper.active {
  position: static;
  max-height: 1000px;
  transition: max-height 0.3s linear;
}

.capabilities__items-wrapper.active .capabilities__items {
  margin-bottom: 5px;
}

.capabilities__items {
  position: absolute;
  top: 57px;
  left: 91px;
  width: calc(100% - 151px);
  transform: translateX(120%);
  opacity: 0;
  transition:
    transform 0.3s linear,
    opacity 0.1s linear,
    max-height 0.3s ease;
}

.capabilities__items.active {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0);
  opacity: 1;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease,
    max-height 0.3s ease;
}

@media (max-width: 767px) {
  .capabilities__items {
    position: static;
    width: 100%;
    transform: unset;
    opacity: 1;
    transition: unset;
  }
}

@media (max-width: 767px) {
  .capabilities__items {
    padding: 65px 30px 40px;
    background: #f0f2fe;
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  .capabilities__items {
    padding: 45px 20px 40px;
  }
}

@media (max-width: 424px) {
  .capabilities__items {
    padding: 33px 18px 30px;
  }
}

.capabilities__item {
  display: flex;
  margin-bottom: 58px;
}

.capabilities__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 424px) {
  .capabilities__item {
    margin-bottom: 28px;
  }
}

.capabilities__icon-wrapper {
  position: relative;
  z-index: 11;
  margin-top: 14px;
  margin-right: 43px;
  width: 76px;
  height: 76px;
  transform: rotate(23.52deg);
  transition: box-shadow 0.3s ease;
}

.capabilities__icon-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(22deg);
  border-radius: 10px;
  width: 76px;
  height: 76px;
  background: #e0e1f9;
  opacity: 0.6;
  transition:
    transform 0.3s ease,
    opacity 0.1s ease;
}

.capabilities__icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0px 26px 44px -10px rgba(57, 81, 219, 0.27);
  background: #fff;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

@media (max-width: 575px) {
  .capabilities__icon-wrapper {
    margin-right: 25px;
    width: 46px;
    height: 46px;
  }

  .capabilities__icon-wrapper::before {
    border-radius: 6px;
    width: 46px;
    height: 46px;
  }

  .capabilities__icon-wrapper::after {
    border-radius: 6px;
  }
}

@media (max-width: 424px) {
  .capabilities__icon-wrapper {
    margin-right: 32px;
    margin-top: 14px;
  }
}

.capabilities__icon-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  transform: rotate(-23.52deg);
  transform-origin: 50% 50%;
}

.capabilities__icon-inner img {
  width: 48px;
  height: 48px;
}

@media (max-width: 575px) {
  .capabilities__icon-inner {
    width: 46px;
    height: 46px;
  }

  .capabilities__icon-inner img {
    width: 30px;
    height: 30px;
  }
}

.capabilities__strip {
  display: block;
  border-radius: 6px;
  width: 29px;
  height: 4px;
  background: #0862ee;
}

@media (max-width: 424px) {
  .capabilities__strip {
    width: 16px;
    height: 2px;
  }
}

.capabilities__title {
  margin-top: 11px;
}

@media (max-width: 424px) {
  .capabilities__title {
    margin-top: 5px;
  }
}

.capabilities__descr {
  margin-top: 16px;
  font-weight: 400;
}

@media (max-width: 424px) {
  .capabilities__descr {
    margin-top: 9px;
  }
}

.integration {
  position: relative;
  overflow: hidden;
}

.integration .container {
  padding-top: 40px;
  padding-bottom: 150px;
}

@media (max-width: 1199px) {
  .integration .container {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .integration .container {
    padding-bottom: 600px;
  }
}

@media (max-width: 424px) {
  .integration {
    height: unset;
    overflow: initial;
    z-index: 10;
  }

  .integration .container {
    padding-top: 34px;
    padding-bottom: 65px;
  }
}

.integration__main-content {
  margin-top: 78px;
}

@media (max-width: 1199px) {
  .integration__main-content {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .integration__main-content {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .integration__main-content {
    margin-top: 0;
  }
}

.integration__title {
  padding-left: 9px;
}

.integration__title br {
  display: none;
}

@media (max-width: 424px) {
  .integration__title {
    padding-left: 0;
    margin-left: 13px;
  }

  .integration__title br {
    display: block;
  }
}

.integration__modal {
  display: none;
}

@media (max-width: 991px) {
  .integration__left {
    position: relative;
  }
}

.integration__right {
  position: relative;
  max-width: 362px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .integration__right {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .integration__right {
    padding: 0;
    position: static;
  }
}

.integration__strip {
  display: block;
  border-radius: 6px;
  width: 29px;
  height: 4px;
  background: #0862ee;
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
}

.integration__initial-title {
  margin-top: 20px;
  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

.integration__descr {
  margin-top: 22px;
  font-weight: 400;
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
}

.integration__tab {
  position: absolute;
  top: 10px;
  left: -43px;
  border-radius: 20px;
  padding: 50px 37px 100px 58px;
  width: 397px;
  background: #f0f2fe;
  opacity: 0;
  transform: translateX(30%);
  visibility: hidden;
  transition: all 0.6s ease;
}

.integration__tab .integration__subtitle {
  transform: translateX(20%);
  opacity: 0.2;
}

.integration__tab.active {
  opacity: 1;
  transform: translate(0);
  z-index: 10;
  visibility: visible;
}

.integration__tab.active .integration__subtitle {
  transform: translateX(0);
  opacity: 1;
}

.integration__tab.active .integration__item {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1400px) {
  .integration__tab {
    left: 0;
    padding: 30px 20px 30px 30px;
    width: 325px;
  }
}

@media (max-width: 1199px) {
  .integration__tab {
    padding: 50px 30px 70px 30px;
  }
}

@media (max-width: 991px) {
  .integration__tab {
    left: -30px;
    width: 325px;
  }
}

@media (max-width: 767px) {
  .integration__tab {
    top: 56%;
    right: 40px;
    left: unset;
    transform: translateY(-50%) translateX(30%);
  }

  .integration__tab.active {
    transform: translateY(-50%);
  }
}

@media (max-width: 424px) {
  .integration__tab {
    border-radius: 10px;
    padding: 26px 20px 30px 32px;
    right: 10%;
    width: 78%;
    min-width: 250px;
    background: #fff;
    box-shadow: 0px 4px 60px rgba(6, 58, 118, 0.5);
  }
}

.integration__subtitle {
  transition:
    transform 0.3s ease-out 0.1s,
    opacity 0.3s ease 0.1s;
}

.integration__modal-close {
  position: absolute;
  top: 15px;
  right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}

.integration__modal-close:hover {
  opacity: 0.7;
}

@media (max-width: 424px) {
  .integration__modal-close {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
  }

  .integration__modal-close svg {
    width: 12px;
    height: 12px;
  }
}

.integration__list {
  margin-top: 30px;
  padding-left: 15px;
}

@media (max-width: 424px) {
  .integration__list {
    margin-top: 15px;
    padding-left: 0;
  }
}

.integration__item {
  position: relative;
  margin-top: 19px;
  padding-left: 19px;
}

.integration__item:first-child {
  margin-top: 0;
}

.integration__item:nth-child(1) {
  transform: translateX(10%);
  opacity: 0.2;
  transition:
    transform 0.3s ease-out 0.1s,
    opacity 0.3s ease 0.1s;
}

.integration__item:nth-child(2) {
  transform: translateX(25%);
  opacity: 0.2;
  transition:
    transform 0.4s ease-out 0.15s,
    opacity 0.4s ease 0.15s;
}

.integration__item:nth-child(3) {
  transform: translateX(45%);
  opacity: 0.2;
  transition:
    transform 0.5s ease-out 0.2s,
    opacity 0.5s ease 0.2s;
}

.integration__item-title {
  font-weight: 400;
}

.integration__item-text {
  margin-top: 6px;
  font-weight: normal;
}

.integration__item::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #0862ee;
}

.integration__initial-block.hide .integration__strip {
  transform: translateX(80%);
  opacity: 0;
}

.integration__initial-block.hide .integration__initial-title {
  transform: translateX(80%);
  opacity: 0;
}

.integration__initial-block.hide .integration__descr {
  transform: translateX(80%);
  opacity: 0;
}

@media (max-width: 767px) {
  .integration__initial-block {
    display: none;
  }
}

.chart {
  position: relative;
  width: 531px;
  height: 531px;
}

@media (max-width: 1199px) {
  .chart {
    transform: scale(0.8);
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .chart {
    position: absolute;
    transform: scale(0.6);
    margin-top: -30px;
    margin-left: -65px;
  }
}

@media (max-width: 767px) {
  .chart {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    transform: scale(0.72);
  }
}

@media (max-width: 575px) {
  .chart {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.65);
  }
}

@media (max-width: 500px) {
  .chart {
    transform: translateX(-50%) scale(0.56);
  }
}

@media (max-width: 424px) {
  .chart {
    display: block;
    transform: inherit;
    position: relative;
    left: unset;
    margin: 51px auto 0;
    margin-left: 92px;
    width: 151px;
    height: 151px;
  }
}

@media (max-width: 340px) {
  .chart {
    margin-left: 70px;
  }
}

.chart__img {
  margin-left: -5px;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 424px) {
  .chart__img {
    margin-left: 0;
  }

  .chart__img img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.chart__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 11.2% 0 0;
  width: 49.56%;
  height: 49.56%;
  background: #ffffff;
  box-shadow: 0px 1px 25px rgba(5, 81, 199, 0.16);
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #202020;
}

.chart__center b {
  font-weight: inherit;
  color: #0862ee;
}

.chart__center span:first-child {
  margin-bottom: 19px;
  margin-left: -10px;
}

.chart__center span:last-child {
  margin-left: -10px;
}

@media (max-width: 424px) {
  .chart__center {
    padding: 14.2% 0 0;
    width: 56.3%;
    height: 56.3%;
    font-size: 8px;
  }

  .chart__center span:first-child {
    margin-left: 0;
    margin-bottom: 2px;
  }

  .chart__center span:last-child {
    margin-left: 0;
  }
}

.chart__icon-warpper {
  position: relative;
  margin-left: -13px;
  margin-bottom: 23px;
  z-index: 11;
  width: 71.74px;
  height: 71.74px;
}

.chart__icon-warpper::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(32deg);
  width: 100%;
  height: 100%;
  background: #0862ee;
  opacity: 0.2;
}

@media (max-width: 424px) {
  .chart__icon-warpper {
    margin-bottom: 8px;
    margin-left: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
}

.chart__icon-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #0862ee;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 424px) {
  .chart__icon-inner img {
    width: 11px;
    height: 11px;
    display: block;
  }
}

.chart__item {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #0862ee;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition:
    top 0.3s linear,
    right 0.3s linear,
    left 0.3s linear;
}

.chart__item::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 1px;
  background: #cfe5ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.chart__item:hover .chart__circle::after {
  transform: translate(-50%, -50%) scale(1.5);
}

.chart__item.active {
  color: #202020;
}

.chart__item.active .chart__circle {
  box-shadow: 6px 12px 20px -15px rgba(3, 62, 154, 0.43);
}

.chart__item.active .chart__circle::before {
  background: #e4e9f0;
}

.chart__item.active .chart__circle::after {
  background: #325488;
}

.chart__item.active:hover .chart__circle::after {
  transform: translate(-50%, -50%);
  transition: initial;
}

.chart__item--2 .chart__circle {
  width: 42px;
  height: 42px;
}

.chart__item--3 .chart__circle {
  width: 48px;
  height: 48px;
}

.chart__item--4 .chart__circle {
  width: 54px;
  height: 54px;
}

.chart__item--5 .chart__circle {
  width: 58px;
  height: 58px;
}

.chart__item--7 .chart__circle {
  width: 62px;
  height: 62px;
}

.chart__item:nth-child(1) {
  transform: translateX(100%) translateY(-50%);
  top: 50.5%;
  right: 65px;
}

.chart__item:nth-child(1)::before {
  left: 0;
  top: 24px;
  transform: translateX(-100%);
}

.chart__item:nth-child(1) > span {
  margin-left: 11px;
}

.chart__item:nth-child(1).active {
  right: 36px;
}

.chart__item:nth-child(2) {
  top: 64%;
  right: 94px;
  transform: translateX(100%);
}

.chart__item:nth-child(2)::before {
  left: 28px;
  top: 28px;
  transform: translateX(-100%) rotate(26deg);
  transform-origin: 100% 0;
}

.chart__item:nth-child(2) > span {
  margin-left: 11px;
}

.chart__item:nth-child(2).active {
  top: 66.94%;
  right: 64px;
}

.chart__item:nth-child(3) {
  top: 79.5%;
  right: 157px;
  transform: translateX(100%);
}

.chart__item:nth-child(3)::before {
  left: 29px;
  top: 26px;
  transform: translateX(-100%) rotate(51deg);
  transform-origin: 100% 0;
}

.chart__item:nth-child(3) > span {
  margin-left: 11px;
}

.chart__item:nth-child(3).active {
  top: 85.5%;
  right: 131px;
}

.chart__item:nth-child(4) {
  top: 88.2%;
  right: 247px;
  transform: translateX(100%);
  flex-direction: column;
  align-items: flex-start;
}

.chart__item:nth-child(4)::before {
  left: 29px;
  top: 35px;
  transform: translateX(-100%) rotate(77deg);
  transform-origin: 100% 0;
}

.chart__item:nth-child(4) > span {
  margin-top: 7px;
  margin-left: -4px;
}

.chart__item:nth-child(4).active {
  top: 96.2%;
  right: 237px;
}

.chart__item:nth-child(5) {
  top: 88.2%;
  left: -1px;
  transform: translateX(100%);
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.chart__item:nth-child(5)::before {
  right: 26px;
  top: 12px;
  transform: rotate(103deg);
  transform-origin: 100% 0;
}

.chart__item:nth-child(5) .chart__circle {
  margin-right: 8px;
}

.chart__item:nth-child(5) > span {
  margin-top: 12px;
  margin-left: 0px;
}

.chart__item:nth-child(5).active {
  top: 95.2%;
  left: -9px;
}

.chart__item:nth-child(6) {
  top: 81.1%;
  left: -52px;
  flex-direction: row-reverse;
  align-items: flex-start;
  text-align: right;
}

.chart__item:nth-child(6)::before {
  right: 14px;
  top: 14px;
  transform: rotate(129deg);
  transform-origin: 100% 0;
}

.chart__item:nth-child(6) > span {
  margin-right: 11px;
}

.chart__item:nth-child(6).active {
  top: 85.1%;
  left: -69px;
}

.chart__item:nth-child(7) {
  top: 65%;
  left: -113px;
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
}

.chart__item:nth-child(7)::before {
  right: 10px;
  top: 19px;
  transform: rotate(154deg);
  transform-origin: 100% 0;
}

.chart__item:nth-child(7) > span {
  margin-right: 10px;
}

.chart__item:nth-child(7).active {
  top: 68%;
  left: -146px;
}

.chart__item:nth-child(8) {
  top: 46.6%;
  left: -115px;
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
}

.chart__item:nth-child(8)::before {
  right: 10px;
  top: 21px;
  transform: translateX(100%) rotate(180deg);
}

.chart__item:nth-child(8) > span {
  margin-right: 10px;
}

.chart__item:nth-child(8).active {
  left: -148px;
}

.chart__item:nth-child(9) {
  top: 26.6%;
  left: -62px;
  flex-direction: row-reverse;
  align-items: center;
  text-align: right;
}

.chart__item:nth-child(9)::before {
  right: 12px;
  top: 63px;
  transform: translateX(100%) rotate(206deg);
}

.chart__item:nth-child(9) .chart__circle {
  margin-top: 8px;
}

.chart__item:nth-child(9) > span {
  margin-right: 10px;
}

.chart__item:nth-child(9).active {
  top: 23.6%;
  left: -94px;
}

.chart__item:nth-child(10) {
  top: 8.2%;
  left: -66px;
  flex-direction: row-reverse;
  align-items: flex-end;
  text-align: right;
}

.chart__item:nth-child(10)::before {
  right: 49px;
  top: 94px;
  transform: translateX(100%) rotate(232deg);
}

.chart__item:nth-child(10) .chart__circle {
  margin-bottom: -6px;
}

.chart__item:nth-child(10) > span {
  margin-right: 12px;
}

.chart__item:nth-child(10).active {
  top: 2.2%;
  left: -90px;
}

.chart__item:nth-child(11) {
  top: -1%;
  left: 128px;
  flex-direction: column-reverse;
  align-items: flex-end;
  text-align: right;
}

.chart__item:nth-child(11)::before {
  right: 78px;
  top: 114px;
  transform: translateX(100%) rotate(257deg);
}

.chart__item:nth-child(11) .chart__circle {
  margin-right: 7px;
}

.chart__item:nth-child(11) > span {
  margin-bottom: 10px;
}

.chart__item:nth-child(11).active {
  top: -8%;
  left: 120px;
}

.chart__item:nth-child(12) {
  top: -1%;
  left: 284px;
  flex-direction: column-reverse;
  align-items: flex-end;
  text-align: right;
}

.chart__item:nth-child(12)::before {
  right: 101px;
  top: 123px;
  transform: translateX(100%) rotate(283deg);
}

.chart__item:nth-child(12) > span {
  margin-bottom: 13px;
  margin-right: -4px;
}

.chart__item:nth-child(12).active {
  top: -9%;
  left: 294px;
}

.chart__item:nth-child(13) {
  top: 10.9%;
  right: 13px;
  flex-direction: row;
  align-items: flex-start;
}

.chart__item:nth-child(13)::before {
  right: 101px;
  top: 93px;
  transform: rotate(310deg);
}

.chart__item:nth-child(13) > span {
  margin-left: 4px;
  margin-top: 4px;
}

.chart__item:nth-child(13).active {
  top: 4.9%;
  right: -13px;
}

.chart__item:nth-child(14) {
  top: 26%;
  right: -85px;
  flex-direction: row;
  align-items: center;
}

.chart__item:nth-child(14)::before {
  right: 133px;
  top: 54px;
  transform: rotate(335deg);
}

.chart__item:nth-child(14) > span {
  margin-left: 10px;
}

.chart__item:nth-child(14).active {
  top: 23%;
  right: -119px;
}

@media (max-width: 424px) {
  .chart__item {
    font-size: 10px;
    width: 15px;
    height: 15px;
  }

  .chart__item::before {
    display: none;
  }

  .chart__item--2 .chart__circle {
    width: 16px;
    height: 16px;
  }

  .chart__item--3 .chart__circle {
    width: 18px;
    height: 18px;
  }

  .chart__item--4 .chart__circle {
    width: 20px;
    height: 20px;
  }

  .chart__item--5 .chart__circle {
    width: 21px;
    height: 21px;
  }

  .chart__item--6 .chart__circle {
    width: 22px;
    height: 22px;
  }

  .chart__item--9 .chart__circle {
    width: 25px;
    height: 25px;
  }

  .chart__item:nth-child(1) {
    top: 50.5%;
    right: 17px;
  }

  .chart__item:nth-child(1) > span {
    margin-left: 3px;
  }

  .chart__item:nth-child(1).active {
    top: 50.5%;
    right: 17px;
  }

  .chart__item:nth-child(2) {
    top: 64%;
    right: 26px;
  }

  .chart__item:nth-child(2) > span {
    margin-top: 7px;
    margin-left: 6px;
  }

  .chart__item:nth-child(2).active {
    top: 64%;
    right: 26px;
  }

  .chart__item:nth-child(3) {
    top: 78.5%;
    right: 44px;
  }

  .chart__item:nth-child(3) > span {
    white-space: nowrap;
    margin-left: 4px;
    margin-top: 5px;
  }

  .chart__item:nth-child(3).active {
    top: 78.5%;
    right: 44px;
  }

  .chart__item:nth-child(4) {
    top: 85.2%;
    right: 70px;
  }

  .chart__item:nth-child(4) > span {
    margin-top: 3px;
    margin-left: 0;
  }

  .chart__item:nth-child(4).active {
    top: 85.2%;
    right: 70px;
  }

  .chart__item:nth-child(5) {
    top: 9.2%;
    left: 15px;
    flex-direction: row-reverse;
  }

  .chart__item:nth-child(5) .chart__circle {
    margin-right: 0;
    margin-bottom: -4px;
  }

  .chart__item:nth-child(5) > span {
    margin-top: 0;
    margin-right: 3px;
    width: 100px;
    flex-shrink: 0;
  }

  .chart__item:nth-child(5).active {
    top: 9.2%;
    left: 15px;
  }

  .chart__item:nth-child(6) {
    top: 79.1%;
    left: 30px;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .chart__item:nth-child(6) > span {
    margin-right: 7px;
    width: 110px;
    flex-shrink: 0;
  }

  .chart__item:nth-child(6) > span br {
    display: none;
  }

  .chart__item:nth-child(6).active {
    top: 79.1%;
    left: 30px;
  }

  .chart__item:nth-child(7) {
    top: 63%;
    left: 12px;
  }

  .chart__item:nth-child(7) > span {
    margin-right: 5px;
  }

  .chart__item:nth-child(7).active {
    top: 63%;
    left: 12px;
  }

  .chart__item:nth-child(8) {
    top: 44.6%;
    left: 6px;
  }

  .chart__item:nth-child(8) > span {
    margin-right: 5px;
    margin-top: 4px;
  }

  .chart__item:nth-child(8).active {
    top: 44.6%;
    left: 6px;
  }

  .chart__item:nth-child(9) {
    top: 23.6%;
    left: 11px;
  }

  .chart__item:nth-child(9) .chart__circle {
    margin-top: 8px;
  }

  .chart__item:nth-child(9) > span {
    width: 110px;
    flex-shrink: 0;
    margin-right: 2px;
    margin-top: 10px;
    margin-left: 0;
  }

  .chart__item:nth-child(9) > span br:first-child {
    display: none;
  }

  .chart__item:nth-child(9).active {
    top: 23.6%;
    left: 11px;
  }

  .chart__item:nth-child(10) {
    top: 86.2%;
    left: 55px;
    flex-direction: column;
    align-items: flex-end;
  }

  .chart__item:nth-child(10) .chart__circle {
    margin-bottom: -6px;
  }

  .chart__item:nth-child(10) > span {
    margin-top: 10px;
    margin-right: 0;
    width: 153px;
    flex-shrink: 0;
  }

  .chart__item:nth-child(10) > span br {
    display: none;
  }

  .chart__item:nth-child(10).active {
    top: 86.2%;
    left: 55px;
  }

  .chart__item:nth-child(11) {
    top: 4%;
    left: 63px;
  }

  .chart__item:nth-child(11) .chart__circle {
    margin-right: 7px;
  }

  .chart__item:nth-child(11) > span {
    margin-bottom: 4px;
    width: 80px;
    flex-shrink: 0;
  }

  .chart__item:nth-child(11).active {
    top: 4%;
    left: 63px;
  }

  .chart__item:nth-child(12) {
    top: 4%;
    left: 83px;
    align-items: flex-start;
  }

  .chart__item:nth-child(12) > span {
    margin-bottom: 5px;
    margin-right: -4px;
  }

  .chart__item:nth-child(12).active {
    top: 4%;
    left: 83px;
  }

  .chart__item:nth-child(13) {
    top: 6.9%;
    right: 30px;
  }

  .chart__item:nth-child(13) > span {
    margin-left: 4px;
    margin-top: -5px;
  }

  .chart__item:nth-child(13).active {
    top: 6.9%;
    right: 30px;
  }

  .chart__item:nth-child(14) {
    top: 27%;
    right: 12px;
  }

  .chart__item:nth-child(14) > span {
    margin-left: 1px;
    white-space: nowrap;
  }

  .chart__item:nth-child(14).active {
    top: 27%;
    right: 12px;
  }
}

.chart__circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.chart__circle span {
  position: relative;
  z-index: 10;
}

.chart__circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dfebfd;
}

.chart__circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #0862ee;
  transition: transform 0.3s ease;
}

@media (max-width: 424px) {
  .chart__circle {
    font-size: 6px;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
  }

  .chart__circle::after {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
  }
}

.we-have {
  padding: 73px 0 100px;
  background: linear-gradient(180deg, #eff1fd 0%, #fafafc 100%);
}

@media (max-width: 575px) {
  .we-have {
    padding: 60px 0;
  }
}

@media (max-width: 424px) {
  .we-have {
    padding: 35px 0 10px;
    background: linear-gradient(180deg, #eff1fd 0%, #fafafc 80%, #fff);
  }
}

.we-have .container {
  position: relative;
}

@media (max-width: 991px) {
  .we-have__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .we-have__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 424px) {
  .we-have__title {
    margin-left: 9px;
    margin-bottom: 17px;
  }
}

@media (max-width: 424px) {
  .we-have__btn {
    margin-left: 10px;
  }
}

.we-have__items {
  margin-top: 53px;
  margin-left: -24px;
}

@media (max-width: 424px) {
  .we-have__items {
    margin-top: 15px;
    margin-left: -2px;
  }
}

.we-have__item {
  padding: 10px;
}

@media (max-width: 424px) {
  .we-have__item {
    padding: 5px 10px;
  }
}

.we-have__inner {
  border-radius: 20px;
  padding: 48px 40px 55px;
  background: #fff;
  min-height: 100%;
  box-shadow: 0px 26px 44px -10px rgba(57, 81, 219, 0.27);
}

@media (max-width: 1199px) {
  .we-have__inner {
    padding: 28px 35px 30px;
  }
}

@media (max-width: 424px) {
  .we-have__inner {
    border-radius: 8px;
    padding: 22px 24px;
    box-shadow: 0px 9px 16px -3px rgba(57, 81, 219, 0.27);
  }
}

.we-have__strip {
  display: block;
  border-radius: 6px;
  width: 29px;
  height: 4px;
  background: #0862ee;
}

@media (max-width: 424px) {
  .we-have__strip {
    width: 16px;
    height: 3px;
  }
}

.we-have__subtitle {
  margin-top: 20px;
}

@media (max-width: 424px) {
  .we-have__subtitle {
    margin-top: 6px;
  }
}

.we-have__text {
  margin-top: 20px;
  font-weight: normal;
}

@media (max-width: 424px) {
  .we-have__text {
    margin-top: 9px;
  }
}

.we-have__dots .dots__item {
  position: absolute;
  display: block;
}

.we-have__dots .dots__item:nth-child(1) {
  top: 12.1%;
  left: -1%;
  transform: rotate(45deg);
}

.we-have__dots .dots__item:nth-child(2) {
  top: -5.3%;
  left: 7.8%;
}

.we-have__dots .dots__item:nth-child(3) {
  top: 11.8%;
  left: 47.2%;
}

.we-have__dots .dots__item:nth-child(4) {
  top: -6.8%;
  right: -1%;
}

@media (max-width: 1199px) {
  .we-have__dots .dots__item:nth-child(4) {
    right: 0;
  }
}

@media (max-width: 575px) {
  .we-have__dots .dots__item:nth-child(1) {
    top: 9.1%;
    left: 1%;
  }

  .we-have__dots .dots__item:nth-child(2) {
    top: 2.7%;
    left: 93.8%;
  }

  .we-have__dots .dots__item:nth-child(3) {
    display: none;
  }

  .we-have__dots .dots__item:nth-child(4) {
    top: -1.8%;
    left: 20%;
    right: unset;
  }
}

.results {
  padding: 90px 0 83px;
}

@media (max-width: 575px) {
  .results {
    padding: 60px 0;
  }
}

@media (max-width: 424px) {
  .results {
    padding: 10px 0 26px;
  }
}

.results__lg-items {
  margin-top: 80px;
  margin-left: -14px;
  display: flex;
}

@media (max-width: 575px) {
  .results__lg-items {
    margin-top: 60px;
    margin-left: 0;
  }
}

@media (max-width: 424px) {
  .results__lg-items {
    margin-top: 33px;
    padding: 0 6px;
  }
}

@media (max-width: 424px) {
  .results__title {
    margin-left: 10px;
  }
}

.results__item {
  padding: 0 10px;
}

.results__item:nth-child(1) .results__item-inner {
  padding-left: 27px;
}

.results__item:nth-child(2) .results__item-inner {
  padding-left: 27px;
}

.results__item--lg {
  padding: 0;
  display: flex;
  align-items: center;
}

.results__item--lg .results__count {
  font-size: 80px;
  padding-right: 7px;
}

.results__item--lg .results__count::after {
  display: block;
}

.results__item--lg .results__text {
  margin-left: 16px;
  min-height: initial;
  line-height: inherit;
}

.results__item--lg:nth-child(1) {
  margin-right: 39px;
  max-width: 440px;
}

.results__item--lg:nth-child(2) {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .results__item {
    padding: 10px;
  }

  .results__item--lg .results__count {
    font-size: 60px;
  }

  .results__item--lg .results__text {
    margin-left: 8px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .results__item--lg {
    flex-direction: column;
    align-items: flex-start;
  }

  .results__item--lg .results__count {
    font-size: 38px;
  }

  .results__item--lg .results__count::after {
    right: 5px;
    width: 30px;
    height: 60px;
  }

  .results__item--lg .results__text {
    margin-top: 12px;
    margin-left: 0;
    font-size: 18px;
  }

  .results__item--lg:nth-child(1) {
    margin-right: 20px;
  }

  .results__item--lg:nth-child(1) {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .results__item {
    padding: 6px;
  }

  .results__item--lg {
    padding: 0;
  }

  .results__item--lg:nth-child(1) {
    margin-right: 5px;
  }

  .results__item--lg:nth-child(2) {
    margin-right: 25px;
  }
}

@media (max-width: 424px) {
  .results__item {
    padding: 6px;
  }

  .results__item:nth-child(1) .results__item-inner {
    padding-left: 20px;
  }

  .results__item:nth-child(2) .results__item-inner {
    padding-left: 19px;
  }

  .results__item:nth-child(3) .results__item-inner {
    padding: 18px 19px;
  }

  .results__item:nth-child(4) .results__item-inner {
    padding: 18px 19px;
  }

  .results__item--lg {
    padding: 0;
  }

  .results__item--lg .results__text {
    font-size: 12px;
    padding-left: 20px;
  }

  .results__item--lg .results__count {
    font-size: 36px;
  }

  .results__item--lg:nth-child(1) {
    margin-right: 17px;
  }

  .results__item--lg:nth-child(2) {
    margin-right: 12px;
  }
}

@media (max-width: 340px) {
  .results__item--lg:nth-child(1) {
    margin-right: 4px;
  }

  .results__item--lg:nth-child(2) {
    margin-right: 4px;
  }
}

.results__items {
  margin-top: 85px;
  margin-left: -14px;
}

@media (max-width: 991px) {
  .results__items {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .results__items {
    margin-top: 30px;
  }
}

@media (max-width: 424px) {
  .results__items {
    margin-top: 19px;
    margin-left: 2px;
    margin-right: -6px;
  }
}

.results__item-inner {
  background: #f0f2fe;
  border-radius: 20px;
  padding: 38px 33px 40px 37px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.results__item-inner .results__text {
  margin-bottom: 17px;
}

@media (max-width: 1199px) {
  .results__item-inner {
    padding: 25px 15px;
  }
}

@media (max-width: 424px) {
  .results__item-inner {
    border-radius: 8px;
    padding: 17px 15px;
  }

  .results__item-inner .results__text {
    margin-bottom: 7px;
  }
}

.results__item-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
}

.results__item-bottom img {
  margin-right: 12px;
  width: 48px;
  height: 48px;
}

@media (max-width: 424px) {
  .results__item-bottom img {
    margin-right: 6px;
    width: 25px;
    height: 25px;
  }
}

.results__count {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: #202020;
}

.results__count::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 68px;
  height: 130px;
  background: #f0f2fe;
  display: none;
}

.results__count b {
  position: relative;
  z-index: 10;
}

@media (max-width: 575px) {
  .results__count {
    font-size: 38px;
  }
}

@media (max-width: 424px) {
  .results__count {
    font-size: 25px;
  }
}

.results__text {
  min-height: 58px;
  line-height: 19px;
}

@media (max-width: 424px) {
  .results__text {
    min-height: auto;
    font-size: 12px;
    line-height: 15px;
  }
}

.recommendations {
  padding: 73px 0 100px;
  background: linear-gradient(180deg, #eff1fd 0%, #fafafc 100%);
}

.recommendations .container {
  position: relative;
}

@media (max-width: 575px) {
  .recommendations {
    padding: 70px 0 0;
  }
}

@media (max-width: 424px) {
  .recommendations {
    padding: 35px 0 0;
  }
}

@media (max-width: 424px) {
  .recommendations__top {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .recommendations__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .recommendations__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 424px) {
  .recommendations__title {
    margin-bottom: 17px;
  }
}

.recommendations__content {
  position: relative;
  margin-top: 63px;
}

@media (max-width: 575px) {
  .recommendations__content {
    padding: 0;
    margin: 0 -20px;
  }

  .recommendations__content .col {
    padding: 0;
  }
}

.recommendations__slider-wrapper {
  position: relative;
  z-index: 10;
  margin: 0 -70px;
  padding: 0 55px;
}

@media (max-width: 1400px) {
  .recommendations__slider-wrapper {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .recommendations__slider-wrapper {
    margin: 0;
    padding: 0;
  }
}

.recommendations__slider {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .recommendations__slider {
    padding: 50px 0;
  }
}

@media (max-width: 424px) {
  .recommendations__slider {
    padding: 26px 0;
  }
}

.recommendations__arrow {
  margin-top: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #0862ee;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  transform: translateY(-50%);
}

.recommendations__arrow:hover {
  background: #0026ef;
  box-shadow: 0px 10px 40px rgba(0, 38, 239, 0.35);
}

.recommendations__arrow.swiper-button-prev {
  left: 0;
}

.recommendations__arrow.swiper-button-next {
  right: 0;
}

.recommendations__arrow.swiper-button-next svg {
  transform: rotate(180deg);
}

.recommendations__arrow::after {
  display: none;
}

@media (max-width: 575px) {
  .recommendations__arrow {
    display: none;
  }
}

.recommendations__item {
  border-radius: 20px;
  padding: 49px 42px 43px 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: auto;
}

.recommendations__item--empty .recommendations__img-wrapper {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .recommendations__item {
    padding: 30px 25px;
  }
}

@media (max-width: 575px) {
  .recommendations__item {
    border-radius: 10px;
    padding: 30px 24px 34px;
    max-width: 234px;
    box-shadow: 0px 15.7209px 26.6046px -6.04649px rgba(57, 81, 219, 0.27);
  }

  .recommendations__item--empty .recommendations__img-wrapper {
    width: 100%;
    height: 49px;
  }
}

.recommendations__img-wrapper {
  width: 233px;
  height: 81px;
  align-self: center;
}

.recommendations__img-wrapper picture {
  display: contents;
}

.recommendations__img-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .recommendations__img-wrapper {
    width: 180px;
    height: 62px;
  }
}

@media (max-width: 575px) {
  .recommendations__img-wrapper {
    width: 141px;
    height: 49px;
  }
}

.recommendations__text {
  font-weight: normal;
  margin-top: 43px;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
  .recommendations__text {
    margin-top: 25px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 17px;
  }
}

.recommendations__link {
  margin-top: 17px;
  margin-bottom: 41px;
  color: #0862ee;
}

@media (max-width: 575px) {
  .recommendations__link {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 140%;
  }
}

.recommendations__bottom {
  margin-top: auto;
  min-height: 45px;
}

@media (max-width: 575px) {
  .recommendations__bottom {
    font-size: 12px;
    line-height: 150%;
    min-height: 38px;
  }
}

.recommendations__floating-img {
  position: absolute;
  top: -13%;
  left: -8%;
  width: 171px;
  height: 171px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.recommendations__floating-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 575px) {
  .recommendations__floating-img {
    display: none;
  }
}

.recommendations__dots .dots__item {
  position: absolute;
  display: block;
}

.recommendations__dots .dots__item:nth-child(1) {
  top: -7%;
  left: 7.8%;
}

.recommendations__dots .dots__item:nth-child(2) {
  top: 14.6%;
  left: 40.1%;
}

.recommendations__dots .dots__item:nth-child(3) {
  top: -5.2%;
  left: 58.2%;
  transform: rotate(45deg);
}

.recommendations__dots .dots__item:nth-child(4) {
  top: -5.5%;
  right: 0.8%;
}

@media (max-width: 575px) {
  .recommendations__dots .dots__item:nth-child(1) {
    width: 8px;
    height: 8px;
    top: -4%;
    left: 19.8%;
  }

  .recommendations__dots .dots__item:nth-child(2) {
    width: 6px;
    height: 6px;
    top: 9.6%;
    left: 93.1%;
  }

  .recommendations__dots .dots__item:nth-child(3) {
    display: none;
  }

  .recommendations__dots .dots__item:nth-child(4) {
    display: none;
  }
}

.tech-support {
  padding: 80px 0 70px;
  background: #0862ee;
  color: #fff;
}

@media (max-width: 575px) {
  .tech-support {
    padding: 40px 0;
  }
}

@media (max-width: 424px) {
  .tech-support {
    padding: 34px 0;
  }
}

.tech-support__title {
  max-width: 472px;
}

@media (max-width: 991px) {
  .tech-support__title {
    max-width: unset;
  }
}

@media (max-width: 424px) {
  .tech-support__title {
    margin-left: 10px;
  }
}

.tech-support__cards {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 424px) {
  .tech-support__cards {
    margin-top: 34px;
    padding-left: 5px;
    gap: 11px;
  }
}

.tech-support__card {
  position: relative;
  z-index: 11;
  width: 271px;
  height: 146px;
  transition: box-shadow 0.3s ease;
}

.tech-support__card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(8deg);
  border-radius: 20px;
  width: 271px;
  height: 146px;
  background: #fff;
  opacity: 0.2;
  transition:
    transform 0.3s ease,
    opacity 0.1s ease;
}

.tech-support__card:last-child::before {
  transform: translate(-50%, -50%) rotate(-8deg);
}

@media (max-width: 1199px) {
  .tech-support__card {
    width: 245px;
    height: 140px;
  }

  .tech-support__card::before {
    width: 245px;
    height: 140px;
  }
}

@media (max-width: 991px) {
  .tech-support__card {
    width: 315px;
    height: 160px;
  }

  .tech-support__card::before {
    width: 315px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .tech-support__card {
    width: 245px;
    height: 140px;
  }

  .tech-support__card::before {
    width: 245px;
    height: 140px;
  }
}

@media (max-width: 575px) {
  .tech-support__card {
    width: 100%;
    height: auto;
  }

  .tech-support__card::before {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 424px) {
  .tech-support__card:last-child::before {
    top: 40%;
  }

  .tech-support__card::before {
    border-radius: 8px;
  }
}

.tech-support__card-inner {
  position: relative;
  z-index: 10;
  display: flex;
  border-radius: 20px;
  padding: 28px 18px 12px 24px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #202020;
  transform-origin: 50% 50%;
}

@media (max-width: 1199px) {
  .tech-support__card-inner {
    padding: 18px;
  }
}

@media (max-width: 991px) {
  .tech-support__card-inner {
    padding: 28px 18px 12px 24px;
  }
}

@media (max-width: 767px) {
  .tech-support__card-inner {
    padding: 18px;
  }
}

@media (max-width: 575px) {
  .tech-support__card-inner {
    padding: 14px 10px 14px 15px;
  }
}

@media (max-width: 424px) {
  .tech-support__card-inner {
    padding-bottom: 10px;
    border-radius: 9px;
  }
}

.tech-support__card-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.tech-support__card-icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .tech-support__card-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .tech-support__card-icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 575px) {
  .tech-support__card-icon {
    margin-right: 4px;
    width: 14px;
    height: 14px;
  }
}

.tech-support__card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}

@media (max-width: 1199px) {
  .tech-support__card-title {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .tech-support__card-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .tech-support__card-title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .tech-support__card-title {
    font-size: 16px;
  }
}

@media (max-width: 424px) {
  .tech-support__card-title {
    font-size: 12px;
  }
}

.tech-support__card-btm {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .tech-support__card-btm {
    margin-top: 8px;
    align-items: flex-start;
  }
}

@media (max-width: 424px) {
  .tech-support__card-btm {
    margin-top: 6px;
  }
}

.tech-support__card-caption {
  font-size: 15px;
  line-height: 120%;
}

.tech-support__card-caption span:first-child {
  display: block;
}

.tech-support__card-caption span:last-child {
  display: none;
}

@media (max-width: 575px) {
  .tech-support__card-caption {
    font-size: 12px;
  }
}

@media (max-width: 424px) {
  .tech-support__card-caption span:first-child {
    display: none;
  }

  .tech-support__card-caption span:last-child {
    display: block;
  }
}

.tech-support__num {
  margin-top: 4px;
  margin-right: 8px;
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;
  color: #202020;
}

.tech-support__num--lg {
  margin-top: 0;
  margin-right: 0;
  font-size: 63px;
}

@media (max-width: 1199px) {
  .tech-support__num--lg {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .tech-support__num--lg {
    font-size: 63px;
  }
}

@media (max-width: 575px) {
  .tech-support__num {
    margin-top: 0;
    font-size: 30px;
    line-height: 110%;
  }

  .tech-support__num--lg {
    font-size: 30px;
  }
}

@media (max-width: 424px) {
  .tech-support__num {
    margin-right: 3px;
  }

  .tech-support__num--lg {
    margin-top: 4px;
    margin-right: 0;
  }
}

.tech-support__descr {
  margin-top: 48px;
  padding-right: 20px;
  font-weight: normal;
}

@media (max-width: 424px) {
  .tech-support__descr {
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 0;
  }
}

.tech-support__socials {
  margin-top: 20px;
}

@media (max-width: 424px) {
  .tech-support__socials {
    margin-left: 9px;
  }
}

.tech-support__left {
  padding-top: 5px;
  max-width: 584px;
}

@media (max-width: 991px) {
  .tech-support__left {
    max-width: unset;
  }
}

.tech-support__right {
  max-width: 613px;
}

@media (max-width: 1199px) {
  .tech-support__right {
    max-width: 430px;
  }
}

@media (max-width: 991px) {
  .tech-support__right {
    margin-top: 40px;
    max-width: unset;
  }
}

@media (max-width: 424px) {
  .tech-support__right {
    margin-top: 36px;
    padding-left: 21px;
  }
}

.tech-support__window-inner {
  position: relative;
  border-radius: 20px;
  padding: 54px 60px 71px 67px;
  color: #202020;
  background: #fff;
}

@media (max-width: 1199px) {
  .tech-support__window-inner {
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .tech-support__window-inner {
    padding: 35px 60px 50px;
  }
}

@media (max-width: 767px) {
  .tech-support__window-inner {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .tech-support__window-inner {
    padding: 30px 20px;
  }
}

@media (max-width: 424px) {
  .tech-support__window-inner {
    border-radius: 10px;
    padding: 20px 12px;
  }
}

.tech-support__subtitle {
  text-align: center;
}

@media (max-width: 424px) {
  .tech-support__subtitle {
    font-size: 16px;
  }
}

.tech-support__wrapper {
  margin-top: 48px;
  display: flex;
}

@media (max-width: 991px) {
  .tech-support__wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .tech-support__wrapper {
    margin-top: 20px;
  }
}

.tech-support__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 40px 37px 38px;
  background: #f0f2fe;
}

.tech-support__item--sm {
  align-items: center;
  margin-right: 32px;
  padding: 45px 0 52px;
  max-width: 123px;
  background: none;
}

.tech-support__item--sm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 100%;
  background: #f0f2fe;
}

.tech-support__item .tech-support__card-title {
  position: relative;
  z-index: 10;
  margin-top: 10px;
  text-align: center;
}

.tech-support__item > div,
.tech-support__item span,
.tech-support__item p {
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .tech-support__item {
    padding: 20px;
  }

  .tech-support__item--sm {
    margin-right: 10px;
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .tech-support__item {
    padding: 28px 37px 38px;
    flex: 1;
  }

  .tech-support__item--sm {
    flex: unset;
    padding: 15px 0;
    margin-right: 40px;
  }
}

@media (max-width: 575px) {
  .tech-support__item {
    padding: 18px 15px;
    border-radius: 8px;
  }

  .tech-support__item--sm {
    margin-right: 20px;
  }
}

@media (max-width: 424px) {
  .tech-support__item {
    padding: 15px 18px;
  }

  .tech-support__item--sm {
    margin-right: 8px;
    padding: 19px 0 25px;
    max-width: 83px;
  }

  .tech-support__item--sm::after {
    width: 34px;
  }

  .tech-support__item .tech-support__card-title {
    margin-top: 5px;
  }
}

.tech-support__mail-icon {
  width: 48px;
  height: 48px;
}

.tech-support__mail-icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 424px) {
  .tech-support__mail-icon {
    width: 25px;
    height: 25px;
  }
}

.tech-support__floating-icon {
  position: absolute;
  right: 13px;
  bottom: 42px;
  width: 119px;
  height: 119px;
}

.tech-support__floating-icon img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .tech-support__floating-icon {
    bottom: 10px;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 575px) {
  .tech-support__floating-icon {
    right: 8px;
    bottom: 8px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 424px) {
  .tech-support__floating-icon {
    width: 45px;
    height: 45px;
  }
}

.tech-support__micro-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .tech-support__micro-title {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .tech-support__micro-title {
    font-size: 12px;
    padding-right: 10px;
  }
}

.tech-support__list {
  margin-top: 17px;
  margin-left: 5px;
}

@media (max-width: 575px) {
  .tech-support__list {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (max-width: 424px) {
  .tech-support__list {
    margin-top: 12px;
  }
}

.tech-support__list-item {
  margin-bottom: 8px;
  display: grid;
  align-items: center;
  grid-template-columns: 53px auto 1fr;
  gap: 6px;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  color: #202020;
}

.tech-support__list-item span:first-child {
  border-radius: 8px;
  padding: 4px 10px;
  background: #0862ee;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: #fff;
  justify-self: end;
}

.tech-support__list-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .tech-support__list-item {
    font-size: 14px;
  }

  .tech-support__list-item span:first-child {
    font-size: 16px;
    padding: 3px 6px;
  }
}

@media (max-width: 424px) {
  .tech-support__list-item {
    margin-bottom: 2px;
    font-size: 11px;
    gap: 2px;
    grid-template-columns: 33px auto 1fr;
  }

  .tech-support__list-item span:first-child {
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 14px;
  }
}

.updates {
  padding: 83px 0 128px;
}

@media (max-width: 1199px) {
  .updates {
    padding: 80px 0;
  }
}

@media (max-width: 424px) {
  .updates {
    padding: 34px 0;
  }
}

@media (max-width: 424px) {
  .updates__title {
    margin-left: 10px;
  }
}

.updates__descr {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: right;
  color: #202020;
}

@media (max-width: 991px) {
  .updates__descr {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .updates__descr {
    margin-top: 40px;
    text-align: left;
  }
}

@media (max-width: 424px) {
  .updates__descr {
    margin-top: 13px;
    margin-left: 9px;
    font-size: 12px;
  }

  .updates__descr br {
    display: none;
  }
}

.updates__slider-wrapper {
  position: relative;
  z-index: 10;
  margin: 0 -70px;
  padding: 0 55px;
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .updates__slider-wrapper {
    margin: 0;
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .updates__slider-wrapper {
    margin: 30px 0 0;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .updates__content {
    padding: 0;
    margin: 0 -20px;
  }

  .updates__content .col {
    margin: 0;
    padding: 0;
  }
}

.updates__slider {
  position: relative;
  overflow: hidden;
}

.updates__arrow {
  margin-top: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #0862ee;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  transform: translateY(-50%);
}

.updates__arrow:hover {
  background: #0026ef;
  box-shadow: 0px 10px 40px rgba(0, 38, 239, 0.35);
}

.updates__arrow.swiper-button-prev {
  left: 0;
}

.updates__arrow.swiper-button-next {
  right: 0;
}

.updates__arrow.swiper-button-next svg {
  transform: rotate(180deg);
}

.updates__arrow::after {
  display: none;
}

@media (max-width: 575px) {
  .updates__arrow {
    display: none;
  }
}

.updates__item {
  border-radius: 20px;
  padding: 48px 40px;
  background: #f0f2fe;
  height: auto;
}

@media (max-width: 1400px) {
  .updates__item {
    padding: 25px 15px;
  }
}

@media (max-width: 575px) {
  .updates__item {
    border-radius: 10px;
    padding: 30px 20px 24px;
    max-width: 234px;
  }
}

.updates__strip {
  display: block;
  border-radius: 6px;
  width: 29px;
  height: 4px;
  background: #0862ee;
}

@media (max-width: 575px) {
  .updates__strip {
    width: 16px;
    height: 3px;
  }
}

.updates__subtitle {
  margin-top: 15px;
}

@media (max-width: 575px) {
  .updates__subtitle {
    margin-top: 11px;
    font-size: 16px;
    line-height: 120%;
  }
}

.updates__text {
  margin-top: 10px;
  margin-bottom: 29px;
  font-weight: normal;
}

@media (max-width: 575px) {
  .updates__text {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 140%;
  }
}

.updates__link {
  display: flex;
  align-items: center;
  color: #0862ee;
}

.updates__link img {
  margin-right: 6px;
}

@media (max-width: 575px) {
  .updates__link {
    font-size: 12px;
    line-height: 140%;
  }

  .updates__link img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
}

.contact-us {
  padding: 50px 0 60px;
  background: linear-gradient(180deg, #eff1fd 0%, #fafafc 100%);
}

.contact-us .container {
  position: relative;
}

@media (max-width: 424px) {
  .contact-us {
    padding: 29px 0 36px;
  }
}

@media (max-width: 424px) {
  .contact-us__title {
    margin-left: 10px;
  }
}

.contact-us__left {
  padding-top: 48px;
}

@media (max-width: 575px) {
  .contact-us__left {
    padding-top: 0;
  }
}

.contact-us__right {
  max-width: 607px;
}

@media (max-width: 1199px) {
  .contact-us__right {
    max-width: 475px;
  }
}

@media (max-width: 991px) {
  .contact-us__right {
    margin-top: 50px;
    max-width: unset;
  }
}

@media (max-width: 424px) {
  .contact-us__right {
    margin-top: 35px;
  }
}

.contact-us__form {
  border-radius: 20px;
  padding: 54px 63px 60px;
  background: #fff;
  box-shadow: 0px 26px 44px -10px rgba(57, 81, 219, 0.27);
}

@media (max-width: 1199px) {
  .contact-us__form {
    padding: 35px 30px 35px;
  }
}

@media (max-width: 991px) {
  .contact-us__form {
    padding: 55px 80px 60px;
  }
}

@media (max-width: 767px) {
  .contact-us__form {
    padding: 55px 50px;
  }
}

@media (max-width: 575px) {
  .contact-us__form {
    padding: 40px 20px;
  }
}

@media (max-width: 424px) {
  .contact-us__form {
    border-radius: 11px;
    padding: 23px 30px;
  }
}

@media (max-width: 350px) {
  .contact-us__form {
    padding: 23px 15px;
  }
}

.contact-us__items {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .contact-us__items {
    padding-left: 60px;
  }
}

@media (max-width: 575px) {
  .contact-us__items {
    padding: 0;
  }
}

@media (max-width: 424px) {
  .contact-us__items {
    margin-top: 20px;
  }
}

.contact-us__item {
  display: flex;
  margin-top: 43px;
}

.contact-us__item:first-child {
  margin-top: 0;
}

.contact-us__item:last-child {
  margin-top: 62px;
}

.contact-us__item:last-child .contact-us__content {
  padding-top: 0;
}

@media (max-width: 424px) {
  .contact-us__item {
    margin-top: 32px;
  }

  .contact-us__item:last-child {
    margin-top: 28px;
  }

  .contact-us__item:last-child .contact-us__content {
    padding-top: 5px;
  }
}

.contact-us__icon-wrapper {
  position: relative;
  margin-right: 41px;
  z-index: 11;
  width: 76px;
  height: 76px;
  transform: rotate(23.52deg);
  transition: box-shadow 0.3s ease;
}

.contact-us__icon-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(22deg);
  border-radius: 10px;
  width: 76px;
  height: 76px;
  background: #e0e1f9;
  opacity: 0.6;
  transition:
    transform 0.3s ease,
    opacity 0.1s ease;
}

.contact-us__icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0px 26px 44px -10px rgba(57, 81, 219, 0.27);
  background: #fff;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

@media (max-width: 1199px) {
  .contact-us__icon-wrapper {
    margin-right: 30px;
  }
}

@media (max-width: 424px) {
  .contact-us__icon-wrapper {
    margin-right: 29px;
    margin-left: 15px;
    margin-top: 7px;
    width: 50px;
    height: 50px;
  }

  .contact-us__icon-wrapper::before {
    border-radius: 6px;
    width: 50px;
    height: 50px;
  }

  .contact-us__icon-wrapper::after {
    border-radius: 6px;
  }
}

.contact-us__icon-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  transform: rotate(-23.52deg);
  transform-origin: 50% 50%;
}

@media (max-width: 424px) {
  .contact-us__icon-inner {
    width: 50px;
    height: 50px;
  }

  .contact-us__icon-inner img {
    width: 32px;
    height: 32px;
  }
}

.contact-us__content {
  padding-top: 10px;
}

@media (max-width: 424px) {
  .contact-us__content {
    padding-top: 3px;
  }
}

.contact-us__descr {
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  color: #72798c;
}

.contact-us__descr br {
  display: none;
}

@media (max-width: 1199px) {
  .contact-us__descr {
    margin-top: 8px;
    font-size: 16px;
  }
}

@media (max-width: 424px) {
  .contact-us__descr {
    margin-top: 3px;
    font-size: 14px;
  }

  .contact-us__descr br {
    display: block;
  }
}

.contact-us__socials {
  margin-top: 15px;
}

@media (max-width: 424px) {
  .contact-us__socials {
    margin-top: 13px;
  }
}

.contact-us__phone {
  display: block;
  margin-top: 6px;
}

@media (max-width: 424px) {
  .contact-us__phone {
    font-size: 20px;
  }
}

.contact-us__link {
  display: block;
  color: #0862ee;
  margin-top: 9px;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .contact-us__link {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .contact-us__link {
    font-size: 14px;
  }
}

.contact-us__dots .dots__item {
  position: absolute;
  display: block;
}

.contact-us__dots .dots__item:nth-child(1) {
  top: 16.2%;
  left: -3.5%;
}

.contact-us__dots .dots__item:nth-child(2) {
  top: -1.6%;
  left: 22.8%;
}

.contact-us__dots .dots__item:nth-child(3) {
  top: 12.2%;
  left: 39.5%;
}

.contact-us__dots .dots__item:nth-child(4) {
  top: 41.4%;
  left: 29.9%;
}

.contact-us__dots .dots__item:nth-child(5) {
  top: 65.2%;
  left: 46.3%;
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .contact-us__dots .dots__item:nth-child(1) {
    top: 16.2%;
    left: -3.5%;
  }

  .contact-us__dots .dots__item:nth-child(2) {
    top: -1.6%;
    left: 22.8%;
  }

  .contact-us__dots .dots__item:nth-child(3) {
    top: 9.2%;
    left: 69.5%;
  }

  .contact-us__dots .dots__item:nth-child(4) {
    top: 41.4%;
    left: 89.9%;
  }

  .contact-us__dots .dots__item:nth-child(5) {
    top: 33.2%;
    left: 4.3%;
  }
}

@media (max-width: 424px) {
  .contact-form__title {
    font-size: 16px;
  }
}

.contact-form__text {
  margin-top: 14px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #202020;
}

@media (max-width: 1199px) {
  .contact-form__text {
    font-size: 16px;
  }
}

@media (max-width: 424px) {
  .contact-form__text {
    margin-top: 13px;
    padding-right: 20px;
    font-size: 12px;
  }
}

.contact-form__content {
  margin-top: 42px;
}

@media (max-width: 424px) {
  .contact-form__content {
    margin-top: 18px;
  }
}

.contact-form__field-wrapper {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}

.contact-form__field-wrapper:last-child {
  margin-bottom: 0;
}

.contact-form__field-wrapper:focus-within .contact-form__placeholder {
  top: 8.5px;
  font-size: 12px;
}

.contact-form__field-wrapper.correct .contact-form__placeholder {
  top: 8.5px;
  font-size: 12px;
}

@media (max-width: 424px) {
  .contact-form__field-wrapper {
    margin-bottom: 8px;
  }

  .contact-form__field-wrapper:focus-within .contact-form__placeholder {
    top: 5.5px;
    font-size: 10px;
  }

  .contact-form__field-wrapper.correct .contact-form__placeholder {
    top: 5.5px;
    font-size: 10px;
  }
}

.contact-form__input {
  border: 1px solid #dddfec;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 22.5px 28px 8.5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #202020;
  transition: border-color 0.3s ease;
}

.contact-form__input--area {
  min-height: 101px;
  resize: none;
}

.contact-form__input:focus {
  outline: 0;
  border-color: #0862ee;
}

@media (max-width: 424px) {
  .contact-form__input {
    border-radius: 5.5px;
    padding: 17.5px 14px 5.5px;
    font-size: 14px;
    line-height: 18px;
  }

  .contact-form__input--area {
    min-height: 86px;
  }
}

.contact-form__placeholder {
  position: absolute;
  top: 17px;
  left: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #919bb5;
  transition:
    font-size 0.3s ease,
    top 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .contact-form__placeholder {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .contact-form__placeholder {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  .contact-form__placeholder {
    top: 11.5px;
    left: 14px;
    width: calc(100% - 28px);
    font-size: 14px;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.contact-form__submit {
  margin-top: 28px;
  width: 100%;
}

@media (max-width: 424px) {
  .contact-form__submit {
    margin-top: 16px;
  }
}

.footer {
  padding: 62px 0 71px;
  color: #fff;
  background: #325488;
}

@media (max-width: 424px) {
  .footer {
    padding: 37px 0 50px;
  }
}

.footer__container {
  padding-left: 22px;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 299px) 1fr minmax(0, 299px);
  grid-template-rows: auto auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 1199px) {
  .footer__grid {
    grid-template-columns: minmax(0, 249px) 1fr minmax(0, 249px);
  }
}

@media (max-width: 991px) {
  .footer__grid {
    grid-template-columns: minmax(0, 200px) 1fr minmax(0, 200px);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: unset;
  }
}

@media (max-width: 424px) {
  .footer__grid {
    padding: 0 19px;
  }
}

.footer__item--links {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: flex;
  justify-content: space-between;
  padding: 17px 80px 0;
}

.footer__item--bottom {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  align-self: end;
}

.footer__item--controls {
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1400px) {
  .footer__item--links {
    padding: 15px 20px 0;
  }
}

@media (max-width: 991px) {
  .footer__item--links {
    padding: 0;
  }

  .footer__item--controls {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer__item--links {
    margin-top: 45px;
    grid-column: inherit;
    grid-row: inherit;
  }

  .footer__item--btn {
    grid-row: 2 / 3;
  }

  .footer__item--links {
    grid-row: 3 / 4;
    padding: 0 50px;
  }

  .footer__item--bottom {
    margin-top: 45px;
    grid-row: 6 / 7;
  }

  .footer__item--controls {
    margin-top: 54px;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .footer__item--links {
    padding: 0;
  }
}

@media (max-width: 424px) {
  .footer__item--controls {
    margin-top: 46px;
  }
}

.footer__logo {
  width: 167px;
  display: block;
}

.footer__logo svg {
  width: 100%;
  height: auto;
}

@media (max-width: 424px) {
  .footer__logo {
    width: 137px;
  }
}

.footer__caption {
  font-weight: normal;
  margin-top: 15px;
}

@media (max-width: 424px) {
  .footer__caption {
    margin-top: 1px;
  }
}

.footer__copyright {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer__conf {
  font-weight: normal;
  max-width: 256px;
}

.footer__side:last-child .footer__title:first-child {
  margin-bottom: 40px;
}

.footer__title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .footer__title {
    font-size: 17px;
  }
}

.footer__links {
  margin-top: 14px;
}

.footer__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.footer__link a {
  padding: 6px 0;
  display: block;
}

@media (max-width: 991px) {
  .footer__link {
    font-size: 14px;
  }
}

@media (max-width: 424px) {
  .footer__link a {
    padding: 8px 0;
  }
}

.footer__btn {
  padding: 15px 26px;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .footer__btn {
    padding: 12px;
    font-size: 18px;
    line-height: 22px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .footer__btn {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .footer__btn {
    margin-left: 0;
    margin-top: 25px;
    width: 100%;
  }
}

@media (max-width: 424px) {
  .footer__btn {
    margin-top: 27px;
    padding: 7px;
  }
}

.footer__order {
  display: block;
  margin-top: 8px;
}

@media (max-width: 424px) {
  .footer__order {
    margin-top: 3px;
    font-size: 14px;
  }
}

@media (max-width: 424px) {
  .footer__phone {
    font-size: 24px;
  }
}

.footer__socials {
  margin-top: 24px;
}

.contact-modal__fields {
  margin-top: 35px;
}

.contact-modal__submit {
  margin-top: 28px;
  width: 100%;
}

.contact-modal__text {
  margin-top: 20px;
  font-weight: normal;
}

.rates {
  background: linear-gradient(180deg, #ffffff 0%, #fafafc 11.66%);
}

.prices {
  padding: 0 0 94px;
}

.prices__descr {
  margin-top: 16px;
  margin-left: 6px;
  font-weight: normal;
  font-size: 20px;
}

.prices__items {
  margin-top: 58px;
  margin-left: -12px;
}

@media (max-width: 767px) {
  .prices__items {
    margin-top: 40px;
  }
}

.prices__item {
  position: relative;
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 18px 40px;
  min-height: 123px;
  display: grid;
  grid-template-columns: minmax(0, 329px) minmax(0, 210px) 1fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 18px -10px rgba(57, 81, 219, 0.2);
}

.prices__item:last-child {
  margin-bottom: 0;
}

.prices__item--free::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 9px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #20b455;
}

@media (max-width: 1199px) {
  .prices__item {
    grid-template-columns: minmax(0, 240px) minmax(0, 190px) 1fr;
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .prices__item {
    grid-template-columns: minmax(0, 210px) minmax(0, 140px) 1fr;
    gap: 20px;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .prices__item {
    padding: 28px 20px;
    grid-template-columns: 3fr minmax(0, 150px);
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .prices__item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.prices__text {
  font-weight: normal;
}

@media (max-width: 991px) {
  .prices__text {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .prices__text {
    margin-top: 10px;
  }
}

.prices__sum {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .prices__num {
    font-size: 24px;
  }
}

.prices__caption {
  font-weight: normal;
}

@media (max-width: 991px) {
  .prices__caption {
    font-size: 12px;
  }
}

.prices__free {
  margin-top: -3px;
  color: #20b455;
}

.prices__additional {
  margin-top: 112px;
}

@media (max-width: 767px) {
  .prices__additional {
    margin-top: 80px;
  }
}

.text-page {
  padding: 47px 0 73px;
}

.text-page .title--lg {
  margin-bottom: 59px;
}

.text-page .title {
  margin-bottom: 56px;
}

.text-page .title--md {
  margin-bottom: 32px;
}

.text-page .title--esm {
  margin-bottom: 0;
}

.text-page__text {
  margin-top: 24px;
  font-weight: 400;
}

@media (max-width: 575px) {
  .text-page__text {
    margin-top: 15px;
  }
}

.text-page blockquote {
  position: relative;
  margin: 37px 0;
  padding: 15px 0;
  padding-left: 34px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.text-page blockquote::before {
  position: absolute;
  content: '';
  top: 0;
  left: 34px;
  border-radius: 6px;
  width: 29px;
  height: 4px;
  background: #0862ee;
}

.text-page ul {
  list-style: initial;
  padding-left: 37px;
  margin: 20px 0px 31px;
}

.text-page ul li {
  margin-bottom: 10px;
}

.text-page ol {
  list-style: decimal;
  padding-left: 33px;
  margin: 26px 0px 31px;
}

.text-page ol li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .text-page blockquote {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .text-page .title {
    margin-bottom: 35px;
  }

  .text-page .title--lg {
    margin-bottom: 35px;
  }

  .text-page .title--md {
    margin-bottom: 25px;
  }
}

.text-page__controls {
  margin-top: 32px;
  margin-left: -3px;
}

.text-page__btn {
  margin-top: 12px;
}

.text-page__btn--secondary {
  margin-top: 15px;
  padding: 11px 13px;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .text-page__btn--secondary {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 120%;
  }
}

.text-page__text-content {
  margin-top: 29px;
}

.text-page__accent {
  margin: 50px 0;
  border-radius: 20px;
  padding: 36px 40px 36px 48px;
  display: flex;
  background: #f0f2fe;
}

.text-page__accent__white {
  margin: 50px 0;
  border-radius: 20px;
  padding: 36px 40px 36px 48px;
  display: flex;
  background: #ffffff;
}

@media (max-width: 575px) {
  .text-page__accent {
    padding: 30px 20px;
  }
}

.text-page__figure {
  position: relative;
  margin: 50px 0;
  margin-left: -14px;
  padding-bottom: 46px;
  display: flex;
}

.text-page__figure picture {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 840px;
  height: 486px;
  flex-shrink: 0;
}

.text-page__figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-page__figure-caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #72798c;
}

.text-page__figure-caption--right {
  max-width: 318px;
  margin-left: auto;
  margin-top: 39px;
}

.text-page__figure-caption--btm {
  position: absolute;
  left: 14px;
  bottom: 0;
}

@media (max-width: 1440px) {
  .text-page__figure picture {
    border-radius: 10px;
    width: 750px;
    height: 490px;
  }
}

@media (max-width: 1199px) {
  .text-page__figure picture {
    border-radius: 10px;
    width: 600px;
    height: 490px;
  }
}

@media (max-width: 991px) {
  .text-page__figure {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  .text-page__figure picture {
    width: 100%;
    height: 400px;
  }

  .text-page__figure-caption {
    max-width: unset;
    font-size: 14px;
  }

  .text-page__figure-caption--right {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .text-page__figure-caption--btm {
    left: 0;
  }
}

.text-page__file {
  position: relative;
  margin: 24px 0;
  margin-left: -14px;
  border-radius: 20px;
  padding: 28px 36px;
  display: flex;
  background: #f0f2fe;
}

.text-page__file-icon {
  border-radius: 6px;
  margin-top: 0;
  margin-right: 20px;
  width: 46px;
  height: 46px;
}

.text-page__file-icon::before {
  border-radius: 6px;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%) rotate(28deg);
}

.text-page__file-icon .capabilities__icon-inner {
  width: 46px;
  height: 46px;
}

.text-page__file-icon .capabilities__icon-inner img {
  width: 24px;
  height: 24px;
}

.text-page__file-content p {
  font-size: 16px;
  line-height: 140%;
  color: #0862ee;
}

.text-page__file-content span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #72798c;
}

@media (max-width: 575px) {
  .text-page__file {
    padding: 14px 18px;
  }
}

.text-page__link {
  display: block;
  margin: 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0862ee;
}

.text-page__divider {
  margin: 51px 0 15px;
  font-weight: 500;
  font-size: 54px;
  line-height: 87%;
  text-align: center;
  color: #0862ee;
}

@media (max-width: 575px) {
  .text-page__divider {
    margin: 30px 0 15px;
    font-size: 30px;
    line-height: 1;
  }
}

.text-page__table {
  margin: 20px 0;
  display: block;
}

.text-page__table thead,
.text-page__table tbody {
  display: block;
  width: 100%;
}

.text-page__table thead .text-page__row {
  margin-bottom: 8px;
  text-align: left;
  background: none;
}

.text-page__table thead .text-page__row th {
  font-weight: 500;
}

.text-page__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 6px;
  border-radius: 10px;
  padding: 20px 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #202020;
  background: #f0f2fe;
}

@media (max-width: 767px) {
  .text-page__row {
    font-size: 14px;
    padding: 14px 18px;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .text-page__row {
    font-size: 12px;
    padding: 10px 12px;
  }
}

.text-page__cards {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .text-page__cards {
    margin-top: 45px;
  }
}

.text-cards .text-cards__title {
  margin-bottom: 0;
}

.text-cards__descr {
  margin-top: 15px;
  margin-left: 5px;
  font-weight: normal;
  font-size: 20px;
}

@media (max-width: 767px) {
  .text-cards__descr {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .text-cards__descr {
    font-size: 14px;
  }
}

.text-cards__items {
  margin-top: 16px;
  margin-left: -24px;
}

.text-cards__item {
  padding: 10px;
}

.text-cards__item--free .text-cards__inner {
  background: #e5fce3;
}

.text-cards__item--free .text-cards__strip {
  background: #20b455;
}

.text-cards__inner {
  padding: 40px;
  border-radius: 16px;
  background: #f0f2fe;
  min-height: 100%;
}

.text-cards__inner .title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .text-cards__inner {
    padding: 30px 20px;
  }
}

.text-cards__info span {
  display: block;
}

.text-cards__caption {
  font-weight: normal;
}

.text-cards__subtitle {
  margin-top: 24px;
}

.text-cards__text {
  margin-top: 24px;
  font-weight: normal;
}

.text-cards__strip {
  margin-bottom: 24px;
  display: block;
  border-radius: 6px;
  width: 29px;
  height: 4px;
  background: #0862ee;
}

.text-cards__free {
  color: #20b455;
}
