:root {
  --main-blue: #1577dd;
  --grey: #f9fafb;
  --white: #fff;
  --bg-blue: #1577dd1a;
  --greyer: #0a3d620f;
  --body-copy: #2e2e2e;
  --black: #0d1b2a;
  --dark-blue: #0d3a66;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--main-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: var(--main-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.section.bg-grey {
  background-color: var(--grey);
  position: relative;
}

.section.bg-dark {
  background-color: #0a3d62;
}

.section.bg-dark.hero {
  background-color: var(--main-blue);
  background-image: url('../images/bg-hero-5_1bg-hero (5).avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.section.hero {
  background-color: #f9fafb00;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.contact {
  background-color: var(--grey);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-service-1 {
  background-image: url('../images/service-01_1service-01.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.bg-service-2 {
  background-image: url('../images/service-02_1service-02.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.section.bg-service-3 {
  background-image: url('../images/service-03_1service-03.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.hidden {
  display: none;
}

.section.bg-blue {
  background-color: var(--bg-blue);
}

.section.bg-real-blue {
  background-color: var(--main-blue);
}

.container {
  z-index: 1;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 48px;
  display: flex;
  position: relative;
}

.container.bg-white {
  background-color: var(--main-blue);
  border-radius: 30px;
  position: relative;
}

.container.bg-grey {
  background-color: var(--greyer);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px #0000001a;
}

.container.bg-grey-light {
  background-color: var(--grey);
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 20px #0a3d6226;
}

.container.color-white {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0 5px 10px #0000000f;
}

.container.bg-green {
  background-color: #c7f4ec80;
  border-radius: 10px;
  box-shadow: 0 10px 20px #1abc9c36;
}

.container.bg-blue {
  background-color: var(--main-blue);
  border: 1px solid #0a3d6214;
  box-shadow: 0 10px 15px #00000012;
}

.content.hz {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.content.services {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.content.process {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.content.contact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px none var(--greyer);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 54px;
  display: flex;
}

.content.footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #1e293b00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 24px 0;
  display: flex;
}

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

.title-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrapper.center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrapper.center.max {
  max-width: 60%;
}

.title-wrapper.left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrapper.left.max {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.title-wrapper.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.body-copy {
  color: var(--body-copy);
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.body-copy.small {
  font-size: 16px;
}

.body-copy.small.color-white.bold {
  font-weight: 600;
}

.body-copy.small.color-dark {
  color: var(--black);
  font-weight: 400;
}

.body-copy.small.max {
  width: 380px;
}

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

.body-copy.xsmall {
  font-size: 14px;
}

.body-copy.color-dark {
  color: var(--main-blue);
  font-weight: 500;
}

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

.heading-1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 54px;
  font-weight: 700;
}

.heading-1.color-white {
  color: var(--white);
  margin-top: 0;
}

.wrapper {
  z-index: 1;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.wrapper.m, .wrapper.s {
  padding-top: 64px;
  padding-bottom: 64px;
}

.wrapper.hero {
  padding-top: 100px;
}

.wrapper.hero.service, .wrapper.service, .wrapper.hero-1, .wrapper.hero-1.service {
  padding-top: 160px;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 48px;
  display: flex;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button.ghost {
  border: 1px solid var(--main-blue);
  background-color: var(--grey);
  color: var(--main-blue);
}

.button.ghost.small, .button.small {
  padding: 8px 16px;
  font-size: 14px;
}

.button.service {
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.heading-2 {
  color: var(--black);
  font-size: 42px;
}

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

.heading-2.color-white.max {
  width: 50%;
}

.heading-2.color-dark {
  color: var(--main-blue);
}

.heading-2.color-dark.max, .heading-2.max {
  width: 50%;
}

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

.services-list.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.service-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--greyer);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.service-card.center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.card-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.card-title.color-white {
  color: var(--white);
}

.card-title.contact {
  flex: none;
  width: 120px;
  font-size: 16px;
}

.card-title.medium {
  font-size: 20px;
}

.card-title.small {
  color: var(--body-copy);
  font-size: 18px;
  font-weight: 500;
}

.usp-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #0a3d621a;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.usp-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.usp-list.hz {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.usp-list.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.line {
  background-color: #0a3d621a;
  width: 1px;
  padding-bottom: 0;
  display: block;
}

.hero-section {
  width: 100%;
  min-height: 500px;
}

.process-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: flex;
}

.process-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #0a3d621a;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.process-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.unsplash-image {
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #fff0;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: block;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/Photo-14-1_1Photo (14) 1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.body-copy-hero {
  color: var(--body-copy);
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.body-copy-hero.small {
  font-size: 16px;
}

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

.icon {
  width: 16px;
  display: block;
}

.icon.med {
  width: 42px;
}

.icon.small {
  width: 24px;
}

.icon.med-s {
  width: 36px;
}

.overlay-bg {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag {
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.tag.reverse {
  border-color: var(--main-blue);
  color: var(--main-blue);
}

.tag._2 {
  color: var(--main-blue);
}

.tag.white {
  color: var(--grey);
}

.icon-wrapper {
  background-color: var(--dark-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-mid {
  width: 32px;
  display: block;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  position: fixed;
  box-shadow: 0 2px 5px #00000012;
}

.brand-text {
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  display: flex;
}

.nav-link {
  color: var(--black);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.nav-link:hover {
  color: var(--main-blue);
}

.nav-link.w--current {
  color: var(--dark-blue);
}

.nav-link.hidden {
  display: none;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.title-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-block.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-block.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.service-image {
  width: 100px;
  height: 100px;
  display: block;
}

.link-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px none var(--white);
  color: var(--body-copy);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.link-text.dark {
  border-bottom-color: var(--main-blue);
  color: var(--main-blue);
}

.link-text.dark:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.usp-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--bg-blue);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.circle {
  background-color: var(--bg-blue);
  border: 1px solid #1abc9c0d;
  border-radius: 1000px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.circle.bottom-margin-12 {
  border-style: solid;
  border-color: var(--greyer);
  background-color: var(--white);
  border-radius: 5px;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.circle.small {
  width: 42px;
  height: 42px;
}

.circle.med {
  width: 64px;
  height: 64px;
}

.circle.med.mobile {
  background-color: #fff0;
  border-style: none;
}

.circle.small {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.circle.hero {
  background-color: #ffffffb8;
  width: 54px;
  height: 54px;
}

.circle.invisible {
  background-color: #4338ca00;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 12px 12px auto auto;
}

.circle.white {
  background-color: var(--white);
  margin-bottom: 8px;
}

.image {
  z-index: 0;
  position: relative;
}

.service-assets {
  z-index: 0;
  opacity: .5;
  width: 25%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-assets.hero {
  width: 35%;
  inset: auto auto 0% 0%;
}

.usp-list-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.se {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.service-text {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-no {
  z-index: 2;
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
  display: flex;
  position: relative;
}

.step-card {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  background-color: #ffffff1a;
  border: 1px solid #0a3d621a;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.contact-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dark-blue) var(--dark-blue) var(--main-blue);
  background-color: #f9fafb00;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 21px;
  display: flex;
}

.contact-card.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--body-copy);
  background-color: #1e293b00;
  border-style: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
}

.contact-card.footer.hidden {
  display: none;
}

.contact-card.no-down {
  border-style: none;
  border-color: #000;
  padding: 16px 0;
}

.gmaps {
  border-radius: 20px;
  width: 100%;
  display: block;
}

.partner-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-div.right {
  background-color: #ffffff1a;
  border: 1px solid #ffffff40;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 12px;
}

.footer-link {
  color: var(--body-copy);
  font-weight: 300;
  text-decoration: none;
}

.footer-link.hidden {
  display: none;
}

.footer-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-line {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-line.full {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--bg-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.footer {
  background-color: #1e293b;
  padding: 24px;
}

.footer.bg-grey {
  background-color: var(--grey);
  position: relative;
}

.footer.bg-dark {
  background-color: #0a3d62;
}

.footer.hero {
  padding-top: 42px;
  padding-bottom: 42px;
}

.text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.color-green {
  background-color: #f1c40f;
}

.hero-mage-wrapper {
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: clip;
}

.overlay {
  z-index: 0;
  background-color: var(--main-blue);
  border-radius: 0;
  width: 500px;
  height: 400px;
  margin-top: -20px;
  margin-left: 20px;
  padding: 46px;
  position: absolute;
  inset: 0%;
}

.usp-line {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.usp-line._2 {
  bottom: 42px;
  left: -42px;
}

.usp-line._3 {
  inset: auto 0% 0% auto;
}

.brand-logo {
  height: 54px;
}

.brand-logo.footer {
  width: 120px;
  padding: 0;
}

.container-nav {
  z-index: 1;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 48px;
  display: flex;
  position: relative;
}

.container-nav.bg-white {
  background-color: var(--main-blue);
  border-radius: 30px;
  position: relative;
}

.container-nav.bg-grey {
  background-color: var(--greyer);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px #0000001a;
}

.container-nav.bg-grey-light {
  background-color: var(--grey);
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 20px #0a3d6226;
}

.container-nav.color-white {
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0 5px 10px #0000000f;
}

.container-nav.bg-green {
  background-color: #c7f4ec80;
  border-radius: 10px;
  box-shadow: 0 10px 20px #1abc9c36;
}

.container-nav.bg-blue {
  background-color: var(--main-blue);
  border: 1px solid #0a3d6214;
  box-shadow: 0 10px 15px #00000012;
}

.button-ghost {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--main-blue);
  background-color: var(--white);
  color: var(--main-blue);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-ghost:hover {
  background-color: #fff;
}

.button-ghost.ghost {
  border: 1px solid var(--main-blue);
  background-color: var(--grey);
  color: var(--main-blue);
}

.button-ghost.ghost.small {
  padding: 8px 16px;
  font-size: 14px;
}

.button-ghost.small {
  padding: 8px 12px;
  font-size: 14px;
}

.button-ghost.outline {
  border-color: var(--white);
  color: var(--white);
  background-color: #0a3d6200;
}

.button-ghost.outline:hover {
  background-color: #ffffff1a;
}

.step-overlay {
  z-index: 0;
  opacity: .1;
  object-fit: cover;
  width: 160px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.step-overlay-bg {
  z-index: 1;
  background-image: linear-gradient(138deg, var(--dark-blue), var(--main-blue));
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.partner-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border: 1px #0a3d621a;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-logo {
  width: 100%;
  height: 54px;
  display: block;
}

.contact {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-icon {
  background-color: var(--white);
  border-radius: 5px;
  padding: 4px;
}

.footer-contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9fafb1a;
  border-radius: 10px;
  flex-flow: column;
  width: 300px;
  padding: 12px;
  display: flex;
}

.contact-card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: stretch;
  display: flex;
}

.div-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.div-line.vr {
  background-color: #ffffff80;
  width: 1px;
  height: auto;
}

.section-footer {
  background-color: var(--bg-blue);
  padding: 42px 24px;
}

.section-footer.bg-grey {
  background-color: var(--grey);
  position: relative;
}

.section-footer.bg-dark {
  background-color: #0a3d62;
}

.section-footer.hero {
  padding-top: 42px;
  padding-bottom: 42px;
}

.hero-service {
  justify-content: flex-start;
  align-items: stretch;
  width: 500px;
  height: 550px;
  display: flex;
  position: relative;
}

.brand {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: var(--body-copy);
  text-decoration: none;
}

.link.color-white, .text-block {
  color: var(--white);
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.color-blue {
  color: var(--main-blue);
}

.button-service {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--main-blue);
  background-color: var(--white);
  color: var(--main-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-service.ghost {
  border: 1px solid var(--main-blue);
  background-color: var(--grey);
  color: var(--main-blue);
}

.button-service.ghost.small, .button-service.small {
  padding: 8px 16px;
  font-size: 14px;
}

.button-service.service {
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 380px;
  display: flex;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.service-icon {
  width: 48px;
}

@media screen and (max-width: 991px) {
  .section.bg-dark.hero {
    background-image: url('../images/bg-hero-mob_1bg-hero-mob.avif');
    background-position: 50% 90%;
  }

  .section.contact {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .container {
    padding: 0 16px;
  }

  .container.bg-grey, .container.bg-grey-light {
    padding: 32px;
  }

  .content.hz {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .content.about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: stretch;
  }

  .content.contact {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .content.footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 0;
  }

  .title-wrapper.left.max {
    width: 100%;
  }

  .wrapper.s.hero {
    padding-bottom: 0;
  }

  .wrapper.hero-1 {
    padding-top: 120px;
  }

  .button-wrapper {
    margin-top: 24px;
  }

  .heading-2.color-white.max {
    flex: 1;
  }

  .services-list {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .service-card.reversed {
    flex-flow: column-reverse;
  }

  .usp-list, .usp-list.hz {
    width: 100%;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero-image {
    min-height: 400px;
  }

  .overlay-bg {
    width: 90%;
    height: 50%;
  }

  .brand-text {
    border-radius: 2px;
    padding: 4px;
  }

  .nav-link {
    margin-bottom: 10px;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    display: flex;
    box-shadow: 0 10px 15px #00000014;
  }

  .title-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .circle.white {
    width: 60px;
    height: 60px;
  }

  .service-assets {
    width: 50%;
  }

  .contact-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .footer-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .footer-div.right {
    width: 100%;
  }

  .footer-line {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-line.full {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
  }

  .hero-mage-wrapper {
    width: 100%;
    height: 400px;
  }

  .overlay {
    height: 400px;
  }

  .container-nav {
    padding: 16px;
  }

  .container-nav.bg-grey, .container-nav.bg-grey-light {
    padding: 32px;
  }

  .button-ghost.small {
    justify-content: center;
    align-items: center;
  }

  .section-footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .menu {
    background-color: var(--main-blue);
    order: 1;
    padding: 4px;
  }

  .menu.w--open {
    background-color: var(--body-copy);
  }

  .icon-2 {
    color: var(--white);
    width: 32px;
    height: 32px;
    font-size: 32px;
  }

  .div-block {
    width: auto;
  }

  .service-icon {
    width: 32px;
  }
}

@media screen and (max-width: 767px) {
  .title-wrapper.center.max {
    max-width: 100%;
  }

  .wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper.s {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrapper.s.hero {
    padding-top: 0;
  }

  .heading-2.color-white.max {
    width: 100%;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .usp-list.hz {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-image {
    width: 100%;
    min-height: auto;
  }

  .title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-grid {
    width: 100%;
  }

  .hero-mage-wrapper {
    width: 100%;
    min-height: auto;
  }

  .overlay {
    width: 100%;
    height: 100%;
    margin-top: -10px;
    margin-left: 10px;
  }

  .usp-line {
    inset: auto auto 10px -10px;
  }

  .button-ghost.hidden {
    display: none;
  }

  .section-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-service {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-dark.hero {
    background-position: 50%;
  }

  .container.bg-grey {
    padding: 24px;
  }

  .container.bg-grey-light {
    padding: 16px;
  }

  .content.hz {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .title-wrapper.vertical {
    width: 100%;
  }

  .body-copy.small.color-white {
    text-align: center;
  }

  .body-copy.small.max {
    width: auto;
    font-size: 14px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrapper.service {
    padding-top: 120px;
  }

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

  .button {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-2 {
    font-size: 30px;
  }

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

  .card-title {
    color: var(--black);
  }

  .card-title.small {
    font-size: 16px;
  }

  .usp-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .usp-list.hz {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .process-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .body-copy-hero {
    font-size: 16px;
  }

  .icon.med-s {
    width: 30px;
  }

  .brand-text {
    height: 30px;
  }

  .title-block {
    align-items: flex-start;
  }

  .circle.small {
    width: 36px;
    height: 36px;
  }

  .circle.med.mobile {
    width: 48px;
    height: 48px;
  }

  .circle.hero {
    width: 32px;
    height: 32px;
  }

  .card-no {
    color: var(--main-blue);
    justify-content: flex-start;
    align-items: center;
    font-size: 64px;
    line-height: 100%;
  }

  .step-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }

  .contact-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .contact-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 12px;
  }

  .contact-card.footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    width: auto;
  }

  .partner-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-line {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .footer {
    padding: 16px;
  }

  .text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-mage-wrapper {
    width: 100%;
    height: 280px;
  }

  .usp-line {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding: 6px;
    font-size: 12px;
    line-height: 120%;
  }

  .brand-logo {
    height: 42px;
  }

  .container-nav.bg-grey {
    padding: 24px;
  }

  .container-nav.bg-grey-light {
    padding: 16px;
  }

  .button-ghost {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .step-overlay {
    opacity: .2;
    width: 100%;
  }

  .footer-contact-list {
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-card-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .section-footer {
    padding: 42px 0;
  }

  .hero-service {
    width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .button-service {
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: auto;
  }
}

#w-node-acafb209-aabb-9f1d-518b-d0ee0b3efceb-551a1648 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7ea-eea51630, #w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7f2-eea51630, #w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7fa-eea51630 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c6d5158-d859-7682-1fdb-93c6b6a8d716-eea51630, #w-node-_2453f298-eb6c-be7c-fad4-4b383abb9cf2-eea51630 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7ea-d63bfbae, #w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7f2-d63bfbae, #w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7fa-d63bfbae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c6d5158-d859-7682-1fdb-93c6b6a8d716-d63bfbae, #w-node-_2453f298-eb6c-be7c-fad4-4b383abb9cf2-d63bfbae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7ea-32dfbc4b, #w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7f2-32dfbc4b, #w-node-a8ca09dc-cfef-9a5f-114a-534cb820b7fa-32dfbc4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c6d5158-d859-7682-1fdb-93c6b6a8d716-32dfbc4b, #w-node-_2453f298-eb6c-be7c-fad4-4b383abb9cf2-32dfbc4b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_1c6d5158-d859-7682-1fdb-93c6b6a8d716-eea51630 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2453f298-eb6c-be7c-fad4-4b383abb9cf2-eea51630 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1c6d5158-d859-7682-1fdb-93c6b6a8d716-d63bfbae {
    grid-column: span 2 / span 2;
  }

  #w-node-_2453f298-eb6c-be7c-fad4-4b383abb9cf2-d63bfbae {
    grid-column: span 4 / span 4;
  }

  #w-node-_1c6d5158-d859-7682-1fdb-93c6b6a8d716-32dfbc4b {
    grid-column: span 2 / span 2;
  }

  #w-node-_2453f298-eb6c-be7c-fad4-4b383abb9cf2-32dfbc4b {
    grid-column: span 4 / span 4;
  }
}


