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

.hero-section {
  z-index: 9999;
  min-height: 100vh;
  background-color: #00050c;
  background-image: radial-gradient(circle at 55% 0, rgba(0, 0, 0, 0), #00050c 72%), url('../images/Desktop---21.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.hero-sub.light-text {
  color: #eeeef0;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-family: Saira Condensed, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 4vw;
}

.hero-heading {
  color: #eeeef0;
  padding-left: 0;
  font-family: Saira Condensed, sans-serif;
  font-size: 10vw;
  line-height: 8vw;
  position: relative;
  top: 0;
  left: 0;
}

.body {
  background-color: #01050e;
  font-family: Saira Condensed, sans-serif;
}

.text-span, .text-span-2 {
  color: #0051d1;
}

.image-2 {
  width: 100%;
  padding-bottom: 20px;
  display: block;
}

.icon-wrapper {
  border-radius: 16px;
  margin-top: auto;
  margin-bottom: auto;
}

.phone-wrapper {
  align-items: center;
  margin-right: 5%;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.number-wrapper {
  min-width: 130px;
  margin-top: auto;
  margin-bottom: auto;
}

.phone-icon {
  width: 60px;
  margin: auto;
}

.number-link {
  color: #eeeef0;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 20px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Saira Condensed, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.social {
  width: 80px;
  margin-top: auto;
  margin-bottom: auto;
}

.herocolumn {
  width: 95vw;
  min-height: 95vh;
  flex-flow: column;
  align-content: space-between;
  justify-content: space-between;
  margin: auto;
  display: flex;
}

.div-block-10 {
  object-fit: fill;
  margin-top: 165px;
  overflow: hidden;
}

.hero-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: none;
}

.contactmargin {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-right: 51px;
  display: flex;
}

.social-copy {
  width: 75px;
  margin-top: auto;
  margin-bottom: auto;
}

.hero-text-wrapper {
  overflow: hidden;
}

.header {
  z-index: 55555;
  width: 100vw;
  height: 165px;
  background-color: #01050e;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.navbar {
  z-index: 9000;
  max-height: 150px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 165px;
  overflow: hidden;
}

.hero2 {
  max-width: 1200px;
  min-width: 75vw;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin: 31vh auto 10vh;
  display: flex;
}

.headicon {
  margin-top: auto;
  margin-bottom: auto;
}

.image-6 {
  max-height: 140px;
  max-width: none;
}

.sectionquality {
  max-height: 100vh;
  min-height: 95vh;
  background-color: #00050c;
  background-image: radial-gradient(circle at 55% 0, rgba(0, 0, 0, 0), #00050c 72%), url('../images/BG1.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-16 {
  min-height: 100px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-16:hover {
  text-decoration: underline;
}

.text-span-3 {
  color: #eeeef0;
  font-size: 3vw;
}

.div-block-18 {
  grid-column-gap: 700px;
  flex-direction: column;
  display: flex;
}

.div-block-19 {
  z-index: 9000;
  max-width: 700px;
  min-width: 534px;
  border-radius: 16px;
  flex-direction: column;
  margin: auto auto auto 0;
  display: flex;
  position: relative;
}

.quality-header {
  z-index: 9999;
  color: #0051d1;
  background-color: #12151c;
  border-radius: 16px;
  margin-top: 0;
  padding: 8px;
  font-size: 4rem;
  line-height: 3rem;
  position: relative;
}

.quality-body {
  z-index: 9999;
  max-width: 700px;
  color: #eeeef0;
  background-color: #12151c;
  border-radius: 16px;
  margin-top: 15vh;
  margin-bottom: 8vh;
  padding: 8px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8rem;
  position: relative;
}

.text-block-copy {
  color: #eeeef0;
  font-size: 7vw;
  font-weight: 700;
  display: none;
}

.text-block-copy.activepage {
  display: block;
}

.text-block-2-copy {
  color: #0051d1;
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
  line-height: 3vw;
}

.text-block-2-copy.active-page {
  text-align: left;
}

.headcontact {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.sectionconvenient {
  min-height: 95vh;
  background-color: #00050c;
  background-image: radial-gradient(circle at 55% 0, rgba(0, 0, 0, 0), #00050c 72%), url('../images/BG2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.conveient-header {
  z-index: 9000;
  color: #0051d1;
  background-color: #12151c;
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 4rem;
  line-height: 3rem;
  position: relative;
}

.convenient-body {
  z-index: 9000;
  max-width: 840px;
  color: #eeeef0;
  background-color: #12151c;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8rem;
  position: relative;
}

.sectionfast {
  min-height: 100vh;
  background-color: #00050c;
  background-image: radial-gradient(circle at 55% 0, rgba(0, 0, 0, 0), #00050c 72%), url('../images/BG3.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.div-block-18-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.sectionaffordable {
  background-color: #00050c;
  background-image: url('../images/BG4-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150vw;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.tabs {
  width: 100%;
  overflow: hidden;
}

.tabs-menu {
  width: 100%;
  height: 5em;
  object-fit: scale-down;
  justify-content: space-around;
  display: flex;
  overflow: hidden;
}

.pricetab3 {
  min-width: 33.33%;
  background-color: #eeeef0;
  border-bottom: 1px solid #000;
  border-top-left-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 1.875em;
  padding-right: 1.875em;
  display: flex;
}

.pricetab3.w--current {
  width: 33.33%;
}

.text-block-4 {
  color: #00050c;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 2rem;
  display: inline-block;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5, .text-block-6 {
  color: #00050c;
  font-size: 2rem;
}

.pricetab1 {
  min-width: 33.34%;
  background-color: #eeeef0;
  border-bottom: 1px solid #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.875em;
  padding-right: 1.875em;
  display: flex;
}

.pricetab1.w--current {
  min-width: 33.33%;
  margin-left: auto;
}

.pricetab2 {
  min-width: 33.33%;
  background-color: #eeeef0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 1.875em;
  padding-right: 1.875em;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  padding-top: .03125ch;
}

.hero {
  width: 75vw;
  height: 50vh;
  max-width: 1200px;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 31vh auto 17vh;
  display: flex;
}

.tabs-content {
  width: 100%;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.pricewrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.overlineheading {
  color: #0051d1;
  text-align: center;
  margin-bottom: .625rem;
  font-family: Saira Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.price-heading {
  height: 50px;
  color: #00050c;
  text-align: center;
  object-fit: cover;
  margin-top: 0;
  font-size: 2.7rem;
  line-height: 44px;
  overflow: hidden;
}

.pricecolumn {
  background-color: #eeeef0;
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.grid-7 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #00050c;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature {
  width: 100%;
  min-height: 6rem;
  color: #00050c;
  text-align: center;
  border-top: 1px solid #000;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
}

.details {
  width: 100%;
  min-height: 6rem;
  color: #00050c;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.3rem;
  display: flex;
}

.button-2 {
  box-shadow: none;
  color: #0051d1;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 8px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 2rem;
  font-weight: 700;
}

.text-span-6, .text-span-7, .text-span-8 {
  font-size: 1.5rem;
}

.html-embed {
  display: none;
}

.goodgrid {
  max-width: 1200px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.extrasgrid {
  z-index: 999;
  max-width: 1200px;
  border-radius: 16px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 80px auto;
  display: block;
  position: relative;
}

.grid-8 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #00050c;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.extrasheading {
  color: #0051d1;
  text-align: center;
  margin-top: 20px;
  font-size: 2rem;
  line-height: 36px;
}

.extrastext {
  color: #00050c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
}

.div-block-25 {
  height: 200px;
  background-color: #eeeef0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rounding {
  border-radius: 16px;
  overflow: hidden;
}

.div-block-27 {
  max-width: 1200px;
  min-width: 950px;
  background-color: #01050e;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricingheader {
  color: #eeeef0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 3vw;
  line-height: 4vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.form-container {
  z-index: 999;
  background-color: #01050e;
  flex-direction: column;
  justify-content: flex-start;
  margin: 65px auto 101px;
  display: flex;
  position: relative;
}

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

.text-span-10 {
  color: #eeeef0;
}

.submit-button-cf6 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: 12px;
  padding: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s;
}

.submit-button-cf6:hover {
  border-bottom: 3px solid #333;
}

.field-label-cf6 {
  color: #9e9e9e;
  margin-bottom: 10px;
  font-size: 1rem;
}

.success-message-cf6 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-weight: 500;
}

.form-field-wrapper-cf6 {
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.form-title-cf6 {
  margin-top: 22px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3rem;
}

.error-message-cf6 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-cf6 {
  width: 380px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-cf6 {
  min-width: 300px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #cacaca;
  margin-top: 0;
  margin-left: 24px;
  font-size: 16px;
}

.div-block-29 {
  background-color: #eeeef0;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-10 {
  text-align: center;
  font-size: 1.5rem;
}

.text-block-6-copy {
  color: #00050c;
  font-size: 2rem;
}

.navwrap1active {
  color: #eeeef0;
  text-decoration: none;
  display: none;
}

.navwrap1active.w--current {
  display: block;
}

.navwrap2inactive {
  color: #eeeef0;
  text-decoration: none;
}

.navwrap2inactive.w--current {
  display: none;
}

.navwrap3inactive {
  color: #eeeef0;
  text-decoration: none;
}

.navwrap3inactive.w--current {
  display: none;
}

.navwrap4inactive {
  color: #eeeef0;
  text-decoration: none;
}

.navwrap4inactive.w--current {
  display: none;
}

.navwrap1inactive {
  color: #eeeef0;
  text-decoration: none;
}

.navwrap1inactive.w--current {
  display: none;
}

.navwrap3active {
  color: #eeeef0;
  text-decoration: none;
  display: none;
}

.navwrap3active.w--current {
  text-decoration: none;
  display: block;
}

.navwrap4active {
  color: #eeeef0;
  text-decoration: none;
  display: none;
}

.navwrap4active.w--current {
  display: block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.headerwrap {
  z-index: 9000;
  background-color: rgba(0, 5, 12, .76);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navwrap2active {
  color: #eeeef0;
  text-decoration: none;
  display: none;
}

.navwrap2active.w--current {
  display: block;
}

.contactwrapper {
  align-items: center;
  display: flex;
}

.div-block-30 {
  max-width: 1200px;
  min-width: 65vw;
  flex-direction: column;
  align-items: flex-end;
  margin: 31vh auto 7vh;
  display: flex;
}

.text-span-18, .text-span-19 {
  color: #eeeef0;
}

.pricing-container {
  flex-direction: column;
  align-items: center;
  display: block;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-6 {
  color: #0051d1;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 2.5em;
  line-height: 1.2em;
}

.grid-9 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
  position: relative;
}

.button-default {
  background-color: #e7797e;
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
  display: none;
}

.button-default:hover {
  background-color: #d00000;
}

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

.service-card {
  height: 100%;
  min-height: 45vh;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/m1-car-wash-mobile.jpg');
  background-position: 0 0, 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-bottom: 1px solid #0051d1;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 25px 0;
  display: flex;
  box-shadow: 14px 14px 200px rgba(0, 22, 50, .06);
}

.service-card.detailers {
  background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/m1-concierge-wash.jpg');
  border-bottom: 1px solid #0051d1;
}

.service-card.phone {
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/book-with-m1-concierge.jpg');
}

.paragraph-2 {
  max-width: 320px;
  color: #eeeef0;
  text-align: left;
  font-family: Saira Condensed, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.bannercontainer {
  background-color: #01050e;
  position: relative;
}

.paragraph {
  max-width: 490px;
  color: #546681;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button-wrap-hero {
  margin-top: 35px;
}

.button-3 {
  background-color: #0051d1;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-family: Saira Condensed, sans-serif;
  font-size: 16px;
}

.button-3:hover {
  background-color: #2e6ac9;
}

.heading-primary-2 {
  max-width: 50vw;
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 5vw;
}

.heading-primary-2.h3-centre-white {
  color: #0051d1;
  text-align: center;
  text-transform: uppercase;
  font-size: 4vw;
}

.container {
  width: 100%;
  max-width: 1240px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-cta {
  max-height: 700px;
  background-color: #001632;
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/Decorative-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: block;
  position: relative;
}

.text-span-22 {
  color: #d00000;
}

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

.link-02-copy {
  color: #fff;
  align-self: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02-copy:hover {
  color: rgba(255, 255, 255, .58);
}

.image-9 {
  margin-bottom: 20px;
}

.title-2 {
  max-width: 500px;
  color: #0051d1;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.5vw;
  font-weight: 700;
}

.services-hero {
  z-index: 9999;
  height: 100vh;
  max-height: 100vh;
  background-color: #00050c;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section-cta-copy {
  z-index: 9999;
  z-index: 0;
  height: 700px;
  max-height: 1000px;
  background-color: #001632;
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/Decorative-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: block;
  position: relative;
}

.menufullscreen {
  z-index: 2147483647;
  background-color: #00050c;
  font-family: Saira Condensed, sans-serif;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-block-16 {
  display: block;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.link-block-17 {
  z-index: 99999998;
  display: none;
}

.image-10 {
  width: 35px;
  height: 35px;
}

.div-block-33 {
  z-index: 999999;
  height: 65px;
  padding-left: 27px;
}

.hamburgler {
  height: 33px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.ham-wrapper {
  height: 33px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hammer {
  width: 48px;
  height: 3px;
  color: #eeeef0;
  background-color: #eeeef0;
}

.div-block-34 {
  width: 100vw;
  height: 100vh;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navmenumain:hover {
  color: #eeeef0;
}

.navmenumain.small {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  font-weight: 400;
  display: flex;
}

.navmenumain.social {
  width: auto;
  text-align: left;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1vw;
}

.link-block-18 {
  color: rgba(238, 238, 240, .86);
  text-align: left;
  font-size: 7vw;
  font-weight: 700;
  line-height: 7vw;
  text-decoration: none;
}

.link-block-18:hover {
  text-decoration: underline;
}

.link-block-18.w--current {
  color: #eeeef0;
}

.div-block-36 {
  grid-row-gap: 25px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 6%;
  text-decoration: none;
  display: flex;
}

.div-block-37 {
  display: flex;
}

.image-11 {
  width: 4vw;
}

.text-span-25 {
  color: #0051d1;
}

.div-block-38 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 62px;
  display: flex;
}

.testimonial-content {
  padding: 2em 2em 1em;
}

.container-copy-copy {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.text-big {
  font-size: 1.5em;
  line-height: 1.3;
}

.testimonial-rating {
  display: flex;
}

.testimonial-rating-icon {
  width: 24px;
  height: 24px;
  margin-left: -4px;
}

.testimonials-avatar {
  width: 48px;
  height: 48px;
  margin-left: 16px;
}

.testimonials-container {
  margin-top: 2.5em;
  padding-bottom: 16px;
  overflow: hidden;
}

.testimonial-source {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonial-block {
  width: 100%;
  max-width: 24.5em;
  background-color: #eeeef0;
  border: 3px solid #131617;
  border-radius: 24px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  box-shadow: 11px 11px #0051d1;
}

.text-large {
  color: #eeeef0;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  position: relative;
}

.testimonials {
  width: 200vw;
  justify-content: flex-start;
  display: flex;
}

.testimonial-footer {
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.image-12 {
  z-index: 0;
  margin-bottom: -95px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-39 {
  width: 99vw;
  height: 100vh;
  background-color: #01050e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #eeeef0;
  text-align: center;
  flex: 0 auto;
  font-family: Saira Condensed, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 8vw;
}

.body-2 {
  color: #01050e;
  background-color: #01050e;
  font-family: Saira Condensed, sans-serif;
}

.section-copy-copy-copy {
  padding-top: 5em;
  padding-bottom: 5em;
  overflow: hidden;
}

.section-copy-copy-copy.testimonials-copy {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.text-span-26, .text-span-27 {
  color: #eeeef0;
}

.text-block-12 {
  color: #eeeef0;
  padding-right: 15px;
  font-size: 2rem;
  line-height: 2rem;
}

.image-13 {
  width: 35px;
}

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

.link-block-24 {
  color: #fff;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-24:hover {
  text-decoration: underline;
}

.text-span-28 {
  color: #eeeef0;
}

.bigboi {
  max-width: 40vw;
  color: #eeeef0;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

.html-embed-2 {
  display: none;
}

.sh__scroll--track {
  z-index: 1;
  height: 6000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.sh__track {
  width: 300vw;
  height: 100%;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.sh__card {
  width: 33vw;
  height: auto;
  background-color: #eee;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.image-14 {
  object-fit: contain;
}

.hero-sub-copy.light-text {
  color: #eeeef0;
  margin-bottom: 0;
  font-family: Saira Condensed, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1vw;
}

.div-block-10-copy {
  width: 75vw;
  object-fit: fill;
  margin-top: 308px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.dark-section {
  width: 100%;
  clear: left;
  color: #ccc;
  position: relative;
}

.container-2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.light-column {
  color: #eeeef0;
}

.light-footer-link {
  clear: left;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: relative;
}

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

.quality-body-copy {
  z-index: 9999;
  color: #eeeef0;
  border-radius: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
  position: static;
}

.slider-desktop {
  width: 100%;
  height: 130vw;
  display: none;
  position: relative;
}

.slider-tablet {
  width: 100%;
  height: 3000px;
  display: none;
  position: relative;
}

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

.the-height-400vh-section {
  height: 400vh;
  border-top: 60px rgba(36, 36, 36, .09);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

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

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

.the-sticky-div-title {
  z-index: 300;
  width: 100%;
  color: rgba(236, 240, 241, .77);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(52, 152, 219, 0);
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

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

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

.a-block {
  width: 35rem;
  height: auto;
  background-color: rgba(222, 222, 222, .72);
  border-radius: 6px;
  flex: none;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 0 20px 2px #0051d1;
}

.a-block.hidden {
  display: none;
}

.night-sky-fixed-background {
  z-index: 100;
  width: 800vh;
  height: 100%;
  opacity: 1;
  position: absolute;
}

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

.slider-desktop-2 {
  width: 100%;
  height: 130vw;
  display: none;
  position: relative;
}

.sh__scroll--track-2 {
  z-index: 1;
  height: 4000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sh__track-2 {
  width: 300vw;
  height: 100%;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.sh__card-2 {
  width: 33vw;
  height: auto;
  background-color: #eee;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.image-17 {
  object-fit: contain;
}

.section1-copy-copy {
  z-index: 9999;
  height: 100vh;
  max-height: 100vh;
  background-color: #00050c;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-31-copy {
  flex-direction: column;
  align-items: center;
  display: block;
}

.section-cta-copy-copy {
  z-index: 0;
  height: 700px;
  max-height: 1000px;
  background-color: #001632;
  background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/Decorative-Banner2-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-section {
    width: 99vw;
    height: auto;
    max-height: none;
    position: relative;
  }

  .hero-sub.light-text {
    font-size: 5rem;
    line-height: 5rem;
  }

  .hero-heading {
    font-size: 10rem;
    line-height: 8rem;
  }

  .phone-wrapper {
    flex-direction: row;
  }

  .number-wrapper {
    padding-top: 6px;
  }

  .phone-icon {
    width: 40px;
    display: none;
    position: relative;
  }

  .div-block-10 {
    margin-bottom: auto;
  }

  .contactmargin {
    flex-direction: column-reverse;
    padding-right: 12px;
  }

  .header {
    width: 100vw;
  }

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

  .hero2 {
    max-width: 740px;
    min-width: 0;
  }

  .sectionquality {
    height: auto;
    max-height: none;
    min-height: 110vw;
    clear: none;
    object-fit: fill;
    position: relative;
    overflow: visible;
  }

  .text-span-3 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-block-19 {
    position: relative;
  }

  .text-block-copy {
    display: none;
  }

  .text-block-copy.activepage {
    font-size: 11vw;
  }

  .text-block-2-copy {
    font-size: 4vw;
    line-height: 4vw;
  }

  .sectionconvenient {
    height: auto;
    max-height: none;
    min-height: 100vh;
    justify-content: flex-start;
    padding-left: 5px;
    padding-right: 6px;
    position: relative;
  }

  .conveient-header {
    margin-bottom: 20px;
  }

  .sectionfast {
    height: auto;
    max-height: none;
    min-height: 1000px;
    position: relative;
  }

  .sectionaffordable {
    width: 99vw;
    height: auto;
    min-height: 100vw;
    top: auto;
  }

  .hero {
    width: auto;
    height: auto;
    max-width: 750px;
    justify-content: space-between;
    position: relative;
  }

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

  .goodgrid {
    max-width: 100vw;
  }

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

  .div-block-27 {
    min-width: 728px;
  }

  .pricingheader {
    font-size: 4vw;
  }

  .form-container {
    width: 99vw;
  }

  .success-message-cf6 {
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-29 {
    border-radius: 16px;
  }

  .text-block-10 {
    margin-top: 12px;
  }

  .title-wrap-left {
    align-self: flex-start;
    margin-top: 40px;
    padding-top: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }

  .title-wrap-left.non-stick {
    position: relative;
  }

  .bannercontainer {
    width: 99vw;
  }

  .heading-primary-2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .container {
    justify-content: center;
  }

  .services-hero {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section-cta-copy {
    height: auto;
  }

  .navmenumain.small {
    font-size: 2rem;
  }

  .navmenumain.social {
    font-size: 1rem;
  }

  .text-large {
    font-size: 2.2em;
  }

  .image-12 {
    width: 50%;
    margin-bottom: -60px;
  }

  .section-copy-copy-copy.testimonials-copy, .content-container {
    width: 99vw;
  }

  .sh__scroll--track {
    height: 25000px;
  }

  .sh__card {
    width: 75vw;
  }

  .hero-sub-copy.light-text {
    font-size: 5rem;
    line-height: 5rem;
  }

  .div-block-10-copy {
    margin-bottom: auto;
  }

  .light-footer-link {
    text-align: center;
  }

  .light-footer-link.w--current {
    text-decoration: underline;
  }

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

  .footerheader, .text-block-13 {
    text-align: center;
  }

  .image-16 {
    display: none;
  }

  .slider-tablet {
    height: 4000px;
  }

  .the-height-400vh-section {
    height: auto;
  }

  .the-sticky-div {
    height: auto;
    position: relative;
  }

  .the-content {
    width: auto;
    height: auto;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .the-width-400vh-scrollable-div {
    width: auto;
    grid-row-gap: 16px;
    justify-content: center;
  }

  .a-block {
    width: 25rem;
  }

  .sh__scroll--track-2 {
    height: 25000px;
  }

  .sh__card-2 {
    width: 75vw;
  }

  .section1-copy-copy {
    height: auto;
    max-height: none;
    position: relative;
  }

  .section-cta-copy-copy {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    overflow: visible;
  }

  .hero-sub.light-text {
    font-size: 12vw;
    line-height: 12vw;
  }

  .hero-heading {
    font-size: 26vw;
    line-height: 25vw;
  }

  .number-wrapper {
    display: none;
  }

  .social {
    width: 40px;
    min-width: 10px;
  }

  .div-block-10 {
    margin-top: 113px;
  }

  .hero-row {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .contactmargin {
    align-self: flex-end;
  }

  .social-copy {
    width: 40px;
    min-width: 10px;
  }

  .hero2 {
    max-width: 480px;
    margin-top: 0;
  }

  .div-block-19 {
    max-width: 98vw;
    min-width: 450px;
    margin-left: auto;
  }

  .headcontact {
    flex-direction: column;
  }

  .sectionfast {
    min-height: auto;
  }

  .div-block-18-copy {
    height: auto;
  }

  .sectionaffordable {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    margin-top: 175px;
  }

  .text-span-6, .text-span-8 {
    display: none;
  }

  .goodgrid {
    min-width: 0;
  }

  .div-block-27 {
    max-width: 763px;
    min-width: 0;
  }

  .text-block-6-copy {
    display: none;
  }

  .title-wrap-left {
    flex: none;
    align-self: flex-start;
  }

  .button-wrap-hero {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .button-3 {
    text-align: center;
  }

  .services-hero {
    overflow: visible;
  }

  .menufullscreen {
    display: block;
  }

  .text-big {
    font-size: 1.3em;
  }

  .text-large {
    font-size: 2em;
  }

  .sh__scroll--cont {
    overflow: hidden;
  }

  .arrow-left {
    display: block;
  }

  .sh__card {
    width: 33vw;
    margin-right: 0;
  }

  .hero-sub-copy.light-text {
    font-size: 12vw;
    line-height: 12vw;
  }

  .container-2 {
    padding: 75px 15px;
  }

  .light-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slider-desktop, .slider-tablet {
    display: block;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .sh__card-2 {
    width: 33vw;
    margin-right: 0;
  }

  .section1-copy-copy {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    max-height: none;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
  }

  .icon-wrapper {
    display: none;
  }

  .number-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .social {
    width: 20px;
  }

  .herocolumn {
    height: auto;
  }

  .contactmargin {
    align-self: flex-start;
  }

  .social-copy {
    width: 20px;
  }

  .header {
    flex-direction: row;
  }

  .image-6 {
    max-width: 180px;
  }

  .sectionquality {
    height: auto;
    max-height: none;
    position: relative;
  }

  .div-block-18 {
    height: auto;
  }

  .div-block-19 {
    min-width: 0;
  }

  .quality-header {
    font-size: 17vw;
    line-height: 15vw;
  }

  .quality-body {
    font-size: 7vw;
    line-height: 6vw;
  }

  .headcontact {
    flex-direction: column;
    align-self: flex-start;
  }

  .sectionconvenient {
    height: auto;
    max-height: none;
    justify-content: flex-start;
    position: relative;
  }

  .conveient-header {
    font-size: 17vw;
    line-height: 16vw;
  }

  .convenient-body {
    font-size: 6vw;
    line-height: 6vw;
  }

  .sectionfast, .sectionaffordable {
    height: auto;
    max-height: none;
    position: relative;
  }

  .hero {
    height: auto;
    margin-top: 0;
  }

  .pricecolumn {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-25 {
    height: auto;
    min-height: 200px;
  }

  .div-block-27 {
    max-width: 98vw;
    margin-left: 0;
    margin-right: 0;
  }

  .form-container {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .success-message-cf6 {
    text-align: left;
  }

  .form-field-wrapper-cf6 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-title-cf6 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .form-cf6 {
    align-items: flex-start;
  }

  .text-field-cf6 {
    max-width: 80vw;
    min-width: 0;
    margin-left: 0;
  }

  .div-block-29 {
    max-width: 98vw;
  }

  .heading-6 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

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

  .title-wrap-left {
    flex: 0 auto;
    position: relative;
  }

  .title-wrap-left.non-stick {
    position: relative;
    top: auto;
  }

  .service-card {
    height: auto;
    min-height: 30vh;
    background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/m1-car-wash-mobile.jpg');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: static;
    top: 10px;
  }

  .service-card.detailers {
    height: auto;
    position: relative;
  }

  .service-card.phone {
    height: auto;
    position: relative;
    top: 10px;
  }

  .paragraph-2 {
    font-size: 1.9em;
    line-height: 1.2;
  }

  .paragraph.paragraph-centre-white {
    font-size: 1.8em;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-3 {
    color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 20px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 1.3rem;
    display: block;
  }

  .heading-primary-2 {
    max-width: 80vw;
  }

  .heading-primary-2.h3-centre-white {
    margin-left: auto;
    margin-right: auto;
    font-size: 4rem;
    line-height: 4rem;
  }

  .section-cta {
    background-image: linear-gradient(#000 17%, rgba(0, 0, 0, .41)), url('../images/family-fleet-1.jpg');
    background-position: 0 0, 60% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .title-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-hero {
    height: auto;
    max-height: none;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
  }

  .section-cta-copy {
    background-image: linear-gradient(#000 17%, rgba(0, 0, 0, .41)), url('../images/family-fleet-1.jpg');
    background-position: 0 0, 60% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .menufullscreen {
    display: none;
  }

  .div-block-34 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .navmenumain.small {
    font-size: 1rem;
  }

  .div-block-36 {
    font-size: 17px;
  }

  .container-copy-copy {
    padding-left: 5%;
    padding-right: 4%;
  }

  .section-copy-copy-copy {
    padding-top: 40px;
    padding-bottom: 4em;
  }

  .bigboi {
    max-width: 95vw;
    font-size: 3rem;
    line-height: 3rem;
  }

  .container-2 {
    padding: 50px 10px;
  }

  .quality-body-copy {
    font-size: 7vw;
    line-height: 6vw;
  }

  .text-span-29 {
    font-size: 6vw;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    max-width: 80vw;
    object-fit: fill;
    background-color: rgba(222, 222, 222, 0);
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-30 {
    white-space: pre;
  }

  .section1-copy-copy {
    height: auto;
    max-height: none;
    padding-left: 8px;
    padding-right: 8px;
    display: none;
    position: relative;
  }

  .div-block-31-copy {
    display: none;
  }

  .section-cta-copy-copy {
    background-image: linear-gradient(#000 17%, rgba(0, 0, 0, .41)), url('../images/family-fleet-1.jpg');
    background-position: 0 0, 60% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }
}

#w-node-_1ed60341-279a-54dd-8984-b28048e19ce9-0c0c600f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d3fe7170-7491-f588-0b21-e2922d8ce0e5-0c0c600f, #w-node-_65bbcb61-cac2-68c9-0704-ae836f98c359-0c0c600f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d68789a3-fde3-8eda-74aa-5d43f75dbccd-0c0c600f, #w-node-b361779f-01ca-a9cb-a0af-198cdc2de947-0c0c600f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ac9c1331-3ba9-9edd-e3ff-014090afc2dd-0c0c600f, #w-node-_3302b187-f033-bd58-dfde-c31c4031d6c2-0c0c600f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f16eb04b-5423-40ee-dff0-3845f2af3c29-0c0c600f, #w-node-_7ee5a6a0-d56a-53fa-ad52-116d055610a9-0c0c600f {
  grid-area: 1 / 4 / 2 / 5;
}

#qualityhero1.w-node-ce1119c5-ac07-81d9-21ef-489bab6014a3-0c0c600f {
  grid-area: 1 / 2 / 2 / 3;
}

#qualityhero2.w-node-_465c963f-e4d8-9d7d-ecbd-b4639fdf9e78-0c0c600f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bc2f516a-a874-1fb1-f9a3-36b33312ef4e-0c0c600f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e72d83c0-0108-ad9d-579c-374959f2b692-0c0c600f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_17601afd-4878-b72f-b4bf-7f2f2d4e88b6-0c0c600f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5f1bb41a-42bd-a21f-50cc-3559d268f598-0c0c600f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5f1bb41a-42bd-a21f-50cc-3559d268f59d-0c0c600f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b970ce0-a31d-db1c-9d79-dad917e92892-17e9288f {
  justify-self: center;
}

#w-node-_3b970ce0-a31d-db1c-9d79-dad917e9289d-17e9288f, #w-node-_3b970ce0-a31d-db1c-9d79-dad917e928af-17e9288f, #w-node-_3b970ce0-a31d-db1c-9d79-dad917e928a8-17e9288f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_43d82f06-1f1d-fb2b-2571-6e4d8520a710-ed90de07, #w-node-b74c2f35-7509-5274-ecd2-1365134032f1-ed90de07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ece95bf-2f96-78fa-caf2-0034537c0dee-ed90de07 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4705c917-ac9a-dd86-d865-58b52829a148-ed90de07 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b3f-ed90de07, #w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b4f-ed90de07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b61-ed90de07 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b71-ed90de07 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ff75949c-c4af-bf04-1294-5a74641d38a6-ed90de07, #w-node-ff75949c-c4af-bf04-1294-5a74641d38b6-ed90de07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff75949c-c4af-bf04-1294-5a74641d38c8-ed90de07 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ff75949c-c4af-bf04-1294-5a74641d38d8-ed90de07 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3034b74d-1cb3-9327-360d-80fe1b610b78-ed90de07, #w-node-_52f84dd9-ca3e-f052-4ae3-f8da5b505472-ed90de07, #w-node-_6bfb772e-06b3-e30d-6f1b-cd78408b7c60-ed90de07, #w-node-_6bfb772e-06b3-e30d-6f1b-cd78408b7c61-ed90de07, #w-node-e007a70a-83df-3d96-e27b-748e206ed2a7-ed90de07, #w-node-e007a70a-83df-3d96-e27b-748e206ed2a8-ed90de07, #w-node-ba2aa9cf-5678-45a2-9278-2effda53b4c6-ed90de07, #w-node-ba2aa9cf-5678-45a2-9278-2effda53b4c7-ed90de07, #w-node-_61970020-32bf-b575-a2e3-3d9fb3fbf7e7-ed90de07, #w-node-_61970020-32bf-b575-a2e3-3d9fb3fbf7e8-ed90de07, #w-node-_967e0e45-ff17-21de-7c8d-4128a3c59a51-ed90de07, #w-node-_967e0e45-ff17-21de-7c8d-4128a3c59a52-ed90de07, #w-node-_06a0aaf8-eece-36f1-aa03-ed492019d962-ed90de07, #w-node-_06a0aaf8-eece-36f1-aa03-ed492019d963-ed90de07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3b970ce0-a31d-db1c-9d79-dad917e928af-17e9288f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_3b970ce0-a31d-db1c-9d79-dad917e928a8-17e9288f, #w-node-_7ece95bf-2f96-78fa-caf2-0034537c0dee-ed90de07 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4705c917-ac9a-dd86-d865-58b52829a148-ed90de07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b61-ed90de07 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b71-ed90de07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff75949c-c4af-bf04-1294-5a74641d38c8-ed90de07 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ff75949c-c4af-bf04-1294-5a74641d38d8-ed90de07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3034b74d-1cb3-9327-360d-80fe1b610b78-ed90de07, #w-node-_6bfb772e-06b3-e30d-6f1b-cd78408b7c60-ed90de07, #w-node-e007a70a-83df-3d96-e27b-748e206ed2a7-ed90de07, #w-node-ba2aa9cf-5678-45a2-9278-2effda53b4c6-ed90de07, #w-node-_61970020-32bf-b575-a2e3-3d9fb3fbf7e7-ed90de07, #w-node-_967e0e45-ff17-21de-7c8d-4128a3c59a51-ed90de07, #w-node-_06a0aaf8-eece-36f1-aa03-ed492019d962-ed90de07 {
    grid-column: span 2 / span 2;
  }

  #w-node-_44912ae4-352d-e3c2-24db-fe32ba346660-ed90de07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #qualityhero1.w-node-ce1119c5-ac07-81d9-21ef-489bab6014a3-0c0c600f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c84b5812-f9c8-3dcf-86a9-46df1f4e0271-ed90de07 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43d82f06-1f1d-fb2b-2571-6e4d8520a710-ed90de07 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b74c2f35-7509-5274-ecd2-1365134032f1-ed90de07 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7ece95bf-2f96-78fa-caf2-0034537c0dee-ed90de07 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_4705c917-ac9a-dd86-d865-58b52829a148-ed90de07 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b3f-ed90de07 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b4f-ed90de07 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b61-ed90de07 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_3c760df0-b63b-d66d-0871-a8fddf0e8b71-ed90de07 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-ff75949c-c4af-bf04-1294-5a74641d38a6-ed90de07 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ff75949c-c4af-bf04-1294-5a74641d38b6-ed90de07 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ff75949c-c4af-bf04-1294-5a74641d38c8-ed90de07 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-ff75949c-c4af-bf04-1294-5a74641d38d8-ed90de07 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }
}


