:root {
  --black-5: #0f0f0f;
  --black: black;
  --light-grey: #fff;
  --black-3: #1e1d1a;
  --white: white;
  --black-2: #101010;
  --white-smoke-2: #919396;
  --goldenrod: #bb8f4f;
  --white-smoke: #c8cacb;
  --grey-2: #fff;
  --saddle-brown: #916025;
  --goldenrod-2: #ffba00;
  --grey: #83827f;
  --black-4: #363636;
  --firebrick: #952a22;
  --firebrick-2: #b4271d;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 15px;
}

a {
  color: var(--black-5);
  text-decoration: underline;
}

ul {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 7.5px;
}

img {
  display: inline-block;
}

.navbar {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: var(--black) var(--black) var(--black-5);
  background-color: var(--light-grey);
  width: 100%;
  padding: 10px 30px;
  position: sticky;
  top: 0%;
}

.brand {
  width: 130px;
  padding-top: 25px;
}

.navlink {
  color: var(--black-3);
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 2px #000;
  padding: 10px 12px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.navlink.w--current {
  color: #858585;
}

.nav-menu {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: static;
}

.div-block {
  flex-direction: column;
  align-items: flex-end;
  width: 620px;
  margin-bottom: 15px;
  margin-left: auto;
  display: block;
}

.link {
  color: #969696;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-right: 1px solid #858585;
  margin-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 12px;
  font-family: Work Sans, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
}

.link.phone {
  color: var(--black-2);
  letter-spacing: .5px;
  border-right-width: 0;
  margin-right: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.sbs-row {
  height: 500px;
  margin-bottom: 50px;
  display: block;
}

.sbs-row.h450px {
  height: 450px;
}

.sbs-image {
  background-color: #fff;
  background-image: url('../images/statusautodetailing_47417277_310588056228680_4560224673924246076_n.jpg');
  background-position: 17%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.sbs-image.ppf2 {
  background-color: var(--black-2);
  background-image: url('../images/xpel-software-browser.jpg');
  background-position: 0%;
  background-size: contain;
}

.sbs-image.ppf {
  background-image: url('../images/prestige-auto-armor.jpg');
  background-position: 50%;
  background-size: cover;
}

.sbs-image-column, .sbs-text-column {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sbs-text-wrap {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.sbs-heading {
  color: var(--black-5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Public Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.sbs-heading.black {
  color: var(--black-2);
}

.featuredservices-row {
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featuredservices-row.last {
  margin-bottom: 0;
}

.body {
  background-color: var(--black-2);
}

.section {
  border-top: 1px solid var(--white-smoke-2);
  background-color: var(--white);
  padding: 100px 30px;
}

.section.tp0px {
  padding-top: 0;
}

.section.lightgrey.hgkkhjk {
  background-color: var(--light-grey);
}

.section.white {
  background-color: var(--white);
}

.section.yellow {
  background-color: var(--goldenrod);
}

.section.yellow.bp70px {
  padding-bottom: 70px;
}

.section.black {
  background-color: var(--black);
}

.section.picture {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/ceramic-coating-and-paint-protection-film.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.lightgrey {
  background-color: var(--white-smoke-2);
}

.section.hide {
  display: block;
}

.section._0bp {
  padding-bottom: 0;
}

.featuredservices-image {
  background-image: url('../images/protection-labs-31.jpg'), linear-gradient(#0000000d, #0000000d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 300px;
  margin-bottom: 20px;
}

.featuredservices-image._2 {
  background-image: url('../images/protection-labs-11.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.featuredservices-image._4 {
  background-image: linear-gradient(#0000, #0000), url('../images/autostar-ceramic-coating-paint-protection.jpg');
  background-position: 0 0, 44%;
  background-size: auto, cover;
}

.featuredservices-image._3 {
  background-image: url('../images/protection-labs-4.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 54%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 150%, auto;
}

.featuredservices-image.detailing {
  background-image: url('../images/protection-labs-15.jpg');
  background-position: 50%;
  background-size: cover;
}

.featuredservices-column {
  padding-left: 15px;
  padding-right: 15px;
}

.featuredservices-title {
  color: var(--black-5);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.featureservices-text {
  color: var(--black-5);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.featuredservices-linkblock {
  width: 100%;
  margin-bottom: 30px;
  text-decoration: none;
}

.featuredservices-linkblock.last {
  margin-bottom: 0;
}

.featuredservices-heading {
  color: var(--black-5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 95%;
  margin: 0 auto 60px;
  padding-left: 15px;
  font-family: Public Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  display: block;
}

.featuredservices-heading.bpd40px {
  margin-bottom: 40px;
}

.featuredservices-heading.white {
  color: var(--white);
}

.section-heading {
  color: var(--black-5);
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 20px;
  font-family: Public Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  display: block;
}

.section-heading.black {
  color: var(--black-2);
}

.section-heading.black.shadow {
  text-shadow: 1px 1px 12px #000;
}

.section-heading.white {
  color: var(--white);
}

.section-heading.quote {
  letter-spacing: 1.7px;
  margin-bottom: 30px;
}

.reviewslider {
  background-color: #0000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-arrow, .right-arrow {
  color: #fff;
  width: 35px;
}

.slider-wrap {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.slide-nav {
  font-size: 0;
}

.review-slider-text {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.review-slider-name {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.contactform-section {
  background-image: linear-gradient(#1b110566, #1b110566), url('../images/dynoshield2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contactform-section.sliplo {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sliplo-skid-plate-diy-kit-mobile.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.form-block {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field {
  border: 1px solid var(--white-smoke-2);
  color: var(--black-2);
  letter-spacing: 1.7px;
  background-color: #fff;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(45deg, var(--white-smoke), var(--grey-2));
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px #fff;
  border-radius: 3px;
  padding: 20px 35px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.textarea {
  border: 1px solid var(--white-smoke-2);
  color: var(--black-2);
  letter-spacing: 1.7px;
  border-radius: 3px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 25px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-section {
  border-top: 6px solid var(--goldenrod);
  background-color: var(--white-smoke);
  text-align: left;
  padding: 100px 20px 40px;
}

.footer-row {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-logo-wrap {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.div-block-3 {
  filter: invert();
  background-image: url('../images/trase-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-bottom: 60px;
}

.footer-title {
  color: var(--black);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.footer-title.businessname {
  text-transform: uppercase;
}

.footer-column {
  padding-left: 35px;
  padding-right: 25px;
}

.footer-column.first {
  padding-left: 0;
}

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

.footer-socialmedia-wrap {
  text-align: left;
  align-items: flex-start;
  width: 85%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.link-2 {
  color: var(--white);
  margin-right: 25px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.link-2.last {
  margin-right: auto;
}

.bold-text {
  font-family: "Fa solid 900", sans-serif;
}

.dropdown-toggle {
  color: var(--black-2);
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 12px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-toggle.w--open {
  text-transform: capitalize;
  border-bottom: 2px #dbdbdb;
}

.text-block {
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-list {
  padding-top: 0;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-top: 22px;
}

.dropdown-link {
  color: var(--black-2);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: #1e928d;
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(45deg, var(--white-smoke), var(--grey-2));
  color: var(--white);
}

.ppf-tabs-button {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-right: 15px;
  padding: 11px 17px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.ppf-tabs-button:hover {
  background-color: #1e928d;
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(45deg, var(--saddle-brown), var(--goldenrod-2));
  font-weight: 500;
}

.ppf-tabs-button.w--current {
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(45deg, var(--grey), var(--white-smoke));
  color: var(--white);
  font-weight: 600;
}

.div-block-5 {
  text-align: center;
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ppf-tabs {
  width: 80%;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu {
  text-align: center;
}

.ppf-mockup {
  filter: hue-rotate(175deg);
  background-image: url('../images/gold.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  height: 300px;
  margin-bottom: 20px;
}

.ppf-mockup._2 {
  filter: hue-rotate(175deg);
  background-image: url('../images/silver.png');
  background-size: 600px;
}

.ppf-mockup._2.tesla2 {
  background-image: url('../images/full-front.png');
}

.ppf-mockup._3 {
  background-image: url('../images/gold.png');
  background-size: 600px;
}

.ppf-mockup._3.tesla3 {
  background-image: url('../images/track-package.png');
}

.ppf-mockup._5 {
  background-image: url('../images/addon-ppf.png');
}

.ppf-mockup._5.tesla5 {
  background-image: url('../images/tesla-package-additional-1.png');
}

.ppf-mockup._4 {
  background-image: url('../images/full-body-ppf-package.png');
}

.ppf-mockup._4.tesla4 {
  background-image: url('../images/full-wrap.png');
}

.ppf-mockup.tesla {
  background-image: url('../images/partial-front.png');
}

.ppf-mockup._1 {
  background-image: url('../images/partial-front-no-headlight-ppf.png');
}

.ppf-tables-container {
  text-align: center;
  padding-top: 40px;
}

.ppf-price {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.ppf-package-title {
  color: var(--black);
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.cta-button2 {
  background-color: var(--black-2);
  background-image: linear-gradient(to bottom, var(--goldenrod), var(--goldenrod)), linear-gradient(45deg, var(--white-smoke), var(--grey));
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  align-self: flex-start;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cta-button2.tm30px {
  margin-top: 30px;
}

.cta-button2.black {
  background-image: linear-gradient(45deg, var(--black-2), var(--grey));
}

.cta-button2.black.tm30px.bm75px {
  margin-bottom: 100px;
}

.cta-button2.grey {
  background-image: linear-gradient(45deg, var(--grey), var(--white-smoke));
  color: var(--black-2);
}

.gallery-row {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gallery-image {
  width: 100%;
  margin-bottom: 30px;
}

.gallery-image.last {
  margin-bottom: 0;
}

.gallery-column {
  padding-left: 15px;
  padding-right: 15px;
}

.herosection {
  background-image: linear-gradient(#00000080, #00000080), url('../images/protection-labs-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.herosection.ppfmaintenance {
  background-image: linear-gradient(#00000040, #00000040), url('../images/ceramic-coating-maintenance-guide.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.herosection.coatingmaintenance {
  background-image: linear-gradient(#00000040, #00000040), url('../images/paint-protection-film-maintenance-guide.JPG');
  background-position: 0 0, 50% 100%;
  background-attachment: scroll, scroll;
}

.herosection.warranty {
  background-image: linear-gradient(#00000040, #00000040), url('../images/warranty-information.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.herosection.coatingguide {
  background-image: linear-gradient(#00000054, #00000054), url('../images/protection-labs-29.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.herosection.carproimmortal {
  background-image: linear-gradient(to right, #000, #fff0), url('../images/CARPRO-Immortal-PPF.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.herosection.dynoshield {
  background-image: linear-gradient(to right, #000, #fff0), url('../images/dynoshield2.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.herosection.detailing {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/protection-labs-14.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.herosection.interior {
  background-image: linear-gradient(to right, #000000bf, #fff0 70%), url('../images/trase-3.jpg');
}

.herosection.paintcorrection {
  background-image: linear-gradient(#00000080, #00000080), url('../images/paint-correction-before-and-after.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.herosection.ppf {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/protection-labs-11.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.herosection.small {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/protection-labs-13.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  height: 25vh;
}

.herosection.ppf2 {
  background-image: linear-gradient(#0006, #0006), url('../images/protection-labs-1-87.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.contact-herosection {
  background-color: #f5f5f5;
  background-image: linear-gradient(#00000059, #00000059), url('../images/paint-correction.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 620px;
}

.contact-herosection.reservation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.contact-row {
  width: 100%;
  max-width: 1100px;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.contact-image-wrap {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.div-block-6 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-3 {
  color: var(--black-5);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  text-shadow: none;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.contact-info-title {
  color: var(--black-5);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
}

.contactinfo-socialwrap {
  text-align: center;
  margin-top: 35px;
}

.text-field-2 {
  color: var(--black-2);
  letter-spacing: 1.7px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  height: 50px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textarea-2 {
  color: var(--black-2);
  letter-spacing: 1.7px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding-bottom: 34px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.contact-column {
  height: 100%;
}

.rt {
  color: var(--black-5);
  text-align: left;
  letter-spacing: .25px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.rt.left {
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
}

.rt.left ul {
  text-align: left;
  padding-left: 20px;
  list-style-type: disc;
}

.rt.left.black {
  color: var(--black-2);
}

.rt.left.small {
  font-size: 14px;
  line-height: 25px;
}

.rt ul {
  text-align: left;
}

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

.rt h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Public Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.rt h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Public Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.rt.bm40px {
  margin-bottom: 40px;
}

.rt.bm40px.align-center {
  text-align: center;
}

.rt h4 {
  text-transform: uppercase;
  font-family: Public Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.rt.bm70px {
  margin-bottom: 70px;
}

.rt img {
  margin-top: 10px;
}

.ppfpackagetext {
  color: var(--black-2);
  text-align: center;
  width: 80%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.review-slider-viewlink {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.div-block-7 {
  text-align: right;
}

.bold-text-2 {
  font-family: "Fa solid 900", sans-serif;
}

.banner-section {
  background-color: #000;
  background-image: linear-gradient(to right, var(--black-2) 50%, #fff0);
  height: 220px;
}

.banner-wrap {
  text-align: center;
  width: 80%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.banner-title {
  color: #fff;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.banner-text {
  color: #fff;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.cta-button {
  background-color: var(--grey);
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(45deg, var(--grey-2), var(--grey));
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 15px 25px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 3px 15px #0003;
}

.cta-button:hover {
  color: #fff;
}

.cta-button.tm-30px {
  margin-top: 30px;
}

.cta-button.grey {
  background-image: linear-gradient(45deg, var(--grey), var(--white-smoke));
  color: var(--black-2);
}

.scontainer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.requestquote-form {
  text-align: center;
}

.footer-link {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.footer-link.large {
  font-size: 24px;
}

.video-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-4 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image {
  width: 600px;
  margin: 25px auto 20px;
  display: block;
}

.nav-cta {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #969696;
  background-image: none;
  border-radius: 3px;
  margin-left: 10px;
  padding: 9px 20px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-9 {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.form-block-2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textarea-3 {
  color: #101010;
  letter-spacing: 1.7px;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 25px;
  padding-top: 12px;
  padding-bottom: 25px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-3 {
  color: #101010;
  letter-spacing: 1.7px;
  background-color: #fff;
  border-style: none;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-6 {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.image-2 {
  width: 100px;
  margin-bottom: 15px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.text-block-7 {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.link-4 {
  color: #f5f5f5;
  overflow: scroll;
}

.undermaintenace-page-section {
  background-color: #101010;
  position: absolute;
  inset: 0%;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #101010;
  border: 2px #fff;
  border-radius: 3px;
  padding: 11px 17px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.submit-button-2.white {
  color: #101010;
  background-color: #fff;
}

.nac-call-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-call-button {
  background-image: linear-gradient(to bottom, var(--goldenrod), var(--goldenrod));
  color: var(--white);
  -webkit-text-stroke-color: var(--black-5);
  border-radius: 3px;
  margin-left: 14px;
  margin-right: 10px;
  padding: 12px 15px;
  font-family: Public Sans, sans-serif;
  text-decoration: none;
}

.flex-sbs-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  min-height: 300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-sbs-container.last {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.flex-sbs-container._20pxbm {
  margin-bottom: -20px;
}

.sbs-twrap-flex {
  width: 57.5%;
  padding: 15px;
}

.sbs-twrap-flex.w50 {
  width: 50%;
}

.sbs-twrap-flex.w50._2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sbs-twrap-flex.w52-5 {
  width: 52.5%;
}

.sbs-twrap-flex.w45 {
  width: 45%;
  margin-left: auto;
  margin-right: 0;
}

.sbs-twrap-flex.w45._2 {
  margin-left: 0;
}

.sbs-iwrap {
  background-image: url('../images/bat-4.jpg');
  background-position: 0 0;
  background-size: cover;
  align-self: stretch;
  width: 37.5%;
  display: flex;
  overflow: hidden;
}

.sbs-iwrap._1 {
  background-image: url('../images/bat-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sbs-iwrap.w42-5 {
  justify-content: center;
  align-items: center;
  width: 42.5%;
}

.sbs-iwrap.w42-5.blank {
  background-image: linear-gradient(#0000, #0000);
}

.sbs-iwrap.w42-5.mb {
  background-image: url('../images/trase-4.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.sbs-iwrap.w42-5.mb.textarea-2 {
  width: 45%;
}

.sbs-iwrap.w42-5.mb._2 {
  background-image: url('../images/protection-labs-25.jpg'), linear-gradient(#0000, #0000);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  align-self: center;
  width: 45%;
  height: 450px;
}

.sbs-iwrap.w42-5._2 {
  width: 46%;
}

.sbs-iwrap.immortalgraph {
  background-image: url('../images/immortal-graph.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 500px;
}

.sbs-iwrap.w57 {
  align-self: center;
  width: 50%;
  height: 400px;
}

.sbs-iwrap.w57._500px {
  height: 500px;
}

.sbs-iwrap.w57._500px.ppf {
  background-image: url('../images/protection-labs-5.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.sbs-iwrap._3 {
  background-image: url('../images/bat-3.jpg');
}

.sbs-iwrap._4 {
  background-image: url('../images/bat-2.jpg');
}

.sbs-iwrap._5 {
  background-image: url('../images/bat-5.jpg');
}

.sbs-iwrap._6 {
  background-image: url('../images/taho.jpeg');
}

.nav-call-link {
  color: var(--black);
  letter-spacing: 0;
  margin-left: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.fontawesome-call-link {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.footer-brandsweuse-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.footer-brandsweuse-image {
  width: 90px;
  margin-bottom: 10px;
}

.footer-brandsweuse-image.invert {
  filter: invert();
}

.image-4 {
  width: 100px;
}

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

.form-3 {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-quote-columns {
  justify-content: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message {
  background-color: #0000;
}

.text-block-21 {
  color: #161c1d;
  text-align: center;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-block-19 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Public Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 21px;
  transform: translate(0);
}

.hero-quote-l {
  max-height: 600px;
  padding-right: 0;
}

.hero-quote-lcolumn {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 1px 1px 86px #000;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.hero-quote-formblock {
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey)), linear-gradient(315deg, var(--grey), var(--grey-2));
  text-align: center;
  max-width: 350px;
  height: 580px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding: 30px 20px 25px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 1px 1px 8px #000;
}

.hero-quote-heading {
  color: #fff;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px #000;
  margin-bottom: 40px;
  font-family: Public Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.hero-quote-heading._2 {
  width: 670px;
}

.div-block-12 {
  background-image: url('../images/paint-protection3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 85%;
  height: 100%;
}

.div-block-12.stek {
  background-image: url('../images/stek-logo-medium.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 5px;
}

.div-block-12.coating2 {
  background-image: url('../images/cquartzfinestreserve-certification.png');
  background-position: 50%;
  background-size: contain;
}

.div-block-12.coating3 {
  background-image: url('../images/coating-1.png');
  background-size: contain;
}

.div-block-12.coating4 {
  background-image: url('../images/window-tint-1.png');
  background-size: auto 100%;
}

.div-block-12.coating5 {
  background-image: url('../images/coating-6.png');
}

.div-block-12.cquartz {
  background-image: url('../images/CQFR_Kit.png');
  background-position: 0 0;
  background-size: contain;
}

.div-block-12.stekcertified {
  background-image: url('../images/STEK-certified.png');
  background-position: 50%;
  background-size: contain;
}

.div-block-12.feynlab {
  background-image: url('../images/59760980d9e5f43edc8503da_Self-Healing.png');
  background-size: contain;
}

.text-field-4 {
  color: var(--black);
  background-color: #f0f0f0;
  border: 1px #d3d3d3;
  width: 280px;
  height: 42px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.text-block-20 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hero-quote-benefitscolumns {
  margin-bottom: 13px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.submit-button-3 {
  background-color: var(--black-3);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: none;
  border: 2px #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 19px -1px #0000002e;
}

.hero-benefits-wrap {
  background-image: none;
  margin-right: auto;
  padding-bottom: 1px;
  padding-right: 60px;
}

.hero-benefits-wrap.w100-z {
  width: 100%;
}

.column-14 {
  height: 70px;
}

.column-14.feynlab {
  height: 170px;
}

.benefits-container {
  justify-content: center;
  max-width: 1400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits-container.last {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.benefits-wrap {
  background-image: linear-gradient(0deg, var(--black-2) 25%, #0000), url('../images/xpel-vs-spray-paint.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 33%;
  max-width: 400px;
  height: 25vw;
  max-height: 450px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.benefits-wrap.invisible {
  background-image: linear-gradient(to top, var(--black-2) 15%, #0000), url('../images/matte-paint-protection.jpeg');
  background-position: 0 0, 50%;
}

.benefits-wrap.ppf1 {
  background-image: linear-gradient(to top, var(--black-2) 15%, #0000), url('../images/IMG_5175.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.cqpro {
  background-image: linear-gradient(to top, var(--black-2) 20%, #0000 42%), url('../images/audi-ceramic-coating-small.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.benefits-wrap.cqfr {
  background-image: linear-gradient(to top, var(--black-2) 21%, #0000 53%), url('../images/exterior-detailing-M.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.selfcleaning {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/exterior-detailing-M.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
}

.benefits-wrap.antistick {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/dynoshield2.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.warranty {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/ceramic-coating.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.shield {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/ceramic-coating-16.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.coatinggloss {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/Water-Beading-On-Mercedes-Medium.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.forppf {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/ceramic-coating-beeds.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.gloss {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/autostar-7.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.benefits-wrap.cquk {
  background-image: linear-gradient(0deg, var(--black-2) 20%, #0000 63%), url('../images/matte-paint-protection.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.benefits-wrap.primexr {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/car-window-tinting-pittsburgh_1.jpg');
  background-position: 0 0, 50% -20%;
  background-size: auto, 130%;
}

.benefits-wrap.prime {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/contact-or-reserve-with-prestige-auto-armor.jpg');
  background-position: 0 0, 50% -20%;
  background-size: auto, 130%;
}

.benefits-wrap.tesla1 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/autostar-6.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.benefits-wrap.tesla3 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/xpel-stealth-on-tesla.jpg');
}

.benefits-wrap.sliplo {
  background-image: linear-gradient(to top, var(--black-2) 20%, #0000 58%), url('../images/Step-1.png');
  background-size: auto, contain;
}

.benefits-wrap.slipplo2 {
  background-image: linear-gradient(to top, var(--black-2) 20%, #0000 58%), url('../images/Step-2.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.benefits-wrap.slipplo3 {
  background-image: linear-gradient(to top, var(--black-2) 20%, #0000 58%), url('../images/Step-3.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.benefits-wrap.dynocarbon {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/dynoblack-carbon-gloss.jpeg');
}

.benefits-wrap.dynoblack {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/stek-matteblack.jpeg');
  background-position: 0 0, 50% 250%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 160%;
}

.benefits-wrap.hydrophobic {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/Water-Beading-On-Mercedes-Medium.jpeg');
}

.benefits-wrap.ppf2 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/paint-protection-film-s.jpg');
}

.benefits-wrap.dynoprism {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/DYNOprism-m.jpg');
}

.benefits-wrap.beigebmw {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/stek-clear-bra-installation.jpeg');
}

.benefits-wrap.gloss2 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/ppf-wrap.jpeg');
  background-position: 0 0, 50% 100%;
}

.benefits-wrap.ppf3 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/209008452_398534438149674_8783154770857702344_n.jpg');
  background-position: 0 0, 50%;
}

.benefits-wrap._2 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/ford-mustang.jpeg');
  background-position: 0 0, 50% 100%;
}

.benefits-wrap.ppf4 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/autostar-1.jpg');
  background-position: 0 0, 50% 100%;
}

.benefits-wrap.tint1 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/smartseries_mainbanner_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.benefits-wrap.tint2 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/smart_ban3.jpg');
}

.benefits-wrap.tint3 {
  background-image: linear-gradient(to top, var(--black-2) 25%, #0000), url('../images/smartseries_subbanner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.benefits-wrap.color {
  background-image: linear-gradient(15deg, var(--black-4), var(--grey-2)), linear-gradient(to top, var(--black-2) 25%, #0000);
  height: 150px;
  padding-bottom: 20px;
}

.benefits-wrap.paintprotection {
  background-image: linear-gradient(0deg, var(--black-2) 25%, #0000), url('../images/paint-protection-film-s.jpg');
}

.benefits-text-wrap {
  position: relative;
  top: 90%;
  transform: translate(0, -90%);
}

.text-block-22 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-23 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

.trust-section {
  background-color: #e2e2e2;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.trust-container {
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trust-wrap {
  text-align: center;
  align-self: center;
  width: 30%;
  margin-left: 15px;
  margin-right: 15px;
}

.trust-image {
  filter: saturate(90%);
  width: 120px;
  margin-bottom: 10px;
}

.trust-image.icon {
  width: 70px;
}

.text-block-24 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.link-5 {
  color: var(--grey-2);
  font-family: Work Sans, sans-serif;
  font-size: 13px;
  font-weight: 200;
}

.herosectionquote {
  background-image: linear-gradient(#0006, #0006), linear-gradient(90deg, #10101094 8%, #0000), url('../images/transportation-3.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 760px;
  display: flex;
}

.herosectionquote.coating {
  background-image: linear-gradient(#00000091, #00000091), url('../images/protection-labs-6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 620px;
}

.herosectionquote.ppf {
  background-image: linear-gradient(#00000040, #00000040), url('../images/paint-protection-film.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.herosectionquote.tint {
  background-image: linear-gradient(to right, var(--black-2) 35%, #0000), url('../images/car-window-tinting-pittsburgh.jpg');
}

.herosectionquote.tesla {
  background-image: linear-gradient(#00000080, #00000080), url('../images/prestige-auto-armor-tesla.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.herosectionquote.sliplop {
  background-image: linear-gradient(#00000080, #00000080), url('../images/SLIPLO-pittsburgh-pennsylvania.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.herosectionquote.cqpro {
  background-image: linear-gradient(to right, var(--black-2) 35%, #0000), url('../images/cquartz-professional.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.herosectionquote.cqfinest {
  background-image: linear-gradient(to right, var(--black-2) 35%, #0000), url('../images/cquartz-finest-reserve.png');
}

.sbs-rimage {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.sbs-rimage._2 {
  max-height: 500px;
}

.sbs-rimage.detailing {
  max-height: none;
}

.sbs-rimage._6 {
  background-image: url('../images/taho.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.section-image {
  height: 450px;
  padding: 30px;
  overflow: hidden;
}

.video-3 {
  max-height: 400px;
}

.video-4 {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.map-embed-desktop {
  text-align: center;
}

.columns-2 {
  height: 400px;
}

.column-15 {
  height: 100%;
}

.html-embed {
  display: none;
}

.video-5 {
  align-self: center;
}

.cta-button-container {
  text-align: center;
}

.herosection-wrap {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: none;
}

.herosection-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.herosection-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 75px;
  font-family: Work Sans, sans-serif;
  font-size: 52px;
  font-weight: 600;
}

.herosection-heading.small {
  text-transform: none;
  font-size: 42px;
}

.herosection-heading.shorten {
  margin-bottom: 20px;
}

.herosection-button {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(45deg, var(--white-smoke), var(--grey));
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 15px 35px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.herosection-button.white {
  background-image: linear-gradient(to bottom, var(--white), var(--white)), linear-gradient(45deg, var(--white-smoke), var(--grey));
  color: var(--black);
}

.youtube {
  align-self: center;
}

.footer-hours {
  color: var(--light-grey);
  letter-spacing: 1px;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.youtube-2 {
  align-self: center;
}

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

.recaptcha {
  margin-bottom: 25px;
}

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

.class {
  text-decoration: none;
}

.image-5 {
  margin-bottom: 50px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.recaptcha-2 {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.pricingtablesgrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricingtablesgrid._33columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.pricingtablesgrid._33columns.detailing {
  padding-top: 25px;
}

.pricingtablesgrid.hide {
  display: none;
}

.pricingtablesgrid._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricingtablesgrid._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.pricingtablesgrid._4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricingtablemainwrap {
  border: 1px none var(--white-smoke);
  padding-left: 0;
  padding-right: 0;
}

.pricingtablemainwrap.finest {
  background-color: #1e1e1e;
}

.pricingtablemainwrap.innerpaddinglr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pttitlewrap {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.pttitle {
  color: var(--black-2);
  text-transform: capitalize;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.ptcontainer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.ptimagewrapper {
  border-bottom: 1px solid var(--white-smoke);
  text-align: center;
  padding: 35px 25px 25px;
}

.pttextblock {
  color: var(--black-2);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
}

.pttextblock li {
  margin-bottom: 7.5px;
}

.pttextblock._2 ul {
  color: var(--black-4);
  font-size: 21px;
}

.image-6 {
  width: 100%;
}

.image-6._33 {
  width: 33%;
}

.pttextwrap {
  text-align: center;
  padding: 40px 25px;
}

.text-block-25 {
  color: var(--black-4);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.ptpricetitle {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.ptprice {
  color: var(--grey);
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.ptdivider {
  background-color: var(--white-smoke);
  width: 50%;
  height: 1px;
  margin: 0 auto 20px;
}

.ptdivider.bp30px {
  margin-bottom: 30px;
}

.ptbutton {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(45deg, var(--grey-2), var(--white-smoke));
  box-shadow: none;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.ptbutton.grey {
  border: 2px solid var(--white);
  background-image: none;
}

.ptpricingwrap {
  margin-bottom: 40px;
}

.ptpricingwrap.hide {
  display: none;
}

.ptdescriptiontext {
  color: var(--white);
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 13px;
}

.ptbulletpointwrap {
  margin-bottom: 20px;
}

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

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

.herobenefitlogotitleimagewrap {
  margin-bottom: 30px;
}

.cqproprocessgrid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.cqpproprocessimage {
  width: 85%;
}

.div-block-13 {
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.videoherosection {
  background-image: linear-gradient(to right, #000, #10101000), linear-gradient(#00000080, #00000080);
  height: 550px;
}

.bvideosection {
  z-index: 999;
  max-width: 1600px;
}

.imagesectioncontainer {
  max-width: 1600px;
}

.div-block-14 {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-26 {
  color: var(--white-smoke);
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

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

.herobenefitsbulletwrap {
  font-family: "Fa brands 400", sans-serif;
}

.herobenefitheading {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 0 1px 10px #0006;
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.herobenefitheading.last {
  margin-bottom: 50px;
}

.fontawesome.red {
  color: var(--goldenrod);
  font-family: "Fa solid 900", sans-serif;
}

.fontawesome.lp_hero_review {
  color: #ffa600;
  letter-spacing: 2.4px;
  padding-left: 2px;
  font-family: "Fa solid 900", sans-serif;
}

.brandsgrid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brandsgrid._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.brandsgrid.hide {
  display: none;
}

.invertimage {
  filter: invert();
}

.text-block-27 {
  color: var(--black-4);
  margin-top: -30px;
  font-family: Work Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.reserveformblock {
  background-color: var(--light-grey);
  width: 90%;
  max-width: 991px;
  box-shadow: 0 6px 50px 15px #1f1f1f26;
}

.reserveform {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.contact-field-2 {
  border: 1px solid var(--white-smoke-2);
  color: #818181;
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 13px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-field-2.msg {
  border-color: var(--grey);
  height: 110px;
  margin-bottom: 22px;
}

.recaptcha-3 {
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #111;
  border: 3px solid #fff;
  width: 200px;
  margin-bottom: 15px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

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

.button-3.am {
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(55deg, var(--grey-2), var(--grey));
  color: var(--white);
  border-style: none;
  border-radius: 5px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.button-3.am:hover {
  background-color: var(--grey);
}

.text-block-32 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heroheadingreservation {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -75px;
  margin-bottom: 45px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flex-block-2._2 {
  grid-template-columns: .75fr 1fr;
}

.div-block-17 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 70px;
}

.div-block-17._2 {
  padding-left: 70px;
  padding-right: 0;
}

.div-block-18 {
  background-image: url('../images/transportation-2.png');
  background-position: 60%;
  background-size: cover;
}

.div-block-18._2 {
  background-image: url('../images/car-transportation.jpg');
  background-position: 80%;
  background-size: cover;
}

.samller {
  height: 70%;
}

.ctacenterdiv {
  text-align: center;
}

.footer-hours-2 {
  color: #f5f5f3;
  letter-spacing: 1px;
  margin-bottom: -160px;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.image-9 {
  margin-left: -4px;
}

.pttextwrap-2 {
  text-align: center;
  padding: 40px 0;
}

.pttextwrap-2._8 {
  padding-top: 46px;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
}

.ptimagewrapper-2 {
  text-align: center;
  border-bottom: 1px solid #c8cacb;
  padding: 10px 25px 0;
}

.ptimagewrapper-2.detailing {
  padding-top: 0;
}

.pttitlewrap-2 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 15px;
}

.text-block-33 {
  color: #363636;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.pricingtablemainwrap-2 {
  border: 1px #c8cacb;
  padding-left: 0;
  padding-right: 0;
}

.ptbutton-2 {
  box-shadow: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#28282a, #28282a), linear-gradient(45deg, #f0f0f1, #c8cacb);
  border-radius: 3px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.pttextblock-2 {
  color: #101010;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.pttextblock-2._8 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.pttitle-2 {
  color: #101010;
  text-transform: capitalize;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  bottom: 0;
}

.ptpricetitle-2 {
  color: #101010;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.image-10 {
  width: 60%;
  height: 20%;
}

.image-10._33 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 25%;
  height: 25%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.image-10._33._5 {
  width: 23%;
  height: 30%;
}

.pttitlewrap-3 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pttitlewrap-3._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.pttitlewrap-3._3 {
  padding-top: 5px;
  padding-bottom: 0;
}

.text-block-34 {
  color: #363636;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.ptprice-2 {
  color: #83827f;
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.pricingtablemainwrap-3 {
  border: 1px #c8cacb;
  padding-left: 0;
  padding-right: 0;
}

.ptdivider-2 {
  background-color: #c8cacb;
  width: 50%;
  height: 1px;
  margin: 0 auto 20px;
}

.pttitle-3 {
  color: #101010;
  text-transform: capitalize;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  bottom: 0;
}

.pttitle-3._9 {
  bottom: -2px;
}

.pttitle-3._4 {
  margin-top: -16px;
  margin-bottom: -10px;
  padding-bottom: 0;
  bottom: -4px;
}

.pttitle-3._3 {
  bottom: -12px;
}

.image-11 {
  width: 60%;
  height: 20%;
}

.image-11._33 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 25%;
  height: 25%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.pricingtablemainwrap-4 {
  border: 1px #c8cacb;
  padding-left: 0;
  padding-right: 0;
}

.pttitle-4 {
  color: #101010;
  text-transform: capitalize;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  bottom: 0;
}

.text-block-35 {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.text-block-35.hide {
  display: none;
}

.text-block-35.black {
  color: #111;
}

.herosection-2 {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#00000080, #00000080), url('../images/ceramic-coating.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: auto;
  padding-top: 160px;
  padding-bottom: 55px;
}

.form-4 {
  transform: none;
}

.hero-quote-formblock-2 {
  text-align: left;
  background-color: #f5f5f3;
  border: 7px solid #0573e2;
  max-width: 420px;
  height: 100%;
  margin: 0 auto;
  padding: 35px 30px 50px;
}

.div-block-19 {
  background-image: url('../images/google.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 25px;
  margin-top: 3px;
  margin-left: 6px;
  margin-right: 3px;
}

.herogrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-20 {
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.text-block-36 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 21px;
  transform: translate(0);
}

.text-block-36.deal {
  color: #080808;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 34px;
}

.image-12 {
  width: 80%;
}

.heading-3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.submit-button-4 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0573e2;
  background-image: none;
  border: 2px #fff;
  border-radius: 4px;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 19px -1px #0000002e;
}

.heading-2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.lp_hero_review_div {
  text-align: left;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 370px;
  height: 45px;
  margin-bottom: 50px;
  padding-left: 14px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.lp_hero_review_div.center {
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  background-color: #303030;
  width: 1px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-21.lightgrey {
  background-color: #dfdfdf;
}

.nospam {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-30 {
  border: 10px #0573e2;
  border-radius: 10px;
  padding: 0 30px 50px 0;
}

.text-span-8 {
  color: #0573e2;
  font-weight: 700;
  text-decoration: underline;
}

.text-field-5 {
  border: 1px solid #d3d3d3;
  height: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.text-block-37 {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-37.last {
  margin-bottom: 0;
}

.text-block-38 {
  color: #161c1d;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.navbar-2 {
  z-index: 2147483647;
  background-color: #f5f5f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
}

.div-block-28 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.brand-2 {
  filter: none;
  background-image: url('../images/trase-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
}

.nav-link-2 {
  color: #28282a;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link-2._3 {
  font-size: 22px;
}

.nav-link-2._2 {
  color: #fff;
  background-color: #0573e2;
  border-radius: 3px;
  font-size: 18px;
}

.reviewssection {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
}

.reviewssection.hide {
  display: none;
}

.sectiontitle {
  color: #080808;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
}

.sectiontitle.white {
  color: #fff;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 95%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.howitworkswrap {
  background-color: #f5f5f3;
  padding: 50px 20px;
}

.howitworksminiwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.howitworkstitle {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-39 {
  color: #111;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.howitworksbutton {
  color: #fff;
  text-transform: uppercase;
  background-color: #0573e2;
  border-radius: 3px;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-40 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #111;
  background-image: linear-gradient(#0573e2, #0573e2), linear-gradient(129deg, #d6d6d6, #6d6d6d);
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 3px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.pricingtableheading {
  color: #080808;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-2.red {
  background-color: #28282a;
  border-radius: 3px;
}

.pricingtablert {
  color: #28282a;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.pricingtablewrap {
  color: #111;
  border: 3px solid #89b8df;
  padding: 30px;
}

.pricingtablewrap.ga {
  text-align: left;
  border-color: #9b9b9b;
}

.pricingtablewrap.featured {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(145deg, #89b8df, #243e50);
}

.pricingtablewrap.featured.ga {
  background-image: none;
  border-style: solid;
}

.pricingtablegridcontainer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricingtablegridcontainer.galandingpage {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  place-items: stretch start;
  width: 85%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pricingtabledescription {
  color: #28282a;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.reviewsgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between space-around;
  align-items: flex-start;
  width: 85%;
  max-width: 990px;
  margin: 40px auto 20px;
  display: grid;
}

.reviewswrap {
  flex-direction: column;
  display: flex;
}

.reviewsimage {
  flex: 0 auto;
  margin-bottom: 25px;
}

.cta {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0573e2;
  border-radius: 4px;
  margin-top: 10px;
  padding: 25px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.form-block-3 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field-6 {
  color: #101010;
  letter-spacing: 1.7px;
  background-color: #fff;
  border-style: none;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-41 {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.text-block-41.hide {
  display: none;
}

.text-block-41.black {
  color: #111;
}

.requestquote-form-2 {
  text-align: center;
  margin-top: 40px;
}

.div-block-32 {
  background-image: url('../images/google.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 25px;
  margin-top: 3px;
  margin-left: 6px;
  margin-right: 3px;
}

.submit-button-5 {
  color: #101010;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f5f5f3;
  background-image: none;
  border: 2px #fff;
  border-radius: 3px;
  padding: 15px 25px;
  font-weight: 600;
}

.div-block-33 {
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.contactform-section-2 {
  background-image: linear-gradient(#1b110566, #1b110566), url('../images/trase-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-34 {
  background-color: #303030;
  width: 1px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-34.lightgrey {
  background-color: #dfdfdf;
}

.chatwrapper {
  z-index: 2147483647;
  background-image: url('../images/icons8-phone-90-white_1icons8-phone-90-white.png'), linear-gradient(#0573e2, #0573e2);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  border-radius: 200px;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 10px 20px 1px #0000003d;
}

.image-13 {
  height: 100px;
}

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

.rich-text-block, .list {
  text-align: left;
}

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

.div-block-36._4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-37 {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 36px;
  display: flex;
}

.div-block-37.columns-2 {
  background-color: #1a1a1a;
  justify-content: flex-end;
}

.div-block-37.columns-2._22, .div-block-37.columns-2._3, .div-block-37.columns-2._4 {
  background-image: linear-gradient(#00000005 57%, #fff 85%);
}

.div-block-37._2 {
  background-color: #f1f1f1;
}

.text-block-42 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Public Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

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

.text-block-43 {
  color: var(--black);
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-38 {
  background-image: url('../images/chevy-tahoe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 400px;
}

.text-block-44 {
  color: var(--black);
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-45 {
  color: var(--black);
  max-width: 1300px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.brand-3 {
  height: 100px;
}

.div-block-39 {
  background-image: url('../images/chevy-tahoe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-bottom: 10px;
}

.div-block-39.icon-2 {
  background-image: url('../images/5-series.png');
  background-size: 110%;
}

.div-block-39._3 {
  background-image: url('../images/chrystler-pacifica.png');
}

.div-block-39._4 {
  background-image: url('../images/transportation-5.avif');
  background-position: 34% 80%;
  background-repeat: no-repeat;
  background-size: 120%;
}

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

.text-block-46 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
}

html.w-mod-js [data-ix="herowrap-load"] {
  opacity: 0;
  transform: translate(0, -70px);
}

html.w-mod-js [data-ix="scroll-text-appear"] {
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 75px;
    padding: 0;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 100%;
    margin-top: 0;
    margin-left: 15px;
    padding-top: 0;
    display: flex;
  }

  .brand.w--current {
    z-index: 99;
  }

  .navlink {
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    display: block;
  }

  .navlink.last {
    width: 100%;
    margin-bottom: 25px;
  }

  .nav-menu {
    background-color: var(--black-2);
    width: 100%;
    margin-top: 75px;
    padding-top: 25px;
    padding-bottom: 40px;
    display: block;
    position: absolute;
  }

  .div-block {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .link.phone {
    color: #f1efef;
    border-right-width: 1px;
    border-right-color: #858585;
    font-size: 13.5px;
  }

  .sbs-row {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sbs-row.h450px {
    height: auto;
  }

  .sbs-image.ppf2 {
    background-position: 50%;
  }

  .sbs-image-column {
    height: 300px;
  }

  .sbs-image-column.right {
    padding-right: 0;
  }

  .sbs-text-column {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sbs-text-wrap {
    width: 90%;
    position: static;
    transform: none;
  }

  .section {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featuredservices-column {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .form-block {
    margin-top: 0;
  }

  .footer-row {
    flex-direction: column;
    display: flex;
  }

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

  .dropdown-toggle {
    color: var(--white);
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Public Sans, sans-serif;
    font-weight: 700;
  }

  .text-block {
    font-weight: 600;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: relative;
  }

  .dropdown-link {
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Public Sans, sans-serif;
    font-weight: 700;
  }

  .ppf-tabs-button {
    margin-bottom: 15px;
  }

  .ppf-tabs {
    width: 90%;
  }

  .herosection {
    height: 55vh;
    padding-top: 50px;
    padding-bottom: 59px;
    display: block;
  }

  .herosection.ppf {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-herosection {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 10px;
  }

  .contact-row {
    height: auto;
    position: static;
    transform: none;
  }

  .contact-image-wrap {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transform: none;
  }

  .contact-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rt {
    width: 90%;
  }

  .menu-button {
    color: var(--black-5);
    font-size: 28px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .menu-button.w--open {
    color: var(--black-5);
    background-color: #0000;
  }

  .review-slider-viewlink {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Work Sans, sans-serif;
    font-weight: 300;
    text-decoration: none;
    display: block;
  }

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

  .banner-wrap {
    position: static;
    transform: none;
  }

  .nav-cta {
    width: 90%;
    margin-top: 25px;
    margin-left: 0;
  }

  .nav-call-button {
    background-image: linear-gradient(to bottom, var(--goldenrod), var(--goldenrod));
    width: 80%;
    margin-top: 25px;
  }

  .flex-sbs-container, .flex-sbs-container._20pxbm {
    flex-direction: column;
  }

  .sbs-twrap-flex, .sbs-twrap-flex.w52-5 {
    width: 100%;
  }

  .sbs-iwrap {
    width: 100%;
    height: 250px;
  }

  .sbs-iwrap.w42-5.blank, .sbs-iwrap.w42-5.mb._2, .sbs-iwrap.w57 {
    width: 100%;
  }

  .nav-call-link {
    color: var(--white);
    margin-top: 20px;
    margin-left: 0;
    font-weight: 700;
    display: block;
  }

  .form-3 {
    position: static;
    transform: none;
  }

  .hero-quote-columns {
    flex-flow: column;
    height: auto;
    position: static;
    transform: none;
  }

  .hero-quote-l {
    padding-left: 0;
  }

  .hero-quote-lcolumn {
    padding-right: 0;
  }

  .hero-quote-formblock {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
  }

  .hero-quote-heading {
    text-align: center;
  }

  .hero-quote-heading._2 {
    width: auto;
  }

  .hero-quote-benefitscolumns {
    margin-bottom: 0;
  }

  .hero-benefits-wrap {
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .benefits-wrap.ppf1 {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

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

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

  .trust-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trust-container {
    width: 100%;
  }

  .herosectionquote {
    text-align: center;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .herosectionquote.coating {
    height: auto;
  }

  .herosectionquote.ppf {
    height: 400px;
  }

  .herosectionquote.tint {
    background-image: linear-gradient(#000c, #000c), url('../images/car-window-tinting-pittsburgh.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .herosectionquote.tesla {
    height: 80vh;
  }

  .herosectionquote.sliplop {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .map-embed-desktop {
    display: none;
  }

  .html-embed {
    text-align: center;
    display: block;
  }

  .herosection-wrap {
    position: static;
    transform: none;
  }

  .herosection-heading.small {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .herosection-button {
    width: auto;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown {
    text-align: center;
    width: 100%;
    position: static;
  }

  .pricingtablesgrid._33columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    position: absolute;
    inset: 0%;
  }

  .flex-block-2 {
    display: flex;
  }

  .div-block-17 {
    padding-right: 0;
  }

  .div-block-18 {
    display: none;
  }

  .div-block-18._2 {
    padding: 15px;
    display: block;
  }

  .form-4 {
    position: static;
    transform: none;
  }

  .hero-quote-formblock-2 {
    width: 100%;
  }

  .herogrid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-12 {
    width: 50%;
  }

  .lp_hero_review_div {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-31 {
    text-align: center;
  }

  .navbar-2 {
    padding-left: 20px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-2._3 {
    color: #fff;
    background-color: #28282a;
    font-size: 18px;
  }

  .menu-button-2 {
    font-size: 40px;
  }

  .howitworksbutton {
    text-align: center;
  }

  .pricingtablegridcontainer {
    flex-direction: column;
    display: flex;
  }

  .submit-button-5:hover {
    background-image: linear-gradient(45deg, #0c3d3b, #1e928d);
  }

  .chatwrapper {
    display: block;
  }

  .image-13 {
    height: 50px;
  }

  .div-block-35 {
    margin-top: 10px;
    margin-left: 25px;
    position: absolute;
  }

  .icon-3 {
    color: var(--black);
  }

  .div-block-36 {
    flex-flow: column;
    display: flex;
  }

  .div-block-38 {
    display: none;
  }

  .div-block-39.icon-2 {
    background-size: contain;
  }

  .div-block-39._4 {
    background-position: 0 0, 50% 80%;
    background-size: auto, contain;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    display: flex;
  }

  .sbs-image.ppf2, .sbs-image.ppf {
    background-size: cover;
  }

  .sbs-text-wrap {
    width: 90%;
  }

  .sbs-heading {
    font-size: 21px;
    line-height: 22px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .featuredservices-column {
    padding-left: 0;
    padding-right: 0;
  }

  .featuredservices-linkblock {
    margin-bottom: 30px;
  }

  .featuredservices-linkblock.last {
    margin-bottom: 0;
  }

  .featuredservices-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .section-heading {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .reviewslider {
    width: 100%;
    height: 340px;
  }

  .left-arrow, .right-arrow {
    width: 21px;
  }

  .slider-wrap {
    width: 90%;
    position: static;
    transform: none;
  }

  .review-slider-text {
    font-size: 15px;
    line-height: 22px;
  }

  .review-slider-name {
    font-size: 15px;
  }

  .form-block {
    width: 85%;
  }

  .footer-logo-wrap {
    padding-left: 0;
  }

  .footer-title {
    font-size: 20px;
  }

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

  .footer-socialmedia-wrap {
    padding-left: 0;
  }

  .ppf-tabs {
    width: 95%;
  }

  .ppf-mockup {
    background-size: contain;
    margin-bottom: 0;
  }

  .ppf-mockup._2, .ppf-mockup._3 {
    background-size: contain;
  }

  .ppf-tables-container {
    padding-top: 0;
  }

  .cta-button2 {
    text-align: center;
  }

  .gallery-image, .gallery-image.last {
    margin-bottom: 20px;
  }

  .herosection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 50px;
    display: flex;
  }

  .herosection.detailing {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-herosection {
    padding-bottom: 20px;
  }

  .contact-herosection.reservation {
    height: auto;
  }

  .contact-row {
    position: static;
    transform: none;
  }

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

  .contact-info-title {
    font-size: 24px;
  }

  .rt {
    width: 95%;
  }

  .rt.left {
    font-size: 15px;
  }

  .rt.bm40px {
    font-size: 16px;
    line-height: 25px;
  }

  .icon {
    margin-right: -8px;
  }

  .banner-title {
    font-size: 21px;
    line-height: 21px;
  }

  .banner-text {
    line-height: 19px;
  }

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

  .div-block-4 {
    width: 90%;
  }

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

  .image-2 {
    width: 80px;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 18px;
  }

  .flex-sbs-container {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .sbs-twrap-flex {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sbs-twrap-flex.w50 {
    width: 100%;
  }

  .sbs-twrap-flex.w50._2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sbs-twrap-flex.w52-5, .sbs-twrap-flex.w45 {
    width: 100%;
  }

  .sbs-iwrap {
    background-position: 90% 20%;
    width: 100%;
    height: 250px;
  }

  .sbs-iwrap._1 {
    background-position: 50%;
    height: 200px;
    margin-bottom: 20px;
  }

  .sbs-iwrap.w42-5 {
    width: 100%;
  }

  .sbs-iwrap.w42-5.blank {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    margin-top: 20px;
  }

  .sbs-iwrap.w42-5.blank.hidemobile {
    display: none;
  }

  .sbs-iwrap.w42-5.mb._2, .sbs-iwrap.w42-5._2 {
    width: 100%;
  }

  .sbs-iwrap.w57 {
    height: auto;
  }

  .sbs-iwrap.w57._500px {
    justify-content: center;
    height: 200px;
  }

  .sbs-iwrap._6 {
    background-position: 50%;
  }

  .sbs-iwrap.bm20px {
    margin-bottom: 20px;
  }

  .image-4 {
    width: 75px;
  }

  .columns {
    width: auto;
  }

  .hero-quote-columns {
    width: 90%;
  }

  .text-block-19 {
    font-size: 25px;
  }

  .hero-quote-l {
    padding-left: 0;
  }

  .hero-quote-lcolumn {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-18 {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-quote-formblock {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-quote-heading {
    font-size: 24px;
    line-height: 34px;
  }

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

  .hero-quote-benefitscolumns {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-benefits-wrap {
    margin-bottom: 25px;
  }

  .column-13 {
    height: auto;
  }

  .benefits-container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .benefits-container.last {
    flex-direction: column;
  }

  .benefits-wrap {
    background-position: 0 0, 50% 80%;
    align-self: center;
    width: 100%;
    max-width: 500px;
    height: 200px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-wrap.invisible {
    background-position: 0 0, 50% 40%;
  }

  .benefits-wrap.antistick {
    background-position: 0 0, 50%;
  }

  .benefits-wrap.shield {
    background-position: 0 0, 50% 40%;
  }

  .benefits-wrap.coatinggloss, .benefits-wrap.forppf {
    background-position: 0 0, 50% 70%;
  }

  .benefits-wrap.gloss {
    background-position: 0 0, 50%;
  }

  .benefits-wrap.cquk {
    background-position: 0 0, 50% 20%;
  }

  .benefits-wrap.primexr, .benefits-wrap.prime, .benefits-wrap.dynoblack {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .trust-image {
    width: 80px;
  }

  .trust-image.icon {
    width: 50px;
  }

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

  .sbs-rimage._2 {
    height: 200px;
  }

  .section-image {
    height: 340px;
  }

  .columns-2 {
    height: auto;
  }

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

  .herosection-wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .herosection-subtitle {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
  }

  .herosection-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .slide-3 {
    height: 400px;
  }

  .slider-2 {
    height: 80vh;
  }

  .column-17 {
    padding-bottom: 30px;
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .pricingtablesgrid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .image-6 {
    width: 50%;
  }

  .ptbutton {
    font-size: 16px;
  }

  .brandsgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
  }

  .reserveform {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-field-2 {
    width: 400px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-3 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    display: block;
  }

  .div-block-17._2 {
    padding-left: 0;
  }

  .div-block-18 {
    height: 300px;
    display: block;
  }

  .ptbutton-2 {
    font-size: 16px;
  }

  .image-10, .image-11 {
    width: 50%;
  }

  .herosection-2 {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-quote-formblock-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-36 {
    font-size: 25px;
  }

  .text-block-36.deal {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .lp_hero_review_div {
    justify-content: center;
  }

  .text-field-5 {
    height: 40px;
  }

  .reviewssection {
    padding: 40px 20px;
  }

  .sectiontitle {
    width: 95%;
    font-size: 30px;
    line-height: 34px;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .pricingtablegridcontainer {
    flex-direction: column;
    display: flex;
  }

  .form-block-3 {
    width: 85%;
  }

  .chatwrapper {
    width: 60px;
    height: 60px;
  }

  .div-block-35 {
    margin-left: 15px;
    position: absolute;
  }

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

  .div-block-37.columns-2 {
    height: 400px;
  }

  .text-block-42 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .div-block-39._4 {
    background-image: url('../images/transportation-5.avif'), linear-gradient(#0000, #0000);
    background-position: 50% 90%, 0 0;
    background-size: 80%, auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100%;
    margin-left: 5px;
    padding-top: 0;
    display: flex;
  }

  .nav-menu {
    margin-top: 70px;
  }

  .link.phone {
    padding-right: 15px;
    font-size: 12px;
  }

  .sbs-image-column {
    height: 240px;
  }

  .section.contact {
    padding-left: 5px;
    padding-right: 5px;
  }

  .featuredservices-image {
    height: 200px;
  }

  .reviewslider {
    height: 420px;
    position: static;
  }

  .review-slider-text {
    display: block;
  }

  .form-block {
    width: 98%;
  }

  .text-field, .textarea {
    letter-spacing: 0;
  }

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

  .footer-row {
    width: 91%;
  }

  .div-block-3 {
    margin-bottom: 30px;
  }

  .footer-title.businessname {
    text-transform: none;
  }

  .ppf-tabs-button {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .ppf-mockup {
    height: 200px;
  }

  .cta-button2 {
    margin-top: 10px;
  }

  .cta-button2.black.tm30px.bm75px {
    margin-top: 15px;
    margin-bottom: 75px;
  }

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

  .gallery-column {
    padding-left: 0;
    padding-right: 0;
  }

  .herosection {
    justify-content: center;
    align-items: center;
    min-height: 220px;
    display: flex;
  }

  .contact-herosection {
    padding-top: 20px;
    padding-right: 17px;
  }

  .contact-image-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-column {
    padding-left: 0;
    padding-right: 0;
  }

  .rt, .rt.left {
    font-size: 16px;
  }

  .rt ul {
    padding-left: 24px;
  }

  .ppfpackagetext {
    font-size: 14px;
  }

  .menu-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon {
    margin-right: 5px;
    font-size: 28px;
  }

  .icon-2 {
    margin-left: 5px;
    font-size: 28px;
  }

  .flex-sbs-container {
    margin-bottom: 0;
  }

  .sbs-iwrap.w42-5.blank {
    margin-top: 0;
  }

  .sbs-iwrap.w42-5.mb._2 {
    height: 190px;
  }

  .hero-quote-columns {
    width: 95%;
  }

  .hero-quote-lcolumn {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-quote-formblock {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-quote-heading {
    margin-bottom: 20px;
  }

  .text-field-4 {
    font-size: 16px;
  }

  .submit-button-3 {
    width: 160px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .column-14 {
    height: 46px;
  }

  .column-14.feynlab {
    height: 80px;
  }

  .benefits-wrap {
    height: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-wrap.coatinggloss, .benefits-wrap.forppf {
    background-position: 0 0, 50% 100%;
  }

  .benefits-wrap.prime {
    background-position: 0 0, 50%;
    background-size: auto, 140%;
  }

  .text-block-22 {
    font-size: 17px;
  }

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

  .trust-container {
    justify-content: center;
  }

  .trust-wrap.hid {
    display: none;
  }

  .section-image {
    height: 160px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .herosection-subtitle {
    font-size: 11px;
  }

  .herosection-heading {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 34px;
  }

  .herosection-heading.small {
    font-size: 21px;
    line-height: 24px;
  }

  .herosection-button {
    padding: 10px;
  }

  .dropdown.last {
    margin-bottom: 15px;
  }

  .pricingtablemainwrap.innerpaddinglr25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ptimagewrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-6 {
    width: 60%;
  }

  .pttextwrap {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .ptpricetitle {
    font-size: 12px;
  }

  .ptprice {
    font-size: 30px;
  }

  .ptbutton {
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 14px;
  }

  .herobenefitwrapgrid {
    flex-direction: column;
    display: flex;
  }

  .cqproprocessgrid {
    display: flex;
  }

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

  .image-7 {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .bvideosection {
    height: 230px;
  }

  .herobenefitheading {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .brandsgrid {
    width: 100%;
  }

  .contact-field-2 {
    width: 90%;
    height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .button-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .button-3.am {
    width: 90%;
  }

  .div-block-18._2 {
    padding-right: 25px;
    display: none;
  }

  .html-embed-2 {
    margin-top: 25px;
  }

  .ctacenterdiv._2 {
    margin-bottom: 25px;
  }

  .pttextwrap-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ptimagewrapper-2 {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .ptbutton-2 {
    letter-spacing: 0;
    padding: 10px 5px;
    font-size: 14px;
  }

  .ptpricetitle-2 {
    font-size: 12px;
  }

  .image-10 {
    width: 60%;
  }

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

  .ptprice-2 {
    font-size: 30px;
  }

  .image-11 {
    width: 60%;
  }

  .text-block-35 {
    color: #1f1f1f;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-35.black {
    font-size: 13px;
  }

  .herosection-2 {
    padding: 80px 5px 0;
  }

  .hero-quote-formblock-2 {
    border-width: 3px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-19 {
    width: 58px;
  }

  .text-block-36.deal {
    font-size: 26px;
    line-height: 32px;
  }

  .image-12 {
    width: 75%;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

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

  .lp_hero_review_div {
    width: 332px;
    margin-bottom: 30px;
  }

  .div-block-21 {
    background-color: #8b8b8b;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .div-block-30 {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .text-field-5 {
    font-size: 16px;
  }

  .div-block-31 {
    width: 95%;
  }

  .text-block-37 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .navbar-2 {
    height: 60px;
    padding-left: 0;
  }

  .div-block-28 {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .brand-2 {
    width: 80px;
    height: 40px;
  }

  .menu-button-2.w--open {
    color: #28282a;
  }

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

  .sectiontitle {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .howitworkswrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricingtablegridcontainer.galandingpage {
    width: 96%;
  }

  .reviewsgrid {
    width: 95%;
  }

  .form-block-3 {
    width: 93%;
  }

  .text-field-6 {
    letter-spacing: 0;
  }

  .text-block-41 {
    color: #1f1f1f;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-41.black {
    font-size: 13px;
  }

  .div-block-32 {
    width: 58px;
  }

  .div-block-34 {
    background-color: #8b8b8b;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .chatwrapper {
    margin-bottom: 30px;
  }

  .div-block-35 {
    margin-left: 5px;
  }

  .div-block-37.columns-2 {
    height: 300px;
  }

  .div-block-37.columns-2._3 {
    background-position: 0 0, 50% 0;
  }

  .div-block-37.columns-2._4 {
    background-position: 0 0, 6% 0;
  }

  .text-block-42 {
    margin-bottom: 5px;
  }

  .div-block-39._3 {
    background-size: auto 124%;
  }

  .div-block-39._4 {
    background-image: url('../images/transportation-5.avif'), linear-gradient(#0000, #0000);
    background-position: 50% 70%, 0 0;
    background-size: auto 120%, auto;
  }
}

#w-node-_8eb8511e-ee7d-1453-2909-3597e79e0c4d-4147e123, #w-node-be6b3563-6ed4-2c59-7ff9-a82b7ee1a745-4147e123, #w-node-e178b8d0-5161-ec1a-cd54-59cef2cdb257-4147e123, #w-node-_7c3b2320-55d5-af5c-b06a-c848be2be312-74ab1de3, #w-node-_9fdf78d2-491f-5783-0671-a8d97afedca7-74ab1de3, #w-node-_4613de71-b06b-264d-b3d8-62fd5d17a1d1-4147e13a, #w-node-_4613de71-b06b-264d-b3d8-62fd5d17a1d5-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170c56-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170c57-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170ca1-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170ca2-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170ce1-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170ce2-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170d28-4147e13a, #w-node-afb289c3-6e7b-b1d3-f36a-0413c8170d29-4147e13a, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e7fb3-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e7fd7-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e7fd8-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e7ffb-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e8021-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e8043-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e8044-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e806c-b45e7fb2, #w-node-_0a41c53d-d0eb-ed21-ac39-af52b45e806d-b45e7fb2, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e13b, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888618-4147e13b, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888620-4147e13b, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888624-4147e13b, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd25-4147e13b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd44-4147e13b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd65-4147e13b, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd80-4147e13b, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd9e-4147e13b, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e13e, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888618-4147e13e, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888620-4147e13e, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888624-4147e13e, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd25-4147e13e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd44-4147e13e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd65-4147e13e, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd80-4147e13e, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd9e-4147e13e, #w-node-_055e34ef-9ce7-fdcd-ee00-e3cc72151898-4147e142, #w-node-_055e34ef-9ce7-fdcd-ee00-e3cc721518bd-4147e142, #w-node-_055e34ef-9ce7-fdcd-ee00-e3cc721518be-4147e142, #w-node-_055e34ef-9ce7-fdcd-ee00-e3cc721518e4-4147e142, #w-node-_055e34ef-9ce7-fdcd-ee00-e3cc7215190c-4147e142, #w-node-_055e34ef-9ce7-fdcd-ee00-e3cc7215190d-4147e142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86112fd4-1f98-96b9-3be9-b7827d31b3cd-4147e144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9dbcd78d-8cee-be4e-4740-84901d7e7074-4147e15a, #w-node-_41cc5936-e3a0-96d8-a885-e41babca379e-4147e15a, #w-node-_047e480f-9ac7-8f8f-ee5f-3d53038d865b-4147e15a, #w-node-_047e480f-9ac7-8f8f-ee5f-3d53038d865c-4147e15a, #w-node-_439536e4-386c-1112-5bda-1bc132cbb6e2-4147e15a, #w-node-_045d459f-748b-bd06-e0ad-0e1b9233433f-4147e15a, #w-node-e06b6a4c-4cfd-117a-4d62-b2463b5a37f6-4147e15a, #w-node-_548d7bb1-39d6-b1ab-e6e1-957bb9808a97-4147e15a, #w-node-_6572167e-d0b2-9fdd-f2f0-67a6440f774b-4147e15a, #w-node-_572db1a8-abab-ba59-95ca-c918eef416e8-4147e15a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1690ae75-de08-4de6-329c-49ebf422015f-4147e15a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_9dbcd78d-8cee-be4e-4740-84901d7e7074-4147e15b, #w-node-_41cc5936-e3a0-96d8-a885-e41babca379e-4147e15b, #w-node-_047e480f-9ac7-8f8f-ee5f-3d53038d865b-4147e15b, #w-node-_047e480f-9ac7-8f8f-ee5f-3d53038d865c-4147e15b, #w-node-_439536e4-386c-1112-5bda-1bc132cbb6e2-4147e15b, #w-node-_045d459f-748b-bd06-e0ad-0e1b9233433f-4147e15b, #w-node-e06b6a4c-4cfd-117a-4d62-b2463b5a37f6-4147e15b, #w-node-_548d7bb1-39d6-b1ab-e6e1-957bb9808a97-4147e15b, #w-node-_6572167e-d0b2-9fdd-f2f0-67a6440f774b-4147e15b, #w-node-_572db1a8-abab-ba59-95ca-c918eef416e8-4147e15b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1690ae75-de08-4de6-329c-49ebf422015f-4147e15b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-f04c5946-bd11-641e-88ba-8021c469b307-4147e15e, #w-node-a6c3c117-012d-7062-8289-e1d271622cbc-4147e15e, #w-node-_647fc857-13d9-854b-f57b-b97a1540f078-4147e15e, #w-node-_647fc857-13d9-854b-f57b-b97a1540f079-4147e15e, #w-node-c80c2bbe-07d4-f7e5-d5ae-88473946dba3-4147e15e, #w-node-c80c2bbe-07d4-f7e5-d5ae-88473946dba4-4147e15e, #w-node-a4927673-15cd-a52c-b857-c629b88122cc-4147e15e, #w-node-a4927673-15cd-a52c-b857-c629b88122cd-4147e15e, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e15f, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888618-4147e15f, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888620-4147e15f, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888624-4147e15f, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd25-4147e15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd44-4147e15f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd65-4147e15f, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd80-4147e15f, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd9e-4147e15f, #w-node-_0e302736-e654-0096-fb78-74cfcc1f1b6f-ac050f5c, #w-node-_0e302736-e654-0096-fb78-74cfcc1f1b70-ac050f5c, #w-node-f9a7508f-d6dc-0531-66e0-99f7ac050f80-ac050f5c, #w-node-f9a7508f-d6dc-0531-66e0-99f7ac050f81-ac050f5c, #w-node-f9a7508f-d6dc-0531-66e0-99f7ac050fa3-ac050f5c, #w-node-f9a7508f-d6dc-0531-66e0-99f7ac050fa4-ac050f5c, #w-node-f9a7508f-d6dc-0531-66e0-99f7ac050fc6-ac050f5c, #w-node-f9a7508f-d6dc-0531-66e0-99f7ac050fc7-ac050f5c, #w-node-_4948232f-85c9-e4e9-616a-6e591c2f6914-ac050f5c, #w-node-_4948232f-85c9-e4e9-616a-6e591c2f6915-ac050f5c, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e173, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888618-4147e173, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888620-4147e173, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888624-4147e173, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd25-4147e173 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd44-4147e173 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd65-4147e173, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd80-4147e173, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd9e-4147e173, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e184, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888618-4147e184, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888620-4147e184, #w-node-c5141e4a-d586-ea4c-3f04-9e5f37888624-4147e184, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd25-4147e184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd44-4147e184 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd65-4147e184, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd80-4147e184, #w-node-_7916c5d5-75fe-f37f-fced-6aca90f8cd9e-4147e184, #w-node-f291593e-6c84-83d5-792f-80a0b88fae54-4147e185, #w-node-f291593e-6c84-83d5-792f-80a0b88fae55-4147e185, #w-node-f291593e-6c84-83d5-792f-80a0b88fae6c-4147e185, #w-node-f291593e-6c84-83d5-792f-80a0b88fae6d-4147e185, #w-node-f291593e-6c84-83d5-792f-80a0b88fae84-4147e185, #w-node-f291593e-6c84-83d5-792f-80a0b88fae85-4147e185, #w-node-_6774c7d6-1fa5-bc83-df04-0b69bfe5c6f2-4147e19c, #w-node-_6774c7d6-1fa5-bc83-df04-0b69bfe5c705-4147e19c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e13b, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e13e, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e15f, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e173, #w-node-b93a1967-c2e6-9e9b-f3e1-3b858b80c795-4147e184 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}