.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: #ee2e2e;
  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: #d52727;
}

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

.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;
  align-self: 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: #111;
  letter-spacing: .035em;
  white-space: normal;
  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;
  border: 2px solid #000;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  height: 52px;
}

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

.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.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: #ee2e2e;
}

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

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

.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/Air-Conditioner1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat-y;
  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 {
  background-color: #000;
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/wild-rose-heating-ltd.jpg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, contain;
  min-height: 35vh;
}

.hero_section._1 {
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#0000, #0000), url('../images/Home1.jpg');
}

.hero_section._2 {
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/Furnace1.jpg');
}

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

.hero_section.heating {
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/Furnace1.jpg');
}

.hero_section.plumbing {
  background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/Plumbing1.jpg');
}

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

.paragraph.bullet {
  line-height: 1.6rem;
}

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

.hero_container.serviceend {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.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: #ee2e2e;
  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;
  min-height: 500px;
  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;
  line-height: 1.6rem;
}

.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;
  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, .dropdown-link.w--current {
  color: #ee2e2e;
}

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

.social_icon {
  margin-right: 14px;
}

.social_icon:hover {
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

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

.paragraph-17._2 {
  font-size: 1.25rem;
}

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

.paragraph-18 {
  color: #111;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-18:hover {
  color: #ee2e2e;
}

.paragraph-18._2 {
  margin-top: 1rem;
}

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

.paragraph29:hover {
  color: #ee2e2e;
}

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

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

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

.paragraph29.service {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 30px;
  display: flex;
}

.div-block-43 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  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;
}

.text-span-7 {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.link {
  margin-bottom: 10px;
  text-decoration: none;
}

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

.list-item {
  font-size: 1.25rem;
}

.code-embed-4 {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .navbar_cta_button {
    background-color: #ee2e2e;
  }

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

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

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

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

  .navbar_brand_text {
    color: #111;
  }

  .navbar_brand_image {
    height: 60px;
  }

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

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

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

  .hero_buffer {
    background-color: #ee2e2e;
  }

  .map_paragraph {
    font-size: 1.25rem;
  }

  .dropdown-link:hover, .text-span-6 {
    color: #ee2e2e;
  }

  .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: column;
    padding-left: 0;
  }

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

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

  .navbar_brand_text {
    text-align: center;
  }

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

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

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

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

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

@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.hero1.map.about, .navbar_cta_button.hero2.map.about {
    align-self: center;
  }

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

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

  .navbar_brand_text {
    text-align: center;
  }

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

  .hero_section.about {
    background-image: linear-gradient(0deg, #00000080 20%, #0000), linear-gradient(#00000080, #00000080), url('../images/wild-rose-heating-ltd.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

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

  .cta_icon.nav {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_32e918ee-ab9c-fcd6-df84-58a7750046d6-fcad3a46, #w-node-_32e918ee-ab9c-fcd6-df84-58a7750046eb-fcad3a46, #w-node-_32e918ee-ab9c-fcd6-df84-58a7750046f9-fcad3a46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_32e918ee-ab9c-fcd6-df84-58a775004707-fcad3a46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_068baf69-473f-3f50-eb73-f51e83974ba9-fcad3a47 {
  grid-area: span 4 / span 2 / span 4 / span 2;
  justify-self: center;
}

#w-node-_068baf69-473f-3f50-eb73-f51e83974bab-fcad3a47 {
  justify-self: center;
}

#w-node-_9c095181-8d9c-a05b-1004-68500b5fd6ce-fcad3a47 {
  grid-area: span 4 / span 2 / span 4 / span 2;
  justify-self: center;
}

#w-node-_9c095181-8d9c-a05b-1004-68500b5fd6d0-fcad3a47 {
  justify-self: center;
}

#w-node-c6d536e4-c182-fdf6-c36a-8c9d0a828dde-fcad3a47 {
  grid-area: span 4 / span 2 / span 4 / span 2;
  justify-self: center;
}

