:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --base-color-brand--blue: #000f71;
  --link-color--link-primary: var(--base-color-brand--blue);
  --text-color--text-primary: var(--base-color-brand--blue);
  --base-color-neutral--white: white;
  --border-color--border-primary: var(--base-color-brand--blue);
  --base-color-brand--red: #b71c1c;
  --base-color-neutral--black: black;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --rating-star: #fdcc0d;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

.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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--base-color-brand--blue);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-long {
  width: 100%;
  max-width: 35rem;
}

.max-width-long.align-center.appointment_contact-form_form {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  display: block;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.dash-cam-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 100vw;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  margin-top: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.margin-top.margin-medium.landing-margin {
  margin-top: 2rem;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 2rem;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xhuge {
  padding: .5rem 0 0;
}

.padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.home-section-2 {
  padding-bottom: 0;
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium.founder-hero-sub {
  text-align: center;
}

.text-size-medium.founder-hero-sub.founder-sub-white {
  color: var(--base-color-neutral--white);
  text-shadow: 0 1px 4px #0006, 0 1px 1px #0003;
}

.text-size-medium.what-we-do-paragraph {
  text-align: center;
  font-size: 1rem;
}

.text-size-medium.hero-sub-text {
  margin-top: -10px;
  padding-right: 40px;
  font-size: 1rem;
  font-weight: 500;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  color: var(--base-color-brand--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.review-p {
  font-size: 1rem;
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--base-color-brand--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-color-white.contact-us-hero-h1 {
  margin-top: 2rem;
}

.heading-style-h1.dash-hero-h1 {
  text-align: center;
  width: 100%;
}

.heading-style-h1.light-hero-h1 {
  font-size: 2rem;
}

.heading-style-h1.light-hero-h1.text-color-white {
  text-shadow: 0 1px 4px #00000054;
}

.heading-style-h1.appointment-book-h1, .heading-style-h1.about-us-h1-purpose {
  text-align: center;
}

.heading-style-h1.audio-white-text {
  color: var(--base-color-neutral--white);
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--base-color-brand--red);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
}

.button.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
  margin-top: 0;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-alternate.appoint-btn {
  border-color: var(--base-color-neutral--white);
}

.button.is-link {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.dash-cam-sub4 {
  font-size: 1.2rem;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--base-color-brand--blue);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--base-color-neutral--black);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

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

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--rating-star);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.icon-footer, .icon-embed-xsmall.blue-icon {
  color: var(--base-color-brand--blue);
}

.icon-height-xxsmall {
  height: 1rem;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold {
  font-weight: 600;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  color: var(--base-color-brand--blue);
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--base-color-brand--red);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  font-weight: 600;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.contact-us-padding {
  margin-top: 1px;
}

.padding-global.padding-hero-contact-us {
  margin-top: 0;
}

.padding-global.dash-cam-hero {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.padding-section-large.home-section-3 {
  padding-top: 2rem;
}

.padding-section-large.book-your-vehicle {
  padding-top: 0;
}

.padding-section-large.testimotion-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.customer-review {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.dash-cam-product {
  margin-top: -93px;
}

.padding-section-large.about-us-purpose {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.about-us-hero {
  padding-top: 2rem;
}

.padding-section-large.about-us-bottom-section {
  margin-top: 100px;
}

.padding-section-large.battery-hero, .padding-section-large.what-we-offer {
  padding-top: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-quote {
  border-left-color: var(--base-color-brand--red);
  color: var(--base-color-brand--blue);
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  margin-top: 50px;
  margin-bottom: 20px;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 1200%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo {
  max-width: 100%;
  margin: 7px;
}

.navbar1_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link:hover {
  font-weight: 600;
}

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_component {
  z-index: 999;
  background-color: var(--base-color-neutral--white);
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_logo-link {
  margin-top: 0;
  padding-left: 0;
}

.navbar1_dropdown-list.w--open {
  border: .2px solid var(--base-color-brand--blue);
  background-color: var(--background-color--background-primary);
  opacity: 1;
  padding: .5rem;
}

.navbar1_link {
  color: var(--base-color-brand--blue);
  padding: .5rem 1rem;
}

.navbar1_link:hover {
  font-weight: 600;
}

.navbar1_link.w--current {
  color: var(--base-color-brand--blue);
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.home_hero-header_component {
  flex-direction: column;
  height: 55svh;
  min-height: 55svh;
  display: flex;
}

.home_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_hero-header_image-wrapper {
  flex: 1;
  position: relative;
}

.home_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_features-list_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.home_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.home_how-it-works_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home_how-it-works_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home_feature_image {
  width: 100%;
  height: 100%;
}

.home-feature-list {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_feature_item-list, .home_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_benefits_image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.home_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_testimonial_rating-wrapper {
  display: flex;
}

.home_testimonial_logo {
  max-height: 3rem;
}

.home_testimonial_component {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.home_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.home_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

.home_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer2_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

.footer2_link {
  color: var(--base-color-brand--blue);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_credit-text {
  font-size: .875rem;
}

.footer2_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer2_legal-link {
  color: var(--base-color-brand--blue);
  font-size: .875rem;
  text-decoration: underline;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer2_logo-link {
  padding-left: 0;
}

.about-us_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us_benefits_image {
  width: 100%;
  height: 100%;
}

.about-us_award-logos-list_logo {
  max-height: 3.5rem;
}

.about-us_award-logos-list_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us_award-logos-list_wrapper {
  background-color: var(--base-color-neutral--neutral-lightest);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.about-us_testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.about-us_testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.about-us_testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.about-us_testimonial_card {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.about-us_testimonial_component {
  column-count: 3;
  column-gap: 2rem;
}

.about-us_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.about-us_cta_image {
  width: 100%;
  height: 100%;
}

.about-us_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.products-accessories_features-list_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.products-accessories_features-list_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.products-accessories_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.products-accessories_feature-1_image {
  width: 100%;
  height: 100%;
}

.products-accessories_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.products-accessories_feature-2_image {
  width: 100%;
  height: 100%;
}

.products-accessories_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.products-accessories_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.products-accessories_feature-3_image {
  width: 100%;
  height: 100%;
}

.products-accessories_feature-3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.products-accessories_feature-3_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.products-accessories_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.products-accessories_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.products-accessories_cta_content {
  flex: 1;
}

.services_features-list-1_image-wrapper {
  width: 100%;
  position: relative;
}

.services_features-list-1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.services_features-list-1_image {
  width: 100%;
  height: 100%;
}

.services_features-list-1_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services_features-list-1_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.services_features-list-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services_features-list-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.services_features-list-2_image, .services_feature-1_image {
  width: 100%;
  height: 100%;
}

.services_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services_feature-1_item-list, .services_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.services_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services_feature-2_image {
  width: 100%;
  height: 100%;
}

.services_feature-3_image-wrapper {
  width: 100%;
  position: relative;
}

.services_feature-3_image {
  width: 100%;
  height: 100%;
}

.services_feature-3_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.services_feature-3_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services_feature-3_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.services_cta_image {
  width: 100%;
  height: 100%;
}

.services_cta_component, .audio-head-unit_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_feature-1_image {
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_feature-2_image {
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-3_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.audio-head-unit_feature-3_image {
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_benefits_image {
  width: 100%;
  height: 100%;
}

.audio-head-unit_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.audio-head-unit_testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.audio-head-unit_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.audio-head-unit_testimonial_logo {
  max-height: 3.5rem;
}

.audio-head-unit_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.section_audio-head-unit_cta {
  position: relative;
}

.lights-systems_features-list-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.lights-systems_features-list-1_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lights-systems_features-list-1_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.lights-systems_features-list-1_image {
  object-fit: cover;
  border-radius: 5px;
  width: 35vw;
  height: 20vw;
}

.lights-systems_features-list-1_image:hover {
  filter: brightness(120%);
}

.lights-systems_features-list-1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.lights-systems_features-list-1_image-wrapper, .lights-systems_features-list-2_image-wrapper {
  width: 100%;
  position: relative;
}

.lights-systems_features-list-2_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.lights-systems_features-list-2_image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 35vw;
  height: 20vw;
}

.lights-systems_features-list-2_image:hover {
  filter: brightness(120%);
}

.lights-systems_features-list-2_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lights-systems_features-list-2_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.lights-systems_feature-1_image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.lights-systems_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lights-systems_feature-2_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.lights-systems_feature-2_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.lights-systems_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lights-systems_feature-2_image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.lights-systems_feature-2_item {
  display: flex;
}

.lights-systems_testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lights-systems_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.lights-systems_testimonial_logo {
  max-height: 3.5rem;
}

.lights-systems_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.auto-parts-store_ecommerce-product_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.auto-parts-store_ecommerce-product_image {
  width: 100%;
  height: 100%;
}

.auto-parts-store_features-list_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.auto-parts-store_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.auto-parts-store_features-list_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.auto-parts-store_benefits_image {
  width: 100%;
  height: 100%;
}

.auto-parts-store_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.auto-parts-store_pricing_content-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.auto-parts-store_pricing_plan {
  border: 1px solid var(--border-color--border-primary);
  padding: 2rem;
}

.auto-parts-store_pricing_feature {
  display: flex;
}

.auto-parts-store_pricing_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.auto-parts-store_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.auto-parts-store_pricing_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.auto-parts-store_pricing_content-item {
  display: flex;
}

.auto-parts-store_pricing_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.auto-parts-store_pricing_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.auto-parts-store_pricing_divider {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.auto-parts-store_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.auto-parts-store_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_auto-parts-store_cta {
  position: relative;
}

.auto-parts-store_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.auto-parts-store_testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.auto-parts-store_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.auto-parts-store_testimonial_logo {
  max-height: 3.5rem;
}

.auto-parts-store_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.auto-parts-store_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.auto-parts-store_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.auto-parts-store_testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.auto-parts-store_testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.section_contact-us_header {
  position: relative;
}

.contact-us_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact-us_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-us_contact_item {
  display: flex;
}

.contact-us_contact_image {
  width: 100%;
  height: 100%;
}

.contact-us_contact_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-us_contact_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.contact-us_contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-us_contact-form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us_contact-form_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.error-text {
  color: #e23939;
}

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

.contact-us_locations_image-wrapper {
  width: 100%;
}

.contact-us_locations_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.contact-us_locations_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.contact-us_cta-form_card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
}

.contact-us_cta-form_card.contact-us-card {
  justify-content: center;
  align-items: flex-start;
}

.contact-us_cta-form_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-us_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.contact-us_cta-form_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.contact-us_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-top-section {
  background-image: url('../images/menu-vector.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 800px;
  max-width: 600px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image {
  margin-top: 10px;
  margin-left: 70px;
}

.container {
  max-width: 1200px;
  height: 600px;
  display: flex;
}

.quick-stack {
  flex: 1;
  padding: 0;
}

.top-nav-block {
  background-color: #ceb2b200;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 4px;
  padding-left: 60px;
  display: flex;
}

.top-nav-txt {
  color: var(--base-color-neutral--white);
  margin-left: 10px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.top-divider, .call-icon {
  margin-left: 20px;
}

.hero-stack {
  background-image: url('../images/Hero-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  margin-top: 110px;
}

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

.div-block.section-two-sub {
  margin-top: 0;
}

.div-block.section-two-sub.what-we-do-sub {
  justify-content: center;
  align-items: center;
}

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

.text-block.sred-bold {
  color: var(--base-color-brand--red);
  margin-left: 10px;
  font-size: .9rem;
  font-weight: 600;
}

.heading {
  color: var(--base-color-brand--blue);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 3.2rem;
  line-height: 1.1;
}

.heading.section-two-heading {
  text-transform: uppercase;
  line-height: 1;
}

.heading.section-two-heading.founder-heading {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.1;
}

.heading.section-two-heading.left-align {
  font-size: 2rem;
  line-height: 1.1;
}

.heading.h1-home-hero {
  font-size: 2rem;
}

.cell {
  padding-top: 80px;
  padding-left: 0;
}

.hero-button {
  background-color: #b71c1c;
}

.hero-car-image {
  margin-top: 40px;
  margin-right: 40px;
  padding-right: 0;
}

.section-two {
  flex: 1;
  margin-top: 60px;
}

.section-two-paragraph {
  margin-top: 20px;
  padding-right: 0;
  font-size: 1rem;
}

.section-two-paragraph.founder-paragraph {
  text-align: left;
  padding-right: 4rem;
}

.link-section-two {
  color: var(--base-color-brand--blue);
  -webkit-text-stroke-color: var(--base-color-brand--blue);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.link-section-two:hover {
  font-weight: 700;
}

.div-block-section-two-btn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-weight: 500;
  display: flex;
}

.image-2 {
  margin-left: 15px;
  font-weight: 500;
}

.background-video {
  z-index: 10;
  width: 100%;
  position: relative;
}

.cell-2 {
  padding-top: 0;
  padding-left: 60px;
}

.section-two-video-overlay {
  z-index: 1000;
  vertical-align: baseline;
  max-width: 80%;
  display: inline-block;
  position: relative;
  inset: -52px auto 0% 34px;
}

.founder-section {
  margin-top: 100px;
}

.founder-container {
  max-width: 1200px;
  min-height: 500px;
}

.quick-stack-2 {
  color: var(--base-color-brand--blue);
  background-image: url('../images/founder-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
}

.rajitha-founder {
  width: 500px;
  margin-top: -8px;
  margin-left: -60px;
  position: absolute;
}

.what-we-do-h1 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}

.section_founder_header {
  background-image: url('../images/raj_cover1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_founder_header.z-index-2 {
  padding-top: 100px;
}

.founder_feature-1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.founder_feature-1_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.founder_feature-1_image {
  width: 100%;
  height: 100%;
  margin-top: -4rem;
}

.founder_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.founder_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.founder_feature-2_image {
  width: 100%;
  height: 100%;
}

.founder_feature-3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  display: grid;
}

.founder_feature-3_image {
  width: 100%;
  height: 100%;
}

.founder_feature-3_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.founder_feature-4_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.founder_feature-4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.founder_feature-4_image {
  width: 100%;
  height: 100%;
}

.navbar1_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_dropdown-link-2 {
  color: #000;
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-2.w--current {
  color: #000;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-2.is-page-height-tablet {
  margin-top: 50px;
  margin-bottom: 20px;
}

.navbar1_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  color: #000;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.top-nav-txt-2 {
  color: #fff;
  margin-left: 10px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.navbar1_component-2 {
  background-color: #fff;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_link-2 {
  color: #000;
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: #000;
}

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

.heading-2.founder-h1-white {
  color: var(--base-color-neutral--white);
  text-shadow: 0 1px 1px #0003;
}

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

.slide-2 {
  background-image: url('../images/mobile-van1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 500px;
}

.slider.mobile-service-slider {
  height: 600px;
}

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

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

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

.slide-6 {
  background-image: url('../images/slide6.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.testimonial18_component {
  column-count: 3;
  column-gap: 2rem;
}

.testimonial18_card {
  border: 1px solid #dadada;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.testimonial18_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial18_rating-wrapper.rating-star {
  color: var(--rating-star);
}

.testimonial18_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial18_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial18_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.layout4_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout4_image {
  width: 100%;
  height: 100%;
}

.header80_component {
  height: 300vh;
  position: relative;
}

.header80_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-1 {
  width: 22vw;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header80_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header80_content {
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.header80_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_hero_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.header76_component {
  grid-column-gap: 0rem;
  color: var(--base-color-brand--blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header76_content-left {
  max-width: none;
  margin-top: -100px;
  margin-left: 4vw;
  margin-right: 3rem;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-wrapper {
  border-radius: 0;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.hero-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.hero-header-image:hover {
  opacity: 1;
  filter: contrast(105%) brightness(125%);
  mix-blend-mode: normal;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.section_banner_brands {
  margin-top: 100px;
}

.section_banner_brands.reverse-camera-brands {
  margin-top: 40px;
  margin-bottom: 100px;
}

.banner11_component {
  border: 1px solid #cecece82;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner11_wrapper {
  width: 200vw;
  display: flex;
}

.banner11_marquee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner11_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner11_text {
  font-size: 1.25rem;
  font-weight: 700;
}

.section_header107 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.header107_component {
  height: 250vh;
  position: relative;
}

.text-size-medium-2 {
  color: var(--base-color-brand--blue);
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium-2.dah-hero-sub {
  text-align: center;
  margin-bottom: 2rem;
  padding-left: 40px;
  padding-right: 40px;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
  margin-top: 20px;
}

.button-group-2.is-right {
  justify-content: flex-end;
  align-items: center;
}

.button-group-2.founder-time-line-next {
  margin-top: 20px;
}

.button-group-2.founder-button {
  margin-top: 40px;
}

.header107_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header107_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 50% 30% 20%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.header107_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header107_image-wrapper {
  border-radius: 0;
  flex: none;
  width: 22vw;
  position: relative;
  overflow: hidden;
}

.header107_image-wrapper.is-image1 {
  top: 5%;
}

.header107_image-wrapper.is-image2, .header107_image-wrapper.is-image3 {
  width: 15vw;
}

.header107_image-wrapper.is-image4 {
  top: 15%;
}

.header107_image-wrapper.is-image5 {
  width: 30vw;
  height: 100%;
}

.header107_image-wrapper.is-image6 {
  top: 5%;
}

.header107_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.header107_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -5%;
}

.header107_image2, .header107_image3 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.header107_image4 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
}

.raj {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.raj.dash-main-cover {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 45% 50%;
  height: 100%;
}

.header107_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header107_image6 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header107_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_content2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.content2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.content2_image-wrapper {
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content2_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.rajitha {
  margin-top: -38px;
  margin-right: 0;
  padding-left: 10px;
}

.section_layout239 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.contact-us-subtext {
  color: var(--base-color-brand--blue);
}

.text-size-medium-3 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

.layout239_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.layout239_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout239_image {
  aspect-ratio: 16 / 9;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.layout239_image.home-navigation-img {
  object-position: 50% 25%;
}

.layout239_image.home-reversecam-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 70%;
}

.navbar7_component {
  border-bottom: 1px solid var(--background-color--background-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar7_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar7_logo-link {
  padding-left: 0;
}

.navbar7_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar7_link {
  padding: 1.5rem 1rem;
}

.navbar7_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar7_menu-dropdown {
  position: static;
}

.navbar7_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar7_dropdown-list.w--open {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar7_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar7_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.navbar7_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar7_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar7_icon-wrapper {
  flex: none;
}

.navbar7_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar7_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.navbar7_bottom-bar-background-layer {
  background-color: #fff;
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.navbar7_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar7_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar7_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar7_menu-button {
  padding: 0;
}

.section_header30 {
  position: relative;
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header30_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header30_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.founder_header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_founder_timeline {
  background-color: var(--base-color-neutral--white);
  margin-top: 140px;
}

.timeline-3-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.founder_timeline_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.founder_timeline_content-left {
  padding-right: 1rem;
  position: sticky;
  top: 5rem;
}

.founder_timeline_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.founder_timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--background-color--background-primary), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.founder_timeline_progress-line {
  background-color: var(--base-color-brand--blue);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.founder_timeline_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.founder_timeline_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, var(--background-color--background-primary));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.founder_timeline_progress-line-cover {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.founder_timeline_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.founder_timeline_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.founder_timeline_circle-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  height: 100%;
  margin-left: -8rem;
  display: flex;
  position: absolute;
}

.founder_timeline_circle {
  z-index: 2;
  background-color: var(--base-color-brand--blue);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.founder_timeline_item {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.founder_timeline_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.founder_timeline_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 25% 50%;
  width: 100%;
}

.section_founder_benefits {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.founder_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.founder_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.founder_benefits_item-icon-wrapper {
  display: inline-block;
}

.founder_benefits_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.founder_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_founder_feature {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.founder_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.founder_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.founder_feature_item-icon-wrapper {
  display: inline-block;
}

.founder_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.founder_feature_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_founder_testimonial {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.founder_testimonial_content {
  text-align: center;
}

.founder_testimonial_rating-wrapper {
  justify-content: center;
  display: flex;
}

.founder_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.founder_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.founder_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.founder_testimonial_divider {
  background-color: var(--border-color--border-primary);
  align-self: stretch;
  width: 1px;
}

.founder_testimonial_logo {
  max-height: 3rem;
}

.section_founder_cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.founder_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.footer6_component {
  background-color: var(--background-color--background-primary);
}

.footer6_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer6_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer6_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer6_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer6_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer6_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer6_logo-link {
  padding-left: 0;
}

.footer6_credit-text {
  font-size: .875rem;
}

.heading-3 {
  color: var(--base-color-brand--blue);
  margin-top: 2rem;
  font-size: 2rem;
}

.section_layout118 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout118_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.layout118_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout118_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout118_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.customer-testimonials {
  margin-top: 4rem;
  margin-bottom: -2.3rem;
  font-size: 2rem;
}

.slide-8 {
  background-image: url('../images/rajsha_high.png');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  border-radius: 5px;
  height: 550px;
}

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

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

.mask {
  border-radius: 5px;
}

.heading-4, .heading-5 {
  font-size: 2rem;
}

.loader {
  z-index: 1000;
  background-color: #f5f5f5;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_container {
  z-index: 9999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader-logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loader-logo_wrapper {
  width: 100px;
  height: 60px;
  position: relative;
}

.loader-logo_1 {
  width: 100%;
  display: block;
}

.loader-logo_2 {
  position: absolute;
  inset: 0%;
}

.loader-logo_text {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  overflow: clip;
}

.loader-logo-text-span {
  color: #dd1515;
}

.section_product6 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  overflow: hidden;
}

.product6_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product6_heading {
  flex: 1;
}

.cam-prices-title {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.product6_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.product6_mask {
  width: 25%;
  overflow: visible;
}

.product6_slide {
  padding-right: 2rem;
}

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

.product6_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.product6_image {
  aspect-ratio: 10 / 12;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product6_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--base-color-neutral--black);
  color: var(--text-color--text-primary);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product6_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.text-size-medium-5 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-5.p-center {
  text-align: center;
}

.section_dash-camera-installation_ecommerce-product {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.dash-camera-installation_ecommerce-product_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.dash-camera-installation_ecommerce-product_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dash-camera-installation_ecommerce-product_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.dash-camera-installation_ecommerce-product_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_dash-camera-installation_features-list {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.dash-camera-installation_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.dash-camera-installation_features-list_item {
  text-align: center;
  width: 100%;
}

.dash-camera-installation_features-list_item-icon-wrapper {
  display: inline-block;
}

.section_dash-camera-installation_benefits {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.dash-camera-installation_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.dash-camera-installation_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dash-camera-installation_benefits_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.dash-camera-installation_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_dash-camera-installation_cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.dash-camera-installation_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.dash-camera-installation_cta_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.dash-camera-installation_cta_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_dash-camera-installation_ecommerce-products-list {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  overflow: hidden;
}

.dash-camera-installation_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.dash-camera-installation_ecommerce-products-list_heading {
  flex: 1;
}

.dash-camera-installation_ecommerce-products-list_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.dash-camera-installation_ecommerce-products-list_mask {
  width: 25%;
  overflow: visible;
}

.dash-camera-installation_ecommerce-products-list_slide {
  padding-right: 2rem;
}

.dash-camera-installation_ecommerce-products-list_item-link {
  text-decoration: none;
}

.dash-camera-installation_ecommerce-products-list_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.dash-camera-installation_ecommerce-products-list_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dash-camera-installation_ecommerce-products-list_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.dash-camera-installation_ecommerce-products-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.section_dash-camera-installation_faq {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.dash-camera-installation_faq_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.dash-camera-installation_faq_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.dash-camera-installation_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.dash-camera-installation_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.dash-camera-installation_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.dash-camera-installation_faq_answer {
  overflow: hidden;
}

.section_product10 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.text-size-medium-6 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.product10_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.product10_item-link {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.product10_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.product10_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product10_content-bottom {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.product10_content {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.section_contact14 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.contact14_component {
  flex: 1;
}

.text-size-medium-7 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact14_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact14_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact14_map-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.contact14_map {
  width: 100%;
  height: 100%;
}

.section_contact5 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.contact5_component {
  flex: 1;
}

.contact5_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium-8 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact5_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_header69 {
  position: relative;
}

.section_header69.text-color-alternate {
  height: 300px;
}

.header69_component {
  z-index: 1;
  position: relative;
}

.text-size-medium-9 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.header69_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header69_background-image {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_faq2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  margin-top: -40px;
}

.faq2_component {
  flex: 1;
}

.text-size-medium-10 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.faq2_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq2_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq2_answer {
  overflow: hidden;
}

.content--canvas {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  display: flex;
  position: absolute;
}

.headline {
  z-index: 10;
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 110%;
  position: relative;
}

.light-system-hero {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  margin-top: -50px;
}

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

.text-size-medium-11 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-11.hero-sub-light-system {
  color: var(--base-color-neutral--white);
  text-align: center;
  text-shadow: 0 1px 5px #000000ba;
}

.text-size-medium-11.appointment-hero-sub {
  color: var(--base-color-neutral--white);
}

.text-size-medium-11.appointment-book-sub-p, .text-size-medium-11.text-align-center, .text-size-medium-11.about-us-p-center, .text-size-medium-11.light-system-hero-header {
  text-align: center;
}

.text-size-medium-11.audio-white-text {
  color: var(--base-color-neutral--white);
}

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_content-bottom.reverse-camera-carousel, .header78_content-bottom.reverse-hero {
  margin-top: 40px;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header78_image-wrapper {
  border-radius: 0;
  width: 26rem;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.lights-hero-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lights-hero-images:hover, .lights-hero-images.light-hero-images:hover {
  filter: brightness(120%);
}

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.section-light-hero {
  height: 400px;
}

.section-light-hero.light-system-hero-bg {
  background-image: url('../images/light-system-hero.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
}

.section_appointment_hero-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.appointment_hero-header_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.appointment_hero-header_image-wrapper {
  flex: 1;
  position: relative;
}

.appointment_hero-header_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.appointment_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.appointment_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_appointment_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.section_cta3 {
  position: relative;
}

.section_cta3.appoint-hero {
  margin-top: -49px;
}

.cta3_component {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta3_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta3_background-image {
  object-fit: cover;
  background-image: url('../images/appointment-cover.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_appointment_contact-form {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.appointment_contact-form_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.appointment_contact-form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_cta4 {
  position: relative;
}

.section_cta4.text-color-alternate {
  height: 300px;
}

.cta4_component {
  z-index: 1;
  position: relative;
}

.cta4_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.cta4_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta4_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_appointment_faq {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.appointment_faq_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.appointment_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.appointment_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.appointment_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.appointment_faq_answer {
  overflow: hidden;
}

.calender {
  height: 700px;
  margin-top: 60px;
  overflow: hidden;
}

.section_header1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.section_header1.about-us-hero {
  margin-top: 0;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.section_header46, .section_cta7 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.cta7_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.section_reverse_cam_hero {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.header108_component {
  height: 250vh;
  position: relative;
}

.header108_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header108_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.header108_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header108_image-wrapper {
  border-radius: 0;
  flex: none;
  position: relative;
  overflow: hidden;
}

.header108_image-wrapper.is-image-small {
  width: 20vw;
}

.header108_image-wrapper.is-image-large {
  width: 36vw;
  height: 80vh;
}

.header108_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.header108_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

.header108_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.header108_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header108_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.header108_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header108_image5 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header108_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.header108_image7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.header108_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_layout10 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout10_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout10_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout10_item-icon-wrapper {
  display: inline-block;
}

.layout10_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout10_image-wrapper.reverse-camera-image {
  background-image: url('../images/dash-camera-photo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 70vh;
}

.layout10_image {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/raj-dash-high-res.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.section_layout24 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout24_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout24_icon-wrapper {
  display: inline-block;
}

.layout24_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout24_image-wrapper.reverse-camera-image {
  background-image: url('../images/reverse_cam_3.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 0;
  height: 70vh;
}

.layout24_image-wrapper.reverse-camera-image.what-we-offer {
  background-image: url('../images/reverse_cam_2.jpg');
  background-repeat: no-repeat;
  height: 50vh;
}

.layout24_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_cta13 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.cta13_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_product1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.product1_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product1_heading {
  flex: 1;
}

.product1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.product1_item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.product1_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.product1_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header83.text-color-alternate {
  height: 300px;
  display: block;
}

.section_header83.text-color-alternate.audio-hero-header {
  height: auto;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.header83_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header83_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.header83_background-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.header83_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.header83_image-wrapper {
  position: relative;
}

.header83_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header83_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_header15 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.header15_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header15_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.header15_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

.text-size-medium-12 {
  font-size: 1.125rem;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_audio-head-unit_header-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.audio-head-unit_feature-1_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_feature-1_icon-wrapper {
  display: inline-block;
}

.audio-head-unit_feature-1_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-1_image-wrapper-2 {
  border-radius: 0;
  overflow: hidden;
}

.section_audio-head-unit_feature-1-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit_feature-2_image-wrapper-2 {
  border-radius: 0;
  overflow: hidden;
}

.audio-head-unit_feature-2_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_audio-head-unit_feature-2-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit_feature-2_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_audio-head-unit_feature-3-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit_feature-3_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-3_image-wrapper-2 {
  border-radius: 0;
  overflow: hidden;
}

.audio-head-unit_feature-3_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_feature-3_icon-wrapper {
  display: inline-block;
}

.audio-head-unit_benefits_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_audio-head-unit_benefits-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit_benefits_image-wrapper-2 {
  border-radius: 0;
  overflow: hidden;
}

.audio-head-unit_benefits_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta3_background-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta3_component-2 {
  z-index: 1;
  position: relative;
}

.form_input-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_message-success-wrapper-2 {
  margin-top: 1rem;
  padding: 0;
}

.page-wrapper-3 {
  display: block;
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-4.is-center {
  justify-content: center;
}

.button-3 {
  border: 1px solid var(--base-color-brand--red);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-link {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.button-3.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.main-wrapper-3 {
  margin-top: 0;
}

.image-overlay-layer-3 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.audio-head-unit_feature-1_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h3-3 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.audio-head-unit_feature-1_image-3 {
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-2_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_feature-2_image-3 {
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-3_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_feature-3_image-3 {
  width: 100%;
  height: 100%;
}

.audio-head-unit_benefits_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-wrapper-4 {
  display: block;
}

.button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-5.is-center {
  justify-content: center;
}

.button-4 {
  border: 1px solid var(--base-color-brand--red);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-link {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-4.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
}

.button-4.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-4.is-small {
  padding: .5rem 1.25rem;
}

.button-4.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.main-wrapper-4 {
  margin-top: 0;
}

.image-overlay-layer-4 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.heading-style-h3-4 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.audio-head-unit_feature-1_image-4, .audio-head-unit_feature-2_image-4 {
  width: 100%;
  height: 100%;
}

.audio-head-unit_feature-3_component-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit_feature-3_image-4 {
  width: 100%;
  height: 100%;
}

.audio-head-unit_benefits_component-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-wrapper-5 {
  display: block;
}

.button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-group-6.is-center {
  justify-content: center;
  margin-top: 40px;
}

.button-5 {
  border: 1px solid var(--base-color-brand--red);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-link {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  display: flex;
}

.button-5.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
}

.button-5.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-5.is-small {
  padding: .5rem 1.25rem;
}

.button-5.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.main-wrapper-5 {
  margin-top: 0;
}

.image-overlay-layer-5 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.section_audio-head-unit-sound-system-upgrades_feature-1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  margin-top: 100px;
}

.audio-head-unit-sound-system-upgrades_feature-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.audio-head-unit-sound-system-upgrades_feature-1_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.audio-head-unit-sound-system-upgrades_feature-1_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_feature-1_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.audio-head-unit-sound-system-upgrades_feature-1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.audio-head-unit-sound-system-upgrades_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_audio-head-unit-sound-system-upgrades_feature-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit-sound-system-upgrades_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-items: center;
  display: grid;
}

.heading-style-h3-5 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_feature-2_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.audio-head-unit-sound-system-upgrades_feature-2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_feature-2_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.audio-head-unit-sound-system-upgrades_feature-2_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.audio-head-unit-sound-system-upgrades_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_audio-head-unit-sound-system-upgrades_features-list {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit-sound-system-upgrades_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.audio-head-unit-sound-system-upgrades_features-list_item {
  text-align: center;
  width: 100%;
}

.audio-head-unit-sound-system-upgrades_features-list_item-icon-wrapper {
  display: inline-block;
}

.section_audio-head-unit-sound-system-upgrades_how-it-works {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit-sound-system-upgrades_how-it-works_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.audio-head-unit-sound-system-upgrades_how-it-works_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.audio-head-unit-sound-system-upgrades_how-it-works_card-small {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.audio-head-unit-sound-system-upgrades_how-it-works_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_how-it-works_item-icon-wrapper {
  display: inline-block;
}

.audio-head-unit-sound-system-upgrades_how-it-works_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.audio-head-unit-sound-system-upgrades_how-it-works_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_how-it-works_card-large-image {
  width: 300px;
  max-width: none;
  height: auto;
}

.audio-head-unit-sound-system-upgrades_how-it-works_card-large-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  color: #000f71;
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.section_audio-head-unit-sound-system-upgrades_testimonial {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit-sound-system-upgrades_testimonial_grid-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.audio-head-unit-sound-system-upgrades_testimonial_rating-wrapper {
  display: flex;
}

.audio-head-unit-sound-system-upgrades_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.audio-head-unit-sound-system-upgrades_testimonial_divider {
  background-color: var(--border-color--border-primary);
  align-self: stretch;
  width: 1px;
}

.audio-head-unit-sound-system-upgrades_testimonial_logo {
  max-height: 3rem;
}

.section_audio-head-unit-sound-system-upgrades_faq {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.audio-head-unit-sound-system-upgrades_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.audio-head-unit-sound-system-upgrades_faq_accordion {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.audio-head-unit-sound-system-upgrades_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.audio-head-unit-sound-system-upgrades_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.page-wrapper-6 {
  display: block;
}

.button-group-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-7.is-right {
  justify-content: flex-end;
  align-items: center;
}

.button-group-7.is-center {
  justify-content: center;
}

.button-group-7.landing-button-group {
  margin-top: 20px;
}

.button-6 {
  border: 1px solid var(--base-color-brand--red);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-link {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-6.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
}

.button-6.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-6.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.button-6.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-6.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.main-wrapper-6 {
  margin-top: 0;
}

.section_iroad-products_banner-1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_banner-1_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.iroad-products_banner-1_wrapper {
  width: 200vw;
  display: flex;
}

.iroad-products_banner-1_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.iroad-products_banner-1_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.iroad-products_banner-1_text {
  font-size: 1.25rem;
  font-weight: 700;
}

.section_iroad-products_banner-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_banner-2_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.iroad-products_banner-2_image-wrapper {
  flex: 1;
  position: relative;
}

.iroad-products_banner-2_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-6 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-6.hide {
  display: none;
}

.iroad-products_banner-2_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iroad-products_banner-2_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_iroad-products_hero-header {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_hero-header_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.iroad-products_hero-header_inner-wrapper {
  justify-content: flex-end;
  width: 200vw;
  display: flex;
}

.iroad-products_hero-header_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.iroad-products_hero-header_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.iroad-products_hero-header_text {
  font-size: 1.25rem;
  font-weight: 700;
}

.section_iroad-products_feature-1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_feature-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h3-6 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.iroad-products_feature-1_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.iroad-products_feature-1_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.iroad-products_feature-1_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.iroad-products_feature-1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-products_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-products_feature-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.iroad-products_feature-2_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-products_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-products_feature-3 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_feature-3_component {
  padding-bottom: 3rem;
}

.iroad-products_feature-3_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.iroad-products_feature-3_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.iroad-products_feature-3_text-divider {
  background-color: var(--border-color--border-primary);
  width: 1px;
  height: auto;
}

.iroad-products_feature-3_reviews-wrapper {
  align-items: center;
  display: flex;
}

.iroad-products_feature-3_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.iroad-products_feature-3_rating-icon {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.iroad-products_feature-3_default-state {
  margin-bottom: 2rem;
}

.iroad-products_feature-3_option {
  margin-bottom: 1.5rem;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.variant-button {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.variant-button.is-disabled {
  opacity: .25;
}

.iroad-products_feature-3_form-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.iroad-products_feature-3_variant-wrapper {
  flex: 1;
  margin-right: 1rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.iroad-products_feature-3_accordion-wrapper {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.iroad-products_feature-3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.iroad-products_feature-3_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.iroad-products_feature-3_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.iroad-products_feature-3_details {
  overflow: hidden;
}

.iroad-products_feature-3_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.iroad-products_feature-3_lightbox-link {
  width: 100%;
  display: block;
}

.iroad-products_feature-3_main-image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.iroad-products_feature-3_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iroad-products_feature-3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.iroad-products_feature-3_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.iroad-products_feature-3_image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-products_feature-4 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_feature-4_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.iroad-products_feature-4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.iroad-products_feature-4_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-products_feature-4_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-products_product-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_product-header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.iroad-products_product-header_icon-wrapper {
  display: inline-block;
}

.iroad-products_product-header_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-products_product-header_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-products_cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_cta_card {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iroad-products_cta_card-content {
  z-index: 1;
  position: relative;
}

.iroad-products_cta_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.iroad-products_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_iroad-products_testimonial {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_testimonial_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.iroad-products_testimonial_mask {
  width: 50%;
  overflow: visible;
}

.iroad-products_testimonial_slide {
  padding-right: 4rem;
}

.iroad-products_testimonial_rating-wrapper {
  display: flex;
}

.iroad-products_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.iroad-products_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.iroad-products_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.iroad-products_testimonial_divider {
  background-color: var(--border-color--border-primary);
  align-self: stretch;
  width: 1px;
}

.iroad-products_testimonial_logo {
  max-height: 3rem;
}

.iroad-products_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.section_iroad-products_cta-form {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-products_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.page-wrapper-7 {
  display: block;
}

.button-7 {
  border: 1px solid var(--base-color-brand--red);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-link {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-7.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
}

.button-7.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-7.is-small {
  padding: .5rem 1.25rem;
}

.button-7.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.main-wrapper-7 {
  margin-top: 0;
}

.section_iroad-power-pack_hero-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-power-pack_hero-header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.iroad-power-pack_hero-header_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.iroad-power-pack_hero-header_image-wrapper {
  overflow: hidden;
}

.iroad-power-pack_hero-header_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_iroad-power-pack_feature {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-power-pack_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h3-7 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.iroad-power-pack_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.iroad-power-pack_feature_item-icon-wrapper {
  display: inline-block;
}

.iroad-power-pack_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-power-pack_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-power-pack_product-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  position: relative;
}

.iroad-power-pack_product-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 3rem;
  display: grid;
}

.iroad-power-pack_product-header_gallery-slider {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
}

.iroad-power-pack_product-header_slider {
  width: 100%;
  height: 80vh;
}

.iroad-power-pack_product-header_slide {
  height: 100%;
}

.iroad-power-pack_product-header_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
}

.iroad-power-pack_product-header_image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.iroad-power-pack_product-header_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iroad-power-pack_product-header_arrow-left {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% auto 0% 1rem;
}

.iroad-power-pack_product-header_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.iroad-power-pack_product-header_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 1rem 0% auto;
}

.iroad-power-pack_product-header_slide-nav {
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: .5rem;
}

.iroad-power-pack_product-header_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.iroad-power-pack_product-header_text-divider {
  background-color: var(--border-color--border-primary);
  width: 1px;
  height: auto;
}

.iroad-power-pack_product-header_reviews-wrapper {
  align-items: center;
  display: flex;
}

.iroad-power-pack_product-header_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.iroad-power-pack_product-header_rating-icon {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.iroad-power-pack_product-header_default-state {
  margin-bottom: 2rem;
}

.iroad-power-pack_product-header_option {
  margin-bottom: 1.5rem;
}

.section_iroad-power-pack_features-list {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-power-pack_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.iroad-power-pack_features-list_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.iroad-power-pack_features-list_item-icon-wrapper {
  display: inline-block;
}

.section_iroad-power-pack_cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-power-pack_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.page-wrapper-8 {
  display: block;
}

.button-8 {
  border: 1px solid var(--base-color-brand--red);
  background-color: var(--base-color-brand--red);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-link {
  color: var(--base-color-brand--blue);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-8.is-secondary {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--blue);
  background-color: #0000;
}

.button-8.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-8.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button-8.is-small {
  padding: .5rem 1.25rem;
}

.button-8.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-8.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.section_iroad-x-k-ch_hero-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_hero-header_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.iroad-x-k-ch_hero-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-x-k-ch_feature {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h3-8 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.iroad-x-k-ch_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.iroad-x-k-ch_feature_item-icon-wrapper {
  display: inline-block;
}

.iroad-x-k-ch_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-x-k-ch_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-x-k-ch_features-list {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.iroad-x-k-ch_features-list_item {
  text-align: center;
  width: 100%;
}

.iroad-x-k-ch_features-list_item-icon-wrapper {
  display: inline-block;
}

.section_iroad-x-k-ch_product-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_product-header_component {
  padding-bottom: 3rem;
}

.iroad-x-k-ch_product-header_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.iroad-x-k-ch_product-header_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.iroad-x-k-ch_product-header_lightbox-link {
  width: 100%;
  display: block;
}

.iroad-x-k-ch_product-header_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.iroad-x-k-ch_product-header_image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iroad-x-k-ch_product-header_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.iroad-x-k-ch_product-header_reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.iroad-x-k-ch_product-header_rating-wrapper {
  display: flex;
}

.iroad-x-k-ch_product-header_rating-icon {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.iroad-x-k-ch_product-header_default-state {
  margin-bottom: 2rem;
}

.iroad-x-k-ch_product-header_option {
  margin-bottom: 1.5rem;
}

.iroad-x-k-ch_product-header_accordion-wrapper {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.iroad-x-k-ch_product-header_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.iroad-x-k-ch_product-header_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.iroad-x-k-ch_product-header_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.iroad-x-k-ch_product-header_details {
  overflow: hidden;
}

.section_iroad-x-k-ch_testimonial {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_testimonial_content {
  text-align: center;
}

.iroad-x-k-ch_testimonial_rating-wrapper {
  justify-content: center;
  display: flex;
}

.iroad-x-k-ch_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.iroad-x-k-ch_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.iroad-x-k-ch_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.iroad-x-k-ch_testimonial_divider {
  background-color: var(--border-color--border-primary);
  align-self: stretch;
  width: 1px;
}

.iroad-x-k-ch_testimonial_logo {
  max-height: 3rem;
}

.section_iroad-x-k-ch_cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.section_iroad-x-k-ch_gallery {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_gallery_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.iroad-x-k-ch_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.iroad-x-k-ch_gallery_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.iroad-x-k-ch_gallery_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-x-k-ch_stats {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.iroad-x-k-ch_stats_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-x-k-ch_stats_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iroad-x-k-ch_stats_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_iroad-x-k-ch_faq {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-x-k-ch_faq_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper-9 {
  display: block;
}

.section_iroad-fx-pro_hero-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-fx-pro_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.iroad-fx-pro_hero-header_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.iroad-fx-pro_hero-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-fx-pro_ecommerce-product-header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-fx-pro_ecommerce-product-header_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 3rem;
}

.iroad-fx-pro_ecommerce-product-header_content-top {
  margin-bottom: 3rem;
}

.iroad-fx-pro_ecommerce-product-header_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.iroad-fx-pro_ecommerce-product-header_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.iroad-fx-pro_ecommerce-product-header_image-wrapper {
  aspect-ratio: auto;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iroad-fx-pro_ecommerce-product-header_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iroad-fx-pro_ecommerce-product-header_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.iroad-fx-pro_ecommerce-product-header_image-small {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iroad-fx-pro_ecommerce-product-header_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.iroad-fx-pro_ecommerce-product-header_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3-9 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.iroad-fx-pro_ecommerce-product-header_tabs-menu {
  align-items: center;
  display: flex;
}

.iroad-fx-pro_ecommerce-product-header_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.iroad-fx-pro_ecommerce-product-header_tab-link.w--current {
  border-bottom-color: var(--text-color--text-primary);
  background-color: #0000;
}

.iroad-fx-pro_ecommerce-product-header_reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.iroad-fx-pro_ecommerce-product-header_rating-wrapper {
  display: flex;
}

.iroad-fx-pro_ecommerce-product-header_rating-icon {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.iroad-fx-pro_ecommerce-product-header_option {
  margin-bottom: 1.5rem;
}

.iroad-fx-pro_ecommerce-product-header_modal {
  z-index: 99;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.iroad-fx-pro_ecommerce-product-header_modal-content-wrapper {
  background-color: var(--base-color-neutral--white);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.iroad-fx-pro_ecommerce-product-header_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.iroad-fx-pro_ecommerce-product-header_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.iroad-fx-pro_ecommerce-product-header_modal-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iroad-fx-pro_ecommerce-product-header_modal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.iroad-fx-pro_ecommerce-product-header_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.iroad-fx-pro_ecommerce-product-header_modal-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iroad-fx-pro_ecommerce-product-header_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.iroad-fx-pro_ecommerce-product-header_modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.section_iroad-fx-pro_feature {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-fx-pro_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.iroad-fx-pro_feature_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.iroad-fx-pro_feature_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.iroad-fx-pro_feature_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.iroad-fx-pro_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-fx-pro_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-fx-pro_features-list {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-fx-pro_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.iroad-fx-pro_features-list_item {
  text-align: center;
  width: 100%;
}

.iroad-fx-pro_features-list_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.iroad-fx-pro_features-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-fx-pro_benefits {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-fx-pro_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.iroad-fx-pro_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.iroad-fx-pro_benefits_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.iroad-fx-pro_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_iroad-fx-pro_cta, .section_iroad-fx-pro_contact {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-fx-pro_contact_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.iroad-fx-pro_contact_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.iroad-fx-pro_contact_icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.section_iroad-fx-pro_cta-form {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.iroad-fx-pro_cta-form_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.iroad-fx-pro_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.slide-11 {
  background-image: url('../images/mobile-van2.jpg');
  background-position: 50%;
  background-size: cover;
}

.section_testimonial10 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.padding-global-3 {
  margin-top: 86px;
  padding-left: 5%;
  padding-right: 5%;
}

.testimonial10_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.testimonial10_mask {
  width: 90vw;
  height: 400px;
}

.testimonial10_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial10_content {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial10_rating-wrapper {
  justify-content: center;
  display: flex;
}

.testimonial10_rating-icon {
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial10_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.testimonial10_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial10_divider {
  background-color: var(--border-color--border-primary);
  align-self: stretch;
  width: 1px;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_slide-nav {
  justify-content: center;
  align-items: flex-end;
  font-size: .5rem;
  display: block;
  top: 384px;
}

.bold-text, .bold-text.review-name {
  text-decoration: none;
}

.review-name {
  font-weight: 600;
}

.slide-12 {
  width: 100vw;
}

.heading-6 {
  font-size: 2rem;
  line-height: 1.1;
}

.code-embed {
  z-index: 999;
  position: relative;
}

.founder-nissan-slider {
  height: 400px;
}

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

.slide-14 {
  background-image: url('../images/f-n3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/f-n1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/f-n2.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/f-n4.jpg');
  background-position: 50%;
}

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

.heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
  font-size: 2rem;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #b71c1c;
  border: 1px solid #b71c1c;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-secondary {
  color: #000f71;
  background-color: #0000;
  border-color: #000f71;
}

.line-divider-2 {
  background-color: #000f71;
  width: 100%;
  height: 1px;
}

.success-message-2 {
  background-color: #eee;
  padding: 1.5rem;
}

.footer2_social-link-2 {
  color: #000f71;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.padding-global-4 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer2_link-2 {
  color: #000f71;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.form_input-3 {
  color: #000f71;
  background-color: #fff;
  border: 1px solid #000f71;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #0009;
}

.footer2_legal-link-2 {
  color: #000f71;
  font-size: .875rem;
  text-decoration: underline;
}

.icon-embed-xsmall-3 {
  color: #fdcc0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-3.icon-footer {
  color: #000f71;
}

.heading-12 {
  text-align: center;
  font-size: 2rem;
}

.heading-12.about-us-header {
  margin-top: 4rem;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #b71c1c;
  border: 1px solid #b71c1c;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-10.is-secondary {
  color: #000f71;
  background-color: #0000;
  border-color: #000f71;
  margin-top: 0;
}

.dash-camera-hero {
  color: #000f71;
  background-color: #fff;
  margin-top: -50px;
}

.text-size-medium-13 {
  color: #000f71;
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-13.light-system-hero-header {
  text-align: center;
}

.padding-global-5 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.button-group-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-group-8.is-center {
  justify-content: center;
  margin-top: 20px;
}

.heading-style-h1-3 {
  color: #000f71;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-3.light-hero-h1 {
  font-size: 2rem;
}

.section_header5 {
  position: relative;
}

.padding-global-6 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.heading-style-h1-4 {
  color: var(--base-color-brand--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-4.text-color-white {
  color: var(--base-color-neutral--white);
}

.text-size-medium-14 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-14.text-color-white {
  color: var(--base-color-neutral--white);
}

.header5_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-7 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_layout16 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.padding-global-7 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.layout16_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout16_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.button-group-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.layout16_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout16_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout194 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.padding-global-8 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.layout194_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout194_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout194_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h3-10 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.text-size-medium-15 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-global-9 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h1-5 {
  color: var(--base-color-brand--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-16 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.section_layout209 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.padding-global-10 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.layout209_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout209_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout209_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h3-11 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.text-size-medium-17 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-global-11 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h3-12 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.text-size-medium-18 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-global-12 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h3-13 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.text-size-medium-19 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-global-13 {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h3-14 {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.text-size-medium-20 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.section_layout18 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout18_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-21 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.layout18_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout18_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout18_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout197 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout197_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout197_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout197_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-22 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.layout197_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_faq1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.text-size-medium-23 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-23.break {
  text-align: center;
}

.faq1_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.button-group-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-group-10.is-center {
  justify-content: center;
}

.heading-style-h1-6 {
  color: var(--base-color-brand--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-6.white {
  color: var(--base-color-neutral--white);
}

.text-size-medium-24 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-24.white {
  color: var(--base-color-neutral--white);
}

.button-group-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-overlay-layer-8 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.section_layout1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-25 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.layout1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout89 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout89_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium-26 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.layout89_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout89_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout3 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-27 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.layout3_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_faq8 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.faq8_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium-28 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-group-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-group-12.is-center {
  justify-content: center;
}

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

.text-size-medium-29 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.section_layout215 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout215_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout215_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout215_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-30, .text-size-medium-31, .text-size-medium-32 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.slider-3 {
  height: 450px;
}

.slide-18 {
  background-image: url('../images/driving_light4.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-19 {
  background-image: url('../images/uhf3.jpg');
  background-position: 0%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/driving_light3.jpg');
  background-position: 0%;
  background-size: auto;
}

.slide-21 {
  background-image: url('../images/driving_light1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-22 {
  background-image: url('../images/driving_light2.jpg');
  background-position: 50%;
  background-size: auto;
}

.heading-style-h1-7 {
  color: var(--base-color-brand--blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-7.white {
  color: var(--base-color-neutral--white);
}

.text-size-medium-33 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-medium-33.white {
  color: var(--base-color-neutral--white);
  text-align: center;
}

.image-overlay-layer-9 {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.text-size-medium-34, .text-size-medium-35 {
  color: var(--base-color-brand--blue);
  text-align: left;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.section_testimonial15 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.testimonial15_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial15_slide {
  margin-right: 5rem;
}

.testimonial15_slide-content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial15_client-image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.testimonial15_client-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.testimonial15_rating-wrapper {
  display: flex;
}

.testimonial15_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial15_divider {
  background-color: var(--border-color--border-primary);
  align-self: stretch;
  width: 1px;
}

.testimonial15_logo {
  max-height: 3rem;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.text-size-medium-36 {
  color: var(--base-color-brand--blue);
  text-align: center;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-4-custom {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-large.contact-us-get-in-touch {
    margin-top: 40px;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge.is-tablet-medium {
    margin-bottom: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.text-color-white.contact-us-hero-h1 {
    margin-top: 4rem;
    font-size: 3rem;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
  }

  .heading-style-h3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .padding-global {
    margin-top: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .padding-section-large.about-us-bottom-section {
    margin-top: 140px;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    margin-top: 0;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_logo {
    max-width: 60%;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .home_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_features-list_list, .home_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .home-feature-list, .home_benefits_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_testimonial_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_home_cta {
    margin-top: 106px;
  }

  .home_cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .about-us_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_testimonial_component {
    column-count: 2;
  }

  .about-us_cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .products-accessories_features-list_list {
    grid-column-gap: 2rem;
  }

  .products-accessories_feature-1_component, .products-accessories_feature-2_component, .products-accessories_feature-3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .products-accessories_cta_component {
    grid-column-gap: 3rem;
  }

  .products-accessories_cta_button-row {
    flex: none;
  }

  .products-accessories_cta_content {
    margin-right: 3rem;
  }

  .services_features-list-1_list {
    grid-column-gap: 2rem;
  }

  .services_features-list-2_component, .services_feature-1_component, .services_feature-2_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .services_feature-3_list {
    grid-column-gap: 2rem;
  }

  .services_cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .audio-head-unit_feature-1_component, .audio-head-unit_feature-2_component, .audio-head-unit_feature-3_component, .audio-head-unit_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .lights-systems_features-list-1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .lights-systems_features-list-1_item {
    text-align: center;
  }

  .lights-systems_features-list-1_list, .lights-systems_features-list-2_list {
    grid-column-gap: 2rem;
  }

  .lights-systems_feature-1_component, .lights-systems_feature-2_component, .auto-parts-store_ecommerce-product_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .auto-parts-store_features-list_list {
    grid-column-gap: 2rem;
  }

  .auto-parts-store_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .auto-parts-store_pricing_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-us_contact_component, .contact-us_locations_component {
    grid-column-gap: 3rem;
  }

  .contact-us_cta-form_card {
    padding: 3rem;
  }

  .nav-top-section {
    background-color: #965a5a;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .text-block.sred-bold {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
  }

  .heading.section-two-heading {
    font-size: 2rem;
  }

  .heading.section-two-heading.left-align {
    text-align: center;
  }

  .section-two {
    flex: 1;
    align-self: auto;
  }

  .section-two-paragraph {
    text-align: center;
  }

  .section-two-paragraph.founder-paragraph {
    padding-right: .125rem;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .quick-stack-2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    padding-left: 10px;
  }

  .founder_feature-1_component, .founder_feature-2_component, .founder_feature-3_component, .founder_feature-4_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon1_line-top-2, .menu-icon1_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .testimonial18_component {
    column-count: 2;
  }

  .layout4_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header80_image-wrapper.is-image-1, .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 13px;
    padding-top: 6rem;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .section_banner_brands {
    margin-top: 500px;
  }

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

  .button-group-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .button-group-2.is-center {
    margin-top: 20px;
  }

  .header107_image-list {
    height: 70vh;
  }

  .header107_image-wrapper {
    width: 25vw;
  }

  .content2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout239_list {
    grid-column-gap: 2rem;
  }

  .navbar7_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar7_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar7_menu-dropdown {
    width: 100%;
  }

  .navbar7_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar7_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar7_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar7_dropdown-content {
    flex-direction: column;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar7_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .navbar7_bottom-bar-left {
    margin-bottom: 1rem;
  }

  .navbar7_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar7_menu-button.w--open {
    background-color: #0000;
  }

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

  .menu-icon1_line-middle-3 {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .founder_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .founder_timeline_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .founder_timeline_circle-wrapper {
    width: 6rem;
    margin-left: -6rem;
  }

  .founder_benefits_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .founder_feature_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .founder_cta_content {
    grid-column-gap: 3rem;
  }

  .footer6_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer6_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer6_form-block {
    min-width: auto;
  }

  .footer6_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-3 {
    flex: 0 auto;
    display: none;
  }

  .layout118_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .heading-5.about-us-heading-3 {
    margin-top: 2rem;
  }

  .product6_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product6_heading {
    margin-right: 3rem;
  }

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

  .product6_mask {
    width: 50%;
  }

  .product6_slide {
    padding-right: 2rem;
  }

  .menu-icon1_line-middle-4 {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dash-camera-installation_ecommerce-product_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dash-camera-installation_features-list_list {
    grid-column-gap: 2rem;
  }

  .dash-camera-installation_benefits_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dash-camera-installation_cta_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .dash-camera-installation_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .dash-camera-installation_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .dash-camera-installation_ecommerce-products-list_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .dash-camera-installation_ecommerce-products-list_mask {
    width: 50%;
  }

  .dash-camera-installation_ecommerce-products-list_slide {
    padding-right: 2rem;
  }

  .dash-camera-installation_faq_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product10_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact14_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact5_content {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_header69.text-color-alternate, .header69_background-image-wrapper.contact-us-hero-bg {
    height: 260px;
  }

  .light-system-hero {
    margin-top: 60px;
  }

  .text-size-medium-11 {
    text-align: center;
  }

  .text-size-medium-11.light-system-hero-header {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-icon1_line-middle-5 {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .appointment_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .section_cta4.text-color-alternate {
    height: 260px;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta7_content {
    grid-column-gap: 3rem;
  }

  .section_reverse_cam_hero {
    margin-top: 40px;
  }

  .header108_image-list {
    height: 70vh;
  }

  .header108_image-wrapper.is-image-small {
    width: 25vw;
  }

  .layout10_content, .layout24_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout24_image-wrapper.reverse-camera-image {
    height: 50vh;
  }

  .cta13_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .product1_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product1_heading {
    margin-right: 3rem;
  }

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

  .section_header83.text-color-alternate {
    height: 260px;
  }

  .header15_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .menu-icon1_line-top-3, .menu-icon1_line-bottom-3 {
    background-color: var(--text-color--text-primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-6 {
    background-color: var(--text-color--text-primary);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .audio-head-unit_feature-1_content-2, .audio-head-unit_feature-2_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .audio-head-unit_feature-3_content-2, .audio-head-unit_benefits_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon1_line-bottom-4 {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .audio-head-unit_feature-1_component-3 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-3 {
    font-size: 2.25rem;
  }

  .audio-head-unit_feature-2_component-3, .audio-head-unit_feature-3_component-3, .audio-head-unit_benefits_component-3 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon1_line-bottom-5 {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h3-4 {
    font-size: 2.25rem;
  }

  .audio-head-unit_feature-3_component-4, .audio-head-unit_benefits_component-4 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon1_line-bottom-6 {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .audio-head-unit-sound-system-upgrades_feature-1_content, .audio-head-unit-sound-system-upgrades_feature-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-5 {
    font-size: 2.25rem;
  }

  .audio-head-unit-sound-system-upgrades_features-list_list {
    grid-column-gap: 2rem;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_row {
    grid-template-columns: 1fr 1fr;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_card-small-content {
    padding: 2rem;
  }

  .audio-head-unit-sound-system-upgrades_testimonial_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .menu-icon1_line-bottom-7 {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .iroad-products_banner-1_text-wrapper {
    text-align: center;
  }

  .iroad-products_banner-2_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .iroad-products_hero-header_text-wrapper {
    text-align: center;
  }

  .iroad-products_feature-1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-6 {
    font-size: 2.25rem;
  }

  .iroad-products_feature-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .iroad-products_feature-3_component {
    padding-bottom: 2.5rem;
  }

  .iroad-products_feature-3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .iroad-products_feature-4_content, .iroad-products_product-header_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .iroad-products_cta_card {
    padding: 3rem;
  }

  .iroad-products_testimonial_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .iroad-products_testimonial_mask {
    width: 100%;
  }

  .iroad-products_testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .iroad-power-pack_hero-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .iroad-power-pack_hero-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .iroad-power-pack_hero-header_image {
    height: auto;
    max-height: none;
  }

  .iroad-power-pack_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-7 {
    font-size: 2.25rem;
  }

  .iroad-power-pack_product-header_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .iroad-power-pack_product-header_gallery-slider {
    position: static;
  }

  .iroad-power-pack_product-header_slider {
    height: auto;
  }

  .iroad-power-pack_product-header_image-wrapper {
    padding-top: 120%;
  }

  .iroad-power-pack_product-header_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .iroad-power-pack_features-list_list {
    grid-column-gap: 2rem;
  }

  .iroad-power-pack_cta_content {
    grid-column-gap: 3rem;
  }

  .iroad-x-k-ch_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-8 {
    font-size: 2.25rem;
  }

  .iroad-x-k-ch_features-list_list {
    grid-column-gap: 2rem;
  }

  .iroad-x-k-ch_product-header_component {
    padding-bottom: 2.5rem;
  }

  .iroad-x-k-ch_product-header_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .iroad-x-k-ch_cta_content {
    grid-column-gap: 3rem;
  }

  .iroad-x-k-ch_stats_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .iroad-x-k-ch_faq_list {
    grid-row-gap: 3rem;
  }

  .iroad-fx-pro_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .iroad-fx-pro_ecommerce-product-header_component {
    padding-bottom: 2.5rem;
  }

  .iroad-fx-pro_ecommerce-product-header_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, .5fr);
    max-width: 100%;
  }

  .heading-style-h3-9 {
    font-size: 2.25rem;
  }

  .iroad-fx-pro_ecommerce-product-header_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .iroad-fx-pro_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .iroad-fx-pro_features-list_list {
    grid-column-gap: 2rem;
  }

  .iroad-fx-pro_benefits_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .iroad-fx-pro_contact_grid-list {
    grid-column-gap: 2rem;
  }

  .iroad-fx-pro_cta-form_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-global-3, .padding-global-4 {
    margin-top: 0;
  }

  .dash-camera-hero {
    margin-top: 60px;
  }

  .text-size-medium-13 {
    text-align: center;
  }

  .text-size-medium-13.light-system-hero-header {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .padding-global-5 {
    margin-top: 0;
  }

  .button-group-8 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .button-group-8.is-center {
    margin-top: 20px;
  }

  .heading-style-h1-3 {
    font-size: 2rem;
  }

  .padding-global-6 {
    margin-top: 0;
  }

  .heading-style-h1-4 {
    font-size: 2rem;
  }

  .padding-global-7 {
    margin-top: 0;
  }

  .layout16_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-global-8 {
    margin-top: 0;
  }

  .layout194_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-10 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .padding-global-9 {
    margin-top: 0;
  }

  .heading-style-h1-5 {
    font-size: 2rem;
  }

  .padding-global-10 {
    margin-top: 0;
  }

  .layout209_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3-11 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .padding-global-11 {
    margin-top: 0;
  }

  .heading-style-h3-12 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .padding-global-12 {
    margin-top: 0;
  }

  .heading-style-h3-13 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .padding-global-13 {
    margin-top: 0;
  }

  .heading-style-h3-14 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
  }

  .layout18_content, .layout197_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1-6 {
    font-size: 2rem;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout89_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout3_content, .faq8_content, .layout215_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1-7 {
    font-size: 2rem;
  }

  .testimonial15_slide-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2, .heading-style-h2.contact-us {
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.text-color-white.contact-us-hero-h1 {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .heading-style-h4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .button-group {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.about-us-bottom-section {
    margin-top: 60px;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .home_hero-header_component {
    height: auto;
    max-height: none;
  }

  .home_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .home_how-it-works_list, .home-feature-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-feature-list.fix-space-mobile-servie {
    width: 90vw;
    padding-left: 0;
    padding-right: 20px;
  }

  .home_feature_item-list {
    padding-right: 60px;
  }

  .home_benefits_component, .home_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .section_home_cta {
    margin-top: -50px;
  }

  .home_cta_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .about-us_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_award-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_award-logos-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .about-us_award-logos-list_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-us_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .about-us_testimonial_card {
    padding: 1.5rem;
  }

  .about-us_testimonial_component {
    column-count: 1;
  }

  .about-us_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .about-us_cta_component {
    grid-row-gap: 3rem;
  }

  .products-accessories_features-list_list, .products-accessories_feature-1_component, .products-accessories_feature-2_component, .products-accessories_feature-3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .products-accessories_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .products-accessories_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .products-accessories_cta_content {
    margin-right: 0;
  }

  .services_features-list-1_list, .services_features-list-2_component, .services_feature-1_component, .services_feature-2_component, .services_feature-3_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services_cta_component {
    grid-row-gap: 3rem;
  }

  .audio-head-unit_feature-1_component, .audio-head-unit_feature-2_component, .audio-head-unit_feature-3_component, .audio-head-unit_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lights-systems_features-list-1_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .lights-systems_features-list-1_component {
    justify-content: flex-start;
    align-items: center;
  }

  .lights-systems_features-list-1_image {
    width: 55vw;
    height: 40vw;
  }

  .lights-systems_features-list-1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lights-systems_features-list-2_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .lights-systems_features-list-2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lights-systems_features-list-2_image {
    width: 55vw;
    height: 40vw;
  }

  .lights-systems_features-list-2_component {
    justify-content: flex-start;
    align-items: center;
  }

  .lights-systems_feature-1_component, .lights-systems_feature-2_component, .auto-parts-store_ecommerce-product_component, .auto-parts-store_features-list_list, .auto-parts-store_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .auto-parts-store_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .auto-parts-store_pricing_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .auto-parts-store_pricing_feature-list {
    grid-template-columns: 1fr;
  }

  .auto-parts-store_testimonial_component {
    padding-bottom: 3rem;
  }

  .auto-parts-store_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us_contact_component, .contact-us_locations_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-us_cta-form_card {
    padding: 2rem;
  }

  .contact-us_cta-form_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-block.sred-bold {
    margin-left: 10px;
    padding-left: 0;
    font-size: .8rem;
  }

  .heading.section-two-heading {
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .heading.section-two-heading.left-align {
    text-align: center;
  }

  .section-two {
    margin-top: 16px;
  }

  .section-two-paragraph {
    font-size: 1rem;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .quick-stack-2 {
    background-position: 100%;
    background-size: contain;
    background-attachment: scroll;
    margin-top: -40px;
    padding-top: 0;
  }

  .section_founder_header.z-index-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .founder_feature-1_component, .founder_feature-2_component, .founder_feature-3_component, .founder_feature-4_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar1_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .heading-2.founder-h1-white {
    font-size: 2rem;
  }

  .slide-2 {
    margin-right: -94px;
    padding-right: 40px;
  }

  .testimonial18_component {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial18_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .layout4_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header80_component {
    height: 150vh;
  }

  .header80_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_content {
    padding-top: 4rem;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .section_hero_header {
    margin-top: 57px;
  }

  .header76_component {
    grid-auto-flow: row;
    padding-top: 4rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .banner11_marquee {
    margin-top: 40px;
  }

  .banner11_text {
    font-size: 1.125rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .button-group-2.is-right.about-us-botton-buttons {
    justify-content: center;
    align-items: center;
  }

  .header107_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .header107_image-wrapper.is-image1 {
    display: none;
  }

  .header107_image-wrapper.is-image2, .header107_image-wrapper.is-image3 {
    width: 30vw;
  }

  .header107_image-wrapper.is-image4 {
    display: none;
  }

  .header107_image-wrapper.is-image5 {
    width: 50vw;
  }

  .header107_image-wrapper.is-image6 {
    width: 40vw;
  }

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

  .rajitha {
    margin-top: 65px;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layout239_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar7_component {
    min-height: 4rem;
  }

  .navbar7_menu {
    padding-bottom: 6rem;
  }

  .navbar7_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar7_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .founder_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .founder_timeline_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .founder_timeline_content-left {
    z-index: 1;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .founder_timeline_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .founder_timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .founder_timeline_circle-wrapper {
    width: 2rem;
    margin-left: 0;
  }

  .founder_timeline_circle {
    margin-top: .75rem;
  }

  .founder_timeline_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 3rem;
  }

  .founder_benefits_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .founder_feature_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .founder_testimonial_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .founder_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .founder_testimonial_divider {
    display: none;
  }

  .founder_cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer6_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .image-3 {
    display: none;
  }

  .layout118_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .product6_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product6_heading {
    margin-right: 0;
  }

  .cam-prices-title {
    font-size: 1rem;
  }

  .product6_mask {
    width: 80%;
  }

  .product6_slide {
    padding-right: 1.5rem;
  }

  .product6_image-wrapper {
    height: 100%;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .dash-camera-installation_ecommerce-product_content, .dash-camera-installation_features-list_list, .dash-camera-installation_benefits_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .dash-camera-installation_cta_content {
    grid-row-gap: 3rem;
  }

  .dash-camera-installation_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dash-camera-installation_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .dash-camera-installation_ecommerce-products-list_mask {
    width: 80%;
  }

  .dash-camera-installation_ecommerce-products-list_slide {
    padding-right: 1.5rem;
  }

  .dash-camera-installation_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

  .dash-camera-installation_faq_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .dash-camera-installation_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .dash-camera-installation_faq_icon-wrapper {
    width: 1.75rem;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .product10_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product10_image-wrapper {
    height: 100%;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .contact14_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact14_map-wrapper {
    height: 25rem;
  }

  .contact5_component {
    flex: 1;
  }

  .contact5_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: space-between;
  }

  .text-size-medium-8, .text-size-medium-9 {
    font-size: 1rem;
  }

  .header69_background-image-wrapper.contact-us-hero-bg {
    height: 200px;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .appointment_hero-header_component {
    height: auto;
    max-height: none;
  }

  .appointment_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .appointment_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .appointment_faq_icon-wrapper {
    width: 1.75rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta7_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header108_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .header108_image-wrapper.is-image-small {
    display: none;
  }

  .header108_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .header108_small-image-group {
    width: 40vw;
  }

  .layout10_content, .layout24_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta13_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .product1_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product1_heading {
    margin-right: 0;
  }

  .product1_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .product1_image-wrapper {
    height: 100%;
  }

  .header83_images-layout {
    grid-template-columns: 1fr;
  }

  .header15_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .audio-head-unit_feature-1_content-2, .audio-head-unit_feature-2_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .audio-head-unit_feature-3_content-2, .audio-head-unit_benefits_content-2, .audio-head-unit_feature-1_component-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-3 {
    font-size: 2rem;
  }

  .audio-head-unit_feature-2_component-3, .audio-head-unit_feature-3_component-3, .audio-head-unit_benefits_component-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-4 {
    font-size: 2rem;
  }

  .audio-head-unit_feature-3_component-4, .audio-head-unit_benefits_component-4, .audio-head-unit-sound-system-upgrades_feature-1_content, .audio-head-unit-sound-system-upgrades_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-5 {
    font-size: 2rem;
  }

  .audio-head-unit-sound-system-upgrades_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_card-small {
    grid-template-columns: 1fr;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_card-small-content {
    padding: 1.5rem;
  }

  .audio-head-unit-sound-system-upgrades_testimonial_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .audio-head-unit-sound-system-upgrades_testimonial_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .audio-head-unit-sound-system-upgrades_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .audio-head-unit-sound-system-upgrades_testimonial_divider {
    display: none;
  }

  .audio-head-unit-sound-system-upgrades_faq_question {
    padding: 1rem 1.25rem;
  }

  .audio-head-unit-sound-system-upgrades_faq_icon-wrapper {
    width: 1.75rem;
  }

  .audio-head-unit-sound-system-upgrades_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .iroad-products_banner-1_text {
    font-size: 1.125rem;
  }

  .iroad-products_banner-2_component {
    height: auto;
    max-height: none;
  }

  .iroad-products_banner-2_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .iroad-products_hero-header_text {
    font-size: 1.125rem;
  }

  .iroad-products_feature-1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-6 {
    font-size: 2rem;
  }

  .iroad-products_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .iroad-products_feature-3_component {
    padding-bottom: 1.5rem;
  }

  .iroad-products_feature-3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .iroad-products_feature-3_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .iroad-products_feature-3_accordion-icon {
    width: 1.75rem;
  }

  .iroad-products_feature-3_gallery {
    grid-template-columns: 1fr;
  }

  .iroad-products_feature-3_list {
    grid-template-rows: auto;
  }

  .iroad-products_feature-4_content, .iroad-products_product-header_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .iroad-products_cta_card {
    padding: 2rem;
  }

  .iroad-products_testimonial_slider {
    padding-bottom: 5rem;
  }

  .iroad-products_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .iroad-products_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .iroad-products_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .iroad-products_testimonial_divider {
    display: none;
  }

  .iroad-power-pack_hero-header_component {
    padding-top: 4rem;
  }

  .iroad-power-pack_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-7 {
    font-size: 2rem;
  }

  .iroad-power-pack_product-header_component {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .iroad-power-pack_product-header_gallery-slider {
    grid-template-columns: 1fr;
  }

  .iroad-power-pack_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .iroad-power-pack_cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .iroad-x-k-ch_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-8 {
    font-size: 2rem;
  }

  .iroad-x-k-ch_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .iroad-x-k-ch_product-header_component {
    padding-bottom: 1.5rem;
  }

  .iroad-x-k-ch_product-header_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .iroad-x-k-ch_product-header_gallery {
    grid-template-columns: 1fr;
  }

  .iroad-x-k-ch_product-header_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .iroad-x-k-ch_product-header_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .iroad-x-k-ch_product-header_accordion-icon {
    width: 1.75rem;
  }

  .iroad-x-k-ch_testimonial_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .iroad-x-k-ch_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .iroad-x-k-ch_testimonial_divider {
    display: none;
  }

  .iroad-x-k-ch_cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .iroad-x-k-ch_gallery_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .iroad-x-k-ch_stats_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .iroad-x-k-ch_faq_list {
    grid-row-gap: 2.5rem;
  }

  .iroad-fx-pro_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .iroad-fx-pro_ecommerce-product-header_component {
    padding-bottom: 1.5rem;
  }

  .iroad-fx-pro_ecommerce-product-header_content-top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .iroad-fx-pro_ecommerce-product-header_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .iroad-fx-pro_ecommerce-product-header_list {
    display: none;
  }

  .iroad-fx-pro_ecommerce-product-header_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-9 {
    font-size: 2rem;
  }

  .iroad-fx-pro_ecommerce-product-header_modal-content-wrapper {
    padding-bottom: 7rem;
  }

  .iroad-fx-pro_feature_content, .iroad-fx-pro_features-list_list, .iroad-fx-pro_benefits_content, .iroad-fx-pro_contact_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .iroad-fx-pro_cta-form_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial10_slider {
    height: 500px;
    padding-bottom: 3rem;
  }

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

  .testimonial10_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

  .testimonial10_divider {
    display: none;
  }

  .heading-7, .heading-9, .heading-11, .paragraph-4, .paragraph-5, .paragraph-6 {
    text-align: center;
  }

  .text-size-medium-13 {
    font-size: 1rem;
  }

  .heading-style-h1-3, .heading-style-h1-4 {
    font-size: 2rem;
  }

  .text-size-medium-14 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .layout16_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-group-9 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .layout194_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-10 {
    font-size: 2rem;
  }

  .text-size-medium-15 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-style-h1-5 {
    font-size: 2rem;
  }

  .text-size-medium-16 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .layout209_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-11 {
    font-size: 2rem;
  }

  .text-size-medium-17 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-style-h3-12 {
    font-size: 2rem;
  }

  .text-size-medium-18 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-style-h3-13 {
    font-size: 2rem;
  }

  .text-size-medium-19 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-style-h3-14 {
    font-size: 2rem;
  }

  .text-size-medium-20 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .layout18_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-21 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .layout197_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-22, .text-size-medium-23 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .button-group-10 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .heading-style-h1-6 {
    font-size: 2rem;
  }

  .text-size-medium-24 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .button-group-11 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-25 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .layout89_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-26 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .layout3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-27 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .faq8_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-28 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .button-group-12 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .faq8_list {
    grid-row-gap: 2.5rem;
  }

  .text-size-medium-29 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .layout215_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-30, .text-size-medium-31, .text-size-medium-32 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-style-h1-7 {
    font-size: 2rem;
  }

  .text-size-medium-33, .text-size-medium-34, .text-size-medium-35 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }

  .testimonial15_slider {
    padding-top: 5rem;
    padding-bottom: 0;
  }

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

  .testimonial15_slide-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .text-size-medium-36 {
    text-align: center;
    padding-right: 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-large.contact-us-get-in-touch {
    text-align: center;
    margin-top: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    text-align: center;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    text-align: center;
    padding-right: 0;
  }

  .text-size-medium.what-we-do-paragraph, .text-size-medium.hero-sub-text {
    padding-right: 0;
  }

  .icon-embed-small {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-style-h2.contact-us {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 1.5rem;
  }

  .heading-style-h1.text-color-white.contact-us-hero-h1 {
    font-size: 1.4rem;
  }

  .heading-style-h1.light-hero-h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
  }

  .heading-style-h3 {
    text-align: center;
    font-size: 1.4rem;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

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

  .text-size-large.text-weight-semibold {
    text-align: center;
    margin-top: 0;
  }

  .padding-global {
    margin-top: 40px;
  }

  .padding-section-large {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large.testimotion-section, .padding-section-large.customer-review {
    padding-bottom: 0;
  }

  .padding-section-large.about-us-hero {
    padding-top: 1rem;
  }

  .padding-section-large.about-us-bottom-section {
    margin-top: 140px;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar1_logo {
    max-width: 45%;
  }

  .home_hero-header_content-wrapper, .home_features-list_list {
    grid-template-columns: 1fr;
  }

  .text-weight-semibold {
    margin-top: -52px;
  }

  .home_how-it-works_component {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home_how-it-works_list {
    grid-template-columns: 1fr;
  }

  .home_how-it-works_item {
    text-align: center;
  }

  .home-feature-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: flex-start;
    justify-items: center;
    display: grid;
  }

  .home-feature-list.fix-space-mobile-servie {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center stretch;
    width: 100vw;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .home_feature_content {
    text-align: center;
    max-width: 450px;
  }

  .home_feature_content.mobile-service-grid-mobile-fix {
    width: 90vw;
    max-width: none;
    margin-left: 16px;
    margin-right: 209px;
  }

  .home_feature_item-list {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .home_benefits_item-list {
    grid-template-columns: 1fr;
  }

  .home_benefits_content {
    text-align: center;
  }

  .home_benefits_component, .home_testimonial_component {
    grid-template-columns: 1fr;
  }

  .home_testimonial_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section_home_cta {
    margin-top: 96px;
  }

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

  .footer2_link-list {
    justify-content: flex-start;
    align-items: center;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    place-items: start stretch;
  }

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

  .about-us_benefits_component {
    grid-template-columns: 1fr;
  }

  .about-us_award-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .about-us_cta_component, .products-accessories_features-list_list, .products-accessories_feature-1_component, .products-accessories_feature-2_component, .products-accessories_feature-2_item-list, .products-accessories_feature-3_component, .products-accessories_feature-3_item-list, .services_features-list-1_list, .services_features-list-2_component, .services_features-list-2_item-list, .services_feature-1_component, .services_feature-1_item-list, .services_feature-2_item-list, .services_feature-2_component, .services_feature-3_list, .services_cta_component, .audio-head-unit_feature-1_component, .audio-head-unit_feature-2_component, .audio-head-unit_feature-3_item-list, .audio-head-unit_feature-3_component, .audio-head-unit_benefits_component, .audio-head-unit_benefits_item-list, .lights-systems_features-list-1_content, .lights-systems_features-list-1_list, .lights-systems_features-list-2_list, .lights-systems_feature-1_component, .lights-systems_feature-2_component, .auto-parts-store_ecommerce-product_component, .auto-parts-store_features-list_list, .auto-parts-store_benefits_component, .auto-parts-store_pricing_content-list, .auto-parts-store_pricing_component, .contact-us_contact_contact-list, .contact-us_contact_component {
    grid-template-columns: 1fr;
  }

  .contact-us_contact-form_form {
    grid-row-gap: 1.5rem;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .text-block.sred-bold {
    margin-left: 0;
    font-size: .8rem;
  }

  .heading {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .heading.section-two-heading {
    font-size: 1rem;
  }

  .heading.section-two-heading.founder-heading {
    align-self: center;
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }

  .heading.section-two-heading.left-align {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.4rem;
  }

  .heading.h1-home-hero {
    font-size: 1.4rem;
  }

  .section-two {
    margin-top: 40px;
    padding: 10px;
  }

  .section-two-paragraph {
    font-size: .8rem;
  }

  .section-two-paragraph.founder-paragraph {
    text-align: center;
    margin-top: 0;
  }

  .link-section-two {
    font-size: .8rem;
  }

  .div-block-section-two-btn {
    font-size: .6rem;
  }

  .image-2 {
    max-width: 50%;
  }

  .background-video {
    height: 300px;
  }

  .cell-2 {
    padding-bottom: 40px;
  }

  .section-two-video-overlay {
    margin-top: 32px;
  }

  .what-we-do-h1 {
    font-size: 1.4rem;
  }

  .section_founder_header.z-index-2 {
    background-position: 75%;
    background-size: cover;
  }

  .founder_feature-1_component, .founder_feature-1_item-list, .founder_feature-2_component, .founder_feature-2_item-list, .founder_feature-3_component, .founder_feature-3_item-list, .founder_feature-4_component, .founder_feature-4_item-list {
    grid-template-columns: 1fr;
  }

  .heading-2.founder-h1-white {
    font-size: 1.5rem;
  }

  .slider.mobile-service-slider {
    width: 90vw;
    height: 300px;
    margin-left: -199px;
  }

  .section_testimonial18 {
    margin-top: -100px;
  }

  .testimonial18_card {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .testimonial18_client {
    justify-content: flex-start;
    align-items: center;
  }

  .layout4_component, .layout4_item-list {
    grid-template-columns: 1fr;
  }

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

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

  .section_banner_brands {
    margin-top: 354px;
  }

  .banner11_component {
    margin-top: 100px;
  }

  .banner11_marquee {
    margin-top: 0;
  }

  .text-size-medium-2 {
    text-align: center;
  }

  .button-group-2 {
    justify-content: center;
    align-items: center;
  }

  .header107_image-wrapper {
    width: 40vw;
  }

  .content2_content {
    grid-row-gap: 3rem;
  }

  .rajitha {
    order: -1;
    margin-top: 18px;
  }

  .text-style-tagline.contact-us-subtext, .text-size-medium-3 {
    text-align: center;
  }

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

  .navbar7_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar7_dropdown-link {
    padding-left: 0;
  }

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

  .navbar7_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

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

  .founder_timeline_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .founder_timeline_content-right {
    grid-row-gap: 2rem;
  }

  .founder_timeline_row {
    grid-column-gap: 1rem;
  }

  .founder_benefits_content, .founder_benefits_item-list, .founder_feature_content, .founder_feature_item-list {
    grid-template-columns: 1fr;
  }

  .founder_cta_content {
    grid-row-gap: 1.5rem;
  }

  .footer6_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer6_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer6_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer6_logo-link {
    margin-bottom: 1.5rem;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.4rem;
  }

  .layout118_content, .layout118_item-list {
    grid-template-columns: 1fr;
  }

  .customer-testimonials {
    font-size: 1.4rem;
  }

  .paragraph, .paragraph-2 {
    text-align: center;
  }

  .slider-2 {
    height: 400px;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-4, .heading-5 {
    text-align: center;
    font-size: 1.4rem;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-4 {
    display: none;
  }

  .cam-prices-title {
    text-align: center;
  }

  .product6_mask {
    width: 95%;
  }

  .text-size-medium-5 {
    text-align: center;
  }

  .dash-camera-installation_ecommerce-product_content, .dash-camera-installation_ecommerce-product_item-list, .dash-camera-installation_features-list_list, .dash-camera-installation_benefits_content, .dash-camera-installation_benefits_item-list, .dash-camera-installation_cta_content {
    grid-template-columns: 1fr;
  }

  .dash-camera-installation_ecommerce-products-list_mask {
    width: 95%;
  }

  .dash-camera-installation_faq_content {
    grid-template-columns: 1fr;
  }

  .text-size-medium-6, .text-size-medium-7 {
    text-align: center;
  }

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

  .contact14_contact-list {
    text-align: center;
    place-items: center;
  }

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

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

  .contact5_heading-wrapper, .text-size-medium-8 {
    text-align: center;
  }

  .contact5_form {
    text-align: left;
    align-items: center;
  }

  .section_header69.text-color-alternate {
    height: 200px;
  }

  .text-size-medium-9, .text-size-medium-10 {
    text-align: center;
  }

  .text-size-medium-10.text-weight-bold.contact-us-faq {
    text-align: left;
  }

  .faq2_question {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-3 {
    font-size: .8rem;
  }

  .light-system-hero {
    margin-top: 0;
  }

  .text-size-medium-11 {
    text-align: center;
  }

  .text-size-medium-11.light-system-hero-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .appointment_hero-header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .section_cta4.text-color-alternate {
    height: 200px;
  }

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

  .cta7_content {
    grid-row-gap: 1.5rem;
  }

  .header108_image-wrapper {
    width: 40vw;
  }

  .layout10_content, .layout10_item-list, .layout24_content, .cta13_content {
    grid-template-columns: 1fr;
  }

  .section_header83.text-color-alternate {
    height: 200px;
  }

  .header83_images-layout {
    transform: scale(3.4);
  }

  .header15_content-wrapper, .audio-head-unit_feature-1_content-2, .audio-head-unit_feature-2_content-2, .audio-head-unit_feature-3_content-2, .audio-head-unit_benefits_content-2 {
    grid-template-columns: 1fr;
  }

  .button-group-4 {
    justify-content: center;
    align-items: center;
  }

  .audio-head-unit_feature-1_component-3 {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-3 {
    text-align: center;
  }

  .audio-head-unit_feature-2_component-3, .audio-head-unit_feature-3_component-3, .audio-head-unit_benefits_component-3 {
    grid-template-columns: 1fr;
  }

  .button-group-5 {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h3-4 {
    text-align: center;
  }

  .audio-head-unit_feature-3_component-4, .audio-head-unit_benefits_component-4 {
    grid-template-columns: 1fr;
  }

  .button-group-6 {
    justify-content: center;
    align-items: center;
  }

  .audio-head-unit-sound-system-upgrades_feature-1_content {
    grid-template-columns: 1fr;
  }

  .audio-head-unit-sound-system-upgrades_feature-1_item-list {
    text-align: center;
  }

  .audio-head-unit-sound-system-upgrades_feature-2_content {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-5 {
    text-align: center;
    font-size: 1.5rem;
  }

  .audio-head-unit-sound-system-upgrades_feature-2_item-list {
    text-align: center;
  }

  .audio-head-unit-sound-system-upgrades_features-list_list, .audio-head-unit-sound-system-upgrades_how-it-works_row {
    grid-template-columns: 1fr;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_card-large {
    flex-direction: column;
    display: flex;
  }

  .audio-head-unit-sound-system-upgrades_how-it-works_card-large-content {
    display: block;
  }

  .button-group-7 {
    justify-content: center;
    align-items: center;
  }

  .iroad-products_banner-2_content-wrapper, .iroad-products_feature-1_content {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-6 {
    text-align: center;
  }

  .iroad-products_feature-2_content, .iroad-products_feature-3_layout {
    grid-template-columns: 1fr;
  }

  .iroad-products_feature-3_price-wrapper {
    flex-direction: column;
  }

  .iroad-products_feature-3_text-divider {
    display: none;
  }

  .iroad-products_feature-4_content, .iroad-products_feature-4_item-list, .iroad-products_product-header_content, .iroad-power-pack_hero-header_component, .iroad-power-pack_feature_content {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-7 {
    text-align: center;
  }

  .iroad-power-pack_feature_item-list, .iroad-power-pack_product-header_component {
    grid-template-columns: 1fr;
  }

  .iroad-power-pack_product-header_price-wrapper {
    flex-direction: column;
  }

  .iroad-power-pack_features-list_list {
    grid-template-columns: 1fr;
  }

  .iroad-power-pack_cta_content {
    grid-row-gap: 1.5rem;
  }

  .iroad-x-k-ch_feature_content {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-8 {
    text-align: center;
  }

  .iroad-x-k-ch_feature_item-list, .iroad-x-k-ch_features-list_list, .iroad-x-k-ch_product-header_layout {
    grid-template-columns: 1fr;
  }

  .iroad-x-k-ch_cta_content {
    grid-row-gap: 1.5rem;
  }

  .iroad-x-k-ch_stats_content, .iroad-x-k-ch_stats_item-list {
    grid-template-columns: 1fr;
  }

  .iroad-x-k-ch_faq_list {
    grid-row-gap: 2.5rem;
  }

  .iroad-fx-pro_hero-header_content-wrapper, .iroad-fx-pro_ecommerce-product-header_gallery, .iroad-fx-pro_ecommerce-product-header_list {
    grid-template-columns: 1fr;
  }

  .heading-style-h3-9 {
    text-align: center;
  }

  .iroad-fx-pro_ecommerce-product-header_tabs-menu {
    align-items: flex-start;
  }

  .iroad-fx-pro_ecommerce-product-header_modal-list, .iroad-fx-pro_feature_content, .iroad-fx-pro_features-list_list, .iroad-fx-pro_benefits_content, .iroad-fx-pro_benefits_item-list {
    grid-template-columns: 1fr;
  }

  .padding-global-3 {
    margin-top: 40px;
  }

  .testimonial10_mask {
    height: auto;
  }

  .testimonial10_slide-nav {
    top: 597px;
  }

  .heading-6 {
    font-size: 1.4rem;
  }

  .heading-7 {
    font-size: 1.5rem;
  }

  .heading-8 {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-9 {
    font-size: 1.5rem;
  }

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

  .paragraph-7, .paragraph-8 {
    text-align: center;
  }

  .padding-global-4 {
    margin-top: 40px;
  }

  .heading-12.about-us-header {
    font-size: 1.5rem;
  }

  .dash-camera-hero {
    margin-top: 0;
  }

  .text-size-medium-13 {
    text-align: center;
  }

  .text-size-medium-13.light-system-hero-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-global-5 {
    margin-top: 40px;
  }

  .button-group-8 {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h1-3 {
    font-size: 1.5rem;
  }

  .heading-style-h1-3.light-hero-h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }

  .padding-global-6 {
    margin-top: 40px;
  }

  .heading-style-h1-4 {
    font-size: 1.5rem;
  }

  .text-size-medium-14 {
    text-align: center;
    padding-right: 0;
  }

  .padding-global-7 {
    margin-top: 40px;
  }

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

  .button-group-9 {
    justify-content: center;
    align-items: center;
  }

  .padding-global-8 {
    margin-top: 40px;
  }

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

  .heading-style-h3-10 {
    text-align: center;
    font-size: 1.4rem;
  }

  .text-size-medium-15 {
    text-align: center;
    padding-right: 0;
  }

  .padding-global-9 {
    margin-top: 40px;
  }

  .heading-style-h1-5 {
    font-size: 1.5rem;
  }

  .text-size-medium-16 {
    text-align: center;
    padding-right: 0;
  }

  .padding-global-10 {
    margin-top: 40px;
  }

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

  .heading-style-h3-11 {
    text-align: center;
    font-size: 1.4rem;
  }

  .text-size-medium-17 {
    text-align: center;
    padding-right: 0;
  }

  .padding-global-11 {
    margin-top: 40px;
  }

  .heading-style-h3-12 {
    text-align: center;
    font-size: 1.4rem;
  }

  .text-size-medium-18 {
    text-align: center;
    padding-right: 0;
  }

  .padding-global-12 {
    margin-top: 40px;
  }

  .heading-style-h3-13 {
    text-align: center;
    font-size: 1.4rem;
  }

  .text-size-medium-19 {
    text-align: center;
    padding-right: 0;
  }

  .padding-global-13 {
    margin-top: 40px;
  }

  .heading-style-h3-14 {
    text-align: center;
    font-size: 1.4rem;
  }

  .text-size-medium-20 {
    text-align: center;
    padding-right: 0;
  }

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

  .text-size-medium-21 {
    text-align: center;
    padding-right: 0;
  }

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

  .text-size-medium-22 {
    text-align: center;
    padding-right: 0;
  }

  .layout197_item-list {
    grid-template-columns: 1fr;
  }

  .text-size-medium-23 {
    text-align: center;
    padding-right: 0;
  }

  .button-group-10 {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h1-6 {
    font-size: 1.5rem;
  }

  .text-size-medium-24 {
    text-align: center;
    padding-right: 0;
  }

  .button-group-11 {
    justify-content: center;
    align-items: center;
  }

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

  .text-size-medium-25 {
    text-align: center;
    padding-right: 0;
  }

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

  .text-size-medium-26 {
    text-align: center;
    padding-right: 0;
  }

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

  .text-size-medium-27, .text-size-medium-28 {
    text-align: center;
    padding-right: 0;
  }

  .button-group-12 {
    justify-content: center;
    align-items: center;
  }

  .text-size-medium-29 {
    text-align: center;
    padding-right: 0;
  }

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

  .text-size-medium-30, .text-size-medium-31, .text-size-medium-32 {
    text-align: center;
    padding-right: 0;
  }

  .heading-style-h1-7 {
    font-size: 1.5rem;
  }

  .text-size-medium-33, .text-size-medium-34, .text-size-medium-35 {
    text-align: center;
    padding-right: 0;
  }

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

  .testimonial15_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-size-medium-36 {
    text-align: center;
    padding-right: 0;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-972d57b8 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-972d57b8 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-972d57b8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-972d57b8, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-972d57b8, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-972d57b8, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-972d57b8, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-972d57b8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-972d57b8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-972d57b8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-972d57b8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-972d57b8, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-972d57b8 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-972d57b8 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-972d57b8 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-972d57b8, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-972d57b8, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-972d57b8 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-972d57b8, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-972d57b8, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-972d57b8 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-972d57b8, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-972d57b8, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-972d57b8 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-972d57b8, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-972d57b8, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-972d57b8 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-972d57b8, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-972d57b8, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-972d57b8 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-972d57b8, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-972d57b8, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-972d57b8 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-972d57b8, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-972d57b8, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-972d57b8 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-972d57b8, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-972d57b8, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-972d57b8 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-972d57b8, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-972d57b8 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-972d57b8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-972d57b8 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-972d57b8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-972d57b8, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-972d57b8, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-972d57b8, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-972d57b8, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-972d57b8, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-972d57b8 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-972d57b8, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-972d57b8, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-972d57b8 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-972d57b8, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-972d57b8, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-972d57b8 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-972d57b8, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-972d57b8, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-972d57b8 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-972d57b8, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-972d57b8, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-972d57b8 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-972d57b8, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-972d57b8, #w-node-ee961e8d-845a-edc3-3307-509470022457-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-972d57b8 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-972d57b8, #w-node-ee961e8d-845a-edc3-3307-50947002245b-972d57b8, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-972d57b8 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-972d57b8, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-972d57b8, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-972d57b8 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-972d57b8, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-972d57b8, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-972d57b8 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-972d57b8, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-972d57b8, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-972d57b8 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-972d57b8, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-972d57b8, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-972d57b8 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-972d57b8, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-972d57b8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-972d57b8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-972d57b8 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-972d57b8 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-972d57b8 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-972d57b8 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-972d57b8 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-972d57b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-972d57b8 {
  justify-self: start;
}

#w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f69-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f6a-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f6b-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f6c-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f6d-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f6e-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f70-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f71-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f72-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f73-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f74-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f75-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f76-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f77-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f78-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f79-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f7a-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f7b-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f7c-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f7d-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f7e-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f7f-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f80-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f81-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f82-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f84-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f85-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f86-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f87-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f88-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f89-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f8a-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f8b-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f8c-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f8d-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f8e-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f8f-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f90-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f91-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f92-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f93-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f94-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f95-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f96-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f97-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f98-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f99-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f9a-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f9c-61a840e9, #w-node-f08c02ee-7dec-b086-75d2-f6d9c59a2f9d-61a840e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae1df3ea-58c7-1e0d-9aba-992f080ac91c-61a840e9, #w-node-ae1df3ea-58c7-1e0d-9aba-992f080ac922-61a840e9, #w-node-ae1df3ea-58c7-1e0d-9aba-992f080ac928-61a840e9, #w-node-_516f5050-783a-bf94-a66e-a59b2bdc8dda-4cb57177, #w-node-_516f5050-783a-bf94-a66e-a59b2bdc8ddf-4cb57177, #w-node-_516f5050-783a-bf94-a66e-a59b2bdc8de4-4cb57177 {
  align-self: start;
}

#w-node-_516f5050-783a-bf94-a66e-a59b2bdc8dfc-4cb57177 {
  justify-self: start;
}

#w-node-fa2f77e0-561b-d7b1-7c3a-256548a91314-a586f552 {
  justify-self: end;
}

#w-node-fa2f77e0-561b-d7b1-7c3a-256548a91323-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91324-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91325-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91326-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91328-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132a-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132b-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132c-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132d-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132e-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132f-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91330-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91332-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91333-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91334-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91335-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91336-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91337-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91338-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91339-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133a-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133b-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133c-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133d-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133e-a586f552, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133f-a586f552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de33621-5940-fd48-e738-592f0d7c8e44-a586f552, #w-node-_65c019ce-ab1b-8b3b-644d-c5adc780b214-a586f552 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9245b9f-02fe-1553-03f5-3537c79583a7-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583a8-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583a9-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583aa-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583ab-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583ac-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583b3-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583b4-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583b5-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583b6-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583b7-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583b8-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583b9-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583ba-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583bb-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583bc-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583bd-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583be-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583bf-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c0-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c1-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c2-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c3-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c4-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c5-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c7-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c8-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583c9-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583ca-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583cb-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583cc-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583cd-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583ce-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583cf-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d0-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d1-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d2-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d3-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d4-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d5-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d6-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d7-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d8-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583d9-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583da-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583db-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583dc-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583dd-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583e4-a6d71085, #w-node-b9245b9f-02fe-1553-03f5-3537c79583e5-a6d71085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d8aff1f-0e93-4199-bf07-93849ce64645-6b34c085 {
  justify-self: center;
}

#w-node-_7930295d-5545-0cfb-3e6c-35f221831770-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831771-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831772-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831773-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831774-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831775-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831776-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831777-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831778-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831779-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177a-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177b-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177c-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177d-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177e-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177f-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831780-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831781-c6ff7744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7930295d-5545-0cfb-3e6c-35f221831794-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183179a-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f2218317a0-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f2218317be-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f2218317c4-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f2218317ca-c6ff7744 {
  align-self: start;
}

#w-node-_7930295d-5545-0cfb-3e6c-35f2218317d0-c6ff7744 {
  order: -9999;
}

#w-node-a9faabac-9138-b27d-3775-760e36422912-310b525f, #w-node-a9faabac-9138-b27d-3775-760e36422918-310b525f, #w-node-a9faabac-9138-b27d-3775-760e3642291e-310b525f {
  align-self: start;
}

#w-node-a9faabac-9138-b27d-3775-760e364229af-310b525f, #w-node-a9faabac-9138-b27d-3775-760e364229b0-310b525f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e8d0498-dce8-5c8d-d950-f1187f8b2cdf-310b9331 {
  justify-self: end;
}

#w-node-b812ec2a-6865-8908-375c-95cd50238809-9694d6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b812ec2a-6865-8908-375c-95cd5023880a-9694d6f0 {
  order: 9999;
}

#w-node-b812ec2a-6865-8908-375c-95cd5023880f-9694d6f0, #w-node-b812ec2a-6865-8908-375c-95cd50238813-9694d6f0, #w-node-b812ec2a-6865-8908-375c-95cd50238817-9694d6f0, #w-node-b812ec2a-6865-8908-375c-95cd5023881b-9694d6f0, #w-node-b812ec2a-6865-8908-375c-95cd502388ba-9694d6f0, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d653620f9-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d653620fa-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d653620fe-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362102-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362106-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536210f-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362112-30df0d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362136-30df0d12 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536216a-30df0d12 {
  order: 9999;
}

#w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536216e-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536216f-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362173-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362177-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536217b-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536217f-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362183-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362187-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536218b-30df0d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_789fc2ea-30a9-ef46-79cf-3f7d653621a0-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d653621a6-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d653621ac-30df0d12 {
  align-self: start;
}

#w-node-_2951d09f-997c-4c4e-413c-f8a21b75e2a0-f841eed6 {
  justify-self: end;
}

#w-node-_2951d09f-997c-4c4e-413c-f8a21b75e2a3-f841eed6 {
  align-self: center;
}

#w-node-_2951d09f-997c-4c4e-413c-f8a21b75e2aa-f841eed6 {
  justify-self: start;
}

#w-node-_2951d09f-997c-4c4e-413c-f8a21b75e2ab-f841eed6 {
  align-self: center;
}

#w-node-d5150365-7e23-39ea-8d72-dd866f49e18e-f841eed6 {
  order: -9999;
}

#w-node-_6a01024c-3fcc-b3a3-afa4-fb964acbc57a-f841eed6, #w-node-_6a01024c-3fcc-b3a3-afa4-fb964acbc580-f841eed6, #w-node-_6a01024c-3fcc-b3a3-afa4-fb964acbc586-f841eed6, #w-node-_6a01024c-3fcc-b3a3-afa4-fb964acbc58c-f841eed6 {
  align-self: start;
}

#w-node-_9a3f9a24-8382-ac88-1d6e-b6d7748a9a51-f841eed6 {
  order: -9999;
}

#w-node-fa2f77e0-561b-d7b1-7c3a-256548a91314-4d3eed5f {
  justify-self: end;
}

#w-node-fa2f77e0-561b-d7b1-7c3a-256548a91323-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91324-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91325-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91326-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91328-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132a-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132b-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132c-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132d-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132e-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9132f-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91330-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91332-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91333-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91334-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91335-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91336-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91337-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91338-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91339-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133a-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133b-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133c-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133d-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133e-4d3eed5f, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a9133f-4d3eed5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3de33621-5940-fd48-e738-592f0d7c8e44-4d3eed5f, #w-node-_65c019ce-ab1b-8b3b-644d-c5adc780b214-4d3eed5f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b40ea9d3-1c72-7417-5fc8-3459f87ced8d-67005aca, #w-node-b40ea9d3-1c72-7417-5fc8-3459f87ced93-67005aca, #w-node-_323fe2ab-2907-df37-e52a-90a3d49777a5-6f89f9d2, #w-node-_323fe2ab-2907-df37-e52a-90a3d49777ab-6f89f9d2, #w-node-_323fe2ab-2907-df37-e52a-90a3d49777b1-6f89f9d2 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e682ac96-3604-6174-c392-2d59cad416f4-cad416ed {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91314-a586f552 {
    justify-self: start;
  }

  #w-node-_3de33621-5940-fd48-e738-592f0d7c8e44-a586f552 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3de33621-5940-fd48-e738-592f0d7c8e46-a586f552 {
    order: -9999;
  }

  #w-node-_7930295d-5545-0cfb-3e6c-35f221831772-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831774-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831776-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831778-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177a-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177c-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f22183177e-c6ff7744, #w-node-_7930295d-5545-0cfb-3e6c-35f221831780-c6ff7744 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9faabac-9138-b27d-3775-760e364229af-310b525f {
    order: -9999;
  }

  #w-node-_5e8d0498-dce8-5c8d-d950-f1187f8b2cdf-310b9331, #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91314-4d3eed5f {
    justify-self: start;
  }

  #w-node-_3de33621-5940-fd48-e738-592f0d7c8e44-4d3eed5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3de33621-5940-fd48-e738-592f0d7c8e46-4d3eed5f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e682ac96-3604-6174-c392-2d59cad416f4-cad416ed {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e682ac96-3604-6174-c392-2d59cad41738-cad416ed {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ae1df3ea-58c7-1e0d-9aba-992f080ac8d2-61a840e9 {
    place-self: start center;
  }

  #w-node-ae1df3ea-58c7-1e0d-9aba-992f080ac914-61a840e9 {
    order: -9999;
  }

  #w-node-c6bda2cb-1ae8-f53c-e501-cc9b7d2bf857-4e29653d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91314-a586f552 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_775d56e2-ee62-73b3-03f4-8a7c8b5da032-a586f552 {
    order: -9999;
  }

  #w-node-_7930295d-5545-0cfb-3e6c-35f2218317d0-c6ff7744, #w-node-a9faabac-9138-b27d-3775-760e364229b3-310b525f, #w-node-b812ec2a-6865-8908-375c-95cd5023880d-9694d6f0 {
    order: 9999;
  }

  #w-node-b812ec2a-6865-8908-375c-95cd502388c5-9694d6f0 {
    order: -9999;
  }

  #w-node-_789fc2ea-30a9-ef46-79cf-3f7d6536210f-30df0d12, #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362112-30df0d12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_789fc2ea-30a9-ef46-79cf-3f7d65362136-30df0d12 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a3ffd8b-ff65-3260-ac57-c53b7b4c7d10-f841eed6 {
    order: -9999;
  }

  #w-node-fa2f77e0-561b-d7b1-7c3a-256548a91314-4d3eed5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_775d56e2-ee62-73b3-03f4-8a7c8b5da032-4d3eed5f, #w-node-_1a298aed-0895-c538-73ba-10793250d94e-67005aca, #w-node-_890d11e6-dd50-7c30-748c-5eb11a23fdec-67005aca, #w-node-_7fe8b193-0aaf-b0bd-c678-f716c404205c-6f89f9d2, #w-node-a8caf699-b68f-2ba6-0a2d-80ea29a1b18c-33a05b47, #w-node-_79faa307-1160-4a16-b25f-6b31c19507d8-33a05b47, #w-node-_79faa307-1160-4a16-b25f-6b31c19507eb-33a05b47 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e682ac96-3604-6174-c392-2d59cad416f4-cad416ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_516f5050-783a-bf94-a66e-a59b2bdc8dfc-4cb57177 {
    place-self: auto center;
  }

  #w-node-_3de33621-5940-fd48-e738-592f0d7c8e44-a586f552, #w-node-_65c019ce-ab1b-8b3b-644d-c5adc780b214-a586f552, #w-node-_3de33621-5940-fd48-e738-592f0d7c8e44-4d3eed5f, #w-node-_65c019ce-ab1b-8b3b-644d-c5adc780b214-4d3eed5f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


