@charset "UTF-8";
*,
:before,
:after {
  box-sizing: border-box
}

:where(ul, ol):where([class]) {
  padding-left: 0
}

body,
:where(blockquote, figure, fieldset):where([class]) {
  margin: 0
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-top: 0;
  margin-bottom: 0
}

:where(dd[class]) {
  margin-left: 0
}

:where(fieldset[class]) {
  padding: 0;
  border: none
}

:where(ul[class]) {
  list-style: none
}

:where(address[class]) {
  font-style: normal
}

p {
  --paragraphMarginBottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 0
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom)
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto
}

input,
textarea,
select,
button {
  font: inherit
}

html {
  height: 100%;
  scrollbar-gutter: stable
}

html {
  scroll-behavior: smooth
}

body {
  min-height: 100%;
  line-height: 1.5
}

a:where([class]) {
  display: inline-flex
}

button,
label {
  cursor: pointer
}

:where([fill]:not([fill=none]):not([fill^=url])) {
  fill: currentColor
}

:where([stroke]:not([stroke=none]):not([stroke^=url])) {
  stroke: currentColor
}

svg * {
  transition-property: fill, stroke
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor
}

@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

@font-face {
  font-family: Montserrat;
  src: url(/assets/fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(/assets/fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Montserrat;
  src: url(/assets/fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

:root {
  --color-white: #ffffff;
  --color-black: #182218;
  --color-text: #182218;
  --color-text-secondary: #586158;
  --color-accent: #7cc61b;
  --color-accent-light: #BDE28D;
  --color-gray: #f2f4f1;
  --color-back-secondary: #F8F8F8;
  --color-back-accent: #F2F9E9;
  --border: var(--border-width) solid var(--color-black);
  --border-radius-basic: 6.25rem;
  --border-width: .125rem;
  --border-radius-m: .625rem;
  --border-radius-l: .9375rem;
  --font-family-base: "Montserrat";
  --container-width: 73.75rem;
  --container-padding-x: 1rem;
  --transition-duration: .2s
}

.container {
  width: 100%;
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x)
}

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

@media (min-width: 63.9385rem) {
  .visible-tablet {
    display: none !important
  }
}

@media (max-width: 63.9375rem) {
  .hidden-tablet {
    display: none !important
  }
}

@media (min-width: 47.9385rem) {
  .visible-mobile {
    display: none !important
  }
}

@media (max-width: 47.9375rem) {
  .hidden-mobile {
    display: none !important
  }
}

html.is-lock {
  overflow: hidden
}

body {
  font-size: clamp(.875rem, .7515822785rem + .5063291139vw, 1.125rem);
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-base), sans-serif;
  color: var(--color-text);
  background-color: var(--color-white)
}

h1,
.h1 {
  font-size: clamp(1.75rem, .8243670886rem + 3.7974683544vw, 3.625rem);
  font-weight: 700
}

h2,
.h2 {
  font-size: clamp(1.5rem, .7594936709rem + 3.0379746835vw, 3rem);
  font-weight: 700
}

h3,
.h3 {
  font-size: clamp(1.25rem, .6946202532rem + 2.2784810127vw, 2.375rem);
  font-weight: 700
}

h4,
.h4 {
  font-size: clamp(1.125rem, .9398734177rem + .7594936709vw, 1.5rem);
  font-weight: 400
}

h5,
.h5 {
  font-size: clamp(1.125rem, 1.0015822785rem + .5063291139vw, 1.375rem);
  font-weight: 400
}

h6,
.h6 {
  font-size: clamp(1rem, .8765822785rem + .5063291139vw, 1.25rem);
  font-weight: 400
}

a,
button,
label,
input,
textarea,
select,
svg * {
  transition-duration: var(--transition-duration)
}

a {
  color: inherit
}

@media (any-hover: hover) {
  a:hover {
    color: var(--color-accent)
  }
}

@media (any-hover: none) {
  a:active {
    color: var(--color-accent)
  }
}

a[class] {
  -webkit-text-decoration: none;
  text-decoration: none
}

:focus-visible {
  outline: .125rem dashed var(--color-white);
  outline-offset: .25rem;
  transition-duration: 0s !important
}

.header {
  position: relative;
  z-index: 10;
  background-color: var(--color-white)
}

@media (max-width: 63.9375rem) {
  .header.is-active {
    background-color: var(--color-gray)
  }
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  grid-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  max-width: calc(73.75rem + var(--container-padding-x) * 2);
  min-height: 5rem
}

@media (max-width: 63.9375rem) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    min-height: 3.75rem
  }
}

.header__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 2
}

.header__menu {
  position: relative;
  justify-self: center;
  z-index: 9
}

.header__menu-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem
}

.header__menu-link {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: .1875rem;
  column-gap: .1875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-text)
}

.header__menu-link.is-active {
  color: var(--color-accent)
}

.header__menu-icon {
  --iconSize: .75rem;
  color: var(--color-accent);
  opacity: 0;
  rotate: 180deg
}

.header.is-active .header__menu-link--services {
  color: var(--color-accent)
}

.header.is-active .header__menu-icon {
  opacity: 1
}

