@keyframes underLineAnimation {
  0% {
    bottom: -2px;
    left: 50%;
    width: 1vw;
  }
  50% {
    bottom: 0vh;
    left: 50%;
    width: 1vw;
  }
  100% {
    left: 0;
    width: 100vw;
    bottom: 0;
  }
}
@keyframes iconShakeX {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
@keyframes citiesTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.headers__box {
  gap: 2vh;
  text-align: center;
}
.headers__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headers__box {
  width: 50%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .headers__box {
    width: 100%;
    padding: 0;
  }
}
.headers__box .headers__suptitle {
  display: inline-flex;
  padding: 0.45vw 0.9vw;
  border-radius: 999px;
  background: rgba(47, 158, 126, 0.08);
  border: 1px solid rgba(47, 158, 126, 0.22);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(2, 81, 49, 0.08);
}
.headers__box .headers__suptitle {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #2f9e7e;
}
@media screen and (max-width: 800px) {
  .headers__box .headers__suptitle {
    padding: 1.8vw 3.5vw;
    gap: 2vw;
    letter-spacing: 0.12em;
  }
}
.headers__box .headers__title {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.headers__box .accent__line {
  position: relative;
  width: 72px;
  height: 2px;
  margin-top: 0.5vh;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 158, 126, 0.18) 0%, rgba(47, 158, 126, 0.95) 50%, rgba(47, 158, 126, 0.18) 100%);
}
.headers__box .accent__line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 6px;
  border-radius: 999px;
  background: #2f9e7e;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 14px rgba(47, 158, 126, 0.22);
}
@media screen and (max-width: 800px) {
  .headers__box .accent__line {
    width: 56px;
  }
  .headers__box .accent__line::after {
    width: 14px;
  }
}

.eyebrow {
  width: fit-content;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 0.08em;
  text-shadow: 0 8px 24px rgba(2, 81, 49, 0.16);
}
.eyebrow {
  font-size: clamp(12px, 0.9vw, 14px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #025131;
}

.svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}
.svg-icon::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--icon) center/contain no-repeat;
  mask: var(--icon) center/contain no-repeat;
}

.svg-icon--arrow-left {
  --icon: url("../img/ico/arrow-left-solid-full.svg");
}

.svg-icon--arrow-right {
  --icon: url("../img/ico/arrow-right-solid-full.svg");
}

.svg-icon--calendar-check {
  --icon: url("../img/ico/calendar-check-regular-full.svg");
}

.svg-icon--certificate {
  --icon: url("../img/ico/certificate-solid-full.svg");
}

.svg-icon--check {
  --icon: url("../img/ico/check-solid-full.svg");
}

.svg-icon--chevron-down {
  --icon: url("../img/ico/chevron-down-solid-full.svg");
}

.svg-icon--clock {
  --icon: url("../img/ico/clock-solid-full.svg");
}

.svg-icon--envelope {
  --icon: url("../img/ico/envelope-solid-full.svg");
}

.svg-icon--facebook-f {
  --icon: url("../img/ico/facebook-f-brands-solid-full.svg");
}

.svg-icon--file-invoice {
  --icon: url("../img/ico/file-invoice-solid-full.svg");
}

.svg-icon--headset {
  --icon: url("../img/ico/headset-solid-full.svg");
}

.svg-icon--house {
  --icon: url("../img/ico/house-solid-full.svg");
}

.svg-icon--list-check {
  --icon: url("../img/ico/list-check-solid-full.svg");
}

.svg-icon--paper-plane {
  --icon: url("../img/ico/paper-plane-solid-full.svg");
}

.svg-icon--phone {
  --icon: url("../img/ico/phone-solid-full.svg");
}

.svg-icon--screwdriver-wrench {
  --icon: url("../img/ico/screwdriver-wrench-solid-full.svg");
}

.svg-icon--toolbox {
  --icon: url("../img/ico/toolbox-solid-full.svg");
}

.svg-icon--user-shield {
  --icon: url("../img/ico/user-shield-solid-full.svg");
}

.svg-icon--xmark {
  --icon: url("../img/ico/xmark-solid-full.svg");
}

.main__btn {
  width: fit-content;
  flex: 0 0 auto;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #2f9e7e;
  border-radius: 5px;
  transition: 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  align-self: center;
  cursor: pointer;
}
.main__btn {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #f7faf8;
}
.main__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
}
@media screen and (max-width: 800px) {
  .main__btn {
    gap: 2vw;
  }
}
.main__btn .svg-icon {
  transition: 0.3s;
}
.main__btn:hover {
  background-color: rgb(37.6458536585, 126.5541463415, 100.9229268293);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.main__btn:hover .svg-icon {
  animation: iconShakeX 0.45s ease-in-out;
}
.main__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.main__btn:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 2px;
}

.secondary__btn {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  border-radius: 5px;
  outline: 2px solid #2f9e7e;
  outline-offset: -2px;
  transition: 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.secondary__btn {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #1f2937;
}
.secondary__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
}
.secondary__btn .svg-icon {
  transition: 0.3s;
}
.secondary__btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.secondary__btn:hover .svg-icon {
  animation: iconShakeX 0.45s ease-in-out;
}
.secondary__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.secondary__btn:focus-visible {
  outline: 4px solid #2f9e7e;
  outline-offset: 2px;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-v20-latin-ext-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-v20-latin-ext-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-v20-latin-ext-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-v20-latin-ext-800.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  box-sizing: content-box;
}

strong {
  font-weight: 600;
}

body {
  max-width: 100vw;
  overflow: hidden;
  overflow-y: auto;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main {
  width: 100vw;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  width: auto;
  height: auto;
}

table {
  border: none;
  border-collapse: collapse;
}

div {
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: "Montserrat", Arial, sans-serif;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

p {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
}

ul,
li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

nav {
  display: flex;
  justify-content: center;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

input:not([type=checkbox]),
select,
textarea {
  width: 95%;
  padding: 1vh 2.5%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 2px rgba(2, 81, 49, 0.25), 0 0 0 rgba(2, 81, 49, 0.1);
  backdrop-filter: blur(4px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
input:not([type=checkbox]),
select,
textarea {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
}

input:not([type=checkbox]):hover,
select:hover,
textarea:hover {
  background: rgba(255, 255, 255, 0.16);
}

input:not([type=checkbox]):focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #2f9e7e;
  box-shadow: 0 0 0 2px rgba(47, 158, 126, 0.35), inset 0 1px 2px rgba(2, 81, 49, 0.2);
  background: rgba(255, 255, 255, 0.22);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.form__field-label {
  gap: 0.2rem;
  width: 100%;
}
.form__field-label {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #f7faf8;
}
.form__field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.required-mark {
  color: #ff4d4f;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
}

.form__privacy-consent {
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.75rem;
  cursor: pointer;
}
.form__privacy-consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.form__privacy-consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  accent-color: #2f9e7e;
  flex: 0 0 18px;
}

.form__privacy-note {
  width: 100%;
  margin: 0;
  line-height: 1.6;
}
.form__privacy-note {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  color: #d7e4df;
}
.form__privacy-note a {
  color: #2f9e7e;
  font-weight: 700;
  text-decoration: underline;
}

.form__privacy-note--light {
  color: rgba(247, 250, 248, 0.88);
}
.form__privacy-note--light a {
  color: #fff;
}

.site-footer {
  padding: 8vh 0 0;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}
.site-footer {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .site-footer {
    width: 100%;
    padding: 0;
  }
}
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .site-footer {
    width: 90%;
    padding: 6vh 5% 0;
  }
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(180px, 1fr));
  gap: clamp(24px, 3vw, 52px);
  max-width: 1400px;
  margin-bottom: 2vh;
}
.site-footer__inner {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .site-footer__inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 800px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "menu useful" "contact contact" "brand brand";
  }
}
@media screen and (max-width: 560px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "menu useful" "contact contact" "brand brand";
  }
}

.site-footer__brand,
.site-footer__column {
  position: relative;
  padding-top: 18px;
}
.site-footer__brand::before,
.site-footer__column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f9e7e, rgba(47, 158, 126, 0.18));
}

