:root {
  --deep: #842f57;
  --white: white;
  --slate-grey: #546681;
  --sterling-pink: #bb1f68;
  --slate-blue: #484dff;
  --dark-slate-grey: #2e3642;
  --purple: #4b132d;
  --dim-grey: #786061;
  --black: black;
  --midnight-blue: #001632;
}

.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;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.header {
  min-height: 72vh;
  background-color: var(--deep);
  background-image: linear-gradient(rgba(138, 2, 65, .69), rgba(138, 2, 65, .69)), url('../images/network.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 170px 3% 80px;
  display: flex;
}

.container {
  max-width: 100vw;
  line-height: 30px;
}

.container.space-below {
  margin-bottom: 120px;
}

.heading {
  min-width: 600px;
  color: var(--white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1;
}

.paragraph {
  max-width: 490px;
  color: var(--slate-grey);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: var(--white);
  text-align: center;
}

.button {
  background-color: var(--sterling-pink);
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
  transition: background-color .3s;
}

.button:hover {
  background-color: #a22f64;
}

.service-card-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  width: 16%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer {
  background-color: #fff;
  padding: 140px 5% 20px;
}

.footer-text-02 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--slate-blue);
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 33%;
  flex: 1;
  padding: 10px;
}

.service-card {
  width: 250px;
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 14px;
  padding: 5px 20px;
  display: flex;
  box-shadow: 14px 14px 200px rgba(0, 22, 50, .06);
}

