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

@font-face {
  font-family: Franklingotitctot Boo;
  src: url('../fonts/FranklinGotItcTOT-Boo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franklingothictot Regu;
  src: url('../fonts/FranklinGothicTOT-Regu.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franklingotitctot Dem;
  src: url('../fonts/FranklinGotItcTOT-Dem.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franklingotitctot Hea;
  src: url('../fonts/FranklinGotItcTOT-Hea.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-grey: #f7faf7;
  --blue1: #072f5f;
  --blue2: #1261a0;
  --black: #000;
  --blue3: #3895d3;
  --white: white;
  --blue4: #58cced;
}

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

body {
  color: #333;
  font-family: Franklingotitctot Boo, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

h1 {
  color: var(--blue1);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.8rem;
}

h2 {
  color: var(--blue2);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}

h3 {
  color: var(--blue1);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4rem;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

p {
  text-wrap: pretty;
  margin-bottom: 30px;
  font-size: 1.15rem;
  line-height: 1.8rem;
}

a {
  color: var(--blue2);
  text-decoration: none;
}

a:hover {
  color: var(--blue3);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.8rem;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  border-top: 5px solid var(--blue2);
  background-color: #f7faf700;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 250px;
  margin-right: auto;
}

.navlink {
  color: var(--blue1);
  letter-spacing: .5px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #0000;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 22px 15px 18px;
  font-family: Franklingotitctot Boo, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
}

.navlink:hover {
  color: var(--blue3);
}

.hero_section {
  background-color: var(--light-grey);
  height: auto;
  padding-top: 7%;
  display: block;
}

.main_tagline_wrapper {
  z-index: 10;
  background-color: var(--blue1);
  color: var(--white);
  text-align: left;
  border: 1px #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 3%;
  display: flex;
  position: absolute;
  bottom: 7%;
  left: 6%;
}

.main_tagline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 3.6rem;
}

.main_subtagline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Franklingotitctot Boo, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.text_color {
  color: var(--blue4);
}

.phone_btn {
  background-color: var(--blue2);
  color: var(--blue2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  padding: 6px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
}

.phone_btn:hover {
  background-color: var(--blue3);
}

.phone_icon {
  width: 24px;
}

.welcome_section {
  background-color: var(--light-grey);
  text-overflow: clip;
  padding: 8% 25%;
}

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

.welcome_headline {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.two_columns_grid {
  grid-column-gap: 5svw;
  grid-row-gap: 5svw;
  padding: 0;
}

.p_last {
  margin-bottom: 0;
}

.hp_img_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 46px;
  display: flex;
  position: relative;
}

.img_decor_div {
  background-color: #0000001a;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  transform: rotate(15deg);
}

.hp_img_div {
  z-index: 10;
  border: 1px solid var(--white);
  border-radius: 20px;
  width: 100%;
  height: 400px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 16px 4px #00000017;
}

.hp_img_div.big {
  height: 500px;
}

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

.services_section {
  background-color: var(--light-grey);
  padding: 0% 10%;
}

.hp_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_img_wrapper {
  justify-content: center;
  align-items: center;
  height: 900px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.img_hero_decor {
  background-color: #0000000d;
  border-radius: 20px;
  width: 80%;
  height: 800px;
}

.hero_img_div {
  z-index: 10;
  border-radius: 20px;
  width: 80%;
  height: 800px;
  position: absolute;
  overflow: hidden;
  transform: rotate(-5deg);
}

.hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services_grid {
  grid-column-gap: 5svw;
  grid-row-gap: 5svw;
  margin-bottom: 0%;
  padding: 0;
}

.services_img_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.services_decor_div {
  background-color: #0000000d;
  border-radius: 20px;
  width: 90%;
  height: 350px;
  transform: rotate(9deg);
}

.services_img_div {
  background-color: #00000026;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 90%;
  position: absolute;
  inset: 0% 0% 0% 5%;
  overflow: hidden;
  box-shadow: 0 0 18px 9px #00000017;
}

.services_content_div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 8%;
  display: flex;
}

.services_headline {
  color: var(--blue2);
  height: 59px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.services_img._3 {
  object-position: 70% 50%;
}

.hp_h2.no_margin {
  margin-bottom: 0;
  font-weight: 500;
}

.hp_h2.black {
  color: var(--blue1);
}

.hp_subheadline {
  color: var(--blue1);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 2rem;
}

.difference_section {
  background-color: var(--light-grey);
  padding: 7% 10% 0%;
}

.experience_section {
  background-color: var(--light-grey);
  height: auto;
  padding: 0%;
  position: relative;
}

.decor_bg_img {
  opacity: .47;
  mix-blend-mode: normal;
  width: 100%;
  height: auto;
}

.experience_content_wrapper {
  z-index: 10;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12% 10% 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.experience_grid {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  height: auto;
  padding: 0;
}

.stats_cell {
  text-align: center;
  background-color: #fff0;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  padding: 0% 0 0;
}

.stat_number {
  color: var(--white);
  letter-spacing: -4px;
  margin-bottom: 10px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.stats_text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Franklingotitctot Boo, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.stats_content_cell {
  border-right: 1px #0003;
  justify-content: center;
  align-items: flex-start;
  padding-right: 5%;
}

.contact_section {
  background-color: var(--light-grey);
  height: auto;
  padding-bottom: 0%;
  position: static;
}

.quote_wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.callout_wrapper {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.callout_bg_div {
  width: 100%;
  height: 100%;
}

.callout_content_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  width: 100%;
  height: 100%;
}

.contact_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  margin-top: 10%;
  margin-bottom: 0%;
  padding: 0;
}

.contact_content_cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 10%;
}

.contact_form_wrapper {
  background-color: var(--blue1);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 10%;
}

.callout_quote {
  letter-spacing: -1px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.8rem;
}

.contact_headline {
  color: var(--blue1);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Amerigo Md Bt, Palatino Linotype, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.text_field {
  color: var(--black);
  border-radius: 30px;
  min-height: 45px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text_field::placeholder {
  color: var(--blue2);
}

.text_area {
  color: var(--black);
  border-radius: 20px;
  min-height: 120px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.text_area::placeholder {
  color: var(--blue2);
}

.submit_btn {
  background-color: var(--blue3);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 13px 31px 11px;
}

.submit_btn:hover {
  background-color: var(--blue4);
  color: var(--black);
}

.footer_section {
  background-color: var(--light-grey);
  background-image: url('../images/wave-bg-footer.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 10% 10%;
}

.contact_main_wrapper {
  padding-bottom: 0%;
  position: relative;
}

.contact_content_wrapper {
  margin-top: -28%;
  padding: 0% 10% 5%;
  position: relative;
  inset: 0%;
}

.footer_logo {
  width: 250px;
  margin-top: -47px;
}

.footer_middle_cell {
  border-left: 1px #0003;
  border-right: 1px #0003;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.quick_links_cell {
  padding-bottom: 40px;
  padding-right: 20px;
}

.hours_text {
  margin-bottom: 30px;
  font-size: .85rem;
}

.soc_media_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.footer_wrapper {
  background-color: #0000;
  padding: 0%;
}

.x_icon {
  width: 85%;
}

.footer_headline {
  color: var(--blue1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Franklingotitctot Dem, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.footer_grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #0003;
  padding: 0;
}

.phone_btn_footer {
  color: var(--blue2);
  justify-content: flex-start;
  align-items: center;
  font-family: Franklingotitctot Dem, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
  display: flex;
}

.phone_btn_footer:hover {
  color: var(--blue3);
}

.soc_media_btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.soc_media_btn:hover {
  opacity: .5;
}

.location_cell-2 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 40px;
}

.footer_link {
  color: var(--blue1);
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--blue2);
  line-height: 1.2rem;
}

.copyright_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0% 20px;
  display: flex;
}

.copyright_div {
  width: 60%;
}

.copyright_text {
  font-size: .9rem;
  line-height: 1.1rem;
}

.terms_div {
  text-align: right;
}

.s_wrapper {
  width: 80%;
}

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

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

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

.ss_btn {
  z-index: 10;
  background-color: var(--blue2);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  width: 50px;
  height: 40px;
  padding: 0;
  position: relative;
  left: -25px;
}

.ss_btn:hover {
  background-color: var(--blue1);
  border-radius: 100%;
}

.s_form {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.s_field {
  color: var(--black);
  background-color: #072f5f14;
  border: 1px #000;
  border-radius: 40px;
  min-height: 40px;
  margin-bottom: 0;
  margin-left: 25px;
  padding-left: 20px;
}

.s_field::placeholder {
  color: var(--blue2);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink_dropdown {
  color: var(--blue2);
  text-transform: uppercase;
  font-size: 1.1rem;
}

.dropdown_toggle {
  color: var(--blue1);
  padding: 22px 20px 18px 15px;
}

.dropdown_toggle.w--open {
  color: var(--blue4);
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .8rem;
}

.dropdown_navlist.w--open {
  background-color: var(--blue2);
  border-radius: 10px;
  overflow: hidden;
}

.dropdown_navlink {
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.dropdown_navlink:hover {
  background-color: #0000004d;
}

.hp_button {
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-decoration: none;
  display: flex;
}

.hp_button.services {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
}

.hp_btn_text_div {
  background-color: var(--blue1);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 3px 30px 0;
  display: flex;
  overflow: hidden;
}

.hp_btn_text_div:hover {
  color: var(--white);
}

.btn_icon {
  background-color: var(--blue2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  left: -15px;
}

.btn_text_over {
  display: block;
}

.arrow_icon {
  width: 20px;
}

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

.stats_grid {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .navlink {
    padding-top: 15px;
    padding-bottom: 12px;
    display: block;
  }

  .main_tagline_wrapper {
    width: 65%;
  }

  .main_tagline {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .main_subtagline {
    font-size: 1.2rem;
  }

  .phone_btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .welcome_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hp_img_wrapper {
    padding-top: 0;
  }

  .content_cell {
    padding-top: 10%;
  }

  .services_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero_img_wrapper {
    height: 1000px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_img {
    object-position: 70% 50%;
  }

  .services_grid {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
  }

  .services_decor_div {
    height: 200px;
  }

  .services_headline {
    height: 80px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .difference_section {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .experience_section {
    height: 600px;
  }

  .experience_content_wrapper {
    height: 600px;
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .stat_number {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }

  .stats_content_cell {
    text-align: center;
  }

  .quote_wrapper {
    width: 100%;
  }

  .contact_content_cell {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .callout_quote {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .footer_section {
    padding-top: 15%;
  }

  .contact_content_wrapper {
    margin-top: -32%;
  }

  .footer_logo {
    width: 180px;
  }

  .quick_links_cell {
    padding-right: 10px;
  }

  .copyright_div {
    width: 65%;
  }

  .s_wrapper {
    width: 100%;
  }

  .ss_btn {
    width: 50px;
    height: 40px;
    left: -10px;
  }

  .s_field {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 12px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 20px;
  }

  .dropdown_navlist {
    position: relative;
  }

  .dropdown_navlist.w--open {
    border-radius: 0;
  }

  .hp_button.services {
    font-size: 1rem;
  }

  .hp_btn_text_div {
    padding-left: 20px;
    padding-right: 30px;
  }

  .menu_btn {
    background-color: var(--blue2);
    color: var(--white);
    border-radius: 100%;
  }

  .menu_btn:hover {
    background-color: var(--blue3);
  }

  .menu_btn.w--open {
    background-color: var(--blue1);
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: var(--light-grey);
  }

  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  .navbar {
    position: static;
  }

  .logo {
    width: 200px;
    padding-left: 0;
  }

  .hero_section {
    padding-top: 0%;
  }

  .main_tagline_wrapper {
    width: 80%;
    margin-top: -25%;
    margin-left: 5%;
    padding: 5%;
    position: relative;
    left: 0%;
  }

  .main_tagline {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .main_subtagline {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .welcome_headline {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .img_decor_div, .hp_img_div.big {
    height: 350px;
  }

  .services_section {
    padding-bottom: 5%;
  }

  .hero_img_wrapper {
    height: 600px;
  }

  .img_hero_decor, .hero_img_div {
    height: 500px;
  }

  .services_decor_div {
    height: 300px;
  }

  .services_headline {
    height: auto;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .services_img {
    object-position: 50% 15%;
  }

  .experience_section {
    height: auto;
    position: static;
  }

  .experience_content_wrapper {
    height: auto;
    margin-top: -41%;
    position: static;
  }

  .stat_number {
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 4rem;
  }

  .stats_text {
    font-size: 1.1rem;
  }

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

  .contact_grid {
    margin-top: 15%;
  }

  .contact_content_cell {
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .callout_quote {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }

  .contact_headline {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .footer_logo {
    margin-top: 0;
  }

  .footer_middle_cell {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001a;
    border-bottom-width: 1px;
    border-bottom-color: #0000001a;
    padding-top: 40px;
  }

  .quick_links_cell {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10%;
  }

  .soc_media_wrapper {
    margin-top: 10%;
    margin-bottom: 0;
  }

  .footer_grid-2 {
    border-bottom-style: solid;
  }

  .location_cell-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 20px;
  }

  .copyright_wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .copyright_div {
    width: 100%;
    margin-bottom: 18px;
  }

  .s_wrapper {
    width: 70%;
    margin-top: 10%;
  }

  .services_cell {
    padding-bottom: 10%;
  }

  .stats_grid {
    width: 60%;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 2%;
    padding-right: 2%;
  }

  .logo {
    margin-right: 10px;
  }

  .main_tagline_wrapper {
    margin-left: 10%;
  }

  .main_tagline {
    font-size: 2.4rem;
  }

  .phone_btn {
    border-radius: 100%;
    width: 35px;
    height: 36px;
    margin-right: 10px;
  }

  .phone_icon {
    width: 20px;
  }

  .welcome_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .welcome_headline {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .img_decor_div, .hp_img_div.big {
    height: 280px;
  }

  .services_section {
    padding-bottom: 0%;
  }

  .hero_img_wrapper {
    height: 400px;
  }

  .img_hero_decor, .hero_img_div {
    height: 350px;
  }

  .hp_h2.no_margin, .hp_h2.black {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .hp_subheadline {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .experience_section {
    height: auto;
    position: static;
  }

  .experience_content_wrapper {
    height: auto;
    margin-top: -25%;
    padding-top: 0%;
    padding-bottom: 10%;
    position: static;
    top: -31%;
  }

  .stat_number {
    margin-bottom: 10px;
  }

  .stats_content_cell {
    padding-bottom: 10%;
    padding-right: 0%;
  }

  .contact_grid {
    margin-top: 25%;
  }

  .contact_content_cell {
    padding-bottom: 15%;
  }

  .callout_quote {
    font-size: 2rem;
  }

  .footer_middle_cell {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .quick_links_cell {
    padding-left: 20px;
  }

  .soc_media_wrapper {
    margin-top: 25%;
  }

  .footer_grid-2 {
    border-bottom-style: none;
  }

  .copyright_wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .s_wrapper {
    width: 100%;
    margin-top: 25%;
  }

  .services_cell {
    padding-bottom: 25%;
  }

  .stats_grid {
    width: 100%;
  }
}

#w-node-_4709da77-2366-dfd0-c94c-b09e3d41307f-be4b6a8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_549a8fa0-361c-7a1f-be52-c524ed09032a-be4b6a8c {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_144a6aac-3668-9e5e-2722-f6608acf84dc-be4b6a8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4c910e56-0f75-5c9f-fd33-9e206282706d-be4b6a8c, #w-node-_2772c769-e363-5da1-6458-8566ff7a776e-be4b6a8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a8e2fe82-8bab-c2a4-f388-9bdb7df97055-be4b6a8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_549a8fa0-361c-7a1f-be52-c524ed09032a-be4b6a8c, #w-node-_4c910e56-0f75-5c9f-fd33-9e206282706d-be4b6a8c, #w-node-_2772c769-e363-5da1-6458-8566ff7a776e-be4b6a8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4709da77-2366-dfd0-c94c-b09e3d41307f-be4b6a8c, #w-node-_144a6aac-3668-9e5e-2722-f6608acf84dc-be4b6a8c, #w-node-a8e2fe82-8bab-c2a4-f388-9bdb7df97055-be4b6a8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_144a6aac-3668-9e5e-2722-f6608acf84dc-be4b6a8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Amerigo Md Bt';
  src: url('../fonts/Amerigo-Md-BT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franklingotitctot Boo';
  src: url('../fonts/FranklinGotItcTOT-Boo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franklingothictot Regu';
  src: url('../fonts/FranklinGothicTOT-Regu.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franklingotitctot Dem';
  src: url('../fonts/FranklinGotItcTOT-Dem.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franklingotitctot Hea';
  src: url('../fonts/FranklinGotItcTOT-Hea.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}