@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype"), url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #ee8940;
  --dark-blue: #0e273d;
  --white: #fff;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.social-icon {
  object-fit: cover;
  width: 27px;
  height: auto;
}

.txt-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.txt-14.orange {
  color: var(--accent);
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.txt-14.orange:hover {
  color: var(--dark-blue);
}

.txt-14.header {
  font-size: 13px;
}

.txt-14.header:hover {
  color: #ffa05c;
}

.txt-14.arrow {
  color: var(--accent);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 75%;
  position: relative;
}

.txt-14.arrow:hover {
  color: var(--dark-blue);
}

.link {
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  text-decoration: none;
  display: flex;
}

.button-cta {
  background-color: var(--accent);
  white-space: pre;
  border: 1px solid #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 9px 16px;
  text-decoration: none;
  display: flex;
}

.button-cta:hover {
  background-color: var(--accent);
}

.text-2 {
  color: #ee8940;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.header-main {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1240px;
  height: 80px;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 20px #00000014;
}

.header-top {
  background-color: var(--dark-blue);
  backface-visibility: visible;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: opacity .3s;
  display: flex;
}

.wrapper-max {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1px;
  max-width: 1240px;
  min-height: auto;
  display: flex;
  position: relative;
}

.wrapper-max.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: start stretch;
  height: auto;
  display: grid;
}

.wrapper-max._20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  min-width: auto;
}

.wrapper-max.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.wrapper-max.horizontal {
  flex-flow: row;
}