.site-footer__brand {
  gap: 1.4rem;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .site-footer__brand {
    grid-area: brand;
    grid-column: 1/-1;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer__brand::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.site-footer__logo img {
  width: 132px;
  height: auto;
}
.site-footer__logo span {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
@media screen and (max-width: 800px) {
  .site-footer__logo {
    justify-content: center;
  }
}

.site-footer__description {
  max-width: 360px;
  line-height: 1.7;
}
.site-footer__description {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.site-footer__social {
  gap: 10px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(2, 81, 49, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(2, 81, 49, 0.06);
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.site-footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.site-footer__social {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #1f2937;
}
.site-footer__social .svg-icon {
  color: #2f9e7e;
}
.site-footer__social:hover {
  color: #025131;
  border-color: rgba(47, 158, 126, 0.45);
  background: rgba(47, 158, 126, 0.12);
}
@media screen and (max-width: 800px) {
  .site-footer__social {
    align-self: center;
  }
}

.site-footer__column {
  gap: 1rem;
}
.site-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 800px) {
  .site-footer__column--menu {
    grid-area: menu;
  }
}
@media screen and (max-width: 560px) {
  .site-footer__column--menu {
    grid-area: menu;
    align-items: center;
    text-align: center;
  }
  .site-footer__column--menu::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer__column--menu .site-footer__links {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer__column--menu .site-footer__contact {
    align-items: center;
  }
  .site-footer__column--menu .site-footer__contact li {
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .site-footer__column--useful {
    grid-area: useful;
  }
}
@media screen and (max-width: 560px) {
  .site-footer__column--useful {
    grid-area: useful;
    align-items: center;
    text-align: center;
  }
  .site-footer__column--useful::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer__column--useful .site-footer__links {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .site-footer__column--useful .site-footer__contact {
    align-items: center;
  }
  .site-footer__column--useful .site-footer__contact li {
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .site-footer__column--contact {
    grid-area: contact;
    grid-column: 1/-1;
    align-items: center;
    text-align: center;
  }
  .site-footer__column--contact::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer__column--contact .site-footer__contact {
    align-items: center;
  }
  .site-footer__column--contact .site-footer__contact li {
    justify-content: center;
  }
}

.site-footer__title {
  line-height: 1.25;
}
.site-footer__title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.site-footer__contact,
.site-footer__links {
  gap: 0.85rem;
}
.site-footer__contact,
.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.site-footer__contact li {
  gap: 10px;
  line-height: 1.55;
}
.site-footer__contact li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer__contact li {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.site-footer__contact li .svg-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(47, 158, 126, 0.1);
}
.site-footer__contact li .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.site-footer__contact li .svg-icon {
  font-size: 11px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #2f9e7e;
}
.site-footer__contact a {
  transition: color 0.25s ease;
}
.site-footer__contact a:hover {
  color: #2f9e7e;
}

.site-footer__links li {
  line-height: 1.45;
}
.site-footer__links li {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.site-footer__links a {
  position: relative;
  transition: color 0.25s ease;
}
.site-footer__links a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #2f9e7e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.site-footer__links a:hover {
  color: #025131;
}
.site-footer__links a:hover::before {
  transform: scaleX(1);
}

.footer__bottom {
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-top: 6vh;
  padding: 2.4vh 0;
  border-top: 1px solid rgba(2, 81, 49, 0.12);
}
.footer__bottom {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .footer__bottom {
    width: 100%;
    padding: 0;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
@media screen and (max-width: 800px) {
  .footer__bottom {
    align-items: center;
    justify-content: center;
    padding: 2vh 0;
  }
}
.footer__bottom a {
  color: #1f2937;
  transition: color 0.25s ease;
}
.footer__bottom a:hover {
  color: #2f9e7e;
}

.header__line {
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  overflow: visible;
  z-index: 991;
}
.header__line {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .header__line {
    width: 100%;
    padding: 0;
  }
}
.header__line .header__line__content {
  position: relative;
  padding: 2vh 5%;
  z-index: 992;
}
.header__line .header__line__content {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .header__line .header__line__content {
    width: 100%;
    padding: 0;
  }
}
.header__line .header__line__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .header__line .header__line__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 2vh 0;
    column-gap: 1.75rem;
  }
}
.header__line .underline {
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 50%;
  width: 1vw;
  background-color: #2f9e7e;
  opacity: 0;
  transition: 1s;
  z-index: 991;
}
.header__line .underline.underline__active {
  opacity: 1;
  animation: underLineAnimation 0.6s ease-in-out forwards;
}
.header__line .underline.underline__reverse {
  opacity: 1;
  animation: underLineAnimation 0.6s reverse forwards;
}
.header__line .header__line__bckgr {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
  transform: translateY(-100%);
  transition: 0.3s;
  z-index: 990;
}
@media screen and (max-width: 800px) {
  .header__line .header__line__bckgr {
    transition: 0.1s;
  }
}

.header__logo__wrapper {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.header__logo__wrapper {
  width: 110px;
  height: auto;
  overflow: hidden;
  outline: unset;
  outline-offset: -2px;
}
.header__logo__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header__logo__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .header__logo__wrapper {
    width: 88px;
  }
}

.header__form__btn {
  flex: 0 0 auto;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 5px;
  background: #2f9e7e;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.header__form__btn {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #f7faf8;
}
@media screen and (max-width: 800px) {
  .header__form__btn {
    width: fit-content;
    padding: 1vh 2vw;
    margin-left: auto;
  }
}
.header__form__btn:hover {
  background: #247a62;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(2, 81, 49, 0.24);
}
.header__form__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 10px rgba(2, 81, 49, 0.18);
}
.header__form__btn:focus-visible {
  outline: 3px solid rgba(247, 250, 248, 0.85);
  outline-offset: 3px;
}

.burger__menu {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .burger__menu {
    margin-right: 2.5vw;
    position: relative;
    display: flex;
    grid-column: 3;
    justify-self: end;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 34px;
    height: 24px;
    padding: 0;
  }
  .burger__menu span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #025131;
    transition: 0.3s;
    border-radius: 5px;
  }
  .burger__menu span:nth-child(1) {
    top: 0;
  }
  .burger__menu span:nth-child(2) {
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger__menu span:nth-child(3) {
    bottom: 0;
  }
  .burger__menu.activeCloser span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .burger__menu.activeCloser span:nth-child(2) {
    opacity: 0;
  }
  .burger__menu.activeCloser span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

.menu__box {
  flex: 1 1 auto;
  gap: 5vw;
}
.menu__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .menu__box {
    grid-column: 1/-1;
    grid-row: 2;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: 0.75rem;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    border-radius: 0 0 8px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
  }
}

.menu__item__box {
  list-style: none;
  gap: 1vw;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu__item__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .menu__item__box {
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
  }
}
.menu__item__box > li {
  position: relative;
  padding: 0.8rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu__item__box > li {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #1f2937;
}
@media screen and (max-width: 800px) {
  .menu__item__box > li {
    width: 100%;
    text-align: right;
    padding: 0;
  }
}
.menu__item__box > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.menu__item__box > li > a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 100%;
  height: 2px;
  opacity: 0;
  border-radius: 999px;
  background-color: #2f9e7e;
  box-shadow: 0 0 5px #2f9e7e;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.menu__item__box > li > a:hover::after, .menu__item__box > li > a.drawn__underline__active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 800px) {
  .menu__item__box > li > a {
    display: block;
    padding: 0.15rem 0;
    justify-self: flex-start;
  }
}
.menu__item__box .menu-item-has-children {
  padding-right: 1.35rem;
}
@media screen and (max-width: 800px) {
  .menu__item__box .menu-item-has-children {
    display: grid;
    grid-template-columns: max-content auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
    padding-right: 0;
    column-gap: 0.55rem;
    cursor: pointer;
  }
}
.menu__item__box .submenu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(31, 41, 55, 0.8);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.25s ease, transform 0.25s ease;
}
.menu__item__box .submenu-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.menu__item__box .submenu-toggle .svg-icon {
  font-size: 0.75rem;
  color: inherit;
  line-height: 1;
  pointer-events: none;
}
.menu__item__box .submenu-toggle:hover, .menu__item__box .submenu-toggle:focus-visible {
  color: #2f9e7e;
}
.menu__item__box .submenu-toggle:focus-visible {
  outline: 2px solid #2f9e7e;
  outline-offset: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  .menu__item__box .submenu-toggle {
    position: static;
    width: 1.5rem;
    height: 1.5rem;
    transform: none;
  }
}
.menu__item__box .menu-item-has-children:hover > .submenu-toggle, .menu__item__box .menu-item-has-children:focus-within > .submenu-toggle, .menu__item__box .menu-item-has-children.submenu-open > .submenu-toggle {
  color: #2f9e7e;
}
.menu__item__box .menu-item-has-children:hover > .submenu-toggle, .menu__item__box .menu-item-has-children:focus-within > .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 800px) {
  .menu__item__box .menu-item-has-children:hover > .submenu-toggle, .menu__item__box .menu-item-has-children:focus-within > .submenu-toggle {
    transform: none;
  }
}
@media screen and (max-width: 800px) {
  .menu__item__box .menu-item-has-children.submenu-open > .submenu-toggle {
    transform: rotate(180deg);
  }
}
.menu__item__box .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 240px;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(2, 81, 49, 0.98);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
  z-index: 1000;
  gap: 0.45rem;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .menu__item__box .sub-menu {
    position: static;
    grid-column: 1/-1;
    justify-self: stretch;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 0.35rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    gap: 0.45rem;
  }
}
.menu__item__box .sub-menu li {
  width: 100%;
  text-transform: none;
  white-space: normal;
}
.menu__item__box .sub-menu li {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #f7faf8;
}
@media screen and (max-width: 800px) {
  .menu__item__box .sub-menu li {
    text-align: left;
  }
}
.menu__item__box .sub-menu li > a {
  display: block;
  width: 100%;
  padding: 0.45rem 0.6rem;
  box-sizing: border-box;
  border-radius: 5px;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.menu__item__box .sub-menu li > a::after {
  display: none;
}
.menu__item__box .sub-menu li > a:hover, .menu__item__box .sub-menu li > a:focus-visible {
  color: #2f9e7e;
  background: rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 800px) {
  .menu__item__box .sub-menu li > a {
    padding: 0.25rem 0;
  }
}
.menu__item__box .menu-item-has-children:hover > .sub-menu, .menu__item__box .menu-item-has-children:focus-within > .sub-menu {
  display: flex;
}
@media screen and (max-width: 800px) {
  .menu__item__box .menu-item-has-children:hover > .sub-menu, .menu__item__box .menu-item-has-children:focus-within > .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .menu__item__box .menu-item-has-children.submenu-open > .sub-menu {
    display: flex;
    background: rgba(47, 158, 126, 0.9);
    padding: 2vh 1.5vw;
    border-radius: 8px;
    margin-top: 1.5vh;
  }
}

.consultation-modal__trigger {
  border: 0;
}

body.modal-open {
  overflow: hidden;
}

.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 1rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.consultation-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .consultation-modal {
    align-items: flex-start;
    padding: max(24px, env(safe-area-inset-top)) 1rem max(28px, env(safe-area-inset-bottom));
  }
}
.consultation-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.consultation-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 41, 55, 0.42);
  backdrop-filter: blur(8px);
}

.consultation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(2, 81, 49, 0.1);
  border-top: 4px solid #2f9e7e;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.22);
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media screen and (max-width: 800px) {
  .consultation-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 52px);
    padding: 1.75rem 1rem 2rem;
    box-sizing: border-box;
  }
}

.consultation-modal.is-open .consultation-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.consultation-modal__headers {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-right: 2.5rem;
}

.consultation-modal__suptitle {
  width: fit-content;
  display: inline-flex;
  padding: 0.45vw 0.9vw;
  border: 1px solid rgba(47, 158, 126, 0.22);
  border-radius: 999px;
  background: rgba(47, 158, 126, 0.08);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(2, 81, 49, 0.08);
}
.consultation-modal__suptitle {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #2f9e7e;
}
@media screen and (max-width: 800px) {
  .consultation-modal__suptitle {
    padding: 1.8vw 3.5vw;
    letter-spacing: 0.12em;
  }
}

.consultation-modal__title {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.consultation-modal__dialog .consultation-modal__form {
  gap: 3vh;
  width: 100%;
}
.consultation-modal__dialog .consultation-modal__form {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .consultation-modal__dialog .consultation-modal__form {
    width: 100%;
    padding: 0;
  }
}
.consultation-modal__dialog .consultation-modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .consultation-modal__dialog .consultation-modal__form {
    width: 100%;
    padding: 0;
  }
}

.consultation-modal__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .consultation-modal__fields {
    grid-template-columns: 1fr;
  }
}

