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

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

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

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

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

.button.hero {
  margin-top: 1.25rem;
  margin-left: 0;
}

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

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

.button.form {
  margin-left: 0;
}

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

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

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

.text-block {
  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;
}

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

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

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

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

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

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

.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-2 {
  font-weight: 500;
}

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

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

.nav-menu {
  display: block;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/HVAC_REPAIR.png');
  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: 72vh;
  display: flex;
  position: static;
  overflow: hidden;
}

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

.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: .75rem;
}

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

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

.heading-2 {
  color: #111;
  max-width: 19ch;
  margin-top: 0;
}

.heading-2.hero {
  color: #fff;
  font-size: 44px;
}

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

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 36px;
  padding-top: 92px;
  display: flex;
}

.grid {
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto auto;
  align-content: space-between;
  min-height: 72vh;
}

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

.div-block-4 {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
}

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

.image-2 {
  position: absolute;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 20vh;
  display: flex;
}

.section-3.footer {
  background-color: #fff;
  min-height: 0;
  margin-top: 96px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.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: 5px;
  margin-bottom: 40px;
  font-size: 52px;
}

.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 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

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

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  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;
}

.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 {
  background-color: #fff;
  border-radius: 16px;
  width: 450px;
  padding: 2.25rem;
  box-shadow: 0 4px 12px #0000000f;
}

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

.grid-8 {
  grid-template-rows: auto auto 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-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;
}

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

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

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

  .section-2 {
    min-height: 72vh;
  }

  .div-block-5.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%;
  }
}

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

  .button {
    align-self: center;
    max-height: 60px;
  }

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

  .brand, .image {
    align-self: center;
  }

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

  .icon {
    flex-flow: wrap;
    font-size: 2.25rem;
    display: flex;
    position: relative;
  }

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

  .menu-button {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    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;
  }
}

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

  .button {
    display: none;
  }

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

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

  .button.form {
    display: block;
  }

  .brand {
    flex-flow: column;
    padding-left: 0;
  }

  .brand.new {
    flex-flow: row;
  }

  .navbar {
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .section-2 {
    background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(to bottom, null, null), url('../images/HVAC_REPAIR.png');
    background-position: 0 0, 0 0, 50% 0;
  }

  .paragraph.hero {
    margin-top: 10px;
  }

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

  .div-block-2 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
  }

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

  .div-block-4 {
    flex-flow: wrap;
  }

  .section-3 {
    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;
  }
}

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

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

  .button {
    white-space: nowrap;
  }

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

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

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

  .div-block-2 {
    margin-left: 16px;
    padding-top: 16px;
  }

  .div-block-5 {
    height: 80%;
  }

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

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

#w-node-ddc8a825-78af-9603-c3df-eaa23f5fda97-5475f3fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-bf237382-72ef-540a-1e03-c807d9e2e92b-5475f3fe {
  justify-self: start;
}

#w-node-_709df71e-7ecc-86eb-15f5-2270a42fbc08-5475f3fe {
  justify-self: center;
}

#w-node-_6c4055b0-0a53-8cb3-6d10-e067af31a251-5475f3fe {
  justify-self: end;
}

#w-node-aa6e78c1-9b33-9f46-f256-ae042c76384f-5475f3fe {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_04658a5f-d78b-8fb3-46de-d5defa8da0a8-5475f3fe, #w-node-cc6c362a-360c-848f-d1dc-26429e0f879a-5475f3fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a6227ce6-440c-0fab-19a2-c61c9b1ce502-5475f3fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8b27c319-80bf-ca85-3af8-75889db9c988-5475f3fe {
  align-self: start;
}

#w-node-_846dcdf7-50c0-c340-091d-0506747a385c-5475f3fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_846dcdf7-50c0-c340-091d-0506747a385f-5475f3fe {
  align-self: start;
}

#w-node-a4aae32a-6872-751c-5ba8-91b09fadcbfc-5475f3fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4aae32a-6872-751c-5ba8-91b09fadcbff-5475f3fe {
  align-self: start;
}

#w-node-_7bb62d72-d0a3-b04b-856e-00ced3bb6e62-5475f3fe {
  justify-self: center;
}

