:root {
  --blue: #4857a6;
  --dark-blue: #181c48;
  --light-green: #0cb9a2;
  --white: white;
  --purple: #70489d;
  --turqouise: #12bcc3;
  --grey: #efeef3;
  --dark-green: #19545b;
  --light-blue: #75d1f2;
  --black: #000;
}

.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: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}

h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

h3 {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}

h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
}

h5 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1rem;
}

p {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

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

a:hover {
  color: var(--light-green);
}

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

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 0 0%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navlink {
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  font-weight: 400;
}

.hero_section {
  height: 70svh;
  margin-top: 45px;
  padding-top: 139px;
}

.hero_img_div {
  width: 65%;
  height: 100%;
  overflow: hidden;
}

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

.welcome_section {
  object-position: 70% 50%;
  padding: 7% 10%;
}

.content_wrapper {
  margin-bottom: 5%;
}

.content_wrapper.center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0%;
  display: flex;
}

.content_wrapper.no_margin {
  margin-bottom: 0%;
}

.hp_headline {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3rem;
}

.hp_headline.services {
  color: var(--dark-blue);
}

.hp_headline.about {
  color: var(--white);
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-size: 2rem;
}

.hp_headline.testimonials {
  color: var(--white);
}

.hp_headline.callout {
  color: var(--dark-blue);
}

.hp_headline.no_margin {
  margin-bottom: 10px;
}

.line_div {
  background-color: var(--purple);
  width: 50px;
  height: 8px;
  margin-bottom: 30px;
}

.line_div.green {
  background-color: var(--turqouise);
}

.main_tagline {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 3.6rem;
}

.top_phone_btn {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
  display: flex;
}

.top_phone_btn:hover {
  color: var(--turqouise);
}

.why_choose_grid {
  mix-blend-mode: normal;
  margin-top: 0%;
  padding: 0;
}

.why_choose_wrapper {
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  border: 1px solid #ffffff45;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 180px;
  padding: 15% 19px 19px;
  display: flex;
}