.header__actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  -moz-column-gap: 2.1875rem;
  column-gap: 2.1875rem
}

@media (max-width: 63.9375rem) {
  .header__actions {
    -moz-column-gap: .3125rem;
    column-gap: .3125rem
  }
}

.header__overlay-menu-dialog {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  color: var(--color-text);
  background-color: #18221880;
  -webkit-backdrop-filter: blur(.09375rem);
  backdrop-filter: blur(.09375rem);
  border: none
}

@media (max-width: 63.9375rem) {
  .header__overlay-menu-dialog {
    top: 3.75rem;
    height: calc(100% - 3.75rem);
    background-color: var(--color-gray);
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
}

.header__overlay-menu-panel {
  min-height: 31.25rem;
  padding-top: 8.125rem;
  background-color: var(--color-white);
  border-radius: 0 0 .9375rem .9375rem
}

@media (max-width: 63.9375rem) {
  .header__overlay-menu-panel {
    min-height: 100%;
    padding: 3.3125rem var(--container-padding-x) 2.5rem;
    background-color: var(--color-gray);
    border-radius: 0
  }
}

.header__overlay-menu {
  width: min(39.875rem, 100% - var(--container-padding-x) * 2);
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 63.9375rem) {
  .header__overlay-menu {
    width: min(100%, 22.4375rem);
    margin-left: 0;
    margin-right: auto
  }
}

.header__overlay-menu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.25rem
}

.header__overlay-menu-title,
.header__overlay-menu-link {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-text)
}

.header__overlay-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.5rem;
  margin-top: 2.5rem
}

.header__services-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.875rem
}

@media (max-width: 63.9375rem) {
  .header__services-list {
    row-gap: .625rem;
    padding-left: 1.25rem
  }
}

.header__services-link {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-text)
}

@media (max-width: 63.9375rem) {
  .header__services-link {
    -moz-column-gap: .375rem;
    column-gap: .375rem;
    font-size: .875rem;
    font-weight: 500;
    color: var(--color-text-secondary)
  }
}

.header__services-icon {
  --iconSize: .75rem;
  color: var(--color-accent)
}

.logo {
  display: inline-flex;
  width: 4.6875rem
}

@media (max-width: 63.9375rem) {
  .logo {
    width: 3.5625rem
  }
}

.logo__image {
  width: 100%;
  height: auto
}

.button {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem
}

.button--outlined {
  font-size: clamp(.875rem, .8132911392rem + .253164557vw, 1rem);
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.25;
  padding: clamp(.5625rem, .5316455696rem + .1265822785vw, .625rem) clamp(1.25rem, .9414556962rem + 1.2658227848vw, 1.875rem);
  background-color: var(--color-white);
  border-radius: 6.25rem
}

@media (any-hover: hover) {
  .button--outlined:hover {
    color: var(--color-white);
    background-color: var(--color-accent);
    border-color: transparent
  }
}

@media (any-hover: none) {
  .button--outlined:active {
    color: var(--color-white);
    background-color: var(--color-accent);
    border-color: transparent
  }
}

.button--green {
  font-size: 1rem;
  padding: 1.0625rem 1.875rem;
  background-color: var(--color-accent);
  border: none;
  border-radius: var(--border-radius-basic)
}

.button--green .text {
  color: var(--color-white)
}

@media (any-hover: hover) {
  .button--green:hover {
    background-color: var(--color-accent-light)
  }
}

@media (any-hover: none) {
  .button--green:active {
    background-color: var(--color-accent-light)
  }
}

.icon {
  width: var(--iconSize);
  height: var(--iconSize);
  display: inline-flex
}

.icon svg {
  width: 100%;
  height: 100%
}

.menu-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  padding: 0;
  color: var(--color-text);
  background-color: transparent;
  border: none
}

.menu-button__icon {
  --iconSize: 2.5rem;
  position: absolute;
  color: currentColor
}

.menu-button__icon--close {
  --iconSize: 1.4375rem;
  visibility: hidden;
  opacity: 0;
  color: #2e470e
}

.menu-button.is-active .menu-button__icon--open {
  visibility: hidden;
  opacity: 0
}

.menu-button.is-active .menu-button__icon--close {
  visibility: visible;
  opacity: 1
}

.content {
  flex-grow: 1
}

.footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: var(--color-gray)
}

