:root {
  --white: white;
  --gray: #f7f8fa;
  --black: black;
}

body {
  color: #021c64;
  letter-spacing: -.5px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #021c64;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.section_home-hero {
  padding-top: 10rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.spacing-block-xlarge {
  width: 100%;
  height: 5rem;
}

.home-hero_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  background-color: #021c64;
  border-radius: 999px;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.01);
  box-shadow: 3px 3px 10px 1px rgba(2, 28, 100, .1);
}

.button.is-white {
  color: #021c64;
  background-color: #fff;
}

.button.is-navbar {
  padding: .4rem 1.2rem;
  font-size: 1rem;
}

.home-hero_feature-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.home-hero_feature-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.home-hero_image-wrapper {
  background-color: #d3d3d3;
  background-image: url('../images/hero-bg_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25rem;
}

.spacing-section-default {
  width: 100%;
  height: 7.5rem;
}

.home-about_heading-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacing-block-medium {
  width: 100%;
  height: 2.1rem;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 1.4;
}

.home-about_cta-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #082edd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem 3rem;
  display: grid;
}

.text-color-white {
  color: #fff;
}

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

.home-services_heading-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 43rem;
  display: flex;
}

.home-services_cards-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services_cards-box {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.25rem 2rem;
  display: flex;
}

.home-services_cards-box.is-gray {
  background-color: var(--gray);
}

.home-services_card-icon {
  width: 3rem;
  height: 3rem;
}

.home-services_card-heading {
  font-size: 1.25rem;
}

.home-services_cta {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-color: #082edd;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2.25rem 2rem;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.home-services_cta-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section_home-testimonial {
  background-color: var(--gray);
}

.home-testimonial_component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-testimonial_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-testimonial_heading {
  text-align: center;
  max-width: 63.3rem;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(2, 28, 100, .1);
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo {
  width: 13rem;
}

.navbar_links {
  grid-column-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: #021c64;
  font-size: 1.125rem;
  text-decoration: none;
}

.home-testimonial_author-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.home-mission_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-mission_card-box {
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(2, 28, 100, .8)), url('../images/hero-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 6px solid #021c64;
  flex-direction: column;
  align-items: flex-start;
  padding: 25rem 2rem 2.5rem;
  display: flex;
}

.home-mission_card-box.is-center {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(2, 28, 100, .8)), url('../images/synesis-1.jpeg');
  border-bottom-color: #082edd;
  transform: translate(0, 2rem);
}

.home-mission_card-box.is-first {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(2, 28, 100, .8)), url('../images/synesis-2.jpeg');
}

.home-mission_card-box.is-last {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(2, 28, 100, .8)), url('../images/synesis-3.jpeg');
}

.home-cta_component {
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #082edd;
  flex-direction: column;
  align-items: center;
  padding: 4rem 3rem;
  display: flex;
}

.home-cta_text-wrapper {
  max-width: 60%;
}

.footer {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.footer_component {
  text-align: center;
}

.footer_text {
  font-size: .875rem;
}

.services-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  line-height: 1.4;
  display: grid;
}