.feature-item {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.feature-wrapper {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.icon-list {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.icon-list.footer {
  justify-content: flex-start;
  align-items: center;
}

.link-menu {
  color: #23425c;
  border: 2px solid #fff;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 7px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.link-menu:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff #fff var(--accent);
}

.menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-box {
  background-image: url('../images/bg-orange.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 80px;
  min-height: 80px;
  display: flex;
}

.text {
  color: #23425c;
  text-align: right;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.icon-menu {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: auto;
  max-width: none;
  height: 30px;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
  inset: 0%;
}

.menu-button {
  border: 1.5px solid #fff;
  border-radius: 10000px;
  padding: 8px;
  display: none;
}

.icon-2 {
  color: #fff;
  font-size: 20px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.hero {
  background-image: linear-gradient(#0b1722cc, #0b1722cc), url('../images/hero-photo.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
}

.section.gray {
  background-color: #f5f7f8;
}

.section.custom {
  padding-bottom: 0;
}

.section.short {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.about {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.section.form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.section.footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0e283d;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.footer-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0e283d;
  padding-top: 0;
  padding-bottom: 20px;
}

.hero-section {
  background-image: linear-gradient(#0b1722cc, #0b1722cc);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 682.5px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bg-span {
  background-color: #365570;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 8px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 46px;
  left: 0;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.heading-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.background-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 137px;
  left: 0;
}

.container-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.txt-15 {
  color: #fff;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.txt-15.black {
  color: #333;
  white-space: nowrap;
  font-weight: 500;
}

.txt-15.white {
  white-space: nowrap;
}

.txt-15.orange {
  color: var(--accent);
  font-weight: 500;
}

.txt-15.orange.max {
  max-width: 60%;
}

.txt-15.orange.arrow {
  color: #3b6285;
  max-width: 60%;
  font-size: 1.8rem;
  font-weight: 500;
}

.txt-15.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-15.arrow {
  color: var(--accent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 85%;
  position: relative;
}

.button-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.cta-butt {
  grid-column-gap: 10px;
  background-color: #ee8940;
  border: 2px solid #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
  text-decoration: none;
  display: flex;
}

.cta-butt:hover {
  background-color: var(--dark-blue);
}

.cta-butt.white {
  background-color: #fff;
}

.cta-butt.white:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.text-4 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.vector {
  object-fit: cover;
}

.text-5 {
  color: #23425c;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.container-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 168px;
  height: 27px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 67.1719px;
  left: 1206px;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  flex: 1;
  align-self: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
}

.divider {
  background-color: var(--accent);
  color: var(--accent);
  width: 50px;
  height: 6px;
}

.divider.marg {
  max-height: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider.s {
  width: 40px;
  height: 3px;
  max-height: 6px;
  margin-top: 0;
  margin-bottom: 10px;
}

.divider.footer {
  color: #415465;
  background-color: #415465;
  width: 100%;
  height: 1px;
}

.subheading {
  flex-flow: column;
  display: flex;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 120px;
  text-decoration: none;
  display: flex;
}

.container-18 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-19 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 162px;
  text-decoration: none;
  display: flex;
}

.container-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 132px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.container-21 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.heading-container.flex {
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.heading-container.flex.m {
  justify-content: center;
  align-items: flex-start;
}

.heading-container.flex-middle {
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.bg-orange {
  background-color: #ee8940;
  border-radius: 50px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.border {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.3582px;
  height: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 31px;
  left: 40.3813px;
}

.description {
  color: #fff;
  text-transform: capitalize;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-7 {
  color: #23425c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.text-8 {
  color: #23425c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.container-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  text-decoration: none;
  display: flex;
}

.container-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-25 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 solid #ee8940;
  border-top-width: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 20px 20px 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.photo-container {
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 180px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.photo-container.main {
  height: 250px;
}

.heading-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.heading-20 {
  color: #23425c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.txt-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-bottom: 0;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.txt-container.shrink {
  flex: 0 auto;
  height: auto;
  display: flex;
}

.text-9 {
  color: #666;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.link-butt {
  grid-column-gap: 8px;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-butt:hover {
  color: var(--dark-blue);
}

.container-28 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.icon-3 {
  object-fit: cover;
}

.text-10 {
  color: #ee8940;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-decoration: none;
}

.container-29 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 441px;
  padding: 20px 20px 30px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #23425c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.container-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 98px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.txt-body {
  color: #666;
  text-align: left;
  white-space: normal;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.txt-body.black {
  color: #23425c;
  white-space: nowrap;
  font-weight: 500;
}

.txt-body.white {
  color: var(--white);
  white-space: nowrap;
}

.txt-body.dark {
  color: var(--dark-blue);
}

.txt-body.dark.bold {
  font-weight: 500;
}

.txt-body.flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-body.center {
  text-align: center;
}

.txt-body._14 {
  color: #ccc;
  font-size: 14px;
}

.txt-body.dot {
  color: #4b6e8b;
  white-space: nowrap;
  width: auto;
  font-size: 41px;
  line-height: 20px;
  display: block;
}

.txt-body.footer {
  color: #ccc;
  white-space: nowrap;
  align-self: center;
}

.txt-body.container-15, .txt-body._15 {
  color: #ccc;
  flex: 0 auto;
  align-self: center;
  height: auto;
  padding-top: 0;
  line-height: 100%;
}

.txt-body.policy {
  color: #ccc;
  white-space: nowrap;
  align-self: center;
  width: auto;
  font-size: 14px;
  font-weight: 300;
}

.txt-body.policy:hover {
  color: var(--white);
}

.link-block {
  text-decoration: none;
}

.image {
  overflow-wrap: anywhere;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
}

.image-2, .image-3 {
  object-fit: cover;
}

.service-img {
  object-fit: cover;
  width: 100%;
}

.max-width {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 101%;
  min-width: 1px;
  max-width: 1240px;
  min-height: auto;
  display: flex;
}

.header-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.txt-box {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.span-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2 {
  color: #23425c;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
}

.h2.white {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2.custom {
  color: var(--dark-blue);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.h2.seo {
  font-size: 28px;
  font-weight: 600;
}

.h2.gap {
  margin-top: 0;
}

.header-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-style-2 {
  grid-row-gap: 60px;
  background-color: #f5f7f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 90px 120px;
  text-decoration: none;
  display: flex;
}

.container-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 585px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.container-32 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 13px;
  text-decoration: none;
  display: flex;
}

.container-34 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #23425c;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.container-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-36 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.backgroundshadow-2 {
  grid-row-gap: 9.9476e-14px;
  background-color: #fff;
  border: 0 solid #a1d3fe;
  border-left-width: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 384px;
  height: 216px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.heading-6 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.backgroundborder {
  background-color: #fff;
  border: .555556px solid #ebebeb;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  padding-top: 15.5556px;
  padding-bottom: 14.4444px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-37 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.horizontal-divider {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.1111px;
  height: 1.11111px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 37.7778px;
  left: 19.4444px;
}

.text-13 {
  color: #23425c;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.container-38 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #666;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.backgroundshadow-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 0 solid #a1d3fe;
  border-left-width: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 384px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.text-15 {
  color: #23425c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.backgroundshadow-4 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 0 solid #a1d3fe;
  border-left-width: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 384px;
  height: 216px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.container-39 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 54px;
  display: flex;
}

.container-40 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-style-4 {
  background-color: #ee8940;
  border: 2px solid #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 13px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 10px #00000080;
}

.text-16 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.heading-18 {
  color: #23425c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.heading-18.center {
  text-align: center;
}

.heading-18.medium {
  font-weight: 500;
}

.heading-18.white {
  color: #fff;
  font-weight: 600;
}

.benefit-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px #ee8940;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.wrapper-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cta-butt-shadow {
  grid-column-gap: 10px;
  background-color: #ee8940;
  border: 2px solid #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 15px #0003;
}

.cta-butt-shadow:hover {
  background-color: #4f6477;
}

.cta-butt-shadow.white {
  background-color: #fff;
}

.feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px #ee8940;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.cell {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.cell.non-mob {
  display: none;
}

.cell-photo {
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.link-offer {
  grid-row-gap: 10px;
  background-color: #ffefe3;
  border: 0 solid #ee8940;
  border-left-width: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 15px #0003;
}

.link-offer:hover {
  background-color: var(--white);
}

.sub-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #ee8940;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.form-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-blue);
  background-image: linear-gradient(#23425ccc, #23425ccc), url('../images/photo-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 1340px;
  margin-bottom: 0;
  padding: 50px 120px;
  display: flex;
}

.field-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form_txt1 {
  color: #fff;
  text-align: center;
  margin-bottom: 2.78vw;
  font-size: 1.67vw;
  line-height: 160%;
}

.send-button {
  background-color: var(--accent);
  color: #fff;
  text-transform: none;
  border-radius: 0;
  padding: 15px 30px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 2px 5px #0003;
}

.send-button:hover, .send-button:active {
  color: #fff;
  background-color: #16171a;
}

.send-button:focus {
  background-color: var(--dark-blue);
  color: #fff;
}

.send-button:focus-visible, .send-button[data-wf-focus-visible] {
  color: #fff;
  background-color: #16171a;
}

.send-button.long {
  width: 100%;
}

.send-button.long:hover {
  background-color: var(--dark-blue);
}

.input-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr auto;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  margin-top: 20px;
  display: grid;
}

.input-field {
  color: #383838;
  background-color: #f4f4f499;
  border: 1px solid #f4f4f499;
  border-radius: 5px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 0;
  padding: 24px 20px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.input-field:hover, .input-field:active, .input-field:focus, .input-field:focus-visible, .input-field[data-wf-focus-visible] {
  border-color: #007aff;
}

.input-field::placeholder {
  color: #383838;
  font-size: 18px;
}

.form_h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 2.78vw;
  font-size: 2.78vw;
  font-weight: 600;
}

.text-field {
  border: 1px solid #e1e1e1;
  height: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Poppins, Arial, sans-serif;
}

.text-field:active, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border: 1px solid var(--accent);
}

.text-field.comment {
  object-fit: none;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 100px;
  display: inline-flex;
  overflow: visible;
}

.error-message {
  background-color: #fff0de;
  padding: 15px 20px;
}

.div-flex {
  color: #a8cbe9;
  background-color: #a8cbe9;
  width: 100%;
  height: 1.5px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.photo-to-change {
  background-image: linear-gradient(#0003, #0003), linear-gradient(90deg, #0000 0%, #23425c 100%);
  overflow: hidden;
}

.txt-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.text-18 {
  color: #666;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.about-us-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.photo-flex {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.photo-flex.none-desktop {
  display: none;
}

.photo-about-container {
  object-fit: contain;
  background-color: #0000;
  background-image: linear-gradient(99deg, #23425c00, #23425c57), url('../images/photo-about.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.photo-about-container.main {
  height: 250px;
}

.logo-absolute {
  width: 150px;
  max-width: none;
  position: sticky;
  inset: 0% 15px 15px 0%;
}

.cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blue-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f7f8;
  border: 1px #ee8940;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px 25px 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper-layout-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-custom {
  height: auto;
  position: relative;
}

.white-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px #ee8940;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px 25px 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.steps-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
  position: relative;
}

.wrapper-layout-vertical-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.layout-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border: 1px #ee8940;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.progress-fill {
  z-index: 0;
  background-color: #4f6477;
  width: 3%;
  height: 3px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 23% 0% auto;
}

.embed-review {
  width: 100%;
}

.faq-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.wrapper-question {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 0;
  display: flex;
}

.heading-15 {
  box-sizing: content-box;
  color: #23425c;
  text-transform: capitalize;
  white-space: normal;
  object-fit: contain;
  flex-flow: wrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.heading-15.center {
  text-align: center;
}

.heading-16 {
  color: #23425c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.heading-16.center {
  text-align: center;
}

.faq-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px #ee8940;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px 20px 20px 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #e8e8e8;
}

.button-faq {
  background-color: #23425c;
  border: 1px #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
}

.arrow {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 90%;
  display: flex;
}

.drop-down-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.answer-faq.w--open {
  background-color: #fff0;
  margin-bottom: 10px;
  position: static;
}

.map-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  height: 300px;
  display: flex;
}

.map-embed {
  width: 100%;
  height: 100%;
}

.cell-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: solid none none;
  border-width: 3px 1px 1px;
  border-color: var(--accent) black black;
  object-fit: contain;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 15px #0000002e;
}

.form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: block;
}

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-grid.flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contacts-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff0;
  border: 1px #ee8940;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.layout-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-horizontal.alight {
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
}

.layout-vert {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.seo-flex-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.dropdown-seo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  display: flex;
}

.gradient-bg {
  object-fit: contain;
  background-image: linear-gradient(#0000 64%, #f6f8f9);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.navigation.w--open {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ddd0;
  flex-flow: column;
  display: flex;
  position: static;
}

.seo-butt {
  z-index: 3;
  grid-column-gap: 10px;
  background-color: #fff;
  border: 2px solid #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 15px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 10px 15px #0000001a;
}

.seo-butt.white {
  background-color: #fff;
}

.footer-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  height: 100%;
  font-family: Poppins, Arial, sans-serif;
  display: flex;
}

.footer-block.horizontal {
  flex-flow: row;
}

.footer-logo {
  width: 150px;
}

.link-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.div-block {
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: flex;
}

.div-block:hover {
  background-color: var(--accent);
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-blue);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.policy-footer {
  width: auto;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.policy-footer:hover {
  color: #fff;
}

.section-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-copy.hero {
  background-image: linear-gradient(#0b1722cc, #0b1722cc), url('../images/hero-photo.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.section-copy.gray {
  background-color: #f5f7f8;
}

.section-copy.custom {
  padding-bottom: 0;
}

.section-copy.short {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-copy.about {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.section-copy.form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.section-copy.footer {
  background-color: #0e283d;
  padding-top: 80px;
  padding-bottom: 20px;
}

.section-copy.footer-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0e283d;
  padding-top: 0;
  padding-bottom: 20px;
}

.link-block-2 {
  text-decoration: none;
}

.progress-wrapper {
  z-index: 0;
  background-color: #a8cbe9;
  justify-content: flex-start;
  align-items: center;
  width: 1015px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 23% 0% auto;
}

.img-footer {
  z-index: 1;
  opacity: .07;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.wrapper-header {
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0;
}

.image-5 {
  min-width: 100%;
}

@media screen and (min-width: 1440px) {
  .form-container {
    flex-flow: column;
    padding: 50px 120px;
    display: flex;
  }

  .form_txt1 {
    color: #fff;
    text-align: center;
    margin-bottom: 2.78vw;
    font-size: 1.67vw;
    line-height: 160%;
  }

  .send-button {
    background-color: var(--accent);
    color: #fff;
    border-radius: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form_h1 {
    color: #f4f4f4;
    text-align: center;
    margin-bottom: 2.78vw;
    font-size: 2.78vw;
    line-height: 100%;
  }

  .text-field {
    height: 100%;
  }

  .img-footer {
    opacity: .07;
  }
}

@media screen and (min-width: 1920px) {
  .txt-14.bold {
    font-weight: 400;
  }

  .form-container {
    height: auto;
    min-height: auto;
    padding: 50px 120px;
  }

  .form_txt1 {
    color: #fff;
    text-align: center;
    margin-bottom: 2.78vw;
    font-size: 1.67vw;
    line-height: 160%;
  }

  .send-button {
    background-color: var(--accent);
    color: #fff;
    border-radius: 0;
    height: auto;
  }

  .form_h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 2.78vw;
    font-size: 2.78vw;
    font-weight: 600;
    line-height: 160%;
  }

  .img-footer {
    opacity: .07;
    top: 5%;
  }
}

@media screen and (max-width: 991px) {
  .button-cta {
    display: none;
  }

  .header-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    max-width: none;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .wrapper-max {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: auto;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-max.grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .feature-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .icon-list {
    display: none;
  }

  .icon-list.footer {
    display: flex;
  }

  .link-menu {
    background-color: #0000;
    flex: 0 auto;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrapper {
    background-color: #fff;
    flex: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg-box {
    width: 148px;
    height: 80px;
    min-height: auto;
  }

  .menu-button {
    background-color: var(--accent);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--accent);
    background-color: #fac9c900;
  }

  .icon-2 {
    color: var(--white);
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.short {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.about {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section.footer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .section.cta {
    padding-top: 40px;
  }

  .container-layout {
    width: 83%;
    max-width: none;
  }

  .txt-15 {
    font-weight: 300;
  }

  .button-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .h1 {
    font-size: 40px;
  }

  .divider.marg {
    height: 5px;
  }

  .logo {
    width: 100%;
    display: flex;
  }

  .heading-container {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .heading-container.flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-container.flex-middle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .service-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .txt-body, .txt-body.dark {
    font-size: 14px;
  }

  .txt-body.center.mob, .txt-body.center.animate {
    text-align: left;
  }

  .max-width {
    flex-flow: column;
    min-width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .header-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .header-grid._2column {
    grid-template-rows: auto;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 130%;
  }

  .h2.seo {
    white-space: normal;
    font-size: 22px;
  }

  .header-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .header-flex.center {
    justify-content: center;
    align-items: center;
  }

  .heading-18 {
    font-size: 17px;
  }

  .heading-18.center {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
  }

  .benefit-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cell.non-mob {
    display: none;
  }

  .cell-photo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cell-photo.none-mob {
    display: none;
  }

  .form-container {
    padding: 40px 30px 30px;
  }

  .input-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-flex {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .txt-grid {
    grid-column-gap: 40px;
  }

  .photo-flex {
    width: 50%;
  }

  .photo-flex.none-desktop {
    display: block;
  }

  .faq-wrapper {
    max-width: none;
  }

  .heading-15 {
    white-space: normal;
  }

  .footer-block {
    padding-top: 0;
  }

  .footer-block.gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .progress-wrapper {
    width: 91%;
    margin-left: auto;
    top: 18%;
  }

  .img-footer {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-max {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-item {
    box-sizing: content-box;
    object-fit: cover;
    flex: 0 auto;
  }

  .feature-item.none {
    display: none;
  }

  .feature-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .link-menu {
    flex: 1;
  }

  .bg-box {
    width: 167px;
  }

  .menu-button {
    display: block;
  }

  .section.short {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-layout {
    width: 100%;
    padding-right: 0;
  }

  .txt-15.orange.max {
    font-size: 16px;
  }

  .txt-15.flex {
    text-align: center;
  }

  .button-wrapper, .heading-container.flex {
    justify-content: center;
    align-items: center;
  }

  .heading-container.flex.m {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .heading-container.mob {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .description {
    font-size: 12px;
    font-weight: 500;
  }

  .service-card {
    height: auto;
  }

  .txt-container {
    flex: 1;
  }

  .service-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .txt-body.dark {
    font-size: 15px;
  }

  .txt-body.center.animate {
    padding-left: 0;
  }

  .txt-body.m {
    text-align: center;
  }

  .max-width {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }

  .h2.white {
    justify-content: center;
    align-items: center;
  }

  .benefits-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cell-photo.mob {
    max-height: 250px;
  }

  .form-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 40px 20px;
  }

  .input-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .input-field::placeholder {
    font-size: 16px;
  }

  .photo-flex._100 {
    width: 100%;
  }

  .icon-custom {
    width: auto;
  }

  .steps-wrapper {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    width: 69%;
  }

  .layout-vertical.mob {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .steps-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .progress-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 49% 0% auto -42%;
    transform: rotate(90deg);
  }

  .progress-wrapper.none {
    width: 4px;
    height: 100%;
    top: 0%;
    left: 7%;
    transform: none;
  }

  .img-footer {
    opacity: .2;
  }

  .div-block-2 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .button-cta {
    width: 0;
    height: 0;
    display: none;
  }

  .header-main {
    background-color: var(--white);
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    background-color: var(--dark-blue);
    height: auto;
    max-height: none;
    display: flex;
  }

  .header-top {
    height: 72px;
    min-height: 72px;
  }

  .wrapper-max {
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .wrapper-max.grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .wrapper-max.horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .feature-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .link-menu {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    padding-right: 0;
    display: flex;
  }

  .menu-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px #0003;
  }

  .bg-box {
    flex: 0 auto;
    width: 115px;
    margin-right: -20px;
  }

  .menu-button.w--open {
    background-color: var(--accent);
  }

  .section {
    background-color: var(--white);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero {
    padding-top: 210px;
  }

  .section.short {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section.cta {
    padding-bottom: 10px;
  }

  .container-layout {
    min-width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .bg-span {
    padding-left: 15px;
    padding-right: 15px;
  }

  .txt-15 {
    width: auto;
    font-size: 14px;
  }

  .txt-15.orange.max {
    max-width: 100%;
    line-height: 120%;
  }

  .txt-15.descrip {
    font-size: 13px;
    font-weight: 300;
  }

  .button-wrapper {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 10px;
  }

  .cta-butt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 245px;
  }

  .cta-butt.white {
    width: 245px;
  }

  .h1 {
    white-space: normal;
    word-break: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
  }

  .divider {
    height: 4px;
    margin-bottom: 0;
  }

  .logo {
    flex: 0 auto;
    width: 44%;
    padding-left: 0;
  }

  .logo.w--current {
    width: 100%;
    padding-left: 0;
  }

  .heading-container.mob {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    object-fit: contain;
    flex-flow: column;
    display: block;
  }

  .service-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-20 {
    line-height: 110%;
  }

  .txt-body {
    width: 100%;
    font-size: 14px;
  }

  .txt-body.dark {
    font-weight: 400;
  }

  .txt-body.m {
    text-align: center;
  }

  .max-width {
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    line-height: 120%;
  }

  .h2.custom, .h2.seo {
    font-size: 20px;
  }

  .h2.center {
    text-align: center;
  }

  .heading-18.center {
    text-align: left;
  }

  .cta-butt-shadow {
    width: 100%;
  }

  .feature-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cell-photo {
    flex-flow: column;
  }

  .link-offer {
    margin-top: 10px;
  }

  .sub-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    display: flex;
  }

  .form-container {
    background-image: linear-gradient(#23425ccc, #23425ccc), url('../images/photo-bg.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    border-radius: 8px;
    height: auto;
    padding: 40px 20px 30px;
  }

  .form_txt1 {
    margin-bottom: 5.13vw;
    font-size: 4.1vw;
  }

  .send-button {
    width: 100%;
    height: 14.36vw;
    font-size: 4.1vw;
  }

  .send-button.long {
    height: auto;
  }

  .input-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form_h1 {
    margin-bottom: 5.13vw;
    font-size: 7.18vw;
  }

  .text-field {
    border-radius: 0;
  }

  .txt-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .photo-flex {
    width: 100%;
  }

  .cards-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .icon-custom._20 {
    width: 18px;
    min-width: 18px;
  }

  .steps-wrapper {
    width: 100%;
  }

  .progress-fill {
    background-color: #4a667f;
    width: 5%;
    height: 3px;
  }

  .faq-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
  }

  .arrow {
    flex: 1;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
    line-height: 100%;
  }

  .map-wrapper {
    flex: none;
    overflow: hidden;
  }

  .map-embed {
    object-fit: contain;
    overflow: hidden;
  }

  .cell-form {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .form-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    width: 100%;
  }

  .contacts-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .contacts-wrapper.mob {
    padding-top: 40px;
  }

  .seo-butt {
    width: 100%;
  }

  .footer-block.gap {
    padding-top: 0;
  }

  .footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }

  .section-copy.hero {
    padding-top: 40px;
  }

  .progress-wrapper {
    width: 110%;
    min-width: 110%;
    height: 3px;
    display: flex;
    position: absolute;
    inset: 47% 0% auto -47%;
  }

  .progress-wrapper.none {
    display: none;
  }

  .img-footer {
    opacity: .1;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 70%;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-4 {
    width: 100px;
    max-width: none;
  }

  .wrapper-header {
    justify-content: space-between;
    align-items: center;
  }

  .body {
    background-color: var(--white);
  }

  .code-embed {
    color: var(--white);
  }
}

#w-node-_89a06871-0c58-5e2b-24a2-adade9f96c4d-35bd0a13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38339d63-0243-8a78-ef02-c56fd0d5d5ef-35bd0a13 {
  order: -9999;
  place-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-b727d326-18ee-4b38-7ef0-7a44250e3b85-35bd0a13 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}