.section {
  display: grid;
  grid-row-gap: clamp(2.5rem, 1.2658227848rem + 5.0632911392vw, 5rem);
  row-gap: clamp(2.5rem, 1.2658227848rem + 5.0632911392vw, 5rem);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

@media (max-width: 47.9375rem) {
  .section__header {
    flex-direction: column;
    align-items: start;
    row-gap: 1.25rem
  }
}

.section__title {
  font-size: clamp(1.375rem, .8196202532rem + 2.2784810127vw, 2.5rem);
  line-height: 1.2
}

.section__title span {
  color: var(--color-accent)
}

.section__description {
  color: var(--color-text-secondary);
  font-size: .875rem;
  line-height: 1.2
}

@media (max-width: 63.9375rem) {
  .section__description {
    display: none
  }
}

.hero {
  text-align: center;
  background: url(/assets/images/bg.png);
  background-repeat: no-repeat;
  background-position: center bottom
}

.hero__body {
  padding-top: 6.875rem;
  padding-bottom: clamp(9.375rem, 2.0933544304rem + 29.8734177215vw, 24.125rem)
}

.hero__title {
  font-size: clamp(2.0625rem, 1.1060126582rem + 3.9240506329vw, 4rem);
  line-height: 1.2;
  margin-bottom: .3125rem
}

.hero__description {
  font-size: clamp(.75rem, .6882911392rem + .253164557vw, .875rem);
  margin-bottom: 1.1875rem
}

@media (max-width: 63.9375rem) {
  .hero__description {
    color: var(--color-text-secondary)
  }
}

.hero__button {
  margin-bottom: 4.375rem
}

.hero__button .icon {
  width: 1.125rem;
  height: 1rem
}

.hero__badge {
  position: relative;
  color: var(--color-text-secondary);
  font-size: .875rem;
  line-height: 1.2;
  margin-bottom: 2.5625rem
}

.hero__badge:after {
  content: "";
  position: absolute;
  width: 3.8125rem;
  height: 3.25rem;
  margin-left: .75rem;
  background: url(/assets/images/green-arrow.svg) no-repeat;
  top: .4375rem
}

.start {
  background-color: var(--color-back-secondary)
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-horizontal {
  touch-action: pan-y
}

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

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

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

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

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 75rem
}

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

.swiper-3d {
  perspective: 75rem
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d
}

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

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

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

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

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-left: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child {
  margin-right: var(--swiper-slides-offset-after)
}

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

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child {
  margin-bottom: var(--swiper-slides-offset-after)
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: .0625rem;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  min-width: .0625rem;
  height: var(--swiper-centered-offset-after)
}

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

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

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

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

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

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

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

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

:root {
  --swiper-navigation-size: 2.75rem
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 2.75rem;
  width: var(--swiper-navigation-size);
  height: 2.75rem;
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

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

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

.swiper-button-prev ::slotted(svg) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none
}

.swiper-button-next ::slotted(svg) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none
}

.swiper-button-lock {
  display: none
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0 - 1.375rem);
  margin-top: calc(0 - 22px);
  margin-top: calc(0 - (var(--swiper-navigation-size) / 2))
}

.swiper-button-prev {
  left: .25rem;
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto
}

.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg)
}

.swiper-button-next {
  right: .25rem;
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next {
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0 - 1.375rem);
  margin-top: calc(0 - 22px);
  margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
  margin-left: 0
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl~.swiper-button-next {
  left: .25rem;
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl~.swiper-button-prev {
  right: .25rem;
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto
}

.swiper-horizontal .swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg)
}

.swiper-horizontal~.swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg)
}

.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg)
}

.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg)
}

.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,
.swiper-horizontal~.swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg)
}

.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(0)
}

.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(0)
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0)
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-prev,
.swiper-vertical~.swiper-button-next {
  left: 50%;
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0 - 1.375rem);
  margin-left: calc(0 - 22px);
  margin-left: calc(0 - (var(--swiper-navigation-size) / 2));
  margin-top: 0
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
  top: .25rem;
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto
}

.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(-90deg)
}

.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical~.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
  bottom: .25rem;
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto
}

.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon) {
  transform: rotate(90deg)
}

.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon) {
  transform: rotate(90deg)
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical~.swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg)
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translateZ(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-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: .5rem;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: .5rem;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: .5rem;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .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: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: .5rem;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

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

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

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

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

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

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

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

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

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

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: .25rem;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: .25rem;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: .625rem;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, .1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

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

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: .25rem;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: .25rem;
  height: var(--swiper-scrollbar-size, 4px);
  width: 98%;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: .25rem;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: .25rem;
  width: var(--swiper-scrollbar-size, 4px);
  height: 98%;
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: .625rem;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.start__wrapper .slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem
}

.start__wrapper .slider .swiper-pagination {
  position: inherit;
  display: flex;
  flex-direction: column;
  row-gap: .625rem;
  top: inherit;
  bottom: inherit
}

.start__wrapper .slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0
}

.start__step-btn {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.125rem 1.5rem;
  border: .0625rem solid #e2e8f0;
  border-radius: .75rem;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: all .3s ease
}

.start__step-title {
  color: var(--color-text);
  font-size: .875rem;
  line-height: 1.2
}

.start__slider-zone .slider {
  width: 100%;
  overflow: hidden
}

.start__slide-img {
  display: flex;
  width: 100%;
  height: 100%;
  border: .125rem solid rgba(46, 71, 14, .25);
  border-radius: .9375rem;
  overflow: hidden
}

.start__slide-img img {
  width: 100%;
  height: auto;
  display: block
}

.start__arrow {
  background: #fff;
  border: .0625rem solid #e2e8f0;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s
}

.start__arrow:hover {
  background: #f8fafc
}

.slider {
  position: relative;
  width: 100%
}

.slider__swiper {
  overflow: hidden
}

.slider__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0
}

.slider__item {
  flex-shrink: 0;
  width: 100%;
  height: auto
}

.slider__navigation {
  display: flex;
  gap: .625rem;
  margin-top: 1.25rem;
  justify-content: center
}