.number {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.callout_txt {
  font-size: 1.1rem;
}

.services_section {
  background-color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10%;
  display: flex;
}

.services_wrapper {
  width: 100%;
}

.about_section {
  background-color: var(--white);
  padding: 7% 10% 15%;
}

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

.dropdown_toggle {
  padding-left: 15px;
  padding-right: 20px;
}

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

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

.dropdown_list.w--open {
  background-color: var(--dark-blue);
}

.dropdown_link {
  color: var(--white);
  font-size: .9rem;
}

.dropdown_link:hover {
  background-color: var(--blue);
  color: var(--white);
}

.callout_wrapper {
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  height: 350px;
  position: relative;
}

.callout_content_div {
  background-color: var(--white);
  width: 90%;
  height: 240px;
  padding: 26px;
  position: absolute;
  inset: auto 25px -25% auto;
  box-shadow: 8px 17px 20px 2px #00000012;
}

.callout_content_div._1 {
  border-top: 5px solid var(--blue);
  height: 200px;
  bottom: -25%;
}

.callout_content_div._2 {
  border-top: 5px solid var(--purple);
  height: 200px;
  bottom: -25%;
}

.callout_content_div._3 {
  border-top: 5px solid var(--light-green);
  height: 200px;
}

.callout_content_div._4 {
  border-top: 5px solid var(--dark-green);
  height: 200px;
}

.callout_headline {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.p_last {
  margin-bottom: 0;
  font-size: 1rem;
}

.callout_img_div {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.callout_img {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.callout_img._4 {
  object-position: 50% 100%;
}

.testimonials_section {
  background-color: var(--dark-green);
  color: var(--white);
  padding: 10% 10% 11%;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonials_content_wrapper {
  width: 50%;
}

.testimonials_slider {
  background-color: #ddd0;
  height: auto;
}

.slidenav {
  text-align: left;
  height: 20px;
  padding-top: 0;
  font-size: .8rem;
  line-height: .8rem;
  bottom: -30px;
}

.arrow {
  border: 1px solid var(--white);
  border-radius: 40px;
  width: 30px;
  height: 30px;
  font-size: .8rem;
  inset: auto 40px -30px auto;
}

.arrow:hover {
  border-color: var(--light-green);
  color: var(--light-green);
}

.arrow.right {
  right: 0%;
}

.testimonials_slide {
  padding-bottom: 20px;
}

.testimonials_div {
  width: 100%;
}

.testimonials_decor_div {
  width: 35%;
  position: absolute;
  inset: auto -9% 10% auto;
}

.footer_section {
  background-color: #75d1f200;
  padding: 7% 10%;
}

.stats_section {
  background-color: var(--dark-blue);
  background-image: radial-gradient(circle farthest-side at 100% 100%, var(--light-green), #0cb9a200 49%), radial-gradient(circle farthest-side at 50% 0%, var(--purple), #70489d00 87%), radial-gradient(circle farthest-corner at 0% 0%, var(--blue), #4857a600 64%);
  padding: 7% 10%;
}

.hero_wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_tagline_wrapper_new {
  width: 40%;
  position: relative;
}

.hero_decor_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.hero_tagline_div_new {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 20%;
}

.content_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0 0 1px;
}

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

.welcome_img_cell {
  align-items: stretch;
}

.welcome_imgs_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  height: 100%;
  padding: 0;
}

.welcome_img_div {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.welcome_img_div.vertical {
  height: 300px;
}

.welcome_img_div._2 {
  height: 180px;
}

.welcome_img_div._1 {
  height: 100%;
}

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

.welcome_img._4 {
  object-position: 80% 50%;
}

.bottom_cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.footer_cell {
  justify-content: space-between;
}

.footer_logo {
  width: 200px;
  margin-bottom: 30px;
}

.footer_quote {
  color: var(--dark-blue);
  margin-top: 0%;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.contact_cell {
  justify-content: space-between;
  padding-left: 15%;
}

.footer_phone_btn {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer_phone_btn:hover {
  color: var(--light-green);
}

.phone_icon {
  width: 20px;
  margin-right: 10px;
}

.email_btn {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.email_btn:hover {
  color: var(--light-green);
}

.email_icon {
  width: 20px;
  margin-right: 10px;
}

.locations_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location_icon {
  width: 20px;
  margin-right: 10px;
}

.locations_text {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3rem;
}

.footer_text {
  font-size: .8rem;
  line-height: 1.2rem;
}

.footer_headline {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.footer_link {
  color: var(--blue);
  margin-bottom: 15px;
  font-size: .9rem;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--dark-blue);
}

.footer_link.last {
  margin-bottom: 0;
}

.footer_div {
  border-top: 1px solid #0000004f;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  padding-top: 30px;
  display: flex;
}

.copyright_wrapper {
  width: 50%;
}

.soc_media_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.soc_media_btn {
  opacity: .5;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  transition: opacity .3s;
}

.soc_media_btn:hover {
  opacity: 100;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 15px 5% 10px;
  display: flex;
  width:100%;
}

.top_navbar_wrapper {
  background-color: var(--dark-blue);
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5%;
  display: flex;
  width:100%;
}

.top_link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-size: .9rem;
  display: flex;
}

.top_link:hover {
  color: var(--light-blue);
}

.top_phone_icon {
  width: 26px;
  margin-right: 5px;
}

.top_btn_icon {
  width: 20px;
  margin-right: 5px;
}

.hp_subheadline {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.services_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.services_grid.top_margin {
  margin-top: 40px;
}

.service_btn {
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  height: 400px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8rem;
  position: relative;
  overflow: hidden;
}

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

.services_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.services_img._2 {
  object-position: 50% 25%;
}

.services_btn_overlay_wrapper {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#0000000a, #000000c9 95%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 30px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services_btn_subtext {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.learn_more_wrapper {
  border: 1px solid var(--white);
  margin-top: 15px;
  padding: 8px 20px;
}

.learnmore_text {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .hero_section {
    height: 60svh;
    padding-top: 133px;
  }

  .hero_img_div {
    width: 75%;
  }

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

  .top_phone_btn {
    margin-right: 20px;
  }

  .number {
    font-size: 2.6rem;
  }

  .services_section {
    background-image: none;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
  }

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

  .testimonials_section {
    padding-bottom: 12%;
  }

  .testimonials_content_wrapper {
    width: 65%;
  }

  .hero_tagline_wrapper_new {
    z-index: 10;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: auto;
    margin-right: -16%;
    display: flex;
    position: relative;
  }

  .hero_decor_img_div {
    height: 80%;
  }

  .hero_tagline_div_new {
    left: 10%;
  }

  .footer_quote {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .contact_cell {
    padding-bottom: 5%;
    padding-left: 0%;
  }

  .copyright_wrapper {
    width: 75%;
  }

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

  .top_link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu_btn {
    background-color: var(--blue);
    color: var(--white);
  }

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

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

  .navmenu {
    background-color: #fff;
  }

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

  .service_btn {
    height: 350px;
    font-size: 1.6rem;
  }

  .services_btn_subtext {
    font-size: 1rem;
  }
}

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

  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .navbar {
    height: 126.109px;
    position: static;
  }

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

  .hero_section {
    height: 400px;
    margin-top: 0;
    padding-top: 0;
  }

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

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

  .top_phone_btn {
    font-size: 1rem;
  }

  .services_section {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 7%;
  }

  .services_wrapper {
    width: 100%;
  }

  .about_section {
    padding-top: 10%;
    padding-bottom: 20%;
  }

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

  .testimonials_content_wrapper {
    width: 78%;
  }

  .slidenav {
    padding-top: 2px;
    font-size: .7rem;
  }

  .testimonials_decor_div {
    bottom: 23%;
  }

  .stats_section {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #0cb9a2a3, #0cb9a200 85%), radial-gradient(circle farthest-side at 50% 0%, var(--purple), #70489d00 87%), radial-gradient(circle farthest-corner at 0% 0%, var(--blue), #4857a600 64%);
  }

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

  .top_link {
    font-size: .85rem;
  }

  .hp_subheadline {
    font-size: 1.2rem;
  }

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

  .service_btn {
    height: 350px;
    font-size: 1.4rem;
  }

  .services_btn_subtext {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: auto;
  }

  .logo {
    margin-right: 0;
  }

  .hero_section {
    height: 450px;
  }

  .hero_img_div {
    width: 100%;
  }

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

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

  .top_phone_btn {
    margin-left: 10px;
    margin-right: 10px;
  }

  .top_phone_btn:hover {
    opacity: .63;
  }

  .services_section {
    background-position: 120% 85%, 50% 100%;
    padding-top: 15%;
  }

  .about_section {
    padding-top: 15%;
  }

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

  .callout_wrapper {
    height: auto;
  }

  .callout_content_div._1 {
    width: 100%;
    height: auto;
    margin-top: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    inset: -40px 0 0%;
  }

  .callout_content_div._2 {
    width: 100%;
    height: auto;
    position: relative;
    top: -40px;
    bottom: 0%;
    right: auto;
  }

  .callout_content_div._3, .callout_content_div._4 {
    width: 100%;
    height: auto;
    position: relative;
    top: -40px;
    bottom: 0%;
    right: 0;
  }

  .callout_img_div {
    height: 280px;
  }

  .testimonials_content_wrapper {
    width: 100%;
  }

  .slidenav, .arrow {
    bottom: 0;
  }

  .testimonials_decor_div {
    bottom: 22%;
  }

  .footer_section, .stats_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .hero_wrapper {
    flex-flow: column;
  }

  .hero_tagline_wrapper_new {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
    top: 19px;
  }

  .hero_decor_img_div {
    height: auto;
  }

  .hero_decor_img {
    opacity: 1;
  }

  .hero_tagline_div_new {
    left: 20px;
  }

  .footer_quote {
    font-size: 1.1rem;
  }

  .footer_div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copyright_wrapper {
    width: 100%;
  }

  .soc_media_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 40px;
  }

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

  .navbar_wrapper {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top_navbar_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 14px;
  }

  .top_link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .top_phone_icon {
    width: 40px;
    margin-right: 0;
  }

  .top_btn_icon {
    margin-right: 10px;
  }

  .phone_txt {
    display: none;
  }

  .service_btn {
    height: 300px;
  }
}

#w-node-_1d26a3d9-8441-17ae-0ccd-b97108ef0be8-f6e5a0b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e458948-8520-831c-7a65-44f6e019113e-f6e5a0b7 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7e458948-8520-831c-7a65-44f6e019113f-f6e5a0b7 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-debf9dd8-417c-abe6-c198-675ffdd6265d-f6e5a0b7, #w-node-_9172cef3-ed8a-81c5-87b4-7c3f34e9d7b5-f6e5a0b7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d78bd53e-e173-ce5e-39f2-7a286a2b8a9d-f6e5a0b7 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_2870158c-6e38-f2ca-fa4d-29cecb5421df-f6e5a0b7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f8419427-09d1-6ea0-b2b2-e9433cd98a87-f6e5a0b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b3a06a41-ea64-7eeb-8fb1-66d92bc10364-f6e5a0b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3853733e-2973-6ed8-06ee-c2a70f6d7541-f6e5a0b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8dcd193b-f2fd-147a-5606-36d9b5d49f93-f6e5a0b7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d9258bf4-5c32-6117-e95b-870d3496eec1-f6e5a0b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-_1d26a3d9-8441-17ae-0ccd-b97108ef0be8-f6e5a0b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8dcd193b-f2fd-147a-5606-36d9b5d49f93-f6e5a0b7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d9258bf4-5c32-6117-e95b-870d3496eec1-f6e5a0b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e458948-8520-831c-7a65-44f6e019113e-f6e5a0b7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_7e458948-8520-831c-7a65-44f6e019113f-f6e5a0b7 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-debf9dd8-417c-abe6-c198-675ffdd6265d-f6e5a0b7, #w-node-_9172cef3-ed8a-81c5-87b4-7c3f34e9d7b5-f6e5a0b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d78bd53e-e173-ce5e-39f2-7a286a2b8a9d-f6e5a0b7 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_2870158c-6e38-f2ca-fa4d-29cecb5421df-f6e5a0b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f8419427-09d1-6ea0-b2b2-e9433cd98a87-f6e5a0b7, #w-node-_3853733e-2973-6ed8-06ee-c2a70f6d7541-f6e5a0b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e458948-8520-831c-7a65-44f6e019113e-f6e5a0b7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e458948-8520-831c-7a65-44f6e019113f-f6e5a0b7 {
    grid-row: span 3 / span 3;
  }

  #w-node-debf9dd8-417c-abe6-c198-675ffdd6265d-f6e5a0b7, #w-node-_9172cef3-ed8a-81c5-87b4-7c3f34e9d7b5-f6e5a0b7 {
    grid-row: span 2 / span 2;
  }

  #w-node-d78bd53e-e173-ce5e-39f2-7a286a2b8a9d-f6e5a0b7 {
    grid-row: span 3 / span 3;
  }

  #w-node-_2870158c-6e38-f2ca-fa4d-29cecb5421df-f6e5a0b7 {
    grid-row: span 2 / span 2;
  }

  #w-node-f8419427-09d1-6ea0-b2b2-e9433cd98a87-f6e5a0b7, #w-node-b3a06a41-ea64-7eeb-8fb1-66d92bc10364-f6e5a0b7, #w-node-_3853733e-2973-6ed8-06ee-c2a70f6d7541-f6e5a0b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


