@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/claritycity-blackitalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/claritycity-extrabold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/claritycity-medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/claritycity-black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/claritycity-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/claritycity-bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: dimgrey;
  --neutral--800: #070707;
  --accent--primary-1: #fb6203;
  --neutral--100: white;
  --neutral--300: #f0f0f0;
  --general--shadow-01: #14142b0f;
  --neutral--200: #f6f6f6;
  --neutral--700: #393939;
  --neutral--400: #d6d6d6;
  --neutral--500: #919191;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: #00000014;
  --general--shadow-03: #0000001a;
  --general--shadow-04: #20202024;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #0000003d;
  --button-shadow--color-01: #1f1f1f17;
  --button-shadow--color-2: #1f1f1f;
  --button-shadow--color-03: #1f1f1f14;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--neutral--600);
  font-family: Claritycity, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--800);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Claritycity, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 1.4em;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 140px 80px;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.545em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 80px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.gap-column-0 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
}

.grid-2-columns.gap-column-0.gap-row-64px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid-2-columns.gap-column-0.gap-row-64px.opposite {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns._1-25fr---1fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns.gap-row-0 {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
}

.grid-2-columns._2-25fr---1fr {
  grid-template-columns: 2.25fr 1fr;
}

.grid-2-columns._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns.gap-column-48px.gap-row-100px {
  grid-column-gap: 48px;
  grid-row-gap: 100px;
}

.grid-2-columns.gap-column-48px.gap-row-100px._3-col {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2-columns.locations-map {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  align-items: start;
  width: 62%;
  max-width: 782px;
  position: absolute;
  top: 56px;
  left: 56px;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.text-over-image-link {
  z-index: 1;
  background-color: var(--neutral--800);
  min-height: 404px;
  box-shadow: none;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.text-over-image {
  min-height: 598px;
  box-shadow: none;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  display: flex;
  position: relative;
}

.card.testimonial {
  padding: 58px 38px 64px;
}

.card.product {
  flex-direction: column;
  justify-content: flex-start;
  height: 1060px;
  padding: 52px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.card.product.dark {
  border-color: var(--neutral--700);
  background-color: var(--neutral--800);
  height: 1144px;
  box-shadow: none;
}

.card.product.dark.ppf {
  height: 684px;
}

.card.product.dark.ppf.tint.w--current {
  height: 500px;
}

.card.product.dark.tint {
  height: 484px;
}

.card.product.mg-top-84px-desktop {
  height: 1060px;
  margin-top: 84px;
}

.card.product.mg-top-84px-desktop.ppf {
  height: 600px;
  padding-bottom: 52px;
}

.card.product.mg-top-84px-desktop.tint {
  height: 400px;
}

.card.product.mg-top-84px-desktop.ad {
  height: 600px;
}

.card.product.mg-top-84px-desktop.ad1 {
  height: 720px;
}

.card.product.mg-top-84px-desktop.powder {
  height: 680px;
}

.card.team-member {
  background-color: var(--neutral--800);
  box-shadow: none;
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.card.team-member:hover {
  color: var(--accent--primary-1);
}

.card.add-to-cart {
  z-index: 3;
  border-color: var(--neutral--400);
  max-width: 512px;
  box-shadow: none;
  margin-top: -500px;
  padding: 72px 44px 64px;
  position: sticky;
  top: 16px;
}

.card.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card.password-protected {
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 82px 78px;
  position: relative;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

.grid-3-about {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-about.our-numbers {
  grid-template-columns: auto auto auto;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-800.bottom-48 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 48%;
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.bg-neutral-100.top-72 {
  position: absolute;
  inset: 72% 0 0;
}

.bg-neutral-100.top-48 {
  inset: 48% 0 0;
  position: absolute;
  inset: 48% 0 0;
}

.bg-neutral-100.top-70 {
  position: absolute;
  inset: 70% 0 0;
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-600.mg-bottom-40px {
  text-align: center;
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-100.mg-bottom-0 {
  text-align: left;
}

.color-neutral-100.opacity-80 {
  letter-spacing: normal;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.color-neutral-100.text-break-no-wrap {
  font-size: 22px;
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.color-neutral-400.mg-bottom-40px {
  text-align: left;
}

.color-neutral-400.mg-bottom-0 {
  padding-top: 10px;
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.subtitle {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 170px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 22px;
}

.divider.subtitle.white {
  background-color: var(--neutral--100);
}

.divider.subtitle.color-neutral-400 {
  background-color: var(--neutral--400);
}

.divider.link {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

.divider.link.white {
  background-color: var(--neutral--100);
}

.divider.footer-title {
  background-color: var(--accent--primary-1);
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
}

.divider.newsletter {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 170px;
  height: 4px;
  margin-top: 0;
  margin-bottom: 12px;
}

.divider.contact-info {
  width: 100%;
  max-width: 204px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-80px {
  margin-top: 80px;
}

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

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-32px {
  margin-right: 32px;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.text-uppercase {
  text-align: center;
  text-align: center;
  letter-spacing: normal;
  text-transform: capitalize;
  line-height: 1.2em;
}

.text-200.black {
  font-weight: 900;
}

.text-200.black.dropdown-title {
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-right: 0;
}

.text-200.black.text-uppercase {
  text-align: center;
  letter-spacing: .06em;
  text-align: center;
  letter-spacing: .06em;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.display-1 {
  color: var(--neutral--800);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.125em;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
  text-align: left;
  letter-spacing: normal;
  font-size: 65px;
  line-height: 1em;
}

.display-1.color-neutral-100.mg-bottom-8px.main-page {
  font-size: 65px;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  text-decoration: none;
  display: flex;
}

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-48px {
  grid-column-gap: 48px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 900;
  line-height: 1em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2.color-neutral-100.mg-bottom-8px {
  font-size: 31px;
}

.display-3 {
  color: var(--neutral--800);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.182em;
}

.display-4 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4.color-neutral-100.mg-bottom-8px {
  letter-spacing: normal;
}

.display-4.mg-bottom-8px {
  text-align: center;
  letter-spacing: normal;
  align-self: center;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.black {
  font-weight: 900;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.black {
  font-weight: 900;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.black {
  font-weight: 900;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-bold.color-neutral-100 {
  color: var(--neutral--100);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  font-weight: 700;
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._1-col-tablet.gap-row-40px {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.stats-left {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  background-color: #0000;
  grid-template-columns: auto auto auto;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 14px;
}

.grid-3-columns.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.style---shadow-card.button-shadow-color-02 {
  box-shadow: 0 6px 20px #1f1f1f12;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  min-height: 70vh;
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._968px {
  max-width: 968px;
}

.inner-container._648px {
  max-width: 648px;
}

.inner-container._760px {
  max-width: 760px;
}

.inner-container._760px.mg-bottom-64px {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._670px {
  max-width: 670px;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._678px {
  max-width: 678px;
}

.inner-container._368px {
  max-width: 368px;
}

.inner-container._290px {
  max-width: 290px;
}

.inner-container._396px {
  max-width: 396px;
}

.inner-container._638px {
  max-width: 638px;
}

.inner-container._876px {
  max-width: 876px;
}

.inner-container._546px {
  max-width: 546px;
}

.inner-container._340px {
  max-width: 340px;
}

.inner-container._704px {
  max-width: 704px;
}

.inner-container._794px {
  max-width: 794px;
}

.inner-container._730px {
  max-width: 730px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._270px {
  max-width: 270px;
}

.inner-container._692px {
  max-width: 692px;
}

.inner-container._692px.transform-top--16px {
  transform: translate(0, -16px);
}

.inner-container._836px {
  max-width: 836px;
}

.inner-container._962px {
  max-width: 962px;
}

.inner-container._160px {
  max-width: 160px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._910px {
  max-width: 910px;
}

.inner-container._870px {
  max-width: 870px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
  overflow: auto;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 0;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  border: 2.5px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 30px 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  border-color: var(--neutral--100);
  background-color: var(--system--orange-300);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  white-space: nowrap;
  margin-left: 32px;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  border-color: var(--neutral--100);
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 30px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  color: var(--accent--primary-1);
  background-color: #0000;
}

.btn-primary.white:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  background-color: var(--accent--primary-1);
  margin-right: 28px;
}

.btn-primary.width-100.text-break-normal {
  white-space: normal;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.hover-none {
  transform-style: preserve-3d;
  transition-property: none;
}

.btn-primary.hover-none:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: none;
}

.btn-primary.btn-next {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary {
  border: 2.5px solid var(--neutral--800);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.small.category-button {
  margin-left: 22px;
  text-decoration: none;
}

.btn-secondary.small.category-button.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.hover-none {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition-property: none;
}

.btn-secondary.hover-none:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-secondary.btn-previous {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary.blog-featured-button {
  margin-right: 40px;
  transition-property: none;
}

.btn-secondary.blog-featured-button:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--800);
  transform: none;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--neutral--300);
  color: var(--neutral--600);
}

.badge-primary.small {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.small.link {
  transform-style: preserve-3d;
  transition: color .3s, background-color .3s, transform .3s;
}

.badge-primary.small.link:hover {
  background-color: #be0000;
  transform: translate3d(0, -6px, .01px);
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  background-color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding: 0 0 34px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--accent--primary-1) var(--accent--primary-1) var(--neutral--600);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
  font-weight: 500;
}

.input.small {
  min-height: 48px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 72px;
}

.input.large.button-inside {
  padding: 26px 24px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.dropdown {
  min-height: 100%;
  color: var(--neutral--600);
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 0 solid #000;
  padding-bottom: 0;
}

.input.dropdown-wrapper {
  padding-bottom: 0;
}

.input.dropdown-wrapper.mg-bottom-32px {
  margin-bottom: 32px;
}

.position-relative {
  position: relative;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  background-color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0;
  min-height: 108px;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--accent--primary-1) var(--accent--primary-1) var(--neutral--600);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
  font-weight: 500;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  background-color: var(--neutral--700);
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.social-icon-square.white:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.dropdown-arrow {
  margin-left: 4px;
  font-size: 18px;
}

.line-square-icon.footer-link {
  margin-right: 14px;
  font-size: 34px;
  font-style: normal;
}

.line-square-icon.link-icon-left {
  margin-right: 18px;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.line-square-icon.locations-link-icon {
  color: var(--accent--primary-1);
  margin-right: 18px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  transform: translate(0, -2px);
}

.line-square-icon.success-message-check {
  color: var(--accent--primary-1);
}

.line-square-icon.success-message-check.large {
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 1em;
}

.line-square-icon.success-message-check.left {
  margin-right: 8px;
  font-size: 24px;
  line-height: 1em;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-bottom: 14px;
}

.rich-text h3 {
  margin-bottom: 24px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 56px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-bottom: 14px;
}

.rich-text h5, .rich-text h4 {
  margin-bottom: 24px;
}

.rich-text blockquote {
  margin-top: 64px;
  margin-bottom: 48px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.style---dropdown-toggle.w--open {
  color: var(--neutral--800);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.position-relative---z-index-3.thank-you {
  padding-bottom: 5em;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--600);
  background-color: var(--neutral--200);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--800);
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--800);
  width: 100%;
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
  display: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
}

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

.container-default.z-index-1.lp {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.blog-post-title.ppf-section {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container-default.blog-post-title {
  z-index: 2;
  position: absolute;
  bottom: 310px;
  left: 0;
  right: 0;
}

.container-default.blog-post-title.master-service {
  padding-top: 130px;
  top: 52.602px;
}

.container-default.z-index-1 {
  z-index: 1;
  padding-top: 5em;
  padding-bottom: 1em;
  position: relative;
}

.container-default.z-index-1.package {
  padding-top: 1em;
}

.section {
  background-color: var(--neutral--100);
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section.overflow-hidden.lp {
  max-width: 100%;
  padding-top: 160px;
}

.section.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.top.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.section.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/vip-tint-ppf-detail-25.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 60px;
}

.section.top.bg-neutral-800.bottom-padding-60px.thank-you {
  padding-top: 220px;
}

.section.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/vip-tint-ppf-detail-33.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.top.pd-bottom-200px.no-bg {
  background-image: none;
}

.section.top.pd-bottom-200px.no-bg.category {
  padding-top: 220px;
}

.section.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.master-temp-bg-image {
  background-image: linear-gradient(#000c, #000c), url('../images/38081298_1823622887728057_5510011460979261440_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section.stats-left {
  z-index: 1;
  background-color: var(--neutral--800);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section.bg-neutral-800.overflow-hidden {
  background-color: #0000;
}

.section.bg-neutral-800.overflow-hidden.black {
  background-color: var(--neutral--800);
  padding-top: 135px;
}

.section.bg-neutral-800.overflow-hidden.black.social {
  padding-top: 90px;
}

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-200px.overflow-hidden.stats {
  background-color: var(--neutral--800);
}

.section.pd-200px.pd-bottom-160px {
  padding-top: 100px;
  padding-bottom: 160px;
}

.section.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section.pd-top-150px {
  padding-top: 150px;
}

.section.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section.hero-bg-video {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--neutral--800), #00000029 89%);
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
  display: block;
}

.section.overflow-hidden {
  display: block;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.heading-h1-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

.heading-h3-size.mg-bottom-16px {
  text-align: center;
}

.heading-h3-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h4-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
}

.heading-h5-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h6-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: #0000;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  position: absolute;
}

.header-wrapper.dark {
  background-color: var(--neutral--800);
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  color: var(--neutral--100);
}

.header-nav-link.w--current:hover {
  color: var(--accent--primary-1);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.first {
  padding-left: 0;
}

.dropdown-toggle {
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  width: 320px;
}

.dropdown-link {
  width: 100%;
  color: var(--neutral--800);
  padding: 0 0 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.111em;
  display: block;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.w--current {
  color: var(--neutral--600);
}

.dropdown-link.w--current:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.special {
  border-bottom: 3px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  padding-bottom: 6px;
  font-weight: 900;
  transition: border-color .2s, color .3s;
}

.dropdown-link.special:hover {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  background-color: var(--neutral--100);
  margin-right: 0;
  padding: 48px 20px 48px 25px;
}

.header-logo {
  max-width: 150px;
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-right: 32px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale3d(.9, .9, 1.01);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--100);
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  background-color: var(--neutral--300);
  color: var(--accent--primary-1);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-circle-secondary.slider-arrow {
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
}

.btn-circle-secondary.slider-arrow.right---bottom-center {
  inset: auto 0% 0% 84px;
}

.btn-circle-secondary.slider-arrow.left---bottom-center {
  inset: auto 84px 0% 0%;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  top: -100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hidden-on-desktop {
  display: none;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

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

.flex-vertical.center {
  align-items: center;
}

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

.footer-wrapper {
  background-color: var(--neutral--800);
}

.footer-logo {
  width: 100%;
  max-width: 180px;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-logo-wrapper {
  margin-bottom: 8px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 16px;
  padding-left: 0;
}

.footer-link {
  color: var(--neutral--100);
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent--primary-1);
}

.footer-link.text-and-icon {
  align-items: center;
  margin-bottom: 24px;
  transition: none;
  display: flex;
}

.footer-link.special {
  border-bottom: 4px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  padding-bottom: 8px;
  font-weight: 900;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-link.special:hover {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.footer-top {
  padding-top: 170px;
  padding-bottom: 120px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--700);
  text-align: center;
  padding-top: 46px;
  padding-bottom: 46px;
}

.success-message {
  background-color: var(--accent--primary-1);
  width: 100%;
  color: var(--neutral--100);
  padding: 28px 28px 32px;
}

.success-message.white-message {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  padding: 0;
}

.success-message.white-message.large {
  padding: 0;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  margin-top: 20px;
  padding: 20px 24px;
}

.grid-footer-paragrah---social-media {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.text-left {
  text-align: left;
}

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

.sticky-top {
  position: sticky;
  top: 0;
}

.floating-item {
  position: absolute;
}

.floating-item.photo-bottom-shape-1 {
  width: 50%;
  bottom: -60px;
  left: -40px;
}

.floating-item.photo-bottom-shape-2 {
  width: 50%;
  bottom: -100px;
  left: -15px;
}

.floating-item.photo-bottom-shape-3 {
  width: 68%;
  max-width: 436px;
  bottom: -162px;
  left: -48px;
  right: 0;
}

.floating-item.hero-bottom-shape-1 {
  width: 90%;
  margin-left: -4px;
  bottom: 0;
  left: 0;
}

.floating-item.hero-bottom-shape-2 {
  width: 54%;
  margin-left: -4px;
  bottom: 0;
  left: 0;
}

.floating-item.section-bottom-shape-1 {
  width: 82%;
  margin-bottom: -1px;
  margin-right: -4px;
  bottom: 0;
  right: 0;
}

.floating-item.hero-bottom-shape-3 {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 100%;
  width: 74%;
  min-height: 274px;
  max-height: 274px;
  margin-left: -3px;
  bottom: 0;
  left: 0;
}

.floating-item.hero-bottom-shape-4 {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 100%;
  width: 86%;
  max-height: 54px;
  margin-bottom: -1px;
  bottom: 0;
  left: 0;
}

.floating-item.section-top-shape-1 {
  object-fit: cover;
  object-position: 100% 0%;
  width: 60%;
  max-width: 1012px;
  min-height: 190px;
  top: 0;
  left: 0;
}

.opacity-80 {
  opacity: .8;
}

.fit-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
}

.subtitle.mg-bottom-24px {
  margin-bottom: 24px;
}

.subtitle.mg-bottom-24px.contact {
  text-align: left;
}

.subtitle.mg-bottom-16px {
  margin-bottom: 16px;
}

.subtitle.white {
  color: var(--neutral--100);
}

.subtitle.color-neutral-400 {
  color: var(--neutral--400);
}

.text-decoration-none {
  text-decoration: none;
}

.cta-section {
  background-color: var(--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-1 {
  background-color: var(--neutral--800);
  background-image: linear-gradient(#070707cc, #070707cc), url('../images/chatgpt-image-aug-14-2026-06_08_36-am.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  padding-top: 166px;
  padding-bottom: 234px;
}

.cta-section.cta-2 {
  background-color: var(--neutral--800);
  background-image: linear-gradient(to right, #000, #00000029), url('../images/red-ceramic-coated-car.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  padding-top: 166px;
  padding-bottom: 234px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-wrapper.arrows-bottom {
  padding-bottom: 110px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-404px {
  max-width: 404px;
  overflow: visible;
}

.slider-mask.width-512px {
  max-width: 512px;
  overflow: visible;
}

.accordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  border-width: 1px 0;
  border-top-color: var(--neutral--600);
  border-bottom-color: var(--neutral--600);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  background-color: var(--neutral--100);
  width: 28px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-title {
  color: var(--neutral--100);
  margin-bottom: 0;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  text-align: center;
  padding: 26px 24px;
}

.heading-link {
  transition: color .3s;
}

.heading-link:hover {
  color: var(--accent--primary-1);
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.team-member-content {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  inset: auto 52px 52px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(#0000, #000);
}

.bg-overlay-gradient.team-member {
  background-image: linear-gradient(#0000 10%, #000000e6);
  position: absolute;
  inset: 200px 0 0;
}

.slide-item-mg {
  margin-right: 28px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.height-100 {
  height: 100%;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 25em;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.inside-card {
  object-fit: fill;
  border-radius: 0;
  margin-bottom: 46px;
  position: relative;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.blog-card-wrapper {
  max-width: 1010px;
  color: var(--neutral--600);
  margin-left: auto;
  text-decoration: none;
}

.blog-card-wrapper.card {
  height: 100%;
  box-shadow: none;
  border-style: none;
  position: relative;
}

.blog-card-badge-wrapper-top {
  position: absolute;
  inset: 24px 24px auto auto;
}

._404-not-found {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: -52px;
  font-size: 272px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.11em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--300);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.cart-button {
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 32px;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
  transition-property: none;
  position: relative;
}

.cart-button:hover {
  color: var(--neutral--100);
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--neutral--100);
  letter-spacing: .02em;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.125em;
  display: flex;
}

.cart-quantity:hover {
  color: var(--neutral--100);
}

.apple-pay-btn {
  border-radius: 0;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.apple-pay-btn.cart {
  height: 67px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.flex {
  display: flex;
}

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

.flex.align-center.mg-bottom-16px {
  text-align: center;
  text-align: justify;
  justify-content: center;
  align-self: auto;
}

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

.stats-left-bg-diagonal {
  z-index: -1;
  background-color: var(--neutral--100);
  width: 100px;
  position: absolute;
  inset: 0% 10% 0% 0;
  transform: skew(43deg);
}

.stats-left-bg-left {
  z-index: -1;
  background-color: var(--neutral--100);
  position: absolute;
  inset: 0% 73% 0% 0%;
}

.text-over-image-link---text-container {
  z-index: 3;
  position: absolute;
  bottom: 48px;
  left: 40px;
  right: 40px;
}

.text-over-image-link---gradient {
  background-image: linear-gradient(to bottom, #0000 10%, #000000c4 50%, var(--accent--primary-1));
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.text-over-image-link---image {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}

.bg-text {
  z-index: -1;
  position: absolute;
}

.bg-text.services {
  width: 54%;
  top: -32px;
  right: -160px;
}

.bg-text.why-us {
  width: 44%;
  top: -84px;
  right: -150px;
}

.bg-text.about {
  width: 85%;
  top: -120px;
  left: -118px;
}

.bg-text.locations {
  width: 66%;
  max-width: 842px;
  top: -56px;
  right: -64px;
}

.bg-text.testimonials {
  width: 80%;
  top: -98px;
  left: -74px;
}

.bg-text.blog {
  width: 31%;
  top: -16px;
  right: 238px;
}

.bg-text.packages {
  width: 64%;
  max-width: 814px;
  top: -60px;
  right: -126px;
}

.bg-text.our-numbers {
  width: 86%;
  top: -80px;
  right: 261.406px;
}

.bg-text.why-us-2 {
  width: 46%;
  max-width: 578px;
  top: -66px;
  left: -40px;
}

.bg-text.why-us-3 {
  width: 100%;
  top: -140px;
  left: -200px;
}

.bg-text.locations-2 {
  top: -44px;
  left: -60px;
}

.bg-text.services-2 {
  width: 56%;
  max-width: 720px;
  top: -72px;
  right: -136px;
}

.bg-text.faqs {
  width: 32%;
  max-width: 410px;
  top: -36px;
  right: 230px;
}

.bg-text.testimonials-2 {
  width: 86%;
  max-width: 1088px;
  top: -98px;
  left: -72px;
}

.bg-text.newsletter {
  width: 66%;
  max-width: 836px;
  top: -62px;
  left: -100px;
}

.bg-text.locations-3 {
  width: 66%;
  top: -79px;
  right: -102px;
}

.bg-text.not-found {
  width: 90%;
  top: 212px;
  left: -248px;
}

.bg-text.packages {
  width: 64%;
  max-width: 814px;
  margin-bottom: 1em;
  position: static;
  top: -1em;
}

.cta-bottom-shape {
  width: 83%;
  margin-bottom: -1px;
  margin-right: -4px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta-bottom-shape.shape-left {
  margin-left: -4px;
  margin-right: 0;
  left: 0;
  right: auto;
}

.cta-text-container {
  max-width: 640px;
  margin-left: auto;
}

.cta-text-container.text-left {
  margin-left: 0;
}

.text-over-image---text-container {
  z-index: 3;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 68px;
  left: 16px;
  right: 16px;
}

.text-over-image---gradient {
  background-image: linear-gradient(to bottom, #0000 10%, #000000c7 50%, var(--accent--primary-1));
  position: absolute;
  inset: 136px 0 0;
}

.mg-right-12px {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.font-size-28px {
  font-size: 28px;
}

.link-white {
  color: var(--neutral--100);
}

.link-white:hover {
  color: var(--accent--primary-1);
}

.text-break-no-wrap {
  white-space: nowrap;
}

.footer-shape-top {
  width: 38%;
  margin-bottom: -1px;
  margin-left: -4px;
}

.hero-2-images.image-left {
  z-index: 2;
  width: 100%;
  margin-top: 90px;
}

.hero-2-images.image-right {
  z-index: 1;
  width: 100%;
}

.hero-2-images.image-left {
  z-index: 2;
  width: 68%;
  max-width: 858px;
  margin-top: 90px;
  position: relative;
}

.hero-2-images.image-right {
  z-index: 1;
  width: 48%;
  max-width: 578px;
  position: absolute;
  bottom: 28%;
  right: 0;
}

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

.position-relative---z-index-3 {
  z-index: 3;
  position: relative;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.mg-top-auto {
  margin-top: auto;
}

.link.text-and-icon {
  text-decoration: none;
  transition: none;
  display: flex;
}

.link.text-and-icon.large {
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.091em;
  transition: opacity .3s;
}

.link.text-and-icon.large:hover {
  opacity: .8;
}

.link.round-icon-top {
  text-align: center;
  text-decoration: none;
  transition: none;
}

.section-divider-wrapper {
  background-color: var(--neutral--100);
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-divider {
  background-color: var(--neutral--400);
  width: 100%;
  height: 1px;
}

.newsletter-section {
  background-color: var(--neutral--800);
  padding-top: 206px;
  padding-bottom: 218px;
  position: relative;
  overflow: hidden;
}

.blog-featured-bg-image-wrapper {
  max-height: 20em;
  overflow: hidden;
}

.blog-featured-bg-overlay {
  background-color: #07070799;
  position: absolute;
  inset: 0%;
}

.blog-featured-title {
  z-index: 1;
  width: 68%;
  max-width: 850px;
  margin-top: -170px;
  margin-bottom: 266px;
  position: relative;
}

.blog-featured-bg-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-height: 824px;
  position: relative;
}

.blog-post-bg-image {
  object-fit: cover;
  width: 100%;
  min-height: 824px;
  max-height: 824px;
}

.blog-post-bg-overlay {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.blog-post-top-section {
  background-color: var(--neutral--100);
  position: relative;
}

.contact-card-left {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--neutral--400);
  padding: 94px 64px 80px;
}

.contact-card-right {
  background-color: var(--accent--primary-1);
  padding: 94px 64px 80px;
}

.locations-map-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  min-height: 680px;
  position: relative;
}

.locations-map-link-wrapper {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.locations-map-link-wrapper:hover {
  color: var(--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.locations-map-link-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.page-not-found {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.229em;
}

.icon.password-page {
  margin-bottom: 20px;
}

.pd-left-0 {
  padding-left: 0;
}

.loader-main-wrapper {
  z-index: 2147483647;
  background-color: var(--neutral--200);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loader {
  background-color: var(--neutral--100);
  background-image: linear-gradient(to bottom, var(--accent--primary-1) 50%, white 50%);
  border-radius: 10000000000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 12px #0303030f;
}

.loader-hollow {
  background-color: var(--neutral--200);
  border-radius: 100000000000px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  box-shadow: 0 -2px 12px #03030329;
}

.loader-radius-2 {
  background-color: var(--accent--primary-1);
  border-radius: 999999px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
}

.loader-radius-1 {
  background-color: var(--accent--primary-1);
  border-radius: 999999px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
}

.form {
  margin-bottom: 0;
}

.form.min-h-73px {
  align-items: stretch;
  min-height: 73px;
  display: flex;
}

.form.min-h-522px {
  min-height: 522px;
  display: flex;
}

.success-message-inner-container {
  height: 100%;
  color: var(--neutral--600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message-inner-container.horizontal {
  flex-direction: row;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.grid-1-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-1-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-1-columns.form {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
}

.grid-1-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 80px;
}

.grid-1-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-1-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-1-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-1-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-1-columns.gap-column-0 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
}

.grid-1-columns.gap-column-0.gap-row-64px {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
}

.grid-1-columns._1-25fr---1fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-1-columns.gap-row-0 {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
}

.grid-1-columns._2-25fr---1fr {
  grid-template-columns: 2.25fr 1fr;
}

.grid-1-columns._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-1-columns.gap-column-48px.gap-row-100px {
  grid-column-gap: 48px;
  grid-row-gap: 100px;
}

.grid-1-columns.locations-map {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  align-items: start;
  width: 62%;
  max-width: 782px;
  position: absolute;
  top: 56px;
  left: 56px;
}

.section-service {
  padding-top: 5em;
  padding-bottom: 300px;
}

.section-service.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-service.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-service.overflow-hidden {
  padding-bottom: 1em;
}

.section-service.overflow-hidden.content-section {
  padding-top: 1em;
}

.section-service.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-service.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-service.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-service.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-service.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-service.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-service.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-service.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-service.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-service.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-service.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-service.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-service.pd-top-150px {
  padding-top: 150px;
}

.section-service.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-service.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.hero-3-images.image-left {
  z-index: 2;
  width: 68%;
  max-width: 858px;
  margin-top: 90px;
  position: relative;
}

.hero-3-images.image-right {
  z-index: 1;
  width: 48%;
  max-width: 578px;
  position: absolute;
  bottom: 28%;
  right: 0;
}

.hero-3-images.image-left-2, .hero-4-images.image-left {
  z-index: 2;
  width: 68%;
  max-width: 858px;
  margin-top: 90px;
  position: relative;
}

.hero-4-images.image-right {
  z-index: 1;
  width: 48%;
  max-width: 578px;
  position: absolute;
  bottom: 28%;
  right: 0;
}

.section-2 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-2.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-2.overflow-hidden {
  display: block;
}

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

.section-2.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-2.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-2.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-2.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-2.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-2.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-2.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-2.pd-180px {
  background-color: var(--neutral--100);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-2.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-2.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-2.pd-top-150px {
  padding-top: 150px;
}

.section-2.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-2.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-2.overflow-hidden {
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}

.section-3 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-3.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-3.overflow-hidden {
  padding-top: 0;
  display: block;
}

.section-3.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-3.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-3.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-3.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-3.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-3.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-3.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-3.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-3.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-3.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-3.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-3.pd-top-150px {
  padding-top: 150px;
}

.section-3.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-3.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-3-tint {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-3-tint.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3-tint.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-3-tint.overflow-hidden {
  display: block;
}

.section-3-tint.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-3-tint.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-3-tint.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-3-tint.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-3-tint.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3-tint.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-3-tint.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-3-tint.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-3-tint.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-3-tint.pd-180px {
  padding-top: 40px;
  padding-bottom: 180px;
}

.section-3-tint.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-3-tint.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-3-tint.pd-top-150px {
  padding-top: 150px;
}

.section-3-tint.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-3-tint.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-4 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-4.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-4.overflow-hidden {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-4.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-4.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-4.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-4.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-4.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-4.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-4.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-4.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-4.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-4.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-4.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-4.pd-top-150px {
  padding-top: 150px;
}

.section-4.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-4.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.hero-8-images.image-left {
  z-index: 2;
  width: 68%;
  max-width: 858px;
  margin-top: 90px;
  position: relative;
}

.hero-8-images.image-right {
  z-index: 1;
  width: 48%;
  max-width: 578px;
  position: absolute;
  bottom: 28%;
  right: 0;
}

.section-3-wraps {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-3-wraps.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3-wraps.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-3-wraps.overflow-hidden {
  display: block;
}

.section-3-wraps.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-3-wraps.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-3-wraps.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-3-wraps.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-3-wraps.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3-wraps.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-3-wraps.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-3-wraps.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-3-wraps.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-3-wraps.pd-180px {
  padding-top: 40px;
  padding-bottom: 180px;
}

.section-3-wraps.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-3-wraps.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-3-wraps.pd-top-150px {
  padding-top: 150px;
}

.section-3-wraps.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-3-wraps.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.hero-10-images.image-left {
  z-index: 2;
  width: 68%;
  max-width: 858px;
  margin-top: 90px;
  position: relative;
}

.hero-10-images.image-right {
  z-index: 1;
  width: 48%;
  max-width: 578px;
  position: absolute;
  bottom: 28%;
  right: 0;
}

.hero-11-images.image-left {
  z-index: 2;
  width: 68%;
  max-width: 858px;
  margin-top: 90px;
  position: relative;
}

.hero-11-images.image-right {
  z-index: 1;
  width: 48%;
  max-width: 578px;
  position: absolute;
  bottom: 28%;
  right: 0;
}

.grid-4-service {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-service.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-4-service.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-4-service._1-col-tablet.gap-row-40px.pc {
  grid-template-columns: 1fr 1fr;
}

.grid-4-service._1-col-tablet.gap-row-40px {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4-service.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-4-service.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-4-service.stats-left {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  background-color: #0000;
  grid-template-columns: auto auto auto;
  max-width: 1054px;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 14px;
}

.grid-4-service.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.button-align-bottom {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.grid-2-columns-service-images {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.grid-2-columns-service-images.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns-service-images.form {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
}

.grid-2-columns-service-images.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 80px;
}

.grid-2-columns-service-images.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns-service-images.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns-service-images.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns-service-images.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns-service-images.gap-column-0 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
}

.grid-2-columns-service-images.gap-column-0.gap-row-64px {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
}

.grid-2-columns-service-images._1-25fr---1fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns-service-images.gap-row-0 {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
}

.grid-2-columns-service-images._2-25fr---1fr {
  grid-template-columns: 2.25fr 1fr;
}

.grid-2-columns-service-images._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns-service-images.gap-column-48px.gap-row-100px {
  grid-column-gap: 48px;
  grid-row-gap: 100px;
}

.grid-2-columns-service-images.locations-map {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  align-items: start;
  width: 62%;
  max-width: 782px;
  position: absolute;
  top: 56px;
  left: 56px;
}

.left-hero-image {
  width: 25em;
}

.right-hero-image {
  width: 25em;
  margin-top: -50px;
}

.section-5 {
  display: none;
}

.body {
  border: 1px solid var(--neutral--800);
}

.color-accent-2 {
  color: var(--accent--primary-1);
}

.stats-left-bg-diagonal-2 {
  z-index: -1;
  position: absolute;
  inset: 0% 10% 0% 0;
  transform: skew(43deg);
}

.heading-h4-size-2 {
  color: #070707;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.273em;
}

.heading-h4-size-2.stats {
  color: var(--neutral--100);
}

.display-5 {
  color: #070707;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
}

.display-5.mg-bottom-4px.stats {
  color: var(--accent--primary-1);
}

.stats-left-bg-left-2 {
  z-index: -1;
  background-color: var(--neutral--800);
  position: absolute;
  inset: 0% 73% 0% 0%;
}

.main-block {
  z-index: 256;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: 0 0 32px -16px #00000052;
}

.faq-block {
  text-align: left;
  border-radius: 1em;
  width: 100%;
  padding: 2em 2em 1em;
}

.faq-page-image {
  float: left;
  border-radius: 1em;
  width: 42%;
  margin-bottom: 1em;
  margin-right: 2em;
}

.section-6 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-6.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-6.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-6.overflow-hidden {
  display: block;
}

.section-6.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-6.top.bg-neutral-800.bottom-padding-60px {
  padding-bottom: 60px;
}

.section-6.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-6.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-6.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-6.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-6.master-temp-bg-image {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/39871825_249830822337551_6185845953972612132_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-6.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-6.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-6.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-6.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-6.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-6.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-6.pd-top-150px {
  padding-top: 150px;
}

.section-6.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-6.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.service-mask {
  background-color: #fff;
}

.service-slide-4 {
  background-image: url('../images/274651221_515651933564334_6832474402722149797_n.jpeg');
  background-position: 50% 65%;
  background-size: cover;
  width: 50%;
  font-size: 16px;
}

.service-slide-2 {
  background-image: url('../images/teslaatbellsprings.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  font-size: 16px;
}

.features-description-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.4em;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
}

.packages-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f3f3f7;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

.service-image-2 {
  margin-top: -50px;
}

.general-section {
  z-index: 64;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 96em;
  margin-bottom: -99px;
  padding-bottom: 8em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.service-grid {
  z-index: 256;
  text-align: center;
  background-color: #fff;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: minmax(200px, 1fr);
  place-content: stretch;
  width: 100%;
}

.div-red-color {
  z-index: 256;
  background-color: #fd0500;
  border-radius: 2px;
  width: 4em;
  height: 4px;
  margin-bottom: 1.2815em;
}

.heading-7 {
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
}

.heading-1-service {
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
}

.heading-9 {
  text-align: center;
}

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

.main-service-block {
  z-index: 256;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  flex: auto;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: 0 0 32px -16px #00000052;
}

.main-service-block.top-margin-negative {
  box-shadow: none;
  flex-direction: row;
  justify-content: center;
}

.main-service-block.top-margin-negative.service {
  padding-left: 0;
  padding-right: 0;
}

.service-slide-1 {
  background-image: url('../images/porscheatbellsprings.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  font-size: 16px;
}

.service-slide-3 {
  background-image: url('../images/275542812_530481071771757_8514729579795385690_n.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  font-size: 16px;
}

.slider-block {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 61px;
}

.image-2 {
  padding-bottom: 50px;
}

.section-7 {
  background-color: var(--neutral--800);
}

.section-8 {
  background-color: var(--neutral--800);
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-2 {
  color: #0000;
  text-align: center;
  letter-spacing: normal;
  font-size: 42px;
}

.bold-text {
  color: var(--neutral--300);
  line-height: .8em;
}

.slide {
  background-image: url('../images/porschegt42020ceramiccoating.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
}

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

.section-9 {
  background-color: var(--neutral--800);
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.form-embed {
  height: 60rem;
}

.heading-h3-size-1 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

.heading-h3-size-1.mg-bottom-16px {
  text-align: center;
}

.heading-h3-size-1.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h3-size-2 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

.heading-h3-size-2.mg-bottom-16px {
  text-align: center;
}

.heading-h3-size-2.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h3-size-3 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

.heading-h3-size-3.mg-bottom-16px {
  color: #fff;
  text-align: center;
}

.heading-h3-size-3.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h3-size-4 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

.heading-h3-size-4.mg-bottom-16px {
  text-align: center;
  letter-spacing: normal;
}

.heading-h3-size-4.color-neutral-100 {
  color: var(--neutral--100);
}

.section-10 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-10.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-10.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-10.overflow-hidden {
  padding-top: 0;
  display: block;
}

.section-10.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-10.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/990dadcd-08ee-491b-a6bf-412b66b29a7f.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section-10.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/momntm-23.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section-10.top.pd-bottom-200px.no-bg {
  background-image: none;
}

.section-10.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-10.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-10.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-10.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/2020-ceramic-coating-car-right-size.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-10.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-10.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-10.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-10.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section-10.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-10.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-10.pd-top-150px {
  padding-top: 150px;
}

.section-10.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-10.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029 89%);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-3-correction {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-3-correction.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3-correction.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-3-correction.overflow-hidden {
  display: block;
}

.section-3-correction.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-3-correction.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-3-correction.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-3-correction.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-3-correction.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3-correction.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-3-correction.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-3-correction.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-3-correction.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-3-correction.pd-180px {
  padding-top: 40px;
  padding-bottom: 180px;
}

.section-3-correction.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-3-correction.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-3-correction.pd-top-150px {
  padding-top: 150px;
}

.section-3-correction.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-3-correction.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-11 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-11.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-11.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-11.overflow-hidden {
  display: block;
}

.section-11.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-11.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/279407451_953712175350213_1821737165309242505_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section-11.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/vip-tint-ppf-detail-39.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section-11.top.pd-bottom-200px.no-bg {
  background-image: none;
}

.section-11.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-11.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-11.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-11.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/2020-ceramic-coating-car-right-size.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-11.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-11.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-11.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-11.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section-11.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-11.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-11.pd-top-150px {
  padding-top: 150px;
}

.section-11.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-11.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029 89%);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-11.master-temp-bg-image {
  background-image: linear-gradient(162deg, #000, #00000029), url('../images/ppf-install-in-in-killeen-copperas-cove-fort-hood-harker-heights-temple-tx.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: -1.9em;
  padding-top: 15em;
  padding-bottom: 40em;
}

.section-11.master-temp-bg-image.cc {
  margin-bottom: -11em;
}

.section-12 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-12.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-12.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-12.overflow-hidden {
  display: block;
}

.section-12.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-12.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/279407451_953712175350213_1821737165309242505_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section-12.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/269813920_996835860896132_6749609897634761310_n.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section-12.top.pd-bottom-200px.no-bg {
  background-image: none;
}

.section-12.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-12.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-12.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-12.master-temp-bg-image {
  background-image: linear-gradient(#000c, #000c);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 40em;
  display: flex;
}

.section-12.master-temp-bg-image.cc {
  margin-bottom: -4.8em;
}

.section-12.master-temp-bg-image.ppf.promo {
  padding-bottom: 12em;
}

.section-12.master-temp-bg-image.blog-heaader {
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 13.5em;
}

.section-12.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-12.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-12.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-12.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section-12.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-12.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-12.pd-top-150px {
  padding-top: 150px;
}

.section-12.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-12.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029 89%);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.grid-4-about {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-about.our-numbers {
  grid-template-columns: auto auto auto;
}

.section-13 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-13.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-13.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-13.overflow-hidden {
  display: block;
}

.section-13.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-13.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/279407451_953712175350213_1821737165309242505_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section-13.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/269813920_996835860896132_6749609897634761310_n.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section-13.top.pd-bottom-200px.no-bg {
  background-image: none;
}

.section-13.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-13.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-13.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-13.master-temp-bg-image {
  background-image: linear-gradient(#000c, #000c), url('../images/46171898_307413300109600_7536701310924000633_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-13.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-13.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-13.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-13.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section-13.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-13.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-13.pd-top-150px {
  padding-top: 150px;
}

.section-13.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-13.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029 89%);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-15 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-15.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-15.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-15.overflow-hidden {
  display: block;
}

.section-15.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-15.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/279407451_953712175350213_1821737165309242505_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section-15.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/269813920_996835860896132_6749609897634761310_n.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section-15.top.pd-bottom-200px.no-bg {
  background-image: none;
}

.section-15.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-15.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-15.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-15.master-temp-bg-image {
  background-image: linear-gradient(#000c, #000c), url('../images/car-detailing-orange-county-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-15.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-15.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-15.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-15.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section-15.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-15.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-15.pd-top-150px {
  padding-top: 150px;
}

.section-15.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-15.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029 89%);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-16 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

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

.section-16.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-16.overflow-hidden {
  display: block;
}

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

.section-16.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/279407451_953712175350213_1821737165309242505_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section-16.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/269813920_996835860896132_6749609897634761310_n.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section-16.top.pd-bottom-200px.no-bg {
  background-image: none;
}

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

.section-16.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-16.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-16.master-temp-bg-image {
  background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-16.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

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

.section-16.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-16.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

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

.section-16.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-16.pd-top-150px {
  padding-top: 150px;
}

.section-16.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-16.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029 89%);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.hero-image-left {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
  top: 79px;
  bottom: 8px;
  left: 34px;
  box-shadow: 1px 1px 12px #000;
}

.hero-image-left.ccl {
  width: 100%;
  height: 16em;
  top: 133px;
  left: 10px;
}

.hero-image-left.cpl {
  width: 100%;
  height: 16em;
  top: 272px;
  left: 10px;
}

.hero-image-left.pcl {
  width: 100%;
  height: 16em;
  top: 258px;
  left: 10px;
}

.hero-image-left.vwl {
  width: 100%;
  height: 16em;
  top: 282px;
  left: 10px;
}

.hero-image-left.adl, .hero-image-left.ppfl {
  width: 100%;
  height: 16em;
  top: 127px;
  left: 10px;
}

.hero-image-left.ccl {
  object-fit: cover;
  width: 310px;
  height: 205px;
  top: 46px;
}

.hero-image-left.ppf {
  width: 100%;
  height: 22em;
  top: 116px;
  left: -24px;
}

.hero-image-left.ad {
  width: 100%;
  height: 20.6em;
  top: 127px;
  left: -31px;
}

.hero-image-left.vw {
  width: 100%;
  height: 18em;
  top: 0;
  left: -37px;
}

.hero-image-left.pc {
  width: 100%;
  height: 17em;
  top: 0;
}

.hero-image-left.powder {
  width: 90%;
  height: auto;
  top: 0;
}

.hero-image-right {
  z-index: -99;
  object-fit: fill;
  width: 85%;
  height: 100%;
  position: relative;
  top: -215px;
  right: -77px;
  box-shadow: 1px 1px 12px #000;
}

.hero-image-right.cpr {
  width: 85%;
  height: auto;
  top: -226px;
  right: -77px;
}

.hero-image-right.pcr {
  width: 100%;
  height: auto;
  top: -153px;
  right: -77px;
}

.hero-image-right.vwr {
  width: 85%;
  height: auto;
  top: -99px;
  right: -77px;
}

.hero-image-right.adr, .hero-image-right.ppfr {
  width: 85%;
  height: auto;
  top: -242px;
  right: -77px;
}

.hero-image-right.ccr {
  object-fit: cover;
  width: 450px;
  height: 300px;
  top: -296px;
  right: -53px;
}

.hero-image-right.ppf {
  width: 85%;
  height: auto;
  top: -204px;
  right: -77px;
}

.hero-image-right.ad {
  width: 100%;
  height: auto;
  top: -157px;
  right: 7px;
}

.hero-image-right.vw {
  width: 100%;
  height: auto;
  top: -164px;
  right: -20px;
}

.hero-image-right.pc {
  width: 100%;
  height: 20em;
  top: -203px;
  right: -53px;
}

.hero-image-right.powder {
  object-fit: cover;
  width: 500px;
  height: 320px;
  top: 0;
  right: -53px;
}

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

.gallery13_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery13_image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.gallery13_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

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

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery13_image {
  box-shadow: 1px 1px 12px #000;
}

.section-gallery13 {
  overflow: hidden;
}

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

.grid-5-service.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-5-service.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-5-service._1-col-tablet.gap-row-40px {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.grid-5-service.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-5-service.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-5-service.stats-left {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  background-color: #0000;
  grid-template-columns: auto auto auto;
  max-width: 1054px;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 14px;
}

.grid-5-service.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.color-neutral-801 {
  color: #fff;
}

.geotargetlygeocontent1657214487045_default, .geotargetlygeocontent1657214487045_content_2 {
  display: none;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #c81818;
  border: 2.5px solid #c81818;
  justify-content: center;
  padding: 30px 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #ff5a65;
  border-color: #fff;
  transform: translate3d(0, -6px, .01px);
}

.btn-primary-2.button-row {
  background-color: #c81818;
  margin-right: 28px;
}

.btn-primary-2.hover-none {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  transform-style: preserve-3d;
  transition-property: none;
}

.btn-primary-2.hover-none:hover {
  color: #fff;
  background-color: #c81818;
  border-color: #c81818;
  transform: none;
}

.geotargetlygeocontent1657214487045_content_4, .geotargetlygeocontent1657214487045_content_3 {
  display: none;
}

.display-6 {
  color: #070707;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.125em;
}

.display-6.color-neutral-100 {
  color: #fff;
}

.subtitle-2 {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
}

.geotargetlygeocontent1657214487045_content_5 {
  display: none;
}

.btn-secondary-2 {
  box-shadow: none;
  color: #070707;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 2.5px solid #070707;
  justify-content: center;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #c81818;
  border-color: #c81818;
  transform: translate3d(0, -6px, .01px);
}

.btn-secondary-2.white {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.btn-secondary-2.white:hover {
  color: #070707;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary-2.hover-none {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition-property: none;
}

.btn-secondary-2.hover-none:hover {
  color: #070707;
  background-color: #fff;
  border-color: #070707;
  transform: none;
}

.divider-2 {
  background-color: #d6d6d6;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2.subtitle {
  background-color: #c81818;
  width: 100%;
  max-width: 170px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 22px;
}

.geotargetlygeocontent1657214487045_content_1 {
  display: none;
}

.heading-h3-size-5 {
  color: #070707;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

.heading-h3-size-5.color-neutral-100, .heading-h3-size-5.color-neutral-100.mg-bottom-16px {
  color: #fff;
}

.heading-h3-size-5.mg-bottom-16px {
  color: #000;
  text-align: center;
}

.heading-h3-size-5.mg-bottom-16px.dark {
  color: var(--neutral--100);
}

.color-neutral-802 {
  color: #070707;
}

.mg-bottom-24px-2 {
  margin-bottom: 10px;
}

.color-neutral-803 {
  color: #696969;
}

.color-neutral-803.mg-bottom-40px {
  text-align: center;
}

.color-neutral-804 {
  color: #d6d6d6;
}

.display-7 {
  color: #070707;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.204em;
}

.display-8 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-8.mg-bottom-8px {
  text-align: center;
  letter-spacing: normal;
  align-self: center;
}

.display-8.color-neutral-100 {
  color: #fff;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.product {
  flex-direction: column;
  justify-content: flex-start;
  height: 1060px;
  padding: 52px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.card-2.product.dark {
  height: 1144px;
  box-shadow: none;
  background-color: #070707;
  border-color: #393939;
}

.card-2.product.dark.ppf {
  height: 1079px;
}

.card-2.product.dark.ppf.cc {
  height: 765px;
  margin-bottom: 50px;
}

.card-2.product.mg-top-84px-desktop {
  height: 1060px;
  margin-top: 84px;
}

.card-2.product.mg-top-84px-desktop.ppf {
  height: 995px;
  padding-bottom: 52px;
}

.card-2.product.mg-top-84px-desktop.ppf.cc {
  height: auto;
}

.card-2.product.mg-top-84px-desktop.wheels-off {
  height: 525px;
  margin-top: 0;
}

.container-default-2 {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.z-index-1 {
  z-index: 1;
  padding-top: 5em;
  padding-bottom: 1em;
  position: relative;
}

.container-default-2.z-index-1.package {
  padding-top: 1em;
}

.grid-2---4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
  width: 100%;
}

.grid-2---4-col.hide {
  display: none;
}

.grid-2---4-col.cc-3-col {
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.rich-text-block h2 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Claritycity, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

.rich-text-block h3 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Claritycity, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.2em;
}

.rich-text-block h4 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Claritycity, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2em;
}

.rich-text-block h1 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 800;
}

.rich-text-block h5 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Claritycity, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2em;
}

.rich-text-block h6 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Claritycity, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2em;
}

.rich-text-block p {
  letter-spacing: normal;
  text-transform: none;
  font-family: Claritycity, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.rich-text-block blockquote {
  letter-spacing: normal;
  font-family: Claritycity, sans-serif;
  line-height: 1.2em;
}

.rich-text-block li {
  font-family: Claritycity, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.rich-text-block.lp {
  width: 100%;
  max-width: 100%;
}

.section-14 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-14.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-14.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-14.overflow-hidden {
  display: block;
}

.section-14.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-14.top.bg-neutral-800.bottom-padding-60px {
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/279407451_953712175350213_1821737165309242505_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.section-14.top.pd-bottom-200px {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/269813920_996835860896132_6749609897634761310_n.jpeg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section-14.top.pd-bottom-200px.no-bg {
  background-image: none;
}

.section-14.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-14.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-14.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-14.master-temp-bg-image {
  background-image: linear-gradient(#000c, #000c), url('../images/38725950_920883284771618_4762276165055180879_n.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: -8em;
  padding-top: 15em;
  padding-bottom: 40em;
}

.section-14.master-temp-bg-image.cc {
  margin-bottom: -4.8em;
}

.section-14.master-temp-bg-image.blog-heaader {
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 13.5em;
}

.section-14.master-temp-bg-image.ppf-2.window-tinting {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/39871825_249830822337551_6185845953972612132_n.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.section-14.stats-left {
  z-index: 1;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-14.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-14.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-14.pd-180px {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section-14.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-14.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-14.pd-top-150px {
  padding-top: 150px;
}

.section-14.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-14.hero-bg-video {
  background-image: linear-gradient(to right, var(--neutral--800), #00000029 89%);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

.section-1 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-1.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-1.small.pd-bottom-180px {
  padding-bottom: 180px;
}

.section-1.overflow-hidden {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-1.top {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-1.top.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-1.top.pd-bottom-340px {
  padding-bottom: 340px;
}

.section-1.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-1.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-1.master-temp-bg-image {
  background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-bg-image-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 50%;
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 730px;
}

.section-1.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-1.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-1.pd-200px.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-1.pd-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-1.pd-234px {
  padding-top: 234px;
  padding-bottom: 234px;
}

.section-1.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section-1.pd-top-150px {
  padding-top: 150px;
}

.section-1.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section-1.hero-bg-video {
  background-image: linear-gradient(to right, #000, #00000029);
  margin-top: -128px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 800px;
}

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

.grid-3-columns-2.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns-2.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns-2._1-col-tablet.gap-row-40px {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.grid-3-columns-2.gap-row-64px {
  grid-row-gap: 64px;
}

.grid-3-columns-2.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns-2.stats-left {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  background-color: #0000;
  grid-template-columns: auto auto auto;
  max-width: 1054px;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 14px;
}

.grid-3-columns-2.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cs-info-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 560px;
  margin-top: 8em;
  display: flex;
}

.error-message-2 {
  border-radius: 4px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.hero-paragraph {
  color: #121212;
  text-align: center;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.embed {
  width: 100%;
  height: 60rem;
  display: block;
}

.cs-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 500px;
  display: flex;
}

.cs-image-wrap._8em {
  margin-top: 8em;
}

.cs-tab-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-image {
  border-radius: 16px;
  width: 100%;
}

.hero-heading {
  color: #121212;
  text-align: left;
  letter-spacing: normal;
  font-weight: 900;
}

.hero-heading.light {
  text-align: center;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
}

.form-block {
  background-color: #0000;
  background-image: linear-gradient(#f8fbff, #f8fbff);
  border: 12px solid #003c77;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 40px;
}

.form-block.cp-provo {
  border-width: 2px;
  border-color: var(--accent--primary-1);
  background-image: linear-gradient(to bottom, var(--neutral--800), var(--neutral--800));
  border-color: var(--accent--primary-1);
  padding: 0;
}

.hero-section {
  z-index: 1;
  background-color: var(--neutral--100);
  width: 100%;
  position: relative;
}

.case-studies-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 10px;
  position: relative;
}

.case-studies-wrapper.hero-heading {
  padding-top: 60px;
  padding-bottom: 60px;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold-span {
  font-weight: 700;
}

.center-paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.center-wrapper {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.steps-text-block {
  text-align: center;
  padding-top: 10px;
  line-height: 140%;
}

.center-h1-heading {
  letter-spacing: normal;
  font-size: 48px;
  line-height: 1.2em;
}

.steps-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.steps-title {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.step-grid-item {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 255px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.step-image {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.step-image._1 {
  background-color: #121212;
  height: auto;
  margin-bottom: 10px;
}

.multiple-pricing-section {
  background-color: var(--neutral--100);
  padding-top: 40px;
  padding-bottom: 80px;
}

.multiple-pricing-section.without-bottom-spacing {
  background-color: var(--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.cta-2-section {
  z-index: 1;
  background-color: var(--neutral--100);
  width: 100%;
  position: relative;
}

.hero-center-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pink-span {
  color: var(--accent--primary-1);
  font-weight: 700;
}

.video {
  margin-top: 20px;
  margin-bottom: 60px;
}

.project-name {
  margin-bottom: 16px;
}

.project-name.light {
  font-weight: 300;
}

.project-summary-20px {
  color: #121212;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.right-sided-text-section {
  z-index: 1;
  background-color: var(--neutral--100);
  width: 100%;
  position: relative;
}

.arrow-button {
  background-color: #e91d8f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.arrow-button.cppink {
  background-color: var(--accent--primary-1);
}

.project-thumbnail {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.projects-page-wrapper {
  z-index: 10;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  position: relative;
}

.projects-page-wrapper.ttt {
  padding-top: 0;
}

.project-contain {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
}

.project-contain.featured {
  background-color: #ffffff80;
  border: 12px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-info-wrapper {
  width: 45%;
  max-width: 500px;
}

.projects-collection-contain {
  margin-top: 100px;
}

.testimonial-section {
  background-color: #f8fbff;
  width: 100%;
}

.projects-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.h3-heading {
  color: #121212;
  text-align: center;
  margin-bottom: 0;
}

.project-slider-wrapper {
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.project-slider-wrapper.ttt {
  justify-content: center;
  align-items: center;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.gallery-section {
  background-color: var(--neutral--100);
  position: relative;
}

.contact-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.about-3-card-image {
  object-fit: contain;
  width: 100%;
  height: 240px;
}

.about-4-center-card-with-image {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #35526317;
}

.primary-button-blue {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .5s;
}

.primary-button-blue:hover {
  opacity: .5;
  color: #fff;
}

.about-3-card-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 30rem;
  padding: 30px 40px 40px;
  display: flex;
}

.price-holder {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.about-4-card-with-image {
  background-color: #fff;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0 10px 50px #35526317;
}

.about-4-card-with-image.more-length {
  margin-bottom: -25px;
}

.about-3-card-wrapper {
  display: flex;
}

.about-3-card-number {
  color: #000;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.about-3-center-card-image {
  object-fit: contain;
  width: 100%;
  height: 240px;
  margin-top: 25px;
}

.primary-button-2 {
  background-color: var(--accent--primary-1);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  margin-bottom: 25px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .5s;
}

.primary-button-2:hover {
  opacity: .8;
  color: #fff;
  background-color: #000;
  border-style: none;
}

.about-3-card-description-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.contact-heading-black {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.contact-heading-black.lp-form-heading {
  color: var(--neutral--100);
}

.form-section {
  z-index: 1;
  background-color: var(--neutral--100);
  width: 100%;
  position: relative;
}

.faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-paragraph {
  color: #121212;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 178%;
}

.bottom-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.faq-answer-wrap {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-right-wrap {
  z-index: 2;
  background-color: #ffffff80;
  border: 8px solid #f8fbff;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 42%;
  max-width: 420px;
  margin-top: 120px;
  padding: 50px 30px 40px;
  display: flex;
  position: relative;
}

.faq-card-text {
  color: #121212;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.faq-questions {
  color: #0d0e10;
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  line-height: 133%;
}

.faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.faq-icon {
  margin-bottom: 20px;
}

.violet-button {
  color: #fff;
  background-color: #e91d8f;
  border-radius: 80px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.violet-button.pink {
  background-color: var(--accent--primary-1);
}

.icon-contain {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 24px;
  display: flex;
}

.icon-contain.pink {
  background-color: var(--accent--primary-1);
}

.faq-card-heading {
  margin-bottom: 12px;
}

.faq-heading {
  color: #121212;
  text-align: left;
  margin-bottom: 0;
}

.faq-left-wrapper {
  width: 55%;
  max-width: 562px;
}

.faqs-wrapper {
  z-index: 2;
  width: 100%;
  margin-top: 64px;
  padding-top: 0;
  position: relative;
}

.faqs-section-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.faq-question-container.first {
  border-top: 1px solid #e5e5e5;
}

.faq-section {
  background-color: var(--neutral--100);
  width: 100%;
}

.faq-content {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-4.black {
  color: #121212;
}

.cta-wrapper {
  background-color: #e91d8f;
  border: 12px solid #f3f3f3;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 93%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper.black {
  background-color: #121212;
}

.white-button {
  color: #ed1e24;
  background-color: #fff;
  border-radius: 80px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.white-button.cta {
  z-index: 1;
  position: relative;
}

.cta-heading {
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 898px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-logos {
  filter: grayscale();
  max-width: 20%;
}

.cta-logos.invert {
  filter: invert();
}

.cta-logos-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 878px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.cta-section-2 {
  background-color: var(--neutral--100);
  width: 100%;
}

.embed-copy {
  width: 100%;
  display: block;
}

.smaller {
  font-size: 32px;
  font-weight: 400;
}

.position-relative-space {
  height: 8rem;
  position: relative;
}

.hero-small {
  font-size: 24px;
}

.video-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 562px;
  display: flex;
}

.google-map {
  height: 350px;
}

.padding-poster-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.service-area-wrapper {
  width: 100%;
}

.service-area-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-area-item {
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-areas-p {
  color: #999;
  font-size: 12px;
  font-style: italic;
}

.center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-bottom: 60px;
  display: flex;
}

.h2-title {
  margin-top: 0;
  margin-bottom: 0;
}

.main-description {
  margin-top: 10px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.white {
  color: var(--neutral--300);
}

.grid-group---three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.group---b {
  text-align: left;
  border-left: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15%;
  display: flex;
  position: relative;
}

.group---b.border-off {
  border-left-style: none;
}

.icon-group {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
}

.benefit-title-service {
  letter-spacing: normal;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-group {
  margin-bottom: 0;
}

.into-view-fill {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill.dark {
  box-shadow: none;
  background-color: #14141400;
  border-color: #393939;
}

.section-17 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.left-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 640px;
  margin-bottom: 60px;
  display: flex;
}

.section-18 {
  background-color: var(--neutral--100);
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.grid-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr;
  width: 100%;
}

.benefit-card {
  align-items: center;
  width: 100%;
  height: 25em;
  display: flex;
  position: relative;
}

.benefit-card.middle-card {
  justify-content: flex-end;
}

.testimonial-image {
  border-radius: 5px;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.service-area-feature-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.testimonial-info {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-info.middle-card-info {
  z-index: 35;
  left: 0;
  right: auto;
}

.testimonials-wrap {
  background-color: var(--neutral--800);
  padding: 20px;
}

.info-content {
  width: 100%;
  height: 100%;
}

.info-review-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.h2-title-cap {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.h2-title-cap.white {
  color: var(--neutral--100);
}

.benefit-line-vertical {
  background-color: var(--accent--primary-1);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-line-vertical.middle-line {
  left: auto;
}

.project-thumbnail-contain {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.plyr_embed {
  width: 100%;
  position: relative;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  background-color: var(--accent--primary-1);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  color: #fff;
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.accent {
  color: var(--accent--primary-1);
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 900;
}

.contact_text {
  letter-spacing: normal;
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.2em;
}

.service_images {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.service-information {
  z-index: 256;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: minmax(200px, 1fr);
  place-content: stretch;
  width: 100%;
  display: flex;
}

.white-label-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.discover-broadband-top {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.ceramic-coating-bg {
  z-index: 1;
  background-image: url('../images/coating2_1coating2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-19 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-19.our-news-banner {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 190px;
  display: flex;
  overflow: hidden;
}

.hero-banner-bg {
  width: 100%;
  height: 100%;
}

.banner-center-con {
  z-index: 80;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-title-home-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.margin-top-wrapper {
  margin-top: 30px;
}

.white-label-text-bottom {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.banner-item {
  width: 100%;
  height: 100%;
}

.shop-banner-description {
  color: #fff;
  width: 70%;
  margin: 0 auto;
}

.discover-broadband {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.dark-overlay {
  z-index: 2;
  background-image: linear-gradient(#25262b73, #1b1b1b);
  position: absolute;
  inset: 0%;
}

.dark-overlay.changelog {
  background-image: linear-gradient(180deg, #25262b66, #bf510ed4 92%, var(--accent--primary-1));
}

.broadband-icon {
  object-fit: cover;
}

.hover-text-wrap {
  height: auto;
  max-height: 27px;
  overflow: hidden;
}

.home-2-con {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.white-label {
  background-color: #00000073;
  border-radius: 20px 80px;
  margin-bottom: 30px;
  padding: 5px 40px;
}

.div-block {
  width: 650px;
}

.flex-block {
  text-align: left;
  flex-flow: column;
}

.list-item {
  padding-bottom: 0;
  list-style-type: none;
}

.list {
  display: flex;
}

.image-3 {
  float: none;
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.color-neutral-805 {
  color: #fff;
}

.text-over-image-link---gradient-2 {
  background-image: linear-gradient(#0000 10%, #000000c4 50%, #fb6203);
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.text-401 {
  line-height: 1.111em;
}

.text-401.black {
  font-weight: 900;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-3.text-over-image-link {
  z-index: 1;
  min-height: 404px;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.divider-3 {
  background-color: #d6d6d6;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-3.link {
  background-color: #fb6203;
  width: 100%;
  max-width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

.divider-3.link.white {
  background-color: #fff;
}

.display-9 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-9.color-neutral-100, .color-neutral-806 {
  color: #fff;
}

.text-over-image-link---gradient-3 {
  background-image: linear-gradient(#0000 10%, #000000c4 50%, #fb6203);
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.text-402 {
  line-height: 1.111em;
}

.text-402.black {
  font-weight: 900;
}

.card-4 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-4.text-over-image-link {
  z-index: 1;
  min-height: 404px;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.display-10 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-10.color-neutral-100 {
  color: #fff;
}

.text-403 {
  line-height: 1.111em;
}

.text-403.black {
  font-weight: 900;
}

.card-5 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-5.text-over-image-link {
  z-index: 1;
  min-height: 404px;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.display-11 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-11.color-neutral-100 {
  color: #fff;
}

.text-404 {
  line-height: 1.111em;
}

.text-404.black {
  font-weight: 900;
}

.card-6 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-6.text-over-image-link {
  z-index: 1;
  min-height: 404px;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.display-12 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-12.color-neutral-100 {
  color: #fff;
}

.text-405 {
  line-height: 1.111em;
}

.text-405.black {
  font-weight: 900;
}

.card-7 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-7.text-over-image-link {
  z-index: 1;
  min-height: 404px;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.display-13 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-13.color-neutral-100 {
  color: #fff;
}

.text-406 {
  line-height: 1.111em;
}

.text-406.black {
  font-weight: 900;
}

.card-8 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-8.text-over-image-link {
  z-index: 1;
  min-height: 404px;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.display-14 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-14.color-neutral-100 {
  color: #fff;
}

.text-407 {
  line-height: 1.111em;
}

.text-407.black {
  font-weight: 900;
}

.card-9 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-9.text-over-image-link {
  z-index: 1;
  min-height: 404px;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.display-15 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-15.color-neutral-100 {
  color: #fff;
}

.text-408 {
  line-height: 1.111em;
}

.text-408.black {
  font-weight: 900;
}

.text-409 {
  line-height: 1.111em;
}

.text-409.black {
  font-weight: 900;
}

.text-410 {
  line-height: 1.111em;
}

.text-410.black {
  font-weight: 900;
}

.text-411 {
  line-height: 1.111em;
}

.text-411.black {
  font-weight: 900;
}

.text-412 {
  line-height: 1.111em;
}

.text-412.black {
  font-weight: 900;
}

.text-413 {
  line-height: 1.111em;
}

.text-413.black {
  font-weight: 900;
}

.text-414 {
  line-height: 1.111em;
}

.text-414.black {
  font-weight: 900;
}

.text-415 {
  line-height: 1.111em;
}

.text-415.black {
  font-weight: 900;
}

.text-416 {
  line-height: 1.111em;
}

.text-416.black {
  font-weight: 900;
}

.text-417 {
  line-height: 1.111em;
}

.text-417.black {
  font-weight: 900;
}

.text-418 {
  line-height: 1.111em;
}

.text-418.black {
  font-weight: 900;
}

.text-419 {
  line-height: 1.111em;
}

.text-419.black {
  font-weight: 900;
}

.text-420 {
  line-height: 1.111em;
}

.text-420.black {
  font-weight: 900;
}

.text-421 {
  line-height: 1.111em;
}

.text-421.black {
  font-weight: 900;
}

.text-422 {
  line-height: 1.111em;
}

.text-422.black {
  font-weight: 900;
}

.text-423 {
  line-height: 1.111em;
}

.text-423.black {
  font-weight: 900;
}

.text-424 {
  line-height: 1.111em;
}

.text-424.black {
  font-weight: 900;
}

.text-425 {
  line-height: 1.111em;
}

.text-425.black {
  font-weight: 900;
}

.text-426 {
  line-height: 1.111em;
}

.text-426.black {
  font-weight: 900;
}

.text-427 {
  line-height: 1.111em;
}

.text-427.black {
  font-weight: 900;
}

.text-428 {
  line-height: 1.111em;
}

.text-428.black {
  font-weight: 900;
}

.text-429 {
  line-height: 1.111em;
}

.text-429.black {
  font-weight: 900;
}

.text-430 {
  line-height: 1.111em;
}

.text-430.black {
  font-weight: 900;
}

.text-431 {
  line-height: 1.111em;
}

.text-431.black {
  font-weight: 900;
}

.text-432 {
  line-height: 1.111em;
}

.text-432.black {
  font-weight: 900;
}

.contact-header {
  margin-bottom: 2em;
}

.form-bg {
  background-color: var(--neutral--100);
  color: var(--neutral--100);
  border-radius: 20px;
}

.ppf-bg {
  z-index: 1;
  background-image: url('../images/ppf-corvett_1ppf-corvett.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tint-bg {
  z-index: 1;
  background-image: url('../images/window-tint.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.price-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
}

.price-circle-2 {
  border: 1px solid var(--accent--primary-1);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-description {
  margin-bottom: 0;
  font-family: Claritycity, sans-serif;
  font-size: 14px;
}

.starter-package {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-list-item-2 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/check-1_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-clip: border-box;
  min-height: 28px;
  padding-left: 50px;
  list-style-type: none;
  display: flex;
}

.price-list-item-2.dark {
  background-image: url('../images/check-form-brix-templates-webflow.svg');
}

.price-title {
  margin-bottom: 0;
}

.price-title.dark {
  color: var(--neutral--100);
}

.price-title.hide {
  display: none;
}

.package-image {
  object-fit: contain;
  width: 100%;
  height: 200px;
}

.package-image.tint {
  object-fit: cover;
}

.package-image.tint.rv {
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.package-image.tint.detail {
  margin-top: 20px;
  margin-bottom: 20px;
}

.our-price {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.list-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Claritycity, sans-serif;
  font-size: 14px;
}

.hero-price-item-2 {
  border: 2px solid #00ccbf;
  border-radius: 5px;
  padding: 30px;
}

.hero-price-item-2.dark {
  border-color: var(--accent--primary-1);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.price-list {
  grid-row-gap: 20px;
  margin-top: 30px;
  padding-left: 0;
}

.price-item-2 {
  border: 2px solid #d9e8e733;
  border-radius: 5px;
  padding: 30px;
}

.price-fill-circle-2 {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-hover-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
  display: none;
  position: absolute;
}

.heading-10 {
  letter-spacing: normal;
}

.heading-11 {
  text-transform: none;
}

.why-us-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.price-description-2 {
  margin-bottom: 0;
  font-size: 14px;
}

.price-icon-2 {
  filter: invert();
  object-fit: cover;
  width: 14px;
  height: 13px;
}

.price-list-item {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/check-circle-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-clip: border-box;
  min-height: 28px;
  padding-left: 50px;
  list-style-type: none;
  display: flex;
}

.price-item {
  border: 2px solid #d9e8e773;
  border-radius: 5px;
  padding: 30px;
}

.list-text-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.price-fill-circle {
  background-color: #ffb81c;
  border: 1px solid #ffb81c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.hero-price-item {
  border: 2px solid #ffb81c;
  border-radius: 5px;
  padding: 30px;
}

.price-circle {
  background-color: #0000;
  border: 1px solid #ffb81c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-description-3 {
  margin-bottom: 0;
  font-size: 14px;
}

.our-price-2-column {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.price-circle-3 {
  background-color: #0000;
  border: 1px solid #ffb81c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.our-price-4-col {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-description-4 {
  margin-bottom: 0;
  font-size: 14px;
}

.brand-logo-containter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.price-circle-4 {
  background-color: #0000;
  border: 1px solid #ffb81c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.image-105 {
  width: 200px;
  height: auto;
}

.image-105.invert {
  filter: invert(47%);
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  letter-spacing: normal;
}

.page-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 600;
}

.page-title.accent {
  color: var(--neutral--100);
  text-align: left;
  text-transform: uppercase;
  font-family: Claritycity, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 1em;
}

.hero-title-h1 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
}

.grid-services---d {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.bold-text-11 {
  font-size: 40px;
}

.block-services {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 16px;
  display: flex;
}

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

.services---c {
  text-align: center;
}

.bold-text-13 {
  font-size: 40px;
}

.into-view-fill-2 {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill-2.dark {
  color: #08141c;
  font-family: Montserrat, sans-serif;
}

.heading-services {
  margin-bottom: 0;
}

.block-services---c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.bold-text-12, .bold-text-14 {
  font-size: 40px;
}

.border-image-services---c {
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .service-slide-2 {
    background-image: url('../images/dsc03884-1-min.jpg');
    background-position: 50% 59%;
    background-size: cover;
  }

  .service-slide-1 {
    background-position: 50% 54%;
  }

  .hero-image-left {
    bottom: -7px;
    left: 37px;
  }

  .hero-image-left.ccl, .hero-image-left.cpl, .hero-image-left.pcl, .hero-image-left.vwl, .hero-image-left.adl, .hero-image-left.ppfl {
    top: 134px;
    left: 7px;
  }

  .hero-image-left.ccl {
    width: 75%;
    top: 72px;
    left: 7px;
  }

  .hero-image-left.ad, .hero-image-left.vw {
    top: 134px;
    left: 7px;
  }

  .hero-image-left.pc {
    top: 153px;
    left: 7px;
  }

  .hero-image-left.powder {
    top: 233px;
    left: 7px;
  }

  .right-hero-image-2 {
    width: 22em;
  }

  .hero-image-right {
    width: 100%;
    top: -201px;
    right: -40px;
  }

  .hero-image-right.ccr, .hero-image-right.cpr, .hero-image-right.pcr, .hero-image-right.vwr, .hero-image-right.adr, .hero-image-right.ppfr, .hero-image-right.ccr {
    width: 23em;
    height: 30em;
    top: -385px;
    right: -62px;
  }

  .hero-image-right.ccr {
    width: 100%;
    height: auto;
    top: -306px;
    right: -21px;
  }

  .hero-image-right.pc {
    top: -165px;
    right: -21px;
  }

  .hero-image-right.powder {
    top: -151px;
    right: -21px;
  }

  .multiple-pricing-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .grid-testimonials {
    grid-row-gap: 100px;
  }

  .benefit-card.middle-card {
    margin-left: auto;
  }

  .section-19 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-19.our-news-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .our-price, .our-price-2-column, .our-price-4-col {
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .grid-1-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-1-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns-service-images.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns-service-images.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-title-home-3 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .color-neutral-400.mg-bottom-40px {
    text-align: left;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

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

  .section-10.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section-10.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .section-11.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section-11.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .section-12.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section-12.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .section-13.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section-13.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .section-15.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section-15.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .section-16.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section-16.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .section-14.top.bg-neutral-800.bottom-padding-60px {
    background-image: linear-gradient(#000c, #000c), url('../images/279517814_386957009966603_1356641447333551220_n.jpeg');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .section-14.top.pd-bottom-200px {
    background-image: linear-gradient(#000c, #000c), url('../images/calis-finest-right-size.png');
    background-position: 0 0, 50%;
  }

  .step-image {
    max-width: none;
  }

  .testimonial-image {
    width: 65%;
  }

  .section-19.our-news-banner {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .hero-title-home-3 {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 100px 64px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet, .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.gap-column-0.gap-row-64px {
    flex-flow: column;
    display: flex;
  }

  .grid-2-columns.gap-column-0.gap-row-64px.opposite {
    flex-flow: column-reverse wrap;
    max-width: 700px;
  }

  .grid-2-columns._1-3fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.locations-map {
    top: 32px;
    left: 32px;
  }

  .style---navigation-sidebar {
    min-height: auto;
    max-height: 100%;
    box-shadow: none;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.product.dark {
    height: 100%;
  }

  .card.product.mg-top-84px-desktop {
    height: 100%;
    margin-top: 0;
  }

  .card.add-to-cart {
    max-width: 100%;
    margin-top: 0;
    position: static;
  }

  .card.contact {
    grid-template-columns: 1fr;
  }

  .card.password-protected {
    padding: 64px 56px;
  }

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

  .bg-neutral-100.top-70 {
    top: 48%;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .text-200.black.dropdown-title {
    color: var(--neutral--100);
  }

  .display-1 {
    font-size: 64px;
  }

  .display-1.color-neutral-100 {
    font-size: 45px;
  }

  .display-1.color-neutral-100.mg-bottom-8px.main-page {
    font-size: 55px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 35px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .display-4.mg-bottom-8px {
    font-size: 28px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1-col-tablet.gap-row-40px {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.stats-left {
    margin-right: 0;
    padding-top: 48px;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    padding: 24px;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-secondary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.small.category-button {
    margin-left: 0;
    margin-right: 22px;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .position-relative {
    width: 100%;
    height: auto;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .container-default {
    max-width: 700px;
  }

  .container-default.z-index-1 {
    max-width: 700px;
    padding-top: 1em;
  }

  .container-default.z-index-1.contact {
    max-width: 100%;
    padding-top: 4em;
  }

  .container-default.blog-post-title {
    bottom: 120px;
  }

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

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

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

  .section.overflow-hidden.lp {
    padding-top: 140px;
  }

  .section.top {
    padding-top: 72px;
  }

  .section.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section.master-temp-bg-image {
    margin-top: -189px;
  }

  .section.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section.pd-180px {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .section.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.pd-top-150px {
    padding-top: 100px;
  }

  .section.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section.overflow-hidden {
    padding-top: 100px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    background-color: var(--neutral--800);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    overflow: scroll;
  }

  .header-nav-list-item {
    margin-bottom: 24px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-column-wrapper {
    background-color: var(--neutral--800);
    box-shadow: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
    transform: none;
  }

  .dropdown-link, .dropdown-link.w--current {
    color: var(--neutral--400);
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    background-color: #0000;
    padding: 32px 0;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 84px 0% 0%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 0% 0% 84px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .floating-item.photo-bottom-shape-2 {
    width: 44%;
    bottom: -72px;
    left: 8px;
  }

  .floating-item.photo-bottom-shape-3 {
    width: 50%;
    bottom: -54px;
    left: 6px;
  }

  .floating-item.hero-bottom-shape-2 {
    width: 90%;
  }

  .floating-item.hero-bottom-shape-3 {
    width: 90%;
    min-height: 160px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-1 {
    background-position: 0 0, 0 100%;
    padding-top: 140px;
    padding-bottom: 210px;
  }

  .cta-section.cta-2 {
    background-position: 0 0, 30% 100%;
    padding-top: 140px;
    padding-bottom: 210px;
  }

  .slider-wrapper.arrows-top, .slider-wrapper.arrows-bottom {
    padding-bottom: 86px;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .blog-card-image {
    width: 100%;
    height: 15em;
  }

  .blog-card-image-wrapper.inside-card {
    margin-bottom: 32px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .stats-left-bg-diagonal {
    right: -2%;
  }

  .bg-text.services {
    top: -50px;
    right: -72px;
  }

  .bg-text.why-us {
    top: -102px;
    right: -40px;
  }

  .bg-text.about {
    max-width: 400px;
    top: -110px;
    left: -58px;
  }

  .bg-text.testimonials {
    top: -80px;
  }

  .bg-text.blog {
    top: 14px;
    right: 200px;
  }

  .bg-text.our-numbers {
    top: -50px;
    right: -44px;
  }

  .bg-text.why-us-2 {
    top: -44px;
  }

  .bg-text.why-us-3 {
    top: -100px;
    left: -100px;
  }

  .bg-text.services-2 {
    top: -38px;
    right: -40px;
  }

  .bg-text.faqs {
    right: 156px;
  }

  .bg-text.testimonials-2 {
    top: -60px;
  }

  .bg-text.locations-3 {
    top: -42px;
  }

  .bg-text.not-found {
    top: 195px;
    left: -84px;
  }

  .bg-text.packages {
    top: -46px;
    right: -80px;
  }

  .text-over-image---text-container {
    max-width: none;
    left: 52px;
    right: 52px;
  }

  .hero-2-images.image-left {
    margin-top: 238px;
  }

  .newsletter-section {
    padding-top: 180px;
    padding-bottom: 196px;
  }

  .blog-featured-bg-image-wrapper {
    margin-top: -108px;
  }

  .blog-featured-title {
    width: 80%;
    margin-top: -116px;
    margin-bottom: 180px;
  }

  .blog-featured-bg-image {
    min-height: 600px;
  }

  .blog-post-bg-image {
    min-height: 760px;
  }

  .blog-post-top-section {
    margin-top: -108px;
  }

  .contact-card-left {
    border-bottom-style: none;
    border-right-style: solid;
    padding: 10px 0;
  }

  .page-not-found {
    font-size: 64px;
  }

  .form.min-h-522px {
    min-height: 510px;
  }

  .grid-1-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-1-columns._1-col-tablet, .grid-1-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-1-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-1-columns._1-3fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-1-columns.locations-map {
    top: 32px;
    left: 32px;
  }

  .section-service {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-service.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-service.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-service.top {
    padding-top: 72px;
  }

  .section-service.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-service.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-service.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-service.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-service.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-service.pd-180px, .section-service.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-service.pd-top-150px {
    padding-top: 100px;
  }

  .section-service.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-service.hero-bg-video {
    margin-top: -108px;
  }

  .hero-3-images.image-left, .hero-3-images.image-left-2, .hero-4-images.image-left {
    margin-top: 238px;
  }

  .section-2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-2.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-2.top {
    padding-top: 72px;
  }

  .section-2.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-2.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-2.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-2.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-2.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-2.pd-180px, .section-2.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-2.pd-top-150px {
    padding-top: 100px;
  }

  .section-2.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-2.hero-bg-video {
    margin-top: -108px;
  }

  .section-3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-3.top {
    padding-top: 72px;
  }

  .section-3.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-3.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-3.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-3.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-3.pd-180px, .section-3.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3.pd-top-150px {
    padding-top: 100px;
  }

  .section-3.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-3.hero-bg-video {
    margin-top: -108px;
  }

  .section-3-tint {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3-tint.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3-tint.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-3-tint.top {
    padding-top: 72px;
  }

  .section-3-tint.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-3-tint.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-3-tint.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-3-tint.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3-tint.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-3-tint.pd-180px, .section-3-tint.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3-tint.pd-top-150px {
    padding-top: 100px;
  }

  .section-3-tint.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-3-tint.hero-bg-video {
    margin-top: -108px;
  }

  .section-4 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-4.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-4.top {
    padding-top: 72px;
  }

  .section-4.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-4.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-4.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-4.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-4.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-4.pd-180px, .section-4.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-4.pd-top-150px {
    padding-top: 100px;
  }

  .section-4.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-4.hero-bg-video {
    margin-top: -108px;
  }

  .hero-8-images.image-left {
    margin-top: 238px;
  }

  .section-3-wraps {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3-wraps.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3-wraps.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-3-wraps.top {
    padding-top: 72px;
  }

  .section-3-wraps.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-3-wraps.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-3-wraps.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-3-wraps.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3-wraps.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-3-wraps.pd-180px, .section-3-wraps.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3-wraps.pd-top-150px {
    padding-top: 100px;
  }

  .section-3-wraps.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-3-wraps.hero-bg-video {
    margin-top: -108px;
  }

  .hero-10-images.image-left, .hero-11-images.image-left {
    margin-top: 238px;
  }

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

  .grid-4-service.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-4-service._1-col-tablet, .grid-4-service._1-col-tablet.gap-row-40px.powder, .grid-4-service._1-col-tablet.gap-row-40px {
    grid-template-columns: 1fr;
  }

  .grid-4-service._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4-service.stats-left {
    margin-right: 0;
    padding-top: 48px;
  }

  .grid-2-columns-service-images.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images._1-col-tablet, .grid-2-columns-service-images.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns-service-images._1-3fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.locations-map {
    top: 32px;
    left: 32px;
  }

  .left-hero-image {
    width: 15em;
  }

  .right-hero-image {
    width: 15em;
    margin-top: 50px;
  }

  .stats-left-bg-diagonal-2 {
    right: -2%;
  }

  .heading-h4-size-2 {
    font-size: 22px;
  }

  .display-5 {
    font-size: 64px;
  }

  .main-block.top-margin-negative {
    z-index: 2;
    margin-top: 0;
  }

  .faq-page-image {
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
  }

  .section-6 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-6.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-6.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-6.top {
    padding-top: 72px;
  }

  .section-6.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-6.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-6.master-temp-bg-image {
    margin-top: -189px;
  }

  .section-6.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-6.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-6.pd-180px, .section-6.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-6.pd-top-150px {
    padding-top: 100px;
  }

  .section-6.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-6.hero-bg-video {
    margin-top: -108px;
  }

  .service-mask, .title-block {
    width: 100%;
  }

  .general-section {
    padding-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .service-grid {
    place-items: center;
  }

  .heading-1-service, .text-content-block {
    width: 100%;
  }

  .main-service-block.top-margin-negative {
    z-index: 2;
  }

  .service-slider, .slider-block {
    width: 100%;
  }

  .grid {
    height: 300px;
  }

  .heading-h3-size-1, .heading-h3-size-2, .heading-h3-size-3, .heading-h3-size-4 {
    font-size: 22px;
  }

  .section-10 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-10.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-10.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-10.overflow-hidden {
    padding-bottom: 60px;
  }

  .section-10.top {
    padding-top: 72px;
  }

  .section-10.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-10.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-10.master-temp-bg-image {
    margin-top: -189px;
  }

  .section-10.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-10.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-10.pd-180px, .section-10.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-10.pd-top-150px {
    padding-top: 100px;
  }

  .section-10.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-10.hero-bg-video {
    margin-top: -108px;
  }

  .section-3-correction {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3-correction.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3-correction.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-3-correction.top {
    padding-top: 72px;
  }

  .section-3-correction.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-3-correction.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-3-correction.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-3-correction.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3-correction.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-3-correction.pd-180px, .section-3-correction.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3-correction.pd-top-150px {
    padding-top: 100px;
  }

  .section-3-correction.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-3-correction.hero-bg-video {
    margin-top: -108px;
  }

  .section-11 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-11.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-11.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-11.top {
    padding-top: 72px;
  }

  .section-11.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-11.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-11.master-temp-bg-image {
    margin-top: -189px;
  }

  .section-11.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-11.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-11.pd-180px, .section-11.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-11.pd-top-150px {
    padding-top: 100px;
  }

  .section-11.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-11.hero-bg-video {
    margin-top: -108px;
  }

  .section-12 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-12.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-12.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-12.top {
    padding-top: 72px;
  }

  .section-12.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-12.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-12.master-temp-bg-image {
    padding-bottom: 31em;
  }

  .section-12.master-temp-bg-image.cc {
    margin-top: 0;
  }

  .section-12.master-temp-bg-image.ppf.promo {
    padding-bottom: 15em;
  }

  .section-12.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-12.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-12.pd-180px, .section-12.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-12.pd-top-150px {
    padding-top: 100px;
  }

  .section-12.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-12.hero-bg-video {
    margin-top: -108px;
  }

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

  .section-13 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-13.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-13.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-13.top {
    padding-top: 72px;
  }

  .section-13.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-13.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-13.master-temp-bg-image {
    margin-top: -189px;
  }

  .section-13.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-13.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-13.pd-180px, .section-13.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-13.pd-top-150px {
    padding-top: 100px;
  }

  .section-13.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-13.hero-bg-video {
    margin-top: -108px;
  }

  .section-15 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-15.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-15.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-15.top {
    padding-top: 72px;
  }

  .section-15.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-15.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-15.master-temp-bg-image {
    margin-top: -189px;
  }

  .section-15.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-15.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-15.pd-180px, .section-15.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-15.pd-top-150px {
    padding-top: 100px;
  }

  .section-15.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-15.hero-bg-video {
    margin-top: -108px;
  }

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

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

  .section-16.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-16.top {
    padding-top: 72px;
  }

  .section-16.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-16.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-16.master-temp-bg-image {
    margin-top: -189px;
  }

  .section-16.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-16.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-16.pd-180px, .section-16.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-16.pd-top-150px {
    padding-top: 100px;
  }

  .section-16.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-16.hero-bg-video {
    margin-top: -108px;
  }

  .left-hero-image-2 {
    width: 12em;
  }

  .hero-image-left {
    top: 29px;
    left: 20px;
  }

  .hero-image-left.cpl, .hero-image-left.pcl, .hero-image-left.vwl, .hero-image-left.adl, .hero-image-left.ppfl {
    object-fit: cover;
    height: 15em;
    top: 26px;
  }

  .hero-image-left.ccl, .hero-image-left.ppf {
    object-fit: cover;
    height: 100%;
    top: 15px;
  }

  .hero-image-left.ad {
    object-fit: cover;
    height: 11em;
    top: 55px;
  }

  .hero-image-left.vw {
    object-fit: cover;
    height: 100%;
    top: 0;
    left: -3px;
  }

  .hero-image-left.pc, .hero-image-left.powder {
    object-fit: cover;
    height: 100%;
    top: 15px;
  }

  .right-hero-image-2 {
    width: 15em;
  }

  .hero-image-right {
    width: 100%;
    top: 113px;
    right: -18px;
  }

  .hero-image-right.ccr, .hero-image-right.cpr, .hero-image-right.pcr, .hero-image-right.vwr, .hero-image-right.adr, .hero-image-right.ppfr {
    width: 92%;
    height: 20.3em;
    top: 107px;
    right: -13px;
  }

  .hero-image-right.ccr {
    width: 100%;
    height: 100%;
    top: 0;
    right: 8px;
  }

  .hero-image-right.ppf {
    width: 100%;
    height: 100%;
    top: 14px;
    right: 8px;
  }

  .hero-image-right.ad {
    width: 100%;
    height: 100%;
    top: 57px;
    right: 8px;
  }

  .hero-image-right.vw, .hero-image-right.pc {
    width: 100%;
    height: 100%;
    top: 0;
    right: 8px;
  }

  .hero-image-right.powder {
    width: 100%;
    height: 100%;
    top: 121px;
    right: 8px;
  }

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

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .gallery13_image-wrapper {
    height: 75vh;
  }

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

  .grid-5-service.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-5-service._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-5-service._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-5-service.stats-left {
    margin-right: 0;
    padding-top: 48px;
  }

  .btn-primary-2 {
    padding: 24px;
  }

  .display-6 {
    font-size: 64px;
  }

  .subtitle-2 {
    color: var(--accent--primary-1);
  }

  .btn-secondary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-h3-size-5 {
    font-size: 22px;
  }

  .heading-h3-size-5.mg-bottom-16px {
    letter-spacing: normal;
  }

  .display-7 {
    font-size: 50px;
  }

  .display-8 {
    font-size: 22px;
  }

  .card-2.product.dark {
    height: 100%;
  }

  .card-2.product.dark.ppf {
    height: 815px;
  }

  .card-2.product.dark.ppf.cc {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card-2.product.mg-top-84px-desktop {
    height: 100%;
    margin-top: 0;
  }

  .card-2.product.mg-top-84px-desktop.ppf {
    height: 815px;
  }

  .grid-2---4-col {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .grid-2---4-col.cc-3-col {
    grid-template-columns: minmax(200px, 1fr);
  }

  .section-14 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-14.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-14.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-14.top {
    padding-top: 72px;
  }

  .section-14.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-14.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-14.master-temp-bg-image {
    padding-bottom: 31em;
  }

  .section-14.master-temp-bg-image.cc {
    margin-top: 0;
  }

  .section-14.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-14.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-14.pd-180px, .section-14.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-14.pd-top-150px {
    padding-top: 100px;
  }

  .section-14.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-14.hero-bg-video {
    margin-top: -108px;
  }

  .section-1 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-1.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-1.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

  .section-1.top {
    padding-top: 72px;
  }

  .section-1.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section-1.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section-1.master-temp-bg-image {
    margin-top: -108px;
  }

  .section-1.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-1.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section-1.pd-180px, .section-1.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-1.pd-top-150px {
    padding-top: 100px;
  }

  .section-1.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section-1.hero-bg-video {
    margin-top: -108px;
  }

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

  .grid-3-columns-2.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns-2._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns-2._1-col-tablet.gap-row-40px {
    padding-bottom: 50px;
  }

  .grid-3-columns-2._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns-2.stats-left {
    margin-right: 0;
    padding-top: 48px;
  }

  .cs-info-wrap {
    width: 100%;
    margin-top: 6em;
  }

  .cs-image-wrap {
    width: 100%;
  }

  .cs-image-wrap._8em {
    margin-top: 1em;
  }

  .cs-tab-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .case-studies-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .hero-center-wrapper {
    width: 90%;
    padding: 60px 10px;
  }

  .projects-page-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .project-contain.featured {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-info-wrapper {
    width: 100%;
    max-width: none;
  }

  .projects-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-4-center-card-with-image {
    width: 47%;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .about-4-card-with-image {
    width: 47%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about-3-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-center-card-image {
    height: 240px;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .faq-right-wrap {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .faq-left-wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .faqs-section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faq-card {
    max-width: none;
  }

  .cta-logos {
    max-width: 40%;
  }

  .cta-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 500px;
    display: grid;
  }

  .video-embed {
    height: 336px;
  }

  .padding-poster-wrapper {
    width: 100%;
  }

  .service-area-list {
    justify-content: flex-start;
    align-items: center;
  }

  .center-wrap {
    width: 100%;
  }

  .main-description {
    width: 85%;
  }

  .grid-group---three {
    grid-template-columns: 1fr 1fr;
  }

  .group---b {
    border-top: 1px solid #ffffff26;
  }

  .group---b.border-off {
    border-left-style: solid;
  }

  .benefit-title-service {
    font-size: 58px;
  }

  .into-view-fill.dark {
    height: 100%;
  }

  .section-17 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .left-wrap {
    width: 100%;
  }

  .section-18 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .benefit-card {
    flex-direction: column;
    height: 100%;
  }

  .benefit-card.middle-card {
    flex-direction: column-reverse;
  }

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

  .testimonial-image.testimonial-1 {
    background-position: 50%;
  }

  .testimonial-info {
    width: 85%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .testimonials-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .service_images {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 450px;
  }

  .service-information {
    place-items: center;
  }

  .section-19.our-news-banner {
    min-height: 400px;
    padding-top: 160px;
  }

  .banner-center-con {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .hero-title-home-3 {
    font-size: 45px;
  }

  .margin-top-wrapper {
    width: 100%;
  }

  .base-container-2 {
    max-width: 750px;
  }

  .shop-banner-description {
    width: 90%;
  }

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

  .divider-3 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .display-9, .display-10, .display-11, .display-12, .display-13, .display-14, .display-15 {
    font-size: 22px;
  }

  .our-price, .our-price-2-column, .our-price-4-col {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .page-title, .page-title.accent {
    font-size: 55px;
  }

  .grid-services---d {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 64px 48px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.title-and-categories {
    margin-bottom: 72px;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pages {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._1-25fr---1fr, .grid-2-columns._2-25fr---1fr, .grid-2-columns._1-3fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 80px;
  }

  .grid-2-columns.locations-map {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
    top: 24px;
    left: 24px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.product.mg-top-84px-desktop.powder {
    height: 480px;
  }

  .card.add-to-cart {
    padding: 48px 32px 40px;
  }

  .card.password-protected {
    padding: 48px 40px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-3-about.our-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .bg-neutral-100.top-72.top-86-mbl {
    top: 86%;
  }

  .bg-neutral-100.top-70 {
    top: 50%;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.subtitle {
    max-width: 120px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-40px {
    margin-bottom: 32px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-top-80px {
    margin-top: 72px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1, .display-1.color-neutral-100.mg-bottom-8px.main-page {
    font-size: 40px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

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

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .display-4.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._1-col-tablet.gap-row-40px {
    display: block;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.stats-left {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._120px-mbl {
    max-width: 120px;
  }

  .inner-container._692px.transform-top--16px {
    transform: translate(0, -12px);
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .btn-secondary {
    padding: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.small.category-button {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.blog-featured-button {
    margin-right: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.link-icon-left {
    font-size: 28px;
  }

  .line-square-icon.locations-link-icon {
    font-size: 24px;
  }

  .line-square-icon.success-message-check.large {
    font-size: 56px;
  }

  .rich-text h3 {
    margin-bottom: 14px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .rich-text ul {
    margin-bottom: 32px;
    padding-left: 32px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 32px;
    padding-left: 32px;
  }

  .rich-text h5, .rich-text h4 {
    margin-bottom: 14px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 40px;
  }

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

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default, .container-default.z-index-1 {
    max-width: 600px;
  }

  .container-default.z-index-1.contact {
    padding-top: 6em;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section.overflow-hidden.lp {
    padding-top: 125px;
  }

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

  .section.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 176px;
    padding-bottom: 460px;
  }

  .section.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section.pd-180px, .section.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-top-150px {
    padding-top: 80px;
  }

  .section.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section.overflow-hidden {
    padding-top: 40px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

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

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .dropdown-column-wrapper.w--open {
    transform: none;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 34px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.slider-arrow.right---bottom-center, .btn-circle-secondary.slider-arrow.left---bottom-center, .btn-circle-secondary.slider-arrow.left---top-left, .btn-circle-secondary.slider-arrow.right---top-left {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

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

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 8px;
  }

  .text-center.mg-bottom-40px.mg-bottom-40px-mbp {
    margin-bottom: 40px;
  }

  .floating-item.photo-bottom-shape-2 {
    width: 40%;
    bottom: -30px;
  }

  .floating-item.hero-bottom-shape-3 {
    width: 94%;
    min-height: auto;
    max-height: 116px;
    margin-bottom: -1px;
  }

  .floating-item.section-top-shape-1 {
    width: 100%;
    min-height: 430px;
    display: none;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.cta-1, .cta-section.cta-2 {
    padding-top: 80px;
    padding-bottom: 154px;
  }

  .slider-wrapper.arrows-top, .slider-wrapper.arrows-bottom {
    padding-bottom: 64px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-card-image {
    height: 25em;
  }

  .blog-card-title.display-4.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  ._404-not-found {
    margin-bottom: -20px;
    font-size: 120px;
  }

  .cart-button {
    margin-left: 0;
    margin-right: 24px;
  }

  .cart {
    order: -1;
  }

  .text-over-image-link---text-container {
    bottom: 40px;
    left: 32px;
    right: 32px;
  }

  .text-over-image-link---gradient {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .bg-text.why-us {
    top: -64px;
  }

  .bg-text.about {
    width: 60%;
    max-width: 260px;
    top: -72px;
    left: -47px;
  }

  .bg-text.testimonials {
    top: -48px;
  }

  .bg-text.blog {
    top: 29px;
    left: -5px;
    right: auto;
  }

  .bg-text.why-us-2 {
    top: -30px;
  }

  .bg-text.why-us-3 {
    width: 60%;
    top: -56px;
  }

  .bg-text.services-2 {
    top: -18px;
  }

  .bg-text.testimonials-2 {
    top: -48px;
  }

  .bg-text.newsletter {
    top: -30px;
    left: -24px;
  }

  .bg-text.locations-3 {
    width: 70%;
    top: -30px;
    right: -54px;
  }

  .bg-text.not-found {
    top: 86px;
    left: -144px;
  }

  .bg-text.packages {
    top: -34px;
  }

  .cta-text-container {
    max-width: 100%;
    margin-left: 0;
  }

  .text-over-image---text-container {
    bottom: 48px;
    left: 24px;
    right: 24px;
  }

  .text-over-image---gradient {
    background-image: linear-gradient(#0000 10%, #000000c7 58%, #000);
    top: 90px;
  }

  .footer-shape-top {
    width: 60%;
  }

  .hero-2-images.image-left {
    margin-top: 40px;
    margin-bottom: 24px;
    display: none;
  }

  .hero-2-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    display: none;
    position: relative;
  }

  .hero-2-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-2-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    position: relative;
  }

  .mg-bottom-12px {
    margin-bottom: 10px;
  }

  .link.text-and-icon.large {
    font-size: 20px;
  }

  .newsletter-section {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .blog-featured-bg-image-wrapper {
    margin-top: -96px;
  }

  .blog-featured-title {
    width: 90%;
    margin-top: -74px;
    margin-bottom: 120px;
  }

  .blog-featured-bg-image {
    min-height: 540px;
  }

  .blog-post-bg-image {
    min-height: 720px;
  }

  .blog-post-top-section {
    margin-top: -96px;
  }

  .contact-card-left {
    padding: 0;
  }

  .contact-card-right {
    padding: 64px 32px 56px;
  }

  .locations-map-image {
    min-height: 480px;
  }

  .locations-map-link-wrapper {
    font-size: 18px;
  }

  .page-not-found {
    font-size: 40px;
  }

  .icon.password-page {
    max-width: 100px;
  }

  .form.min-h-73px {
    min-height: 69px;
  }

  .form.min-h-522px {
    min-height: 511px;
  }

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

  .grid-1-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-1-columns.title-and-categories {
    margin-bottom: 72px;
  }

  .grid-1-columns.template-page-sidebar, .grid-1-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-1-columns.dropdown-pages {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-columns._1-25fr---1fr, .grid-1-columns._2-25fr---1fr, .grid-1-columns._1-3fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-1-columns.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 80px;
  }

  .grid-1-columns.locations-map {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
    top: 24px;
    left: 24px;
  }

  .section-service {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-service.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-service.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-service.top {
    padding-top: 64px;
  }

  .section-service.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-service.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-service.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-service.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-service.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-service.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-service.pd-180px, .section-service.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-service.pd-top-150px {
    padding-top: 80px;
  }

  .section-service.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-service.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .hero-3-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-3-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    position: relative;
  }

  .hero-3-images.image-left-2, .hero-4-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-4-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    position: relative;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-2.top {
    padding-top: 64px;
  }

  .section-2.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-2.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-2.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-2.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-2.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-2.pd-180px, .section-2.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.pd-top-150px {
    padding-top: 80px;
  }

  .section-2.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-2.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-3.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-3.top {
    padding-top: 64px;
  }

  .section-3.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-3.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-3.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-3.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-3.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-3.pd-180px, .section-3.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.pd-top-150px {
    padding-top: 80px;
  }

  .section-3.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-3.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-3-tint {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-tint.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-3-tint.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-3-tint.top {
    padding-top: 64px;
  }

  .section-3-tint.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-3-tint.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-3-tint.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-3-tint.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-3-tint.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-tint.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-3-tint.pd-180px, .section-3-tint.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-tint.pd-top-150px {
    padding-top: 80px;
  }

  .section-3-tint.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-3-tint.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-4.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-4.top {
    padding-top: 64px;
  }

  .section-4.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-4.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-4.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-4.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-4.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-4.pd-180px, .section-4.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4.pd-top-150px {
    padding-top: 80px;
  }

  .section-4.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-4.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .hero-8-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-8-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    position: relative;
  }

  .section-3-wraps {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-wraps.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-3-wraps.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-3-wraps.top {
    padding-top: 64px;
  }

  .section-3-wraps.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-3-wraps.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-3-wraps.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-3-wraps.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-3-wraps.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-wraps.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-3-wraps.pd-180px, .section-3-wraps.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-wraps.pd-top-150px {
    padding-top: 80px;
  }

  .section-3-wraps.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-3-wraps.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .hero-10-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-10-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    position: relative;
  }

  .hero-11-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-11-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    position: relative;
  }

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

  .grid-4-service.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-4-service.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-4-service._1-col-tablet.gap-row-40px.powder, .grid-4-service._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-service._3-col-tablet.gap-row-64px {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
  }

  .grid-4-service.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-4-service.stats-left {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .grid-2-columns-service-images {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns-service-images.title-and-categories {
    margin-bottom: 72px;
  }

  .grid-2-columns-service-images.template-page-sidebar, .grid-2-columns-service-images.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.dropdown-pages {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns-service-images._1-25fr---1fr, .grid-2-columns-service-images._2-25fr---1fr, .grid-2-columns-service-images._1-3fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 80px;
  }

  .grid-2-columns-service-images.locations-map {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
    top: 24px;
    left: 24px;
  }

  .grid-2-columns-service-images.mg-top-32px {
    display: none;
  }

  .heading-h4-size-2 {
    font-size: 20px;
  }

  .display-5 {
    font-size: 40px;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-6.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-6.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-6.top {
    padding-top: 64px;
  }

  .section-6.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-6.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-6.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-6.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 176px;
    padding-bottom: 460px;
  }

  .section-6.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-6.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-6.pd-180px, .section-6.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-6.pd-top-150px {
    padding-top: 80px;
  }

  .section-6.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-6.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .service-slide-4, .service-slide-2 {
    width: 100%;
  }

  .title-block {
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
  }

  .service-grid, .heading-1-service, .service-slide-1, .service-slide-3 {
    width: 100%;
  }

  .section-7.image-grid {
    display: none;
  }

  .section-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text {
    line-height: 1.3em;
  }

  .grid {
    height: 200px;
  }

  .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-10.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-10.top {
    padding-top: 64px;
  }

  .section-10.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-10.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-10.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-10.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 176px;
    padding-bottom: 460px;
  }

  .section-10.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-10.pd-180px, .section-10.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10.pd-top-150px {
    padding-top: 80px;
  }

  .section-10.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-10.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-3-correction {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-correction.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-3-correction.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-3-correction.top {
    padding-top: 64px;
  }

  .section-3-correction.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-3-correction.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-3-correction.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-3-correction.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-3-correction.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-correction.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-3-correction.pd-180px, .section-3-correction.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-correction.pd-top-150px {
    padding-top: 80px;
  }

  .section-3-correction.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-3-correction.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-11.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-11.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-11.top {
    padding-top: 64px;
  }

  .section-11.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-11.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-11.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-11.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 176px;
    padding-bottom: 460px;
  }

  .section-11.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-11.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-11.pd-180px, .section-11.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-11.pd-top-150px {
    padding-top: 80px;
  }

  .section-11.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-11.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-11.master-temp-bg-image {
    padding-bottom: 30em;
  }

  .section-12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-12.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-12.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-12.top {
    padding-top: 64px;
  }

  .section-12.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-12.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-12.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-12.master-temp-bg-image.vw {
    margin-bottom: -3.1em;
    padding-bottom: 27.1em;
  }

  .section-12.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-12.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-12.pd-180px, .section-12.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-12.pd-top-150px {
    padding-top: 80px;
  }

  .section-12.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-12.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .grid-4-about.our-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .section-13 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-13.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-13.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-13.top {
    padding-top: 64px;
  }

  .section-13.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-13.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-13.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-13.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 176px;
    padding-bottom: 460px;
  }

  .section-13.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-13.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-13.pd-180px, .section-13.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-13.pd-top-150px {
    padding-top: 80px;
  }

  .section-13.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-13.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-15 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-15.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-15.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-15.top {
    padding-top: 64px;
  }

  .section-15.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-15.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-15.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-15.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 176px;
    padding-bottom: 460px;
  }

  .section-15.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-15.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-15.pd-180px, .section-15.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-15.pd-top-150px {
    padding-top: 80px;
  }

  .section-15.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-15.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

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

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

  .section-16.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-16.top {
    padding-top: 64px;
  }

  .section-16.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-16.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-16.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-16.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 176px;
    padding-bottom: 460px;
  }

  .section-16.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-16.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-16.pd-180px, .section-16.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-16.pd-top-150px {
    padding-top: 80px;
  }

  .section-16.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-16.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .padding-vertical, .gallery13_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery13_image-wrapper {
    height: 60vh;
  }

  .gallery13_image {
    object-fit: cover;
  }

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

  .grid-5-service.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-5-service.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-5-service._1-col-tablet.gap-row-40px, .grid-5-service._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-5-service._3-col-tablet.gap-row-64px {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
  }

  .grid-5-service.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-5-service.stats-left {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .btn-primary-2 {
    padding: 20px;
  }

  .btn-primary-2.button-row {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .display-6 {
    font-size: 40px;
  }

  .btn-secondary-2 {
    padding: 20px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider-2.subtitle {
    max-width: 120px;
  }

  .display-7 {
    font-size: 34px;
  }

  .display-8 {
    font-size: 20px;
  }

  .grid-2---4-col {
    grid-template-columns: 1fr;
  }

  .section-14 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-14.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-14.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-14.top {
    padding-top: 64px;
  }

  .section-14.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-14.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-14.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-14.master-temp-bg-image.vw {
    margin-bottom: -3.1em;
    padding-bottom: 27.1em;
  }

  .section-14.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-14.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-14.pd-180px, .section-14.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-14.pd-top-150px {
    padding-top: 80px;
  }

  .section-14.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-14.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-1.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-1.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

  .section-1.top {
    padding-top: 64px;
  }

  .section-1.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section-1.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section-1.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-1.master-temp-bg-image {
    background-image: linear-gradient(to right, #000, #00000029), url('../images/home-hero-mobile-bg-image-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section-1.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-1.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-1.pd-180px, .section-1.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-1.pd-top-150px {
    padding-top: 80px;
  }

  .section-1.pd-top-150px.pd-bottom-264px {
    padding-bottom: 100px;
  }

  .section-1.hero-bg-video {
    background-image: linear-gradient(to right, #000, #00000029);
    height: 96vh;
    margin-top: -100px;
    margin-bottom: -60px;
    padding-top: 100px;
    padding-bottom: 200px;
  }

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

  .grid-3-columns-2.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns-2.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns-2._1-col-tablet.gap-row-40px {
    display: block;
  }

  .grid-3-columns-2._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns-2._3-col-tablet.gap-row-64px {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
  }

  .grid-3-columns-2.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns-2.stats-left {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

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

  .hero-section {
    padding-top: 40px;
  }

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

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

  .hero-center-wrapper, .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-contain.featured {
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-wrapper {
    padding-top: 80px;
  }

  .about-4-center-card-with-image {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .about-4-card-with-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-card-text {
    padding-bottom: 0;
  }

  .faq-questions {
    font-size: 22px;
  }

  .faqs-section-wrapper {
    max-width: 600px;
  }

  .text-block-5 {
    word-break: keep-all;
  }

  .padding-poster-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .service-area-list {
    justify-content: flex-start;
  }

  .center-wrap {
    margin-bottom: 40px;
  }

  .main-description {
    width: 100%;
    margin-top: 20px;
  }

  .grid-group---three {
    grid-template-columns: 1fr;
  }

  .benefit-title-service {
    font-size: 50px;
  }

  .section-17 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .left-wrap {
    margin-bottom: 40px;
  }

  .section-18 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-testimonials {
    grid-row-gap: 40px;
  }

  .testimonial-info {
    width: 90%;
  }

  .info-review-container {
    grid-row-gap: 30px;
  }

  .project-thumbnail-contain {
    height: 300px;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .contact_text {
    overflow-wrap: break-word;
  }

  .service-information {
    width: 100%;
  }

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

  .section-19.our-news-banner {
    min-height: 350px;
    padding-top: 140px;
  }

  .hero-title-home-3 {
    font-size: 40px;
  }

  .margin-top-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .shop-banner-description {
    width: 100%;
  }

  .text-over-image-link---gradient-2 {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .text-401 {
    font-size: 16px;
  }

  .divider-3 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .display-9 {
    font-size: 20px;
  }

  .text-over-image-link---gradient-3 {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .text-402 {
    font-size: 16px;
  }

  .display-10 {
    font-size: 20px;
  }

  .text-403 {
    font-size: 16px;
  }

  .display-11 {
    font-size: 20px;
  }

  .text-404 {
    font-size: 16px;
  }

  .display-12 {
    font-size: 20px;
  }

  .text-405 {
    font-size: 16px;
  }

  .display-13 {
    font-size: 20px;
  }

  .text-406 {
    font-size: 16px;
  }

  .display-14 {
    font-size: 20px;
  }

  .text-407 {
    font-size: 16px;
  }

  .display-15 {
    font-size: 20px;
  }

  .text-408, .text-409, .text-410, .text-411, .text-412, .text-413, .text-414, .text-415, .text-416, .text-417, .text-418, .text-419, .text-420, .text-421, .text-422, .text-423, .text-424, .text-425, .text-426, .text-427, .text-428, .text-429, .text-430, .text-431, .text-432 {
    font-size: 16px;
  }

  .our-price, .our-price-2-column, .our-price-4-col {
    grid-template-columns: 1fr;
  }

  .page-title, .page-title.accent {
    font-size: 50px;
  }

  .grid-services---d {
    grid-template-columns: 1fr;
  }

  .block-services---c {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  li {
    padding-left: 8px;
  }

  blockquote {
    padding: 48px 32px;
    font-size: 16px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pages {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
  }

  .grid-2-columns.locations-map {
    width: 100%;
    margin-bottom: 32px;
    position: static;
  }

  .card.testimonial {
    padding: 40px 24px 48px;
  }

  .card.product {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.add-to-cart {
    padding: 40px 24px 32px;
  }

  .card.contact {
    grid-template-columns: minmax(200px, 1fr);
  }

  .card.password-protected {
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px 24px;
  }

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

  .grid-3-about.our-numbers {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.subtitle {
    max-width: 70px;
  }

  .divider.newsletter {
    max-width: 120px;
    height: 2px;
  }

  .divider.contact-info {
    max-width: 140px;
    margin-left: 8px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .text-200.black.dropdown-title {
    text-align: left;
    width: 300px;
  }

  .display-1 {
    font-size: 32px;
  }

  .display-1.color-neutral-100, .display-1.color-neutral-100.mg-bottom-8px.main-page {
    font-size: 35px;
  }

  .grid-1-column.dropdown-link-column {
    width: 300px;
    display: block;
  }

  .display-2 {
    font-size: 28px;
  }

  .display-3 {
    font-size: 24px;
  }

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.stats-left {
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._120px-mbl._80px-mbp {
    max-width: 80px;
  }

  .inner-container._692px.transform-top--16px {
    transform: translate(0, -8px);
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding: 18px 16px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
  }

  .btn-primary.btn-next {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .btn-secondary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 0;
  }

  .btn-secondary.small.category-button {
    width: auto;
  }

  .btn-secondary.white {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary.btn-previous {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .btn-secondary.blog-featured-button {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-square {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-square-icon.footer-link {
    font-size: 26px;
  }

  .line-square-icon.link-icon-left {
    margin-right: 12px;
    font-size: 24px;
  }

  .line-square-icon.success-message-check.large {
    font-size: 48px;
  }

  .rich-text h2, .rich-text h3 {
    margin-top: 24px;
  }

  .rich-text figure {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .rich-text blockquote {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .container-default, .container-default.z-index-1 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default.z-index-1.contact, .container-default.z-index-1.lp {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.blog-post-title {
    bottom: 205px;
  }

  .container-default.blog-post-title.master-service {
    padding-top: 60px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section.overflow-hidden {
    padding-top: 112px;
  }

  .section.top {
    padding-top: 48px;
  }

  .section.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 480px;
  }

  .section.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section.pd-180px, .section.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.pd-top-150px {
    padding-top: 72px;
  }

  .section.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section.hero-bg-video {
    height: 120vh;
    padding-top: 140px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    flex-flow: row;
    width: 250px;
    padding-top: 32px;
    display: block;
  }

  .hamburger-menu-bar {
    width: 30px;
    height: 2px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .btn-circle-secondary.slider-arrow.right---bottom-center {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: 68px;
  }

  .btn-circle-secondary.slider-arrow.left---bottom-center, .btn-circle-secondary.slider-arrow.left---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    right: 68px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: 68px;
  }

  .social-media-grid-top, .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

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

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .success-message.white-message {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-center.mg-bottom-40px.mg-bottom-40px-mbp {
    margin-bottom: 32px;
  }

  .floating-item.photo-bottom-shape-3 {
    bottom: -22px;
    left: -8px;
  }

  .floating-item.hero-bottom-shape-3 {
    width: 100%;
    min-height: 116px;
    margin-left: 0;
    right: 0;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.cta-1, .cta-section.cta-2 {
    padding-bottom: 120px;
  }

  .slider-mask.width-404px._100-mbp {
    max-width: 100%;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .team-member-content {
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .blog-card-image {
    height: 15em;
  }

  .blog-card-image-wrapper.inside-card {
    margin-bottom: 24px;
  }

  .blog-card-title.display-4.mg-bottom-24px {
    margin-bottom: 8px;
  }

  .blog-card-badge-wrapper-top {
    top: 16px;
    right: 16px;
  }

  ._404-not-found {
    margin-bottom: -8px;
    font-size: 100px;
  }

  .cart-button {
    margin-right: 16px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .flex.align-center.vertical-mbp {
    flex-direction: column;
  }

  .flex.align-center.mg-bottom-16px {
    text-align: left;
  }

  .stats-left-bg-diagonal {
    right: -4%;
    transform: skew(38deg);
  }

  .text-over-image-link---text-container {
    bottom: 32px;
    left: 16px;
    right: 16px;
  }

  .text-over-image-link---gradient {
    background-image: linear-gradient(to bottom, #0000 10%, #000000c4 50%, var(--accent--primary-1));
  }

  .bg-text.services {
    width: 60%;
    right: -32px;
  }

  .bg-text.why-us {
    width: 50%;
    top: -40px;
    right: -20px;
  }

  .bg-text.about {
    top: -52px;
  }

  .bg-text.testimonials {
    width: 100%;
    top: -46px;
  }

  .bg-text.blog {
    width: 50%;
    top: 68px;
    left: 5px;
  }

  .bg-text.our-numbers {
    width: 80%;
    right: -14px;
  }

  .bg-text.why-us-2 {
    width: 80%;
    top: -14px;
  }

  .bg-text.why-us-3 {
    left: -50px;
  }

  .bg-text.services-2 {
    width: 64%;
  }

  .bg-text.faqs {
    width: 50%;
    top: -16px;
    right: -8px;
  }

  .bg-text.testimonials-2 {
    top: -28px;
  }

  .bg-text.newsletter {
    width: 100%;
    top: -10px;
    left: -14px;
  }

  .bg-text.locations-3 {
    width: 80%;
    top: -14px;
  }

  .bg-text.packages {
    width: 80%;
    top: -36px;
    right: -34px;
  }

  .footer-shape-top {
    margin-bottom: -5px;
  }

  .mg-bottom-12px {
    margin-bottom: 8px;
  }

  .link.text-and-icon.large {
    font-size: 16px;
  }

  .section-divider-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .blog-featured-bg-image-wrapper {
    margin-top: -94px;
  }

  .blog-featured-title {
    width: 100%;
    margin-top: -62px;
    margin-bottom: 80px;
  }

  .blog-post-bg-image {
    min-height: 660px;
  }

  .blog-post-top-section {
    margin-top: -94px;
  }

  .contact-card-left {
    padding: 0;
  }

  .contact-card-right {
    padding: 56px 24px 48px;
  }

  .locations-map-image {
    min-height: 340px;
  }

  .page-not-found {
    font-size: 32px;
  }

  .icon.password-page {
    max-width: 80px;
  }

  .form.min-h-73px {
    min-height: 144px;
  }

  .form.min-h-522px {
    min-height: 826px;
  }

  .grid-1-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-1-columns.dropdown-pages {
    grid-template-columns: 1fr;
  }

  .grid-1-columns.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
  }

  .grid-1-columns.locations-map {
    width: 100%;
    margin-bottom: 32px;
    position: static;
  }

  .section-service {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-service.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-service.overflow-hidden {
    padding-top: 112px;
  }

  .section-service.top {
    padding-top: 48px;
  }

  .section-service.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-service.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-service.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-service.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-service.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-service.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-service.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-service.pd-180px, .section-service.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-service.pd-top-150px {
    padding-top: 72px;
  }

  .section-service.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-service.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-2.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-2.top {
    padding-top: 48px;
  }

  .section-2.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-2.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-2.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-2.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-2.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-2.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-2.pd-180px, .section-2.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-2.pd-top-150px {
    padding-top: 72px;
  }

  .section-2.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-2.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-2.overflow-hidden {
    padding-top: 0;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-3.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-3.overflow-hidden {
    padding-top: 112px;
  }

  .section-3.top {
    padding-top: 48px;
  }

  .section-3.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-3.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-3.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-3.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-3.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-3.pd-180px, .section-3.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3.pd-top-150px {
    padding-top: 72px;
  }

  .section-3.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-3.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-3-tint {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-tint.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3-tint.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-3-tint.overflow-hidden {
    padding-top: 112px;
  }

  .section-3-tint.top {
    padding-top: 48px;
  }

  .section-3-tint.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-3-tint.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-3-tint.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-tint.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-3-tint.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-3-tint.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-tint.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-3-tint.pd-180px, .section-3-tint.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-tint.pd-top-150px {
    padding-top: 72px;
  }

  .section-3-tint.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-3-tint.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-4 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-4.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-4.overflow-hidden {
    padding-top: 0;
  }

  .section-4.top {
    padding-top: 48px;
  }

  .section-4.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-4.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-4.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-4.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-4.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-4.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-4.pd-180px, .section-4.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-4.pd-top-150px {
    padding-top: 72px;
  }

  .section-4.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-4.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-3-wraps {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-wraps.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3-wraps.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-3-wraps.overflow-hidden {
    padding-top: 112px;
  }

  .section-3-wraps.top {
    padding-top: 48px;
  }

  .section-3-wraps.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-3-wraps.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-3-wraps.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-wraps.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-3-wraps.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-3-wraps.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-wraps.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-3-wraps.pd-180px, .section-3-wraps.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-wraps.pd-top-150px {
    padding-top: 72px;
  }

  .section-3-wraps.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-3-wraps.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .grid-4-service, .grid-4-service._1-col-tablet.gap-row-40px.pc {
    grid-template-columns: 1fr;
  }

  .grid-4-service.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-4-service.stats-left {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.dropdown-pages {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-service-images.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
  }

  .grid-2-columns-service-images.locations-map {
    width: 100%;
    margin-bottom: 32px;
    position: static;
  }

  .stats-left-bg-diagonal-2 {
    right: -4%;
    transform: skew(38deg);
  }

  .display-5 {
    font-size: 32px;
  }

  .main-block {
    padding: 1em;
  }

  .main-block.top-margin-negative {
    margin-top: 0;
  }

  .faq-block {
    flex: auto;
    padding: 1em 1em 0;
  }

  .faq-page-image {
    margin-bottom: 1em;
  }

  .section-6 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-6.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-6.overflow-hidden {
    padding-top: 112px;
  }

  .section-6.top {
    padding-top: 48px;
  }

  .section-6.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-6.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-6.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-6.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-6.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 480px;
  }

  .section-6.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-6.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-6.pd-180px, .section-6.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-6.pd-top-150px {
    padding-top: 72px;
  }

  .section-6.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-6.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .packages-block {
    padding: 1em;
  }

  .title-block {
    white-space: pre-line;
    flex-wrap: wrap;
  }

  .service-grid {
    grid-template-columns: minmax(200px, 1fr);
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-7 {
    font-size: 2.5em;
  }

  .main-service-block {
    padding: 1em;
  }

  .main-service-block.top-margin-negative {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    height: 150px;
  }

  .section-10 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-10.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-10.overflow-hidden {
    padding-top: 112px;
  }

  .section-10.top {
    padding-top: 48px;
  }

  .section-10.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-10.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-10.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-10.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 480px;
  }

  .section-10.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-10.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-10.pd-180px, .section-10.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-10.pd-top-150px {
    padding-top: 72px;
  }

  .section-10.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-10.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-3-correction {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-correction.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3-correction.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-3-correction.overflow-hidden {
    padding-top: 112px;
  }

  .section-3-correction.top {
    padding-top: 48px;
  }

  .section-3-correction.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-3-correction.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-3-correction.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3-correction.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-3-correction.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-3-correction.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-correction.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-3-correction.pd-180px, .section-3-correction.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3-correction.pd-top-150px {
    padding-top: 72px;
  }

  .section-3-correction.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-3-correction.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-11 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-11.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-11.overflow-hidden {
    padding-top: 112px;
  }

  .section-11.top {
    padding-top: 48px;
  }

  .section-11.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-11.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-11.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-11.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-11.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 480px;
  }

  .section-11.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-11.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-11.pd-180px, .section-11.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-11.pd-top-150px {
    padding-top: 72px;
  }

  .section-11.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-11.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-11.master-temp-bg-image {
    background-position: 0 0, 25%;
  }

  .section-12 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-12.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-12.overflow-hidden {
    padding-top: 112px;
  }

  .section-12.top {
    padding-top: 48px;
  }

  .section-12.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-12.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-12.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-12.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-12.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-12.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-12.pd-180px, .section-12.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-12.pd-top-150px {
    padding-top: 72px;
  }

  .section-12.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-12.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

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

  .grid-4-about.our-numbers {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
  }

  .section-13 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-13.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-13.overflow-hidden {
    padding-top: 112px;
  }

  .section-13.top {
    padding-top: 48px;
  }

  .section-13.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-13.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-13.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-13.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-13.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 480px;
  }

  .section-13.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-13.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-13.pd-180px, .section-13.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-13.pd-top-150px {
    padding-top: 72px;
  }

  .section-13.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-13.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-15 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-15.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-15.overflow-hidden {
    padding-top: 112px;
  }

  .section-15.top {
    padding-top: 48px;
  }

  .section-15.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-15.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-15.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-15.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-15.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 480px;
  }

  .section-15.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-15.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-15.pd-180px, .section-15.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-15.pd-top-150px {
    padding-top: 72px;
  }

  .section-15.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-15.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

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

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

  .section-16.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-16.overflow-hidden {
    padding-top: 112px;
  }

  .section-16.top {
    padding-top: 48px;
  }

  .section-16.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-16.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-16.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-16.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-16.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 480px;
  }

  .section-16.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-16.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-16.pd-180px, .section-16.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-16.pd-top-150px {
    padding-top: 72px;
  }

  .section-16.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-16.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

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

  .gallery13_image-wrapper {
    height: 40vh;
  }

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

  .grid-5-service.gap-row-64px {
    grid-row-gap: 40px;
  }

  .grid-5-service.stats-left {
    grid-template-columns: 1fr;
  }

  .btn-primary-2 {
    width: 100%;
    padding: 18px 16px;
  }

  .btn-primary-2.button-row {
    margin-bottom: 16px;
  }

  .display-6 {
    font-size: 32px;
  }

  .btn-secondary-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary-2.white {
    margin-left: 0;
    margin-right: 0;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider-2.subtitle {
    max-width: 70px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 20px;
  }

  .display-7 {
    font-size: 28px;
  }

  .card-2.product {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-2.z-index-1.package {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2---4-col {
    grid-template-columns: minmax(200px, 1fr);
  }

  .section-14 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-14.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-14.overflow-hidden {
    padding-top: 112px;
  }

  .section-14.top {
    padding-top: 48px;
  }

  .section-14.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-14.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-14.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-14.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-14.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-14.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-14.pd-180px, .section-14.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-14.pd-top-150px {
    padding-top: 72px;
  }

  .section-14.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-14.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section-1 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section-1.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section-1.overflow-hidden {
    padding-top: 0;
  }

  .section-1.top {
    padding-top: 48px;
  }

  .section-1.top.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-1.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section-1.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-1.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-1.master-temp-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
    padding-bottom: 1166px;
  }

  .section-1.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-1.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section-1.pd-180px, .section-1.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-1.pd-top-150px {
    padding-top: 72px;
  }

  .section-1.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section-1.hero-bg-video {
    height: 120vh;
    margin-top: -94px;
    padding-top: 140px;
  }

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

  .grid-3-columns-2.gap-row-64px {
    grid-row-gap: 40px;
  }

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

  .cs-info-wrap {
    margin-top: 5em;
  }

  .error-message-2 {
    font-size: 16px;
  }

  .hero-paragraph {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cs-tab-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-heading.light {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .hero-section {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-studies-wrapper.hero-heading {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .steps-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .project-name {
    font-size: 32px;
  }

  .project-summary-20px {
    font-size: 18px;
  }

  .projects-page-wrapper {
    padding-top: 100px;
  }

  .project-contain {
    padding: 20px;
  }

  .project-contain.featured {
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button-2 {
    flex: none;
  }

  .contact-heading-black {
    text-align: center;
  }

  .faq-answer-wrap {
    padding-right: 7%;
  }

  .faq-right-wrap {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-card-text {
    padding-bottom: 0;
    font-size: 16px;
  }

  .faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .violet-button {
    font-size: 18px;
  }

  .icon-contain {
    flex: none;
  }

  .faq-card-heading {
    text-align: center;
  }

  .faqs-section-wrapper {
    max-width: 100%;
    padding: 100px 40px;
  }

  .faq-content {
    font-size: 16px;
  }

  .cta-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-button {
    font-size: 18px;
  }

  .cta-logos-wrapper {
    width: 90%;
  }

  .smaller {
    font-size: 16px;
  }

  .text-block-5 {
    white-space: break-spaces;
    word-break: break-all;
  }

  .video-embed {
    height: 168px;
  }

  .grid-group---three {
    grid-template-columns: 1fr;
  }

  .group---b {
    border-left-style: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .group---b.border-off {
    border-top-style: none;
    border-left-style: none;
  }

  .benefit-title-service {
    font-size: 45px;
  }

  .section-17, .section-18 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .testimonial-image {
    margin-bottom: 60px;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .info-review-container {
    grid-row-gap: 20px;
  }

  .h2-title-cap {
    font-size: 22px;
  }

  .benefit-line-vertical {
    top: 0%;
  }

  .project-thumbnail-contain {
    border-radius: 0;
    height: 260px;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .contact_text {
    overflow-wrap: anywhere;
    line-height: 1.2em;
  }

  .service-information {
    grid-template-columns: minmax(200px, 1fr);
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-title-home-3 {
    font-size: 35px;
  }

  .base-container-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    width: 0;
  }

  .flex-block {
    flex-flow: row;
    display: flex;
  }

  .list {
    flex-flow: column;
    flex: 0 auto;
  }

  .text-over-image-link---gradient-2 {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #fb6203);
  }

  .divider-3 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .text-over-image-link---gradient-3 {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #fb6203);
  }

  .contact-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .package-image, .package-image.tint {
    object-fit: contain;
  }

  .package-image.tint.detail {
    object-fit: cover;
  }

  .page-title, .page-title.accent {
    font-size: 40px;
  }

  .hero-title-h1 {
    font-size: 16px;
  }

  .bold-text-14 {
    line-height: 1.2em;
  }
}

#w-node-ea085719-365a-21aa-b522-51ddb255c441-05058fe1, #w-node-ea085719-365a-21aa-b522-51ddb255c455-05058fe1, #w-node-f84d510b-3d3d-85f3-5f8f-dcc517a8a7f3-05058fe1, #w-node-f84d510b-3d3d-85f3-5f8f-dcc517a8a7f5-05058fe1, #w-node-_34b6b940-1db1-625a-e0c7-cdec27222832-05058fe1, #w-node-_34b6b940-1db1-625a-e0c7-cdec27222846-05058fe1, #w-node-_5443443e-6daf-1aac-14bd-cc8fe9d0afc0-05058fe1, #w-node-_5443443e-6daf-1aac-14bd-cc8fe9d0afc2-05058fe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f376-25e9f369, #w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f386-25e9f369, #w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f3af-25e9f369 {
  align-self: start;
}

#w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f3c4-25e9f369, #w-node-_7d4a41c6-2f94-cdea-2553-de3c16b6eda1-16b6ed9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d4a41c6-2f94-cdea-2553-de3c16b6eda8-16b6ed9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c6cb135b-57cd-16cd-daf8-614325b8f14b-25b8f148, #w-node-c6cb135b-57cd-16cd-daf8-614325b8f158-25b8f148, #w-node-a5c0f36d-c7b9-2746-e6c2-04d8d33eb230-4554c347, #w-node-a249143b-de1a-3f1f-e820-9fab325c0b1b-325c0b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a249143b-de1a-3f1f-e820-9fab325c0b1d-325c0b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f2e12c8b-7955-b7c4-7766-8b776c0e917a-6c0e9177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2e12c8b-7955-b7c4-7766-8b776c0e9181-6c0e9177, #w-node-f2e12c8b-7955-b7c4-7766-8b776c0e9182-6c0e9177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19959c0c-07c5-74d4-96ad-69cbcad59a70-cad59a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19959c0c-07c5-74d4-96ad-69cbcad59a77-cad59a6c, #w-node-_19959c0c-07c5-74d4-96ad-69cbcad59a78-cad59a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_53b94e6b-f6aa-9b8d-d89a-1037da981c58-da981c57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53b94e6b-f6aa-9b8d-d89a-1037da981c5e-da981c57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_53b94e6b-f6aa-9b8d-d89a-1037da981c64-da981c57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_97756563-9792-6152-cc36-00f02648395a-2648394a, #w-node-b383aae4-4528-c8f7-2ab0-a1f49bdd8235-2648394a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_88e48767-9b13-42a0-138d-bd858052e289-05058fe4, #w-node-_88e48767-9b13-42a0-138d-bd858052e291-05058fe4, #w-node-_88e48767-9b13-42a0-138d-bd858052e299-05058fe4, #w-node-_88e48767-9b13-42a0-138d-bd858052e2a1-05058fe4, #w-node-_837efc36-418d-6e82-a959-73c5547f222f-05058fe4, #w-node-_837efc36-418d-6e82-a959-73c5547f2243-05058fe4, #w-node-d224a13f-91d1-60e6-2ee0-878441f384d9-05058fe4, #w-node-d224a13f-91d1-60e6-2ee0-878441f384db-05058fe4, #w-node-d7c88a93-4654-ed2e-ba5e-cf3549166d75-05058fe6, #w-node-e921c1e4-10fc-f8fb-7af7-1dfd8967974a-05058fe6, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-05058fe7, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-05058fe7, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-05058fe7, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-05058fe7, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-05058fe7, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-05058fe7, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-05058fe7, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-05058fe7, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-05058fe7, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-05058fe7, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-05058fe7, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-05058fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468eaa-57468ea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468eab-57468ea0 {
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468ecd-57468ea0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468ece-57468ea0 {
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468eee-57468ea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468eef-57468ea0 {
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468f17-57468ea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468f18-57468ea0 {
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468f3d-57468ea0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-cd344262-8c07-d234-9d1c-922c57468f3e-57468ea0 {
  align-self: start;
}

#w-node-d1ea5470-5ec5-8286-741f-662034c23909-05058fe9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3d884e50-455d-d4a4-9255-df1472b7198e-05058fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db15e674-843e-12b1-529c-8ed6a2636a1d-05058fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8f3beb3f-c961-ffd7-ccdb-ed7b50927e01-05058fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3183a2d0-788a-8f92-889a-4db1500cd054-05058fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6804bae1-d921-b5c5-1239-eb104e2de531-05058fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b68f9076-a4ec-1d98-5de7-c2099db4a272-05058fed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-05058ff3 {
  align-self: stretch;
}

#w-node-_71e990d6-c1d8-bea8-3726-04f283a9075d-05058ffa {
  justify-self: center;
}

#w-node-e173f295-fc7b-728f-9a92-64f18c60f5ec-05058ffa {
  justify-self: end;
}

#w-node-c2b5fbc7-f89c-af25-6da9-5d8a52d06514-05058ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2b5fbc7-f89c-af25-6da9-5d8a52d06516-05058ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-f58760dc, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-f58760dc, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-f58760dc, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-f58760dc, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-f58760dc, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-f58760dc, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-f58760dc, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-f58760dc, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-f58760dc, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-f58760dc, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-f58760dc, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-f58760dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0b62-d4bb0b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0b63-d4bb0b58 {
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0b85-d4bb0b58 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0b86-d4bb0b58 {
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0ba6-d4bb0b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0ba7-d4bb0b58 {
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0bcf-d4bb0b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0bd0-d4bb0b58 {
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0bf5-d4bb0b58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-cde4a097-09e0-f744-30ea-fc91d4bb0bf6-d4bb0b58 {
  align-self: start;
}

#w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-c73ebe96, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-c73ebe96, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-c73ebe96, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-c73ebe96, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-c73ebe96, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-c73ebe96, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-c73ebe96, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-c73ebe96, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-c73ebe96, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-c73ebe96, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-c73ebe96, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-c73ebe96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0cbe-0a1f0cb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0cbf-0a1f0cb5 {
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0ce1-0a1f0cb5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0ce2-0a1f0cb5 {
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d02-0a1f0cb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d03-0a1f0cb5 {
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d2b-0a1f0cb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d2c-0a1f0cb5 {
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d51-0a1f0cb5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d52-0a1f0cb5 {
  align-self: start;
}

#w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-4961c5bb, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-4961c5bb, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-4961c5bb, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-4961c5bb, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-4961c5bb, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-4961c5bb, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-4961c5bb, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-4961c5bb, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-4961c5bb, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-4961c5bb, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-4961c5bb, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-4961c5bb, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-931ca08d, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-931ca08d, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-931ca08d, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-931ca08d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-931ca08d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-931ca08d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-931ca08d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-931ca08d, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-931ca08d, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-931ca08d, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-931ca08d, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-931ca08d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b846d-1b7b8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b846e-1b7b8463 {
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b8490-1b7b8463 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b8491-1b7b8463 {
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b84b1-1b7b8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b84b2-1b7b8463 {
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b84da-1b7b8463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b84db-1b7b8463 {
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b8500-1b7b8463 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-f604d3e9-dc50-0446-ad66-955b1b7b8501-1b7b8463 {
  align-self: start;
}

#w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-abd1b152, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-abd1b152, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-abd1b152, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-abd1b152, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-abd1b152, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-abd1b152, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-abd1b152, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-abd1b152, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-abd1b152, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-abd1b152, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-abd1b152, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-abd1b152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9682-e94e9679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9683-e94e9679 {
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e96a5-e94e9679 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e96a6-e94e9679 {
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e96c6-e94e9679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e96c7-e94e9679 {
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e96ef-e94e9679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e96f0-e94e9679 {
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9715-e94e9679 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9716-e94e9679 {
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9736-e94e9679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9737-e94e9679 {
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9759-e94e9679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e975a-e94e9679 {
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9782-e94e9679 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_96223807-dc00-1590-f243-d153e94e9783-e94e9679 {
  align-self: start;
}

#w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-2d304a39, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-2d304a39, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-2d304a39, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-2d304a39, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-2d304a39, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-2d304a39, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-2d304a39, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-2d304a39, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-2d304a39, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-2d304a39, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-2d304a39, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-2d304a39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b8090-1a6b8087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b8091-1a6b8087 {
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80b3-1a6b8087 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80b4-1a6b8087 {
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80d4-1a6b8087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80d5-1a6b8087 {
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80fd-1a6b8087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80fe-1a6b8087 {
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b8123-1a6b8087 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b8124-1a6b8087 {
  align-self: start;
}

#w-node-_2cf0d6a2-ef3f-cc37-883f-9806e93da4d3-1a6b8087 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-7ea6fbfa, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-7ea6fbfa, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-7ea6fbfa, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-7ea6fbfa, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-7ea6fbfa, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-7ea6fbfa, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-7ea6fbfa, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-7ea6fbfa, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-7ea6fbfa, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-7ea6fbfa, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-7ea6fbfa, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-7ea6fbfa, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-ecfb8379, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-ecfb8379, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-ecfb8379, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-ecfb8379, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-ecfb8379, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-ecfb8379, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-ecfb8379, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-ecfb8379, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-ecfb8379, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-ecfb8379, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-ecfb8379, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-ecfb8379, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-78fb55e5, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-78fb55e5, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-78fb55e5, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-78fb55e5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-78fb55e5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-78fb55e5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-78fb55e5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-78fb55e5, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-78fb55e5, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-78fb55e5, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-78fb55e5, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-78fb55e5, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-a4c2e7d5, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-a4c2e7d5, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-a4c2e7d5, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-a4c2e7d5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-a4c2e7d5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-a4c2e7d5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-a4c2e7d5, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-a4c2e7d5, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-a4c2e7d5, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-a4c2e7d5, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-a4c2e7d5, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-a4c2e7d5, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-3879ccff, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-3879ccff, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-3879ccff, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-3879ccff, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-3879ccff, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-3879ccff, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-3879ccff, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-3879ccff, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-3879ccff, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-3879ccff, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-3879ccff, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-3879ccff, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-08354f5b, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-08354f5b, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-08354f5b, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-08354f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-08354f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-08354f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-08354f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-08354f5b, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-08354f5b, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-08354f5b, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-08354f5b, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-08354f5b, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-cf310d7e, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-cf310d7e, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-cf310d7e, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-cf310d7e, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-cf310d7e, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-cf310d7e, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-cf310d7e, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-cf310d7e, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-cf310d7e, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-cf310d7e, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-cf310d7e, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-cf310d7e, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-5a6d702f, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-5a6d702f, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-5a6d702f, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-5a6d702f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-5a6d702f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-5a6d702f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-5a6d702f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-5a6d702f, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-5a6d702f, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-5a6d702f, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-5a6d702f, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-5a6d702f, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-68fe8f4c, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-68fe8f4c, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-68fe8f4c, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-68fe8f4c, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-68fe8f4c, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-68fe8f4c, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-68fe8f4c, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-68fe8f4c, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-68fe8f4c, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-68fe8f4c, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-68fe8f4c, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-68fe8f4c, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-25db3e03, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-25db3e03, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-25db3e03, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-25db3e03, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-25db3e03, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-25db3e03, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-25db3e03, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-25db3e03, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-25db3e03, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-25db3e03, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-25db3e03, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-25db3e03, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-70ee8804, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-70ee8804, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-70ee8804, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-70ee8804, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-70ee8804, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-70ee8804, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-70ee8804, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-70ee8804, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-70ee8804, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-70ee8804, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-70ee8804, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-70ee8804, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-49e83d8f, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-49e83d8f, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-49e83d8f, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-49e83d8f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-49e83d8f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-49e83d8f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-49e83d8f, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-49e83d8f, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-49e83d8f, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-49e83d8f, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-49e83d8f, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-49e83d8f, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-7f138c62, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-7f138c62, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-7f138c62, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-7f138c62, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-7f138c62, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-7f138c62, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-7f138c62, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-7f138c62, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-7f138c62, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-7f138c62, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-7f138c62, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-7f138c62, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-0d280f5b, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-0d280f5b, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-0d280f5b, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-0d280f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-0d280f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-0d280f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-0d280f5b, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-0d280f5b, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-0d280f5b, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-0d280f5b, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-0d280f5b, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-0d280f5b, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-e6fee9ec, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-e6fee9ec, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-e6fee9ec, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-e6fee9ec, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-e6fee9ec, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-e6fee9ec, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-e6fee9ec, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-e6fee9ec, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-e6fee9ec, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-e6fee9ec, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-e6fee9ec, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-e6fee9ec, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-f0b2eb7d, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-f0b2eb7d, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-f0b2eb7d, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-f0b2eb7d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-f0b2eb7d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-f0b2eb7d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-f0b2eb7d, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-f0b2eb7d, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-f0b2eb7d, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-f0b2eb7d, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-f0b2eb7d, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-f0b2eb7d, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-0d3caa07, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-0d3caa07, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-0d3caa07, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-0d3caa07, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-0d3caa07, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-0d3caa07, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-0d3caa07, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-0d3caa07, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-0d3caa07, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-0d3caa07, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-0d3caa07, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-0d3caa07, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-f0c1c903, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-f0c1c903, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-f0c1c903, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-f0c1c903, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-f0c1c903, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-f0c1c903, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-f0c1c903, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-f0c1c903, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-f0c1c903, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-f0c1c903, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-f0c1c903, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-f0c1c903, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-03ee64fe, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-03ee64fe, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-03ee64fe, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-03ee64fe, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-03ee64fe, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-03ee64fe, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-03ee64fe, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-03ee64fe, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-03ee64fe, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-03ee64fe, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-03ee64fe, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-03ee64fe, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-2936ed49, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-2936ed49, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-2936ed49, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-2936ed49, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-2936ed49, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-2936ed49, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-2936ed49, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-2936ed49, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-2936ed49, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-2936ed49, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-2936ed49, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-2936ed49, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-2503ff05, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-2503ff05, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-2503ff05, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-2503ff05, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-2503ff05, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-2503ff05, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-2503ff05, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-2503ff05, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-2503ff05, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-2503ff05, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-2503ff05, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-2503ff05, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-e30a8d19, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-e30a8d19, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-e30a8d19, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-e30a8d19, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-e30a8d19, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-e30a8d19, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-e30a8d19, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-e30a8d19, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-e30a8d19, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-e30a8d19, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-e30a8d19, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-e30a8d19, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-6c3ee2ea, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-6c3ee2ea, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-6c3ee2ea, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-6c3ee2ea, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-6c3ee2ea, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-6c3ee2ea, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-6c3ee2ea, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-6c3ee2ea, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-6c3ee2ea, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-6c3ee2ea, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-6c3ee2ea, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-6c3ee2ea, #w-node-e42d7357-663d-97ef-bfb6-0b012f5325a8-e5f98ade, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-e5f98ade, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fb6-e5f98ade, #w-node-_25399e50-d357-86d9-9d04-c40e07be7fa9-e5f98ade, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053aa-e5f98ade, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053b2-e5f98ade, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053ba-e5f98ade, #w-node-_1468d4b2-8659-31d0-f227-047dcf3053c2-e5f98ade, #w-node-e889b8e8-add4-4990-f553-de94cf6979d2-e5f98ade, #w-node-e889b8e8-add4-4990-f553-de94cf6979d0-e5f98ade, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad97-e5f98ade, #w-node-f45d136a-2c81-8488-04a9-4cb72f08ad99-e5f98ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ea085719-365a-21aa-b522-51ddb255c455-05058fe1, #w-node-_34b6b940-1db1-625a-e0c7-cdec27222846-05058fe1 {
    align-self: center;
  }

  #w-node-_30579df8-fe81-654e-92f6-c423f4c233c6-25e9f369 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d4a41c6-2f94-cdea-2553-de3c16b6eda1-16b6ed9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d4a41c6-2f94-cdea-2553-de3c16b6eda8-16b6ed9e, #w-node-a249143b-de1a-3f1f-e820-9fab325c0b1d-325c0b18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f2e12c8b-7955-b7c4-7766-8b776c0e9182-6c0e9177, #w-node-_19959c0c-07c5-74d4-96ad-69cbcad59a78-cad59a6c {
    justify-self: start;
  }

  #w-node-_97756563-9792-6152-cc36-00f02648395a-2648394a, #w-node-b383aae4-4528-c8f7-2ab0-a1f49bdd8235-2648394a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_837efc36-418d-6e82-a959-73c5547f2243-05058fe4, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-05058fe7 {
    align-self: center;
  }

  #w-node-cd344262-8c07-d234-9d1c-922c57468eaa-57468ea0, #w-node-cd344262-8c07-d234-9d1c-922c57468ecd-57468ea0, #w-node-cd344262-8c07-d234-9d1c-922c57468eee-57468ea0, #w-node-cd344262-8c07-d234-9d1c-922c57468f17-57468ea0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-cd344262-8c07-d234-9d1c-922c57468f3d-57468ea0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-d1ea5470-5ec5-8286-741f-662034c23909-05058fe9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-f58760dc {
    align-self: center;
  }

  #w-node-cde4a097-09e0-f744-30ea-fc91d4bb0b62-d4bb0b58, #w-node-cde4a097-09e0-f744-30ea-fc91d4bb0b85-d4bb0b58, #w-node-cde4a097-09e0-f744-30ea-fc91d4bb0ba6-d4bb0b58, #w-node-cde4a097-09e0-f744-30ea-fc91d4bb0bcf-d4bb0b58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-cde4a097-09e0-f744-30ea-fc91d4bb0bf5-d4bb0b58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-c73ebe96 {
    align-self: center;
  }

  #w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0cbe-0a1f0cb5, #w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0ce1-0a1f0cb5, #w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d02-0a1f0cb5, #w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d2b-0a1f0cb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d51-0a1f0cb5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-4961c5bb, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-931ca08d {
    align-self: center;
  }

  #w-node-f604d3e9-dc50-0446-ad66-955b1b7b846d-1b7b8463, #w-node-f604d3e9-dc50-0446-ad66-955b1b7b8490-1b7b8463, #w-node-f604d3e9-dc50-0446-ad66-955b1b7b84b1-1b7b8463, #w-node-f604d3e9-dc50-0446-ad66-955b1b7b84da-1b7b8463 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f604d3e9-dc50-0446-ad66-955b1b7b8500-1b7b8463 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-abd1b152 {
    align-self: center;
  }

  #w-node-_96223807-dc00-1590-f243-d153e94e9682-e94e9679, #w-node-_96223807-dc00-1590-f243-d153e94e96a5-e94e9679, #w-node-_96223807-dc00-1590-f243-d153e94e96c6-e94e9679, #w-node-_96223807-dc00-1590-f243-d153e94e96ef-e94e9679 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96223807-dc00-1590-f243-d153e94e9715-e94e9679, #w-node-_96223807-dc00-1590-f243-d153e94e9736-e94e9679, #w-node-_96223807-dc00-1590-f243-d153e94e9759-e94e9679, #w-node-_96223807-dc00-1590-f243-d153e94e9782-e94e9679 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-2d304a39 {
    align-self: center;
  }

  #w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b8090-1a6b8087, #w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80b3-1a6b8087, #w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80d4-1a6b8087, #w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b80fd-1a6b8087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b8123-1a6b8087 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_2cf0d6a2-ef3f-cc37-883f-9806e93da4d3-1a6b8087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-7ea6fbfa, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-ecfb8379, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-78fb55e5, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-a4c2e7d5, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-3879ccff, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-08354f5b, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-cf310d7e, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-5a6d702f, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-68fe8f4c, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-25db3e03, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-70ee8804, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-49e83d8f, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-7f138c62, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-0d280f5b, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-e6fee9ec, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-f0b2eb7d, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-0d3caa07, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-f0c1c903, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-03ee64fe, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-2936ed49, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-2503ff05, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-e30a8d19, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-6c3ee2ea, #w-node-a0cae81e-248b-07a0-4e31-84cf5134ff91-e5f98ade {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f36f-25e9f369, #w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f3a9-25e9f369 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d4a41c6-2f94-cdea-2553-de3c16b6eda8-16b6ed9e {
    justify-self: start;
  }

  #w-node-a249143b-de1a-3f1f-e820-9fab325c0b1d-325c0b18 {
    order: -9999;
    justify-self: start;
  }

  #w-node-f2e12c8b-7955-b7c4-7766-8b776c0e9181-6c0e9177, #w-node-_19959c0c-07c5-74d4-96ad-69cbcad59a77-cad59a6c, #w-node-_53b94e6b-f6aa-9b8d-d89a-1037da981c5e-da981c57, #w-node-_53b94e6b-f6aa-9b8d-d89a-1037da981c64-da981c57, #w-node-db15e674-843e-12b1-529c-8ed6a2636a1d-05058fea, #w-node-_71e990d6-c1d8-bea8-3726-04f283a9075d-05058ffa, #w-node-e173f295-fc7b-728f-9a92-64f18c60f5ec-05058ffa, #w-node-c2b5fbc7-f89c-af25-6da9-5d8a52d06516-05058ffc {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd344262-8c07-d234-9d1c-922c57468f3d-57468ea0, #w-node-cde4a097-09e0-f744-30ea-fc91d4bb0bf5-d4bb0b58, #w-node-da2ce229-b1c3-e73a-1cd0-7c150a1f0d51-0a1f0cb5, #w-node-f604d3e9-dc50-0446-ad66-955b1b7b8500-1b7b8463, #w-node-_96223807-dc00-1590-f243-d153e94e9715-e94e9679, #w-node-e34a5151-cc7d-53b1-0f5f-11c31a6b8123-1a6b8087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/claritycity-blackitalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/claritycity-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/claritycity-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/claritycity-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/claritycity-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/claritycity-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}