@media (max-width: 48rem) {
  .slider__navigation--hidden-mobile {
    display: none
  }
}

.slider__navigation-prev,
.slider__navigation-next {
  background: #fff;
  border: .0625rem solid #e2e8f0;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease
}

.slider__navigation-prev:hover:not(:disabled),
.slider__navigation-next:hover:not(:disabled) {
  background: #f8fafc
}

.slider__navigation-prev:disabled,
.slider__navigation-next:disabled {
  opacity: .5;
  cursor: not-allowed
}

.slider__scrollbar {
  margin-top: 1.25rem
}

@media (min-width: 48.0625rem) {
  .slider__scrollbar {
    display: none
  }
}

@media (max-width: 30rem) {
  .slider--beyond-the-viewport-on-mobile-s {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .slider--beyond-the-viewport-on-mobile-s .slider__swiper {
    overflow: visible
  }
}

.how-it-works__container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  align-items: center;
  margin-top: 2.5rem
}

.how-it-works__steps {
  display: flex;
  flex-direction: column;
  gap: .75rem
}

.how-it-works__step-btn {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.125rem 1.5rem;
  border: .0625rem solid #e2e8f0;
  border-radius: .75rem;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: all .3s ease;
  border: none;
  outline: none;
  font-family: inherit
}

.how-it-works__step-btn--active {
  background-color: #cbeba4;
  border-color: #cbeba4
}

.how-it-works__step-btn--active .how-it-works__step-num {
  color: #1e293b
}

.how-it-works__step-num {
  color: var(--color-accent-light);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2
}

.how-it-works__step-title {
  font-size: 1rem;
  line-height: 1.4;
  color: #1e293b
}

.how-it-works__slider-zone {
  display: flex;
  align-items: center;
  gap: 1rem
}

.how-it-works__slider-zone .slider {
  flex: 1
}

.how-it-works__slide-img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 .25rem 1.25rem #0000000d;
  display: block
}

.how-it-works__arrow {
  background: #fff;
  border: .0625rem solid #e2e8f0;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s;
  border: none;
  outline: none
}

.how-it-works__arrow:hover:not(:disabled) {
  background: #f8fafc
}

.how-it-works__arrow:disabled {
  opacity: .5;
  cursor: not-allowed
}

.start__steps {
  display: flex;
  flex-direction: column;
  gap: .75rem
}

.start__step-btn {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.125rem 1.5rem;
  border: .0625rem solid #e2e8f0;
  border-radius: .75rem;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: all .3s ease;
  font-family: inherit;
  outline: none
}

.start__step-btn:hover {
  border-color: #cbeba4
}

.start__step-btn--active {
  background-color: #cbeba4;
  border-color: #cbeba4
}

.start__step-btn--active .start__step-num {
  color: #1e293b
}

.start__step-num {
  font-size: 1.25rem;
  font-weight: 700;
  color: #cbd5e1
}

.start__step-title {
  font-size: 1rem;
  line-height: 1.4;
  color: #1e293b
}

.start__slider-zone {
  display: flex;
  align-items: center;
  gap: 1rem
}

.start__slides {
  display: flex
}

.start__arrow {
  background: #fff;
  border: .0625rem solid #e2e8f0;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s ease;
  font-size: 1.125rem;
  outline: none
}

.start__arrow:hover {
  background: #f8fafc;
  border-color: #cbeba4
}

.start__arrow:disabled {
  opacity: .5;
  cursor: not-allowed
}

.start__slides {
  display: flex;
  transition: transform .3s ease
}

.start__slide {
  flex-shrink: 0;
  width: 100%
}

.start__slider {
  flex: 1;
  width: 100%;
  overflow: hidden
}

.start__slider .swiper-wrapper {
  display: flex
}

.start__slider .swiper-slide {
  flex-shrink: 0;
  width: 100%
}

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

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

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .3s ease
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%
}

.swiper-pagination-bullet.custom-step-bullet {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 3.75rem;
  padding: 0 .9375rem;
  background-color: #fff;
  border: .0625rem solid #F2F4F1;
  border-radius: .9375rem;
  cursor: pointer;
  opacity: 1;
  transition: all .3s ease;
  text-align: left
}

.swiper-pagination-bullet.custom-step-bullet__number {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-accent-light);
  margin-right: 1.25rem;
  min-width: 1.875rem
}

.swiper-pagination-bullet.custom-step-bullet__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.4
}

.swiper-pagination-bullet.custom-step-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-accent-light);
  border: .0625rem solid rgba(46, 71, 14, .25)
}

.swiper-pagination-bullet.custom-step-bullet.swiper-pagination-bullet-active .custom-step-bullet__number {
  color: #fff
}

.swiper-pagination-bullet.custom-step-bullet.swiper-pagination-bullet-active .custom-step-bullet__text {
  color: #1a1a1a
}

.why-us {
  background-color: var(--color-gray)
}

.why-us .section__header {
  justify-content: center
}

.why-us__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.125rem;
  gap: 1.125rem
}

@media (max-width: 64rem) {
  .why-us__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 48rem) {
  .why-us__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 30rem) {
  .why-us__grid {
    grid-template-columns: 1fr;
    gap: 1rem
  }
}

