@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap");* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}


/* Generated by vite-plugin-svg-spritemap */
:root {
  /* Шрифт за замовчуванням */
  --font-family: "Figtree", sans-serif;
  /* Розмір шрифту за замовченням (де 16 - розмір шрифту за замовчуванням з макету)  */
  --font-size: 1rem;
  /* Основні кольори */
  --main-color: #153B72;
  /* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}
body {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  min-width: 20rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 89.375rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
[class*=__label] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
[class*=__label]::before {
  content: "";
  flex-shrink: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #4a8dff;
  margin-left: 0.625rem;
}
.home [class*=__heading] {
  opacity: 0.7;
  transform: translateY(1.25rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.home [class*=__heading].--watcher-view {
  opacity: 1;
  transform: translateY(0);
}
.home .popup [class*=__heading] {
  opacity: 1;
  transform: none;
  transition: none;
}
.hero {
  position: relative;
}
.hero__title {
  font-weight: 600;
}
.hero__title {
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #153b72;
}
.hero__title span {
  color: #43c5b8;
}
.hero__subtitle {
  font-weight: 400;
}
.hero__subtitle {
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #646a69;
  margin-bottom: 1.875rem;
}
.hero__image {
  margin-top: -10vw;
}
.hero__video-link {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 20.9375rem;
  height: 15rem;
  border: 0.0625rem solid #fff;
  border-radius: 2.5rem;
  padding: 0.625rem;
}
.hero__video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.1875rem solid #fff;
  overflow: hidden;
  border-radius: 1.875rem;
}
.hero__play-button {
  position: absolute;
  bottom: 5rem;
  right: 7.8125rem;
  transition: transform 0.3s ease;
}
.hero__play-button:hover {
  transform: scale(1.05);
}
.hero__form {
  background: rgba(74, 141, 255, 0.25);
  backdrop-filter: blur(1.25rem);
  border-radius: 1.25rem;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-top: 1.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 73.75rem;
}
.hero__form-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.hero__form-field {
  background: #ffffff;
  border-radius: 0.9375rem;
  height: 4.375rem;
  padding: 0;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: stretch;
  position: relative;
  cursor: pointer;
}
.hero__form-field .select {
  width: 100%;
  height: 100%;
  border-radius: 0.9375rem;
}
.hero__form-field .select__body {
  height: 100%;
}
.hero__form-field .select__title {
  height: 100%;
  padding: 0.9375rem 0.9rem 0.9375rem 0.625rem;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #122a42;
  border-radius: 0.9375rem;
  background-color: transparent;
  border: none;
}
.hero__form-field .select__value {
  height: auto;
}

.hero__form-field .select__value::after {
  content: "";
  flex: 0 0 0.875rem;
  width: 0.875rem;
  height: 0.5rem;
  background: url("../img/icons/arrow-select.svg") center/contain no-repeat;
  opacity: 0.5;
  transition: transform 0.2s ease;
  transform: none;
}
.hero__form-field .select.--select-open .select__value::after {
  transform: rotate(180deg);
}
.hero__form-field .select__options {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(18, 42, 66, 0.12);
  border: none;
  padding: 0.625rem;
}
.hero__form-field .select__option {
  font-family: "Figtree", sans-serif;
  font-size: 0.9375rem;
  color: #122a42;
  padding: 0.625rem 0.9375rem 0.625rem 0.625rem;
}
.hero__form-field .select__option:hover {
  background: #F3F8FE;
}
.hero__form-field .select__option.--select-selected {
  background: rgba(74, 141, 255, 0.15);
  font-weight: 500;
}
.hero__form-field--email {
  padding: 0.9375rem 0.625rem;
  cursor: text;
  flex: 1.2;
}
.hero__input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #122a42;
}
.hero__input::placeholder {
  color: rgba(18, 42, 66, 0.45);
}
.hero__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  height: 4.375rem;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  background: #153b72;
  border: none;
  border-radius: 1.25rem;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.hero__btn:active {
  background: #122a42;
}
.hero__btn:active .hero__btn-icon {
  background-color: #4a8dff;
}
.hero__btn:active .hero__btn-icon img {
  filter: brightness(0) invert(1);
}
.hero__btn-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: #ffffff;
  border-radius: 0.9375rem;
  transition: background-color 0.2s ease;
}
.hero__btn-icon img {
  width: 1.25rem;
  height: 1.25rem;
  transition: filter 0.2s ease;
}
.hero__btn--mobile-only {
  display: none;
}
.hero__trust {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  color: #153b72;
}
.hero__trust strong {
  font-weight: 600;
}
.hero__success {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #153b72;
  padding: 1rem 0;
}
.line__line {
  width: 100%;
  height: 0.0625rem;
  background: #cce5ff;
}
.why__header {
  display: flex;
  flex-direction: column;
}
.why__label {
  color: #4a8dff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: -1.875rem;
}
.why__heading {
  font-weight: 600;
}
.why__heading {
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #153b72;
  margin-top: auto;
}
.why__heading span {
  display: block;
  color: #4a8dff;
}
.why__heading > * {
  margin: 0 auto;
  width: fit-content;
}
.why__cards {
  display: flex;
  gap: 1.25rem;
}
.why__card {
  flex: 1;
  border-radius: 1.875rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 0.625rem;
}
.why__card--tqs {
  background-color: #eef6f5;
  background-image: url("../img/why-bg-1.webp");
}
.why__card--rsl {
  background-color: #eef6ff;
  background-image: url("../img/why-bg-2.webp");
}
.why__card-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.25rem;
  height: 100%;
}
.why__card-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
.why__card-name {
  padding: 1.875rem 0 1.875rem 1.875rem;
  font-weight: 600;
}
.why__card-name {
  line-height: 100%;
  letter-spacing: -0.03em;
}
.why__card-name span, .why__card-name div {
  font-weight: 400;
}
.why__card-name > * {
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.why__card-logo {
  width: 5.75rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  margin: auto 0 1.875rem 1.5625rem;
}
.why__card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  flex: 0 0 50%;
}
.why__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1.0625rem 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.why__item.--watcher-view {
  opacity: 1;
}
.why__item-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.why__item-icon img {
  width: 100%;
  height: 100%;
}
.why__item-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #153b72;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
.why__card--tqs .why__card-name {
  color: #28b3a3;
}
.why__card--rsl .why__card-name {
  color: #4a8dff;
}
.how {
  background-image: url("../img/how-bg.webp");
  background-size: cover;
  background-position: center;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
.how__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how__label {
  font-size: 1rem;
  font-weight: 400;
  color: #4a8dff;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: 1.25rem;
}
.how__heading {
  font-weight: 700;
  color: #153b72;
  line-height: 1em;
  letter-spacing: -0.04em;
  text-align: center;
}
.how__heading h2 {
  margin: 0;
}
.how__cards {
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  gap: 1.25rem;
  width: 100%;
  max-width: 68.75rem;
}
.how__card {
  border-radius: 1.875rem;
  background-color: transparent;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 1.875rem;
  flex-shrink: 0;
  flex: 0 1 33.333%;
  height: 28.75rem;
}
.how__card--1 {
  backdrop-filter: blur(1.25rem);
  z-index: 1;
}
.how__card--2 {
  z-index: 2;
  color: #fff;
	object-fit: cover;
	background-size: cover;
	background-position: center;
}
.how__card--3 {
  backdrop-filter: blur(1.25rem);
  z-index: 1;
}
.how__card-title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: #153b72;
  margin-bottom: 0.625rem;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.how__card-title.--watcher-view {
  opacity: 1;
}
.how__card-title {
  text-align: center;
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
.how__card--2 .how__card-title {
  color: #fff;
}
.how__card-title span {
  color: #43c5b8;
}
.how__card-desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #646a69;
  text-align: center;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.how__card-desc.--watcher-view {
  opacity: 1;
}
.how__card--2 .how__card-desc {
  color: rgba(255, 255, 255, 0.8);
}
.how__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  text-align: center;
}
.how__tagline {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #4a8dff 50%, #74ACFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 60.6875rem;
  text-align: center;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.how__tagline.--watcher-view {
  opacity: 1;
}
.how__tagline {
  margin-bottom: 3.125rem;
}
.how__tagline p {
  margin: 0;
}
.how__logo img {
  height: 2.5rem;
  width: auto;
}
.faq .faq__wrapper {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
.faq__left {
  flex: 1;
  min-width: 0;
}
.faq__label {
  font-size: 1rem;
  font-weight: 400;
  color: #4a8dff;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: 0.9375rem;
}
.faq__heading {
  font-weight: 700;
  color: #153b72;
  line-height: 1em;
  letter-spacing: -0.04em;
}
.faq__heading {
  max-width: 37.5rem;
}
.faq__heading h2 {
  margin: 0;
}
.faq__heading span {
  color: #4a8dff;
}
.faq__spollers {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq__item {
  border: 0.0625rem solid #e0e8f5;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.25rem 1.5rem 0;
  transition: border-color 0.1s linear;
}
.faq__item[open] {
  background-color: #EEF6FF;
}
.faq__item[open] .faq__question {
  border-bottom: 0.0625rem solid rgba(21, 60, 114, 0.9098039216);
}
.faq__item[open] .faq__toggle {
  background-color: #FFF;
}
.faq__item[open] .faq__toggle::after {
  transform: translateX(-50%) rotate(90deg) scaleX(0);
  background: #153b72;
}
.faq__item[open] .faq__toggle::before {
  content: "";
  background: #153b72;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  padding-bottom: 1.25rem;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #153b72;
  transition: color 0.2s ease;
}
.faq__toggle {
  flex-shrink: 0;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #153b72;
  transition: background-color 0.2s ease;
}
.faq__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.125rem;
}
.faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
  background: #fff;
  border-radius: 0.125rem;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq__answer {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #153b72;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
.faq__answer p {
  margin: 0;
}
.faq__right {
  flex: 0 0 26.25rem;
}
.faq__image {
  border-radius: 1.875rem;
  overflow: hidden;
}
.faq__image img {
  width: 100%;
  height: auto;
  display: block;
}
.faq__cta {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}
.faq__cta-title {
  font-weight: 600;
}
.faq__cta-title {
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #153b72;
  width: 100%;
  text-align: center;
  padding-top: 0.9375rem;
  margin-bottom: 1.875rem;
}
.faq__cta-title p {
  margin: 0;
}
.faq__cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  width: 100%;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  height: 4.375rem;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  border: 0.0625rem solid #153b72;
  border-radius: 1.25rem;
  background: transparent;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #153b72;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.faq__cta-btn:active {
  border-color: #122a42;
  color: #122a42;
}
.faq__cta-btn:active .faq__cta-btn-icon {
  background-color: #122a42;
}
.faq__cta-btn-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: #153b72;
  border-radius: 0.9375rem;
  transition: background-color 0.2s ease;
}
.faq__cta-btn-icon img {
  width: 1.25rem;
  height: 1.25rem;
}
.benefits__container {
  display: flex;
  flex-direction: column;
}
.benefits__label {
  font-size: 1rem;
  font-weight: 400;
  color: #4a8dff;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: 4.375rem;
}
.benefits__heading {
  font-weight: 600;
  color: #153b72;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.benefits__heading h2 {
  margin: 0;
}
.benefits__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.benefits__card {
  flex: 0 0 calc(50% - 0.3125rem);
  border-radius: 1.875rem;
  background-size: cover;
  background-position: center;
  padding: 2.5rem 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  overflow: hidden;
  position: relative;
}
.benefits__card--1,
.benefits__card--4 {
  background-image: var(--ben-bg-blue-desktop, url("../img/why-bg-2.webp"));
}
.benefits__card--2,
.benefits__card--3 {
  background-image: var(--ben-bg-green-desktop, url("../img/why-bg-1.webp"));
}
.benefits__card-icon {
  display: flex;
  align-items: center;
  width: fit-content;
}
.benefits__card-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.75rem;
  height: 3.5rem;
  border-radius: 1.25rem;
  flex-shrink: 0;
}
.benefits__card-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.benefits__card-title {
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #153b72;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.benefits__card-title.--watcher-view {
  opacity: 1;
}
.benefits__card-title > * {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.benefits__card-divider {
  height: 0.0625rem;
  background: #cce5ff;
}
.benefits__card-desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  color: #153b72;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.benefits__card-desc.--watcher-view {
  opacity: 1;
}
.benefits__card-desc p {
  margin: 0;
}
.advantages {
  padding: 6.25rem 0;
}
.advantages__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.125rem;
}
.advantages__title {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  background: linear-gradient(to right, #153B72 0%, #6290C6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 64.1875rem;
}
.advantages__grid {
  display: flex;
  gap: 5rem;
}
.advantages__col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.advantages__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.advantages__item.--watcher-view {
  opacity: 1;
}
.advantages__icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.25rem;
  background: rgba(74, 141, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages__icon-img {
  width: 100%;
  height: 100%;
}
.advantages__text {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #4a8dff;
}
.testimonials {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  overflow: hidden;
}
.testimonials__label {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #4a8dff;
  margin-bottom: -1.25rem;
  width: fit-content;
}
.testimonials__heading {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
.testimonials__heading {
  line-height: 1;
  letter-spacing: -0.04em;
  color: #153b72;
  text-align: center;
}
.testimonials__heading {
  width: 100%;
  max-width: 100vw;
}
.testimonials__heading span {
  color: #4a8dff;
}
.testimonials__body {
  display: flex;
  flex-direction: column;
  max-width: calc(100vw - 1.875rem);
  overflow: hidden;
}
.testimonials__top {
  position: relative;
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
  background-color: #cce5ff;
  background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6) 0%, transparent 70%), linear-gradient(to top, #eef6ff, #cce5ff);
}
.testimonials__top-bg {
  width: 100%;
}
.testimonials__top-bg img {
  width: 100%;
}
.testimonials__top-bg img:nth-child(2) {
  display: none;
}
.testimonials__card {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  width: 20.25rem;
  background: rgba(114, 183, 255, 0.25);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  border-radius: 1.875rem;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
}
.testimonials__card-img {
  width: 100%;
  height: 15.125rem;
  object-fit: cover;
  border-radius: 1.875rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.testimonials__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials__card-title {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #153b72;
  margin-bottom: 2.1875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.testimonials__card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3.125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.testimonials__card-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #153b72;
}
.testimonials__card-item::before {
  content: "";
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("../img/icons/check-li.webp") center/contain no-repeat;
}
.testimonials__card-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  width: calc(100% - 1.25rem);
  height: 4.375rem;
  margin: 0 0.625rem 0.625rem;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  border: 0.0625rem solid #153b72;
  border-radius: 1.25rem;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #153b72;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.testimonials__card-btn:active {
  border-color: #122a42;
  color: #122a42;
}
.testimonials__card-btn:active .testimonials__card-btn-icon {
  background-color: #122a42;
}
.testimonials__card-btn-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: #153b72;
  border-radius: 0.9375rem;
  transition: background-color 0.2s ease;
}
.testimonials__card-btn-icon img {
  width: 1.25rem;
  height: 1.25rem;
}
.testimonials__bottom {
  display: flex;
  align-items: stretch;
  gap: 0.625rem;
  padding: 0.625rem;
  background: #d2e9ff;
  border-radius: 0 0 2.5rem 2.5rem;
}
.testimonials__intro {
  flex-shrink: 0;
  width: 20.0625rem;
  background: #f3f8fe;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
.testimonials__intro-text {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #153b72;
}
.testimonials__slider {
  flex: 1;
  min-width: 0;
}
.testimonials__slide {
  height: 100%;
  background: #ffffff;
  border-radius: 1.875rem;
  padding: 2.1875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 22.5rem;
}
.testimonials__slide-quote {
  flex: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #153b72;
}
.testimonials__slide-divider {
  border: none;
  height: 0.0625rem;
  background: #cce5ff;
}
.testimonials__slide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.testimonials__slide-author {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.testimonials__slide-name {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #153b72;
}
.testimonials__slide-location {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(21, 59, 114, 0.5);
}
.testimonials__slide-avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.testimonials__slide-circle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.cta {
  padding: 5rem 0.9375rem;
}
.cta__container {
  max-width: 89.375rem;
  margin: 0 auto;
  border-radius: 4.375rem;
  background: url("../img/cta-section.webp") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 144/82;
}
.cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6.25rem;
}
.cta__logo img {
  display: block;
}
.cta__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta__heading {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 3.125rem;
}
.cta__heading-line1 {
  color: #153b72;
}
.cta .cta__heading-line1 {
  opacity: 1;
}
.cta__heading-line2 {
  color: #4a8dff;
}
.cta__desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #153b72;
  max-width: 37rem;
  opacity: 0.5;
  transition: opacity 1s ease;
}
.cta__desc.--watcher-view {
  opacity: 1;
}
.cta__desc > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.cta__btn {
  display: inline-flex;
  align-items: center;
}
.cta__btn {
  background: #153b72;
  border-radius: 1.25rem;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: background-color 0.2s ease;
}
.cta .cta__btn {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.cta__btn:active {
  background: #122a42;
}
.cta__btn:active .cta__btn-icon {
  background-color: #4a8dff;
}
.cta__btn:active .cta__btn-icon img {
  filter: brightness(0) invert(1);
}
.cta__btn-icon {
  border-radius: 0.9375rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.cta__btn-icon img {
  transition: filter 0.2s ease;
}
.seo {
  padding: 6.25rem 0;
}
.seo__container {
  max-width: 89.375rem;
  margin: 0 auto;
  padding: 0 1.875rem;
  display: flex;
  justify-content: center;
}
.seo__text {
  max-width: 64.1875rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(to right, #4A8DFF 0%, #79B6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.select {
  min-width: 0;
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  border: 0.0625rem solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 0.25rem;
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 1.875rem;
  gap: 0.425rem;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  flex: 0 0 0.75rem;
  width: 0.75rem;
  height: 0.375rem;
  background: url(../img/icons/arrow-select.svg) center/contain no-repeat;
  transition: transform 0.3s ease 0s;
}
.--select-open .select__value:after {
  transform: rotate(-180deg);
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__content {
  flex: 1 1 auto;
  padding: 0 0 0 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  padding: 0 0.625rem;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: #000;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  color: #000;
  position: absolute;
  min-width: 100%;
  left: 0;
  top: calc(100% + 0.125rem);
  border-radius: 0.9375rem;
  padding: 0.625rem;
  background: #f3f8fe;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
  scrollbar-width: auto;
  scrollbar-color: #4a8dff transparent;
}
.select__scroll::-webkit-scrollbar {
  width: 0.625rem;
}
.select__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.select__scroll::-webkit-scrollbar-thumb {
  background: #4a8dff;
  border-radius: 0.125rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: #153b72;
  border-radius: 0.3125rem;
  padding: 0rem 0.625rem;
  height: 3.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: #153b72;
}
.select__option:not(:last-child) {
  margin-bottom: 0.0625rem;
}
.select__option {
  color: inherit;
}
.select__option.--select-selected {
  background: #eef6ff;
  color: #4a8dff;
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 0.0625rem solid #d9d9d9;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.3125rem 0rem 0.625rem 0rem;
}
.--select-tag {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-spollers] summary {
  list-style: none;
}
[data-fls-spollers] summary::marker, [data-fls-spollers] summary::-webkit-details-marker {
  display: none;
}

.spollers {
  display: grid;
  gap: 0.9375rem;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 0.0625rem solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
  list-style: none;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.--spoller-init .spollers__title {
  cursor: pointer;
}
.--spoller-init .spollers__title::before, .--spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  background-color: #000;
  height: 0.125rem;
  width: 0.9375rem;
  transition: transform 0.5s ease 0s;
}
.--spoller-init .spollers__title::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__title::after {
  transform: translate(0, -50%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::before {
  transform: translateX(-75%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::after {
  transform: rotate(40deg);
}

.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #eee;
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-slider] {
  overflow: hidden;
}

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

.swiper-initialized {
  touch-action: pan-y;
}

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}/* Generated by vite-plugin-svg-spritemap */
.menu__link {
  transition: opacity 0.2s ease, color 0.2s ease;
}
.menu__link:active {
  color: #4a8dff;
  opacity: 1;
}
.menu__mobile-extra {
  display: none;
}
.menu__link--secondary {
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #153b72;
}
.menu__social {
  display: flex;
  gap: 1.5rem;
  margin-right: auto;
  padding-bottom: 0.625rem;
}
.menu__social-link {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #4a8dff;
}

.icon-menu {
  display: none;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 0.0625rem solid transparent;
  padding: 1.25rem 0;
  background-color: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.header.--scrolled {
  background-color: #fff;
  border-bottom-color: #F2F7F8;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.header__logo {
  width: 13.5625rem;
  height: 1.875rem;
  z-index: 1001;
}
.header__logo-link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #153b72;
}
.header__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.header__button {
  border: 0.0625rem solid #153b72;
  border-radius: 0.9375rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
  width: fit-content;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.header__button--primary {
  background-color: #fff;
  color: #153b72;
}
.header__button--primary:active {
  border-color: #122a42;
  color: #122a42;
}
.header__button--primary:active .header__button-icon {
  background-color: #122a42;
}
.header__button--secondary {
  background: #153b72;
  color: #fff;
}
.header__button--secondary:active {
  background-color: #122a42;
}
.header__button--secondary:active .header__button-icon {
  background-color: #ffffff;
}
.header__button-icon {
  border-radius: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.header__button-icon img {
  transition: filter 0.2s ease;
}
.header__button--primary .header__button-icon {
  background-color: #153b72;
}
.header__button--secondary .header__button-icon {
  background-color: #fff;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.menu__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex: 0 0 100%;
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background: #ffffff;
}
.footer__container {
  max-width: 89.375rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo-img {
  display: block;
  width: 13.5625rem;
  height: 1.875rem;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.footer__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #152f72;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.footer__social {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #4a8dff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__divider {
  height: 0.0625rem;
  background: #ccdeff;
}
.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7.5rem;
}
.footer__disclosure {
  max-width: 65.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__disclosure p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #646a69;
}
.footer__legal {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__legal p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #646a69;
  text-align: right;
}
.footer__watermark {
  opacity: 0.5;
  align-self: center;
}
.footer__watermark img {
  display: block;
  width: 100%;
}
.footer .footer__disclosure p:not(:last-child) {
  margin-bottom: 0.9375rem;
}/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0.625rem;
  border: 0.0625rem solid #eee;
  caret-color: inherit;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0rem 0rem;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
body::after {
  content: "";
  background-color: rgba(242, 247, 248, 0.8078431373);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 1001;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 1002;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: transparent;
  padding: 1.25rem 0.625rem;
  width: 100%;
  max-width: 62.5rem;
  border-radius: 1.25rem;
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup__field {
  position: relative;
}

.--form-error .popup__input, .--form-error .popup__input::placeholder {
  color: #eb4f4f;
}

[data-fls-form-error] {
  position: absolute;
  bottom: 0.25rem;
  left: 1.25rem;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  text-align: right;
  color: #eb4f4f;
}

.popup__close {
  display: block;
  margin-left: auto;
  margin-right: -1.875rem;
  outline: none;
  border: none;
}

.video-popup .popup__text {
  aspect-ratio: 4/2.83;
  overflow: hidden;
  border: 0.625rem solid #fff;
  border-radius: 1.25rem;
}

.popup--form [data-fls-popup-body] {
  max-width: 77.5rem;
  padding: 0;
  border-radius: 1.75rem;
  position: relative;
  background-color: #fff;
}
.popup--form .popup__close {
  position: absolute;
  top: -3.125rem;
  right: -2.1875rem;
  z-index: 10;
  margin: 0;
  outline: none;
  border: none;
  transition: transform 0.3s ease;
}
.popup--form .popup__close:hover {
  transform: scale(1.3);
}

.popup__columns {
  display: flex;
  min-height: 45rem;
  padding: 0.625rem;
  background-color: #fff;
  gap: 1.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.popup__col--left {
  flex: 0 1 50%;
  background: url(../img/popup-bg.webp) center/cover no-repeat;
  border-radius: 1.25rem 0 0 1.25rem;
  display: flex;
  align-items: flex-end;
  border-radius: 1.25rem;
  overflow: hidden;
}

.popup__col-text {
  padding: 2.5rem 1.25rem 1.875rem 2.5rem;
  max-width: 24.375rem;
}

.popup__heading {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #122A42;
  padding-bottom: 2.8125rem;
}
.popup__heading span {
  color: #4A8DFF;
}

.popup__desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #122A42;
  max-width: 17.8125rem;
}

.popup__col--right {
  flex: 0 1 50%;
  background-color: #4A8DFF;
  border-radius: 0 1.25rem 1.25rem 0;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1.25rem;
  overflow: hidden;
}

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

.popup__fields {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.select--popup-field {
  height: 3.75rem;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.select--popup-field .select__body {
  height: 100%;
}
.select--popup-field .select__title {
  height: 100%;
  width: 100%;
  padding: 0 0.625rem;
  border-radius: 0.9375rem;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #122A42;
  cursor: pointer;
}
.select--popup-field .select__value {
  height: auto;
  flex: 1;
}
.popup__input {
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  border: none;
  border-radius: 0.9375rem;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #122A42;
}
.popup__input::placeholder {
  color: #122A42;
  opacity: 0.7;
}
.popup__input:focus {
  outline: none;
}

.popup__btn {
  width: 100%;
  height: 4.375rem;
  border-radius: 0.9375rem;
  background-color: #122A42;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
}

.popup__btn-text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}

.popup__btn-icon {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.9375rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.popup__btn-icon img {
  transition: filter 0.2s ease;
}

.popup__trust {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.3;
}

@media (width < 77.5em){
  .testimonials__card-title {
    margin-bottom: 1.875rem;
  }
  .testimonials__card-list {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 75rem){
  .why__cards {
    flex-direction: column;
  }
}

@media (width < 72.8125em){
  .testimonials__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .testimonials__top-bg {
    max-width: 31.25rem;
  }
  .testimonials__top-bg img:nth-child(1) {
    display: none;
  }
  .testimonials__top-bg img:nth-child(2) {
    display: block;
    max-width: 31.25rem;
    border-radius: 1.875rem;
  }
  .testimonials__card {
    position: relative;
    left: initial;
    top: initial;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.1875rem;
  }
}

@media (max-width: 64.0625em) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 64.0625em){
  .menu__body {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100svh - 70px);
    overflow: auto;
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
    transition: left 0.3s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  html[data-fls-menu-open] .menu__body {
    left: 0;
  }
  html[data-fls-menu-open] .menu__body::before {
    left: 0;
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu__link {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #153b72;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  html[data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  html[data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  html[data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}

@media (width < 64.0625em) and (width < 48em){
  .advantages__grid {
    gap: 3.125rem;
  }
}

@media (width < 64.0625em){
  [data-fls-popup] {
    padding: 1.875rem 1.625rem;
  }
  .hero__image {
    margin-top: -7vw;
  }
  .hero__video-link {
    position: relative;
    bottom: initial;
    right: initial;
    margin: 0 auto;
    width: 100%;
    max-width: 29.375rem;
    height: auto;
  }
  .hero__play-button {
    bottom: calc(50% - 2.0625rem);
    right: calc(50% - 2.0625rem);
  }
  .advantages__grid {
    gap: 2.5rem;
  }
  .advantages__text {
    font-size: 1.5rem;
  }
  .testimonials__label {
    margin-bottom: 3.125rem;
  }
  .testimonials__top {
    display: block;
  }
  .testimonials__top-bg {
    max-width: 100%;
  }
  .testimonials__top-bg img:nth-child(2) {
    display: block;
    max-width: 100%;
    border-radius: initial;
  }
  .testimonials__intro {
    width: 12.5rem;
  }
  .testimonials__intro-text {
    font-size: 2rem;
  }
  .cta__heading {
    font-size: 3rem;
  }
  .cta__blob {
    width: 43.75rem;
    height: 43.75rem;
  }
  .menu__mobile-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.5625rem;
  }
  .menu__list--secondary {
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
  }
  .menu__link:not(.menu__link--secondary) {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #153b72;
  }
  .menu__link--secondary {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #153b72;
  }
  .footer__container {
    padding-top: 3.125rem;
  }
  .footer__nav {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .popup__columns {
    flex-direction: column;
  }
  .popup__desc {
    font-size: 1rem;
  }
  .popup__heading {
    padding-bottom: 2.25rem;
  }
}

@media (width < 56.25em){
  .how__card-title {
    font-size: 1.375rem;
  }
}

@media (width < 1025px){
  .menu__body {
    background-color: #fff;
  }
}

@media (max-width: 48em){
  .header__buttons {
    flex-wrap: wrap;
    width: 100%;
  }
  .header__button {
    flex: 0 1 400px;
  }
  .header__button span {
    flex: 1 0 70%;
    text-align: center;
  }
}

@media (width < 75em){
  .hero__form-row {
    flex-wrap: wrap;
  }
  .hero__form-field,
  .hero__form-field--email {
    flex: 0 0 calc((100% - 1.25rem) / 3);
  }
  .hero__btn--desktop-only {
    flex: 1 1 100%;
    justify-content: space-between;
  }
}

@media (width < 48em){
  .popup__heading {
    padding-bottom: 1.625rem;
  }
  .hero__form-row {
    flex-wrap: wrap;
  }
  .hero__form-field,
  .hero__form-field--email {
    display: none;
  }
  .hero__btn--desktop-only {
    display: none;
  }
  .hero__btn--mobile-only {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex: 1 1 100%;
  }
  .why__label {
    margin-bottom: 3.125rem;
  }
  .why__heading > * {
    margin-left: 0;
  }
  .why__list {
    flex: 0 0 60%;
  }
  .how__cards {
    flex-direction: column;
    gap: 1rem;
  }
  .how__card {
    width: 100%;
    max-width: 31.25rem;
    aspect-ratio: 335/450;
    margin: 0 auto 1.25rem;
  }
  .how__card-title {
    font-size: 2.5rem;
    max-width: 20rem;
  }
  .how__card-desc {
    font-size: 1.875rem;
    max-width: 18.125rem;
  }
  .how__card--1,
  .how__card--2,
  .how__card--3 {
    backdrop-filter: none;
  }
  .faq .faq__wrapper {
    flex-direction: column;
    gap: 3.125rem;
  }
  .faq__right {
    flex: none;
    width: 100%;
  }
  .benefits__card {
    flex: 0 0 100%;
  }
  .benefits__card--1,
  .benefits__card--4 {
    background-image: var(--ben-bg-blue-mobile, url("../img/why-card-bg-blue-mobile.png"));
  }
  .benefits__card--2,
  .benefits__card--3 {
    background-image: var(--ben-bg-green-mobile, url("../img/why-card-bg-green-mobile.png"));
  }
  .advantages__col {
    gap: 3.125rem;
  }
  .advantages__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .advantages {
    padding: 3.125rem 0;
  }
  .advantages__grid {
    flex-direction: column;
    gap: 1.5rem;
  }
  .testimonials__heading {
    text-align: left;
  }
  .testimonials__heading span {
    display: block;
  }
  .testimonials__top {
    height: auto;
    min-height: 31.25rem;
  }
  .testimonials__card {
    position: relative;
    transform: none;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .testimonials__bottom {
    flex-direction: column;
  }
  .testimonials__intro {
    width: 100%;
  }
  .cta__container {
    aspect-ratio: 375/689;
    background: url("../img/cta-bg-mobile.webp") center/cover no-repeat;
    align-items: flex-end;
    padding-bottom: 30vw;
  }
  .cta__desc {
    margin-top: auto;
    margin-bottom: 35px !important;
  }
  .cta {
    padding: 2.5rem 0;
  }
  .cta__container {
    border-radius: 2.5rem;
  }
  .cta__content {
    padding: 3.125rem 0;
  }
  .cta__heading {
    font-size: 2.25rem;
  }
  .cta__desc p {
    font-size: 1.125rem;
  }
  .cta__blob {
    width: 25rem;
    height: 25rem;
  }
  .seo {
    padding: 3.75rem 0;
  }
  .seo__text {
    font-size: 1rem;
  }
  .menu__list {
    align-items: flex-start;
  }
  .footer__container {
    padding-top: 1.25rem;
    gap: 1.875rem;
  }
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer__logo {
    margin: 0 auto;
  }
  .footer__links {
    flex-direction: column;
    margin: 0 auto;
  }
  .footer .footer__socials {
    margin: 1.875rem auto;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9375rem;
  }
  .footer__legal p {
    text-align: left;
  }
}

@media (width < 40.625em){
  .why__card-inner {
    display: block;
  }
  .why__card-top {
    height: 8.75rem;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0.625rem;
  }
  .why__card-name {
    padding: 0;
  }
  .why__list {
    flex: 1 1 100%;
  }
}

@media (width < 30.0625em){
  .swiper-wrapper {
    display: block;
  }
  .swiper-slide:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (width < 30em){
  .how__card-title {
    font-size: 1.875rem;
    max-width: 15rem;
  }
  .how__card-desc {
    font-size: 1.25rem;
    max-width: 16.25rem;
  }
  .faq__image {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .faq__cta-btn {
    padding: 0.625rem 0.625rem 0.625rem 1.5625rem;
    gap: 1.5625rem;
  }
  .benefits__card {
    padding: 1.875rem 1.25rem;
    gap: 2.1875rem;
  }
  .cta__container {
    padding-bottom: 15vw;
  }
  .cta__heading {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    margin-bottom: 35px;
  }
  .menu__body {
    align-items: flex-start;
  }
  .video-popup .popup__text {
    border: 0.3125rem solid #fff;
  }
}

@media (width < 26.5625em){
  .cta__container {
    padding-bottom: 0rem;
  }
}

@media (width < 20em){
  .hero {
    padding-top: 2.8125rem;
  }
  .hero__title {
    font-size: 2.8125rem;
  }
  .hero__title {
    margin-bottom: 1.875rem;
  }
  .hero__subtitle {
    font-size: 1.25rem;
  }
  .why {
    padding-top: 3.125rem;
  }
  .why {
    padding-bottom: 3.125rem;
  }
  .why__header {
    margin-bottom: 3.125rem;
  }
  .why__heading {
    font-size: 2.8125rem;
  }
  .why__card-name {
    font-size: 1.75rem;
  }
  .why__card-name > * {
    font-size: 1.75rem;
  }
  .how {
    padding-top: 3.125rem;
  }
  .how {
    padding-bottom: 3.125rem;
  }
  .how__heading {
    padding-top: 1.875rem;
  }
  .how__heading {
    font-size: 2.8125rem;
  }
  .how__heading {
    margin-bottom: 1.25rem;
  }
  .how__tagline {
    font-size: 1.5rem;
  }
  .faq {
    padding-top: 3.125rem;
  }
  .faq {
    padding-bottom: 3.125rem;
  }
  .faq__heading {
    font-size: 2.8125rem;
  }
  .faq__heading {
    padding-top: 2.1875rem;
  }
  .faq__heading {
    margin-bottom: 3.125rem;
  }
  .faq__cta-title {
    font-size: 1.375rem;
  }
  .benefits {
    padding-top: 3.75rem;
  }
  .benefits {
    padding-bottom: 3.75rem;
  }
  .benefits__container {
    gap: 3.125rem;
  }
  .benefits__heading {
    font-size: 2.8125rem;
  }
  .benefits__card-title {
    font-size: 1.875rem;
  }
  .testimonials {
    padding-top: 3.125rem;
  }
  .testimonials {
    padding-bottom: 3.125rem;
  }
  .testimonials {
    gap: 3.125rem;
  }
  .testimonials__heading {
    font-size: 2.8125rem;
  }
  .testimonials__heading {
    margin-bottom: 1.875rem;
  }
  .cta__heading {
    font-size: 2.8125rem;
  }
  .cta__desc {
    margin-bottom: 3.125rem;
  }
  .cta__btn {
    padding-top: 6.25e-8rem;
  }
  .cta__btn {
    padding-bottom: 6.25e-8rem;
  }
  .cta__btn {
    padding-right: 0.25rem;
  }
  .cta__btn {
    padding-left: 2.1875rem;
  }
  .cta__btn {
    gap: 2.1875rem;
  }
  .cta__btn-icon {
    width: 2.4375rem;
  }
  .cta__btn-icon {
    height: 2.4375rem;
  }
}

@media (width >= 20em) and (width < 89.375em){
  .hero {
    padding-top: clamp( 2.8125rem , 1.46114864865rem  +  6.7567567568vw , 7.5rem );
  }
  .hero__title {
    font-size: clamp( 2.8125rem , 2.18186936936875rem  +  3.1531531532vw , 5rem );
  }
  .hero__title {
    margin-bottom: clamp( 1.25rem , 2.05518018018125rem  +  -0.9009009009vw , 1.875rem );
  }
  .hero__subtitle {
    font-size: clamp( 1.25rem , 1.03378378378125rem  +  1.0810810811vw , 2rem );
  }
  .why {
    padding-top: clamp( 3.125rem , 2.40427927928125rem  +  3.6036036036vw , 5.625rem );
  }
  .why {
    padding-bottom: clamp( 3.125rem , 1.3231981982rem  +  9.009009009vw , 9.375rem );
  }
  .why__header {
    margin-bottom: clamp( 3.125rem , 2.49436936936875rem  +  3.1531531532vw , 5.3125rem );
  }
  .why__heading {
    font-size: clamp( 2.8125rem , 2.18186936936875rem  +  3.1531531532vw , 5rem );
  }
  .why__card-name {
    font-size: clamp( 1.75rem , 1.35360360360625rem  +  1.981981982vw , 3.125rem );
  }
  .why__card-name > * {
    font-size: clamp( 1.75rem , 1.35360360360625rem  +  1.981981982vw , 3.125rem );
  }
  .how {
    padding-top: clamp( 3.125rem , 2.2240990991rem  +  4.5045045045vw , 6.25rem );
  }
  .how {
    padding-bottom: clamp( 3.125rem , 1.8637387387375rem  +  6.3063063063vw , 7.5rem );
  }
  .how__heading {
    padding-top: clamp( 1.875rem , 1.24436936936875rem  +  3.1531531532vw , 4.0625rem );
  }
  .how__heading {
    font-size: clamp( 2.8125rem , 2.18186936936875rem  +  3.1531531532vw , 5rem );
  }
  .how__heading {
    margin-bottom: clamp( 1.25rem , 0.52927927928125rem  +  3.6036036036vw , 3.75rem );
  }
  .how__tagline {
    font-size: clamp( 1.5rem , 1.06756756756875rem  +  2.1621621622vw , 3rem );
  }
  .faq {
    padding-top: clamp( 3.125rem , 1.4132882882875rem  +  8.5585585586vw , 9.0625rem );
  }
  .faq {
    padding-bottom: clamp( 3.125rem , 1.8637387387375rem  +  6.3063063063vw , 7.5rem );
  }
  .faq__heading {
    font-size: clamp( 2.8125rem , 2.18186936936875rem  +  3.1531531532vw , 5rem );
  }
  .faq__heading {
    padding-top: clamp( 2.1875rem , 1.55686936936875rem  +  3.1531531532vw , 4.375rem );
  }
  .faq__heading {
    margin-bottom: clamp( 3.125rem , 2.2240990991rem  +  4.5045045045vw , 6.25rem );
  }
  .faq__cta-title {
    font-size: clamp( 1.375rem , 1.23085585585625rem  +  0.7207207207vw , 1.875rem );
  }
  .benefits {
    padding-top: clamp( 3.75rem , 3.02927927928125rem  +  3.6036036036vw , 6.25rem );
  }
  .benefits {
    padding-bottom: clamp( 3.75rem , 2.12837837838125rem  +  8.1081081081vw , 9.375rem );
  }
  .benefits__container {
    gap: clamp( 3.125rem , 2.2240990991rem  +  4.5045045045vw , 6.25rem );
  }
  .benefits__heading {
    font-size: clamp( 2.8125rem , 2.18186936936875rem  +  3.1531531532vw , 5rem );
  }
  .benefits__card-title {
    font-size: clamp( 1.875rem , 1.5146396396375rem  +  1.8018018018vw , 3.125rem );
  }
  .testimonials {
    padding-top: clamp( 3.125rem , 1.3231981982rem  +  9.009009009vw , 9.375rem );
  }
  .testimonials {
    padding-bottom: clamp( 3.125rem , 2.94481981981875rem  +  0.9009009009vw , 3.75rem );
  }
  .testimonials {
    gap: clamp( 3.125rem , 2.2240990991rem  +  4.5045045045vw , 6.25rem );
  }
  .testimonials__heading {
    font-size: clamp( 2.8125rem , 2.18186936936875rem  +  3.1531531532vw , 5rem );
  }
  .testimonials__heading {
    margin-bottom: clamp( 1.875rem , 0.6137387387375rem  +  6.3063063063vw , 6.25rem );
  }
  .cta__heading {
    font-size: clamp( 2.8125rem , 2.36204954955rem  +  2.2522522523vw , 4.375rem );
  }
  .cta__desc {
    margin-bottom: clamp( 2.65rem , 2.2240990991rem  +  4.5045045045vw , 6.25rem );
  }
  .cta__btn {
    padding-top: clamp( 6.25e-8rem , -0.36036027984375rem  +  1.8018017117vw , 1.25rem );
  }
  .cta__btn {
    padding-bottom: clamp( 6.25e-8rem , -0.36036027984375rem  +  1.8018017117vw , 1.25rem );
  }
  .cta__btn {
    padding-right: clamp( 0.25rem , 0.14189189189375rem  +  0.5405405405vw , 0.625rem );
  }
  .cta__btn {
    padding-left: clamp( 2.1875rem , 1.91722972973125rem  +  1.3513513514vw , 3.125rem );
  }
  .cta__btn {
    gap: clamp( 2.1875rem , 1.91722972973125rem  +  1.3513513514vw , 3.125rem );
  }
  .cta__btn-icon {
    width: clamp( 2.4375rem , 2.2393018018rem  +  0.990990991vw , 3.125rem );
  }
  .cta__btn-icon {
    height: clamp( 2.4375rem , 2.2393018018rem  +  0.990990991vw , 3.125rem );
  }
}

@media (width >= 64.0625em){
  .faq__spollers {
    max-width: 43.75rem;
  }
}

@media (min-width: 75rem){
  .menu {
    flex: 0 1 65%;
  }
}

@media (width >= 89.375em){
  .hero {
    padding-top: 7.5rem;
  }
  .hero__title {
    font-size: 5rem;
  }
  .hero__title {
    margin-bottom: 1.25rem;
  }
  .hero__subtitle {
    font-size: 2rem;
  }
  .why {
    padding-top: 5.625rem;
  }
  .why {
    padding-bottom: 9.375rem;
  }
  .why__header {
    margin-bottom: 5.3125rem;
  }
  .why__heading {
    font-size: 5rem;
  }
  .why__card-name {
    font-size: 3.125rem;
  }
  .why__card-name > * {
    font-size: 3.125rem;
  }
  .how {
    padding-top: 6.25rem;
  }
  .how {
    padding-bottom: 7.5rem;
  }
  .how__heading {
    padding-top: 4.0625rem;
  }
  .how__heading {
    font-size: 5rem;
  }
  .how__heading {
    margin-bottom: 3.75rem;
  }
  .how__tagline {
    font-size: 3rem;
  }
  .faq {
    padding-top: 9.0625rem;
  }
  .faq {
    padding-bottom: 7.5rem;
  }
  .faq__heading {
    font-size: 5rem;
  }
  .faq__heading {
    padding-top: 4.375rem;
  }
  .faq__heading {
    margin-bottom: 6.25rem;
  }
  .faq__cta-title {
    font-size: 1.875rem;
  }
  .benefits {
    padding-top: 6.25rem;
  }
  .benefits {
    padding-bottom: 9.375rem;
  }
  .benefits__container {
    gap: 6.25rem;
  }
  .benefits__heading {
    font-size: 5rem;
  }
  .benefits__card-title {
    font-size: 3.125rem;
  }
  .testimonials {
    padding-top: 9.375rem;
  }
  .testimonials {
    padding-bottom: 3.75rem;
  }
  .testimonials {
    gap: 6.25rem;
  }
  .testimonials__heading {
    font-size: 5rem;
  }
  .testimonials__heading {
    margin-bottom: 6.25rem;
  }
  .cta__heading {
    font-size: 4.375rem;
  }
  .cta__desc {
    margin-bottom: 6.25rem;
  }
  .cta__btn {
    padding-top: 1.25rem;
  }
  .cta__btn {
    padding-bottom: 1.25rem;
  }
  .cta__btn {
    padding-right: 0.625rem;
  }
  .cta__btn {
    padding-left: 3.125rem;
  }
  .cta__btn {
    gap: 3.125rem;
  }
  .cta__btn-icon {
    width: 3.125rem;
  }
  .cta__btn-icon {
    height: 3.125rem;
  }
}

@media (any-hover: hover){
  .hero__btn:hover {
    background: #122a42;
  }
  .hero__btn:hover .hero__btn-icon {
    background-color: #4a8dff;
  }
  .hero__btn:hover .hero__btn-icon img {
    filter: brightness(0) invert(1);
  }
  .faq__item:not([open]):hover {
    border-color: #4a8dff;
  }
  .faq__item:not([open]):hover .faq__question-text {
    color: #4a8dff;
  }
  .faq__item:not([open]):hover .faq__toggle {
    background-color: #4a8dff;
  }
  .faq__cta-btn:hover {
    border-color: #4a8dff;
    color: #4a8dff;
  }
  .faq__cta-btn:hover .faq__cta-btn-icon {
    background-color: #4a8dff;
  }
  .testimonials__card-btn:hover {
    border-color: #4a8dff;
    color: #4a8dff;
  }
  .testimonials__card-btn:hover .testimonials__card-btn-icon {
    background-color: #4a8dff;
  }
  .cta__btn:hover {
    background: #122a42;
  }
  .cta__btn:hover .cta__btn-icon {
    background-color: #4a8dff;
  }
  .cta__btn:hover .cta__btn-icon img {
    filter: brightness(0) invert(1);
  }
  .select__option:hover {
    background: #eef6ff;
    color: #4a8dff;
  }
  .menu__link:hover {
    opacity: 0.5;
  }
  .header__button--primary:hover {
    border-color: #4a8dff;
    color: #4a8dff;
  }
  .header__button--primary:hover .header__button-icon {
    background-color: #4a8dff;
  }
  .header__button--secondary:hover {
    background-color: #122a42;
  }
  .header__button--secondary:hover .header__button-icon {
    background-color: #4a8dff;
  }
  .header__button--secondary:hover .header__button-icon img {
    filter: brightness(0) invert(1);
  }
  .footer__link:hover {
    opacity: 0.5;
  }
  .footer__social:hover {
    opacity: 0.5;
  }
  .popup__btn:hover .popup__btn-icon {
    background-color: #4a8dff;
  }
  .popup__btn:hover .popup__btn-icon img {
    filter: brightness(0) invert(1);
  }
}

/* Legal pages */
.legal__container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.legal__title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 1.5rem;
}
.legal__content p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #646a69;
}
.legal__content h2,
.legal__content h3 {
  margin: 2rem 0 0.75rem;
}

/* Inner page hero */
.hero-inner {
  background: #cce5ff;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
  position: relative;
  padding: 10rem 3.75rem 4rem;
  margin-top: -90px;
}
.hero-inner__container {
  max-width: 89.375rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-inner__title {
  color: var(--main-color);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}
.hero-inner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-inner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Legal intro */
.legal-intro {
  padding: 6.25rem 0;
}
.legal-intro__container {
  max-width: 89.375rem;
  margin: 0 auto;
}
.legal-intro__text {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  color: #646a69;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* Legal content cards */
.legal-content {
  padding: 0;
}
.legal-intro + .legal-content {
  padding-top: 0;
}
.legal-content__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.legal-card {
  max-width: 64rem;
  background: #fff;
  border: 1px solid #cce5ff;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.legal-card__heading {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  color: var(--main-color);
}
.legal-card__title {
  font-size: clamp(1.5rem, 3.5vw, 3.125rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}
.legal-card__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}
.legal-card__body {
  font-size: 1rem;
  color: #646a69;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.legal-card__body p {
  margin-bottom: 0.75rem;
}
.legal-card__body p:last-child {
  margin-bottom: 0;
}
.legal-card__body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
}
.legal-card__body ul li {
  list-style: disc;
}
.legal-card__body ul li + li {
  margin-top: 0.5rem;
}
.legal-card--meta .legal-card__date {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: -0.03em;
}

@media (width < 62em) {
  .hero-inner {
    border-radius: 0 0 2.5rem 2.5rem;
    padding: 9.375rem 1rem 2.5rem;
  }
  .legal-intro {
    padding: 4.375rem 1rem;
  }
  .legal-content {
    padding-top: 4.375rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 3rem;
  }
  .legal-intro + .legal-content {
    padding-top: 0;
  }
  .legal-card {
    gap: 2rem;
    padding: 1.5rem;
  }
  .legal-card__heading {
    gap: 1.5rem;
  }
}

@media (width < 48em) {
  .hero-inner__title {
    font-weight: 600;
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .legal-intro {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .legal-content {
    padding-top: 3.125rem;
  }
  .legal-intro + .legal-content {
    padding-top: 0;
  }
}

@media (width > 1200px) {
	.page-id-17 .hero-inner {
		margin-bottom: 100px;
	}

	.how__cards {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
}


@media (width < 1000px) {
	.how__cards {
		flex-direction: column;
        gap: 1rem;
	}
	.how__card {
        width: 100%;
        max-width: 31.25rem;
        aspect-ratio: 335 / 450;
        margin: 0 auto 1.25rem;
		backdrop-filter: none !important;
    }
}

@media (width < 768px) {
.advantages__grid {
        gap: 3.125rem;
    }
    .advantages__text {
        text-align: center;
    }
}

[data-popup-success] {
	color: #50e6d7;
}