.service-card.disabled {
  display: none;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.paragraph-2 {
  max-width: 320px;
  color: var(--slate-grey);
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

.hero-block {
  width: 50%;
  min-height: 350px;
  align-items: center;
  display: flex;
}

.section-content {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5% 36px;
}

.title {
  max-width: 500px;
  color: var(--purple);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  max-width: 500px;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  max-width: 700px;
  color: var(--white);
  text-align: center;
}

.heading-primary.h3-centre.core {
  color: var(--deep);
}

.heading-primary.h3-centre-white {
  max-width: 700px;
  color: #fff;
  text-align: center;
}

.button-wrap-hero {
  margin-top: 35px;
}

.phone-text {
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.navigation-link {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--deep);
}

.navigation-block-left {
  width: 50%;
  align-items: center;
  display: flex;
}

.navigation-block-right {
  width: 25%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-image {
  width: 350px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.container-navigation {
  width: 100%;
  max-width: 1240px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-wrap {
  height: 100%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.navigation {
  z-index: 9;
  min-height: 100px;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 25px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.slider-left {
  min-height: 45px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.text-span {
  color: var(--sterling-pink);
}

.hero-content {
  display: flex;
}

.paragraph-hero {
  color: #c7c7c7;
  text-align: left;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.content-block-hero {
  object-fit: fill;
  padding-left: 20px;
  position: relative;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.footer-text {
  max-width: 320px;
  color: var(--slate-grey);
  text-align: left;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: rgba(107, 111, 154, .61);
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  width: 35px;
  height: 35px;
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 7px 7px 150px rgba(84, 102, 129, .08);
}

.statistic-circle-wrap {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.feature-number-wrap {
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-article-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-card {
  width: 100%;
  height: 450px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .12);
}

.blog-content-wrap {
  min-height: 140px;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #f9e9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: var(--deep);
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  min-height: 500px;
  background-color: var(--deep);
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
}

.section-cta {
  background-color: var(--deep);
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  color: var(--deep);
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.footer-3-links {
  margin-bottom: 20px;
  margin-right: -20px;
  padding-right: 0;
}

.footer-3-wrap {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-3-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  display: flex;
}

.row-5 {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.footer-3-link {
  color: var(--sterling-pink);
  margin-left: 19px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footer-3 {
  background-color: var(--white);
  align-items: center;
  padding: 100px 5% 20px;
  display: block;
}

.footer-3-col {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 15px;
  display: block;
}

.footer-3-line {
  height: 1px;
  background-color: rgba(79, 94, 120, .23);
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-copywrite {
  color: #4f5e78;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.footer-3-para {
  color: #4f5e78;
  text-align: right;
  flex-direction: row;
  align-items: flex-end;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.image {
  max-width: 400px;
}

.form {
  width: 600px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 32px;
  display: block;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.html-embed {
  flex: 1;
  padding-top: 40px;
}

.section-map {
  background-color: #fcf7fb;
  flex-direction: column;
  align-items: center;
  padding: 120px 5% 110px;
  display: flex;
}

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

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

.image-dp {
  max-width: 45%;
}

.counterup-copy-copy {
  color: var(--sterling-pink);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 52px;
}

.contact-map {
  width: 600px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 32px;
  display: block;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.location {
  color: var(--deep);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.sectionform {
  background-color: var(--deep);
  flex-direction: column;
  align-items: center;
  padding: 120px 5% 110px;
  display: flex;
}

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

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

.ourlogo-wrap {
  width: 150px;
  height: 150px;
  align-items: center;
  display: flex;
}

.ourlogo-wrap.haldex {
  width: 130px;
}

.ourlogo-wrap.amp {
  width: 120px;
  background-image: none;
}

.ourlogo-wrap.spicer {
  width: 130px;
}

.ourlogo-wrap.sabo {
  justify-content: center;
}

.ourlogo-wrap.victor {
  background-image: url('../images/victor-reinz.png');
  background-position: 0 0;
  background-size: contain;
}

.ourlogo-wrap.zeus {
  width: 120px;
  background-image: url('../images/zeus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ourlogo-wrap.emmbros {
  width: 150px;
  background-image: none;
}

.image-2 {
  min-width: 300px;
  object-fit: contain;
  display: none;
}

.heading-secondary {
  max-width: 500px;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.since {
  color: var(--purple);
  display: none;
}

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

.button-2 {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #293072;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 700;
  transition: all .4s;
}

.button-2:hover {
  transform: scale(1.05);
}

.button-2.inverted {
  color: #293072;
  background-color: #fff;
}

.button-2.inverted.app-store {
  color: #1d69f2;
}

.button-2.inverted.play-store {
  color: #2fc070;
}

.h3 {
  margin-top: 0;
}

.app-logo {
  width: 100px;
  border-radius: 20%;
  padding: 16px;
}

.download {
  border-radius: 6px;
  transition: all .2s;
}

.download:hover {
  transform: translate(0, -5px);
  box-shadow: -4px 4px 10px rgba(0, 0, 0, .1);
}

.download.apple {
  color: #fff;
  background-color: #1d69f2;
  background-image: url('../images/Apple-logo.svg'), linear-gradient(#19d2fe, #1d69f2);
  background-position: 120% 35%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 275%, auto;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.download.android {
  color: #fff;
  background-color: #3ddc84;
  background-image: url('../images/android.svg'), radial-gradient(circle farthest-side at 0 100%, #3ddc84, #2fc070);
  background-position: 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 200%, auto;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.main-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 8px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.image-3 {
  max-width: 130%;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    width: 100%;
    justify-content: center;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    color: #3b4c5b;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 212, .09);
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    width: 55px;
    height: 55px;
    background-color: rgba(84, 102, 129, .08);
    border-radius: 50px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    min-width: 270px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(84, 102, 129, .13);
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .paragraph-hero {
    text-align: center;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .row-5 {
    display: block;
  }

  .form, .contact-map {
    flex-direction: column;
  }

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

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-card-wrap {
    flex-direction: column;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .service-card {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-block-left {
    width: 60%;
  }

  .logo-image {
    max-width: 150%;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-3-col-2 {
    display: none;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-3-col {
    justify-content: center;
    align-items: center;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .form, .contact-map {
    width: 480px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-position: 50%, 0%;
    padding-top: 112px;
    padding-bottom: 0;
  }

  .container {
    flex-direction: column;
  }

  .container.space-below {
    flex-direction: column;
    margin-top: 27px;
  }

  .heading {
    min-width: 200px;
    font-size: 30px;
  }

  .paragraph {
    text-align: center;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .service-card-wrap {
    flex-direction: column;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .service-card {
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 15px;
  }

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

  .paragraph-2 {
    text-align: center;
    font-size: 12px;
  }

  .hero-block {
    flex-direction: column;
  }

  .section-content {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-primary.h3-centre-white {
    font-size: 30px;
    line-height: 1;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navigation-block-left {
    width: 100%;
  }

  .logo-image {
    max-width: 140%;
  }

  .phone-wrap {
    display: none;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-hero {
    padding-top: 21px;
    font-size: 12px;
  }

  .content-block-hero {
    max-width: 100vw;
    padding-left: 9px;
    padding-right: 9px;
  }

  .title-wrap {
    margin-bottom: 8px;
  }

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

  .circle-div {
    min-height: 130px;
    min-width: 100px;
  }

  .title-capped {
    font-size: 12px;
  }

  .blog-article-wrap {
    flex-direction: column;
  }

  .blog-card {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 15px;
    display: flex;
  }

  .blog-content-wrap {
    align-items: center;
  }

  .blog-content {
    margin-bottom: 0;
  }

  .section-blog {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .section-cta {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .heading-4 {
    text-align: center;
    margin-top: -30px;
  }

  .footer-3-links {
    display: none;
  }

  .footer-3-col-2 {
    align-items: center;
    padding-top: 27px;
    display: flex;
  }

  .footer-3 {
    padding-top: 25px;
  }

  .footer-3-col {
    display: flex;
  }

  .footer-3-button {
    align-items: center;
  }

  .footer-3-copywrite, .footer-3-para {
    text-align: center;
    font-size: 12px;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
  }

  .image {
    max-width: 200px;
  }

  .form {
    width: 280px;
  }

  .section-map {
    padding-top: 31px;
    padding-bottom: 51px;
  }

  .counterup-copy-copy {
    margin-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .contact-map {
    width: 280px;
    margin-top: 17px;
    margin-bottom: 0;
  }

  .location {
    font-size: 16px;
  }

  .sectionform {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .image-2 {
    min-width: 80px;
  }

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

  .download-text-container {
    text-align: center;
  }

  .app-logo {
    width: 75px;
    overflow: visible;
  }

  .download.apple, .download.android {
    flex-direction: column;
  }

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

  .app-logo-container {
    flex: none;
    margin-bottom: 16px;
  }
}

#w-node-_9e6b0930-715f-fba9-c246-9657759ad7be-a6a0640b {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_9e6b0930-715f-fba9-c246-9657759ad7c6-a6a0640b {
  grid-area: 2 / 7 / 3 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_9e6b0930-715f-fba9-c246-9657759ad7be-a6a0640b, #w-node-_9e6b0930-715f-fba9-c246-9657759ad7c6-a6a0640b {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e6b0930-715f-fba9-c246-9657759ad7be-a6a0640b, #w-node-_9e6b0930-715f-fba9-c246-9657759ad7c6-a6a0640b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}