.why-us__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: .9375rem 1rem;
  background-color: #fff;
  border-radius: var(--border-radius-l);
  box-sizing: border-box
}

.why-us__icon-box {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .75rem;
  background-color: #d4e9b863;
  border-radius: .4375rem
}

.why-us__icon {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain
}

.why-us__text {
  color: var(--color-text-secondary);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0
}

@media (max-width: 48rem) {
  .why-us__text {
    font-size: .875rem
  }
}

.security {
  padding: 5rem 0;
  background-color: #f2f4f1
}

.security__container {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem
}

.security__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  min-height: 28.125rem;
  align-items: stretch
}

@media (max-width: 61.9375rem) {
  .security__grid {
    grid-template-columns: 1fr
  }
}

.security__card {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.125rem 1rem 0 2.5rem;
  box-shadow: 0 .25rem 1.875rem #00000003;
  border: .0625rem solid #f1f5f9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width: 36rem) {
  .security__card {
    padding: 1.5rem
  }
}

.security__card--large {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 0;
  padding-right: 0
}

@media (max-width: 36rem) {
  .security__card--large {
    grid-template-columns: 1fr;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem
  }
}

@media (max-width: 36rem) {
  .security__card-content {
    padding-bottom: 0
  }
}

.security__card-title {
  font-size: clamp(1.125rem, .7547468354rem + 1.5189873418vw, 1.875rem);
  grid-column: span 2;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.23;
  margin-bottom: 1.25rem
}

.security__card-text {
  font-size: clamp(.75rem, .6882911392rem + .253164557vw, .875rem);
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0
}

.security__phone-box {
  align-self: end;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  max-height: 21.25rem
}

@media (max-width: 36rem) {
  .security__phone-box {
    display: none
  }
}

.security__phone-img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block
}

.security__right-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.security__right-column .security__card {
  flex: 1;
  padding: 0;
  padding-left: 2.5rem
}

@media (max-width: 63.9375rem) {
  .security__right-column .security__card {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }
}

.security__card-subtitle {
  font-size: clamp(1.125rem, 1.0015822785rem + .5063291139vw, 1.375rem);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 1.25rem
}

@media (max-width: 48rem) {
  .security__card-subtitle {
    font-size: 1.125rem
  }
}

.security__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .625rem
}

.security__list-item {
  font-size: clamp(.75rem, .6882911392rem + .253164557vw, .875rem);
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  line-height: 1.4;
  color: var(--color-text)
}

.security__list-item span {
  padding-top: .0625rem
}

.security__list-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain
}

.audience {
  padding-top: clamp(3.75rem, 2.5158227848rem + 5.0632911392vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 2.207278481rem + 6.3291139241vw, 6.875rem)
}

.audience__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem
}

.audience__row:not(:last-child) {
  margin-bottom: 1.5rem
}

@media (max-width: 47.9375rem) {
  .audience__row:not(:last-child) {
    margin-bottom: 1.25rem
  }
}

@media (max-width: 63.9375rem) {
  .audience__row {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 47.9375rem) {
  .audience__row {
    grid-template-columns: 1fr
  }
}

.audience__card {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 0;
  border: .0625rem solid rgba(46, 71, 14, .25);
  border-radius: var(--border-radius-l);
  overflow: hidden
}

.audience__card-body {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.audience__card-title {
  font-size: clamp(1.125rem, 1.0015822785rem + .5063291139vw, 1.375rem);
  color: var(--color-text);
  line-height: 1.22;
  font-weight: 600;
  margin-bottom: 1.875rem
}

.audience__features {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem
}

.audience__features h4 {
  color: var(--color-text);
  font-size: .875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .3125rem
}

.audience__features p {
  color: var(--color-text-secondary);
  font-size: .75rem
}

.audience__card-img-box {
  margin-top: auto;
  margin-left: auto
}

.audience__card-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: .9375rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.75rem 1.25rem 5.3125rem;
  text-align: center;
  background: url(/assets/images/arrow-cta.svg) var(--color-accent-light) no-repeat bottom left;
  border-radius: var(--border-radius-l);
  box-shadow: .125rem .25rem .625rem #0000001a
}

.audience__card-cta .audience__button {
  border: .1875rem solid #000
}

.audience__card-cta .audience__button .icon {
  width: .9375rem;
  height: .9375rem
}

@media (max-width: 63.9375rem) {
  .audience__card-cta {
    display: none
  }
}

.audience__cta-text {
  font-size: clamp(1rem, .9382911392rem + .253164557vw, 1.125rem);
  color: var(--color-text);
  line-height: 1.22
}

.tariffs {
  padding: 5rem 0;
  background-color: var(--color-back-accent)
}

.tariffs .section__header {
  justify-content: center
}

.tariffs__container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem
}

.tariffs__content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  align-items: center
}

.tariffs__table-wrapper {
  width: 100%
}

.tariffs__table {
  width: 100%;
  border-collapse: collapse
}

.tariffs__table thead th {
  color: var(--color-text);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 1.25rem
}

.tariffs__table thead th:first-child {
  text-align: left
}