.text-size-large {
  font-size: 1.4rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.services-hero_heading {
  font-size: 2rem;
}

.section_home-certified {
  background-color: var(--gray);
}

.home-certified_component {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-certified_img {
  width: 100%;
  max-width: 18rem;
}

.max-width-600 {
  width: 100%;
  max-width: 37.5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 3.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: rgba(37, 37, 37, .85);
}

.button-2.is-small {
  padding: 1.375rem 2.625rem;
  font-size: 1rem;
}

.navbar_links-2 {
  grid-column-gap: 2.25rem;
  align-items: center;
  display: flex;
}

.navbar_component-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo-2 {
  width: 10rem;
  transition: all .2s;
}

.navbar_logo-2:hover {
  opacity: .8;
}

.navbar_hamburger {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  display: none;
}

.navbar_burger-line-2 {
  background-color: #252525;
  width: 1.625rem;
  height: 2px;
}

.container-large {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar_burger-line-1 {
  background-color: #252525;
  width: 1.625rem;
  height: 2px;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-2 {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  padding-top: .875rem;
  padding-bottom: .875rem;
  position: fixed;
}

.navbar_link-2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  transition: all .2s;
}

.navbar_link-2:hover {
  color: rgba(37, 37, 37, .65);
}

.certified-logo {
  max-width: 11.25rem;
}

.certified-logo.is-navbar-responsive {
  display: none;
  position: fixed;
  top: auto;
  bottom: 4rem;
  left: auto;
  right: auto;
}

.navbar_logo-img-wrapper {
  z-index: 99;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_links-responsive {
  z-index: 98;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-responsive-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  .spacing-block-xlarge.is-responsive-1 {
    height: 3rem;
  }

  .home-hero_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero_image-wrapper {
    height: 22rem;
  }

  .spacing-section-default {
    height: 7rem;
  }

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

  .home-about_cta-wrapper {
    grid-template-columns: 1fr;
    padding: 3.5rem 3rem;
  }

  .home-services_heading-wrapper {
    max-width: 40rem;
  }

  .home-services_cards-grid {
    grid-template-columns: 1fr;
  }

  .home-services_cta {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .home-services_cta-box {
    align-items: flex-start;
    margin-top: 1rem;
  }

  .home-testimonial_heading {
    font-size: 2rem;
  }

  .navbar_links {
    display: none;
  }

  .home-mission_grid {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home-mission_card-box {
    padding-top: 15rem;
  }

  .home-mission_card-box.is-center {
    transform: translate(0);
  }

  .home-cta_component {
    padding: 3rem 2.5rem;
  }

  .home-cta_text-wrapper {
    max-width: 80%;
  }

  .services-grid {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .services-hero_heading {
    font-size: 1.75rem;
  }

  .button-2.is-small {
    padding: 1.25rem 2.5rem;
  }

  .navbar_links-2 {
    grid-row-gap: 1.5rem;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar_logo-2 {
    width: 8rem;
  }

  .navbar_hamburger {
    z-index: 99;
    display: flex;
    position: relative;
  }

  .navbar_burger-line-2, .navbar_burger-line-1 {
    background-color: #021c64;
  }

  .navbar-2 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .navbar_link-2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-hero_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .hero-home_button-wrapper {
    padding-top: 1rem;
  }

  .home-hero_image-wrapper {
    height: 18rem;
  }

  .spacing-section-default {
    height: 6.5rem;
  }

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

  .home-about_cta-wrapper {
    padding: 2.25rem 2rem;
  }

  .home-services_heading-wrapper {
    max-width: 100%;
  }

  .home-services_cards-grid {
    grid-template-columns: 1fr;
  }

  .home-services_cards-box {
    padding: 1.75rem;
  }

  .home-services_cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-testimonial_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home-testimonial_heading {
    font-size: 1.5rem;
  }

  .navbar_links {
    grid-column-gap: 1.25rem;
  }

  .home-mission_card-box {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-cta_component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-cta_text-wrapper {
    max-width: 90%;
  }

  .button-2 {
    padding: 1.25rem 2.5rem;
    font-size: 1rem;
  }

  .navbar_links-2 {
    padding-left: 1.25rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-2 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .certified-logo.is-navbar-responsive {
    display: block;
  }

  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7.85vw;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .section_home-hero {
    padding-top: 9rem;
  }

  .home-hero_image-wrapper {
    height: 15rem;
  }

  .spacing-section-default {
    height: 5.75rem;
  }

  .home-services_cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar_logo {
    width: 10rem;
  }

  .home-cta_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-cta_heading {
    font-size: 8vw;
  }

  .services-hero_heading {
    font-size: 1.5rem;
  }

  .home-certified_img {
    max-width: 15rem;
  }

  .padding-global-2 {
    position: relative;
  }
}

#w-node-ef56bdd4-9af5-4a10-0781-0c07f762690c-01a5984c, #w-node-aaf625eb-10d6-90a7-c27b-a24bcf3f800e-01a5984c, #w-node-_70961bf8-9988-de26-bd66-22d95190ba6b-01a5984c, #w-node-f35eee06-cda3-bedc-9cf0-93db5bcff2d5-01a5984c, #w-node-c5074f06-940b-f0b3-6d4b-ac24d617da51-01a5984c, #w-node-_0caa3beb-f26d-b66e-0cc5-6a16fa7a58d0-01a5984c, #w-node-_725f6b36-5aca-4589-ea9f-bf3b501760f2-01a5984c, #w-node-a123b5b2-68f7-b1cf-b28c-1dadebf7400f-01a5984c, #w-node-_118f9e3d-2779-969c-6e84-288dce76a8e4-01a5984c, #w-node-_39e56722-f8a3-54a7-25e1-38116e005a8c-01a5984c, #w-node-_2b136a6b-65bf-0fbd-8395-cf1a24cae01c-01a5984c, #w-node-_3a669770-3fd7-19db-d772-f96328c27106-01a5984c, #w-node-_9a423c9b-040a-7d14-0854-af1c04e20d71-01a5984c, #w-node-_41744005-4d9c-f636-f03d-00c317f3b448-01a5984c, #w-node-ff86d04e-c416-e728-d838-2a2595eda891-01a5984c, #w-node-c8fa1f15-acd9-193f-c478-b04e11874c0a-75c88d2c, #w-node-a987902c-6481-960f-7150-16915d381609-75c88d2c, #w-node-_2c093cc4-1d88-891f-c1a8-cf3836663ed2-75c88d2c, #w-node-b82b8015-1ca2-6164-1701-89f660fc6ac4-75c88d2c, #w-node-_296d0931-e434-9417-5a59-8b9bedbfa8a8-75c88d2c, #w-node-_602776a3-6028-5948-d776-dc06c019b4e4-75c88d2c, #w-node-_6b94f40c-9fac-79fc-7791-102370fcd490-75c88d2c, #w-node-a2724407-6fac-cce6-18da-0292c52ce90b-75c88d2c, #w-node-c3c2b6db-f4e9-d180-2467-217961107a61-75c88d2c, #w-node-f60f0fef-4790-6708-46e2-5babfa2b0a35-75c88d2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ef56bdd4-9af5-4a10-0781-0c07f762690c-01a5984c {
    order: 9999;
  }
}