#w-node-be282e4c-b69d-e8f6-dcc7-84386ba0725c-5475f3fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9e30bcb6-0286-16ef-ef35-232c843a7798-5475f3fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_50469de2-9700-97e1-3efc-56f0471ef483-5475f3fe {
  justify-self: center;
}

#w-node-c3d7069a-d5dd-a65f-1f15-447b726d7457-15199340 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_01b38d8c-fab4-095d-bbf7-90316f8ca4a3-15199340 {
  justify-self: center;
}

#w-node-_01b38d8c-fab4-095d-bbf7-90316f8ca4a4-15199340 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_01b38d8c-fab4-095d-bbf7-90316f8ca4a5-15199340 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_01b38d8c-fab4-095d-bbf7-90316f8ca4ae-15199340 {
  justify-self: center;
}

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

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

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e54d-52436113 {
  justify-self: center;
}

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e54e-52436113 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e54f-52436113 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e558-52436113 {
  justify-self: center;
}

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

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e54d-91ec6805 {
  justify-self: center;
}

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e54e-91ec6805 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e54f-91ec6805 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-_2a9a4953-8a62-6973-3ba4-6b41c344e558-91ec6805 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cc6f7fe0-f95f-ffa7-22bc-0eaa6d99f05d-5475f3fe, #w-node-_0407e547-d0ea-43e3-3172-89d9bf9c7c39-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94d31443-846d-421d-800c-ed2a94df7a46-15199340, #w-node-fe788cb1-710b-f89b-c47c-27b09610c7eb-15199340, #w-node-c5262bbc-cf73-3149-f2fe-e2cbda559b79-15199340, #w-node-_926b0bc1-6539-721f-9024-b4f59377de94-15199340 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f3fff438-dfaf-5cd3-9412-1f9221885b03-15199340, #w-node-_2fe64efa-abc5-0143-a0d6-9ce8f9c7cbbe-15199340 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f058de8-a5d1-417c-186e-d19d64e64e09-15199340, #w-node-edc96b9e-d67e-35c2-3ed1-535dd9e690a9-15199340, #w-node-_57c9addc-4470-e2b9-f7f0-6d8f9b7de839-15199340, #w-node-_3f058de8-a5d1-417c-186e-d19d64e64e0b-15199340, #w-node-_3f058de8-a5d1-417c-186e-d19d64e64e0d-15199340, #w-node-_3f058de8-a5d1-417c-186e-d19d64e64e0f-15199340 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3f058de8-a5d1-417c-186e-d19d64e64e11-15199340, #w-node-_3f058de8-a5d1-417c-186e-d19d64e64e13-15199340 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8c37f7b-2882-4d8c-17ff-3a05c76439d3-52436113, #w-node-f382f671-b7f6-9ffc-561b-f07be3b9e919-52436113, #w-node-_9a26fa54-fcf5-63bf-1cfc-fd707c1bf8f0-52436113 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

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

  #w-node-aa6e78c1-9b33-9f46-f256-ae042c76384f-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

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

  #w-node-bf237382-72ef-540a-1e03-c807d9e2e92b-5475f3fe {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_709df71e-7ecc-86eb-15f5-2270a42fbc08-5475f3fe {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6c4055b0-0a53-8cb3-6d10-e067af31a251-5475f3fe, #w-node-aa6e78c1-9b33-9f46-f256-ae042c76384f-5475f3fe {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a6227ce6-440c-0fab-19a2-c61c9b1ce502-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_029b7e59-3975-bf1d-31fc-b37b25eb41ae-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b27c319-80bf-ca85-3af8-75889db9c988-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_846dcdf7-50c0-c340-091d-0506747a385c-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_846dcdf7-50c0-c340-091d-0506747a385d-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_846dcdf7-50c0-c340-091d-0506747a385f-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a4aae32a-6872-751c-5ba8-91b09fadcbfc-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-a4aae32a-6872-751c-5ba8-91b09fadcbfd-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4aae32a-6872-751c-5ba8-91b09fadcbff-5475f3fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-cc6f7fe0-f95f-ffa7-22bc-0eaa6d99f060-5475f3fe, #w-node-_0407e547-d0ea-43e3-3172-89d9bf9c7c3c-5475f3fe {
    justify-self: center;
  }
}