.tariffs__table tbody tr {
  border-bottom: .0625rem solid rgba(46, 71, 14, .25)
}

.tariffs__table tbody tr:first-child {
  border-top: .0625rem solid rgba(46, 71, 14, .25)
}

.tariffs__table tbody tr:last-child {
  border-bottom: none
}

.tariffs__table tbody td {
  font-size: 1.125rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center
}

.tariffs__table tbody td:first-child {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1.5rem
}

.tariffs__id {
  color: #18221840;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22
}

.tariffs__name {
  color: var(--color-text);
  font-size: .875rem;
  font-weight: 700
}

.tariffs__price {
  font-size: clamp(1.125rem, 1.0015822785rem + .5063291139vw, 1.375rem);
  color: var(--color-accent);
  font-weight: 600;
  line-height: 1.22
}

.tariffs__limit {
  font-size: clamp(1.125rem, 1.0015822785rem + .5063291139vw, 1.375rem);
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.22
}

.tariffs__aside-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.875rem 2.75rem 2.5rem;
  background-color: var(--color-white);
  border-radius: var(--border-radius-l);
  box-shadow: .125rem .25rem .625rem #0000001a
}

.tariffs__aside-title {
  font-size: 1.375rem;
  font-weight: 700
}

.tariffs__info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem
}

.tariffs__info-item {
  font-size: clamp(.75rem, .6882911392rem + .253164557vw, .875rem);
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5625rem;
  column-gap: 1.5625rem;
  color: var(--color-text-secondary)
}

.tariffs__button .text {
  color: var(--color-white)
}

.tariffs__button .icon {
  width: 1.125rem;
  height: 1rem
}

@media (max-width: 62rem) {
  .tariffs__content {
    grid-template-columns: 1fr;
    gap: 3.125rem
  }
  .tariffs__table-wrapper {
    overflow-x: auto
  }
}

.signature-section {
  padding: 6.25rem 0;
  background-color: #fff;
  overflow: hidden
}

.signature-section__container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center
}

.signature-section__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.signature-section__content {
  position: relative;
  padding-bottom: .625rem;
  background: url(/assets/images/arrow.png) no-repeat;
  background-position: 16.25rem 6.125rem
}

.signature-section__title {
  font-size: clamp(1.375rem, 1.128164557rem + 1.0126582278vw, 1.875rem);
  color: var(--color-text);
  font-weight: 600;
  line-height: 1.23;
  margin-bottom: .625rem
}

.signature-section__title span {
  color: var(--color-accent)
}

.signature-section__description {
  font-size: clamp(.875rem, .7515822785rem + .5063291139vw, 1.125rem);
  color: var(--color-text-secondary);
  line-height: 1.22;
  margin-bottom: 2.5rem
}

.signature-section__action-wrapper {
  position: relative;
  display: inline-block
}

.signature-section__decor-arrow {
  position: absolute;
  left: 7.5rem;
  top: 2.8125rem;
  width: 9.375rem;
  height: 5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' viewBox='0 0 148 76' fill='none'%3E%3Cpath d='M3 5C25 45 65 75 105 55C125 45 135 15 115 15C100 15 95 35 110 50C120 60 135 55 145 45' stroke='%2373c81e' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10 12L2 4L11 2' stroke='%2373c81e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none
}

.signature-section__image {
  height: 11.25rem
}

.signature-section .signature__button .icon {
  width: 1.125rem;
  height: 1rem
}

@media (max-width: 62rem) {
  .signature-section {
    padding: 3.75rem 0
  }
  .signature-section__container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 3.125rem
  }
  .signature-section__description br,
  .signature-section__title br,
  .signature-section__decor-arrow {
    display: none
  }
}

.steps-section {
  padding: 6.0625rem 0 13.3125rem;
  background-color: #f7f9f6;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.steps-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/back2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1
}

@media (max-width: 63.9375rem) {
  .steps-section:before {
    top: 0;
    right: 0;
    left: auto;
    width: 11.25rem;
    height: 100%;
    background-image: url(/assets/images/back-v.png);
    background-size: contain;
    background-position: top right
  }
}

.steps-section__container {
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 1.25rem
}

.steps-section__title {
  font-size: clamp(1.375rem, .8196202532rem + 2.2784810127vw, 2.5rem);
  color: var(--color-text);
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.75rem
}

.steps-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.0625rem;
  gap: 1.0625rem;
  align-items: stretch
}

@media (max-width: 63.9375rem) {
  .steps-section__grid {
    grid-template-columns: 1fr;
    gap: .625rem
  }
}

.steps-section__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 14.625rem;
  background: rgba(255, 255, 255, .74);
  padding: 2.125rem 1.25rem .625rem;
  border-radius: var(--border-radius-l);
  transition: transform .3s ease
}

.steps-section__card:hover {
  transform: translateY(-.3125rem)
}

.steps-section__card--featured {
  background-color: var(--color-accent-light)
}

.steps-section__card--featured .steps-section__text {
  font-weight: 700
}

.steps-section__card--featured .steps-section__id {
  color: var(--color-text-secondary);
  font-weight: 700
}

@media (max-width: 63.9375rem) {
  .steps-section__card--featured .steps-section__id {
    color: var(--color-white)
  }
}

