:root {
  --primary-font: "Golos Text", sans-serif;
  --primary-color: #369ac8;
  --textdark: #424242;
  --alt-color: #ee964b;
  --offwhite-color: #fafafa;
  --white-color: white;
  --secondary-font: "Permanent Marker", sans-serif;
  --secondary-color: #5e5d60;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--primary-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: var(--primary-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_logo-link.w--current {
  width: auto;
  position: relative;
}

.navbar_component {
  border-bottom: 2px solid var(--primary-color);
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar_link {
  font-family: var(--primary-font);
  color: var(--textdark);
  text-align: center;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: color .35s;
  display: inline-block;
}

.navbar_link:hover {
  color: var(--alt-color);
}

.navbar_link.w--current {
  color: var(--primary-color);
}

.navbar_link.pop {
  color: var(--alt-color);
  text-align: center;
  font-weight: 700;
  transition: background-color .2s, box-shadow .2s, color .35s;
}

.navbar_link.pop:hover {
  color: var(--primary-color);
  background-color: #e4e4e4;
  box-shadow: 0 2px 11px 7px #0000001c;
}

.navbar_link.menucatastrophe {
  color: var(--alt-color);
  font-weight: 700;
  transition: background-color .2s, box-shadow .2s, color .35s;
}

.navbar_link.menucatastrophe:hover {
  color: var(--primary-color);
  background-color: #e4e4e4;
  box-shadow: 0 2px 11px 7px #0000001c;
}

.navbar_menu-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.padding-global {
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.navbar_container {
  border: 0 solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  display: flex;
}

.navbar_logo {
  float: none;
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 400px;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  display: block;
  position: static;
}

.hero {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.hero.core-clean {
  background-image: url('../images/tent-cleaning.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
}

.hero.commercial-hero {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/commercial.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.core-catastrophe {
  background-image: linear-gradient(#0006, #0006), url('../images/catastrophe.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.about-us {
  background-image: url('../images/high-five.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 680px;
}

.hero.contact-us {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/losangeles.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.locations {
  padding-top: 0;
  padding-bottom: 0;
}

.mainherohead {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.heroheading {
  width: auto;
  color: var(--offwhite-color);
  text-align: center;
  background-color: #000000b3;
  border-radius: 3rem 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-size: 80px;
  line-height: 95%;
}

.heroheading.core-clean {
  color: var(--alt-color);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 30px 50px;
  font-size: 96px;
  font-weight: 500;
  line-height: 68px;
}

.mainherosubhead {
  color: var(--offwhite-color);
  text-align: center;
  text-shadow: 2px 2px 10px #000;
  margin-top: 10px;
  font-size: 32px;
  line-height: 32px;
}

.text-span, .text-span-2 {
  color: var(--primary-color);
}

.mainherocatpanels {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image {
  height: 100px;
}

.mainherocatdiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white-color);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.mainherocatdiv:hover {
  background-color: var(--alt-color);
  text-decoration: none;
}

.heading {
  font-family: var(--secondary-font);
  color: var(--textdark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 95%;
}

.cta-banner {
  background-color: var(--alt-color);
  justify-content: space-between;
  align-items: center;
}

.paddingglobal {
  flex: 1;
  max-width: 1440px;
}

.paddingglobal.gradient1 {
  background-image: linear-gradient(90deg, #f2f2f2, #fff 50%, #accede);
}

.paddingglobal.gradient2 {
  background-image: linear-gradient(90deg, #accede, #fff 50%, #f2f2f2);
}

.mainctabannerhead {
  font-family: var(--primary-font);
  color: var(--textdark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.text-span-3 {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--textdark);
  text-decoration-color: var(--textdark);
  text-decoration-style: solid;
}

.mainherocatagories {
  z-index: 1;
  flex-flow: column;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.phonebutton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.phonebutton:hover {
  background-color: var(--secondary-color);
}

.phonenumbertext {
  font-family: var(--primary-font);
  color: var(--white-color);
  align-self: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.image-2 {
  align-self: center;
  height: 32px;
}

.dropdown-list {
  font-family: var(--primary-font);
  background-color: #fff;
  padding: 20px;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  position: static;
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-toggle {
  z-index: 1;
  background-image: url('../images/faq-banner.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  align-items: center;
  height: 80px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.accordion-icon {
  z-index: 1;
  color: var(--black);
}

.accordion-item {
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.faq-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.faq {
  padding: 50px 100px 100px;
}

.body {
  font-family: var(--primary-font);
  color: var(--textdark);
  font-size: 13px;
}

.faqheading {
  text-align: center;
}

.phonebuttonnav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  border-radius: 20px;
  justify-content: center;
  width: 250px;
  height: 50px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.phonebuttonnav:hover {
  background-color: var(--alt-color);
}

.phonenumbertextnav {
  font-family: var(--primary-font);
  color: var(--white-color);
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.callbuttonimagenav {
  align-self: center;
  height: 40px;
}

.heroctablock {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white-color);
  background-image: linear-gradient(180deg, var(--offwhite-color) 44%, #ebccb2);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  display: flex;
}

.heroctaheading {
  font-family: var(--primary-font);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.heroctatext {
  font-family: var(--primary-font);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.bold-text {
  font-size: .9rem;
  font-weight: 400;
  line-height: .9rem;
}

.error-message {
  z-index: 100;
  font-family: var(--primary-font);
  color: #fff;
  text-align: center;
  background-color: #cf3f3f;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
  position: static;
  top: 631.219px;
}

.field {
  background-color: var(--offwhite-color);
  height: auto;
  font-family: var(--primary-font);
  color: #333;
  text-align: left;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  padding: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  transition: border .2s ease-in;
}

.field:focus {
  border-color: var(--primary-color);
  color: #333;
  font-weight: 600;
}

.field.area {
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

.success-message {
  background-color: var(--primary-color);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 50px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.contactformsubmit {
  width: 50%;
  font-family: var(--primary-font);
  border-radius: 20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .2s;
  display: block;
}

.contactformsubmit:hover {
  background-color: var(--alt-color);
}

.certification-banner {
  background-color: #dfdfdf;
}

.certbannerdivtext {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  display: flex;
}

.certbannerwrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-15 {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-24 {
  background-color: var(--primary-color);
  width: 100%;
  height: 5px;
}

.mainheroctabutton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 110px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.mainheroctabutton:hover {
  background-color: var(--alt-color);
  box-shadow: 0 0 1px 5px var(--primary-color);
}

.mainheroctatext {
  font-family: var(--primary-font);
  color: var(--white-color);
  text-align: center;
  align-self: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 2rem;
}

.modal {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  cursor: pointer;
  background-color: #0000008c;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  inset: 0%;
}

.text-block-16 {
  font-family: var(--primary-font);
}

.logo {
  margin-bottom: 32px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.paragraph {
  max-width: 360px;
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 15px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-link-dark {
  font-family: var(--primary-font);
  color: var(--alt-color);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-rights {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-dark {
  font-family: var(--primary-font);
  color: var(--alt-color);
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-title {
  font-family: var(--primary-font);
  color: var(--primary-color);
  margin-bottom: 22px;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}

.div-block-27 {
  border-top: 2px solid var(--primary-color);
  background-color: var(--offwhite-color);
  padding: 30px;
}

.xactimate-logo {
  height: 42px;
}

.certbannerwrapper2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bbb-logo {
  height: 80px;
}

.docusketch-logo {
  height: 30px;
}

.icat-logo {
  height: 60px;
}

.iicrc-logo {
  height: 80px;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 200px;
  display: flex;
}

.core-section.clean, .core-section.catastrophe {
  background-color: #f2f2f2;
}

.core-section.catastrophe2 {
  display: none;
}

.core-commercial {
  background-image: linear-gradient(311deg, #34637a, var(--textdark) 82%);
}

.core-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.core-grid.right {
  grid-template-columns: 2fr 3fr;
}

.core-grid.left {
  grid-template-columns: 3fr 2fr;
}

.core-grid.commercial {
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
}

.learn-more-button {
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 20px;
  padding: 15px 60px;
  transition: background-color .2s;
}

.learn-more-button:hover {
  background-color: var(--alt-color);
}

.core-grid-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  display: flex;
}

.core-grid-content.commercial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 60px;
}

.core-grid-image {
  height: 100%;
  position: relative;
}

.heading-type1 {
  color: var(--alt-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 58px;
}

.text-span-5 {
  color: var(--primary-color);
  font-size: 80px;
  font-weight: 700;
}

.card-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.card-image {
  min-width: 60px;
  height: 50px;
}

.grid {
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr;
}

.green {
  color: #59b300;
  font-weight: 700;
}

.track {
  color: #ee4b4e;
  font-weight: 700;
}

.certified {
  color: #00469a;
  font-weight: 700;
}

.button-text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.image-1 {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.large-loss {
  color: #b00041;
  font-weight: 700;
}

.mobilization {
  color: #b35a00;
  font-weight: 700;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  padding: 15px 125px;
  display: flex;
}

.text-white {
  color: var(--white-color);
}

.clean-word {
  color: var(--primary-color);
  font-size: 128px;
  font-weight: 700;
  line-height: 106px;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.green-heading-left {
  color: var(--alt-color);
  font-size: 64px;
  font-weight: 500;
  line-height: 56px;
}

.impacttext {
  color: var(--primary-color);
  font-size: 80px;
  font-weight: 700;
}

.div-block-33 {
  background-color: #d9d9d9;
  width: 7px;
}

.green-heading-right {
  color: var(--textdark);
  font-size: 64px;
  font-weight: 500;
  line-height: 56px;
}

.impacttext2 {
  color: #59b300;
  -webkit-text-stroke-color: #59b300;
  font-size: 80px;
  font-weight: 700;
}

.div-block-34 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  padding: 50px;
  display: flex;
}

.text-block-17 {
  color: var(--textdark);
  font-size: 32px;
  font-weight: 700;
  line-height: 62px;
}

.text-block-18 {
  color: var(--textdark);
}

.clean-green {
  background-image: linear-gradient(90deg, #0000 60%, #59b300);
  border-top: 7px solid #59b300;
}

.clean-offering {
  border-top: 7px solid var(--alt-color);
  background-image: url('../images/van.webp'), linear-gradient(#f3e7dd, #0000 92%);
  background-position: 50% 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1650px, auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.offering-header {
  color: var(--textdark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 62px;
}

.div-block-35 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fbfbfb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 5px 3px #00000040;
}

.service-card-header {
  color: var(--alt-color);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.div-block-36 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bold-bullet {
  font-size: 16px;
  font-weight: 700;
}

.div-block-37 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.text-block-19 {
  color: var(--textdark);
  text-align: right;
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
}

.text-span-9 {
  color: var(--primary-color);
  font-size: 80px;
  font-weight: 700;
  line-height: 62px;
}

.text-block-20 {
  color: var(--textdark);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-39 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  padding-left: 150px;
  padding-right: 150px;
}

.grid-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1920px;
}

.commercial-grid-item {
  color: var(--white-color);
  text-align: center;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 110px 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 95%;
  display: flex;
}

.commercial-grid-item._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/warehouse.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.commercial-grid-item._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/office.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.commercial-grid-item._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hotel.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.commercial-grid-item._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hospital.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.commercial-grid-item._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mall.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.commercial-grid-item._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/school.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section {
  border-top: 4px solid var(--white-color);
  border-bottom: 4px solid var(--white-color);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/losangeles.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-42 {
  background-color: var(--textdark);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 5% 25%;
}

.text-block-21 {
  color: var(--white-color);
  text-align: center;
}

.bold-blue {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}

.text-yellow {
  color: var(--alt-color);
}

.capital-yellow {
  color: var(--alt-color);
  font-size: 16px;
  font-weight: 700;
}

.text-block-23 {
  color: var(--white-color);
  text-shadow: 4px 3px 6px #000;
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
}

.text-block-25 {
  background-color: var(--white-color);
  color: var(--alt-color);
  border-radius: 20px;
  padding: 13px 23px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.div-block-43 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 400px;
  padding-left: 40px;
  display: flex;
}

.text-field {
  background-color: #0000;
}

.div-block-44 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.text-field-2 {
  background-color: #0000;
}

.submit-button {
  background-color: var(--primary-color);
  border-radius: 20px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--alt-color);
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact-us-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.contact-us-section.contact-us {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/losangeles.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.error-message-2 {
  text-align: center;
  background-color: #ff6969;
  border-radius: 20px;
  font-weight: 700;
}

.success-message-2 {
  border-radius: 20px;
  font-weight: 700;
}

.text-block-26 {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.text-span-10 {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 700;
}

.text-block-27 {
  color: var(--primary-color);
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-48 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-50 {
  background-image: url('../images/Map2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.text-block-29 {
  color: var(--textdark);
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.icon {
  color: var(--textdark);
}

.utility-page-wrap {
  background-image: url('../images/van.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-direction: column;
  padding: 20px 40px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 80px;
}

.heading-3 {
  color: var(--primary-color);
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}

.text-block-30 {
  text-align: center;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
  padding-left: 150px;
  padding-right: 150px;
}

.div-block-52 {
  border: 3px solid var(--alt-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-block-31 {
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
}

.text-span-11 {
  color: var(--primary-color);
}

.text-block-32 {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-53 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.play-pause-button {
  width: 25px;
}

.slider {
  background-color: #0000;
}

.mask {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  width: 400px;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-2, .slide-3, .slide-4, .slide-5 {
  width: 300px;
  height: 300px;
}

.slide-nav {
  position: relative;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-bottom {
    background-color: #1a1a1a;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #1a1a1a;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fafafa;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_logo-link.w--current {
    width: 150px;
  }

  .menu-icon_line-top {
    background-color: #1a1a1a;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_component {
    border-bottom: 1px solid #e9e5e4;
    min-height: 4.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar_link {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .navbar_menu-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .navbar_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 0 solid #000;
    flex-flow: row;
    justify-content: space-between;
  }

  .hero.about-us {
    background-position: 50% 0;
  }

  .heroheading {
    font-size: 50px;
    line-height: 50px;
  }

  .heroheading.core-clean {
    font-size: 70px;
    line-height: 70px;
  }

  .mainherosubhead {
    font-size: 24px;
    line-height: 24px;
  }

  .paddingglobal {
    width: 90vw;
  }

  .paddingglobal.testimonialsection {
    width: 100vw;
    max-width: none;
  }

  .mainctabannerhead {
    font-size: 26px;
  }

  .phonebutton {
    width: 300px;
    min-width: 300px;
    height: 70px;
  }

  .phonenumbertext {
    font-size: 24px;
  }

  .image-2 {
    height: 40px;
  }

  .dropdown-list {
    font-size: 13px;
    line-height: 13px;
  }

  .accordion-toggle {
    white-space: normal;
    background-size: contain;
  }

  .faq {
    padding: 50px 0 20px;
  }

  .phonebuttonnav {
    width: 300px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .phonenumbertextnav {
    font-size: 24px;
  }

  .callbuttonimagenav {
    height: 40px;
  }

  .certbannerwrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .div-block-28 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .core-grid-content, .core-grid-content.commercial {
    padding-left: 0;
  }

  .core-grid-image.image-right {
    margin-right: -70px;
  }

  .core-grid-image.image-left {
    margin-left: -70px;
  }

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

  .div-block-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .clean-word {
    font-size: 80px;
    line-height: 40px;
  }

  .text-block-17 {
    line-height: 32px;
  }

  .offering-header {
    font-size: 70px;
  }

  .text-block-19 {
    font-size: 56px;
    line-height: 58px;
  }

  .text-span-9 {
    font-size: 60px;
    line-height: 52px;
  }

  .grid-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-25 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-26, .text-block-27 {
    text-align: center;
  }

  .div-block-49 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-50 {
    height: 500px;
  }

  .text-block-29 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .icon {
    padding-left: 15px;
  }

  .utility-page-wrap {
    height: 500px;
  }

  .dropdown {
    flex-flow: column;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2rem;
    display: inline-flex;
  }

  .dropdown-toggle {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 50px;
  }

  .grid-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-53 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider {
    height: 400px;
  }

  .mask {
    width: 85vw;
  }

  .slide {
    width: 50%;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .navbar_logo-link.w--current {
    width: 150px;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_logo {
    width: 300px;
  }

  .hero.about-us {
    background-position: 50% 0;
    height: 400px;
  }

  .heroheading {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .heroheading.core-clean {
    padding: 20px 30px;
    font-size: 60px;
    line-height: 40px;
  }

  .mainherosubhead {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 16px;
  }

  .mainherocatpanels {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image {
    height: 80px;
  }

  .mainherocatdiv {
    padding: 10px;
  }

  .heading {
    font-size: 20px;
  }

  .paddingglobal {
    width: 100vw;
  }

  .paddingglobal.gradient1 {
    background-image: linear-gradient(#f2f2f2, #fff 30%, #accede 75%);
    width: 100vw;
  }

  .mainctabannerhead {
    font-size: 16px;
    line-height: 100%;
  }

  .phonebutton {
    width: 200px;
    min-width: 200px;
    height: 40px;
  }

  .phonenumbertext {
    font-size: 16px;
  }

  .image-2 {
    height: 20px;
  }

  .dropdown-list {
    font-size: 12px;
  }

  .faq-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq {
    padding: 50px 0 20px;
  }

  .body {
    font-size: 12px;
  }

  .phonebuttonnav {
    width: 70vw;
    height: 80px;
  }

  .phonenumbertextnav {
    font-size: 30px;
  }

  .callbuttonimagenav {
    height: 80px;
  }

  .heroctablock {
    width: 90vw;
    height: 440px;
  }

  .error-message {
    width: 80vw;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .certbannerdivtext {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    width: 150px;
    min-width: 150px;
  }

  .certbannerwrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-14 {
    font-size: 26px;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .div-block-24 {
    width: 100%;
  }

  .mainheroctabutton {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mainheroctatext {
    font-size: 20px;
    line-height: 20px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

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

  .xactimate-logo {
    height: 30px;
  }

  .bbb-logo {
    height: 60px;
  }

  .docusketch-logo {
    height: 20px;
  }

  .icat-logo {
    height: 40px;
  }

  .iicrc-logo {
    height: 60px;
  }

  .core-section.catastrophe {
    display: none;
  }

  .core-section.catastrophe2 {
    display: block;
  }

  .core-grid.left {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .core-grid.commercial {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .core-grid-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
  }

  .core-grid-content.commercial {
    padding-right: 0;
  }

  .core-grid-image.image-right {
    margin-right: 0;
  }

  .heading-type1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .text-span-5 {
    font-size: 60px;
    line-height: 40px;
  }

  .card-heading {
    font-size: 20px;
  }

  .button-text {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clean-word {
    font-size: 70px;
    line-height: 70px;
  }

  .div-block-32 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .green-heading-left {
    font-size: 30px;
    line-height: 30px;
  }

  .impacttext {
    font-size: 40px;
  }

  .div-block-33 {
    width: 5px;
  }

  .green-heading-right {
    font-size: 30px;
    line-height: 30px;
  }

  .impacttext2 {
    font-size: 40px;
  }

  .clean-offering {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .offering-header {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-37 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-19 {
    width: 300px;
  }

  .grid-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-block-23 {
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-25 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-43 {
    justify-content: flex-end;
    align-items: center;
    padding-top: 230px;
    padding-left: 0;
  }

  .submit-button {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-47 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-26 {
    font-size: 16px;
  }

  .text-span-10 {
    font-size: 26px;
  }

  .text-block-27 {
    font-size: 60px;
  }

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

  .div-block-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: 560px;
  }

  .container-3 {
    width: 90vw;
  }

  .div-block-51 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-28 {
    max-width: 550px;
  }

  .image-4 {
    height: 60px;
  }

  .utility-page-wrap {
    height: 400px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 50px;
  }

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

  .text-block-31, .text-block-32 {
    font-size: 14px;
  }

  .div-block-53 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider {
    height: 300px;
  }

  .mask {
    width: 80vw;
  }

  .slide {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .navbar_logo-link.w--current {
    width: 150px;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-icon {
    width: 3rem;
    height: 3rem;
  }

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

  .navbar_logo {
    width: 60vw;
  }

  .hero {
    padding-bottom: 20px;
  }

  .hero.about-us {
    height: 300px;
  }

  .heroheading {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 30px;
    line-height: 30px;
  }

  .heroheading.core-clean {
    font-size: 30px;
    line-height: 30px;
  }

  .mainherosubhead {
    font-size: 16px;
    line-height: 16px;
  }

  .image {
    height: 50px;
  }

  .mainherocatdiv {
    width: 100px;
    min-width: 100px;
  }

  .heading {
    font-size: 12px;
  }

  .paddingglobal {
    width: 100vw;
  }

  .paddingglobal.gradient1 {
    background-image: linear-gradient(#f2f2f2, #fff 40%, #accede 82%);
    width: 100vw;
  }

  .paddingglobal.gradient2 {
    width: 100vw;
  }

  .mainctabannerhead {
    font-size: 12px;
  }

  .mainherocatagories {
    margin-top: 40px;
  }

  .phonebutton {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 150px;
    min-width: 150px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .phonenumbertext {
    font-size: 12px;
  }

  .image-2 {
    height: 20px;
    color: var(--black);
  }

  .dropdown-list {
    padding: 12px;
    font-size: 10px;
  }

  .accordion-toggle {
    text-shadow: 1px 1px 2px #fff;
    white-space: normal;
    background-position: 125%;
    font-size: 14px;
    line-height: 14px;
  }

  .faq-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq {
    padding: 50px 0 20px;
  }

  .body {
    font-size: 10px;
    line-height: 12px;
  }

  .phonebuttonnav {
    padding: 10px 15px;
  }

  .phonenumbertextnav {
    color: var(--white-color);
    font-size: 24px;
  }

  .callbuttonimagenav {
    height: 50px;
    color: var(--black);
  }

  .heroctablock {
    height: auto;
  }

  .form-wrapper {
    padding: 0;
  }

  .success-message {
    padding: 20px;
  }

  .certification-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .certbannerdivtext {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100px;
    min-width: 100px;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .text-block-15 {
    width: 100px;
    font-size: 10px;
  }

  .div-block-24 {
    height: 3px;
  }

  .mainheroctabutton {
    padding: 15px 20px;
  }

  .mainheroctatext {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-16 {
    font-size: 1em;
    line-height: 1em;
  }

  .footer-bottom {
    text-align: center;
  }

  .paragraph {
    font-size: 10px;
    line-height: 10px;
  }

  .secondary-link-dark {
    margin-right: 32px;
    font-size: 10px;
    line-height: 10px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .footer-link-dark {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .xactimate-logo {
    height: 20px;
  }

  .certbannerwrapper2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    max-width: none;
  }

  .bbb-logo {
    height: 40px;
  }

  .docusketch-logo {
    height: 15px;
  }

  .icat-logo {
    height: 30px;
  }

  .iicrc-logo {
    height: 40px;
  }

  .div-block-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .core-grid.right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .core-grid.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .core-grid.commercial {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .core-grid.commercial-page {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .core-grid-content {
    padding: 20px 15px;
  }

  .core-grid-image.image-left {
    margin-left: 0;
  }

  .heading-type1 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-span-5 {
    font-size: 30px;
    line-height: 30px;
  }

  .button-text {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clean-word {
    font-size: 40px;
    line-height: 30px;
  }

  .div-block-32 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .green-heading-left {
    font-size: 20px;
    line-height: 20px;
  }

  .impacttext {
    font-size: 26px;
  }

  .div-block-33 {
    width: 3px;
  }

  .green-heading-right {
    font-size: 20px;
    line-height: 20px;
  }

  .impacttext2 {
    font-size: 26px;
  }

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

  .text-block-17 {
    font-size: 20px;
    line-height: 20px;
  }

  .clean-green {
    border-top-width: 5px;
  }

  .clean-offering {
    border-top-width: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .offering-header {
    font-size: 30px;
    line-height: 30px;
  }

  .service-card-header {
    font-size: 20px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-36 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-bullet {
    font-size: 12px;
  }

  .div-block-37 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-38 {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-19 {
    width: 250px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-9 {
    font-size: 50px;
    line-height: 30px;
  }

  .text-block-20 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-39 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .commercial-grid-item._1, .commercial-grid-item._2, .commercial-grid-item._3, .commercial-grid-item._4, .commercial-grid-item._5, .commercial-grid-item._6 {
    padding: 50px 5px;
    font-size: 16px;
  }

  .text-block-23 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-25 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-43 {
    padding-top: 170px;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .text-span-10 {
    font-size: 20px;
  }

  .text-block-27 {
    font-size: 40px;
  }

  .div-block-50 {
    height: 300px;
  }

  .image-3 {
    height: 70px;
  }

  .image-4 {
    height: 40px;
  }

  .utility-page-wrap {
    height: 300px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-30 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-31, .text-block-32 {
    font-size: 12px;
  }

  .div-block-53 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5, .image-6 {
    width: 15px;
  }
}

#w-node-d1ea9f9c-6343-f202-4484-7232055ad577-323f2423, #w-node-_0c8b5623-3919-3a6a-1140-7ed52be2111d-00398e4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_202e14b0-a9ae-8e50-3c34-d853ee087397-e758da8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ea9f9c-6343-f202-4484-7232055ad577-323f2423 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1ea9f9c-6343-f202-4484-7232055ad577-323f2423 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}



/* Site behaviors (replaces the exported runtime) */
.js .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}

.js .fade-in.visible {
  opacity: 1;
  transform: none;
}

.js span.fade-in {
  display: inline-block;
}

.modal.open {
  display: flex;
}

.accordion-item {
  transition: height .3s ease;
}

.accordion-icon {
  transition: transform .3s ease;
}

.accordion-item.open .accordion-icon {
  transform: rotate(180deg);
}

.slide {
  transition: transform .5s ease;
}

@media (prefers-reduced-motion: reduce) {
  .js .fade-in, .accordion-item, .accordion-icon, .slide {
    transition: none;
  }

  .js .fade-in {
    opacity: 1;
    transform: none;
  }
}
