:root {
  --white: white;
  --steel-blue-2: #1c8eb1e6;
  --dark-slate-grey: #27353a;
  --yellow-green: #a0ce5e;
  --cadet-blue: #3bafba;
  --steel-blue: #1c8eb1;
  --white-smoke: #f8f8f8;
  --dim-grey: #677377;
  --gainsboro: #d8d8d8;
  --lime-green: #6fbe4f;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

a {
  text-decoration: underline;
}

.navbar {
  background-color: #27353a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  margin-left: 0;
}

.nav-links {
  float: right;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 25px;
  padding-top: 0;
  padding-right: 0;
  font-size: 19px;
  display: block;
}

.nav-links.footer {
  float: none;
  flex-flow: column wrap;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link-4.footer {
  font-size: 20px;
}

.nav-link-4.footer._2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link-text {
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.nav-link-text.footer {
  opacity: .8;
  color: var(--white);
  text-align: left;
  object-fit: fill;
  margin-top: 2px;
  margin-right: 0;
  font-size: 10px;
  font-weight: 600;
}

.nav-link-text.footer-copy {
  opacity: .8;
  color: #27353a;
  text-align: right;
  object-fit: fill;
  margin-right: 0;
  font-size: 12px;
  font-weight: 600;
}

.hover-line {
  background-color: #121212;
  width: 50%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-line.nav-link-line {
  color: #fff;
  background-color: #fff;
}

.hover-line.nav-link-line.dark {
  opacity: .37;
  background-color: #27353a;
}

.section {
  height: 500px;
  margin-top: 116px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.slider {
  height: 500px;
}

.slide-4 {
  background-image: url('../images/Disinfecting-Baseball-Stadiums.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-hero {
  background-color: var(--steel-blue-2);
  border-radius: 5px;
  width: 700px;
  height: 320px;
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  position: static;
  top: 83px;
  left: 125px;
}

.div-block-hero.mission {
  background-color: var(--steel-blue-2);
  height: auto;
  margin-top: 71px;
  position: relative;
  top: 115px;
  left: 0;
}

.div-block-hero.media {
  width: 600px;
  height: 300px;
  margin-top: 50px;
}

.div-block-hero.technology {
  height: auto;
  margin-top: 79px;
  padding-top: 22px;
}

.div-block-hero.industries {
  height: 275px;
  position: relative;
  top: 112px;
  left: 2px;
}

.div-block-hero._2, .div-block-hero.b {
  height: 300px;
}

.div-block-hero.partner {
  margin-top: 20px;
}

.div-block-hero.careers {
  height: auto;
  margin-top: 35px;
  padding-top: 22px;
}

.div-block-hero.sustainability {
  margin-top: 40px;
}

.heading-hero {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.heading-hero.mission {
  font-size: 38px;
}

.heading-hero.media {
  margin-top: 0;
  padding-top: 22px;
}

.heading-hero.technology {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.heading-hero.dark {
  color: var(--dark-slate-grey);
}

.heading-hero.sustaun {
  margin-top: 30px;
}

.paragraph-hero {
  color: var(--white);
  text-align: center;
  padding-left: 46px;
  padding-right: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-hero.mission {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button {
  background-color: var(--yellow-green);
  text-align: center;
  border-radius: 4px;
  width: 30%;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button-2 {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  width: 300px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.div-block-2 {
  flex-direction: column;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  text-align: center;
  text-transform: none;
  padding-left: 164px;
  padding-right: 164px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.columns {
  padding-left: 77px;
  padding-right: 77px;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.summary-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.summary-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #1d1d1f1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 1vw;
  padding-left: 0;
  display: grid;
}

.small-icon {
  filter: contrast(0%) brightness(200%);
  height: 1.25vw;
}

.large-paragraph {
  letter-spacing: -.05vw;
  font-size: 1.5vw;
}

.large-paragraph.bold {
  direction: ltr;
  text-align: left;
  text-transform: capitalize;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  height: 50px;
  margin-top: 13px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.large-paragraph.bold._1 {
  margin-top: 14px;
}

.medium-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 1.25vw;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.columns-2 {
  padding-left: 26px;
  padding-right: 26px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.section-3 {
  background-color: var(--cadet-blue);
  padding-top: 31px;
  padding-bottom: 31px;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.columns-3 {
  padding-left: 187px;
  padding-right: 186px;
}

.heading-4 {
  color: var(--steel-blue);
  text-transform: none;
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 172px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.section-4 {
  background-color: var(--white-smoke);
  padding-top: 70px;
  padding-bottom: 70px;
}

.button-3 {
  background-color: var(--cadet-blue);
  border-radius: 4px;
  margin-top: 0;
  padding: 14px 62px;
  font-family: Montserrat, sans-serif;
}

.button-3.home.right {
  background-color: var(--cadet-blue);
  margin-left: 80px;
}

.background-video-2 {
  z-index: 300;
  object-fit: fill;
  width: 650px;
  height: 400px;
  left: 8px;
}

.columns-4 {
  margin-top: 46px;
  padding-left: 139px;
  padding-right: 139px;
}

.text-block-2 {
  text-align: left;
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-5 {
  text-align: center;
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 22px;
  display: block;
}

.image-5, .image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-2 {
  background-color: #0000;
  height: 100px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.clients {
  height: auto;
  min-height: 450px;
  padding: 18px;
  transition: all .5s;
  box-shadow: 1px 1px 20px -8px #0000004a;
}

.clients:hover {
  background-color: #0000;
  transform: translate(0, -24px);
  box-shadow: 1px 10px 20px -2px #0000004a;
}

.clients.purchase {
  background-color: var(--white);
  height: auto;
  margin-left: 50px;
  margin-right: 50px;
}

.heading-6 {
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-3 {
  text-align: center;
  text-transform: none;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.features-link {
  color: var(--cadet-blue);
  text-align: center;
  justify-content: center;
  margin-top: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .35s, color .35s;
  display: flex;
}

.mg-right-16px {
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
}

.link-12 {
  color: var(--steel-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  display: block;
}

.link-arrow {
  filter: hue-rotate(343deg);
  color: var(--cadet-blue);
}

.columns-5 {
  margin-left: 33px;
  margin-right: 33px;
}

.button-4 {
  background-color: var(--cadet-blue);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.section-6 {
  border-top: 20px solid var(--cadet-blue);
  border-bottom: 20px solid var(--cadet-blue);
  padding-top: 46px;
  padding-bottom: 46px;
}

.heading-7, .paragraph-2 {
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
}

.column {
  border-right: 1px solid #ebebeb;
}

.heading-primary-5 {
  color: #27353a;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  max-width: 1000px;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.heading-primary-5.h3-centre {
  float: none;
  text-align: center;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: block;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 95px;
  display: flex;
}

.arrow-image-mobile {
  display: none;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f8f8f8;
  background-image: url('../images/Cleaning-Solutions-for-the-enrironment.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  height: auto;
  max-height: 100vh;
  padding: 27px 5% 81px;
  display: flex;
}

.title-4 {
  color: #3bafba;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.title-4.center {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.counterup {
  color: #27353a;
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 52px;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.arrow-image-mobile-02 {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.title-capped {
  color: #3bafba;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.circle-div {
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 275px;
  max-width: 250px;
  height: 100%;
  min-height: 275px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.footer-social-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 41px;
  display: flex;
}

.social-link-2 {
  justify-content: center;
  align-items: center;
  width: 10070px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.image-7 {
  opacity: 1;
  filter: brightness(84%);
  margin-top: 9px;
}

.image-7.insta {
  margin-top: 13px;
}

.html-embed {
  margin-top: 10px;
}

.text-block-7 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.image-8 {
  opacity: .81;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8.abc {
  margin-top: 5px;
}

.div-block-3 {
  text-align: center;
  background-color: #27353a;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
}

.div-block-3.smoke {
  background-color: #fff;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
}

.html-embed-2 {
  margin-top: 10px;
  padding-bottom: 0;
}

.paragraph-3 {
  color: #3f3e3e;
  text-align: left;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-3.center {
  text-align: left;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.columns-6 {
  padding-top: 56px;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 54px;
  display: block;
}

.content-title {
  color: #27353a;
  margin-top: 7px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 22px;
}

.content-icon {
  background-color: #c9c9c96b;
  border: 1px #0000001f;
  border-radius: 20px;
  width: 50px;
  margin-right: 15px;
  padding: 11px;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.columns-7 {
  z-index: 200;
  margin-left: 159px;
  margin-right: 159px;
  display: block;
  position: static;
  top: 0;
}

.section-12 {
  background-image: url('../images/World_Map.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 89px;
  padding-bottom: 193px;
}

.paragraph-5 {
  color: #546681;
  max-width: 490px;
  padding-left: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph-5.center {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.paragraph-5.right {
  padding-left: 80px;
}

.white-link-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer-credits {
  float: none;
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.footer-credits.myt {
  opacity: 1;
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
}

.button-arrow-wrap {
  z-index: 0;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  right: .375vw;
}

.white-underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.white-underline.dark {
  background-color: #27353a;
}

.footer-wrapper-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-arrow {
  width: 1.625vw;
}

.white-footer-link {
  color: #27353a;
  font-size: 15px;
  text-decoration: none;
  transition: color .3s;
}

.white-footer-link:hover {
  color: var(--cadet-blue);
}

.button-5 {
  color: #1d1d1f;
  background-color: #f0f2f4;
  border-radius: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 4vw;
  padding-left: 3vw;
  padding-right: 5vw;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-5:hover {
  color: #1d1d1f;
}

.button-5.black {
  background-color: var(--cadet-blue);
  color: #fff;
}

.button-5.footer {
  flex-direction: row;
  margin-top: 0;
  display: none;
}

.footer-link-span {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.25;
  transition: color .3s;
  display: inline;
}

.footer-link-span:hover {
  color: #007aff;
}

.footer-social-wrapper-2 {
  opacity: .43;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.h4-title {
  color: #27353a;
  font-size: 2.25vw;
  font-weight: 500;
}

.footer-logo-2 {
  flex: none;
  width: auto;
  height: auto;
  display: block;
}

.link-3 {
  float: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
}

.link-3.epa {
  float: none;
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  display: block;
}

.button-text {
  z-index: 1;
  opacity: 1;
  font-size: 1.25vw;
  position: relative;
}

.button-text.footer {
  opacity: .69;
}

.section-11 {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  margin-top: 0;
  padding: 3vw 5vw;
  display: block;
}

.footer-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

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

.social-link-3 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 20px;
  padding: 0 10px 10px;
  display: flex;
}

.footer-bottom-wrap {
  border-bottom: 1px #fff3;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.button-arrow-circle {
  background-color: #fff;
  border-radius: 3.25vw;
  justify-content: flex-end;
  align-items: center;
  width: 3.25vw;
  height: 3.25vw;
  margin-left: .8125vw;
  padding-right: .75vw;
  display: flex;
}

.cards-section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-top {
  font-family: Montserrat, sans-serif;
}

.text-span-4 {
  font-weight: 300;
  line-height: 50px;
}

.h1-title.center._2vw-margin {
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.sticky-card {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  background-color: #f0f2f4;
  grid-template-rows: auto;
  grid-template-columns: 3fr 7fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10vw;
  padding: 5vw;
  display: grid;
  position: sticky;
  top: 5vh;
}

.sticky-card._1 {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  border: 1px solid #3bafba30;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  grid-auto-columns: 1fr;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: grid;
  box-shadow: 0 20px 14px -20px #000;
}

.sticky-card._2 {
  border: 1px solid #3bafba30;
  border-radius: 6px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  top: 7vh;
  box-shadow: -1px 20px 14px -20px #000;
}

.sticky-card._3 {
  border: 1px solid #3bafba30;
  border-radius: 6px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  top: 3vh;
  box-shadow: 0 20px 14px -20px #000;
}

.text-span-3 {
  font-weight: 300;
  text-decoration: none;
}

.background-video-5 {
  border-radius: 6px;
  flex: none;
  width: 100%;
  height: 100%;
}

.card-left {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.background-video-6 {
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 100%;
}

._100-width {
  width: 100%;
}

._100-width.bigger {
  padding-top: 81px;
}

.h2-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.points-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  text-align: center;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.sticky-cards-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 10%;
}

.button-6 {
  float: none;
  text-align: center;
  text-shadow: 1px 1px 2px #000000d1;
  background-color: #3bafba;
  border: 4px #3bafba;
  padding: 12px 33px;
  box-shadow: 1px 9px 20px -6px #00000087;
}

.button-6._900, .button-6._600, .button-6._1200 {
  font-size: 16px;
}

.sticky-cards-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.section-10 {
  padding: 5vw;
  position: relative;
}

.section-10.no-bottom-margin {
  padding-bottom: 0;
}

.card-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 30px;
  font-weight: 300;
}

.slide-1 {
  background-image: url('../images/Building-Cleaning-Solutions.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 24px;
}

.section-13 {
  border-top: 10px none var(--cadet-blue);
  padding-top: 72px;
  padding-bottom: 72px;
}

.heading-8 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form-block {
  background-color: var(--white-smoke);
  border-radius: 3px;
  width: 350px;
  margin: 45px auto 81px;
  padding: 63px;
  font-family: Montserrat, sans-serif;
  box-shadow: 1px 1px 20px #00000021;
}

.field-label, .field-label-2 {
  font-weight: 600;
}

.submit-button {
  background-color: var(--cadet-blue);
  border-radius: 4px;
}

.list-item {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.list-item-2, .list-item-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11 {
  float: none;
  clear: left;
  border-top: 1px none var(--cadet-blue);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-8 {
  margin-left: 141px;
  margin-right: 141px;
}

.text-field, .text-field-2 {
  border-radius: 3px;
}

.text-field-3, .text-field-4 {
  border-radius: 4px;
}

.list {
  text-align: center;
}

.text-block-8 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.text-block-9 {
  font-size: 30px;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 46px;
  padding: 0 104px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-9 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 51px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-9.sustainability {
  margin-bottom: 10px;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-14 {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 88px;
}

.section-15 {
  padding: 91px 195px;
}

.heading-10 {
  text-transform: capitalize;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
}

.video-2 {
  border-radius: 0;
  margin-top: 10px;
}

.field-label-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.h5-title._2vw-margin {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-field-5 {
  border-radius: 9px;
  margin-bottom: 30px;
}

.text-field-6 {
  border-radius: 10px;
  margin-bottom: 30px;
}

.form-block-2 {
  background-color: #1d1d1f05;
  border-radius: 9px;
  margin-top: 0;
  margin-left: 57px;
  margin-right: 57px;
  padding: 26px 26px 58px;
  box-shadow: 0 0 13px #00000052;
}

.slide-3 {
  background-image: url('../images/Cleaning-Restaurants.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-14 {
  float: none;
  opacity: 1;
  filter: saturate(200%);
  margin-top: 12px;
  padding-right: 0;
}

.image-15 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video-7 {
  z-index: 20;
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-video-8 {
  z-index: 200;
  width: 100%;
}

.section-16 {
  padding-top: 57px;
  padding-bottom: 57px;
}

.column-2 {
  display: flex;
}

.image-16 {
  width: 200px;
  max-width: 100%;
  height: 100px;
  max-height: 100%;
  display: block;
}

.image-17 {
  opacity: 1;
  object-fit: fill;
  width: 250px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 34px;
  display: block;
}

.slide-2 {
  background-image: url('../images/Disinfecting-Hospital-Beds.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Disinfecting-Gym-Equipment.jpg');
  background-position: 50% 5%;
  background-size: 100%;
}

.submit-button-2 {
  background-color: var(--cadet-blue);
  border-radius: 4px;
}

.form-block-3 {
  background-color: var(--white-smoke);
  margin-top: 18px;
  margin-left: 270px;
  margin-right: 270px;
  padding: 35px 35px 35px 34px;
}

.form-block-3.buy {
  background-color: var(--white);
  margin: 0;
  padding: 0;
}

.container-3 {
  z-index: 3;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-5 {
  background-color: #3bafba;
  width: 500px;
  height: 300px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10 {
  float: right;
}

.paragraph-11 {
  float: right;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
}

.form-block-4 {
  margin-left: auto;
  margin-right: auto;
  padding: 46px 115px;
}

.html-embed-3 {
  float: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-17 {
  background-color: #27353a;
  height: auto;
}

.html-embed-4 {
  text-align: center;
  margin-top: -54px;
  margin-left: auto;
  margin-right: auto;
  padding: 165px;
}

.heading-11 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-11 {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-12 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 47px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-block-5 {
  margin-top: 86px;
  margin-bottom: 140px;
  padding-left: 298px;
  padding-right: 298px;
}

.form {
  background-color: var(--cadet-blue);
  box-shadow: 0 0 0 7px var(--white-smoke);
  border-radius: 4px;
  padding: 51px 48px;
}

.submit-button-3 {
  background-color: var(--yellow-green);
  border-radius: 3px;
  margin-top: 18px;
  box-shadow: 1px 1px 20px 4px #00000047;
}

.field-label-4 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.field-label-5 {
  color: var(--white-smoke);
  font-family: Montserrat, sans-serif;
}

.heading-12 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-13 {
  color: var(--white-smoke);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.container-4 {
  margin-top: -124px;
}

.text-block-14 {
  color: var(--white-smoke);
  margin-top: 59px;
  margin-bottom: 65px;
  font-family: Montserrat, sans-serif;
}

.container-5 {
  flex-direction: column;
  display: block;
}

.image-18 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  display: block;
  position: static;
  top: 68px;
  left: 118px;
}

.bold-text {
  text-align: center;
}

.submit-button-4, .submit-button-5 {
  background-color: var(--cadet-blue);
  border-radius: 4px;
}

.bold-text-2 {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.section-18 {
  background-image: url('../images/Disinfecting-Water.png');
  background-position: 50% 70%;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  margin-top: 119px;
  padding-top: 33px;
  padding-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-heading {
  color: #000;
  text-align: center;
  margin-top: 49px;
  margin-bottom: 41px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hero-heading.w {
  color: var(--white-smoke);
  font-weight: 400;
}

.hero-heading.w.partner {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.hero-heading.w.cap {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.text-block-15 {
  color: #000;
  text-align: center;
  padding: 0 49px 0 47px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

.button-7 {
  background-color: var(--yellow-green);
  text-align: center;
  border-radius: 4px;
  width: 30%;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button-7.tech {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}

.button-7.tech.blue {
  background-color: var(--cadet-blue);
  margin-top: 65px;
}

.button-7.indus {
  width: 60%;
}

.container-6 {
  background-color: var(--steel-blue-2);
  margin-top: 72px;
  padding: 16px;
}

.container-6.c {
  margin-top: 0;
}

.container-6.tech {
  background-color: #0000;
}

.section-19 {
  background-color: var(--white-smoke);
  padding-top: 63px;
  padding-bottom: 63px;
}

.heading-14 {
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-16 {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image-19 {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-9 {
  margin-top: 43px;
}

.columns-10 {
  flex-direction: column;
  align-items: center;
  margin-top: 66px;
  display: flex;
}

.text-block-17 {
  text-align: center;
  margin-top: 96px;
  font-family: Montserrat, sans-serif;
}

.section-20 {
  padding-top: 61px;
  padding-bottom: 61px;
}

.section-21 {
  height: 300px;
  margin-top: 74px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.heading-15 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-18 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button-8 {
  background-color: var(--cadet-blue);
  text-align: center;
  border-radius: 4px;
  width: 30%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.the-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.a-block {
  background-color: #dededeb8;
  border-radius: 6px;
  flex: none;
  width: 300px;
  height: 40vh;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 0 100px 8px #cd2bb140;
}

.gradient {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
}

.the-sticky-div {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.the-sticky-div-title {
  z-index: 300;
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3498db00;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-span-2 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.the-height-400vh-section {
  background-color: #fff;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-top: 72px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.night-sky-fixed-background {
  z-index: 100;
  background-color: var(--white);
  opacity: 1;
  background-image: none;
  width: 800vh;
  height: 100%;
  position: absolute;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

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

.heading-16 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.sticky-container {
  flex-direction: row;
  width: 100%;
  height: 600vw;
  margin-top: -93px;
  display: flex;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.scroll-inner {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  margin-left: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-22 {
  height: 300px;
  margin-top: 73px;
  padding-top: 41px;
  padding-bottom: 41px;
}

.heading-17 {
  text-align: center;
  text-transform: capitalize;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-19 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-9 {
  background-color: var(--cadet-blue);
  text-align: center;
  border-radius: 4px;
  width: 30%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.section-23 {
  margin-top: 80px;
}

.container-7 {
  position: sticky;
  top: 83px;
}

.bold-text-3 {
  font-weight: 500;
}

.button-10 {
  background-color: var(--cadet-blue);
  border-radius: 5px;
  margin-top: 23px;
}

.button-10.center {
  text-align: center;
  width: 60%;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-4 {
  font-weight: 500;
}

.section-24 {
  padding-top: 124px;
  padding-bottom: 124px;
}

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

.text-block-20 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.form-block-6 {
  padding: 44px;
}

.heading-18 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-block-21 {
  text-align: center;
  margin-top: 47px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.form-block-7 {
  z-index: 300;
  padding: 27px;
  position: relative;
}

.submit-button-6 {
  background-color: var(--cadet-blue);
  border-radius: 4px;
}

.hero-media {
  background-image: url('../images/Disinfecting-Wallpaper.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  margin-top: 119px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.html-embed-5 {
  margin-left: auto;
  margin-right: auto;
  padding: 211px 373px 373px;
  position: relative;
  top: -187px;
}

.heading-19 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-row-gap: 51px;
  grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  height: 1050px;
  padding-top: 10px;
}

.section-27 {
  height: auto;
  margin-top: -338px;
  padding-top: 0;
  display: block;
  position: relative;
}

.image-20 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
}

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

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

.text-block-22 {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.text-span-7 {
  font-weight: 600;
}

.text-block-23 {
  font-family: Montserrat, sans-serif;
}

.section-28 {
  background-image: url('../images/Safe-Flower-Cleaning.jpeg');
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
  margin-top: 119px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-8 {
  background-image: linear-gradient(to bottom, var(--steel-blue-2), var(--steel-blue-2));
  margin-top: 0;
  position: relative;
  top: 120px;
}

.section-29 {
  margin-top: 75px;
  padding-top: 67px;
  padding-bottom: 67px;
}

.section-29.message {
  margin-top: 0;
  padding-top: 80px;
}

.text-block-24 {
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-24.mission {
  text-align: left;
}

.paragraph-13 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-13.mission {
  text-align: left;
}

.paragraph-14 {
  background-color: var(--white-smoke);
  text-align: left;
  padding: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  box-shadow: 1px 1px 20px 20px #00000014;
}

.image-21 {
  float: none;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-15 {
  text-align: center;
}

.body {
  object-fit: contain;
}

.html-embed-6, .html-embed-6-copy {
  object-fit: fill;
  background-color: #0000;
  height: 1000px;
}

.heading-20 {
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-16 {
  color: var(--steel-blue);
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.link-13 {
  color: var(--white-smoke);
  text-decoration: none;
}

.nav-link-text-copy {
  margin-right: -3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.nav-link-text-copy.footer {
  opacity: .8;
  color: #27353a;
  text-align: right;
  object-fit: fill;
  margin-right: 0;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-text-copy.footer-copy {
  opacity: .8;
  color: #fff;
  text-align: center;
  object-fit: fill;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.heading-21 {
  background-color: #0000;
  margin-top: 0;
}

.industries-hero {
  background-image: url('../images/Disinfecting-Hospitals.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  margin-top: 119px;
  padding-top: 0;
}

.building-services {
  background-color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 68px;
  padding-bottom: 68px;
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
}

.heading-22 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-26.extended {
  padding-top: 0;
}

.div-block-dark {
  background-color: var(--white-smoke);
  border-radius: 3px;
  margin-top: 36px;
  padding: 17px;
}

.div-block-dark.extended {
  background-color: var(--white);
}

.image-22 {
  float: none;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-27 {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
}

.columns-11, .columns-12, .columns-13 {
  margin-top: 10px;
}

.government {
  padding-top: 68px;
  padding-bottom: 68px;
}

.image-23, .image-24 {
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-25 {
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.image-26 {
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-7 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-29 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-30 {
  margin-top: 45px;
  font-family: Montserrat, sans-serif;
}

.heading-23 {
  text-align: center;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-30 {
  margin-top: 72px;
}

.heading-24 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-31 {
  background-image: url('../images/Safely-Disinfect-Plants.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-top: 119px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.section-31.partner {
  background-image: url('../images/Safely-Disinfecting-Hands-and-Soil.png');
  height: 500px;
  margin-top: 119px;
}

.container-9 {
  padding-top: 0;
}

.html-embed-8 {
  margin-top: -73px;
  padding-top: 0;
}

.text-block-31, .text-block-32 {
  font-size: 1.5vw;
}

.text-block-33 {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vw;
  display: block;
}

.text-block-34, .text-block-35 {
  font-size: 1.5vw;
}

.text-block-36 {
  text-align: center;
  margin-top: 14px;
  font-size: 1.5vw;
}

.text-block-37, .text-block-38 {
  font-size: 1.5vw;
}

.column-6 {
  margin-top: 0;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slider-3 {
  background-color: #0000;
  border-top-left-radius: 10px;
  height: 350px;
}

.div-block-7 {
  background-color: var(--steel-blue-2);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  top: 27px;
}

.div-block-7.building {
  top: 16px;
}

.div-block-7.food {
  padding: 15px 22px;
  top: 4px;
}

.div-block-7.education {
  padding: 14px 7px;
  top: 7px;
}

.div-block-7.athletics {
  top: 13px;
}

.div-block-7.hospitality {
  padding: 15px 8px;
  top: 20px;
}

.div-block-7.transportation {
  padding-top: 7px;
  padding-bottom: 7px;
  top: 15px;
}

.slide-6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.div-block-8 {
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  box-shadow: 0 -1px 3px #00000029;
}

.text-block-39 {
  text-align: center;
  margin-bottom: 27px;
  padding-top: 58px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-17 {
  text-align: center;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.image-27 {
  filter: invert(83%);
  mix-blend-mode: lighten;
}

.image-27.in {
  margin-top: 12px;
}

.columns-14 {
  height: 350px;
  padding-top: 20px;
}

.column-7, .column-8 {
  height: 350px;
}

.heading-25 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.button-11 {
  width: 100%;
}

.slide-7 {
  background-image: none;
  background-position: 50% 60%;
  background-size: cover;
}

.bold-text-5 {
  font-weight: 500;
}

.slide-8, .slide-9 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.slide-11, .slide-12 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.icon, .icon-2, .slide-nav-3 {
  display: none;
}

.slide-13 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.mask {
  border-radius: 5px 5px 0 0;
}

.media__grid-portrait {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100px;
  margin-right: 16px;
}

.media__grid-portrait.tall {
  object-fit: fill;
  height: 137px;
}

.media__grid-portrait.mid {
  height: 130px;
}

.media__grid-block {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: block;
  overflow: visible;
}

.media__grid-block.grey {
  background-color: var(--white-smoke);
  box-shadow: none;
  min-height: 400px;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.masonry__grid-nav, .masonry__grid-arrow {
  display: none;
}

.media__grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 1220px;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.masonry__grid-signature {
  align-items: center;
  display: flex;
}

.masonry__grid-quote {
  object-fit: fill;
  border-left-style: none;
  border-left-width: 0;
  max-height: 140px;
  margin-top: 18px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.masonry__grid-slide {
  margin-bottom: 20px;
}

.masonry__grid-job-title {
  color: #6b6b6b;
  letter-spacing: .125px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.masonry__grid-person {
  color: #222;
  font-weight: 600;
  line-height: 21px;
}

.media__grid-mask {
  column-count: 4;
  white-space: normal;
  column-gap: 20px;
}

.text-block-40 {
  text-transform: uppercase;
  margin-top: 18px;
  font-style: italic;
  font-weight: 700;
}

.div-block-9 {
  font-family: Montserrat, sans-serif;
}

.columns-15 {
  padding-left: 30px;
  padding-right: 30px;
}

.image-28 {
  text-align: center;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-29 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-30 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.paragraph-18 {
  text-align: center;
  margin-bottom: 57px;
  padding-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-41 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 90px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.text-block-41.green {
  color: var(--yellow-green);
}

.section-32 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-33 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tk60 {
  background-color: #0000;
  height: 500px;
  margin-top: 119px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-31 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-26 {
  color: var(--cadet-blue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-6 {
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-19 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.columns-16 {
  margin-top: 30px;
}

.section-34 {
  background-color: var(--white-smoke);
  height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-32 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-17 {
  margin-top: 75px;
}

.section-35 {
  height: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.heading-27 {
  color: var(--cadet-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-20 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-36 {
  background-color: var(--white-smoke);
  height: auto;
  padding-top: 29px;
  padding-bottom: 29px;
}

.heading-28 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.image-33 {
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-37 {
  height: auto;
  margin-top: 119px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-34 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-21 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-21.center {
  text-align: center;
  margin-top: 20px;
}

.columns-18 {
  margin-top: 40px;
}

.heading-29 {
  color: var(--yellow-green);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

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

.heading-29.center.dark {
  color: var(--dark-slate-grey);
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 500;
}

.heading-29.center.dark.pic {
  margin-top: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading-29.fc {
  font-size: 20px;
  line-height: 25px;
}

.div-block-10 {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 2px;
}

.section-38 {
  background-color: #0000;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-39 {
  background-color: var(--white-smoke);
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-35 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-19 {
  margin-top: 32px;
}

.heading-30 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-22 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-40 {
  background-color: var(--white-smoke);
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-42 {
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.column-9 {
  margin-left: auto;
  margin-right: auto;
}

.link-14 {
  color: var(--steel-blue);
  text-decoration: none;
}

.link-15 {
  color: var(--yellow-green);
  text-decoration: none;
}

.link-16 {
  color: var(--steel-blue);
  text-decoration: none;
}

.link-17 {
  color: var(--yellow-green);
  text-decoration: none;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 500;
}

.gov {
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-20, .columns-21 {
  margin-top: 10px;
}

.healthcare {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-42 {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 60px;
}

.building-service {
  padding-top: 60px;
  padding-bottom: 60px;
}

.food-service {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 60px;
}

.education {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-light {
  background-color: var(--white);
  margin-top: 36px;
  padding: 17px;
}

.section-43 {
  background-color: var(--white-smoke);
  padding-top: 59px;
  padding-bottom: 59px;
}

.hospitality {
  padding-top: 60px;
  padding-bottom: 60px;
}

.transportation {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-12 {
  background-color: var(--yellow-green);
  text-align: center;
  border-radius: 3px;
  width: 50%;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button-12.fc {
  background-color: var(--cadet-blue);
  margin-top: 60px;
}

.button-12.fc.left, .button-12.left, .button-12.left.w--current {
  float: left;
  width: 25%;
}

.button-12.left.blu {
  background-color: var(--cadet-blue);
}

.section-44 {
  background-color: var(--white);
  height: auto;
  margin-top: 119px;
  padding-top: 39px;
  padding-bottom: 40px;
}

.image-36 {
  float: right;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  display: block;
}

.case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.case-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.image-37 {
  float: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-43 {
  float: left;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
}

.list-item-4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-item-5, .list-item-6 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-44 {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.link-18 {
  color: #fff;
  text-decoration: none;
}

.section-45 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.text-block-45 {
  font-family: Montserrat, sans-serif;
}

.text-block-46 {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-47 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-48 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text-11, .bold-text-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.bold-text-13 {
  font-weight: 600;
}

.form-block-8 {
  background-image: linear-gradient(to bottom, var(--yellow-green), var(--yellow-green));
  margin: 38px;
  padding: 41px;
}

.heading-31 {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-weight: 400;
}

.bold-text-24 {
  color: var(--cadet-blue);
  font-weight: 400;
}

.link-22 {
  font-family: Montserrat, sans-serif;
}

.link-28 {
  color: #969696;
}

.button-13 {
  background-color: var(--yellow-green);
  color: var(--white);
  text-align: center;
  width: 40%;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.case-study-div {
  float: none;
  clear: none;
  width: 50%;
}

.popupwrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-pop-up {
  color: var(--white-smoke);
  background-color: #5eabb3ad;
  position: absolute;
  inset: 0%;
}

.pop-up-card {
  background-color: var(--white);
  border-radius: 4px;
  align-self: auto;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  position: relative;
  top: 31px;
}

.background-video-9 {
  z-index: 10000;
  border-bottom: 1px none var(--white);
  background-color: var(--white);
  border-radius: 0;
  width: 800px;
  height: 495px;
  margin-left: auto;
  margin-right: auto;
}

.button-14 {
  background-color: var(--cadet-blue);
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
}

.image-38 {
  margin-top: 46px;
}

.image-39 {
  margin-top: 45px;
}

.image-40 {
  margin-top: 83px;
}

.form-block-9 {
  background-color: var(--white-smoke);
  padding: 57px;
}

.section-46, .container-11 {
  height: auto;
}

.html-embed-9 {
  height: 1000px;
}

.form-block-10 {
  padding: 48px 48px 48px 49px;
}

.text-field-7 {
  width: 50%;
}

.image-41 {
  float: right;
  width: 470px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.html-embed-10 {
  text-align: center;
}

.form-block-11 {
  background-color: var(--white-smoke);
  border-radius: 3px;
  width: 50%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.submit-button-7 {
  background-color: var(--cadet-blue);
  border-radius: 2px;
  font-family: Montserrat, sans-serif;
}

.field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11, .field-label-12, .field-label-13, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54 {
  font-family: Montserrat, sans-serif;
}

.tab-link-sales-representative {
  text-align: center;
  background-color: #0000;
  display: block;
}

.tab-link-sales-representative.w--current {
  background-color: var(--white-smoke);
}

.tab-link-investor {
  text-align: center;
  background-color: #0000;
  display: block;
}

.tab-link-investor.w--current {
  background-color: var(--white-smoke);
}

.tab-link-marketing {
  text-align: center;
  background-color: #0000;
  display: block;
}

.tab-link-marketing.w--current {
  background-color: var(--white-smoke);
}

.tab-link-distributor {
  background-color: #0000;
}

.tab-link-distributor.w--current {
  background-color: var(--white-smoke);
  text-align: center;
  display: block;
}

.tabs-menu {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.image-42 {
  float: none;
  width: 290px;
  margin-top: 0;
  margin-left: 90px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.link-29 {
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.image-43 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-47 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-48 {
  background-image: url('../images/Safely-Disinfecting-Trees.jpg');
  background-position: 50%;
  background-attachment: scroll;
  height: 500px;
  margin-top: 119px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.image-44 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-49 {
  background-color: var(--white-smoke);
  padding-top: 69px;
  padding-bottom: 69px;
}

.list-item-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.list-item-8, .list-item-9 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.list-item-10 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.list-item-11, .list-item-12 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.list-item-13 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.list-item-14 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.columns-22 {
  margin-top: 10px;
}

.heading-32 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-56 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.list-item-15, .list-item-16, .list-item-17 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-57 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .paragraph-23, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .paragraph-24, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-58 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.list-item-36, .list-item-37, .list-item-38, .list-item-39 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-2 {
  margin-top: 10px;
}

.section-50 {
  background-color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-59 {
  float: right;
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.image-45 {
  margin-top: 11px;
  margin-right: 12px;
}

.column-10 {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--dim-grey);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 18px;
}

.text-block-60 {
  float: right;
  color: #000;
  text-transform: uppercase;
  margin-top: 18px;
  margin-left: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.image-46 {
  margin-top: 17px;
}

.link-block {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.link-block-2 {
  margin-right: 20px;
}

.link-block-3 {
  margin-top: 7px;
}

.link-block-4 {
  margin-top: 5px;
}

.div-block-11 {
  float: left;
  background-color: #c5c5c5;
  width: 2px;
  height: 30px;
  margin-top: 16px;
}

.columns-23 {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--dim-grey);
  height: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.image-47 {
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-48 {
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-49 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-50 {
  z-index: 200;
  margin: 35px auto;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 35px;
  left: 54px;
}

.column-11 {
  background-color: #0000;
  background-image: linear-gradient(253deg, #dadada, #fff);
  height: auto;
  min-height: 475px;
}

.text-block-61 {
  color: #d8d8d8;
  width: auto;
  margin-top: 47px;
  font-family: Montserrat, sans-serif;
  font-size: 130px;
  font-weight: 700;
  position: relative;
}

.text-block-61.media {
  float: none;
  color: var(--gainsboro);
  margin-top: 175px;
  margin-left: -177px;
  position: static;
  top: -361px;
}

.column-12 {
  background-color: #f1f1f1;
  height: auto;
  min-height: 475px;
  padding-left: 0;
}

.section-51 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-51.center {
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-block-62 {
  color: #d8d8d8;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.paragraph-25 {
  color: var(--steel-blue-2);
  text-align: center;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.paragraph-25.tammy {
  margin-top: 18px;
}

.italic-text {
  color: var(--steel-blue);
  font-weight: 500;
  line-height: 25px;
}

.text-block-63 {
  color: var(--steel-blue-2);
  text-align: right;
  margin-top: 28px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.text-block-64 {
  margin-top: -94px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.blue-div {
  background-color: var(--steel-blue-2);
  height: 75px;
  margin-top: 40px;
}

.blue-div._2 {
  margin-top: 32px;
}

.image-51 {
  float: left;
  margin-top: 6px;
  margin-left: 90px;
}

.image-51.left {
  margin-left: 50px;
}

.image-51.invert {
  filter: invert();
}

.text-block-65 {
  float: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-left: 189px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.text-block-65.left {
  margin-top: 8px;
  margin-left: 152px;
}

.div-block-12 {
  height: 55px;
}

.text-block-66 {
  float: left;
  margin-top: 15px;
  margin-left: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.text-block-66.right {
  margin-left: 475px;
}

.text-block-66.r {
  margin-left: 352px;
}

.div-block-13 {
  background-color: var(--yellow-green);
  height: 65px;
  margin-top: 32px;
}

.section-52 {
  padding-top: 33px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-33 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-span-8 {
  color: var(--steel-blue-2);
}

.div-sq-blue {
  background-color: var(--steel-blue-2);
  width: 225px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: all .45s;
}

.div-sq-blue:hover {
  transform: scale(1.1);
  box-shadow: 0 -1px 18px -3px #000;
}

.columns-24 {
  margin-top: 10px;
}

.div-block-14 {
  background-color: var(--yellow-green);
  width: 225px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: all .425s;
}

.div-block-14:hover {
  transform: scale(1.1);
  box-shadow: 1px -1px 18px -3px #000;
}

.text-block-67 {
  color: #fff;
  text-align: center;
  padding: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

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

.text-block-67._2 {
  padding: 47px;
}

.text-block-67._3 {
  padding: 48px;
}

.text-block-67._4 {
  padding: 56px;
}

.text-block-68 {
  text-align: center;
  padding: 53px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-68._2 {
  padding: 61px;
}

.text-block-68._3 {
  padding: 48px;
}

.text-block-68._4 {
  padding: 63px;
}

.image-52 {
  position: relative;
  top: 3827px;
}

.text-block-69 {
  color: var(--gainsboro);
  font-family: Montserrat, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.image-53 {
  position: absolute;
  top: 81px;
}

.text-span-9 {
  color: var(--steel-blue);
}

.div-block-15 {
  background-color: var(--steel-blue-2);
  width: 300px;
  height: 100px;
  position: absolute;
  top: 303.5px;
}

.text-block-70 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-70._3 {
  margin-top: 20px;
  padding: 14px 15px 15px;
}

.text-block-70.central {
  margin-top: 20px;
}

.text-span-10 {
  color: var(--steel-blue);
}

.heading-34 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.text-block-71 {
  float: none;
  margin-left: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  display: inline;
}

.text-block-72 {
  float: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 80px;
  font-family: Montserrat, sans-serif;
  position: relative;
  inset: 0% 0% 0% 0;
}

.text-block-73 {
  text-align: center;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-73.media {
  margin-top: 58px;
  margin-bottom: 58px;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.slide-nav-4 {
  display: inline;
  top: auto;
}

.slider-4 {
  background-color: #0000;
}

.container-12 {
  margin-top: 43px;
  padding-left: 201px;
  padding-right: 201px;
}

.container-12.large {
  padding-left: 97px;
  padding-right: 97px;
}

.image-54 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-54._5 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-54._13 {
  margin-top: 7px;
}

.columns-25 {
  margin-top: 0;
  padding-left: 0;
  position: relative;
  left: -29px;
}

.image-55 {
  padding-bottom: 0;
  position: relative;
  top: -157px;
  left: 371px;
  right: auto;
}

.text-span-11 {
  color: #fff;
}

.image-56 {
  margin-left: 103px;
  margin-right: 38px;
}

.image-57 {
  margin-top: 6px;
}

.section-53 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.html-embed-11 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-74 {
  text-align: center;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.image-58 {
  margin-top: 8px;
}

.image-59 {
  margin-top: 7px;
}

.navbar-2.mobile, .section-54 {
  display: none;
}

.div-block-16 {
  max-width: 1220px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-12 {
  text-align: center;
  width: 400px;
  height: 1000px;
  margin-left: 265px;
  margin-right: 69px;
  padding-left: 0;
}

.html-embed-13 {
  width: 475px;
  margin-top: 37px;
  margin-left: 235px;
}

.link-block-5 {
  text-decoration: none;
}

.html-embed-14, .html-embed-15, .html-embed-16 {
  margin-top: 40px;
}

.section-55 {
  background-color: var(--white-smoke);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.heading-35 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}

.text-span-12 {
  color: var(--steel-blue);
}

.paragraph-26 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-76 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  position: static;
  top: 67px;
}

.columns-27 {
  display: flex;
}

.div-block-6 {
  text-align: center;
  background-color: #27353a;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
}

.div-block-6.smoke {
  background-color: #fff;
  border: 1px #000;
  margin: 0 100px 20px;
  padding: 20px 0 0;
}

.paragraph-4 {
  color: #3f3e3e;
  text-align: left;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-4.center {
  text-align: left;
  border-bottom: 1px #000;
  border-left: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-15 {
  margin-bottom: 20px;
}

.grid-3 {
  grid-template-rows: 1fr auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-16-copy {
  max-width: 1220px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-16-copy-copy {
  max-width: 1220px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-17 {
  max-width: 1220px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.section-57 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-28 {
  margin-bottom: 60px;
}

.container-16 {
  position: static;
}

.continue-link {
  border: 1px solid var(--yellow-green);
  color: var(--yellow-green);
  text-align: left;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.continue-link:hover {
  background-color: var(--yellow-green);
  color: #fff;
  border-radius: 6px;
  font-weight: 400;
}

.heading-36 {
  color: var(--steel-blue);
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 172px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.image-65 {
  width: 283px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-29 {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.column-14 {
  justify-content: center;
  align-items: center;
  height: 515px;
  display: flex;
}

.text-block-77 {
  text-align: center;
  text-transform: uppercase;
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.image-66 {
  display: block;
  position: absolute;
}

.text-block-78 {
  color: var(--lime-green);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.columns-30 {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-27 {
  text-align: center;
}

.paragraph-28 {
  margin-bottom: 92px;
}

.paragraph-28-copy {
  margin-bottom: 73px;
}

.text-block-78-copy {
  text-align: center;
  text-transform: uppercase;
  color: var(--lime-green);
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-78-copy-copy {
  color: var(--steel-blue);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.recycling-title {
  color: var(--cadet-blue);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.column-15, .column-16 {
  padding-left: 0;
  padding-right: 0;
}

.column-17 {
  top: -63px;
}

.text-block-79 {
  margin-top: 16px;
  font-size: 1vw;
  line-height: 1.25px;
}

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

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

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

.bld-landing-banner {
  background-image: url('../images/safe-healthy-family.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  width: 80vw;
}

.bld-navbar {
  background-color: #27353a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.text-block-81 {
  text-align: center;
  width: 30vw;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.bld-logo {
  width: 290px;
}

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

.pre-header {
  background-color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 70vw;
  display: grid;
}

.bld-nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.bld-nav-link.footer {
  opacity: .8;
  color: var(--white);
  text-align: left;
  object-fit: fill;
  margin-top: 2px;
  margin-right: 0;
  font-size: 10px;
  font-weight: 600;
}

.bld-nav-link.footer-copy {
  opacity: .8;
  color: #27353a;
  text-align: right;
  object-fit: fill;
  margin-right: 0;
  font-size: 12px;
  font-weight: 600;
}

.bld-heading {
  color: var(--cadet-blue);
  text-align: center;
  font-size: 42px;
  line-height: 46px;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.link-block-3-copy, .link-block-4-copy {
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-60-copy {
  float: right;
  color: #000;
  text-transform: uppercase;
  margin-left: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-59-copy {
  float: right;
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.bld-contact--form {
  height: 69rem;
}

.bld-logo-footer {
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-9-copy {
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
}

@media screen and (max-width: 991px) {
  .navbar, .nav-links, .hover-line {
    display: none;
  }

  .section {
    margin-top: 0;
  }

  .small-icon {
    height: 13px;
  }

  .large-paragraph {
    font-size: 15px;
  }

  .medium-paragraph {
    font-size: 14px;
  }

  .columns-3 {
    padding-left: 20px;
  }

  .heading-4 {
    text-align: left;
    margin-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .button-3.home {
    margin-top: 10px;
  }

  .button-3.home.right {
    text-align: center;
    width: 60%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: auto;
    font-size: 2vw;
    line-height: 2vw;
    display: inline-block;
  }

  .background-video-2 {
    width: 425px;
  }

  .text-block-2 {
    padding-top: 0;
    font-size: 25px;
  }

  .section-5 {
    height: auto;
    padding-top: 0;
  }

  .clients {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients.purchase {
    margin-left: 0;
    margin-right: 0;
  }

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

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .arrow-image-mobile {
    display: none;
    position: relative;
    left: 55px;
  }

  .section-statistics {
    height: 180vh;
    max-height: 300vh;
  }

  .statistic-circle-wrap {
    width: 100%;
    margin-top: 77px;
  }

  .arrow-image {
    display: none;
  }

  .arrow-image-mobile-02 {
    display: none;
    position: relative;
    left: -55px;
  }

  .text-block-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-7 {
    padding-top: 20px;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .feature {
    flex-direction: column;
  }

  .columns-7 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-5 {
    text-align: left;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2vw;
    line-height: 2vw;
  }

  .paragraph-5.right {
    float: none;
    text-align: center;
    margin-top: 6px;
    padding-left: 10px;
  }

  .footer-credits {
    font-size: 12px;
  }

  .button-arrow-wrap {
    right: 4px;
  }

  .button-arrow {
    width: 12.5px;
  }

  .white-footer-link {
    font-size: 14px;
  }

  .button-5 {
    border-radius: 33px;
    height: 33px;
    padding-left: 24px;
    padding-right: 40px;
  }

  .button-5.black {
    border-radius: 33px;
  }

  .footer-link-span {
    font-size: 12px;
  }

  .h4-title {
    font-size: 19px;
  }

  .button-text {
    font-size: 13px;
  }

  .button-arrow-circle {
    border-radius: 25px;
    width: 25px;
    height: 25px;
    margin-left: 4px;
    padding-right: 6px;
  }

  .h1-title {
    font-size: 64px;
  }

  .sticky-card {
    grid-column-gap: 40px;
    margin-bottom: 120px;
  }

  .h2-title {
    font-size: 48px;
  }

  .section-10 {
    padding: 45px 35px;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .slide-1 {
    margin-top: 0;
  }

  .h5-title {
    font-size: 17px;
  }

  .form-block-2 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-17 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-3 {
    margin-left: 151px;
    margin-right: 151px;
  }

  .html-embed-4 {
    padding: 101px;
  }

  .form-block-5 {
    padding-left: 135px;
    padding-right: 135px;
  }

  .form {
    padding-left: 47px;
    padding-right: 47px;
  }

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

  .section-18 {
    background-position: 50%;
    margin-top: 0;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-inner {
    width: 600vw;
  }

  .hero-media {
    margin-top: 0;
  }

  .section-28 {
    margin-top: -74px;
  }

  .section-29 {
    margin-top: 0;
  }

  .column-3 {
    padding-left: 10px;
  }

  .industries-hero {
    margin-top: -72px;
  }

  .html-embed-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-31, .section-31.partner {
    margin-top: 0;
  }

  .media__grid-mask {
    column-count: 3;
  }

  .text-block-41 {
    margin-top: 60px;
  }

  .menu-button {
    filter: invert();
  }

  .container-10 {
    margin-top: 62px;
  }

  .tk60, .section-37, .section-44 {
    margin-top: 0;
  }

  .image-36 {
    width: 300px;
  }

  .popupwrapper {
    display: flex;
  }

  .pop-up-card, .background-video-9 {
    width: 80%;
  }

  .image-41 {
    width: 300px;
  }

  .section-48 {
    margin-top: 0;
  }

  .image-50 {
    max-width: 100%;
    margin-top: 82px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
  }

  .column-11 {
    height: auto;
  }

  .text-block-61 {
    margin-left: 20px;
    font-size: 10vw;
  }

  .text-block-61.media {
    margin-left: -28px;
  }

  .column-12 {
    height: auto;
    padding-right: 0;
  }

  .section-51.center {
    height: auto;
  }

  .text-block-62 {
    font-size: 50px;
  }

  .text-block-64 {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px;
  }

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

  .heading-33 {
    margin-bottom: 20px;
  }

  .div-sq-blue, .div-block-14 {
    width: 150px;
    height: 150px;
  }

  .text-block-67 {
    padding: 18px;
  }

  .text-block-67._2 {
    padding: 15px;
  }

  .text-block-67._3 {
    padding: 22px 22px 22px 21px;
  }

  .text-block-67._4 {
    padding: 31px 31px 31px 32px;
  }

  .text-block-68 {
    padding: 20px;
  }

  .text-block-68._2 {
    padding: 38px;
  }

  .text-block-68._3 {
    padding: 13px;
  }

  .text-block-68._4 {
    padding: 30px;
  }

  .text-block-69 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 100px;
  }

  .image-53 {
    display: none;
    top: 4014px;
  }

  .text-block-71 {
    float: none;
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: block;
  }

  .text-block-72 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 1.5vw;
    line-height: 1.5vw;
    position: static;
  }

  .image-55 {
    padding-right: 32px;
    top: -116px;
    left: 201px;
  }

  .navbar-2 {
    background-color: var(--dark-slate-grey);
  }

  .navbar-2.mobile {
    display: block;
  }

  .icon-3 {
    color: #fff;
  }

  .menu-button-2 {
    margin-top: 3px;
  }

  .menu-button-2.w--open {
    margin-top: 7px;
  }

  .nav-link-5, .nav-link-6, .nav-link-7 {
    font-family: Montserrat, sans-serif;
  }

  .image-60 {
    float: left;
    margin-top: 11px;
    margin-left: 14px;
    margin-right: 13px;
  }

  .text-block-75 {
    float: none;
    margin-top: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .image-61 {
    float: left;
    margin-top: 16px;
    margin-right: 20px;
  }

  .columns-26 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-62 {
    float: none;
    width: 100px;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .image-63 {
    float: none;
    width: 90px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .section-54 {
    height: 70px;
    display: block;
  }

  .heading-36 {
    padding-left: 24px;
    padding-right: 29px;
  }

  .bld-landing-banner {
    margin-top: 0;
  }

  .bld-navbar {
    display: none;
  }

  .bld-logo-footer {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-links {
    display: none;
  }

  .nav-links.footer {
    text-align: left;
    align-items: center;
  }

  .nav-link-4 {
    text-align: left;
    margin-left: 0;
  }

  .nav-link-text.footer {
    text-align: left;
  }

  .div-block-hero {
    width: 90%;
    margin-top: 17px;
  }

  .paragraph-hero {
    font-size: 14px;
  }

  .button {
    width: 64%;
    margin-top: 16px;
  }

  .button-2 {
    width: 64%;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .summary-row {
    font-family: Montserrat, sans-serif;
  }

  .large-paragraph.bold {
    font-size: 5vw;
  }

  .medium-paragraph {
    font-size: 15px;
  }

  .columns-3 {
    padding-right: 20px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 55px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .button-3.home {
    text-align: center;
    margin-left: 127px;
  }

  .button-3.home.right {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .background-video-2 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-5 {
    height: auto;
  }

  .heading-5 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .clients {
    min-height: auto;
    margin-top: 43px;
  }

  .clients.purchase {
    margin-left: 73px;
    margin-right: 73px;
  }

  .heading-primary-5.h3-centre {
    font-size: 5vw;
    line-height: 5vw;
  }

  .title-4.center {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-7 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-8 {
    margin-top: 30px;
    margin-bottom: 39px;
  }

  .paragraph-3 {
    margin-bottom: 40px;
    font-size: 4vw;
    line-height: 4vw;
  }

  .paragraph-3.center {
    font-size: 4vw;
    line-height: 4vw;
  }

  .section-7 {
    height: auto;
    max-height: none;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 3vw;
    line-height: 3vw;
  }

  .footer-credits {
    font-size: 12px;
  }

  .footer-top {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

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

  .h1-title {
    font-size: 52px;
  }

  .sticky-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 90px;
  }

  .h2-title {
    font-size: 38px;
  }

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

  .section-10 {
    padding: 30px;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .h5-title {
    font-size: 16px;
  }

  .image-14 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-17 {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-heading.w.partner {
    margin-top: 0;
  }

  .button-7 {
    width: 40%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-16 {
    font-size: 1.75rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .industries-hero {
    margin-top: -21px;
  }

  .heading-22 {
    margin-top: 22px;
  }

  .image-22 {
    float: left;
  }

  .text-block-27 {
    float: none;
  }

  .image-23 {
    margin-top: 30px;
    display: inline-block;
  }

  .image-24 {
    margin-top: 36px;
    display: inline-block;
  }

  .image-25 {
    margin-top: 24px;
    display: inline-block;
  }

  .image-26 {
    display: inline-block;
  }

  .html-embed-7 {
    margin-top: 45px;
  }

  .media__grid-block {
    padding-left: 0;
    padding-right: 0;
  }

  .masonry__grid-quote {
    font-size: 11px;
    line-height: 11px;
  }

  .media__grid-mask {
    column-count: 2;
  }

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

  .paragraph-18 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    filter: invert();
  }

  .paragraph-20 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .paragraph-21.center, .paragraph-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-12.left {
    margin-left: 20px;
    font-size: 12px;
  }

  .section-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-36 {
    padding-left: 10px;
  }

  .case-heading {
    font-size: 25px;
  }

  .image-41 {
    padding-left: 0;
  }

  .image-50 {
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-61 {
    margin-left: auto;
    font-size: 20vw;
  }

  .text-block-61.media {
    text-align: center;
    margin-top: 58px;
    margin-bottom: 74px;
    margin-left: 0;
  }

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

  .italic-text {
    font-size: 3vw;
    line-height: 3vw;
  }

  .text-block-63 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-64 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .blue-div {
    height: 100px;
    max-height: 100px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .image-51 {
    margin-top: 0;
  }

  .image-51.left {
    margin-top: 15px;
  }

  .image-51.invert {
    margin-top: 0;
    margin-left: 51px;
  }

  .text-block-65 {
    margin-top: 0;
    margin-left: 146px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .text-block-65.left {
    margin-top: 0;
    line-height: 3vw;
  }

  .div-block-13 {
    height: 110px;
    max-height: 110px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .heading-33 {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-69 {
    text-align: center;
    font-size: 75px;
  }

  .image-53 {
    padding-right: 0;
    top: 5575px;
  }

  .text-block-71 {
    text-align: center;
    padding-left: 0;
  }

  .text-block-72 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .text-block-73 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .image-54 {
    width: 150px;
  }

  .image-54._5 {
    width: 110px;
  }

  .image-54._13 {
    width: 95px;
  }

  .columns-25 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-55 {
    padding-right: 43px;
    top: -99px;
    left: 169px;
  }

  .text-block-75 {
    float: none;
    margin-left: 30px;
    font-size: 1.5vh;
  }

  .image-61 {
    margin-right: -4px;
    font-size: 13px;
  }

  .image-62 {
    float: none;
    margin-right: 22px;
    padding-left: 51px;
  }

  .image-63 {
    margin-top: 2px;
    padding-left: 31px;
  }

  .container-13, .container-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-27 {
    flex-direction: column;
  }

  .paragraph-4 {
    margin-bottom: 40px;
    font-size: 4vw;
    line-height: 4vw;
  }

  .paragraph-4.center {
    font-size: 4vw;
    line-height: 4vw;
  }

  .heading-36 {
    text-align: center;
  }

  .bld-nav-link.footer {
    text-align: left;
  }

  .bld-logo-footer {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

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

  .slider {
    height: 500px;
  }

  .div-block-hero {
    width: 300px;
    height: auto;
    margin-top: 62px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-hero.media {
    width: 300px;
  }

  .div-block-hero.technology {
    margin-top: 41px;
  }

  .heading-hero {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-hero.mission {
    font-size: 25px;
  }

  .heading-hero.technology {
    font-size: 20px;
  }

  .heading-hero.guest {
    margin-top: 2px;
  }

  .paragraph-hero {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-hero.mission {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  .button {
    margin-bottom: 14px;
  }

  .button-2 {
    float: none;
    position: relative;
    bottom: auto;
  }

  .div-block-2 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .heading-2 {
    text-align: center;
    border: 1px #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
  }

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

  .summary-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .large-paragraph {
    font-size: 14px;
  }

  .large-paragraph.bold {
    font-size: 8vw;
  }

  .medium-paragraph {
    font-size: 18px;
  }

  .section-2 {
    margin-top: 10px;
  }

  .columns-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .button-3.home {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-3.home.right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .background-video-2 {
    object-fit: fill;
    width: auto;
  }

  .text-block-2 {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .section-5 {
    padding-bottom: 20px;
  }

  .heading-5 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .clients {
    height: auto;
    margin-bottom: 10px;
  }

  .clients.purchase {
    margin: 46px 0 10px;
  }

  .columns-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-primary-5 {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-primary-5.h3-centre {
    font-size: 10vw;
    line-height: 10vw;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-statistics {
    height: 185vh;
    max-height: 600vh;
  }

  .title-4.center {
    font-size: 4vw;
  }

  .counterup {
    font-size: 45px;
  }

  .title-capped {
    font-size: 15px;
  }

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

  .text-block-7 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .div-block-3.smoke {
    padding-bottom: 0;
  }

  .columns-6 {
    padding-bottom: 50px;
  }

  .section-7 {
    padding-top: 10px;
  }

  .columns-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-12 {
    padding-bottom: 60px;
  }

  .paragraph-5 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .paragraph-5.center {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-credits {
    text-align: center;
    line-height: 1.75;
  }

  .footer-wrapper-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: auto;
    justify-items: start;
    margin-bottom: 45px;
  }

  .white-footer-link {
    font-size: 13px;
  }

  .footer-social-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo-2 {
    margin-bottom: 10px;
  }

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

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-wrap {
    text-align: center;
    flex-direction: column;
  }

  .h1-title {
    font-size: 36px;
  }

  .sticky-card {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .h2-title {
    font-size: 30px;
  }

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

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8 {
    font-size: 12px;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-3 {
    font-size: 3.25vw;
  }

  .form-block-2 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-3 {
    margin-bottom: 10px;
  }

  .background-video-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-17 {
    width: 250px;
  }

  .slide-5 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .form-block-3 {
    margin-left: 36px;
    margin-right: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-4 {
    padding: 20px;
  }

  .form-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-12 {
    margin-top: 161px;
    padding-top: 20px;
  }

  .text-block-14 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .button-7 {
    width: 60%;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .text-span-2 {
    font-size: 6vw;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .column-3, .column-4 {
    padding-bottom: 10px;
  }

  .column-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-nav-2 {
    padding-top: 10px;
  }

  .industries-hero {
    margin-top: -64px;
  }

  .html-embed-7 {
    margin-top: 24px;
  }

  .heading-23 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .masonry__grid-icon {
    color: #333;
    margin: -48px 0 0;
    position: static;
  }

  .media__grid-portrait.tall {
    height: auto;
    margin-right: 0;
  }

  .media__grid-block {
    font-size: 11px;
    line-height: 11px;
  }

  .masonry__grid-nav {
    width: 100%;
    padding-top: 14px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .masonry__grid-arrow {
    width: 48px;
    height: 48px;
    margin: 0;
    display: block;
    position: static;
  }

  .masonry__grid-quote {
    max-height: none;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .media__grid-mask {
    column-count: auto;
    white-space: nowrap;
    height: auto;
  }

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

  .image-30 {
    margin-top: 33px;
  }

  .tk60, .section-34 {
    height: auto;
  }

  .heading-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-12 {
    font-size: 12px;
  }

  .button-12.left {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-36 {
    float: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-37 {
    float: left;
  }

  .text-block-43 {
    float: left;
    text-align: left;
    font-size: 13px;
  }

  .text-block-46 {
    margin-top: 10px;
  }

  .link-19, .link-20 {
    font-size: 11px;
    line-height: 11px;
  }

  .link-21 {
    font-size: 11px;
  }

  .link-25, .link-26 {
    font-size: 11px;
    line-height: 11px;
  }

  .case-study-div {
    width: 100%;
  }

  .popupwrapper {
    display: flex;
  }

  .image-41 {
    float: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-block-11 {
    width: auto;
    padding-left: 52px;
    padding-right: 52px;
  }

  .section-49 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-50 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .column-11 {
    min-height: auto;
  }

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

  .column-12 {
    min-height: auto;
  }

  .text-block-62 {
    font-size: 7vw;
  }

  .paragraph-25 {
    font-size: 1.5vh;
    line-height: 1.5vh;
  }

  .paragraph-25.tammy {
    margin-top: 61px;
    font-size: 1vh;
    line-height: 1vh;
  }

  .italic-text {
    font-size: 1.5vh;
    line-height: 1.5vh;
  }

  .text-block-63 {
    text-align: center;
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block-64 {
    margin-top: -32px;
    font-size: 10vw;
    line-height: 10vw;
  }

  .image-51 {
    margin-left: 30px;
    padding-right: 10px;
  }

  .image-51.left {
    margin-left: 10px;
    padding-right: 10px;
  }

  .image-51.invert {
    margin-left: 9px;
    padding-right: 10px;
  }

  .text-block-65 {
    margin-left: 97px;
    font-size: 4vw;
    line-height: 3.5vw;
  }

  .text-block-65.left {
    margin-top: 0;
    margin-left: 89px;
    font-size: 4vw;
    line-height: 4vw;
  }

  .div-block-13 {
    height: 125px;
    max-height: 125px;
  }

  .heading-33 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .div-sq-blue, .div-block-14 {
    width: 100px;
    height: 125px;
  }

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

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

  .text-block-67._2 {
    margin-top: 20px;
    padding-top: 29px;
  }

  .text-block-67._3 {
    padding-top: 30px;
  }

  .text-block-67._4 {
    margin-top: 20px;
    padding-top: 39px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .text-block-68._2 {
    margin-top: 20px;
    padding: 35px 14px 14px;
  }

  .text-block-68._3 {
    padding-top: 32px;
  }

  .text-block-68._4 {
    margin-top: 20px;
    padding-top: 33px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .text-block-69 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12vw;
  }

  .text-block-70 {
    padding-left: 39px;
    padding-right: 39px;
    font-size: 12px;
  }

  .text-block-72 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-12.large {
    margin-top: -36px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-12.large.al {
    margin-top: 18px;
  }

  .container-12.large.paris {
    margin-top: -12px;
  }

  .container-12.large.assist {
    margin-top: -50px;
  }

  .container-12.large.audi {
    margin-top: -48px;
  }

  .container-12.large.austin {
    margin-top: -10px;
  }

  .image-54._5 {
    width: 75px;
  }

  .image-54._13 {
    width: 70px;
  }

  .image-55 {
    padding-right: 57px;
    display: none;
    top: -79px;
    left: 103px;
  }

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

  .text-block-74 {
    line-height: 30px;
  }

  .section-54 {
    display: none;
  }

  .image-64 {
    margin-right: -80px;
  }

  .column-13 {
    font-size: 10px;
  }

  .link-30, .link-31 {
    font-size: 11px;
    line-height: 11px;
  }

  .columns-27 {
    flex-direction: column;
  }

  .div-block-6.smoke {
    padding-bottom: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-36 {
    text-align: center;
  }

  .columns-29 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .column-14 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-77 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .image-66 {
    display: block;
    position: static;
  }

  .columns-30 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .paragraph-27 {
    text-align: left;
  }

  .paragraph-28, .paragraph-28-copy {
    margin-bottom: 20px;
  }

  .text-block-78-copy {
    text-align: left;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-29 {
    margin-bottom: 80px;
  }

  .bld-logo-footer {
    width: 250px;
  }
}

#w-node-_210b9ab2-cb80-39f3-efe9-6afcb9c8acc7-6924ccd4, #w-node-_61c2a0a6-f802-7949-2791-a89f53cfce65-c924ccd8, #w-node-_08f015b2-f1dd-e89b-9853-d3ab31ec4552-f4f62462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33af77e3-e1b5-7de4-fe62-0c007fd70134-f4f62462 {
  justify-self: end;
}


