:root {
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

.body {
  color: #22456e;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.hero {
  -webkit-text-stroke-color: #ffffff8c;
  background-image: url('../images/bridges.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  position: relative;
}

.hero.home {
  color: #244654;
  background-image: url('../images/HGFC-hero.jpg');
}

.hero.home.v2 {
  z-index: 1;
  background-image: linear-gradient(#0000 55%, #fff), url('../images/HGFC-hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.hero.home.v2.services-hero {
  background-image: linear-gradient(#0000 84%, #fff), url('../images/HGFC-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.home.v2.contact-page {
  background-image: linear-gradient(#0000 54%, #fff), url('../images/adam-jang-MLKrf51NV8w-unsplash.jpg');
  background-position: 0 0, 50%;
  height: 40vh;
}

.hero.home.v2.contact-page.utility-page {
  height: 60vh;
}

.page-title-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 0;
  display: block;
  position: relative;
}

.heading-2-white {
  color: #2a4965;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  flex-direction: row;
  margin-top: 70px;
  margin-bottom: 0;
  padding-bottom: 80px;
  font-family: orpheuspro, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.heading-2-white.section-heading2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.heading-2-white.hero-section {
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.main-button {
  opacity: 1;
  color: #1f456e;
  text-align: center;
  text-transform: capitalize;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 0 solid #315779;
  border-width: 0 0 5px 5px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 13px 0;
  font-weight: 700;
  line-height: 1.3em;
  transition: all .25s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.main-button:hover {
  border-width: 0 0 5px 5px;
  border-bottom-color: #b2b2b2;
  border-left-color: #b2b2b2;
  border-radius: 0 0 0 50px;
}

.main-button.left {
  text-transform: capitalize;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: auto;
  margin-right: 15px;
  transition-duration: .25s;
}

.main-button.left:hover {
  opacity: 1;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-radius: 0 0 50px;
}

.section {
  z-index: 3;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.containerr {
  color: #fff;
  text-align: center;
  background-color: #5b748b;
  border: 10px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 600px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 60px 20px;
  display: flex;
}

.containerr.left {
  background-color: #315779;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 700px;
  height: 300px;
  padding-right: 20px;
}

.containerr.right {
  background-color: #315779;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  align-items: center;
  max-width: 700px;
  height: 300px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.service-section-wrapper {
  text-align: left;
}

.flex-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paragraph-blue-text {
  color: #22456e;
  text-align: left;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-blue-text.aligned {
  text-align: right;
  padding-left: 20px;
}

.paragraph-blue-text.privacy-policy {
  max-width: 100%;
  padding-left: 0;
}

.section-text {
  text-align: center;
  width: 80%;
}

.services-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  width: 90%;
  margin-top: -136px;
  display: flex;
}

.stats-code {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.paragraph-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.text {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.text.center {
  text-align: center;
  justify-content: center;
  max-width: 900px;
  margin-bottom: 0;
}

.heading-2-blue {
  color: #22456e;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: orpheuspro, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.heading-2-blue.map {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 110px;
  font-weight: 500;
}

.heading-2-blue.map.privacy-policy {
  text-align: left;
  text-transform: capitalize;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-2-blue.map.mapped {
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-2-blue.home-page {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 60px;
}

.heading-2-blue.home-page.space {
  text-transform: capitalize;
  margin-bottom: 50px;
}

.icon-div {
  text-align: center;
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.icon-div:hover {
  box-shadow: none;
  background-color: #fff0;
}

.arrow-button {
  color: #305589;
  letter-spacing: 0;
  background-color: #fff;
  background-image: url('../images/arrow-right.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #1e73be;
  border-left: 5px solid #134c86;
  border-radius: 0 10px 10px 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.arrow-button:hover {
  box-shadow: none;
  color: #f9f8f3;
  letter-spacing: 1px;
  background-color: #305589;
  background-position: 90%;
  border-color: #134c86;
  margin-top: 0;
  padding: 0 30px 0 0;
  position: static;
}

.arrow-button.small {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-width: 1px 1px 5px 5px;
  border-color: #134c86;
  border-radius: 0;
  justify-content: center;
  width: 90%;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 17px;
  transition-duration: .25s;
}

.arrow-button.small:hover {
  color: #f9f8f3;
  -webkit-text-stroke-color: #75692900;
  background-color: #1f456e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: #b2b2b2;
  border-left-color: #b2b2b2;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  font-size: 16px;
}

.arrow-button.small.utility-page-button {
  width: 250px;
  margin-top: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.big-button-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.big-button-wrapper.set-2 {
  margin-top: 60px;
  padding-top: 0;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.world-map {
  z-index: -1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.contact-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
}

.footer {
  z-index: 10;
  background-image: linear-gradient(to top, #ffffff40, #fff 71%), url('../images/ruth-troughton-MenMX04sh_A-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  display: flex;
  position: relative;
}

.footer-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper.vertical {
  flex-direction: column;
  padding-bottom: 10px;
  display: flex;
}

.contact-group {
  margin-top: 0;
  padding-bottom: 0;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "Area"
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  justify-items: start;
  margin-left: 40px;
  display: grid;
}

.contact-item-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-item-wrapper.vertical-alligned {
  flex-direction: column;
}

.contact-item-wrapper.vertical-alligned.dark {
  color: #2a4965;
  width: 1050px;
}

.div-block-4 {
  background-image: url('../images/phone.svg'), url('../images/email.svg');
  background-position: 50%, 50%;
  background-size: contain, contain;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.div-block-4.phone {
  background-image: url('../images/phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-4.email {
  background-image: url('../images/email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-4.location {
  background-image: url('../images/location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}

.div-block-4.mobile {
  background-image: url('../images/mobile.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3.contact-text {
  color: #2a4965;
  text-align: left;
  justify-content: flex-start;
  width: 150px;
  margin-bottom: 0;
  margin-left: 10px;
}

.paragraph-3.contact-text.long {
  font-size: 16px;
  text-decoration: none;
}

.links-footer {
  color: #2a4965;
  text-align: center;
  background-color: #2a4965;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.links-text-wrapper {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  font-size: 13px;
  display: flex;
}

.link-text-style {
  color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  display: flex;
}

.link-text-style.dark-paragraph {
  color: #2a4965;
  justify-content: center;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 13px;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left {
  position: relative;
}

.navbar-logo-left.transparent {
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1f456e;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #759fc3;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  font-family: Open Sans, sans-serif;
}

.grid {
  grid-template: "."
  / 1fr 1fr;
  place-content: center stretch;
  place-items: center;
}

.title-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: -78px;
  display: flex;
  position: relative;
}

.heading-2-hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1.3em;
}

.heading-2-hero.hero-section {
  color: #2a4965;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 193px;
  font-family: orpheuspro, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all 75ms;
  display: flex;
}

.heading-2-hero.hero-section.hide-heading {
  display: none;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.wrapper {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  padding: 50px 60px;
  display: flex;
  position: relative;
}

.wrapper.blue {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.typedjs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.map-section {
  z-index: -11;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  margin-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(-74px, -550px)scale(4);
}

.map-section.hide {
  z-index: -2;
}

.map-section.mobile-hide {
  z-index: 0;
}

.map-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-wrapper {
  display: block;
  position: static;
  overflow: hidden;
}

.section-wrapper {
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 100%;
  position: relative;
}

.text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-wrapper.serv-page {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.image-wrapper {
  background-image: linear-gradient(#1c5c9624, #1c5c9624), url('../images/dylan-gillis-KdeqA3aTnBY-unsplash-1.jpg');
  background-position: 0 0, 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 650px;
  display: flex;
}

.footer-heading-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.subheading-w {
  color: #2a4965;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: orpheuspro, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.subheading-w.section-2 {
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 40px;
}

.subheading-w.mobile {
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.services-grid {
  grid-row-gap: 70px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.services-grid.space-grid {
  grid-row-gap: 37px;
  margin-top: 0;
  padding-top: 0;
}

.paragraph-white-text {
  color: #2a4965;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

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

.subheading-blue {
  color: #2a4965;
  text-align: left;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: orpheuspro, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.subheading-blue.infographic-header {
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  margin-bottom: 4px;
  font-size: 35px;
}

.image {
  display: block;
}

.icon-image {
  width: 80px;
  height: 80px;
}

.service-1 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.infograpich-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  display: flex;
}

.infographic-section {
  z-index: 3;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 60px 0;
  display: flex;
  position: relative;
}

.infographic-section.hide {
  display: none;
}

.div-block-5 {
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
  display: flex;
}

.grid-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  padding-bottom: 40px;
  display: flex;
}

.mail, .call, .location {
  width: 50px;
  height: 50px;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-4.paragraph-blue-text {
  color: #22456e;
  text-align: center;
}

.icon-grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2, .link-3 {
  color: #22456e;
  text-decoration: none;
}

.timeline-circle {
  -webkit-text-fill-color: inherit;
  background-color: #3177b0;
  background-clip: border-box;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline-progress-bar {
  z-index: -1;
  background-color: #3178b1;
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.timeline-container {
  z-index: -1;
  width: 90%;
  max-width: 1200px;
}

.timeline {
  z-index: -5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.timeline-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-progress {
  z-index: -2;
  background-color: #2a4965;
  width: 3px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.timeline-right {
  color: #fff;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.timeline-left {
  color: #fff;
  text-align: right;
  align-items: center;
  display: flex;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.timeline-section.hide {
  flex-direction: column;
  display: flex;
}

.image-2, .image-3, .image-4, .image-5 {
  max-width: 90px;
  max-height: 90px;
}

.section-image {
  background-color: #fff;
}

.policy-text-wrapper {
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.link-4 {
  color: #fff;
  margin-left: 7px;
  font-size: 13px;
  text-decoration: none;
}

.link-4:hover {
  color: #3177b0;
}

.link-5 {
  color: #fff;
  margin-right: 7px;
  font-size: 13px;
  text-decoration: none;
}

.link-5:hover {
  color: #3177b0;
}

.link-6 {
  color: #2a4965;
  font-size: 16px;
  text-decoration: none;
}

.link-6:hover {
  color: #3177b0;
}

.link-7 {
  color: #2a4965;
  font-size: 16px;
  text-decoration: none;
}

.link-7:hover {
  color: #3177b0;
}

.spacer {
  z-index: 3;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 112px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.divider-line {
  background-color: #2a4965;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 1px;
  margin-top: 30px;
  display: flex;
}

.divider-line.long-divider {
  width: 870px;
  margin-top: 30px;
  margin-bottom: 0;
}

.image-wrapper-offering {
  align-items: center;
  display: flex;
}

.offer-image {
  padding-top: 50px;
}

.html-embed-4 {
  justify-content: center;
  align-items: center;
}

.html-embed-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pathfind-text {
  color: #fff;
  margin-bottom: 0;
  margin-right: 3px;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.link-8:hover {
  color: #3177b0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  padding: 156px 146px;
  display: flex;
}

.big-text {
  color: #22456e;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: orpheuspro, sans-serif;
  font-size: 80px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.mobile-map-section.hide {
  display: none;
}

.paragraph-5 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  display: block;
}

.section-5 {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 178px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cell {
  justify-content: center;
  align-items: center;
}

.paragraph-6 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.light-text-header {
  font-weight: 400;
}

.section-6 {
  padding: 100px 20px;
  transition: box-shadow .3s;
  position: relative;
}

.section-6.padding-bottom {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 59px;
  display: flex;
}

.text-header {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.side-image {
  background-image: url('../images/Untitled-1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 400px;
  position: relative;
}

.side-image.two {
  background-image: url('../images/ruth-troughton-MenMX04sh_A-unsplash.jpg');
  border-radius: 0;
  height: 450px;
}

.page-tittle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-tittle.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-3 {
  background-color: #e42f2b;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.button-3:hover {
  background-color: #252536;
}

.grid-scale {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.textspan {
  color: #e42f2b;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-9 {
  color: #2a4965;
  text-decoration: none;
}

.div-block-9 {
  background-color: #fff;
}

.div-block-10 {
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-11 {
  width: 0;
  height: 3px;
}

@media screen and (min-width: 1280px) {
  .paragraph-wrapper.service-page {
    padding-bottom: 0;
  }

  .text.center {
    max-width: 980px;
  }

  .contact-group {
    margin-right: 30px;
  }

  .html-embed-2 {
    margin-bottom: 0;
  }

  .wrapper.blue {
    align-items: flex-start;
  }

  .text-wrapper.serv-page {
    margin-bottom: 20px;
  }

  .policy-text-wrapper {
    padding-left: 106px;
  }

  .div-block-7 {
    margin-left: 60px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .text.center {
    max-width: 1200px;
  }

  .policy-text-wrapper {
    padding-left: 173px;
  }

  .quick-stack {
    padding-left: 130px;
    padding-right: 130px;
  }

  .paragraph-6 {
    font-family: Open Sans, sans-serif;
  }

  .light-text-header {
    font-family: Lato, sans-serif;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-6.padding-bottom {
    padding-top: 53px;
    padding-bottom: 55px;
    font-family: Open Sans, sans-serif;
  }

  .text-header {
    text-align: left;
    font-family: Lato, sans-serif;
  }

  .side-image.two {
    border-radius: 0;
    overflow: auto;
  }

  .button-3 {
    float: none;
    clear: none;
    text-align: left;
    object-fit: fill;
    background-color: #e42f2b;
    border-radius: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    transition: width .375s cubic-bezier(.211, .161, .25, 1);
    display: inline-block;
  }

  .button-3:hover {
    background-color: #252536;
  }

  .grid-scale {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .textspan {
    color: #e42f2b;
    font-weight: 900;
  }
}

@media screen and (min-width: 1920px) {
  .hero.home.v2.contact-page {
    height: 50vh;
  }

  .services-wrapper {
    align-content: center;
    place-items: start center;
  }

  .stats-code {
    max-width: 940px;
  }

  .text.center {
    width: 100%;
    max-width: none;
  }

  .big-button-wrapper {
    max-width: 940px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.blue {
    align-items: flex-start;
  }

  .container-3 {
    max-width: 1200px;
  }

  .section-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .image-wrapper {
    width: 700px;
  }

  .policy-text-wrapper {
    padding-left: 300px;
  }

  .offer-image {
    margin-left: -10px;
    padding-left: 0;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .hero.home.v2 {
    background-position: 0 0, 50% 0;
    height: 60vh;
  }

  .section {
    flex-direction: column;
    padding-top: 10px;
  }

  .text.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-blue.map {
    margin-top: 69px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-2-blue.map.privacy-policy, .heading-2-blue.home-page {
    padding-left: 0;
  }

  .icon-div {
    flex-direction: row;
    width: 200px;
  }

  .arrow-button.small {
    width: 90%;
    height: 60px;
  }

  .big-button-wrapper {
    flex-direction: row;
    margin-left: 0;
    display: flex;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .contact-group {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .contact-grid {
    margin-bottom: 25px;
  }

  .contact-item-wrapper.vertical-alligned.dark {
    width: 100%;
  }

  .link-text-style.dark-paragraph {
    justify-content: flex-start;
    margin-top: 40px;
    margin-right: 0;
  }

  .html-embed-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper {
    padding-left: 61px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid.set2 {
    margin-top: 26px;
  }

  .title-wrapper {
    margin-top: 0;
  }

  .heading-2-hero.hero-section {
    max-width: 350px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 35px;
  }

  .heading-2-hero.hero-section.mobile {
    margin-top: 294px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.blue {
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-3 {
    flex-direction: column;
  }

  .map-section {
    height: 400px;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .map-wrapper {
    justify-content: flex-start;
    display: flex;
  }

  .section-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper.serv-page {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    width: 600px;
    height: 450px;
    margin-bottom: 21px;
    display: block;
  }

  .subheading-w.mobile {
    text-align: center;
  }

  .image.chart, .image.number-1 {
    height: 100%;
  }

  .infographic-section {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .infographic-section.hide {
    display: flex;
  }

  .timeline {
    z-index: -4;
  }

  .timeline.test {
    z-index: 11;
  }

  .timeline-right, .timeline-left {
    align-items: flex-start;
  }

  .timeline-section.hide {
    display: none;
  }

  .image-2, .image-3, .image-4, .image-5 {
    max-width: 60px;
    max-height: 60px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon {
    color: #26558d;
    background-color: #5f3b3b00;
  }

  .divider-line {
    width: 80%;
  }

  .divider-line.long-divider {
    width: 550px;
  }

  .offer-image {
    width: 100%;
  }

  .html-embed-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-map-section.hide {
    display: none;
  }

  .cart, .number-2, .number-3, .number-4, .image-7, .image-8 {
    height: 100%;
  }

  .section-6.padding-bottom {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .side-image.two {
    border-radius: 0;
  }

  .page-tittle.left {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .grid-scale {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero.home.v2 {
    background-position: 0 0, 50% 0;
    height: 70vh;
  }

  .heading-2-white {
    font-size: 25px;
  }

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text.center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2-blue.map {
    font-size: 25px;
  }

  .heading-2-blue.map.mapped {
    padding-left: 61px;
    padding-right: 61px;
    font-size: 25px;
  }

  .heading-2-blue.home-page {
    font-size: 25px;
  }

  .icon-div {
    margin-bottom: 10px;
  }

  .footer, .footer-wrapper.vertical, .contact-group {
    flex-direction: column;
  }

  .contact-grid {
    margin-bottom: 25px;
  }

  .contact-item-wrapper.vertical-alligned.dark {
    flex-direction: column;
  }

  .link-text-style.dark-paragraph {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading-2-hero.hero-section {
    max-width: 350px;
    margin-top: 79px;
    padding-left: 53px;
    padding-right: 53px;
    font-size: 35px;
    display: flex;
  }

  .wrapper.blue {
    padding-left: 40px;
    padding-right: 40px;
  }

  .map-section {
    flex-direction: column;
  }

  .map-section.hide, .map-section.mobile-hide, .map-wrapper.hide {
    display: none;
  }

  .image-wrapper {
    width: 480px;
  }

  .services-grid.space-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-blue.infographic-header {
    font-size: 25px;
  }

  .service-1, .section-4 {
    flex-direction: column;
  }

  .infographic-section.hide {
    padding-bottom: 50px;
  }

  .grid-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .timeline-center {
    display: none;
  }

  .timeline {
    width: 90%;
    display: none;
  }

  .timeline-wrapper {
    align-items: flex-start;
    width: 90%;
    max-width: 1200px;
  }

  .timeline-progress {
    display: none;
  }

  .timeline-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 160px 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 200px;
    display: flex;
  }

  .policy-text-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .divider-line.long-divider {
    text-align: center;
    width: 500px;
  }

  .offer-image {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-8 {
    background-image: url('../images/dark-world-map.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 80px;
    display: flex;
    overflow: hidden;
  }

  .mobile-map-wrapper {
    background-image: url('../images/New-Worls-Map.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    display: flex;
  }

  .mobile-map-section.hide {
    display: flex;
  }

  .section-6.padding-bottom {
    padding-top: 39px;
    padding-bottom: 18px;
  }

  .text-header {
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .side-image.two {
    border-radius: 0;
  }

  .page-tittle.left {
    margin-bottom: 0;
  }

  .button-3 {
    margin-left: 0;
    margin-right: 132px;
  }

  .grid-scale {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero.home.v2 {
    height: 90vh;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-wrapper {
    flex-direction: row;
  }

  .heading-2-blue.map.mapped {
    margin-top: 40px;
    margin-bottom: -20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
  }

  .icon-div {
    margin-bottom: 20px;
  }

  .arrow-button {
    width: 90%;
    font-size: 16px;
  }

  .arrow-button.small {
    font-size: 14px;
  }

  .footer-wrapper {
    padding-bottom: 0;
  }

  .footer-wrapper.vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-group {
    flex-direction: column;
  }

  .contact-grid {
    text-align: left;
    flex-direction: column;
    grid-template-columns: .25fr 1.5fr;
    align-content: space-between;
    margin-right: 40px;
    display: flex;
  }

  .contact-item-wrapper {
    justify-content: center;
  }

  .paragraph-3.contact-text.long {
    justify-content: flex-start;
  }

  .links-footer {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .links-text-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .link-text-style.dark-paragraph {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 10px;
  }

  .nav-menu-two, .grid {
    flex-direction: column;
  }

  .heading-2-hero.hero-section {
    max-width: 300px;
    margin-top: -38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-hero.hero-section.mobile {
    padding-left: 46px;
    padding-right: 46px;
  }

  .wrapper.blue {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-wrapper {
    width: 300px;
    height: 300px;
  }

  .subheading-w.section-2, .subheading-w.mobile {
    font-size: 30px;
  }

  .services-grid.space-grid {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }

  .subheading-blue.infographic-header {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .image.chart {
    display: block;
  }

  .image.chart.small, .image.number-1.small {
    max-width: 60px;
    height: 60px;
  }

  .infographic-section {
    margin-top: -28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .infographic-section.hide {
    margin-top: 0;
  }

  .grid-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-grid {
    width: 200px;
  }

  .policy-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    margin-top: -43px;
    margin-bottom: 0;
    margin-left: 45px;
  }

  .menu-button {
    margin-top: -43px;
    display: flex;
  }

  .divider-line {
    width: 90%;
  }

  .divider-line.long-divider {
    width: 90%;
    margin-top: 10px;
  }

  .offer-image {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-map-wrapper {
    background-position: 60%;
    height: 200px;
  }

  .cart.small, .number-2.small, .number-3.small, .number-4.small, .image-7.small, .image-8.small {
    max-width: 60px;
    height: 60px;
  }

  .paragraph-6 {
    padding-top: 0;
  }

  .section-6.padding-bottom {
    padding-top: 44px;
    padding-bottom: 32px;
  }

  .text-header {
    margin-bottom: 9px;
    font-size: 28px;
    line-height: 38px;
  }

  .side-image {
    height: 300px;
  }

  .side-image.two {
    border-radius: 35vw;
    display: none;
  }

  .button-3 {
    margin-left: 0;
    margin-right: 41px;
  }

  .grid-scale {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#w-node-_3ae76cd3-e9ae-465b-1008-de7df308c9f3-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308c9f4-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308c9f6-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308c9fb-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308c9ff-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308ca01-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308ca03-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308ca04-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308ca06-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308ca0b-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308ca11-698466c1, #w-node-_3ae76cd3-e9ae-465b-1008-de7df308ca13-698466c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b09f03-85c5-5360-bf34-e066df99f440-698466c1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 2.5fr;
}

#w-node-_9c15ad45-d9ba-3c80-8290-019ab81f0c13-ca63cebf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3e8a1e3-0d03-15f3-9a85-a4333631ff08-ca63cebf {
  grid-area: Area;
}

#w-node-_815002df-32a2-c2fd-7eca-2dc6574a1ba5-ca63cebf {
  grid-area: Area-2;
}

#w-node-b47201ed-0bb3-a87c-e84c-4e6bd0cca8d0-0f897dcf {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b47201ed-0bb3-a87c-e84c-4e6bd0cca8d1-0f897dcf {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-ddc78784-7d80-e1da-b6e0-d55bdebce5ea-0f897dcf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 2.5fr;
}

#w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b2e-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b31-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b33-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b3a-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b3d-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b3f-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b43-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b46-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b48-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b4c-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b4f-0f897dcf, #w-node-_2ecac12b-c70e-aa91-9e81-2e59aaca8b51-0f897dcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86007be4-f59b-1613-b2fa-abd20f40446d-0f897dcf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 2.5fr;
}

#w-node-_33a36ae9-24f3-54df-631e-ad8ac8d0edc5-e5c0aea3 {
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-b47201ed-0bb3-a87c-e84c-4e6bd0cca8d0-0f897dcf {
    grid-column: 2 / 8;
  }

  #w-node-b47201ed-0bb3-a87c-e84c-4e6bd0cca8d1-0f897dcf {
    grid-area: 2 / 2 / 3 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b47201ed-0bb3-a87c-e84c-4e6bd0cca8d0-0f897dcf, #w-node-b47201ed-0bb3-a87c-e84c-4e6bd0cca8d1-0f897dcf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ddc78784-7d80-e1da-b6e0-d55bdebce5ea-0f897dcf {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 2.75fr;
  }
}


