.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: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.section {
  display: block;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.heading-1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1.04em;
}

.paragraph-xl {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.utility-text-secondary {
  color: #0009;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_cta_button {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ff8a00;
  border: 1px solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.navbar_cta_button:hover {
  background-color: #eb7f00;
}

.navbar_cta_button:active {
  background-color: #d87500;
}

.navbar_cta_button.secondary-button {
  color: #000;
  background-color: #0000001a;
  border-color: #0000;
}

.navbar_cta_button.hero {
  background-color: #0000;
  padding-left: 0;
  font-size: 1.5rem;
}

.navbar_cta_button.sec {
  height: 100%;
  margin-left: 0;
}

.navbar_cta_button.insp {
  align-self: center;
  height: 60px;
  margin-top: 20px;
}

.navbar_cta_button.form {
  margin-left: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.navbar_cta_button.hero1 {
  background-color: #2e93ee;
  width: 16rem;
  margin-bottom: 2rem;
}

.navbar_cta_button.hero1:hover {
  background-color: #2a87db;
}

.navbar_cta_button.hero1:active {
  background-color: #277cc9;
}

.navbar_cta_button.hero1.map {
  align-self: center;
}

.navbar_cta_button.hero1.map.about {
  align-self: flex-start;
}

.navbar_cta_button.hero1.service_card_1, .navbar_cta_button.hero1.service_card_2, .navbar_cta_button.hero1.service_card_3 {
  width: auto;
  margin-bottom: 0;
}

.navbar_cta_button.hero2 {
  width: 16rem;
}

.navbar_cta_button.hero2.map {
  align-self: center;
}

.navbar_cta_button.hero2.map.about {
  align-self: flex-start;
}

.navbar_cta_button.service_card_1, .navbar_cta_button.service_card_2, .navbar_cta_button.service_card_3 {
  background-color: #2e93ee;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

.body {
  background-color: #efefef;
}

.navbar_brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.navbar_brand.footer {
  flex-flow: wrap;
  align-self: flex-start;
}

.navbar_brand.footer.w--current {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.navbar_brand.footer.hidden.w--current {
  flex-flow: row;
  max-width: 250px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navbar_brand_text {
  color: #081a2d;
  letter-spacing: .035em;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  display: flex;
}

.navbar {
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 6px 4px #0003;
}

.navbar_brand_image {
  vertical-align: middle;
  flex: 0 auto;
  align-self: center;
  height: 52px;
}

.navbar_brand_image.footer {
  color: #777;
  height: 30px;
}

.body-2 {
  font-weight: 400;
}

.text-span {
  color: #2e93ee;
  align-self: center;
}

.text-span.typical {
  color: #6b7280;
  align-self: center;
}

.text-span.cmop {
  color: #6b7280;
}

.text-span.footer {
  color: #777;
  font-size: 1rem;
}

.text-span-2 {
  color: #2e93ee;
  align-self: center;
}

.text-span-2.footer {
  font-size: 1rem;
}

.nav-link {
  color: #111;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.nav-link:hover {
  color: #ff8a00;
}

.nav-link:active {
  color: #eb7f00;
}

.nav-link.w--current {
  color: #ff8a00;
}

.nav-link.dropdown {
  margin-right: -10px;
  padding-right: 40px;
}

.nav-link-2 {
  font-weight: 500;
}

.nav-link-3 {
  white-space: nowrap;
  font-weight: 500;
}

.nav-link-4 {
  font-weight: 500;
}

.navbar_menu {
  align-self: center;
  margin-right: -3px;
  display: block;
}

.hero_section {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/pexels-daniel-reche-718241-7109997.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero_section.insp {
  background-image: none;
  min-height: 0;
}

.hero_section.about {
  min-height: 35vh;
}

.hero_section.cnc {
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#03030380, #03030380), url('../images/pexels-harold-granados-115813190-10119309-2.jpg');
}

.hero_section.workshop {
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/pexels-cottonbro-5089127.jpg');
  background-position: 0 0, 0 0, 50%;
}

.hero_section.custom {
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/pexels-cottonbro-7480726.jpg');
  background-position: 0 0, 0 0, 50%;
}

.container-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex-flow: row;
  flex: 1 0 auto;
  justify-content: center;
  align-items: stretch;
  max-width: 1040px;
  display: flex;
  position: relative;
}

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

.paragraph.hero {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1.75rem;
  line-height: 2rem;
}

.paragraph.hero.banner {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.paragraph.hero.stat {
  max-width: 26ch;
}

.paragraph.section {
  text-align: center;
  max-width: 60ch;
  font-size: 1.25rem;
}

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

.heading {
  color: #111;
  margin-top: 0;
}

.heading.hero {
  color: #fff;
  max-width: 19ch;
  font-size: 3rem;
}

.heading.section {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading.section.review {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.hero_grid_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-top: 92px;
  display: flex;
}

.hero_grid {
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  align-content: space-between;
}

.body-3 {
  background-color: #efefef;
}

.container-4 {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  border-radius: 0;
  justify-content: space-between;
  max-width: 1440px;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.hero_container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hero_container.insp {
  background-color: #fff;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
}

.image-2 {
  position: absolute;
}

.services_section {
  background-color: #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 57vh;
  display: flex;
}

.services_section.footer {
  background-color: #fff;
  min-height: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services_section._2 {
  background-color: #efefef;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-7 {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 1440px;
}

.heading-3 {
  color: #111;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-8, .div-block-9, .div-block-10 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-4 {
  grid-column-gap: 17px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
}

.heading-4 {
  color: #111;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #111;
  text-align: center;
  align-self: center;
  margin-bottom: 20px;
}

.heading-5.contact {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.heading-5.contact.pp {
  align-self: flex-start;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.image-3 {
  box-shadow: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-4 {
  box-shadow: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.body-4 {
  background-color: #efefef;
}

.section_heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.section_heading.first {
  margin-top: 3rem;
  padding-left: 16px;
  padding-right: 16px;
}

.section_heading.hiw {
  margin-bottom: 0;
}

.section_heading.insp {
  margin-top: 3rem;
}

.section_heading.insp._2 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.section_heading.insp.contact {
  margin-bottom: 2rem;
}

.section_heading.insp.pp {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-3 {
  text-align: center;
  max-width: 50ch;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.paragraph-3.htw {
  text-align: left;
  max-width: 65ch;
  min-height: 2ch;
  position: static;
}

.paragraph-3.insp {
  text-align: left;
  margin-top: 20px;
}

.paragraph-3.end {
  font-size: 1.05rem;
  font-weight: 500;
}

.paragraph-3.contact {
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
}

.paragraph-3.contact.pp {
  align-self: flex-start;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.grid-5 {
  grid-row-gap: 48px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-6 {
  color: #fff;
}

.div-block-12 {
  margin: 4rem 36px 3rem;
}

.slider {
  background-color: #efefef;
  height: 100%;
  position: relative;
}

.right-arrow {
  -webkit-text-stroke-color: #555;
}

.slide-nav {
  display: none;
}

.icon-2 {
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #999;
}

.icon-2:hover {
  -webkit-text-stroke-color: #666;
}

.div-block-13 {
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.div-block-13.hiw {
  margin-bottom: 3rem;
}

.div-block-13.hiw.bottom {
  margin-bottom: 0;
}

.heading-7 {
  color: #111;
  margin-top: 0;
  margin-bottom: 20px;
}

.grid-6 {
  grid-row-gap: 0px;
  grid-template-columns: auto 2fr;
}

.image-5 {
  width: 100px;
  max-width: none;
  height: auto;
}

.icon_same-size {
  width: 100px;
  height: auto;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: row;
  place-items: stretch center;
}

.div-block-14 {
  border-radius: 5px;
}

.card {
  outline-offset: -6px;
  background-color: #fff;
  border-radius: 16px;
  outline: 6px solid #333;
  flex-flow: column;
  justify-content: space-between;
  width: 300px;
  min-height: 500px;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 14px 2px #00000026;
}

.card:hover {
  box-shadow: 0 6px 14px 4px #00000040;
}

.card.gatorcard {
  box-shadow: 0 10px 30px #00000014;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-15 {
  align-self: center;
  max-width: 1200px;
}

.div-block-17 {
  margin-bottom: 20px;
}

.div-block-18 {
  height: 52px;
  display: flex;
}

.heading-8, .heading-9, .paragraph-4, .heading-10, .heading-11, .paragraph-5 {
  color: #6b7280;
}

.div-block-19 {
  align-self: center;
}

.div-block-20 {
  align-self: center;
  max-width: 1100px;
}

.div-block-21 {
  width: 1200px;
}

.div-block-22 {
  align-self: center;
  max-width: 1200px;
  height: auto;
}

.grid-9 {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
}

.paragraph-6 {
  font-weight: 500;
}

.paragraph-7 {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-8 {
  margin-bottom: 6px;
  font-size: .875rem;
  line-height: 21px;
}

.paragraph-9 {
  opacity: .7;
  margin-bottom: 6px;
  font-size: .8125rem;
  line-height: 18px;
}

.paragraph-10 {
  opacity: .6;
  font-size: .75rem;
  line-height: 17px;
}

.text-span-3 {
  color: #efefef;
}

.text-span-4 {
  color: #fff0;
}

.heading-12, .paragraph-11, .heading-13, .heading-14, .heading-15, .paragraph-12, .heading-16, .heading-17, .paragraph-13 {
  color: #6b7280;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
}

.text-block-3 {
  color: #6b7280;
  letter-spacing: .035px;
  font-size: 1.5rem;
  font-weight: 900;
}

.div-block-24 {
  height: 0;
  position: relative;
  top: -100px;
}

.scroll_anchor {
  height: 0;
  position: relative;
  top: -68px;
}

.scroll_anchor._2 {
  top: -110px;
}

.div-block-25 {
  height: 0;
  position: relative;
  top: 0;
}

.body-5 {
  background-color: #efefef;
}

.div-block-26 {
  width: 1440px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
}

.section-4 {
  flex-flow: column;
  display: flex;
}

.inspdiv {
  aspect-ratio: 16 / 9;
}

.div-block-27 {
  aspect-ratio: auto;
  flex-flow: column;
  max-width: 1440px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
}

.grid-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
}

.grid-11._1 {
  grid-template-rows: auto auto auto;
}

.div-block-28 {
  aspect-ratio: 16 / 9;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-28:hover {
  outline-offset: 0px;
  outline: 3px solid #333;
}

.heading-18 {
  color: #111;
  margin-bottom: 20px;
}

.div-block-29 {
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.link-block, .link-block-2 {
  background-color: #000;
  width: 100%;
  height: 60px;
}

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

.heading-19 {
  color: #111;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-6 {
  background-color: #efefef;
}

.body-6.contact {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.text-field {
  background-color: #efefef;
  border-radius: 8px;
  height: 52px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.25rem;
}

.text-field.msg {
  height: 200px;
  padding-top: 12px;
  overflow: auto;
}

.form-block {
  margin-bottom: 0;
}

.div-block-30 {
  padding-bottom: 20px;
}

.div-block-31 {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #00000014;
}

.div-block-32 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-5 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.code-embed-2 {
  display: inline-block;
}

.cta_text {
  line-height: 1.4;
}

.cta_text.hero {
  text-align: left;
}

.cta_text._2 {
  display: none;
}

.hero_buffer {
  background-color: #2e93ee;
  height: 20px;
}

.hero_buffer._2 {
  background-color: #ff8a00;
}

.cta_icon {
  margin-right: 1rem;
}

.bold-text {
  font-size: 1.25rem;
}

.review_section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 40vh;
  display: flex;
  overflow: hidden;
}

.review_grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 5rem;
}

.grid-13 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

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

.review_container_upper_stars {
  flex-flow: column;
  flex: 1;
  margin-bottom: 16px;
  display: flex;
}

.review_container {
  flex-flow: column;
  display: flex;
}

.grid-15 {
  grid-row-gap: 16px;
  width: 100%;
}

.review_container_lower {
  width: 100%;
}

.services_grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  align-self: center;
  width: 100%;
  max-width: 960px;
  margin-bottom: 5rem;
}

.services_grid._2 {
  margin-top: 2rem;
}

.service_heading {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.service_paragraph {
  text-align: center;
}

.service_paragraph._2 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 30px;
}

.map_section {
  flex-flow: column;
  display: flex;
}

.map_grid {
  grid-template-rows: auto;
  align-self: center;
  margin-bottom: 5rem;
}

.map_left_container, .div-block-38 {
  margin-top: 2rem;
}

.map_right_container {
  outline-offset: 0px;
  border-radius: 16px;
  outline: 2px solid #333;
  margin-top: 2rem;
  box-shadow: 0 4px 14px 2px #00000026;
}

.image-9 {
  border-radius: 16px;
}

.map_header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.map_header.about {
  text-align: left;
}

.map_paragraph {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.map_paragraph.about {
  text-align: left;
  font-size: 1.25rem;
}

.map_cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.map_cta.footer {
  flex-flow: row-reverse wrap;
  place-content: flex-start center;
  align-items: flex-start;
}

.review_container_upper {
  align-items: stretch;
  display: flex;
}

.review_container_upper_platform {
  align-self: flex-start;
  margin-bottom: 16px;
  margin-right: 2rem;
}

.dropdown-link {
  color: #111;
  text-align: center;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #ff8a00;
}

.dropdown-link:active {
  color: #eb7f00;
}

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

.dropdown-list {
  background-color: #ddd;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-2 {
  overflow: hidden;
}

.bold-text-2 {
  font-size: 1.25rem;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.image-10 {
  height: 52px;
}

.paragraph-14 {
  font-size: 1.125rem;
}

.paragraph-15 {
  color: #111;
}

.paragraph-16 {
  color: #111;
  font-size: 1.125rem;
}

.div-block-39 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-40._1 {
  padding-left: 2rem;
}

.social_icon {
  margin-right: 14px;
}

.paragraph-17 {
  color: #111;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 40px;
}

.div-block-41 {
  font-size: 1rem;
}

.paragraph-18 {
  color: #111;
  text-align: left;
  text-decoration: none;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  color: #ff8a00;
  text-decoration: underline;
}

.paragraph29 {
  color: #111;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.paragraph29:hover {
  color: #eb7f00;
}

.paragraph29:active {
  color: #d87500;
}

.paragraph29.backlink {
  color: #777;
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph29.backlink:hover {
  color: #eb7f00;
}

.paragraph29.backlink:active {
  color: #d87500;
}

.div-block-43 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-19 {
  display: flex;
}

.paragraph-20 {
  color: #111;
  margin-bottom: 0;
}

.paragraph-21 {
  color: #111;
  margin-bottom: 2rem;
}

.paragraph-21._1 {
  margin-bottom: 5rem;
}

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

.div-block-44 {
  flex: 1;
  min-height: 50vh;
}

.body-7 {
  background-color: #efefef;
}

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

.image-11 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px solid #333;
}

@media screen and (min-width: 1280px) {
  .navbar_cta_button.hero.insp {
    justify-content: flex-start;
    align-items: center;
    max-width: 180px;
  }

  .navbar_cta_button.insp {
    align-self: center;
    height: 60px;
    margin-top: 20px;
  }

  .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.2rem;
  }

  .hero_container.insp {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-5 {
    grid-row-gap: 56px;
  }

  .div-block-25 {
    height: 0;
    position: relative;
    bottom: auto;
  }

  .grid-10 {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
  }

  .section-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inspdiv {
    aspect-ratio: 1 / 2;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .image-6 {
    width: 100%;
  }

  .map_paragraph {
    font-size: 1.25rem;
  }

  .paragraph-21 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .paragraph-xl {
    font-size: 1.4rem;
  }

  .navbar_cta_button.hero {
    align-self: flex-start;
  }

  .navbar_cta_button.nav {
    margin-left: .5rem;
  }

  .navbar_brand {
    align-self: center;
  }

  .navbar_brand.footer.w--current {
    align-self: flex-start;
  }

  .navbar_brand_image {
    align-self: center;
  }

  .icon {
    text-align: center;
    border-radius: 1rem;
    flex-flow: column;
    font-size: 2.25rem;
    display: flex;
    position: relative;
  }

  .text-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    position: relative;
  }

  .navbar_menu_button {
    text-align: center;
    border-radius: 1rem;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

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

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    align-self: center;
  }

  .image-3 {
    object-position: 37% 50%;
  }

  .image-4 {
    object-fit: cover;
    object-position: 37% 50%;
  }

  .grid-5 {
    grid-row-gap: 23px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
  }

  .card.gatorcard.compeditior {
    margin-bottom: 20px;
  }

  .grid-11._1 {
    grid-template-rows: auto auto auto;
  }

  .services_grid {
    max-width: 640px;
  }

  .map_cta.footer {
    flex-flow: column;
  }

  .dropdown-link {
    text-align: left;
  }

  .grid-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-43 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .paragraph-xl {
    font-size: 1.3rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .navbar_cta_button {
    display: flex;
  }

  .navbar_cta_button.hero {
    margin-top: 0;
    display: flex;
  }

  .navbar_cta_button.sec, .navbar_cta_button.insp {
    display: flex;
  }

  .navbar_cta_button.form {
    display: block;
  }

  .navbar_cta_button.hero1, .navbar_cta_button.hero2, .navbar_cta_button.service_card_1, .navbar_cta_button.service_card_2, .navbar_cta_button.service_card_3 {
    display: flex;
  }

  .navbar_cta_button.nav {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .navbar_brand {
    flex-flow: row;
    padding-left: 0;
  }

  .navbar_brand.w--current, .navbar_brand.new {
    flex-flow: row;
  }

  .navbar_brand.footer.w--current {
    align-self: flex-start;
  }

  .navbar {
    padding: .5rem 1rem;
  }

  .text-span-2 {
    white-space: normal;
    max-width: 6ch;
  }

  .hero_section {
    background-position: 0 0, 0 0, 50% 0;
  }

  .heading.hero {
    margin-bottom: 0;
  }

  .hero_grid_content {
    padding-top: 16px;
  }

  .hero_grid {
    grid-template-columns: 6fr 1fr;
  }

  .navbar-_container {
    flex-flow: row;
  }

  .hero_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services_section {
    justify-content: center;
    align-items: center;
    min-height: 10vh;
  }

  .image-3, .image-4 {
    object-position: 41% 50%;
  }

  .section_heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-5 {
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-31 {
    padding: 16px;
  }

  .cta_text._2 {
    display: flex;
  }

  .cta_text._3 {
    display: none;
  }

  .cta_icon.nav {
    margin-right: 0;
    display: none;
  }

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

  .services_grid._2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-40._1 {
    padding-left: 0;
  }

  .div-block-45 {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 2.5rem;
  }

  .paragraph-xl {
    font-size: 1.2rem;
  }

  .navbar_cta_button {
    white-space: nowrap;
  }

  .navbar_cta_button.nav {
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_cta_button.navv {
    display: none;
  }

  .navbar_brand.new {
    flex-flow: column;
  }

  .navbar {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero_grid_content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
  }

  .hero_container {
    height: 80%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .icon {
    text-align: center;
    flex-flow: column;
  }

  .text-block-2 {
    text-align: center;
    font-size: 1rem;
  }

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

  .heading-5.contact {
    font-size: 42px;
  }

  .image-4 {
    object-position: 41% 50%;
  }

  .section_heading, .section_heading.first {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-5 {
    grid-row-gap: 19px;
  }

  .div-block-12 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-13.hiw {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
  }

  .grid-7 {
    justify-items: stretch;
  }

  .card.gatorcard {
    justify-content: flex-start;
    width: auto;
    max-width: 450px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card.gatorcard.compeditior {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: 450px;
    display: flex;
  }

  .grid-9 {
    padding-left: 4px;
  }

  .text-span-4 {
    color: #fff0;
  }

  .div-block-23 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-block-3 {
    color: #6b7280;
    letter-spacing: .035px;
    font-size: 1.5rem;
    font-weight: 900;
  }

  .bold-text {
    font-size: 1.25rem;
  }

  .bold-text-2 {
    font-size: 1rem;
  }
}

#w-node-_817f3f5e-ba28-5e77-ec0d-28428cb30715-8ae50bdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_04658a5f-d78b-8fb3-46de-d5defa8da0a8-8ae50bdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e6cefe4d-6982-2e49-c46c-2014a721255f-8ae50bdf {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a4bd1b10-a15c-a148-d7a2-4a4d644a6722-8ae50bdf {
  place-self: center;
}

#w-node-_11865d2e-a0a5-52a4-250d-ded42bfa0120-8ae50bdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee1b265b-8f1b-c7d0-472b-634bbdd3a1f9-8ae50bdf {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-ee1b265b-8f1b-c7d0-472b-634bbdd3a1ff-8ae50bdf {
  place-self: center;
}

#w-node-ee1b265b-8f1b-c7d0-472b-634bbdd3a201-8ae50bdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f8e4dc8-86ba-a09c-f2ea-f9a71167b6f6-8ae50bdf {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_9f8e4dc8-86ba-a09c-f2ea-f9a71167b6fc-8ae50bdf {
  place-self: center;
}

#w-node-_9f8e4dc8-86ba-a09c-f2ea-f9a71167b6fe-8ae50bdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5f06c157-99a3-0a9b-272b-311258910281-8ae50bdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-c43d799e-768b-63cf-67c6-a17ae7508525-8ae50bdf {
  grid-area: span 4 / span 2 / span 4 / span 2;
  justify-self: center;
}

#w-node-c43d799e-768b-63cf-67c6-a17ae7508528-8ae50bdf {
  justify-self: center;
}

#w-node-bdeaa4ce-e7bb-a611-66d2-eda7af6ece69-8ae50bdf {
  grid-area: span 4 / span 2 / span 4 / span 2;
  justify-self: center;
}

#w-node-bdeaa4ce-e7bb-a611-66d2-eda7af6ece6b-8ae50bdf {
  justify-self: center;
}

#w-node-b60f64b8-428a-0eb8-d38b-41c8cc38a140-8ae50bdf {
  grid-area: span 4 / span 2 / span 4 / span 2;
  justify-self: center;
}

#w-node-b60f64b8-428a-0eb8-d38b-41c8cc38a142-8ae50bdf {
  justify-self: center;
}

#w-node-_091d2df4-4580-4a1a-7b4f-dc74abdfbd3d-8ae50bdf, #w-node-bfd5fc4a-27b7-9814-1781-ce54a2cb4351-8ae50bdf, #w-node-_8433597b-cc9b-701b-c4c9-e6a62e89fecc-8ae50bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b3030671-c7bc-bdcb-354d-a6a27677fcdc-8ae50bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5b982d4-b9c3-a0ae-a03b-5cdb878cacf9-8ae50be0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_42230812-c151-a341-f98c-f9785c2dc1ac-8ae50be0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df0aa32d-8524-e522-2233-5965e27802cf-8ae50be0, #w-node-df0aa32d-8524-e522-2233-5965e27802e4-8ae50be0, #w-node-df0aa32d-8524-e522-2233-5965e27802ee-8ae50be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-df0aa32d-8524-e522-2233-5965e27802fc-8ae50be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-8ae50be1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_16d71e71-fe06-6a9b-96e5-920b63e50a55-8ae50be1, #w-node-be9bbb85-eda2-fbfa-271a-487733ab3b9d-8ae50be1 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f2e2-8ae50be1, #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f2f7-8ae50be1, #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f301-8ae50be1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f30f-8ae50be1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-8ae50be4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1a3280e4-fd84-580f-324c-54e3ee355b4d-8ae50be4, #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b62-8ae50be4, #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b6c-8ae50be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1a3280e4-fd84-580f-324c-54e3ee355b7a-8ae50be4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc7e-8ae50be5, #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc93-8ae50be5, #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc9d-8ae50be5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dcab-8ae50be5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b133-8ae50be6, #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b148-8ae50be6, #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b152-8ae50be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b160-8ae50be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e028992f-28a7-1494-a8ba-ac158e0eff6f-8ae50be7, #w-node-e028992f-28a7-1494-a8ba-ac158e0eff84-8ae50be7, #w-node-e028992f-28a7-1494-a8ba-ac158e0eff8e-8ae50be7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e028992f-28a7-1494-a8ba-ac158e0eff9c-8ae50be7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-a3d65e16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e21f1c1c-568f-e1fe-00da-42147f24ea7a-a3d65e16, #w-node-_17f2146c-8cc5-471b-e369-0acb9dc35b2c-a3d65e16 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0eb45bf7-73fe-b451-b615-7ed10a81c717-a3d65e16 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_278f4e70-abe0-020b-f01d-7492a21a7733-a3d65e16, #w-node-_278f4e70-abe0-020b-f01d-7492a21a7748-a3d65e16, #w-node-_278f4e70-abe0-020b-f01d-7492a21a7752-a3d65e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_278f4e70-abe0-020b-f01d-7492a21a7760-a3d65e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-6e3e0087 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f978af35-e15a-ada2-46f4-abc367d58ae7-6e3e0087, #w-node-_367330d5-a693-17bf-07da-83e142ac15c0-6e3e0087 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-f27fa9ab-0c39-ebb1-11d7-47e2264148f5-6e3e0087, #w-node-f27fa9ab-0c39-ebb1-11d7-47e22641490a-6e3e0087, #w-node-f27fa9ab-0c39-ebb1-11d7-47e226414914-6e3e0087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f27fa9ab-0c39-ebb1-11d7-47e226414922-6e3e0087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c43d799e-768b-63cf-67c6-a17ae7508525-8ae50bdf, #w-node-bdeaa4ce-e7bb-a611-66d2-eda7af6ece69-8ae50bdf {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-b60f64b8-428a-0eb8-d38b-41c8cc38a140-8ae50bdf {
    grid-area: span 2 / span 3 / span 2 / span 3;
    justify-self: center;
  }

  #w-node-a83aa4ee-ebab-9d80-5808-1f9a285b9e7a-8ae50bdf, #w-node-_76ac760d-b733-59d5-5ea7-83ff3328cfa6-8ae50bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_091d2df4-4580-4a1a-7b4f-dc74abdfbd3d-8ae50bdf, #w-node-bfd5fc4a-27b7-9814-1781-ce54a2cb4351-8ae50bdf, #w-node-_8433597b-cc9b-701b-c4c9-e6a62e89fecc-8ae50bdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b3030671-c7bc-bdcb-354d-a6a27677fcdc-8ae50bdf, #w-node-f8c37f7b-2882-4d8c-17ff-3a05c76439d3-8ae50be0, #w-node-f382f671-b7f6-9ffc-561b-f07be3b9e919-8ae50be0, #w-node-_9a26fa54-fcf5-63bf-1cfc-fd707c1bf8f0-8ae50be0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-df0aa32d-8524-e522-2233-5965e27802cf-8ae50be0, #w-node-df0aa32d-8524-e522-2233-5965e27802e4-8ae50be0, #w-node-df0aa32d-8524-e522-2233-5965e27802ee-8ae50be0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-df0aa32d-8524-e522-2233-5965e27802fc-8ae50be0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f2e2-8ae50be1, #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f2f7-8ae50be1, #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f301-8ae50be1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f30f-8ae50be1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7e8c180f-bf33-4848-8c66-8d754b7082fa-8ae50be4, #w-node-_3e7b3440-ea00-3614-ca0c-3aac81aa2a57-8ae50be4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b4d-8ae50be4, #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b62-8ae50be4, #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b6c-8ae50be4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b7a-8ae50be4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc7e-8ae50be5, #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc93-8ae50be5, #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc9d-8ae50be5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dcab-8ae50be5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b133-8ae50be6, #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b148-8ae50be6, #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b152-8ae50be6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b160-8ae50be6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e028992f-28a7-1494-a8ba-ac158e0eff6f-8ae50be7, #w-node-e028992f-28a7-1494-a8ba-ac158e0eff84-8ae50be7, #w-node-e028992f-28a7-1494-a8ba-ac158e0eff8e-8ae50be7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e028992f-28a7-1494-a8ba-ac158e0eff9c-8ae50be7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_278f4e70-abe0-020b-f01d-7492a21a7733-a3d65e16, #w-node-_278f4e70-abe0-020b-f01d-7492a21a7748-a3d65e16, #w-node-_278f4e70-abe0-020b-f01d-7492a21a7752-a3d65e16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_278f4e70-abe0-020b-f01d-7492a21a7760-a3d65e16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f27fa9ab-0c39-ebb1-11d7-47e2264148f5-6e3e0087, #w-node-f27fa9ab-0c39-ebb1-11d7-47e22641490a-6e3e0087, #w-node-f27fa9ab-0c39-ebb1-11d7-47e226414914-6e3e0087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-f27fa9ab-0c39-ebb1-11d7-47e226414922-6e3e0087 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_817f3f5e-ba28-5e77-ec0d-28428cb30715-8ae50bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-e6cefe4d-6982-2e49-c46c-2014a721255f-8ae50bdf, #w-node-ee1b265b-8f1b-c7d0-472b-634bbdd3a1f9-8ae50bdf, #w-node-_9f8e4dc8-86ba-a09c-f2ea-f9a71167b6f6-8ae50bdf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c43d799e-768b-63cf-67c6-a17ae7508525-8ae50bdf, #w-node-bdeaa4ce-e7bb-a611-66d2-eda7af6ece69-8ae50bdf, #w-node-b60f64b8-428a-0eb8-d38b-41c8cc38a140-8ae50bdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a83aa4ee-ebab-9d80-5808-1f9a285b9e7a-8ae50bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_091d2df4-4580-4a1a-7b4f-dc74abdfbd3d-8ae50bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-bfd5fc4a-27b7-9814-1781-ce54a2cb4351-8ae50bdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b3030671-c7bc-bdcb-354d-a6a27677fcdc-8ae50bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df0aa32d-8524-e522-2233-5965e27802cf-8ae50be0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-df0aa32d-8524-e522-2233-5965e27802e4-8ae50be0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-df0aa32d-8524-e522-2233-5965e27802fc-8ae50be0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-8ae50be1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f2e2-8ae50be1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f2f7-8ae50be1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8e5bbbbb-29d6-c4ed-4724-d55a76b4f30f-8ae50be1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-8ae50be4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_7e8c180f-bf33-4848-8c66-8d754b7082fa-8ae50be4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b4d-8ae50be4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b62-8ae50be4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_1a3280e4-fd84-580f-324c-54e3ee355b7a-8ae50be4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc7e-8ae50be5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dc93-8ae50be5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_224dc43e-3fbc-3178-dfe0-3fde2990dcab-8ae50be5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b133-8ae50be6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b148-8ae50be6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b72fc4f6-a486-0cc7-fa3e-331d59f9b160-8ae50be6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e028992f-28a7-1494-a8ba-ac158e0eff6f-8ae50be7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-e028992f-28a7-1494-a8ba-ac158e0eff84-8ae50be7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-e028992f-28a7-1494-a8ba-ac158e0eff9c-8ae50be7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-a3d65e16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-e21f1c1c-568f-e1fe-00da-42147f24ea7a-a3d65e16, #w-node-_17f2146c-8cc5-471b-e369-0acb9dc35b2c-a3d65e16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0eb45bf7-73fe-b451-b615-7ed10a81c717-a3d65e16 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_278f4e70-abe0-020b-f01d-7492a21a7733-a3d65e16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_278f4e70-abe0-020b-f01d-7492a21a7748-a3d65e16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_278f4e70-abe0-020b-f01d-7492a21a7760-a3d65e16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-6e3e0087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-f27fa9ab-0c39-ebb1-11d7-47e2264148f5-6e3e0087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-f27fa9ab-0c39-ebb1-11d7-47e22641490a-6e3e0087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-f27fa9ab-0c39-ebb1-11d7-47e226414922-6e3e0087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_817f3f5e-ba28-5e77-ec0d-28428cb30715-8ae50bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-c43d799e-768b-63cf-67c6-a17ae7508528-8ae50bdf, #w-node-bdeaa4ce-e7bb-a611-66d2-eda7af6ece6b-8ae50bdf, #w-node-b60f64b8-428a-0eb8-d38b-41c8cc38a142-8ae50bdf {
    justify-self: center;
  }

  #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-8ae50be1, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-8ae50be4, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-a3d65e16, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-6e3e0087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}