#w-node-c6d536e4-c182-fdf6-c36a-8c9d0a828de0-fcad3a47 {
  justify-self: center;
}

#w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9362-fcad3a47, #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9377-fcad3a47, #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9385-fcad3a47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9393-fcad3a47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-e0c8b0f0-959c-8997-d967-f6d5f47a0ee9-fcad3a48 {
  grid-area: span 4 / span 6 / span 4 / span 6;
  justify-self: center;
}

#w-node-e0c8b0f0-959c-8997-d967-f6d5f47a0eeb-fcad3a48 {
  justify-self: center;
}

#w-node-a581515c-37c8-6b55-75a8-b752817ecd76-fcad3a48, #w-node-a581515c-37c8-6b55-75a8-b752817ecd8b-fcad3a48, #w-node-a581515c-37c8-6b55-75a8-b752817ecd99-fcad3a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a581515c-37c8-6b55-75a8-b752817ecda7-fcad3a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-e138ee11-7c56-06e5-174b-1c4d8f948188-fcad3a49 {
  grid-area: span 4 / span 6 / span 4 / span 6;
  justify-self: center;
}

#w-node-e138ee11-7c56-06e5-174b-1c4d8f94818a-fcad3a49 {
  justify-self: center;
}

#w-node-_719551a2-bfd1-ef32-a00c-be8175581299-fcad3a49, #w-node-_719551a2-bfd1-ef32-a00c-be81755812ae-fcad3a49, #w-node-_719551a2-bfd1-ef32-a00c-be81755812bc-fcad3a49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_719551a2-bfd1-ef32-a00c-be81755812ca-fcad3a49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c467-fcad3a4a, #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c47c-fcad3a4a, #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c48a-fcad3a4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c498-fcad3a4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a952-fcad3a4b, #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a967-fcad3a4b, #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a975-fcad3a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a983-fcad3a4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c155829-e2bc-7580-f66f-8cd8cd462885-fcad3a4c, #w-node-_7c155829-e2bc-7580-f66f-8cd8cd46289a-fcad3a4c, #w-node-_7c155829-e2bc-7580-f66f-8cd8cd4628a8-fcad3a4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7c155829-e2bc-7580-f66f-8cd8cd4628b6-fcad3a4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf49-fcad3a4d, #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf5e-fcad3a4d, #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf6c-fcad3a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf7a-fcad3a4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f54f-9d197d4a, #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f564-9d197d4a, #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f572-9d197d4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f580-9d197d4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_989b985e-cf0b-293c-ef7d-757b2e659df5-4f5e791d, #w-node-_989b985e-cf0b-293c-ef7d-757b2e659e0a-4f5e791d, #w-node-_989b985e-cf0b-293c-ef7d-757b2e659e18-4f5e791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_989b985e-cf0b-293c-ef7d-757b2e659e26-4f5e791d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_969112ec-1ecf-36ef-57d3-55e25a67bed6-2fbe47b0, #w-node-_969112ec-1ecf-36ef-57d3-55e25a67beeb-2fbe47b0, #w-node-_969112ec-1ecf-36ef-57d3-55e25a67bef9-2fbe47b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_969112ec-1ecf-36ef-57d3-55e25a67bf07-2fbe47b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5de86289-8037-ddb8-de5a-b820cd0f3d8d-960eef4c, #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3da2-960eef4c, #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3db0-960eef4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5de86289-8037-ddb8-de5a-b820cd0f3dbe-960eef4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_6f8b754e-9029-9cce-d712-52d70a2dcc7f-cfefb9a8, #w-node-_6f8b754e-9029-9cce-d712-52d70a2dcc94-cfefb9a8, #w-node-_6f8b754e-9029-9cce-d712-52d70a2dcca2-cfefb9a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6f8b754e-9029-9cce-d712-52d70a2dccb0-cfefb9a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_28d4b84c-62ba-4109-84a1-51ef94f22750-05942c70, #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22765-05942c70, #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22773-05942c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28d4b84c-62ba-4109-84a1-51ef94f22781-05942c70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_833082f6-19d9-080b-f053-75c1f7d4f764-fe09ca6e, #w-node-_833082f6-19d9-080b-f053-75c1f7d4f779-fe09ca6e, #w-node-_833082f6-19d9-080b-f053-75c1f7d4f787-fe09ca6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_833082f6-19d9-080b-f053-75c1f7d4f795-fe09ca6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_47b2606c-530e-a42f-b062-0b681043e2a6-7f26e2e4, #w-node-_47b2606c-530e-a42f-b062-0b681043e2bb-7f26e2e4, #w-node-_47b2606c-530e-a42f-b062-0b681043e2c9-7f26e2e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_47b2606c-530e-a42f-b062-0b681043e2d7-7f26e2e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-c8b4fcb7-c605-a9a1-3704-3f095da8189f-8ff6c010, #w-node-c8b4fcb7-c605-a9a1-3704-3f095da818b4-8ff6c010, #w-node-c8b4fcb7-c605-a9a1-3704-3f095da818c2-8ff6c010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c8b4fcb7-c605-a9a1-3704-3f095da818d0-8ff6c010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe21-a5585b5c, #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe36-a5585b5c, #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe44-a5585b5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe52-a5585b5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-a14f34e5-1758-c235-6f12-8e1c31e5f5e7-71d087a5, #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f5fc-71d087a5, #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f60a-71d087a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a14f34e5-1758-c235-6f12-8e1c31e5f618-71d087a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1331-a4e368d1, #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1346-a4e368d1, #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1354-a4e368d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1362-a4e368d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-f8a006c5-7232-0b33-55a0-2570f47bf81f-b5b4ec6a, #w-node-f8a006c5-7232-0b33-55a0-2570f47bf834-b5b4ec6a, #w-node-f8a006c5-7232-0b33-55a0-2570f47bf842-b5b4ec6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f8a006c5-7232-0b33-55a0-2570f47bf850-b5b4ec6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_16dc0a6c-69bc-284c-33d0-087be3391462-94a22bd0, #w-node-_16dc0a6c-69bc-284c-33d0-087be3391477-94a22bd0, #w-node-_16dc0a6c-69bc-284c-33d0-087be3391485-94a22bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16dc0a6c-69bc-284c-33d0-087be3391493-94a22bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5ceb-1ae21f5b, #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d00-1ae21f5b, #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d0e-1ae21f5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d1c-1ae21f5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

  #w-node-_32e918ee-ab9c-fcd6-df84-58a7750046d6-fcad3a46, #w-node-_32e918ee-ab9c-fcd6-df84-58a7750046eb-fcad3a46, #w-node-_32e918ee-ab9c-fcd6-df84-58a7750046f9-fcad3a46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_32e918ee-ab9c-fcd6-df84-58a775004707-fcad3a46 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_068baf69-473f-3f50-eb73-f51e83974ba9-fcad3a47, #w-node-_9c095181-8d9c-a05b-1004-68500b5fd6ce-fcad3a47, #w-node-c6d536e4-c182-fdf6-c36a-8c9d0a828dde-fcad3a47 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9362-fcad3a47, #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9377-fcad3a47, #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9385-fcad3a47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9393-fcad3a47 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e0c8b0f0-959c-8997-d967-f6d5f47a0ee9-fcad3a48 {
    grid-area: span 3 / span 6 / span 3 / span 6;
    justify-self: center;
  }

  #w-node-a581515c-37c8-6b55-75a8-b752817ecd76-fcad3a48, #w-node-a581515c-37c8-6b55-75a8-b752817ecd8b-fcad3a48, #w-node-a581515c-37c8-6b55-75a8-b752817ecd99-fcad3a48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a581515c-37c8-6b55-75a8-b752817ecda7-fcad3a48 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e138ee11-7c56-06e5-174b-1c4d8f948188-fcad3a49 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_719551a2-bfd1-ef32-a00c-be8175581299-fcad3a49, #w-node-_719551a2-bfd1-ef32-a00c-be81755812ae-fcad3a49, #w-node-_719551a2-bfd1-ef32-a00c-be81755812bc-fcad3a49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_719551a2-bfd1-ef32-a00c-be81755812ca-fcad3a49 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7e8c180f-bf33-4848-8c66-8d754b7082fa-fcad3a4a, #w-node-_0f343bea-fe74-52e8-577e-25cf13cfce62-fcad3a4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c467-fcad3a4a, #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c47c-fcad3a4a, #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c48a-fcad3a4a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c498-fcad3a4a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a952-fcad3a4b, #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a967-fcad3a4b, #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a975-fcad3a4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a983-fcad3a4b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7c155829-e2bc-7580-f66f-8cd8cd462885-fcad3a4c, #w-node-_7c155829-e2bc-7580-f66f-8cd8cd46289a-fcad3a4c, #w-node-_7c155829-e2bc-7580-f66f-8cd8cd4628a8-fcad3a4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7c155829-e2bc-7580-f66f-8cd8cd4628b6-fcad3a4c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf49-fcad3a4d, #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf5e-fcad3a4d, #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf6c-fcad3a4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf7a-fcad3a4d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f54f-9d197d4a, #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f564-9d197d4a, #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f572-9d197d4a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f580-9d197d4a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_989b985e-cf0b-293c-ef7d-757b2e659df5-4f5e791d, #w-node-_989b985e-cf0b-293c-ef7d-757b2e659e0a-4f5e791d, #w-node-_989b985e-cf0b-293c-ef7d-757b2e659e18-4f5e791d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_989b985e-cf0b-293c-ef7d-757b2e659e26-4f5e791d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_969112ec-1ecf-36ef-57d3-55e25a67bed6-2fbe47b0, #w-node-_969112ec-1ecf-36ef-57d3-55e25a67beeb-2fbe47b0, #w-node-_969112ec-1ecf-36ef-57d3-55e25a67bef9-2fbe47b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_969112ec-1ecf-36ef-57d3-55e25a67bf07-2fbe47b0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3d8d-960eef4c, #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3da2-960eef4c, #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3db0-960eef4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3dbe-960eef4c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6f8b754e-9029-9cce-d712-52d70a2dcc7f-cfefb9a8, #w-node-_6f8b754e-9029-9cce-d712-52d70a2dcc94-cfefb9a8, #w-node-_6f8b754e-9029-9cce-d712-52d70a2dcca2-cfefb9a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6f8b754e-9029-9cce-d712-52d70a2dccb0-cfefb9a8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22750-05942c70, #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22765-05942c70, #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22773-05942c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22781-05942c70 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_833082f6-19d9-080b-f053-75c1f7d4f764-fe09ca6e, #w-node-_833082f6-19d9-080b-f053-75c1f7d4f779-fe09ca6e, #w-node-_833082f6-19d9-080b-f053-75c1f7d4f787-fe09ca6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_833082f6-19d9-080b-f053-75c1f7d4f795-fe09ca6e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_47b2606c-530e-a42f-b062-0b681043e2a6-7f26e2e4, #w-node-_47b2606c-530e-a42f-b062-0b681043e2bb-7f26e2e4, #w-node-_47b2606c-530e-a42f-b062-0b681043e2c9-7f26e2e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_47b2606c-530e-a42f-b062-0b681043e2d7-7f26e2e4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c8b4fcb7-c605-a9a1-3704-3f095da8189f-8ff6c010, #w-node-c8b4fcb7-c605-a9a1-3704-3f095da818b4-8ff6c010, #w-node-c8b4fcb7-c605-a9a1-3704-3f095da818c2-8ff6c010 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-c8b4fcb7-c605-a9a1-3704-3f095da818d0-8ff6c010 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe21-a5585b5c, #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe36-a5585b5c, #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe44-a5585b5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe52-a5585b5c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f5e7-71d087a5, #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f5fc-71d087a5, #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f60a-71d087a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f618-71d087a5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1331-a4e368d1, #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1346-a4e368d1, #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1354-a4e368d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1362-a4e368d1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f8a006c5-7232-0b33-55a0-2570f47bf81f-b5b4ec6a, #w-node-f8a006c5-7232-0b33-55a0-2570f47bf834-b5b4ec6a, #w-node-f8a006c5-7232-0b33-55a0-2570f47bf842-b5b4ec6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-f8a006c5-7232-0b33-55a0-2570f47bf850-b5b4ec6a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_16dc0a6c-69bc-284c-33d0-087be3391462-94a22bd0, #w-node-_16dc0a6c-69bc-284c-33d0-087be3391477-94a22bd0, #w-node-_16dc0a6c-69bc-284c-33d0-087be3391485-94a22bd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_16dc0a6c-69bc-284c-33d0-087be3391493-94a22bd0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5ceb-1ae21f5b, #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d00-1ae21f5b, #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d0e-1ae21f5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d1c-1ae21f5b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

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

  #w-node-e6cefe4d-6982-2e49-c46c-2014a721255f-fcad3a45, #w-node-ee1b265b-8f1b-c7d0-472b-634bbdd3a1f9-fcad3a45 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

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

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

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

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

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

  #w-node-_32e918ee-ab9c-fcd6-df84-58a7750046d6-fcad3a46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_32e918ee-ab9c-fcd6-df84-58a7750046eb-fcad3a46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_32e918ee-ab9c-fcd6-df84-58a775004707-fcad3a46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_068baf69-473f-3f50-eb73-f51e83974ba9-fcad3a47, #w-node-_9c095181-8d9c-a05b-1004-68500b5fd6ce-fcad3a47, #w-node-c6d536e4-c182-fdf6-c36a-8c9d0a828dde-fcad3a47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9362-fcad3a47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9377-fcad3a47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4c42d39d-e240-af57-c07c-5acd1b3d9393-fcad3a47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-e0c8b0f0-959c-8997-d967-f6d5f47a0ee9-fcad3a48 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    justify-self: center;
  }

  #w-node-a581515c-37c8-6b55-75a8-b752817ecd76-fcad3a48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-a581515c-37c8-6b55-75a8-b752817ecd8b-fcad3a48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a581515c-37c8-6b55-75a8-b752817ecda7-fcad3a48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-e138ee11-7c56-06e5-174b-1c4d8f948188-fcad3a49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_719551a2-bfd1-ef32-a00c-be8175581299-fcad3a49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_719551a2-bfd1-ef32-a00c-be81755812ae-fcad3a49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_719551a2-bfd1-ef32-a00c-be81755812ca-fcad3a49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

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

  #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c467-fcad3a4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c47c-fcad3a4a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6bf9bd01-3c7f-e642-f854-ade443f9c498-fcad3a4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a952-fcad3a4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a967-fcad3a4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_273d157b-b8b0-00a6-d735-f2eae2f7a983-fcad3a4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7c155829-e2bc-7580-f66f-8cd8cd462885-fcad3a4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_7c155829-e2bc-7580-f66f-8cd8cd46289a-fcad3a4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7c155829-e2bc-7580-f66f-8cd8cd4628b6-fcad3a4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf49-fcad3a4d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf5e-fcad3a4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b20db9c3-9a09-1c9d-199f-9e14c1edbf7a-fcad3a4d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f54f-9d197d4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f564-9d197d4a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_392adb51-8e3c-ceb8-477c-1cc7bbc1f580-9d197d4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_989b985e-cf0b-293c-ef7d-757b2e659df5-4f5e791d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_989b985e-cf0b-293c-ef7d-757b2e659e0a-4f5e791d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_989b985e-cf0b-293c-ef7d-757b2e659e26-4f5e791d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_969112ec-1ecf-36ef-57d3-55e25a67bed6-2fbe47b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_969112ec-1ecf-36ef-57d3-55e25a67beeb-2fbe47b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_969112ec-1ecf-36ef-57d3-55e25a67bf07-2fbe47b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3d8d-960eef4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3da2-960eef4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_5de86289-8037-ddb8-de5a-b820cd0f3dbe-960eef4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_6f8b754e-9029-9cce-d712-52d70a2dcc7f-cfefb9a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_6f8b754e-9029-9cce-d712-52d70a2dcc94-cfefb9a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6f8b754e-9029-9cce-d712-52d70a2dccb0-cfefb9a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22750-05942c70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22765-05942c70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_28d4b84c-62ba-4109-84a1-51ef94f22781-05942c70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_833082f6-19d9-080b-f053-75c1f7d4f764-fe09ca6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_833082f6-19d9-080b-f053-75c1f7d4f779-fe09ca6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_833082f6-19d9-080b-f053-75c1f7d4f795-fe09ca6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_47b2606c-530e-a42f-b062-0b681043e2a6-7f26e2e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_47b2606c-530e-a42f-b062-0b681043e2bb-7f26e2e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_47b2606c-530e-a42f-b062-0b681043e2d7-7f26e2e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-c8b4fcb7-c605-a9a1-3704-3f095da8189f-8ff6c010 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-c8b4fcb7-c605-a9a1-3704-3f095da818b4-8ff6c010 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-c8b4fcb7-c605-a9a1-3704-3f095da818d0-8ff6c010 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe21-a5585b5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe36-a5585b5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_73fb2184-01d1-1c06-f3d0-ebccf830fe52-a5585b5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f5e7-71d087a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f5fc-71d087a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a14f34e5-1758-c235-6f12-8e1c31e5f618-71d087a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1331-a4e368d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1346-a4e368d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_12ecfe1b-188f-42ff-cf1e-7fe974da1362-a4e368d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-f8a006c5-7232-0b33-55a0-2570f47bf81f-b5b4ec6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-f8a006c5-7232-0b33-55a0-2570f47bf834-b5b4ec6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-f8a006c5-7232-0b33-55a0-2570f47bf850-b5b4ec6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_16dc0a6c-69bc-284c-33d0-087be3391462-94a22bd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_16dc0a6c-69bc-284c-33d0-087be3391477-94a22bd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_16dc0a6c-69bc-284c-33d0-087be3391493-94a22bd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5ceb-1ae21f5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d00-1ae21f5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_372fa2b7-9436-ad3b-03f7-fc50819e5d1c-1ae21f5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

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

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

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

  #w-node-_068baf69-473f-3f50-eb73-f51e83974bab-fcad3a47, #w-node-_9c095181-8d9c-a05b-1004-68500b5fd6d0-fcad3a47, #w-node-c6d536e4-c182-fdf6-c36a-8c9d0a828de0-fcad3a47 {
    justify-self: center;
  }

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

  #w-node-e0c8b0f0-959c-8997-d967-f6d5f47a0ee9-fcad3a48 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    justify-self: center;
  }

  #w-node-e0c8b0f0-959c-8997-d967-f6d5f47a0eeb-fcad3a48 {
    justify-self: center;
  }

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

  #w-node-e138ee11-7c56-06e5-174b-1c4d8f94818a-fcad3a49 {
    justify-self: center;
  }

  #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-fcad3a4a, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-9d197d4a, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-4f5e791d, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-2fbe47b0, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-960eef4c, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-cfefb9a8, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-05942c70, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-fe09ca6e, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-7f26e2e4, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-8ff6c010, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-a5585b5c, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-71d087a5, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-a4e368d1, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-b5b4ec6a, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-94a22bd0, #w-node-_0ccab3ea-e13d-9f05-32a0-375716688649-1ae21f5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}