@media (max-width: 63.9375rem) {
  .steps-section__card {
    min-height: 11.875rem
  }
}

.steps-section__text {
  font-size: clamp(.75rem, .6882911392rem + .253164557vw, .875rem);
  color: var(--color-text);
  line-height: 1.21
}

@media (max-width: 63.9375rem) {
  .steps-section__text {
    line-height: 1.25
  }
}

.steps-section__id {
  color: var(--color-text-secondary);
  font-size: .875rem;
  line-height: 1.21;
  font-weight: 700;
  text-transform: lowercase
}

@media (max-width: 63.9375rem) {
  .steps-section__id {
    color: var(--color-accent)
  }
}

@media (max-width: 63.9375rem) {
  .steps-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
  }
}

@media (max-width: 63.9375rem) {
  .question {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
  }
}

@media (max-width: 63.9375rem) {
  .question .section__header {
    align-items: center
  }
}

.accordion-group--has-counter {
  --accordionGroupCounterHeight: clamp(2.875rem, 2.227056962rem + 2.6582278481vw, 4.1875rem);
  counter-reset: custom-counter;
  list-style: none
}

.accordion-group--has-counter .accordion-group__item {
  display: flex;
  -moz-column-gap: clamp(1rem, .8765822785rem + .5063291139vw, 1.25rem);
  column-gap: clamp(1rem, .8765822785rem + .5063291139vw, 1.25rem);
  counter-increment: custom-counter
}

.accordion-group--has-counter .accordion-group__item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(custom-counter, decimal-leading-zero);
  min-width: clamp(2.625rem, 2.0079113924rem + 2.5316455696vw, 3.875rem);
  height: var(--accordionGroupCounterHeight);
  font-size: clamp(1rem, .8765822785rem + .5063291139vw, 1.25rem);
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-black-12);
  border: var(--border);
  border-radius: var(--border-radius-m)
}

@media (max-width: 90rem) {
  .accordion-group--has-counter .accordion-group__item:before {
    border-radius: var(--border-radius-s)
  }
}

@media (max-width: 47.9375rem) {
  .accordion-group--has-counter .accordion-group__item:before {
    border-radius: var(--border-radius-xs)
  }
}

.accordion-group--dark {
  display: grid;
  grid-row-gap: clamp(1rem, .8765822785rem + .5063291139vw, 1.25rem);
  row-gap: clamp(1rem, .8765822785rem + .5063291139vw, 1.25rem)
}

.accordion-group--dark .accordion-group__item {
  padding: clamp(1rem, .753164557rem + 1.0126582278vw, 1.5rem) clamp(1.25rem, .3243670886rem + 3.7974683544vw, 3.125rem);
  background-color: var(--color-black-06);
  border: var(--border);
  border-radius: var(--border-radius-l)
}

@media (max-width: 90rem) {
  .accordion-group--dark .accordion-group__item {
    border-radius: var(--border-radius-m)
  }
}

.accordion-group--dark .accordion-group__item:after {
  display: none
}

.accordion-group--2-columns {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: .625rem
}

@media (min-width: 63.9385rem) {
  .accordion-group--2-columns {
    -moz-column-count: 2;
    column-count: 2
  }
}

.accordion-group__item {
  min-height: 4.125rem;
  margin-bottom: .625rem;
  padding: .9375rem 1.25rem;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  background: var(--color-back-accent);
  border: .0625rem solid transparent;
  border-radius: .75rem
}

@media (min-width: 63.9385rem) {
  .accordion-group__item--last-column-item:after {
    display: none
  }
}

.accordion-group__item:not(:last-child) {
  position: relative
}

.accordion-group__item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .0625rem;
  background-image: linear-gradient(90deg, rgba(229, 0, 0, 0) 0%, var(--color-red-45) 16.67%, rgba(229, 0, 0, 0) 100%)
}

.accordion-group__item:has(.accordion__details[open]) {
  background: #DAEFC0;
  border: .0625rem solid #2E470E
}

.accordion-group__item:has(.accordion__details[open]) .accordion__title {
  font-weight: 700
}

.accordion {
  width: 100%
}

.accordion:has(.accordion__arrow) .accordion__title {
  padding-right: 0
}

.accordion:has(.accordion__arrow) .accordion__title:before,
.accordion:has(.accordion__arrow) .accordion__title:after {
  display: none
}

.accordion__details[open] .accordion__title:after {
  rotate: 0deg
}

.accordion__details[open]+.accordion__content {
  grid-template-rows: 1fr
}

.accordion__details[open] .accordion__arrow {
  rotate: 180deg
}

.accordion__summary {
  color: var(--color-white);
  list-style: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

@media (any-hover: hover) {
  .accordion__summary:hover {
    color: var(--color-red-60)
  }
}

@media (any-hover: none) {
  .accordion__summary:active {
    color: var(--color-red-60)
  }
}

.accordion__summary::-webkit-details-marker {
  display: none
}

.accordion__title {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(.375rem, .2515822785rem + .5063291139vw, .625rem);
  column-gap: clamp(.375rem, .2515822785rem + .5063291139vw, .625rem);
  color: var(--color-text);
  font-size: .875rem;
  line-height: 1.21;
  padding-right: 3.125rem;
  transition-duration: var(--transition-duration)
}

.accordion__title:before,
.accordion__title:after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  right: 0;
  width: clamp(1rem, .8765822785rem + .5063291139vw, 1.25rem);
  height: .15625rem;
  background-color: var(--color-white);
  border-radius: .625rem;
  transition-duration: var(--transition-duration)
}