.consultation-modal__inputs,
.consultation-modal__message {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.consultation-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.consultation-modal__field label {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #1f2937;
}

.consultation-modal__field .svg-iconnput, .consultation-modal__field select, .consultation-modal__field textarea {
  width: 100%;
  box-sizing: border-box;
  border-color: rgba(2, 81, 49, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(2, 81, 49, 0.08), 0 0 0 rgba(2, 81, 49, 0);
}
.consultation-modal__field .svg-iconnput, .consultation-modal__field select, .consultation-modal__field textarea {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #1f2937;
}
.consultation-modal__field .svg-iconnput::placeholder, .consultation-modal__field select::placeholder, .consultation-modal__field textarea::placeholder {
  color: rgba(75, 85, 99, 0.68);
}
.consultation-modal__field .svg-iconnput:hover, .consultation-modal__field select:hover, .consultation-modal__field textarea:hover {
  background: #fff;
  border-color: rgba(47, 158, 126, 0.42);
}
.consultation-modal__field .svg-iconnput:focus, .consultation-modal__field select:focus, .consultation-modal__field textarea:focus {
  background: #fff;
  border-color: #2f9e7e;
  box-shadow: 0 0 0 3px rgba(47, 158, 126, 0.14), inset 0 1px 2px rgba(2, 81, 49, 0.08);
}

.consultation-modal__form .form__privacy-note {
  color: #4b5563;
}
.consultation-modal__form .form__privacy-note a {
  color: #025131;
}

.consultation-modal__service-note {
  margin: 0.1rem 0 0;
  padding: 0.95rem 1rem;
  border-left: 3px solid #2f9e7e;
  border-radius: 8px;
  background: rgba(2, 81, 49, 0.06);
  line-height: 1.55;
}
.consultation-modal__service-note {
  font-size: clamp(13px, 1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #4b5563;
}
.consultation-modal__service-note a {
  color: #025131;
  font-weight: 800;
  white-space: nowrap;
}

.consultation-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(2, 81, 49, 0.08);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.consultation-modal__close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.consultation-modal__close {
  font-size: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  color: #025131;
}
.consultation-modal__close:hover {
  background: rgba(47, 158, 126, 0.16);
  transform: rotate(90deg);
}

.front-page__hero {
  position: relative;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
  overflow: hidden;
}
.front-page__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__hero {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__hero {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .front-page__hero {
    width: 90%;
    padding: 0 5%;
  }
}

.hero__content__img__box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  max-width: 1400px;
}
.hero__content__img__box {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .hero__content__img__box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .hero__content__img__box {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .hero__content__img__box {
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
    gap: clamp(24px, 3.5vw, 42px);
    padding-top: clamp(78px, 9vh, 96px);
    box-sizing: border-box;
  }
}

.hero__content {
  position: relative;
  z-index: 2;
  gap: 25px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .hero__content {
    padding-top: 14vh;
    padding-bottom: 5vh;
  }
}
.hero__content .heading__box {
  gap: 13px;
  text-align: left;
}
.hero__content .heading__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero__content h1 {
  max-width: 620px;
  line-height: 1.08;
}
.hero__content h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.hero__content h1 span {
  display: block;
  color: #025131;
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .hero__content {
    gap: 16px;
  }
  .hero__content .heading__box {
    gap: 8px;
  }
  .hero__content h1 {
    max-width: 500px;
    line-height: 1.04;
  }
  .hero__content h1 {
    font-size: clamp(30px, 4.6vw, 46px);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 800;
    color: #1f2937;
  }
}

.hero__subheading {
  max-width: 560px;
  line-height: 1.75;
}
.hero__subheading {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .hero__subheading {
    max-width: 500px;
    line-height: 1.55;
  }
}

.hero__availability {
  max-width: 560px;
  line-height: 1.55;
}
.hero__availability {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.hero__availability strong {
  color: #1f2937;
  font-weight: 800;
}

.hero__btns__box {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 5px;
}
.hero__btns__box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.hero__btns__box a {
  text-align: center;
}
.hero__btns__box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.hero__btns__box .svg-icon {
  flex: 0 0 auto;
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .hero__btns__box {
    gap: 10px;
    margin-top: 0;
  }
}

.hero__cta__note {
  width: 100%;
  padding-left: 10px;
  border-left: 3px solid #2f9e7e;
  line-height: 1.45;
}
.hero__cta__note {
  font-size: clamp(13px, 1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #025131;
}

.hero__btn__text {
  gap: 2px;
}
.hero__btn__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero__btn__text span {
  line-height: 1.1;
}
.hero__btn__text strong {
  line-height: 1.15;
  font-weight: 800;
}

.hero__img__wrapper {
  position: relative;
  justify-self: end;
}
.hero__img__wrapper {
  width: 88%;
  height: auto;
  overflow: hidden;
  outline: unset;
  outline-offset: -2px;
}
.hero__img__wrapper img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .hero__img__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 900px) {
  .hero__img__wrapper {
    display: none;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .hero__img__wrapper {
    align-self: end;
  }
  .hero__img__wrapper img {
    height: auto;
    max-height: calc(100vh - 150px);
    object-fit: contain;
  }
}

.hero__cities__box {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(2, 81, 49, 0.08);
  border-bottom: 1px solid rgba(2, 81, 49, 0.08);
  background: rgba(255, 255, 255, 0.68);
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .hero__cities__box {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

.hero__cities__track {
  width: max-content;
  animation: citiesTicker 34s linear infinite;
}
.hero__cities__track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.hero__cities__group {
  flex: 0 0 auto;
  padding: 1vh 56px 1vh 0;
  gap: 24px;
}
.hero__cities__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.hero__cities__group span {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero__cities__group span {
  font-size: clamp(12px, 0.95vw, 14px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #025131;
}
.hero__cities__group span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(2, 81, 49, 0.35);
  transform: translateY(-50%);
}

.front-page__pain__points__block {
  padding: 10vh 0;
  padding-bottom: 0;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}
.front-page__pain__points__block {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__pain__points__block {
    width: 100%;
    padding: 0;
  }
}
.front-page__pain__points__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .front-page__pain__points__block {
    width: 90%;
    padding: 6vh 5%;
    padding-bottom: 0;
  }
}
.front-page__pain__points__block .heading__box {
  gap: 1.5vh;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.front-page__pain__points__block .heading__box {
  width: 70%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__pain__points__block .heading__box {
    width: 100%;
    padding: 0;
  }
}
.front-page__pain__points__block .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__pain__points__block .heading__box h2 {
  line-height: 1.18;
}
.front-page__pain__points__block .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.front-page__pain__points__block .heading__box h2 span {
  color: #025131;
}
@media screen and (max-width: 800px) {
  .front-page__pain__points__block .heading__box {
    width: 95%;
    padding: 0 2.5%;
  }
}

.paint__point__subtitle {
  max-width: 760px;
  line-height: 1.7;
}
.paint__point__subtitle {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.pain__points__items__block {
  gap: 16px;
  max-width: 1400px;
}
.pain__points__items__block {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 6vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .pain__points__items__block {
    width: 100%;
    padding: 0;
  }
}
.pain__points__items__block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.pain__points__headers,
.pain__point__pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(2, 81, 49, 0.06);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .pain__points__headers,
  .pain__point__pair {
    grid-template-columns: 1fr;
  }
}

.pain__points__headers {
  box-shadow: none;
  overflow: visible;
}
.pain__points__headers .paint__point__box__title {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .pain__points__headers {
    display: none;
  }
}

.pain__point__problem__box,
.pain__point__solution__box {
  padding: 3vh 1.5vw;
  border: 1px solid rgba(2, 81, 49, 0.08);
  background: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 800px) {
  .pain__point__problem__box,
  .pain__point__solution__box {
    padding: 3vh 3vw;
  }
}

.pain__point__problem__box {
  border-right: 0;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 800px) {
  .pain__point__problem__box {
    border-right: 1px solid rgba(2, 81, 49, 0.08);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
  }
}

.pain__point__solution__box {
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 800px) {
  .pain__point__solution__box {
    border-radius: 0 0 8px 8px;
  }
}

.paint__point__box__title {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.paint__point__box__title {
  font-size: clamp(13px, 1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.paint__point__problem__color {
  color: #b94a48;
}

.paint__point__solution__color {
  color: #025131;
}

.paint__point__item {
  gap: 14px;
}
.paint__point__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.paint__point__item .svg-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.paint__point__item .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.paint__point__item .svg-icon {
  font-size: 13px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}

.paint__point__item .svg-icon.paint__point__problem__color {
  background: rgba(185, 74, 72, 0.12);
  color: #b94a48;
}

.paint__point__item .svg-icon.paint__point__solution__color {
  background: rgba(2, 81, 49, 0.12);
  color: #025131;
}

.pain__point__item__content__box {
  gap: 6px;
}
.pain__point__item__content__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.pain__point__item__title {
  line-height: 1.35;
}
.pain__point__item__title {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.pain__point__item__description {
  line-height: 1.65;
}
.pain__point__item__description {
  font-size: clamp(13px, 1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.pain__point__conclusion {
  position: relative;
  padding: 3vh 3%;
  align-self: center;
  gap: 2vw;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(2, 81, 49, 0.1);
  overflow: hidden;
}
.pain__point__conclusion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pain__point__conclusion {
  width: 76%;
  padding-left: 3%;
  padding-right: 3%;
  margin-top: 3vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .pain__point__conclusion {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .pain__point__conclusion {
    width: 95%;
    padding: 3vh 2.5%;
    gap: 3vh;
  }
  .pain__point__conclusion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.pain__point__conclusion .svg-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: clamp(70px, 5vw, 74px);
  height: clamp(70px, 5vw, 74px);
  border-radius: 50%;
  background: #025131;
  box-shadow: 0 16px 28px rgba(2, 81, 49, 0.22), inset 0 0 0 7px rgba(255, 255, 255, 0.18);
}
.pain__point__conclusion .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pain__point__conclusion .svg-icon {
  font-size: 28px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #f7faf8;
}
@media screen and (max-width: 800px) {
  .pain__point__conclusion .svg-icon {
    display: none;
  }
}
.pain__point__conclusion .pain__point__conclusion__text {
  position: relative;
  z-index: 1;
  gap: 8px;
  max-width: 740px;
  line-height: 1.45;
}
.pain__point__conclusion .pain__point__conclusion__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pain__point__conclusion .pain__point__conclusion__text {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #1f2937;
}
@media screen and (max-width: 800px) {
  .pain__point__conclusion .pain__point__conclusion__text {
    align-items: center;
    text-align: center;
  }
}
.pain__point__conclusion .pain__point__conclusion__text span:first-child {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #025131;
}
.pain__point__conclusion .pain__point__conclusion__text span:last-child {
  line-height: 1.7;
}
.pain__point__conclusion .pain__point__conclusion__text span:last-child {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #4b5563;
}

.front-page__about__us__block {
  padding: 13vh 0;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.08), rgba(2, 81, 49, 0.04)), #fff;
}
.front-page__about__us__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__about__us__block {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__about__us__block {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .front-page__about__us__block {
    width: 90%;
    padding: 6vh 5%;
  }
}

.about__us__box,
.advantages__box {
  max-width: 1400px;
}
.about__us__box,
.advantages__box {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .about__us__box,
  .advantages__box {
    width: 100%;
    padding: 0;
  }
}

.about__us__box {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
  gap: 3vw;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .about__us__box {
    grid-template-columns: 1fr;
    gap: 4vh;
  }
}

.about__us__img__wrapper {
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(2, 81, 49, 0.08);
}
.about__us__img__wrapper {
  width: 100%;
  height: clamp(600px, 42vw, 680px);
  overflow: hidden;
  outline: unset;
  outline-offset: -2px;
}
.about__us__img__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .about__us__img__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .about__us__img__wrapper {
    height: 360px;
  }
}

.about__us__content__box {
  gap: 2vh;
}
.about__us__content__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about__us__content__box .heading__box {
  gap: 1.5vh;
}
.about__us__content__box .heading__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .about__us__content__box .heading__box {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.about__us__content__box .heading__box h2 {
  max-width: 520px;
  line-height: 1.18;
}
.about__us__content__box .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.about__us__content__box .heading__box h2 span {
  display: block;
  color: #025131;
}

.about__us__description {
  max-width: 560px;
  line-height: 1.75;
}
.about__us__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
@media screen and (max-width: 800px) {
  .about__us__description {
    width: 100%;
    max-width: unset;
  }
}

.abot__us__bullets__box {
  gap: 1.3vh;
}
.abot__us__bullets__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about__us__bullet {
  gap: 0.7vw;
}
.about__us__bullet {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .about__us__bullet {
    gap: 10px;
  }
}
.about__us__bullet .svg-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(2, 81, 49, 0.1);
}
.about__us__bullet .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.about__us__bullet .svg-icon {
  font-size: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #025131;
}

.about__us__bullet__text {
  line-height: 1.55;
}
.about__us__bullet__text {
  font-size: clamp(13px, 1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #4b5563;
}

.advantages__box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 5vh;
}
@media screen and (max-width: 960px) {
  .advantages__box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 800px) {
  .advantages__box {
    grid-template-columns: 1fr;
  }
}

.advantage__item {
  position: relative;
  gap: 14px;
  padding: 2.5vh 1.5vw;
  border: 1px solid rgba(2, 81, 49, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(2, 81, 49, 0.05);
  overflow: hidden;
}
.advantage__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .advantage__item {
    gap: 10px;
    padding: 4vh 3vw;
  }
}
.advantage__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2f9e7e;
}
.advantage__item .svg-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(2, 81, 49, 0.18);
}
.advantage__item .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.advantage__item .svg-icon {
  font-size: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #025131;
}
@media screen and (max-width: 800px) {
  .advantage__item .svg-icon .svg-icon {
    width: 34px;
    height: 34px;
  }
}

.advantage__item__box {
  gap: 4px;
}
.advantage__item__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.advantage__item__title {
  line-height: 1.25;
}
.advantage__item__title {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.advantage__item__description {
  line-height: 1.45;
}
.advantage__item__description {
  font-size: clamp(12px, 0.9vw, 14px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.front-page__short__form__block {
  gap: 3vw;
  padding: 4vh 0;
  background: #025131;
}
.front-page__short__form__block {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__short__form__block {
    width: 100%;
    padding: 0;
  }
}
.front-page__short__form__block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .front-page__short__form__block {
    width: 90%;
    padding: 5vh 5%;
  }
  .front-page__short__form__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.short__form__text__box,
.short__form {
  max-width: 680px;
}

.short__form__text__box {
  gap: 1vh;
}
.short__form__text__box {
  width: 35%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .short__form__text__box {
    width: 100%;
    padding: 0;
  }
}
.short__form__text__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .short__form__text__box {
    width: 100%;
    align-items: center;
  }
}

.short__form__title {
  line-height: 1.25;
}
.short__form__title {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}

.short__form__subtitle {
  line-height: 1.7;
}
.short__form__subtitle {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #d7e4df;
}
@media screen and (max-width: 800px) {
  .short__form__subtitle {
    text-align: center;
  }
}

.short__form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 1vw;
  align-items: center;
}
.short__form {
  width: 45%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .short__form {
    width: 100%;
    padding: 0;
  }
}
.short__form .svg-iconnput[type=tel] {
  border-color: rgba(247, 250, 248, 0.7);
}
@media screen and (max-width: 800px) {
  .short__form .svg-iconnput[type=tel] {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
}
.short__form .svg-iconnput[type=tel]::placeholder {
  color: rgba(247, 250, 248, 0.78);
}
.short__form .main__btn {
  height: 100%;
  white-space: nowrap;
  padding: 0.1vh 2vw;
}
.short__form .short__form__privacy {
  grid-column: 1/-1;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .short__form {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3.5vh;
  }
  .short__form .main__btn {
    width: 90%;
    padding: 1vh 5%;
    justify-content: center;
  }
}

.front-page__services__block {
  padding: 10vh 0;
  padding-bottom: 0;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}
.front-page__services__block {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__services__block {
    width: 100%;
    padding: 0;
  }
}
.front-page__services__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__services__block .heading__box {
  gap: 1vh;
}
.front-page__services__block .heading__box {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__services__block .heading__box {
    width: 100%;
    padding: 0;
  }
}
.front-page__services__block .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__services__block .heading__box h2 {
  line-height: 1.18;
}
.front-page__services__block .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.front-page__services__block .heading__box h2 span {
  color: #025131;
}
@media screen and (max-width: 800px) {
  .front-page__services__block {
    width: 90%;
    padding: 6vh 5%;
  }
}

.front-page__services__block .heading__box,
.services__box,
.services__more {
  max-width: 1400px;
}

.services__box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2vw;
}
.services__box {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 6vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .services__box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .services__box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 800px) {
  .services__box {
    grid-template-columns: 1fr;
    gap: 5vh;
  }
}

.service__item {
  height: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(2, 81, 49, 0.07);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.service__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.service__item:hover {
  box-shadow: 0 18px 36px rgba(2, 81, 49, 0.11);
}
.service__item:hover .service__item__content__box {
  border-color: rgba(2, 81, 49, 0.72);
}
.service__item:hover .service__item__title a {
  color: #025131;
}
.service__item:hover .service__item__wrapper__img img {
  transform: scale(1.04);
}

.service__item__wrapper__img {
  width: 100%;
  height: clamp(190px, 16vw, 240px);
  overflow: hidden;
  outline: unset;
  outline-offset: -2px;
}
.service__item__wrapper__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .service__item__wrapper__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.service__item__wrapper__img img {
  transition: transform 0.35s ease;
}

.service__item__content__box {
  flex: 1 1 auto;
  gap: 1.2vh;
  padding: 2.4vh 8%;
  border: 3px solid rgba(2, 81, 49, 0.5);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  transition: border-color 0.25s ease;
}
.service__item__content__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.service__item__title {
  line-height: 1.35;
}
.service__item__title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.service__item__title a {
  transition: color 0.25s ease;
}

.service__item__excerpt {
  min-height: 3.4em;
  line-height: 1.7;
}
.service__item__excerpt {
  font-size: clamp(13px, 1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.service__item__actions {
  flex-wrap: wrap;
  width: 100%;
  gap: 1vw;
  margin-top: auto;
  padding-top: 1vh;
}
.service__item__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.service__item__btn {
  font-weight: 600;
  padding: 0.8vh 1vw;
}
@media screen and (max-width: 800px) {
  .service__item__btn {
    padding: 0.8vh 4vw;
  }
}
.service__item__btn:hover {
  color: #f7faf8;
  background: #2f9e7e;
}

.service__item__more {
  gap: 0.3vw;
}
.service__item__more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.service__item__more {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #025131;
}
.service__item__more::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("../img/ico/arrow-right-solid-full.svg") center/contain no-repeat;
  mask: url("../img/ico/arrow-right-solid-full.svg") center/contain no-repeat;
  transition: 0.3s;
}
.service__item__more::after {
  font-size: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #025131;
}
.service__item__more:hover {
  color: #025131;
}
.service__item__more:hover::after {
  transform: translateX(4px);
}

.services__more {
  margin-top: 3vh;
}
.services__more::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("../img/ico/arrow-right-solid-full.svg") center/contain no-repeat;
  mask: url("../img/ico/arrow-right-solid-full.svg") center/contain no-repeat;
  transition: 0.3s;
}
.services__more::after {
  font-size: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #FFF;
}
.services__more:hover::after {
  transform: translateX(4px);
}

.front-page__how__we__work__block {
  padding: 13vh 0;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.08), rgba(2, 81, 49, 0.04)), #fff;
}
.front-page__how__we__work__block {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__how__we__work__block {
    width: 100%;
    padding: 0;
  }
}
.front-page__how__we__work__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__how__we__work__block .heading__box {
  gap: 1vh;
  text-align: center;
}
.front-page__how__we__work__block .heading__box {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__how__we__work__block .heading__box {
    width: 100%;
    padding: 0;
  }
}
.front-page__how__we__work__block .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__how__we__work__block .heading__box h2 {
  line-height: 1.18;
}
.front-page__how__we__work__block .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.front-page__how__we__work__block .heading__box h2 span {
  color: #025131;
}
@media screen and (max-width: 800px) {
  .front-page__how__we__work__block {
    width: 90%;
    padding: 6vh 5%;
  }
}

.front-page__how__we__work__block .heading__box,
.how__we__work__steps__box {
  max-width: 1400px;
}

.how__we__work__steps__box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(50px, 2vw, 28px);
}
.how__we__work__steps__box {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 7vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .how__we__work__steps__box {
    width: 100%;
    padding: 0;
  }
}
.how__we__work__steps__box::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 13%;
  right: 13%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(2, 81, 49, 0.1), rgba(2, 81, 49, 0.38), rgba(2, 81, 49, 0.1));
}
@media screen and (max-width: 960px) {
  .how__we__work__steps__box {
    grid-template-columns: 1fr;
  }
  .how__we__work__steps__box::before {
    display: none;
  }
}

.how__we__work__step {
  position: relative;
  z-index: 1;
  gap: 0;
  padding: 5.6vh 1.7vw 2.8vh;
  border: 1px solid rgba(2, 81, 49, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)), #fff;
  box-shadow: 0 18px 34px rgba(2, 81, 49, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.how__we__work__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.how__we__work__step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #025131, #2f9e7e);
}
.how__we__work__step:hover {
  transform: translateY(-4px);
  border-color: rgba(2, 81, 49, 0.2);
  box-shadow: 0 22px 42px rgba(2, 81, 49, 0.12);
}
@media screen and (max-width: 800px) {
  .how__we__work__step {
    align-items: center;
    margin-left: 0;
    padding: 5.8vh 5vw 2.8vh;
    text-align: center;
  }
}

.how__we__work__step__number {
  position: absolute;
  top: 0;
  left: 50%;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 8px solid #fff;
  background: linear-gradient(135deg, #025131, #2f9e7e);
  box-shadow: 0 14px 24px rgba(2, 81, 49, 0.2);
  transform: translate(-50%, -50%);
  cursor: default;
}
.how__we__work__step__number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.how__we__work__step__number {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}
@media screen and (max-width: 800px) {
  .how__we__work__step__number {
    top: 0;
    left: 50%;
    width: 48px;
    height: 48px;
    border-width: 6px;
    transform: translate(-50%, -50%);
  }
}

.how__we__work__step__content {
  gap: 12px;
}
.how__we__work__step__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .how__we__work__step__content {
    align-items: center;
  }
}

.how__we__work__step__title {
  line-height: 1.35;
}
.how__we__work__step__title {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.how__we__work__step__description {
  line-height: 1.7;
}
.how__we__work__step__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.front-page__faq__block {
  padding: 10vh 0;
  padding-top: 0;
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}
.front-page__faq__block {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__faq__block {
    width: 100%;
    padding: 0;
  }
}
.front-page__faq__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__faq__block .heading__box {
  gap: 1vh;
  text-align: center;
}
.front-page__faq__block .heading__box {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__faq__block .heading__box {
    width: 100%;
    padding: 0;
  }
}
.front-page__faq__block .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.front-page__faq__block .heading__box h2 {
  line-height: 1.18;
}
.front-page__faq__block .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.front-page__faq__block .heading__box h2 span {
  color: #025131;
}
@media screen and (max-width: 800px) {
  .front-page__faq__block {
    width: 90%;
    padding: 6vh 5%;
  }
}

.front-page__faq__block .heading__box,
.faq__box {
  max-width: 960px;
}

.faq__box {
  gap: 14px;
}
.faq__box {
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .faq__box {
    width: 100%;
    padding: 0;
  }
}
.faq__box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .faq__box {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .faq__box {
    width: 100%;
  }
}

.faq__item {
  border: 1px solid rgba(2, 81, 49, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(2, 81, 49, 0.06);
  overflow: hidden;
}

.faq__question {
  width: 100%;
  box-sizing: border-box;
  gap: 18px;
  padding: 2.2vh 2vw;
  text-align: left;
  cursor: pointer;
  background: transparent;
}
.faq__question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.faq__question {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.faq__question span {
  line-height: 1.35;
}
.faq__question .svg-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(2, 81, 49, 0.1);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.faq__question .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.faq__question .svg-icon {
  font-size: 13px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #025131;
}
@media screen and (max-width: 800px) {
  .faq__question {
    padding: 2vh 4vw;
  }
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.faq__answer__inner {
  overflow: hidden;
}
.faq__answer__inner p {
  border-top: 1px solid rgba(2, 81, 49, 0.1);
  padding: 0 2vw 2.4vh;
  padding-top: 2vh;
  line-height: 1.7;
}
.faq__answer__inner p {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
@media screen and (max-width: 800px) {
  .faq__answer__inner p {
    padding: 0 4vw 2.4vh;
    padding-top: 2vh;
  }
}

.faq__item.active .faq__question {
  color: #025131;
}
.faq__item.active .faq__question .svg-icon {
  color: #f7faf8;
  background: #025131;
  transform: rotate(180deg);
}
.faq__item.active .faq__answer {
  grid-template-rows: 1fr;
}

.front-page__lead__form__block {
  padding: 11vh 0;
  background: linear-gradient(135deg, rgba(2, 81, 49, 0.96), rgba(31, 41, 55, 0.94)), #10231a;
}
.front-page__lead__form__block {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .front-page__lead__form__block {
    width: 100%;
    padding: 0;
  }
}
.front-page__lead__form__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .front-page__lead__form__block {
    width: 90%;
    padding: 7vh 5%;
  }
}

.lead__form__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: center;
  max-width: 1400px;
}
.lead__form__inner {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .lead__form__inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .lead__form__inner {
    grid-template-columns: 1fr;
  }
}

.lead__form__content {
  gap: 2.3vh;
}
.lead__form__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.lead__form__content .heading__box {
  gap: 1vh;
}
.lead__form__content .heading__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .lead__form__content .heading__box {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.lead__form__content .heading__box .eyebrow {
  color: #2f9e7e;
  text-shadow: none;
}
.lead__form__content .heading__box h2 {
  max-width: 640px;
  line-height: 1.16;
}
.lead__form__content .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}
@media screen and (max-width: 800px) {
  .lead__form__content .heading__box h2 {
    max-width: unset;
    width: 100%;
  }
}
.lead__form__content .heading__box h2 span {
  color: #2f9e7e;
}

.lead__form__description {
  max-width: 620px;
  line-height: 1.75;
}
.lead__form__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #d7e4df;
}

.lead__form__benefits {
  gap: 1.25vh;
  margin-top: 1vh;
}
.lead__form__benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.lead__form__benefits li {
  gap: 12px;
  line-height: 1.5;
}
.lead__form__benefits li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.lead__form__benefits li {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #f7faf8;
}
.lead__form__benefits li .svg-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(247, 250, 248, 0.95);
}
.lead__form__benefits li .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lead__form__benefits li .svg-icon {
  font-size: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #025131;
}

.lead__form__phone {
  gap: 12px;
  margin-top: 1.5vh;
  transition: color 0.25s ease;
}
.lead__form__phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.lead__form__phone {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}
.lead__form__phone .svg-icon {
  color: #2f9e7e;
}
.lead__form__phone:hover {
  color: #2f9e7e;
}

.lead__form {
  gap: 2.2vh;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(247, 250, 248, 0.14);
  border-top: 3px solid #2f9e7e;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
.lead__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .lead__form {
    padding: 24px 5%;
  }
}

.lead__form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
@media screen and (max-width: 800px) {
  .lead__form__grid {
    grid-template-columns: 1fr;
  }
}

.lead__form__field {
  gap: 0.65rem;
}
.lead__form__field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.lead__form__field > span {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #f7faf8;
}
.lead__form__field > span small {
  color: rgba(215, 228, 223, 0.82);
  font-weight: 600;
}
.lead__form__field .svg-iconnput, .lead__form__field textarea {
  width: 100%;
  box-sizing: border-box;
  border-color: rgba(247, 250, 248, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2937;
}
.lead__form__field .svg-iconnput::placeholder, .lead__form__field textarea::placeholder {
  color: rgba(75, 85, 99, 0.72);
}

.lead__form__field--wide {
  grid-column: 1/-1;
}

.lead__form__privacy {
  margin-top: 0;
}
.lead__form__privacy .svg-iconnput[type=checkbox] {
  background: #fff;
}

.lead__form__submit {
  margin-top: 0.5vh;
}
@media screen and (max-width: 800px) {
  .lead__form__submit {
    width: 90%;
    justify-content: center;
  }
}

.lead__form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* Contact page styles can live here as the page grows. */
.thank-you-page {
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}

.thank-you-hero {
  padding: 15vh 0 8vh;
  background: transparent;
}
.thank-you-hero {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-hero {
    width: 100%;
    padding: 0;
  }
}
.thank-you-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .thank-you-hero {
    width: 90%;
    padding: 12vh 5% 7vh;
  }
}

.thank-you-hero__inner {
  position: relative;
  z-index: 3;
  gap: 1.25rem;
  max-width: 860px;
  text-align: center;
}
.thank-you-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thank-you-hero__inner {
  width: 52%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-hero__inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .thank-you-hero__inner {
    width: 95%;
    padding: 0 2.5%;
  }
}
.thank-you-hero__inner .page-subtitle {
  max-width: 720px;
  line-height: 1.7;
}
.thank-you-hero__inner .page-subtitle {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.thank-you-hero__inner .heading__box {
  gap: 0.85rem;
}
.thank-you-hero__inner .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thank-you-hero__inner .eyebrow {
  color: #2f9e7e;
  text-shadow: none;
}
.thank-you-hero__inner .page-title {
  line-height: 1.1;
}
.thank-you-hero__inner .page-title {
  font-size: clamp(32px, 5vw, 56px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.thank-you-hero__inner .page-title span {
  color: #2f9e7e;
}

.thank-you-hero__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: rgba(47, 158, 126, 0.1);
  border: 1px solid rgba(47, 158, 126, 0.24);
  box-shadow: 0 12px 24px rgba(2, 81, 49, 0.08);
  backdrop-filter: blur(12px);
}
.thank-you-hero__status {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #025131;
}
.thank-you-hero__status .svg-icon {
  color: #2f9e7e;
}

.thank-you-hero__actions {
  gap: 1rem;
  margin-top: 0.75rem;
}
.thank-you-hero__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .thank-you-hero__actions {
    width: 100%;
    flex-direction: column;
  }
  .thank-you-hero__actions > a {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

.thank-you-steps {
  gap: 2vh;
  padding: 9vh 0;
}
.thank-you-steps {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-steps {
    width: 100%;
    padding: 0;
  }
}
.thank-you-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.thank-you-steps .heading__box {
  gap: 1vh;
  text-align: center;
}
.thank-you-steps .heading__box {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-steps .heading__box {
    width: 100%;
    padding: 0;
  }
}
.thank-you-steps .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thank-you-steps .heading__box h2 {
  line-height: 1.18;
}
.thank-you-steps .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.thank-you-steps .heading__box h2 span {
  color: #025131;
}
@media screen and (max-width: 800px) {
  .thank-you-steps {
    width: 90%;
    padding: 7vh 5%;
  }
}

.thank-you-steps__grid {
  gap: 2vw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1400px;
}
.thank-you-steps__grid {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-steps__grid {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .thank-you-steps__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.thank-you-card {
  position: relative;
  gap: 1rem;
  padding: 2.4vh 7%;
  border: 1px solid rgba(2, 81, 49, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 20px 45px rgba(2, 81, 49, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.thank-you-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.thank-you-card {
  width: 86%;
  padding-left: 7%;
  padding-right: 7%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-card {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .thank-you-card {
    width: 90%;
    padding: 2.4vh 5%;
  }
}
.thank-you-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2f9e7e;
}
.thank-you-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47, 158, 126, 0.24);
  box-shadow: 0 22px 42px rgba(2, 81, 49, 0.12);
}
.thank-you-card h3 {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #1f2937;
}
.thank-you-card p {
  line-height: 1.7;
}
.thank-you-card p {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  color: #4b5563;
}

.thank-you-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(47, 158, 126, 0.16), rgba(47, 158, 126, 0.06));
  box-shadow: inset 0 0 0 1px rgba(47, 158, 126, 0.14);
}
.thank-you-card__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.thank-you-card__icon .svg-icon {
  font-size: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #2f9e7e;
}

.thank-you-contact {
  padding: 8vh 0;
  background: linear-gradient(135deg, rgba(2, 81, 49, 0.96), rgba(31, 41, 55, 0.94));
}
.thank-you-contact {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-contact {
    width: 100%;
    padding: 0;
  }
}
.thank-you-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .thank-you-contact {
    width: 90%;
    padding: 6vh 5%;
  }
}

.thank-you-contact__content {
  gap: 1.25rem;
  text-align: center;
}
.thank-you-contact__content {
  width: 58%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .thank-you-contact__content {
    width: 100%;
    padding: 0;
  }
}
.thank-you-contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .thank-you-contact__content {
    width: 95%;
    padding: 0 2.5%;
  }
}
.thank-you-contact__content h2 {
  line-height: 1.18;
}
.thank-you-contact__content h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}
.thank-you-contact__content .eyebrow {
  color: #2f9e7e;
  text-shadow: none;
}

.thank-you-contact__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .thank-you-contact__items {
    grid-template-columns: 1fr;
  }
}

.thank-you-contact__item {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.thank-you-contact__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.thank-you-contact__item {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #f7faf8;
}
.thank-you-contact__item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(47, 158, 126, 0.35);
}
.thank-you-contact__item .svg-icon {
  color: #2f9e7e;
}

@media screen and (max-width: 800px) {
  .thank-you-steps {
    padding-bottom: 6vh;
  }
}
.services-archive {
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}

.services-archive__list {
  padding: 9vh 0 11vh;
}
.services-archive__list {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .services-archive__list {
    width: 100%;
    padding: 0;
  }
}
.services-archive__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .services-archive__list {
    width: 90%;
    padding: 7vh 5%;
  }
}
.services-archive__list .heading__box {
  gap: 1vh;
  text-align: center;
}
.services-archive__list .heading__box {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .services-archive__list .heading__box {
    width: 100%;
    padding: 0;
  }
}
.services-archive__list .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services-archive__list .heading__box h2 {
  line-height: 1.18;
}
.services-archive__list .heading__box h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.services-archive__list .heading__box h2 span {
  color: #025131;
}

.services-archive__list .heading__box,
.services-archive__grid,
.services-archive__empty {
  max-width: 1400px;
}

.services-archive__grid {
  margin-top: 5vh;
}

.services-archive__empty {
  margin-top: 4vh;
  text-align: center;
}
.services-archive__empty {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .services-archive__empty {
    width: 100%;
    padding: 0;
  }
}
.services-archive__empty {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #4b5563;
}

.single-service {
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}

.single-service__hero {
  padding: 15vh 0 7vh;
}
.single-service__hero {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .single-service__hero {
    width: 100%;
    padding: 0;
  }
}
.single-service__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .single-service__hero {
    width: 90%;
    padding: 12vh 5% 5vh;
  }
}

.single-service__hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: flex-start;
  max-width: 1400px;
}
.single-service__hero__inner {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .single-service__hero__inner {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .single-service__hero__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .single-service__hero__inner {
    width: 100%;
  }
}

.single-service__hero__content {
  gap: 1.5rem;
}
.single-service__hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-service__hero__content .heading__box {
  gap: 1vh;
}
.single-service__hero__content .heading__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-service__hero__content h1 {
  max-width: 720px;
  line-height: 1.08;
}
.single-service__hero__content h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
@media screen and (max-width: 800px) {
  .single-service__hero__content {
    align-items: center;
    text-align: center;
  }
  .single-service__hero__content .heading__box {
    align-items: center;
  }
}

.single-service__hero .hero__btns__box {
  align-items: stretch;
}
.single-service__hero .main__btn {
  min-height: 54px;
  box-sizing: border-box;
  justify-content: center;
}
.single-service__hero button.main__btn {
  border: 0;
}

.single-service__back {
  gap: 0.55rem;
  transition: color 0.25s ease;
}
.single-service__back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.single-service__back {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #025131;
}
.single-service__back:hover {
  color: #2f9e7e;
}

.single-service__excerpt {
  max-width: 640px;
  line-height: 1.75;
}
.single-service__excerpt {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.single-service__image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(2, 81, 49, 0.13);
}
.single-service__image {
  width: 100%;
  height: clamp(320px, 42vw, 560px);
  overflow: hidden;
  outline: unset;
  outline-offset: -2px;
}
.single-service__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .single-service__image {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .single-service__image {
    height: 280px;
  }
}

.single-service__body {
  padding: 5vh 0 9vh;
}
.single-service__body {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .single-service__body {
    width: 100%;
    padding: 0;
  }
}
.single-service__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .single-service__body {
    width: 90%;
    padding: 2vh 5% 6vh;
  }
}

.single-service__content {
  position: relative;
  max-width: 1100px;
  padding: clamp(42px, 5.4vw, 84px);
  border: 1px solid rgba(2, 81, 49, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(2, 81, 49, 0.06);
  overflow: hidden;
}
.single-service__content {
  width: 80%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .single-service__content {
    width: 100%;
    padding: 0;
  }
}
.single-service__content {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.single-service__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .single-service__content {
    width: 90%;
    padding: 32px 5%;
  }
}
.single-service__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2f9e7e;
}
.single-service__content > * + * {
  margin-top: 1rem;
}
.single-service__content h2, .single-service__content h3, .single-service__content h4 {
  line-height: 1.25;
  color: #1f2937;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.single-service__content h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.single-service__content h3 {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.single-service__content p, .single-service__content li {
  line-height: 1.8;
}
.single-service__content ul, .single-service__content ol {
  padding-left: 1.2rem;
}
.single-service__content ul {
  list-style: disc;
}
.single-service__content ol {
  list-style: decimal;
}
.single-service__content a {
  color: #025131;
  font-weight: 800;
  text-decoration: underline;
}

.single-service__order {
  padding: 8vh 0;
  background: linear-gradient(135deg, rgba(2, 81, 49, 0.96), rgba(31, 41, 55, 0.94));
}
.single-service__order {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .single-service__order {
    width: 100%;
    padding: 0;
  }
}
.single-service__order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .single-service__order {
    width: 90%;
    padding: 6vh 5%;
  }
}

.single-service__order__inner {
  gap: 2rem;
  max-width: 1400px;
}
.single-service__order__inner {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .single-service__order__inner {
    width: 100%;
    padding: 0;
  }
}
.single-service__order__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .single-service__order__inner {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}

.single-service__order__text {
  gap: 0.85rem;
  max-width: 760px;
}
.single-service__order__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .single-service__order__text {
    align-items: center;
  }
}
.single-service__order__text .eyebrow {
  color: #2f9e7e;
  text-shadow: none;
}
.single-service__order__text h2 {
  line-height: 1.16;
}
.single-service__order__text h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}
.single-service__order__text h2 span {
  color: #2f9e7e;
}
.single-service__order__text p {
  line-height: 1.75;
}
.single-service__order__text p {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #d7e4df;
}

.single-service__service-cta {
  width: 100%;
  margin-top: clamp(34px, 5vh, 56px);
  padding: clamp(28px, 4vh, 42px) clamp(24px, 4vw, 48px);
  box-sizing: border-box;
  border-radius: 8px;
  background: #025131;
  gap: clamp(18px, 3vw, 42px);
}
.single-service__service-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.single-service__service-cta .main__btn {
  min-height: 54px;
  border: 1px solid rgba(247, 250, 248, 0.2);
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .single-service__service-cta {
    padding: 28px 22px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .single-service__service-cta .main__btn {
    width: 100%;
    justify-content: center;
  }
}

.single-service__service-cta__text {
  gap: 0.65rem;
}
.single-service__service-cta__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.single-service__service-cta__text h2 {
  margin: 0;
  line-height: 1.18;
}
.single-service__service-cta__text h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #f7faf8;
}
.single-service__service-cta__text p {
  max-width: 680px;
  margin: 0;
  line-height: 1.65;
}
.single-service__service-cta__text p {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #d7e4df;
}
@media screen and (max-width: 800px) {
  .single-service__service-cta__text {
    align-items: center;
  }
}

.single-service__faq {
  width: 100%;
  margin-top: clamp(42px, 6vh, 72px);
}
.single-service__faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.single-service__faq__heading {
  gap: 0.75rem;
  margin-bottom: 2rem;
  text-align: center;
}
.single-service__faq__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-service__faq__heading h2 {
  max-width: 820px;
  line-height: 1.18;
}
.single-service__faq__heading h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.single-service__faq__heading h2 span {
  color: #025131;
}

.single-service__faq__box {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.single-service__faq .faq__question {
  padding: 1.4rem 1.5rem;
}
.single-service__faq .faq__answer__inner p {
  padding: 1.25rem 1.5rem 1.5rem;
  margin: 0;
}
.single-service__faq ul {
  padding-left: 0;
}

.single-service__related-services {
  width: 100%;
  margin: clamp(42px, 6vh, 72px) auto 0;
  padding-top: clamp(32px, 5vh, 56px);
  border-top: 1px solid rgba(2, 81, 49, 0.1);
}
.single-service__related-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-service__related-services h2 {
  margin-bottom: 1.6rem;
  text-align: center;
  line-height: 1.18;
}
.single-service__related-services h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.single-service__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 940px;
  margin: 0 auto;
}
.single-service__nav {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .single-service__nav {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .single-service__nav {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

.single-service__nav__item {
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(2, 81, 49, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(2, 81, 49, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.single-service__nav__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.single-service__nav__item:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 158, 126, 0.38);
  box-shadow: 0 18px 36px rgba(2, 81, 49, 0.1);
}
.single-service__nav__item strong {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1.3;
}
.single-service__nav__item strong {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.single-service__nav__item .svg-icon {
  flex: 0 0 auto;
  color: #025131;
}

.single-service__nav__item--next {
  justify-content: flex-end;
  text-align: right;
}

.privacy-policy-page {
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}

.legal-page-hero {
  padding: 14vh 5% 6vh;
  text-align: center;
  background: transparent;
}
.legal-page-hero {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .legal-page-hero {
    width: 100%;
    padding: 0;
  }
}
.legal-page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .legal-page-hero {
    width: 90%;
    padding: 14vh 5% 7vh;
  }
}

.legal-page-hero__inner {
  gap: 1rem;
  max-width: 900px;
  color: #1f2937;
}
.legal-page-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.legal-page-hero__inner .eyebrow {
  color: #2f9e7e;
  text-shadow: none;
}
.legal-page-hero__inner h1 {
  line-height: 1.12;
}
.legal-page-hero__inner h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}

.legal-policy {
  padding: 5vh 5% 7vh;
}
.legal-policy {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .legal-policy {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .legal-policy {
    width: 90%;
    padding: 4vh 5% 7vh;
  }
}

.legal-policy__container {
  gap: 1.5rem;
}
.legal-policy__container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .legal-policy__container {
    width: 100%;
    padding: 0;
  }
}
.legal-policy__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.legal-policy__intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .legal-policy__intro {
    grid-template-columns: 1fr;
  }
}

.legal-policy__card,
.legal-policy__section,
.legal-policy__highlight {
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(2, 81, 49, 0.08);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(2, 81, 49, 0.06);
}

.legal-policy__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.legal-policy__label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #2f9e7e;
}

.legal-policy__card strong {
  display: block;
  margin-bottom: 0.45rem;
}
.legal-policy__card strong {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #1f2937;
}
.legal-policy__card p, .legal-policy__card a {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.legal-policy__card a {
  color: #2f9e7e;
}

.legal-policy__content {
  gap: 1rem;
}
.legal-policy__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.legal-policy__highlight {
  border-left: 4px solid #2f9e7e;
}
.legal-policy__highlight {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.legal-policy__section h2 {
  margin-bottom: 0.85rem;
}
.legal-policy__section h2 {
  font-size: clamp(16px, 1.7vw, 20px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #1f2937;
}
.legal-policy__section p, .legal-policy__section li {
  line-height: 1.7;
}
.legal-policy__section p, .legal-policy__section li {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.legal-policy__section ul {
  margin: 0;
  padding-left: 1.2rem;
}
.legal-policy__section p + p, .legal-policy__section p + ul, .legal-policy__section ul + p, .legal-policy__section ul + ul {
  margin-top: 0.8rem;
}
.legal-policy__section a {
  color: #2f9e7e;
  font-weight: 700;
}

.error-404-page {
  background: linear-gradient(180deg, rgba(2, 81, 49, 0.04), rgba(2, 81, 49, 0.08)), #fff;
}

.error-404-hero {
  padding: 15vh 0 8vh;
  background: transparent;
}
.error-404-hero {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .error-404-hero {
    width: 100%;
    padding: 0;
  }
}
.error-404-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .error-404-hero {
    width: 90%;
    padding: 12vh 5% 7vh;
  }
}

.error-404-hero__inner {
  gap: 1.2rem;
  max-width: 860px;
  text-align: center;
}
.error-404-hero__inner {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .error-404-hero__inner {
    width: 100%;
    padding: 0;
  }
}
.error-404-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-404-hero__inner .heading__box {
  gap: 0.85rem;
}
.error-404-hero__inner .heading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-404-hero__inner .eyebrow {
  color: #2f9e7e;
  text-shadow: none;
}
.error-404-hero__inner h1 {
  line-height: 1.08;
}
.error-404-hero__inner h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.error-404-hero__inner h1 span {
  color: #2f9e7e;
}
.error-404-hero__inner p {
  max-width: 720px;
  line-height: 1.75;
}
.error-404-hero__inner p {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}

.error-404-hero__code {
  padding: 0.6rem 1.2rem;
  border: 1px solid rgba(2, 81, 49, 0.12);
  border-radius: 8px;
  background: rgba(47, 158, 126, 0.1);
  box-shadow: inset 0 1px 0 rgba(2, 81, 49, 0.05);
}
.error-404-hero__code {
  font-size: clamp(42px, 8vw, 92px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #2f9e7e;
}

.error-404-hero__actions {
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.error-404-hero__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .error-404-hero__actions {
    width: 100%;
    flex-direction: column;
  }
  .error-404-hero__actions > a {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}
.error-404-hero__actions .secondary__btn {
  color: #1f2937;
}

.error-404-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  align-items: stretch;
  gap: 1.2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 8vh 0 10vh;
}
.error-404-options {
  width: 90%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .error-404-options {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .error-404-options {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .error-404-options {
    width: 90%;
    padding: 6vh 5% 8vh;
  }
}

.error-404-card {
  position: relative;
  gap: 0.8rem;
  min-height: 180px;
  padding: 1.5rem;
  border: 1px solid rgba(2, 81, 49, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(2, 81, 49, 0.06);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.error-404-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.error-404-card {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #4b5563;
}
.error-404-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2f9e7e;
}
.error-404-card:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 158, 126, 0.34);
  box-shadow: 0 20px 42px rgba(2, 81, 49, 0.1);
}
.error-404-card .svg-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(47, 158, 126, 0.12);
}
.error-404-card .svg-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error-404-card .svg-icon {
  font-size: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #025131;
}
.error-404-card strong {
  line-height: 1.25;
}
.error-404-card strong {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  color: #1f2937;
}
.error-404-card span {
  line-height: 1.65;
}

/*# sourceMappingURL=main.css.map */