@media (max-width: 90rem) {
  .accordion__title:before,
  .accordion__title:after {
    height: .125rem
  }
}

.accordion__title:after {
  rotate: 90deg
}

.accordion__subtitle {
  font-size: .75em;
  font-weight: 500;
  color: var(--color-gray-60)
}

.accordion__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
  color: var(--color-accent);
  background-color: var(--color-white);
  border-radius: 50%;
  transition-duration: var(--transition-duration)
}

.accordion__arrow .icon {
  width: .9375rem;
  height: 100%
}

.accordion__arrow .icon svg {
  fill: var(--color-accent)
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: var(--transition-duration-longer)
}

.accordion__content-inner {
  overflow: hidden
}

.accordion__content-body {
  color: #000;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.21;
  margin-top: 1.25rem;
  white-space: pre-line
}

.feedback {
  background-color: var(--color-back-secondary)
}

.feedback header {
  display: none
}

.feedback__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7.125rem;
  -moz-column-gap: 7.125rem;
  column-gap: 7.125rem
}

.feedback__left {
  display: flex;
  align-items: flex-end
}

.feedback__title {
  margin-bottom: 2.8125rem
}

.feedback .callback .callback-form__error {
  color: #d87c89
}

.feedback .callback .is-invalid {
  border: .0625rem solid #D87C89 !important
}

.feedback .callback .callback-form__title {
  color: var(--color-white);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6875rem;
  margin-left: 3.75rem;
  margin-right: 3.75rem;
  padding-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase
}

@media (min-width: 63.9375rem) {
  .feedback .callback .callback-form__title {
    display: none
  }
}

.feedback .callback .callback-form {
  display: flex;
  flex-direction: column;
  min-height: 20.25rem;
  height: 100%
}

.feedback .callback .callback-select {
  position: relative;
  margin-bottom: .5rem
}

.feedback .callback .callback-select__trigger {
  width: 100%;
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .875rem;
  font-weight: 500;
  padding: 1.5625rem 1.25rem;
  border: .0625rem solid rgba(46, 71, 14, .25);
  border-radius: .45625rem;
  background-color: var(--color-back-accent);
  cursor: pointer
}

.feedback .callback .callback-select__dropdown {
  position: absolute;
  width: 100%;
  background-color: #4f596c;
  border: .0625rem solid #8795AC;
  border-top: none;
  border-radius: 0 0 .45625rem .45625rem;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  transform: translateY(-.625rem);
  transition: .3s
}

.feedback .callback .callback-select.active .callback-select__trigger {
  color: #a7acb5;
  min-height: 4.25rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1rem;
  padding-bottom: 0;
  border-radius: .45625rem .45625rem 0 0;
  border-bottom: none
}

.feedback .callback .callback-select.active .callback-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.feedback .callback .callback-select.active .callback-select__arrow {
  transform: rotate(180deg)
}

.feedback .callback .callback-select__arrow {
  color: #d5d5d5;
  transition: .3s
}

.feedback .callback .callback-select__option {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 1rem 1.25rem;
  border: 0;
  border-bottom: .0625rem solid rgba(255, 255, 255, .3);
  background: transparent;
  cursor: pointer;
  transition: all .3s ease 0s
}

.feedback .callback .callback-select__option:hover {
  background: rgba(255, 255, 255, .15)
}

.feedback .callback .callback-select__option:last-child {
  border-bottom: 0
}

.feedback .callback .callback-form__input {
  width: 100%;
  color: var(--color-text);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: .875rem;
  font-weight: 500;
  padding: 1.5625rem 1.25rem;
  margin-bottom: .5rem;
  border: .0625rem solid rgba(46, 71, 14, .25);
  border-radius: .45625rem
}

.feedback .callback .callback-form__input::-moz-placeholder {
  color: var(--color-text)
}

.feedback .callback .callback-form__input::placeholder {
  color: var(--color-text)
}

.feedback .callback .callback__button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-text);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-top: 1.375rem;
  padding: .875rem 3.875rem;
  background-image: var(--gradient);
  border-radius: var(--border-radius-l);
  transition: all .3s ease 0s
}

@media (max-width: 63.9375rem) {
  .feedback .callback .callback__button {
    width: 100%;
    margin-top: 1.25rem
  }
}

.feedback .callback .callback__button:hover {
  color: transparent;
  border-color: var(--gradient2);
  background: var(--gradient2);
  -webkit-background-clip: text;
  background-clip: text
}

.feedback .callback .callback__button:hover:before {
  opacity: 1
}

.feedback .callback .callback__button:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius-l);
  padding: .1875rem;
  background: var(--gradient2);
  -webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none
}

.feedback__button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.875rem
}

.feedback__button .icon {
  width: 1.125rem;
  height: 1rem
}