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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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-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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: #eb5757;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #eb5757;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.banner {
  width: 100%;
  color: #f9f9f9;
  background-color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.style-guide-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-left {
  width: 30%;
  padding: 20px 20px 20px 0;
}

.style-right {
  width: 70%;
  padding: 20px;
}

.style-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.style-section {
  margin-bottom: 70px;
  padding-top: 20px;
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover, .btn.dark {
  background-color: #222;
  border-color: #222;
}

.btn.dark:hover {
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.dark.outline {
  color: #222;
  border-color: #222;
}

.btn.dark.outline:hover {
  background-color: #222;
  border-color: #222;
}

.btn.dark.outline.cat-menu {
  width: 100%;
}

.btn.dark.outline.cat-menu.w--current {
  color: #f9f9f9;
  background-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #474747;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.outline {
  color: #eb5757;
  background-color: rgba(0, 0, 0, 0);
}

.btn.outline:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.outline:focus {
  border: 1px solid #eb5757;
  box-shadow: 0 0 2px #eb5757;
}

.color-wrapper {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.color-block {
  width: 100px;
  height: 100px;
  background-color: #d1d1d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.color-block.primary {
  color: #f9f9f9;
  background-color: #222;
}

.color-block.secondary {
  color: #f9f9f9;
  background-color: #eb5757;
}

.color-block.white {
  background-color: #f9f9f9;
}

.color-block.primary-variant {
  color: #f9f9f9;
  background-color: #525252;
}

.color-block.secondary-variant {
  color: #f9f9f9;
  background-color: #ab4040;
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.caution {
  background-color: #ffde03;
}

.color-block.alert-blocks.warning {
  color: #f9f9f9;
  background-color: #e53935;
}

.color-block.alert-blocks.alert {
  color: #f9f9f9;
  background-color: #1976d2;
}

.color-block.alert-blocks.success {
  min-height: auto;
  color: #f9f9f9;
  background-color: #20c788;
  padding-top: 0;
}

.separator {
  height: 1px;
  background-color: #525252;
  margin-bottom: 20px;
}

.style-link-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.style-link-wrapper.dark {
  color: #f9f9f9;
  background-color: #222;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.caps {
  text-transform: uppercase;
}

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

.page-title-section {
  color: #f9f9f9;
  background-color: #222;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  max-width: 850px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.container.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-title {
  margin-top: 10px;
}

.style-menu-wrapper {
  margin-bottom: 10px;
}

.style-heading {
  margin-top: 0;
}

.input {
  border: 1px solid #222;
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus, .input.-wfp-focus {
  border-color: #eb5757;
}

.input::-ms-input-placeholder {
  color: #525252;
}

.input::placeholder {
  color: #525252;
}

.input.cart-quantity {
  margin-bottom: 0;
  margin-right: 5px;
}

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

.alert-wrapper {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px;
}

.alert-wrapper.danger {
  color: #f9f9f9;
  background-color: #e53935;
}

.alert-wrapper.warning {
  background-color: #ffde03;
}

.alert-wrapper.success {
  min-height: auto;
  color: #f9f9f9;
  background-color: #20c788;
  padding-top: 20px;
}

.alert-wrapper.information {
  color: #f9f9f9;
  background-color: #1976d2;
}

.style-pill-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.style-pill-wrapper.style-page {
  align-items: flex-start;
  display: flex;
}

.pill {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.warning {
  color: #f9f9f9;
  background-color: #e53935;
}

.pill.warning.badge {
  border-radius: 0;
}

.pill.caution {
  color: #222;
  background-color: #ffde03;
}

.pill.caution.badge {
  border-radius: 0;
}

.pill.success {
  min-height: auto;
  color: #f9f9f9;
  background-color: #20c788;
  padding-top: 5px;
}

.pill.success.badge, .pill.badge {
  border-radius: 0;
}

.pill.primary {
  background-color: #eb5757;
  font-size: 16px;
}

.hero-section {
  height: 600px;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/windsor-part-br.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-wrapper {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 4px 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #414141;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 300;
  transition: all .3s;
}

.nav-link:hover {
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  font-weight: 500;
}

.nav-link:active {
  color: #535353;
}

.nav-link:focus {
  color: #4c3434;
}

.nav-link.w--current {
  color: #313131;
}

.nav-link.w--current:hover {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
}

.nav-wrapper {
  border: 1px #000;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrapper {
  min-height: 350px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-heading {
  width: 100%;
  color: #f9f9f9;
  text-align: center;
  text-shadow: 3px 3px #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.hero-heading.anout-hero-heading {
  width: 85%;
  padding-left: 8px;
  display: flex;
}

.hero-paragraph {
  width: 88%;
  color: #f9f9f9;
  text-align: justify;
  text-shadow: 1px 1px 3px #000;
  background-color: rgba(0, 0, 0, .27);
  align-self: flex-start;
  margin-bottom: 0;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.support-section {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-top: 15px;
  padding-bottom: 20px;
  display: none;
}

.support-top-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.support-top-left {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-right {
  width: 45%;
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-factory {
  min-height: 350px;
  background-color: #222;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .19) 58%, #fff), url('../images/panel-wood-assy1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-number {
  color: #f9f9f9;
  text-shadow: 1px 1px 6px #000;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.support-square-image {
  position: absolute;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
}

.support-square-image.triangle {
  bottom: -17%;
  right: -11%;
}

.support-square-image.rectangle {
  bottom: -31%;
  right: -14%;
}

.safe-section {
  min-height: 350px;
  background-image: linear-gradient(rgba(34, 34, 34, .17), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.safe-wrapper {
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 35px;
  display: flex;
}

.safe-heading {
  width: 85%;
  color: #f9f9f9;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  font-size: 52px;
  line-height: 1.2;
}

.safe-paragraph {
  width: 75%;
  color: #f9f9f9;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.products-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.shop-item-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.shop-image {
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 30px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.shop-details-wrapper {
  justify-content: space-between;
  display: flex;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.shop-item-price {
  color: #222;
  text-align: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.shop-item-price.compare {
  color: #eb5757;
  text-decoration: line-through;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-wrapper {
  min-height: 500px;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.shop-local-left {
  width: 30%;
  height: 0;
  min-height: 440px;
  background-image: url('../images/christiann-koepke-dQyS2pMYtok-unsplash-1.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 5px;
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.shop-local-right {
  width: 80%;
  color: #f9f9f9;
  background-color: #222;
  border-radius: 5px;
  justify-content: flex-end;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
}

.footer {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6px;
  padding-bottom: 10px;
}

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

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

.nav-menu {
  font-size: 14px;
  display: flex;
}

.content-section {
  background-color: #fff;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section.why-acme-sections, .content-section.featured-section {
  padding-bottom: 0;
}

.why-acme-block {
  width: 50%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-acme-small-text {
  text-transform: uppercase;
  font-size: 14px;
}

.why-acme-heading, .why-acme-paragraph {
  text-align: center;
}

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  width: 30%;
  text-align: center;
  border: 1px solid #f9f9f9;
  margin-left: 5px;
  margin-right: 5px;
}

.image {
  display: block;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-right {
  width: 70%;
  color: #f9f9f9;
  background-color: #222;
  border-radius: 5px;
  padding: 90px 55px 90px 245px;
}

.meet-the-owners-left {
  width: 45%;
  height: 90%;
  background-image: url('../images/sept-commercial-Cqu3DdNwtKQ-unsplash-1-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.owners-rich-text h2 {
  margin-top: 0;
}

.owner-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.owner-avatar-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.owner-bio {
  width: 35%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.owner-bio-paragraph {
  text-align: center;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-left {
  width: 30%;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
}

.contact-hero-section {
  color: #f9f9f9;
  background-color: #222;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-hero-bg-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.contact-image-div {
  width: 45%;
  height: 550px;
  background-image: linear-gradient(to right, #222, rgba(34, 34, 34, .18) 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.contact-block-wrapper {
  display: flex;
}

.contact-block {
  width: 30%;
  min-height: 350px;
  color: #222;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-icon {
  margin-bottom: 30px;
}

.heading {
  margin-top: 55px;
}

.success {
  min-height: 280px;
  color: #f9f9f9;
  background-color: #20c788;
  border-radius: 5px;
  padding-top: 125px;
}

.error {
  color: #f9f9f9;
  background-color: #e53935;
  border-radius: 5px;
}

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

.image-source-wrapper {
  height: 300px;
  overflow: hidden;
}

.limg {
  min-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}

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

.price-wrapper {
  border-bottom: 1px rgba(34, 34, 34, .08);
  justify-content: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  display: flex;
}

.pill-2 {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill-2.badge {
  border-radius: 0;
}

.pill-2.badge.primary.sale {
  text-transform: uppercase;
  background-color: #eb5757;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pill-2.badge.primary.featured {
  z-index: 10;
  color: #222;
  background-color: #f9f9f9;
  border-radius: 5px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 1%;
}

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

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

.shipping-page-right {
  width: 60%;
  padding-left: 60px;
}

.shopping-page-image {
  min-height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}

.page-product-headin {
  margin-top: 0;
}

.shop-item-price-page {
  color: #222;
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.shop-item-price-page.compare-at {
  color: #eb5757;
  text-decoration: line-through;
}

.page-price-wrapping {
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.add-to-cart-page-wrapper {
  margin-top: 15px;
  display: flex;
}

.shop-page-wrapper {
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-wrapper {
  width: 100%;
  min-height: 250px;
  color: #f9f9f9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}

.featured-item-name {
  color: #f9f9f9;
  margin-bottom: 5px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 1%;
  right: auto;
}

.featured-price {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.feature-text-wrapper {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 2%;
  right: auto;
}

.featured-gradient-overlay {
  background-image: linear-gradient(rgba(34, 34, 34, .22), rgba(34, 34, 34, .69));
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shop-more {
  justify-content: center;
  display: flex;
}

.donate-explainer {
  min-height: 550px;
  color: #f9f9f9;
  background-image: linear-gradient(rgba(34, 34, 34, .56), #222), url('../images/jed-villejo-bEcC0nyIp2g-unsplash-1-1.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  padding-top: 151px;
  padding-bottom: 35px;
}

.donate-heading-1 {
  text-align: center;
  margin-bottom: -5px;
  font-size: 38px;
  font-weight: 800;
}

.donate-heading-2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.donate-paragraph {
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.donate-wrapper {
  width: 50%;
  border: 2px solid #222;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
}

.donate-link-block {
  width: 100%;
  color: #f9f9f9;
  text-align: center;
  background-color: #eb5757;
  border-radius: 5px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .3s;
}

.donate-link-block:hover {
  background-color: #222;
}

.text-block {
  color: #f9f9f9;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.cart {
  background-color: #222;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.cart-quantity-cart {
  color: #222;
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 30px;
}

.cart-icon {
  width: 20px;
  margin-right: 0;
}

.checkout-form, .paypal-checkout-form {
  background-color: rgba(0, 0, 0, 0);
}

.container-checkout {
  max-width: 1200px;
  justify-content: center;
}

.pay-with-browser, .apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.order-confirmation {
  background-color: rgba(0, 0, 0, 0);
}

.cart-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #f9f9f9;
  background-image: linear-gradient(rgba(34, 34, 34, .42), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.alert-empty {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .39), rgba(0, 0, 0, .39));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.icon {
  width: 36px;
  height: 36px;
  color: #3438ff;
  margin-right: 16px;
}

.page-title-2 {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

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

.box {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #5572ff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.body {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.support-square-2 {
  min-height: 350px;
  background-color: #222;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .37) 64%, #fff), url('../images/sip-assembly3.webp');
  background-position: 0 0, 15% 15%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-3 {
  min-height: 350px;
  background-color: #222;
  background-image: radial-gradient(circle, rgba(0, 0, 0, .27) 61%, #fff), url('../images/sip-assembly-flexo.webp');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  height: auto;
  max-width: 100%;
  color: #494949;
  text-align: left;
  align-self: center;
  margin: 5px;
  padding: 5px;
  font-weight: 400;
}

.image-2 {
  width: 225px;
  max-width: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.heading-2 {
  color: #404040;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
}

.container-2 {
  background-color: #b6b6b6;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 7px;
  margin-bottom: 25px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.html-embed {
  padding: 10px;
}

.columns {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block {
  justify-content: center;
  padding: 10px;
  display: flex;
}

.link-block.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list {
  list-style-type: none;
}

.team-slider {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}

.centered-heading {
  color: #686868;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
}

.centered-heading.margin-bottom-32px {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.centered-subheading {
  max-width: 100%;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 16px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.team-member-image-two {
  text-align: left;
  border: 1px solid #000;
  border-radius: 4px;
  margin-bottom: 0;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.paragraph-2 {
  background-color: rgba(213, 155, 155, .49);
}

.container-4 {
  max-width: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #20c788;
  border-radius: 5px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 459px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #000;
  background-color: rgba(71, 71, 71, .69);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 22px 10px 5px;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 1px #000;
  background-color: rgba(0, 0, 0, .43);
  margin-bottom: 136px;
  padding: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

.button {
  width: 100%;
  max-width: 250px;
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  background-color: #39b54a;
  border: 1px solid #000;
  border-radius: 7px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 9px;
  margin-left: 0;
  padding: 5px 0;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.html-embed-2 {
  background-color: #e7e7e7;
  border: 1px solid #20c788;
  border-radius: 3px;
  padding: 10px;
}

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

.section-2 {
  min-height: 100px;
  background-image: linear-gradient(#20c788, #fff);
}

.hero-paragraph-right {
  width: 88%;
  color: #f9f9f9;
  text-align: justify;
  text-shadow: 1px 1px 3px #000;
  background-color: rgba(0, 0, 0, .27);
  align-self: flex-end;
  margin-bottom: 0;
  padding: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.hero-section-about {
  max-height: none;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#20c788 22%, rgba(34, 34, 34, 0) 87%), url('../images/house-trailer-edited.jpg');
  background-position: 0 0, 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-section-about.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-about.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-heading-center {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  text-align: justify;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  max-width: 450px;
  border: 1px #000;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.list-item {
  color: #424242;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.body-2 {
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.list-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
}

.heading-4 {
  color: #fff;
}

.container-5 {
  background-image: url('../images/router-3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .49) 60%, #fff 91%), url('../images/laser-level.webp');
  background-position: 0 0, 50% 0;
  border: 1px #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-6 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 10px 0;
  font-size: 16px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 44px;
}

.paragraph-4 {
  color: #fff;
  text-align: justify;
  text-shadow: 1px 1px 2px #000;
  background-color: rgba(22, 22, 22, .26);
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
}

.bold-text {
  text-align: left;
  font-size: 26px;
}

.div-block-3 {
  width: auto;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.team-circles {
  background-color: #e5e5e5;
  border: 1px #000;
  padding: 10px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a2a2a2;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  outline-offset: 0px;
  object-fit: cover;
  border: 1px #20c788;
  border-radius: 50%;
  outline: 3px #333;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph-5 {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-6 {
  height: auto;
  max-height: none;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 50px;
  display: block;
}

.paragraph-white {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.html-embed-3 {
  margin-top: 0;
  padding: 5px;
}

.heading-7, .heading-8 {
  color: #fff;
}

.heading-9 {
  color: #fff;
  font-size: 18px;
}

.heading-10 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.block-quote {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.italic-text {
  font-size: 15px;
  line-height: 1.2;
}

.main-heading {
  color: #39b54a;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 22px 22px 22px 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 58px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-size: 72px;
}

.section-4 {
  margin-top: 62px;
  margin-bottom: 140px;
}

.column-2, .column-3, .column-4 {
  justify-content: center;
  display: flex;
}

.image-3, .image-4, .image-5 {
  padding: 6px;
}

.button-2 {
  text-shadow: 1px 1px 2px #000;
  background-color: #20c788;
  font-size: 18px;
}

.paragraph-7 {
  text-shadow: 1px 1px 2px #696d6a;
  background-color: rgba(255, 255, 255, .58);
  padding: 16px;
  font-weight: 400;
}

.icon-3 {
  display: none;
}

.flex-sb {
  border-bottom-color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0 1.33em;
  display: flex;
}

.flex-sb.no-pad {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.flex-sb.pad-tb {
  padding-top: 1em;
  padding-bottom: 1em;
}

.cart-list {
  padding: 0 0 0 0;
}

.web-payments {
  margin-bottom: -8px;
}

.social-links {
  width: 100%;
  grid-column-gap: 1rem;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1em;
  display: flex;
}

.cart-info {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

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

.text {
  height: auto;
  min-width: 0;
  color: #000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.text.underline-info {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.text.left-marg {
  margin-left: 1em;
}

.text.bracket {
  margin-left: 8px;
}

.text.white {
  color: #fff;
}

.text.underline {
  cursor: pointer;
}

.text.quantity {
  width: 4rem;
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: .6em 1em;
}

.info-detail {
  z-index: 5;
  width: 40%;
  height: 40vh;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  display: flex;
  position: relative;
}

.cart-footer {
  padding: 0;
}

.cart-item-2 {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

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

.cart-container {
  box-shadow: none;
  border: 1px solid #000;
}

.cart-img {
  width: 6rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.wrapper-2.fh-sb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-2.fv-sb {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.cart-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.error-state {
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 1em;
}

.screen {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.spacer {
  display: none;
}

.details-info {
  height: 100%;
  flex-direction: column;
  grid-template-rows: 70% auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.info-hold {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  height: 504vw;
}

.collection-list-wrapper {
  width: 252vw;
  height: 42vw;
}

.logo-icon {
  width: 1.2rem;
}

.info-open-wrapper {
  z-index: 4;
  width: 252vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-wrapper {
  width: 100%;
  height: auto;
  grid-column-gap: 1.33em;
  grid-row-gap: 1.33em;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1.33em;
  display: grid;
}

.remove-button {
  margin-bottom: 1em;
}

.button-3 {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 0 solid #000;
  justify-content: center;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: .8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.black {
  width: 100%;
  color: #fff;
  background-color: #000;
  border-radius: 0;
  margin-top: 0;
  padding: .7em 0 .8em;
  font-weight: 400;
}

.close-detail {
  width: auto;
  height: auto;
  cursor: pointer;
  padding-top: .6em;
  padding-bottom: .6em;
}

.collection-item {
  width: 21vw;
  height: 21vw;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
  position: relative;
  overflow: hidden;
}

.underline {
  cursor: pointer;
  border-bottom: 1px solid #000;
  display: inline;
}

.copy-symbol {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.team-slider-2 {
  background-color: #e4e4e4;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
}

.team-slide-wrapper-2 {
  width: 45%;
  margin-right: 5%;
}

.team-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px #cecece;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.team-member-image-two-2 {
  max-width: 50%;
  border: 1px solid #857f7f;
  align-self: center;
  margin-bottom: 0;
  display: inline-block;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.team-circles-2 {
  color: #0c0c0c;
  background-color: rgba(224, 224, 224, 0);
  background-image: linear-gradient(#9e9e9e, #292929 92%, #000 98%, #000);
  border: 1px #000;
  padding: 10px 30px 14px;
  position: relative;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.paragraph-8 {
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  background-color: #727272;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-9, .paragraph-10 {
  text-align: left;
  line-height: 20px;
}

.paragraph-11 {
  text-align: left;
  line-height: 18px;
}

.paragraph-12 {
  text-align: left;
  line-height: 20px;
}

.container-header {
  max-width: 75%;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.container-header.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns-2 {
  display: block;
}

.container-11 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-12 {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.container-13 {
  max-height: 130px;
}

.hero-heading-center-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 10px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  min-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #6d6d6d;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.centered-heading-4.margin-bottom-32px {
  color: #5c5c5c;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
  font-weight: 400;
}

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

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: justify;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  max-width: 100%;
  align-self: auto;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.paragraph-13 {
  text-align: justify;
}

.home-show-case-para {
  color: #424242;
  text-align: justify;
  margin: 5px;
  padding: 5px;
}

.button-4 {
  background-color: #5a5a5a;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-15 {
  margin-top: 44px;
}

.fine-print {
  max-width: 100%;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
}

.list-item-2 {
  margin-bottom: 10px;
}

.list-item-3, .list-item-4 {
  margin-bottom: 0;
}

.list-3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-4 {
  margin-top: 0;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-14 {
  text-align: justify;
  margin-top: 10px;
  line-height: 1.5;
}

.heading-13 {
  color: #fff;
  text-align: center;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 48px;
}

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

.container-17 {
  padding-top: 12px;
  padding-bottom: 21px;
}

.hero-section-stanford {
  height: 600px;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/stanford-headline-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.hero-section-stanford.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-stanford.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-18 {
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.hero-section-home-page {
  height: 600px;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/windsor-part-deck.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
  display: none;
}

.hero-section-home-page.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-home-page.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-model-page {
  height: auto;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cambridge-garage-vista-split.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-model-page.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-model-page.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-berkeley {
  height: auto;
  max-height: none;
  min-height: 600px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/berkely-headline-image.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-berkeley.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-berkeley.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-6 {
  float: left;
  margin: 5px;
  padding: 5px;
}

.image-7 {
  margin: 5px;
  padding: 5px;
}

.image-8 {
  margin: 5px 5px 0;
  padding: 5px 5px 0;
}

.section-5 {
  background-color: #e5e5e5;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-16 {
  text-align: center;
  margin: 5px;
  padding: 5px;
  font-weight: 500;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
}

.heading-18 {
  color: #696969;
  text-shadow: 1px 1px 2px #000;
  margin-top: 10px;
  font-weight: 600;
}

.section-6 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  display: block;
}

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

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.hero-section-cambridge {
  height: 500px;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cambridge-headline-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-cambridge.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-cambridge.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-20 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.hero-section-berkeley-copy {
  height: 600px;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/berkeley-garage-vista-right.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-berkeley-copy.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-berkeley-copy.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-3 {
  color: #295c6e;
  font-size: 14px;
  font-weight: 300;
}

.dropdown-link {
  color: #000;
  background-color: #fff;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #e7e7e7;
}

.dropdown-toggle {
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-toggle.w--open {
  padding-top: 0;
}

.dropdown-list {
  padding-top: 3px;
}

.dropdown-list.w--open {
  margin-top: 29px;
  padding-top: 0;
}

.team-circles-3 {
  color: #fff;
  background-image: linear-gradient(to top, #000, #a0a0a0 76%);
  border: 1px #000;
  padding: 10px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  max-width: 530px;
  color: #252525;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.team-grid-3 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  text-shadow: 3px 0 1px #000, 0 0 2px #000;
  font-size: 48px;
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 5px;
}

.link-block-2 {
  color: #eb9581;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.heading-19 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  background-color: #8a8a8a;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  display: flex;
}

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

.heading-20 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 10px;
}

.paragraph-white-quote {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  background-color: #818181;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.hero-section-layout {
  height: auto;
  max-height: none;
  min-height: 300px;
  background-color: rgba(182, 53, 53, .36);
  background-image: url('../images/cambridge-headline-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-layout.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-layout.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

.grid-3 {
  height: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-flow: row;
  align-self: center;
}

.heading-21 {
  color: #646464;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.section-9 {
  margin-top: 10px;
  margin-bottom: 26px;
}

.container-23 {
  margin-bottom: 10px;
}

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

.hero-heading-technology {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 10px 30px;
  position: relative;
}

.container-24 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-10 {
  height: 100%;
  max-width: 300px;
}

.image-11 {
  max-width: 450px;
}

.heading-22 {
  color: #505050;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.link-block-3 {
  padding: 10px;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-13 {
  height: 100%;
  max-height: 100%;
}

.image-14 {
  max-height: 150px;
}

.image-15 {
  max-height: 150px;
  position: absolute;
}

.image-16 {
  max-height: 150px;
}

.image-17 {
  height: 100%;
  max-width: none;
}

.image-18, .image-19 {
  height: 100%;
}

.image-20 {
  height: 100%;
}

.image-21 {
  height: 100%;
}

.image-22, .image-23, .image-24, .image-25, .image-26 {
  height: 100%;
}

.image-27, .image-28 {
  height: 100%;
  max-width: 295px;
}

.image-29, .image-30 {
  height: 100%;
  max-width: 294px;
}

.image-13-copy {
  height: 100%;
  max-height: 100%;
}

.column-10 {
  justify-content: center;
  display: flex;
}

.thumbnail-block {
  width: 5%;
  height: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.container-25 {
  margin-bottom: 70px;
  padding-bottom: 14px;
}

.heading-23 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 46px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
}

.link-block-4 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.paragraph-17 {
  color: #5c5c5c;
}

.paragraph-18 {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
  background-color: #39b54a;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.container-26 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.link-block-5 {
  justify-content: center;
}

.link-block-5.w--current {
  justify-content: center;
  display: flex;
}

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

.column-11 {
  justify-content: center;
  display: flex;
}

.heading-24 {
  color: #383838;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
}

.image-31 {
  padding-bottom: 22px;
}

.container-27 {
  justify-content: center;
  display: flex;
}

.image-32 {
  width: 100%;
  padding: 5px;
}

.section-10 {
  background-color: #5f5f5f;
}

.container-28 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 0;
  display: flex;
}

.image-33 {
  padding: 5px;
}

.column-12, .column-13 {
  padding-left: 5px;
}

.image-34 {
  padding-top: 20px;
}

.hero-heading-center-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.container-29 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-6.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  float: left;
  align-self: center;
  margin: 10px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image-float-left {
  width: 35%;
  float: left;
  margin: 5px;
  padding: 5px;
}

.image-float-right {
  width: 30%;
  float: right;
  margin: 5px;
  padding: 5px;
}

.image-35 {
  float: left;
  margin: 5px;
  padding: 5px;
}

.section-13 {
  background-color: #fff;
  margin-bottom: 20px;
}

.section-14 {
  background-color: #f3f3f3;
}

.section-light-grey {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  display: block;
}

.column-15 {
  padding: 5px;
}

.list-item-check-green {
  color: #424242;
  background-image: url('../images/check-mark_1check-mark.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 0;
  padding: 5px 0 5px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  list-style-type: none;
}

.list-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.list-green-bg {
  background-color: rgba(57, 181, 74, .22);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}

.paragraph-green-bg {
  color: #494949;
  text-align: left;
  background-color: #d4efd7;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

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

.section-16 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}

.lightbox-link {
  float: right;
}

.image-37 {
  float: right;
  margin: 5px;
  padding: 5px;
}

.lightbox-link-2, .lightbox-link-3 {
  float: right;
}

.image-38 {
  margin: 5px;
  padding: 5px;
}

.paragraph-0-margin {
  float: none;
  clear: none;
  color: #494949;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 0;
  padding: 5px 5px 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
  position: relative;
}

.heading-25 {
  color: #636363;
  background-color: #b6b6b6;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 22px;
}

.heading-26 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.column-pricing {
  background-color: #747474;
  padding: 5px;
}

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

.heading-27 {
  color: #585858;
}

.heading-cursive-grey {
  color: #646464;
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 400;
}

.hero-section-model-montage {
  height: 600px;
  max-height: none;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/all-models-overlay000.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0;
}

.hero-section-model-montage.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/router-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section-model-montage.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/adam-solomon-WHUDOzd5IYU-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-17 {
  height: 40vh;
}

.background-video {
  height: 100%;
  min-height: 100%;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.button-5 {
  width: 350px;
  height: 40px;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, .71);
  background-color: #39b54a;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 22px;
  display: flex;
}

.div-block-9 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.heading-28 {
  text-align: center;
  font-weight: 400;
}

.heading-29 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  background-color: rgba(70, 70, 70, .57);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 36px;
  font-weight: 700;
}

.play-pause-button {
  display: none;
}

.paragraph-20 {
  text-align: center;
  font-size: 12px;
}

.paragraph-21 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.1;
}

.content-section-footer {
  background-color: #6b6b6b;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section-footer.why-acme-sections, .content-section-footer.featured-section {
  padding-bottom: 0;
}

.list-item-faq {
  color: #424242;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-22 {
  color: #383838;
  text-align: center;
  font-size: 14px;
}

.link {
  color: #1976d2;
  text-decoration: none;
}

.paragraph-23 {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.link-2 {
  color: #1976d2;
  text-decoration: none;
}

.header-faq {
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/faq.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-24, .list-dp-question {
  color: #000;
}

.paragraph-25 {
  color: #636363;
}

.list-dp-answer {
  color: #636363;
  margin-left: 10px;
  font-weight: 400;
}

.section-18 {
  height: 100vh;
}

.section-19 {
  height: 70vh;
  min-height: auto;
}

.video-overlay-italics {
  text-align: center;
  margin-bottom: 16px;
}

.video-overlay-italics.margin-bottom-32px {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 400;
}

.link-3 {
  color: #303030;
  text-decoration: none;
}

.link-4 {
  color: #646464;
  text-decoration: none;
}

.link-5 {
  color: #424242;
  text-decoration: none;
}

.container-30 {
  justify-content: center;
  display: flex;
}

.floorplan-title {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.lightbox-link-4 {
  margin-bottom: 10px;
}

.div-block-10 {
  margin: 0;
}

.container-features {
  max-width: 850px;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.container-features.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-6 {
  color: #5783eb;
  text-decoration: none;
}

.link-7 {
  color: #5768eb;
  text-decoration: none;
}

.link-8 {
  color: #577eeb;
  text-decoration: none;
}

.header-tech-page {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  border: 1px #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lower-header-info-block {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
  background-color: #39b54a;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.paragraph-26 {
  color: #535353;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.link-9, .link-10 {
  color: #535353;
  text-decoration: none;
}

.columns-7 {
  display: none;
}

.paragraph-27 {
  color: #414141;
}

.paragraph-28 {
  color: #272727;
  align-items: flex-end;
  display: flex;
}

.paragraph-0-margin-white {
  color: #494949;
  text-align: left;
  background-color: #fff;
  align-self: center;
  margin: 0;
  padding: 5px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-price-home {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  background-color: #39b54a;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.div-block-11 {
  min-height: auto;
}

.heading-30 {
  color: #6e6e6e;
  font-weight: 500;
}

.heading-31 {
  font-size: 24px;
  font-weight: 400;
}

.paragraph-29 {
  margin-bottom: 0;
  padding: 10px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-30 {
  color: #db2e2e;
  font-style: italic;
  font-weight: 300;
}

.italic-text-2 {
  color: #000;
  font-weight: 600;
}

.link-11 {
  color: #636bff;
}

.bold-text-2 {
  color: #1976d2;
  font-weight: 500;
  text-decoration: none;
}

.link-12 {
  color: #0a54ff;
}

.text-wrapper {
  color: #fff;
  background-color: #dd4a4a;
  padding: 20px;
  position: absolute;
}

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

.image-39 {
  padding-top: 0;
}

.text-span {
  color: #5c5c5c;
  font-size: 20px;
}

.house-price {
  min-width: auto;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  background-color: #39b54a;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.container-house-title {
  max-width: 850px;
  background-color: #39b54a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.container-house-title.contact {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.house-title-white {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7 {
  font-style: normal;
}

.house-price-para {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.paragraph-31 {
  color: #575656;
  font-size: 14px;
}

.image-40 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-12 {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tooltip-trigger {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 2px 2px #b3b3b3;
}

.image-41, .info-icon {
  width: 20px;
}

.tooltip {
  z-index: 10;
  min-width: 110px;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 7px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 135%;
  left: -40px;
  right: 0%;
}

.paragraph-32 {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
}

.tooltip-wrapper {
  position: relative;
}

.tooltip-dot {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .17);
}

.side-menu {
  max-width: 240px;
  color: #fff;
  cursor: move;
  background-color: rgba(0, 0, 0, .94);
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px rgba(0, 0, 0, .12);
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.tooltip__line-vert {
  width: 2px;
  height: 20px;
  background-color: #cfcfcf;
}

.db-link-wrapper {
  width: 100%;
  background-color: #3cc47c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 60px 15px;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3cc47c;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.tooltip__text {
  width: 110px;
  color: #8c26cc;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -115px;
}

.tooltip__line-hor {
  width: 20px;
  height: 2px;
  background-color: #cfcfcf;
  position: absolute;
}

.section-21 {
  height: 100vh;
  background-image: linear-gradient(225deg, #c238ec, #6419b4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tooltip-content---brix {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-200 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  cursor: pointer;
  cursor: pointer;
  font-weight: 700;
}

.paragraph-small {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: -8px;
  right: auto;
}

.tooltip-arrow.bottom {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: -9px;
  left: 0%;
  right: 0%;
  transform: rotate(-90deg);
}

.tooltip-arrow.right {
  top: 34%;
  bottom: auto;
  left: auto;
  right: -8px;
  transform: rotate(180deg);
}

.tooltip-arrow.top {
  margin-left: auto;
  margin-right: auto;
  top: -9px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(90deg);
}

.tooltip-float {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float.top {
  top: -284%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.tooltip-float.right {
  max-width: 200px;
  flex: 1;
  top: 0%;
  bottom: 0%;
  left: 113%;
  right: auto;
}

.tooltip-float.left {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 112%;
}

.tooltip-float.bottom {
  display: block;
  top: auto;
  bottom: -284%;
  left: auto;
  right: -15%;
}

.tooltip-float.top {
  display: none;
  top: -284%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.tooltip-float.bottom {
  top: auto;
  bottom: -284%;
  left: auto;
  right: -15%;
}

.tooltip-v1 {
  max-width: 200px;
  min-height: 42px;
  min-width: 100px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: none;
  box-shadow: 4px 4px 14px rgba(8, 15, 52, .04), 1px 1px 1px rgba(23, 15, 73, .04), 0 0 1px rgba(23, 15, 73, .03);
}

.tooltip-v1.center-content {
  max-width: 350px;
  color: #202020;
  text-align: center;
  text-align: center;
  background-color: #b5f9e0;
  justify-content: center;
  display: none;
}

.grid-4-column {
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #f7f7fb;
  border-radius: 20px;
  transform: translate(0);
}

.cloneable-container-default.center {
  min-height: auto;
  border-radius: 0;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-small-2 {
  color: #4b4b4b;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.link-13 {
  color: #2b348d;
}

.para-inquiry {
  max-width: 850px;
  color: #333;
  background-color: rgba(57, 181, 74, .36);
  margin: 0;
  padding: 9px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
}

.link-14 {
  color: #2a4a81;
}

.link-15 {
  color: #3364a3;
}

.container-35 {
  background-color: #ededed;
  margin-top: 79px;
}

.container-36 {
  max-width: 55%;
  justify-content: center;
  display: flex;
}

.link-16 {
  color: #4b58c0;
}

.link-blue {
  color: #375fa3;
  align-self: auto;
}

.container-inquiry, .html-embed-5 {
  justify-content: center;
  display: flex;
}

.columns-9 {
  max-width: 30%;
  margin-left: 0;
  margin-right: 0;
}

.heading-32 {
  font-size: 22px;
  font-weight: 500;
}

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

.image-medaia-icon {
  width: 100px;
  max-width: none;
}

.section-22 {
  background-color: #e7e7e7;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.tooltip-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.tooltip-section.links {
  font-size: 16px;
}

.tooltip-anchor {
  z-index: 100;
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.tooltip-anchor.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  top: auto;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.tooltip-title {
  color: #fff;
  margin: 5px 10px 5px 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.tooltip-onhover {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.space {
  width: 50px;
  height: 50px;
  flex: none;
}

.tooltip-link {
  width: 100%;
  height: 35px;
  max-width: 99.9999%;
  color: #fff;
  background-color: #39b54a;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.relative {
  color: #f8f8f8;
  padding: 5px;
  font-weight: 300;
  position: relative;
}

.tooltip-content {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.tooltip-wrapper-2 {
  width: 85%;
  color: #112953;
  text-align: left;
  background-color: rgba(250, 251, 254, .57);
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  margin-left: auto;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.tooltip-container {
  z-index: 3;
  background-color: #343434;
  border-radius: 9px;
  padding: 5px;
  font-size: 12.5px;
  display: block;
  position: relative;
  box-shadow: 2px 5px 6px rgba(47, 82, 39, .2);
}

.tooltip-diamond {
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px rgba(45, 62, 80, .06);
}

.tooltip-diamond.bottom {
  margin-left: 208px;
  top: auto;
  bottom: -7px;
}

.tooltip-diamond.top {
  background-color: #343434;
  display: block;
}

.image-44 {
  width: 100%;
}

.para-tooltip {
  color: #fff;
  text-align: left;
  margin: 5px 10px;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.column-16 {
  justify-content: center;
  display: flex;
}

.div-block-13 {
  margin-left: 10px;
  margin-right: 10px;
}

.tooltip-link-10pxmargin {
  width: 100%;
  height: 35px;
  max-width: 99.9999%;
  color: #fff;
  text-shadow: 0 2px 2px #000;
  background-color: #39b54a;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.heading-33 {
  text-align: center;
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.list-item-5 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.list-item-check-thumb-up {
  color: #424242;
  background-image: url('../images/thumb-up.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 0;
  padding: 5px 0 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  list-style-type: none;
}

.list-item-check-thumb-down {
  color: #424242;
  background-image: url('../images/cross.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 0;
  padding: 5px 0 5px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  list-style-type: none;
}

.list-8 {
  margin-left: 0;
  padding-left: 0;
}

.list-9 {
  padding-left: 0;
}

.paragraph-33, .link-white {
  color: #fff;
}

.container-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tooltip-anchor-2 {
  z-index: 100;
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.tooltip-anchor-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.tooltip-anchor-2.top {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 72px;
  margin-left: 15px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  top: auto;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.tooltip-anchor-2.top.w--open {
  display: flex;
}

.tooltip-title-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.tooltip-onclick {
  margin: 0 0 0 4px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tooltip-link-2 {
  height: 1.5em;
  color: #2962ff;
  border-bottom: 1px dashed #2962ff;
  display: inline-block;
}

.relative-2 {
  color: #fff;
  position: relative;
}

.tooltip-wrapper-3 {
  width: 250px;
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.tooltip-container-2 {
  z-index: 3;
  background-color: #3f3f40;
  border-radius: 9px;
  padding: 7px;
  font-size: 12.5px;
  position: relative;
}

.div-block-14 {
  display: block;
}

.div-block-15 {
  background-color: #39b54a;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
  display: none;
}

.paragraph-34 {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-35 {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.info-icon {
  width: auto;
  max-width: 30px;
  margin-bottom: 0;
  font-size: 15px;
}

.container-40 {
  justify-content: center;
  display: flex;
}

.button-6 {
  background-color: #39b54a;
  border-radius: 5px;
}

.button-6.w--current {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .97);
  background-color: #39b54a;
  font-weight: 400;
}

.section-23 {
  height: 100px;
  background-image: linear-gradient(#000, #fff);
}

.heading-34 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-36 {
  font-weight: 300;
}

.header-news {
  height: 450px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/news.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-2 {
  color: #f35959;
  font-style: italic;
}

.text-span-3 {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 28px;
}

.news-greybg {
  background-color: #ececec;
}

.news-whitebg {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-4 {
  color: #e53935;
  font-style: italic;
}

.bold-text-5 {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 400;
}

.image-45 {
  float: left;
  padding: 10px;
}

.container-41 {
  padding: 10px;
}

.para-pricing-left {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.para-pricing-right {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.columns-11 {
  width: 800px;
}

.container-42 {
  background-color: #f1f1f1;
  justify-content: center;
  display: flex;
}

.paragraph-37 {
  color: #494949;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.container-43 {
  margin-top: 27px;
}

.text-span-5 {
  color: #fff;
  background-color: #39b54a;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-6, .text-span-6 {
  color: #fff;
  background-color: #39b54a;
  padding: 10px;
}

.text-span-7 {
  color: #fff;
  background-color: #39b54a;
  padding: 11px;
}

.text-span-8 {
  color: #fff;
  background-color: #39b54a;
  padding: 10px;
}

.heading-35 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.container-pricing-extra {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-36 {
  text-align: center;
  font-size: 24px;
}

.paragraph-38 {
  color: #fff;
  background-color: #3b3b3b;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-37 {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
}

.heading-38 {
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.container-44 {
  margin-bottom: 45px;
}

.section-24 {
  background-color: #fff;
  margin-bottom: 28px;
  display: block;
}

.social-embed {
  display: block;
}

.container-45 {
  display: none;
}

.text-span-9 {
  font-size: 20px;
  font-style: italic;
}

.video-technology {
  height: 100%;
  min-height: 100%;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.background-video-2 {
  position: relative;
}

.html-embed-7 {
  justify-content: center;
  display: flex;
}

.html-embed-8 {
  float: left;
  clear: none;
  position: relative;
  top: auto;
}

.background-video-3 {
  margin: 10px;
  padding: 0;
}

.lightbox-link-6 {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-self: center;
  display: flex;
}

.background-video-4 {
  max-height: 100%;
}

.div-block-21 {
  width: 100%;
  height: auto;
}

.container-50 {
  justify-content: center;
  display: flex;
}

.text-span-10 {
  text-align: right;
  font-size: 16px;
}

.heading-5-dark {
  color: #4e4e4e;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 44px;
}

.image-48 {
  float: left;
  padding: 10px;
}

.html-embed-9 {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-39 {
  color: #fff;
  text-align: center;
  background-color: #575757;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
}

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

.heading-41 {
  color: #2b2a2a;
  text-align: center;
  font-size: 24px;
}

.html-embed-10 {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph-39 {
  font-weight: 400;
}

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

.paragraph-white-ctr {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.div-block-23, .div-block-24, .div-block-25 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-section-dark {
  background-color: #7a7a7a;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-section-dark.why-acme-sections, .content-section-dark.featured-section {
  padding-bottom: 0;
}

.div-block-26 {
  flex-direction: column;
  display: flex;
}

.section-25 {
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
}

.video {
  float: none;
  clear: none;
}

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

.centered-heading-7 {
  color: #404047;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.heading-42 {
  color: #2b2d2e;
  text-align: justify;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.video-2 {
  float: left;
}

.column-19 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-53 {
  flex-direction: row;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.columns-14 {
  align-items: flex-start;
  display: flex;
}

.columns-15 {
  margin-left: 0;
  margin-right: 0;
}

.section-26 {
  margin-top: 60px;
  margin-bottom: 48px;
}

.image-float-right-larger {
  width: 40%;
  float: right;
  margin: 5px;
  padding: 5px;
}

.container-54 {
  margin-top: 27px;
}

.centered-heading-green {
  color: #39b54a;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.centered-heading-green.margin-bottom-32px {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.header-community-page {
  height: auto;
  background-color: #fff;
  border: 1px #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-lightbox-list {
  max-width: 27em;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gallery-lightbox-wrapper {
  width: 8vw;
  height: 8vw;
  max-height: 10em;
  max-width: 10em;
  min-height: 8em;
  min-width: 8em;
  border-radius: .9em;
  overflow: hidden;
}

.cta-link {
  color: #272531;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  text-decoration: none;
}

.cta-link.is-bright {
  color: #fffbf5;
}

.gallery-item-content-wrapper {
  z-index: 3;
  max-width: 100%;
  min-height: 100vh;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
  overflow: visible;
}

.gallery-item-sticky {
  width: 100%;
  height: 100vh;
  color: #fffbf5;
  background-color: #1f1f1f;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-gallery-item-last {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.gallery-lightbox-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .9em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.gallery-lightbox-thumbnail:hover {
  transform: scale(1.15);
}

.gallery-item-media {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(29, 110, 56, .83);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gutter-outside {
  background-color: rgba(70, 69, 69, .48);
  margin-left: 135px;
  padding-top: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

.lightbox-bg-image-wrapper {
  opacity: .7;
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.title1 {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1;
}

.p-xs-start {
  padding-top: 1.1em;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.copy-medium.text-semibold {
  text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  font-size: 1.2em;
}

.gallery-item-content-inner {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 10em;
}

.gallery-item-media-gradient {
  z-index: 2;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(218, 218, 218, 0), rgba(21, 20, 26, .78));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-28 {
  margin-top: 70px;
}

.heading-43 {
  justify-content: center;
  display: flex;
}

.lightbox-link-7 {
  justify-content: center;
  margin-top: 13px;
  margin-left: 0;
  display: flex;
}

.image-49 {
  width: 40%;
  max-width: none;
  padding-left: 14px;
  padding-right: 14px;
}

.link-17 {
  color: #fff;
}

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

.image-50 {
  height: 150px;
}

.image-51, .image-52, .image-53 {
  height: 200px;
}

.paragraph-40 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

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

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

.inner-container._600px.center {
  width: 75%;
  max-width: none;
}

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

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

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

.section-27 {
  background-color: #fff;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.grid-3-columns.gallery-v5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.container-default-2 {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-44 {
  margin-top: 10px;
}

.paragraph-41 {
  font-weight: 400;
  line-height: 1.2;
}

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

.div-block-29 {
  text-align: left;
  padding-right: 0;
}

.container-56 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.image-56 {
  max-width: 40%;
  min-width: 400px;
  align-self: center;
}

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

.paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 20px;
}

.container-57 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .61);
  background-color: rgba(51, 52, 51, .62);
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

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

.section-hero {
  display: none;
  position: relative;
}

.text-colour-white {
  color: #fff;
}

.heading-paragraph-shadow {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, .27);
  font-size: 20px;
}

.timeline-hero_heading-wrapper {
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-57 {
  background-color: rgba(255, 250, 250, .81);
  padding: 6px;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}

.timeline_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: linear-gradient(#0a563d, #f9f9f9 51%, #fff 95%, #6248ff);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

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

.timeline_quote-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-right: 24px;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_text {
  color: #fff;
  padding: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

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

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
  position: absolute;
}

.padding-vertical-xlarge {
  padding-top: 18px;
  padding-bottom: 40px;
}

.footer_text-wrapper {
  max-width: 640px;
  text-align: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-shadow {
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, .47);
  background-color: rgba(0, 0, 0, .38);
  border-radius: 4px;
  font-size: 48px;
}

.subheading-shadow {
  color: #fff;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, .5);
  background-color: rgba(0, 0, 0, .27);
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.timeline-main_heading-wrapper {
  max-width: 640px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-nav {
  width: 90vw;
  max-width: 1360px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_image-wrapper {
  background-image: none;
  border: 0 #000;
  border-radius: 5px;
  overflow: hidden;
}

.overlay-fade-top {
  height: 80px;
  background-image: linear-gradient(#0a0a0a, rgba(10, 10, 10, 0));
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_component {
  max-width: 1120px;
  opacity: 1;
  outline-offset: 0px;
  transform-origin: 0 100%;
  outline: 3px #666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

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

.page-wrapper-2 {
  z-index: 0;
  position: relative;
}

.button-7 {
  text-shadow: none;
  background-color: #39b54a;
  margin-top: 10px;
  padding: 5px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  height: 80px;
  background-image: linear-gradient(to top, #0a0a0a, rgba(10, 10, 10, 0));
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav_button-wrapper {
  display: none;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.relume-link {
  width: 300px;
  height: 33.33px;
  position: relative;
}

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

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/berkely-headline-image.jpg');
  background-position: 25% 25%;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

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

.section-footer {
  position: relative;
}

.section-timeline-heading {
  background-color: #0a0a0a;
  display: none;
}

.timeline_quote {
  color: #fff;
  text-shadow: none;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.timeline_text-2 {
  color: #2a2828;
  text-shadow: none;
  padding: 5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.timeline_date-text-2 {
  width: 100%;
  color: #000;
  letter-spacing: -.03em;
  text-shadow: none;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.image-59 {
  width: 100%;
  max-width: none;
  padding: 5px;
}

.image-description {
  color: #292626;
  text-shadow: none;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.background-layer-2 {
  z-index: 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/berkely-headline-image.jpg');
  background-position: 25% 25%;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_component-2 {
  max-width: 1120px;
  opacity: 1;
  outline-offset: 0px;
  transform-origin: 0 100%;
  outline: 3px #666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-60 {
  margin-top: 28px;
}

.timeline_quote-2 {
  color: #333131;
  text-shadow: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.timeline_quote-wrapper-2 {
  border: 1px solid #383636;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.section-timeline-2 {
  z-index: -3;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .61);
  background-color: #fff;
  margin-top: auto;
  position: relative;
}

.timeline_quote-image-2 {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-right: 24px;
}

.heading-paragraph-shadow-2 {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, .66);
  padding: 5px;
  font-size: 20px;
  font-weight: 300;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0 6px 6px;
}

.heading-shadow-2 {
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, .47);
  background-color: rgba(0, 0, 0, .66);
  border-radius: 4px;
  padding: 5px;
  font-size: 48px;
}

.timeline_item-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.button-8 {
  text-shadow: none;
  background-color: #39b54a;
  margin-top: 10px;
  padding: 5px;
}

.timeline_progress-bar-2 {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #20c788;
  background-image: none;
  position: fixed;
  top: 0;
  bottom: 162.2vh;
  left: auto;
  right: auto;
}

.timeline_quote-title-2 {
  color: #444242;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
}

.timeline_quote-text-wrapper-2 {
  flex: 1;
}

.section-29 {
  height: 40vh;
  position: -webkit-sticky;
  position: sticky;
}

.background-video-6 {
  height: 100%;
  min-height: 100%;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-30 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.heading-45 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background-color: rgba(70, 70, 70, .57);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 36px;
  font-weight: 700;
}

.button-9 {
  width: auto;
  height: 40px;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, .71);
  background-color: #39b54a;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 22px;
  display: flex;
}

.section-30 {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
}

.container-58 {
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
}

.heading-46 {
  color: #2b2a2a;
  text-align: center;
  font-size: 24px;
}

.html-embed-11 {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph-42 {
  font-weight: 400;
}

.column-21 {
  justify-content: center;
  display: flex;
}

.image-61 {
  padding: 6px;
}

.columns-17 {
  display: block;
}

.column-22 {
  justify-content: center;
  display: flex;
}

.footer-2 {
  color: #5a5a5a;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
}

.html-embed-12 {
  margin-top: 0;
  padding: 5px;
}

.column-23 {
  justify-content: center;
  display: flex;
}

.heading-47 {
  color: #404040;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
}

.container-59 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.html-embed-13 {
  text-align: center;
  margin-bottom: 20px;
}

.column-24 {
  justify-content: center;
  display: flex;
}

.link-block-6 {
  justify-content: center;
  padding: 10px;
  display: flex;
}

.link-block-6.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paragraph-43 {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.container-60 {
  max-width: 850px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

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

.timeline_item-2-showhome {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.nav-link-2 {
  width: auto;
  color: #414141;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 300;
  transition: all .3s;
  display: block;
}

.nav-link-2:hover {
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  font-weight: 500;
}

.nav-link-2:active {
  color: #535353;
}

.nav-link-2:focus {
  color: #4c3434;
}

.nav-link-2.w--current {
  color: #313131;
}

.nav-link-2.w--current:hover {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-2 {
  font-size: 14px;
  display: flex;
}

.link-block-7 {
  justify-content: center;
}

.link-block-7.w--current {
  justify-content: center;
  display: flex;
}

.image-63 {
  width: 350px;
  max-width: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.link-19 {
  color: #535353;
  text-decoration: none;
}

.paragraph-44 {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
  background-color: #39b54a;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.column-25 {
  justify-content: center;
  display: flex;
}

.link-20 {
  color: #535353;
  text-decoration: none;
}

.list-10 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.column-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-31 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  display: block;
}

.list-item-6 {
  color: #424242;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-64 {
  margin: 5px;
  padding: 5px;
}

.container-62 {
  justify-content: center;
  display: flex;
}

.image-65 {
  margin: 5px 5px 0;
  padding: 5px 5px 0;
}

.heading-48 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.container-63 {
  max-width: 850px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slide {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slide__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  border: 2px solid #b6ffe4;
  transform: translate(120px)rotate(3deg)scale(.8);
  box-shadow: 5px -4px 9px rgba(0, 0, 0, .5);
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  border: 2px solid #b6ffe4;
  transform: translate(-120px)rotate(-3deg)scale(.8);
  box-shadow: 4px -4px 9px rgba(0, 0, 0, .5);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
  border: 2px solid #b6ffe4;
  box-shadow: 5px -4px 9px rgba(0, 0, 0, .5);
}

.slider {
  width: 600px;
  height: 450px;
  background-color: rgba(0, 0, 0, 0);
}

.slider__arrow {
  width: 48px;
  height: 48px;
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.page-wrapper-4 {
  z-index: 9;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.accordion-wrapper {
  margin-top: 10px;
}

.fa-icon {
  color: #20c788;
  font-family: "Fa Solid 900", sans-serif;
}

.icon-5.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  padding-right: 10px;
  font-size: 32px;
  line-height: 30px;
  display: block;
}

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

.accordion-heading {
  color: #3c2f2f;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-45 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.accordion-item {
  background-color: #f1f1f1;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.content-wrapper-2 {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-2.slim {
  max-width: 940px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 75%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .hero-section {
    height: 750px;
    min-height: auto;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
  }

  .navbar {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .nav-link {
    font-size: 16px;
  }

  .support-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .support-top-heading {
    color: #fff;
  }

  .safe-section {
    background-image: linear-gradient(rgba(34, 34, 34, .17), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
    background-position: 0 0, 50%;
    border: 10px #000;
    padding-top: 0;
    display: block;
  }

  .safe-wrapper {
    margin-left: 223px;
  }

  .safe-heading {
    font-size: 60px;
  }

  .safe-paragraph {
    width: 80%;
  }

  .utility-page-wrap {
    background-image: linear-gradient(rgba(34, 34, 34, .42), #222 75%), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .body {
    background-color: #fff;
  }

  .paragraph {
    padding-top: 0;
    line-height: 1.2;
  }

  .image-2 {
    width: 300px;
    max-width: 100%;
    align-self: center;
  }

  .link-block.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    margin-bottom: 20px;
  }

  .container-3 {
    width: 75%;
  }

  .centered-heading {
    margin-top: 0;
    line-height: 42px;
  }

  .centered-subheading {
    line-height: 1.1;
  }

  .container-4 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 605px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 60px;
  }

  .text-block-2 {
    font-size: 38px;
  }

  .button {
    background-color: #39b54a;
  }

  .paragraph-3 {
    color: #fff;
  }

  .list-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-4 {
    color: #fff;
    font-family: Inter, sans-serif;
  }

  .section-3 {
    background-color: #525252;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .34) 37%, #fff 79%), url('../images/laser-level.webp');
    background-position: 0 0, 50% 0;
  }

  .container-6 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .heading-5 {
    color: #fff;
    text-align: center;
  }

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

  .team-circles {
    background-color: #ededed;
    background-image: none;
  }

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

  .team-card {
    background-color: #f5f5f5;
    border-color: #b5b5b5;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
    border: 2px solid #b9b9b9;
  }

  .paragraph-white {
    max-width: 850px;
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
  }

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

  .body-3 {
    background-color: #525252;
  }

  .block-quote {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #000;
  }

  .italic-text {
    font-size: 15px;
    line-height: 1.2;
  }

  .main-heading {
    color: #3eb453;
  }

  .button-2 {
    background-color: #39b54a;
  }

  .centered-subheading-3 {
    font-weight: 400;
  }

  .team-member-image-2 {
    width: 350px;
    height: 350px;
    max-height: none;
    border: 1px solid #000;
  }

  .paragraph-8 {
    font-size: 16px;
    font-weight: 400;
  }

  .container-header {
    max-width: 60%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

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

  .hero-heading-center-2 {
    border: 1px #000;
  }

  .centered-heading-4 {
    color: #fff;
    text-shadow: 1px 0 1px #000;
    background-color: #6d6d6d;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .centered-heading-4.margin-bottom-32px {
    font-size: 60px;
  }

  .paragraph-14 {
    margin-top: 10px;
  }

  .container-17 {
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 20px;
    display: flex;
  }

  .hero-section-stanford {
    height: 750px;
    min-height: auto;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
    display: block;
  }

  .hero-section-home-page {
    height: 750px;
    min-height: auto;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
    display: none;
  }

  .hero-section-model-page {
    height: auto;
    min-height: auto;
    background-image: url('../images/cambridge-garage-vista-split.jpg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
  }

  .hero-section-berkeley {
    height: auto;
    max-height: none;
    min-height: 800px;
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 20px;
  }

  .image-7 {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    background-color: #fff;
    border: 1px #000;
  }

  .section-6 {
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0);
  }

  .section-7 {
    background-color: #eaeaea;
  }

  .hero-section-cambridge {
    height: 750px;
    min-height: auto;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
  }

  .hero-section-berkeley-copy {
    height: 750px;
    min-height: auto;
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
  }

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

  .team-circles-3 {
    background-image: linear-gradient(to top, #000, #a0a0a0 76%);
  }

  .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .grid {
    margin-bottom: 10px;
  }

  .paragraph-white-quote {
    max-width: 850px;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
  }

  .hero-section-layout {
    height: auto;
    min-height: 450px;
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
  }

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

  .container-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading-21 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-23 {
    margin-bottom: 10px;
  }

  .paragraph-16 {
    margin-top: 10px;
  }

  .image-11 {
    max-width: 450px;
  }

  .columns-4 {
    height: 150px;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .image-13 {
    height: 100%;
  }

  .image-15, .image-16 {
    height: 150px;
    max-height: none;
    max-width: none;
  }

  .image-13-copy {
    height: 100%;
  }

  .column-10 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .container-25 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .heading-23 {
    font-weight: 500;
  }

  .paragraph-18 {
    direction: ltr;
    color: #fff;
    letter-spacing: .25px;
    text-transform: uppercase;
    background-color: #39b54a;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .link-block-5.w--current {
    justify-content: center;
    display: flex;
  }

  .shadow-two-3 {
    float: left;
  }

  .image-float-left {
    max-width: 50%;
    float: left;
    margin: 5px;
  }

  .image-float-right {
    width: 30%;
    max-width: none;
    float: right;
    margin: 5px;
  }

  .section-light-grey {
    padding-top: 0;
  }

  .image-36 {
    padding: 5px;
  }

  .list-item-check-green {
    background-size: 17px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-green-bg {
    padding-top: 0;
  }

  .paragraph-0-margin {
    margin-right: 0;
    padding-top: 0;
  }

  .hero-section-model-montage {
    height: 750px;
    min-height: auto;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 20px;
  }

  .section-17 {
    height: 40vh;
  }

  .background-video {
    background-color: rgba(0, 0, 0, .22);
    background-image: none;
  }

  .button-5 {
    width: 600px;
    height: 50px;
    font-size: 32px;
    line-height: 1.2;
  }

  .div-block-9 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .heading-29 {
    padding: 17px;
    font-size: 44px;
  }

  .list-item-faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-faq {
    height: 400px;
    background-color: #525252;
    background-image: url('../images/faq.webp');
    background-position: 50%;
    background-size: cover;
  }

  .section-19 {
    height: 80vh;
  }

  .video-overlay-italics.margin-bottom-32px {
    font-size: 80px;
  }

  .floorplan-title {
    font-weight: 400;
  }

  .container-features {
    max-width: 60%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 9px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .lightbox-link-5 {
    margin-bottom: 20px;
  }

  .header-tech-page {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    padding-bottom: 0;
  }

  .lower-header-info-block {
    direction: ltr;
    color: #fff;
    letter-spacing: .25px;
    text-transform: uppercase;
    background-color: #39b54a;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 300;
  }

  .paragraph-26 {
    color: #535353;
    text-align: center;
    font-size: 14px;
  }

  .link-9 {
    color: #535353;
    text-decoration: none;
  }

  .paragraph-0-margin-white {
    padding-top: 0;
  }

  .heading-price-home, .house-price {
    font-style: italic;
  }

  .container-house-title {
    max-width: 50%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 9px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .container-35 {
    background-color: #ededed;
    margin-top: 8px;
  }

  .columns-8 {
    margin-bottom: 71px;
  }

  .container-37 {
    justify-content: center;
    display: flex;
  }

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

  .list-item-check-thumb-up {
    background-size: 17px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 25px;
  }

  .list-item-check-thumb-down {
    background-position: 0 100%;
    background-size: 17px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .columns-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .tooltip-onclick {
    margin-left: 3px;
  }

  .info-icon {
    margin-bottom: 0;
  }

  .container-40 {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .button-6 {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .61);
    background-color: #39b54a;
    border-radius: 6px;
    font-size: 28px;
  }

  .button-6.w--current {
    font-size: 18px;
  }

  .section-23 {
    height: 100px;
    background-color: #242424;
    background-image: linear-gradient(#000, #fff);
  }

  .header-news {
    height: 400px;
    background-color: #525252;
    background-image: url('../images/news.webp');
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-37 {
    color: #494949;
  }

  .heading-36 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
  }

  .heading-37 {
    justify-content: center;
    font-size: 24px;
    display: flex;
  }

  .heading-38 {
    color: #fff;
    text-align: center;
    background-color: #39b54a;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .section-24 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .video-technology {
    height: auto;
    background-color: rgba(0, 0, 0, .22);
    background-image: none;
    align-self: auto;
  }

  .container-46 {
    height: 500px;
  }

  .container-47 {
    height: 800px;
    min-height: auto;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .div-block-19 {
    width: 100%;
    position: static;
  }

  .text-span-10 {
    padding-top: 18px;
  }

  .heading-5-dark {
    color: #555;
    text-align: center;
  }

  .image-48 {
    clear: none;
    align-self: auto;
    padding-top: 0;
    display: block;
  }

  .paragraph-white-ctr {
    max-width: 850px;
    text-shadow: 1px 1px 1px #000;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
  }

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

  .container-52 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .centered-heading-7 {
    color: #414141;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }

  .heading-42 {
    margin-bottom: 0;
    padding: 5px;
  }

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

  .image-float-right-larger {
    width: 50%;
    max-width: none;
    float: right;
    margin: 5px;
  }

  .centered-heading-green {
    margin-top: 0;
    line-height: 42px;
  }

  .header-community-page {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    padding-bottom: 0;
  }

  .gallery-item-content-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .section-gallery {
    margin-bottom: 40px;
  }

  .gallery-item-media {
    height: 100%;
  }

  .gallery-item-content-inner {
    padding-bottom: 5.4em;
  }

  .inner-container._600px.center {
    justify-content: center;
    display: flex;
  }

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

  .section-27 {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .container-default-2 {
    max-width: 75%;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-44 {
    margin-top: 10px;
  }

  .container-55 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-56 {
    min-width: 500px;
  }

  .timeline_text-2 {
    padding-left: 0;
  }

  .timeline_date-text-2 {
    width: 100%;
    margin-right: 140px;
  }

  .image-description {
    font-size: 12px;
  }

  .background-layer-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .timeline_quote-2, .timeline_quote-wrapper-2 {
    font-size: 16px;
  }

  .timeline_quote-title-2 {
    padding-top: 10px;
    font-size: 16px;
  }

  .timeline_quote-text-wrapper-2 {
    order: 0;
    align-self: auto;
  }

  .section-29 {
    height: 40vh;
  }

  .background-video-6 {
    background-color: rgba(0, 0, 0, .22);
    background-image: none;
  }

  .div-block-30 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .heading-45 {
    padding: 17px;
    font-size: 48px;
  }

  .button-9 {
    width: auto;
    height: 50px;
    font-size: 28px;
  }

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

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

  .link-block-6.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-60 {
    max-width: 75%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

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

  .link-block-7.w--current {
    justify-content: center;
    display: flex;
  }

  .image-63 {
    width: 400px;
    max-width: 100%;
    align-self: center;
  }

  .paragraph-44 {
    direction: ltr;
    color: #fff;
    letter-spacing: .25px;
    text-transform: uppercase;
    background-color: #39b54a;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
  }

  .link-20 {
    color: #535353;
    text-decoration: none;
  }

  .column-26 {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .section-31 {
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0);
  }

  .list-item-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-64 {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .image-65 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-63 {
    max-width: 75%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .icon-5.accordion-icon {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .container {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .hero-section {
    height: 425px;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/windsor-part-br.webp');
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link {
    min-width: 97%;
    color: #000;
    text-align: center;
    background-color: #20c788;
    border: 1px #000;
    font-size: 24px;
  }

  .nav-wrapper {
    padding-bottom: 0;
  }

  .hero-wrapper {
    max-height: none;
    min-height: 350px;
  }

  .hero-heading {
    width: 100%;
    font-size: 40px;
  }

  .hero-heading.anout-hero-heading {
    width: 100%;
    text-align: left;
  }

  .hero-paragraph {
    width: 90%;
    font-size: 16px;
  }

  .support-section {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 20px;
  }

  .support-square-factory {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-square-image.rectangle {
    bottom: -35%;
  }

  .safe-section {
    min-height: 350px;
  }

  .safe-wrapper {
    min-height: 350px;
    margin-left: 82px;
  }

  .safe-heading {
    width: 80%;
    font-size: 44px;
  }

  .safe-paragraph {
    width: 85%;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

  .shop-local-left {
    top: 8%;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .nav-button {
    color: #f9f9f9;
    padding: 0;
    display: flex;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .nav-menu {
    width: 100vw;
    background-color: rgba(255, 255, 255, .95);
    flex: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-menu:hover {
    background-color: #20c788;
  }

  .content-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-hero-bg-wrapper {
    flex-direction: column-reverse;
  }

  .contact-image-div {
    width: 100%;
    height: 350px;
    background-image: linear-gradient(to top, #222, rgba(34, 34, 34, .18) 76%), url('../images/vinicius-amano-4mK2KVuYrDs-unsplash-1-1.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .contact-block-wrapper {
    justify-content: space-between;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

  .cart-nav-wrapper {
    display: flex;
  }

  .row {
    flex-direction: column;
  }

  .support-square-2, .support-square-3 {
    min-height: 330px;
  }

  .paragraph {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 16px;
  }

  .image-2 {
    width: 450px;
    max-width: 100%;
    padding: 5px;
  }

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

  .team-slider {
    max-width: 850px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .container-3 {
    max-width: 728px;
  }

  .centered-heading {
    padding: 5px;
  }

  .centered-subheading {
    font-size: 16px;
    line-height: 1.2;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-4 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin-top: 297px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    text-shadow: 2px 2px 1px #000;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
  }

  .text-block-2 {
    background-color: rgba(0, 0, 0, .3);
    font-size: 24px;
    line-height: 1;
  }

  .button {
    max-height: none;
    max-width: 50%;
    min-height: 0;
    background-color: #39b54a;
    margin-top: 10px;
    padding: 5px;
    font-size: 22px;
    display: inline-block;
  }

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

  .icon-2 {
    color: #20c788;
    font-size: 60px;
  }

  .hero-paragraph-right {
    width: 90%;
    font-size: 16px;
  }

  .hero-section-about {
    max-height: none;
    min-height: auto;
    background-image: linear-gradient(#20c788 25%, rgba(34, 34, 34, 0) 70%), url('../images/house-trailer-edited.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, auto 300px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-heading-center {
    border: 1px #000;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .shadow-two {
    max-width: 80%;
  }

  .list-item {
    font-size: 16px;
  }

  .body-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .list-2 {
    margin-top: 0;
    padding-left: 40px;
  }

  .section-3 {
    height: auto;
    background-image: linear-gradient(to top, rgba(82, 82, 82, .47) 44%, #fff), url('../images/laser-level.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .container-6 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 10px;
    padding-top: 0;
  }

  .heading-5 {
    text-align: center;
    margin-top: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-4 {
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-3 {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-card {
    background-color: #f5f5f5;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-white {
    text-align: left;
    padding: 5px;
    font-size: 16px;
  }

  .heading-10 {
    min-height: 40px;
    line-height: 20px;
  }

  .main-heading {
    text-align: center;
    font-size: 48px;
    line-height: 50px;
  }

  .container-8 {
    justify-content: center;
    display: flex;
  }

  .flex-sb {
    padding: .3em 2em;
  }

  .social-links {
    padding: 2em;
  }

  .text {
    font-size: .7rem;
  }

  .info-detail {
    width: 45%;
  }

  .wrapper-2.fh-sb {
    width: 100%;
  }

  .wrapper-2.fv-sb {
    padding: 2em;
  }

  .page-wrapper {
    height: 696vw;
  }

  .collection-list-wrapper {
    width: 348vw;
    height: 58vw;
  }

  .logo-icon {
    width: 1rem;
  }

  .info-open-wrapper {
    display: none;
  }

  .info-wrapper {
    padding: 2em;
  }

  .collection-item {
    width: 29vw;
    height: 29vw;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-circles-2 {
    padding-bottom: 10px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image-2 {
    width: 250px;
    height: 250px;
  }

  .container-header {
    max-width: 85%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 57px;
    padding-right: 57px;
  }

  .container-header.contact {
    padding-bottom: 35px;
    position: static;
  }

  .container-10 {
    max-height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-11 {
    display: block;
  }

  .container-13 {
    height: auto;
    max-height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-center-2 {
    background-color: #ebebeb;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container-14 {
    max-width: 728px;
    line-height: 1.5;
  }

  .centered-heading-4.margin-bottom-32px {
    color: #5c5c5c;
    margin-top: 20px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .shadow-two-2 {
    border: 1px solid #888;
    border-radius: 7px;
  }

  .home-show-case-para {
    color: #000;
    text-shadow: none;
    font-size: 14px;
  }

  .fine-print {
    max-width: 100%;
  }

  .heading-14 {
    min-height: auto;
    flex-direction: row-reverse;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
    display: block;
  }

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

  .hero-section-stanford {
    height: 425px;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/stanford-headline-image.jpg');
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .hero-section-home-page {
    height: 425px;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .hero-section-model-page {
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: url('../images/cambridge-garage-vista-split.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .hero-section-berkeley {
    height: 350px;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .image-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-cambridge {
    height: auto;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .hero-section-berkeley-copy {
    height: 425px;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .text-block-3 {
    color: #020202;
    text-align: center;
    font-size: 24px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 24px;
  }

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

  .container-21 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

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

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

  .heading-19 {
    margin-top: 0;
    font-size: 48px;
  }

  .paragraph-white-quote {
    text-align: left;
    padding: 5px;
    font-size: 16px;
  }

  .hero-section-layout {
    height: auto;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 7px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
  }

  .heading-21 {
    font-size: 32px;
  }

  .hero-heading-technology {
    border: 1px #000;
  }

  .image-9, .image-10, .image-11, .image-12 {
    width: 276px;
  }

  .heading-22 {
    margin-top: 10px;
    font-size: 28px;
  }

  .image-14 {
    max-height: 130px;
  }

  .image-15, .image-16 {
    max-height: 130px;
    max-width: none;
  }

  .paragraph-18 {
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
  }

  .link-block-5 {
    justify-content: center;
    display: flex;
  }

  .link-block-5.w--current {
    margin-bottom: 5px;
  }

  .columns-5 {
    flex-direction: row;
  }

  .image-32, .container-28, .image-33 {
    padding: 5px;
  }

  .columns-6 {
    display: flex;
  }

  .container-29 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-float-left {
    width: 50%;
    margin: 5px;
    padding: 5px;
  }

  .image-float-right {
    width: 30%;
    margin: 5px;
    padding: 5px;
  }

  .image-35 {
    margin: 5px;
    padding: 5px;
  }

  .image-36, .column-15 {
    padding: 5px;
  }

  .list-item-check-green {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .paragraph-green-bg {
    text-align: left;
    margin-top: 0;
    padding: 5px;
    font-size: 16px;
  }

  .paragraph-0-margin {
    text-align: left;
    margin-top: 0;
    padding: 5px;
    font-size: 14px;
  }

  .heading-26 {
    height: 55px;
  }

  .hero-section-model-montage {
    height: 425px;
    max-height: none;
    min-height: 350px;
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 50%;
    background-size: contain;
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .section-17 {
    height: 45vh;
  }

  .background-video {
    height: 100%;
    min-height: auto;
  }

  .button-5 {
    color: #e6e6e6;
    text-shadow: 1px 2px rgba(0, 0, 0, .46);
  }

  .div-block-9 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-29 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 76px;
    font-size: 32px;
    display: block;
  }

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

  .list-item-faq {
    font-size: 16px;
  }

  .header-faq {
    height: 250px;
    background-image: url('../images/faq.webp');
    background-position: 50%;
    background-size: cover;
  }

  .section-19 {
    height: 60vh;
  }

  .video-overlay-italics.margin-bottom-32px {
    color: #fff;
    margin-top: 10px;
    font-size: 48px;
  }

  .container-features {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-features.contact {
    padding-bottom: 35px;
    position: static;
  }

  .header-tech-page {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .lower-header-info-block {
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
  }

  .paragraph-26 {
    margin-bottom: 0;
  }

  .container-31 {
    max-width: none;
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    display: block;
    overflow: visible;
  }

  .columns-7 {
    min-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-0-margin-white {
    text-align: left;
    margin-top: 0;
    padding: 5px;
    font-size: 16px;
  }

  .heading-price-home {
    margin-top: 0;
    font-size: 48px;
  }

  .image-39 {
    padding-top: 10px;
  }

  .house-price {
    min-width: auto;
    margin-top: 0;
    font-size: 16px;
  }

  .container-house-title {
    background-color: #39b54a;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-house-title.contact {
    padding-bottom: 35px;
    position: static;
  }

  .house-title-white {
    text-align: center;
    font-size: 28px;
  }

  .container-32, .container-33, .container-34 {
    justify-content: center;
    display: flex;
  }

  .side-menu {
    display: none;
  }

  .grid-4-column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-32 {
    color: #535353;
    font-size: 24px;
    font-weight: 500;
  }

  .container-38 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-medaia-icon {
    width: 100px;
    max-width: none;
  }

  .tooltip-diamond.bottom {
    margin-left: 164px;
  }

  .list-item-check-thumb-up, .list-item-check-thumb-down {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .list-8 {
    padding-left: 10px;
  }

  .list-9 {
    padding-left: 0;
  }

  .tooltip-anchor-2.top {
    align-items: flex-start;
    margin-left: -158px;
    display: none;
  }

  .tooltip-wrapper-3 {
    width: 250px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-34 {
    padding-top: 0;
    font-size: 22px;
  }

  .info-icon {
    width: 35px;
    max-width: none;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .header-news {
    height: 250px;
    background-image: url('../images/news.webp');
    background-position: 50%;
    background-size: cover;
  }

  .para-pricing-left {
    color: #666;
  }

  .columns-11 {
    width: 650px;
  }

  .paragraph-38 {
    line-height: 1.2;
  }

  .heading-37 {
    padding-bottom: 10px;
  }

  .social-embed {
    display: none;
  }

  .container-45 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-17 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

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

  .columns-12 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .html-embed-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .video-technology {
    height: 100%;
    min-height: auto;
  }

  .container-48 {
    height: auto;
    flex-flow: column;
    display: flex;
  }

  .background-video-2 {
    height: 100vh;
  }

  .div-block-18 {
    height: 100%;
  }

  .background-video-3 {
    height: 400px;
    clear: none;
    text-align: left;
    position: relative;
    overflow: visible;
  }

  .container-49 {
    position: relative;
  }

  .div-block-21 {
    height: 500px;
  }

  .background-video-5 {
    height: 350px;
  }

  .heading-5-dark {
    text-align: center;
    margin-top: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .html-embed-10 {
    margin-bottom: 20px;
  }

  .paragraph-white-ctr {
    text-align: left;
    padding: 5px;
    font-size: 16px;
  }

  .content-section-dark {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-25 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-42 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-26 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-float-right-larger {
    width: 50%;
    margin: 5px;
    padding: 5px;
  }

  .centered-heading-green {
    padding: 5px;
  }

  .header-community-page {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .gallery-lightbox-list {
    max-width: 41em;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .gutter-outside {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-bg-image-wrapper {
    opacity: .3;
  }

  .gallery-scroll-distance {
    height: 105vh;
    margin-top: -40px;
  }

  .title1 {
    font-size: 2em;
  }

  .gallery-item-content-inner {
    padding-bottom: 1.1em;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .title4 {
    margin-bottom: 14px;
    padding-top: 29px;
  }

  .columns-16 {
    flex: 0 auto;
    display: block;
  }

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

  .section-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .grid-3-columns.gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-icon-small-secondary, .button-icon-small {
    position: static;
    top: 16px;
  }

  .timeline_text {
    padding: 6px;
    font-weight: 400;
  }

  .timeline_date-text {
    font-size: 40px;
  }

  .timeline_text-2 {
    text-align: left;
    padding: 6px 0;
    font-weight: 400;
  }

  .timeline_date-text-2 {
    color: #453f3f;
    text-shadow: none;
    font-size: 32px;
  }

  .image-59 {
    width: 100%;
    max-width: none;
  }

  .background-layer-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .timeline_quote-2 {
    color: #3f3a3a;
    -webkit-text-stroke-color: #363232;
  }

  .timeline_quote-wrapper-2 {
    border-width: 1px;
    border-color: #474242;
    flex-wrap: wrap;
  }

  .section-timeline-2 {
    margin-top: auto;
  }

  .timeline_item-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline_quote-title-2 {
    color: #494040;
    margin-top: 20px;
  }

  .section-29 {
    height: 45vh;
  }

  .background-video-6 {
    height: 100%;
    min-height: auto;
  }

  .div-block-30 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-45 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 76px;
    font-size: 32px;
    display: block;
  }

  .button-9 {
    color: #e6e6e6;
    text-shadow: 1px 2px rgba(0, 0, 0, .46);
  }

  .html-embed-11 {
    margin-bottom: 20px;
  }

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

  .container-59 {
    display: block;
  }

  .html-embed-13 {
    margin-bottom: 20px;
  }

  .container-60 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline_item-2-showhome {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link-2 {
    min-width: 97%;
    color: #000;
    text-align: center;
    background-color: #20c788;
    border: 1px #000;
    font-size: 24px;
  }

  .nav-menu-2 {
    width: 100vw;
    background-color: rgba(255, 255, 255, .95);
    flex: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-menu-2:hover {
    background-color: #20c788;
  }

  .link-block-7 {
    justify-content: center;
    display: flex;
  }

  .link-block-7.w--current {
    margin-bottom: 5px;
  }

  .image-63 {
    width: 500px;
    max-width: 100%;
    padding: 5px;
  }

  .container-61 {
    max-width: none;
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    display: block;
    overflow: visible;
  }

  .nav-button-2 {
    color: #f9f9f9;
    padding: 0;
    display: flex;
  }

  .nav-button-2.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .icon-4 {
    color: #20c788;
    font-size: 60px;
  }

  .columns-18 {
    min-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-44 {
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
  }

  .list-item-6 {
    font-size: 16px;
  }

  .image-65 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-63 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fa-icon {
    color: #20c788;
  }

  .paragraph-45 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 5px 5px;
    display: block;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    height: 335px;
    min-height: auto;
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 0%;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .nav-link {
    color: #383838;
    background-color: rgba(32, 199, 136, .89);
  }

  .nav-wrapper {
    border-style: none;
  }

  .hero-wrapper {
    max-height: 350px;
    min-height: 350px;
  }

  .hero-heading.anout-hero-heading {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 104px;
    padding-top: 0;
    display: block;
  }

  .support-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    align-self: center;
    margin-bottom: 15px;
  }

  .support-top-heading {
    max-width: none;
  }

  .support-top-right {
    width: 100%;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-factory {
    margin-bottom: 10px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-square-image {
    right: -18%;
  }

  .safe-section {
    height: 250px;
    min-height: auto;
  }

  .safe-wrapper {
    min-height: auto;
    justify-content: flex-end;
    margin-left: 66px;
    padding-bottom: 25px;
  }

  .safe-heading {
    margin-top: 0;
    font-size: 36px;
  }

  .shop-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-item-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    width: 100%;
    border-radius: 0;
    position: static;
  }

  .shop-local-right {
    width: 100%;
    border-radius: 0;
    justify-content: center;
  }

  .nav-button {
    padding: 0;
  }

  .nav-menu {
    background-color: #20c788;
  }

  .nav-menu:hover {
    padding-top: 60px;
  }

  .content-section {
    border-style: none;
    padding-top: 10px;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-right {
    width: 100%;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .meet-the-owners-left {
    width: 100%;
    height: 400px;
    border-radius: 0;
    position: static;
  }

  .owner-bios-wrapper {
    flex-flow: column wrap;
  }

  .owner-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .contact-hero-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .contact-block-wrapper {
    flex-direction: column;
  }

  .contact-block {
    width: 100%;
  }

  .image-grid, .products-list {
    grid-template-columns: 1fr;
  }

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shipping-page-right {
    width: 100%;
    padding-left: 0;
  }

  .shop-page-wrapper {
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .donate-wrapper {
    width: 90%;
  }

  .body {
    background-color: #fff;
  }

  .support-square-2 {
    background-position: 0 0, 50% 100%;
    margin-bottom: 10px;
  }

  .support-square-3 {
    margin-bottom: 10px;
  }

  .paragraph {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 16px;
    display: block;
  }

  .image-2 {
    width: 300px;
    max-width: none;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0;
  }

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

  .column {
    flex-direction: column;
  }

  .team-slider {
    padding: 0 15px 10px;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 42px;
  }

  .container-4 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 253px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(114, 88, 88, 0);
    padding-left: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
  }

  .text-block-2 {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(0, 0, 0, .39);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }

  .button {
    max-height: 50px;
    justify-content: center;
    margin-top: 13px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .icon-2 {
    color: #20c788;
    font-size: 55px;
  }

  .hero-section-about {
    min-height: 250px;
    background-image: linear-gradient(#20c788 25%, rgba(34, 34, 34, 0) 70%), url('../images/house-trailer-edited.jpg');
    background-position: 0 0, 50% 100%;
  }

  .hero-heading-center {
    padding: 10px;
  }

  .shadow-two {
    max-width: 100%;
  }

  .list-item {
    font-size: 16px;
  }

  .list-2 {
    margin-bottom: 17px;
    margin-left: 10px;
    padding-left: 10px;
  }

  .section-3 {
    height: auto;
  }

  .container-6 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    display: flex;
  }

  .heading-5 {
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .paragraph-4 {
    text-align: justify;
    font-size: 14px;
  }

  .div-block-3 {
    margin-top: 16px;
    padding-bottom: 10px;
  }

  .team-circles {
    padding: 10px 15px;
  }

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

  .paragraph-5 {
    font-size: 16px;
  }

  .heading-6 {
    max-height: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    display: flex;
  }

  .paragraph-white {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
  }

  .main-heading {
    text-align: center;
    padding-left: 20px;
    font-size: 48px;
    line-height: 50px;
  }

  .heading-11 {
    font-size: 62px;
  }

  .flex-sb {
    padding: 1em 2em;
  }

  .text {
    font-size: .6rem;
  }

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

  .info-detail {
    width: 80%;
    height: 90vh;
  }

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

  .wrapper-2.fh-sb {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .wrapper-2.fh-sb.top, .wrapper-2.fh-sb.white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .screen {
    width: 100%;
    height: 100%;
    position: static;
    overflow: visible;
  }

  .spacer {
    height: 2.6rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .spacer.top {
    width: 100%;
    height: 2.6rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-wrapper {
    height: auto;
  }

  .collection-list-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .logo-icon {
    width: .9rem;
  }

  .info-open-wrapper {
    width: 100vw;
    height: 100%;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .info-wrapper {
    z-index: 1;
    height: 100%;
    grid-column-gap: 2em;
    grid-row-gap: 5em;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: grid;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .collection-item {
    width: 33.3333vw;
    height: 33.3333vw;
    position: relative;
    overflow: visible;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .team-block-2 {
    flex-direction: column-reverse;
  }

  .team-circles-2 {
    padding: 6px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .team-member-image-2 {
    width: 300px;
    height: 300px;
    margin-bottom: 0;
  }

  .container-header {
    width: 100%;
    max-width: none;
    flex-direction: row-reverse;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
    display: flex;
  }

  .container-header.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    max-height: none;
    min-height: auto;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .columns-2 {
    flex: 0 auto;
    display: flex;
  }

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

  .column-5 {
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .column-6 {
    justify-content: center;
    display: flex;
  }

  .column-7 {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .container-13 {
    margin: 10px 7px;
  }

  .hero-heading-center-2 {
    padding: 10px 15px;
  }

  .centered-heading-4.margin-bottom-32px {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .column-8 {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-3 {
    margin-bottom: 0;
    padding-left: 20px;
  }

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

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

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

  .heading-15 {
    text-align: center;
    margin: 5px;
    padding: 5px;
  }

  .hero-section-stanford {
    height: 335px;
    min-height: auto;
    background-image: url('../images/stanford-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-section-home-page {
    height: 335px;
    min-height: auto;
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 0%;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-section-model-page {
    height: 400px;
    min-height: auto;
    background-image: url('../images/cambridge-garage-vista-right.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-section-berkeley {
    height: 250px;
    max-height: none;
    min-height: auto;
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 0%;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .section-5 {
    padding: 5px;
  }

  .heading-16 {
    text-align: center;
    margin: 5px;
    padding: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-18 {
    text-align: center;
    margin: 5px;
    padding: 5px;
    font-size: 28px;
  }

  .hero-section-cambridge {
    height: 335px;
    min-height: auto;
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 0%;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .hero-section-berkeley-copy {
    height: 335px;
    min-height: auto;
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    background-position: 0%;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .team-circles-3 {
    padding: 60px 15px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-19, .section-8 {
    margin-top: 0;
  }

  .paragraph-white-quote {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
  }

  .hero-section-layout {
    height: auto;
    min-height: auto;
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .heading-21 {
    font-size: 28px;
  }

  .section-9 {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-15 {
    margin-bottom: 0;
  }

  .hero-heading-technology {
    padding: 10px;
  }

  .heading-22 {
    color: #575757;
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .columns-4 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .image-14 {
    max-height: 85px;
    max-width: none;
  }

  .image-15, .image-16 {
    max-height: 85px;
  }

  .column-9 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .container-25 {
    margin-bottom: 35px;
  }

  .heading-23 {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-18 {
    margin-top: 0;
    display: none;
  }

  .link-block-5.w--current {
    margin-bottom: 0;
  }

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

  .image-32, .image-33 {
    padding: 10px;
  }

  .hero-heading-center-3 {
    padding: 10px 15px;
  }

  .shadow-two-3 {
    float: none;
  }

  .div-block-image-right, .div-block-image-left {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .image-float-left {
    width: 90%;
    float: none;
    margin-right: 10px;
  }

  .image-float-right {
    width: 60%;
    float: none;
  }

  .image-35 {
    float: none;
    margin: 10px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .section-11, .section-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-36 {
    padding: 10px;
  }

  .list-item-check-green {
    font-size: 16px;
  }

  .list-green-bg {
    margin: 0 5px 5px;
    padding: 5px;
  }

  .paragraph-green-bg {
    margin: 5px 5px 0;
    padding: 5px 5px 0;
    font-size: 16px;
  }

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

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-0-margin {
    margin: 0 5px;
    padding: 5px;
    font-size: 14px;
  }

  .heading-26 {
    height: auto;
  }

  .hero-section-model-montage {
    height: 335px;
    min-height: auto;
    background-image: url('../images/windsor-part-deck.webp');
    background-position: 0%;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .section-17 {
    height: auto;
    border: 1px #000;
  }

  .background-video {
    height: 65%;
    min-height: auto;
    margin-top: 0;
  }

  .div-block-9 {
    margin-top: 32px;
  }

  .heading-29 {
    text-align: center;
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .list-item-faq {
    font-size: 16px;
  }

  .list-6 {
    padding-left: 20px;
  }

  .header-faq {
    height: 250px;
  }

  .section-19 {
    height: 60%;
  }

  .video-overlay-italics.margin-bottom-32px {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .container-features {
    flex-direction: column;
    margin-bottom: 0;
    padding: 5px;
  }

  .container-features.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-tech-page {
    height: auto;
  }

  .lower-header-info-block {
    margin-top: 0;
  }

  .container-31 {
    max-width: 100%;
    align-self: auto;
  }

  .columns-7 {
    min-width: auto;
    display: flex;
  }

  .paragraph-0-margin-white {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 16px;
  }

  .heading-price-home {
    margin-top: 0;
  }

  .paragraph-29 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-39 {
    padding-left: 5px;
  }

  .section-20 {
    padding: 6px;
  }

  .house-price {
    min-width: auto;
    margin-top: 0;
    font-size: 20px;
  }

  .container-house-title {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 0;
    padding: 5px;
  }

  .container-house-title.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .house-title-white {
    font-size: 24px;
  }

  .container-32, .container-33, .container-34 {
    justify-content: center;
    display: flex;
  }

  .tooltip-arrow.top-mobile, .tooltip-arrow.right {
    margin-left: auto;
    margin-right: auto;
    top: -9px;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: rotate(90deg);
  }

  .tooltip-float.right, .tooltip-float.left {
    top: 170%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .grid-4-column {
    grid-template-columns: 1fr 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-inquiry {
    font-size: 14px;
  }

  .link-blue {
    margin-left: 0;
  }

  .columns-9 {
    max-width: none;
    display: flex;
  }

  .image-medaia-icon {
    width: 100px;
    max-width: none;
  }

  .section-22 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .list-item-check-thumb-up, .list-item-check-thumb-down {
    font-size: 16px;
  }

  .columns-10 {
    flex: 0 auto;
    display: flex;
  }

  .list-8 {
    margin-left: 10px;
    padding-left: 0;
  }

  .list-9 {
    margin-top: 0;
    padding-left: 10px;
  }

  .tooltip-onclick {
    display: flex;
  }

  .tooltip-wrapper-3 {
    width: 250px;
  }

  .div-block-15 {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .paragraph-34 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 22px;
  }

  .info-icon {
    width: 40px;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-34, .paragraph-36 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-news {
    height: 250px;
  }

  .columns-11 {
    width: 550px;
  }

  .container-pricing-extra {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-46, .image-47 {
    display: none;
  }

  .paragraph-38 {
    line-height: 1.2;
  }

  .heading-37 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .section-24 {
    margin-bottom: 10px;
  }

  .social-embed {
    display: none;
  }

  .video-technology {
    height: 65%;
    min-height: auto;
    margin-top: 0;
  }

  .background-video-3 {
    height: 320px;
    max-height: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-20 {
    width: auto;
    height: auto;
  }

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

  .background-video-5 {
    height: 300px;
  }

  .text-span-10 {
    padding-top: 12px;
  }

  .heading-5-dark {
    text-align: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .heading-41 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-10 {
    margin-bottom: 20px;
  }

  .paragraph-39 {
    margin-bottom: 0;
    padding: 10px;
  }

  .paragraph-white-ctr {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
  }

  .content-section-dark {
    border-style: none;
    padding-top: 10px;
  }

  .section-25 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-13 {
    flex-direction: column-reverse;
    display: flex;
  }

  .centered-heading-7 {
    font-size: 28px;
  }

  .heading-42 {
    margin-top: 0;
    font-size: 14px;
  }

  .columns-14 {
    flex-direction: column-reverse;
  }

  .image-float-right-larger {
    width: 90%;
    float: none;
  }

  .centered-heading-green {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 42px;
  }

  .header-community-page {
    height: auto;
  }

  .gallery-lightbox-wrapper {
    width: 43%;
    max-width: none;
  }

  .gallery-item-content-wrapper {
    justify-content: center;
  }

  .gallery-item-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gutter-outside {
    margin-top: 21px;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .title1 {
    font-size: 2.5em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .gallery-item-content-inner {
    padding-bottom: .2em;
  }

  .title4 {
    font-size: 2em;
  }

  .image-51 {
    width: 320px;
  }

  .paragraph-40 {
    font-size: 20px;
  }

  .section-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 16px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .container-default-2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-7 {
    font-size: 32px;
  }

  .image-55 {
    width: 50%;
    max-width: none;
  }

  .paragraph-large, .heading-paragraph-shadow {
    font-size: 18px;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_date-text {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_progress {
    left: 6px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

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

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_left {
    text-align: left;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_text-2 {
    font-size: 20px;
  }

  .timeline_date-text-2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
  }

  .image-59 {
    width: 100%;
    max-width: none;
  }

  .background-layer-2 {
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
  }

  .timeline_quote-wrapper-2 {
    flex-direction: column-reverse;
  }

  .section-timeline-2 {
    margin-top: auto;
  }

  .timeline_quote-image-2 {
    margin-top: 24px;
    margin-right: 0;
  }

  .heading-paragraph-shadow-2 {
    font-size: 18px;
  }

  .heading-shadow-2 {
    margin-top: 0;
    padding-top: 5px;
  }

  .timeline_item-2 {
    width: 100%;
    grid-template-columns: 64px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-8 {
    font-weight: 400;
  }

  .section-29 {
    height: auto;
    border: 1px #000;
  }

  .background-video-6 {
    height: 65%;
    min-height: auto;
    margin-top: 0;
  }

  .div-block-30 {
    margin-top: 32px;
  }

  .heading-45 {
    text-align: center;
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .heading-46 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-11 {
    margin-bottom: 20px;
  }

  .paragraph-42 {
    margin-bottom: 0;
    padding: 0 10px 10px;
  }

  .image-62 {
    width: 50%;
    max-width: none;
  }

  .columns-17 {
    flex: 0 auto;
    display: flex;
  }

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

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

  .html-embed-13 {
    margin-bottom: 20px;
  }

  .container-60 {
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 5px 5px;
    display: block;
  }

  .timeline_item-2-showhome {
    width: 100%;
    grid-template-columns: 64px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    color: #383838;
    background-color: rgba(32, 199, 136, .89);
  }

  .nav-menu-2 {
    background-color: #20c788;
  }

  .nav-menu-2:hover {
    padding-top: 60px;
  }

  .link-block-7.w--current {
    margin-bottom: 0;
  }

  .image-63 {
    width: 300px;
    max-width: none;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .container-61 {
    max-width: 100%;
    align-self: auto;
  }

  .nav-button-2 {
    padding: 0;
  }

  .icon-4 {
    color: #20c788;
    font-size: 55px;
  }

  .columns-18 {
    min-width: auto;
    display: flex;
  }

  .paragraph-44 {
    margin-top: 0;
    display: none;
  }

  .list-10 {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .column-26 {
    flex-direction: column;
  }

  .list-item-6 {
    font-size: 16px;
  }

  .container-63 {
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 5px 5px;
    display: block;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .fa-icon {
    color: #20c788;
    font-size: 32px;
    line-height: 24px;
  }

  .accordion-heading {
    font-size: 16px;
    line-height: 18px;
  }

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

@media screen and (max-width: 479px) {
  .banner {
    font-size: 15px;
  }

  .btn.light.hero.safe {
    margin-right: 0;
  }

  .container {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero-section {
    height: auto;
    min-height: 125px;
    background-color: #b3b3b3;
    background-image: url('../images/windsor-part-br.webp');
    padding-bottom: 0;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
  }

  .navbar {
    padding: 0;
  }

  .nav-link {
    background-color: rgba(168, 57, 57, 0);
    font-size: 18px;
  }

  .nav-link:hover {
    color: #3b3b3b;
  }

  .nav-link:active {
    color: #fff;
    background-color: #747474;
  }

  .hero-wrapper {
    height: 300px;
    max-height: none;
    min-height: auto;
    justify-content: flex-end;
    padding-bottom: 10px;
  }

  .hero-heading {
    text-shadow: 2px 2px #000;
    font-size: 24px;
  }

  .hero-heading.anout-hero-heading {
    margin-top: 0;
  }

  .hero-paragraph {
    width: 85%;
    margin-top: 0;
    padding-top: 3px;
    font-size: 14px;
  }

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

  .support-top-heading {
    font-size: 28px;
  }

  .support-column {
    margin-bottom: 10px;
  }

  .safe-section {
    height: 250px;
    min-height: auto;
    background-image: linear-gradient(rgba(34, 34, 34, .17), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .safe-wrapper {
    max-height: 300px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-bottom: 20px;
  }

  .safe-heading {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }

  .safe-paragraph {
    width: 100%;
    text-shadow: 1px 1px 2px #000;
    font-size: 16px;
    line-height: 1.2;
  }

  .shop-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .shop-details-left {
    margin-right: 0;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-right {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    padding: 0;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo-column {
    margin-bottom: 0;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .nav-menu {
    background-color: rgba(32, 199, 136, .95);
    padding-top: 60px;
  }

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

  .why-acme-block {
    width: 100%;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .contact-image-div {
    background-position: 0 0, 50%;
  }

  .price-wrapper {
    justify-content: center;
  }

  .pill-2.badge.primary.sale {
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .shop-category-menu {
    padding-right: 0;
  }

  .donate-heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .donate-heading-2 {
    font-size: 24px;
  }

  .donate-paragraph {
    width: 80%;
    font-size: 13px;
  }

  .donate-wrapper {
    width: 100%;
  }

  .cart {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .cart-quantity-cart {
    position: absolute;
    top: -23%;
    bottom: auto;
    left: 27px;
    right: 0%;
  }

  .cart-icon {
    margin-right: 0;
  }

  .order-item-list {
    flex-direction: column;
    display: flex;
  }

  .cart-image-wrapper.checkout-page {
    margin-bottom: 25px;
  }

  .cart-item {
    flex-direction: row;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 250px;
  }

  .cart-menu {
    margin-right: 10px;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-item-checkoiut {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .order-item-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block {
    max-width: 90%;
    font-size: 14px;
  }

  .page-title-2 {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
  }

  .image-2 {
    width: 250px;
    max-width: none;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 0;
  }

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

  .columns {
    flex-direction: column;
  }

  .link-block {
    justify-content: center;
  }

  .team-slider {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .container-3 {
    max-width: none;
    padding: 5px;
  }

  .centered-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .centered-heading.margin-bottom-32px {
    padding-bottom: 0;
  }

  .centered-subheading {
    max-width: 100%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    font-size: 16px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow, .team-slider-nav {
    display: flex;
  }

  .container-4 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 50px;
    padding-top: 9px;
    display: flex;
  }

  .heading-3 {
    text-align: center;
    padding: 3px;
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
  }

  .button {
    max-width: 65%;
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .icon-2 {
    font-size: 45px;
  }

  .hero-paragraph-right {
    width: 85%;
    font-size: 14px;
  }

  .hero-section-about {
    min-height: 200px;
  }

  .hero-section-about.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-heading-center {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px;
  }

  .hero-wrapper-2 {
    margin-bottom: 0;
  }

  .hero-split {
    margin-bottom: 0;
    padding-top: 0;
  }

  .shadow-two {
    max-width: 100%;
  }

  .list-item {
    color: #414141;
    font-size: 14px;
    line-height: 1.2;
  }

  .body-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-2 {
    padding-left: 10px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .container-5 {
    background-image: url('../images/router-3.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-3 {
    background-image: linear-gradient(346deg, rgba(0, 0, 0, .34) 47%, #fff), url('../images/laser-level.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .container-6 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 9px;
    display: none;
  }

  .heading-5 {
    text-shadow: 1px 1px 2px #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-4 {
    text-align: justify;
  }

  .div-block-3 {
    width: 250px;
    flex-direction: column-reverse;
    padding-left: 6px;
    padding-right: 6px;
  }

  .team-circles {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .team-card {
    padding-left: 5px;
  }

  .team-member-image {
    width: 300px;
    height: 300px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

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

  .heading-6 {
    height: auto;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    flex-direction: row-reverse;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-white {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    padding: 5px;
    font-size: 14px;
  }

  .italic-text {
    font-size: 14px;
  }

  .main-heading {
    text-align: center;
    padding: 3px;
    font-size: 32px;
    line-height: 34px;
  }

  .heading-11 {
    line-height: 60px;
  }

  .column-3 {
    flex-flow: row-reverse;
  }

  .image-4 {
    width: 50px;
    max-width: 100%;
  }

  .paragraph-7 {
    text-align: justify;
    padding: 10px;
  }

  .text {
    font-size: .6rem;
  }

  .text.left-marg {
    display: none;
  }

  .info-detail {
    height: 30vh;
  }

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

  .wrapper-2.fh-sb.top, .wrapper-2.fh-sb.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spacer {
    height: 1.6rem;
  }

  .spacer.top {
    height: 1.9rem;
  }

  .page-wrapper, .collection-list-wrapper {
    height: auto;
  }

  .logo-icon {
    width: .8rem;
  }

  .info-open-wrapper {
    display: none;
  }

  .info-wrapper {
    flex-direction: column;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .collection-item {
    width: 50vw;
    height: 50vw;
    overflow: visible;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-header {
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-heading-center-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 0;
  }

  .centered-heading-4.margin-bottom-32px {
    margin-top: 20px;
    font-size: 32px;
    line-height: 30px;
  }

  .fine-print {
    padding: 0 0 5px;
  }

  .list-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .heading-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-14 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .heading-15 {
    font-size: 18px;
  }

  .container-17 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section-stanford {
    height: auto;
    min-height: 200px;
    background-color: #b3b3b3;
    background-position: 50%;
    padding-bottom: 0;
  }

  .hero-section-stanford.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-home-page {
    height: auto;
    min-height: 125px;
    background-color: #b3b3b3;
    padding-bottom: 0;
    display: none;
  }

  .hero-section-home-page.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-model-page {
    height: auto;
    min-height: auto;
    background-color: #b3b3b3;
    background-image: url('../images/cambridge-garage-vista-split_1.jpg');
    background-position: 0%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section-model-page.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-berkeley {
    height: auto;
    min-height: 250px;
    background-color: #b3b3b3;
    background-image: url('../images/berkely-headline-image.jpg');
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 3px;
  }

  .hero-section-berkeley.contact-hero {
    background-position: 0 0, 80%;
  }

  .container-19 {
    padding: 5px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 6px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 24px;
  }

  .heading-18 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .hero-section-cambridge {
    height: auto;
    min-height: 125px;
    background-color: #b3b3b3;
    background-image: url('../images/cambridge-headline-image.jpg');
    padding-bottom: 0;
  }

  .hero-section-cambridge.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-section-berkeley-copy {
    height: auto;
    min-height: 125px;
    background-color: #b3b3b3;
    background-image: url('../images/berkeley-garage-vista-right.jpg');
    padding-bottom: 0;
  }

  .hero-section-berkeley-copy.contact-hero {
    background-position: 0 0, 80%;
  }

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

  .dropdown-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .container-21 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .heading-19 {
    margin-top: 0;
    font-size: 42px;
  }

  .paragraph-white-quote {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    padding: 5px;
    font-size: 14px;
  }

  .hero-section-layout {
    height: auto;
    min-height: auto;
    background-color: #b3b3b3;
    background-image: url('../images/cambridge-headline-image.jpg');
    background-position: 0%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-section-layout.contact-hero {
    background-position: 0 0, 80%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .container-23 {
    margin-bottom: 0;
  }

  .hero-heading-technology {
    background-color: rgba(0, 0, 0, 0);
    padding: 5px;
  }

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

  .container-24 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .columns-4 {
    display: none;
  }

  .container-25 {
    margin-bottom: 0;
    display: none;
  }

  .paragraph-18 {
    display: none;
  }

  .heading-24 {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
  }

  .image-32 {
    padding: 5px;
  }

  .container-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-33 {
    padding: 5px;
  }

  .container-29 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .image-float-left {
    float: none;
    margin: 5px;
    padding: 5px;
  }

  .image-float-right {
    width: 70%;
    margin: 5px;
    padding: 5px;
  }

  .image-35 {
    float: none;
    margin: 5px;
    display: inline-block;
  }

  .div-block-4 {
    align-self: center;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-36 {
    padding: 5px;
  }

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

  .list-item-check-green {
    color: #414141;
    font-size: 16px;
  }

  .paragraph-green-bg {
    padding: 5px;
    font-size: 16px;
  }

  .paragraph-0-margin {
    text-align: left;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-section-model-montage {
    height: auto;
    min-height: 200px;
    background-color: #b3b3b3;
    padding-bottom: 0;
  }

  .hero-section-model-montage.contact-hero {
    background-position: 0 0, 80%;
  }

  .section-17 {
    height: 100%;
    display: block;
  }

  .background-video {
    height: 45%;
  }

  .button-5 {
    height: 25px;
    font-size: 18px;
  }

  .div-block-9 {
    margin-top: 0;
    padding-bottom: 14px;
  }

  .heading-29 {
    margin-top: 48px;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-21 {
    line-height: 1.1;
  }

  .content-section-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item-faq {
    color: #414141;
    font-size: 16px;
  }

  .list-7 {
    margin-top: 0;
  }

  .paragraph-23 {
    margin-bottom: 0;
  }

  .header-faq {
    height: 150px;
    background-image: url('../images/faq.webp');
    background-position: 50%;
    background-size: cover;
  }

  .list-dp-question {
    margin-bottom: 0;
  }

  .section-19 {
    height: 100%;
  }

  .video-overlay-italics {
    margin-bottom: 24px;
  }

  .video-overlay-italics.margin-bottom-32px {
    margin-top: 20px;
    font-size: 32px;
    line-height: 30px;
  }

  .container-features {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .header-tech-page {
    background-image: none;
    background-position: 0 0;
  }

  .lower-header-info-block, .container-31 {
    display: none;
  }

  .paragraph-0-margin-white {
    padding: 5px;
    font-size: 14px;
  }

  .heading-price-home {
    margin-top: 0;
    font-size: 42px;
  }

  .text-span {
    font-size: 18px;
    line-height: 1.1;
  }

  .house-price {
    min-width: auto;
    margin-top: 0;
    font-size: 18px;
  }

  .container-house-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .house-title-white {
    font-size: 22px;
    line-height: 24px;
  }

  .container-32 {
    justify-content: center;
    display: flex;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-9 {
    justify-content: center;
  }

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

  .image-medaia-icon {
    width: 100px;
    max-width: none;
    font-size: 16px;
  }

  .image-43 {
    max-width: 100px;
  }

  .tooltip-link-10pxmargin {
    font-size: 18px;
  }

  .list-item-check-thumb-up, .list-item-check-thumb-down {
    color: #414141;
    font-size: 16px;
  }

  .columns-10 {
    flex-direction: row-reverse;
    justify-content: center;
    display: block;
  }

  .list-8 {
    padding-left: 10px;
  }

  .tooltip-anchor-2.top {
    margin-bottom: 79px;
    display: none;
  }

  .tooltip-wrapper-3 {
    width: 200px;
  }

  .tooltip-container-2 {
    width: 200px;
    margin-bottom: 0;
  }

  .div-block-15 {
    flex-direction: row;
  }

  .paragraph-34 {
    align-self: center;
    font-size: 18px;
  }

  .info-icon {
    width: 35px;
    margin-bottom: 0;
  }

  .heading-34, .paragraph-36 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-news {
    height: 150px;
    background-image: url('../images/news.webp');
    background-position: 50%;
    background-size: cover;
  }

  .text-span-3, .bold-text-5 {
    font-size: 22px;
  }

  .para-pricing-left {
    color: #292929;
    letter-spacing: normal;
    font-size: 12px;
  }

  .para-pricing-right {
    color: #292929;
    font-size: 12px;
  }

  .columns-11 {
    width: 320px;
  }

  .container-42 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .heading-36 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-16 {
    min-width: 320px;
  }

  .div-block-17 {
    width: 320px;
  }

  .paragraph-38 {
    line-height: 1.2;
  }

  .heading-37 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .section-24 {
    margin-bottom: 0;
  }

  .social-embed {
    display: none;
  }

  .video-technology {
    height: 45%;
  }

  .container-48 {
    height: auto;
    min-height: 100%;
    clear: none;
    display: flex;
  }

  .background-video-2 {
    width: 320px;
    height: auto;
  }

  .background-video-3 {
    width: auto;
    height: 180px;
    min-height: 0;
    margin: 0;
  }

  .div-block-20 {
    width: 100%;
    height: 100%;
  }

  .background-video-5 {
    height: auto;
    min-height: 20vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .text-span-10 {
    padding-top: 9px;
  }

  .heading-5-dark {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-39 {
    padding: 8px;
    line-height: 26px;
  }

  .heading-41 {
    line-height: 24px;
  }

  .html-embed-10 {
    margin-bottom: 20px;
  }

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

  .container-51 {
    margin-top: 31px;
    margin-bottom: 30px;
  }

  .paragraph-white-ctr {
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    padding: 5px;
    font-size: 14px;
  }

  .content-section-dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-heading-7 {
    color: #404047;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-42 {
    font-size: 14px;
  }

  .container-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-float-right-larger {
    width: 90%;
    margin: 5px;
    padding: 5px;
  }

  .centered-heading-green {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .centered-heading-green.margin-bottom-32px {
    padding-bottom: 0;
  }

  .header-community-page {
    background-image: none;
    background-position: 0 0;
  }

  .gallery-lightbox-list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .gallery-lightbox-wrapper {
    min-height: 7em;
  }

  .gallery-item-content-wrapper {
    margin-top: 22px;
  }

  .hero-gallery-item {
    margin-top: -103.9vh;
  }

  .gutter-outside {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 12px;
    padding-top: 0;
    display: flex;
  }

  .gallery-scroll-distance {
    margin-top: 0;
  }

  .title1 {
    font-size: 2em;
  }

  .copy-medium.text-semibold {
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .grid-1-column.gap-row-28px.hidden-mbp {
    display: none;
  }

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

  .section-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .grid-3-columns.gallery-v5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-default-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-44 {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-41 {
    text-align: justify;
    font-size: 14px;
    line-height: 1.2;
  }

  .image-55 {
    width: 75%;
  }

  .container-56 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph-large, .heading-paragraph-shadow {
    font-size: 16px;
  }

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

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .timeline_text {
    font-size: 16px;
  }

  .timeline_date-text {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-shadow {
    font-size: 36px;
    line-height: 1;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .background-layer {
    background-image: url('../images/berkely-headline-image.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0%, 0 0;
    background-size: cover, auto;
  }

  .timeline_text-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .timeline_date-text-2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .image-59 {
    width: 100%;
    max-width: none;
  }

  .background-layer-2 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/berkely-headline-image.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .timeline_component-2 {
    overflow: visible;
  }

  .image-60 {
    margin-top: 10px;
  }

  .timeline_quote-wrapper-2 {
    padding: 4px;
  }

  .section-timeline-2 {
    margin-top: 0;
  }

  .timeline_quote-image-2 {
    flex: 0 auto;
    order: 1;
  }

  .heading-paragraph-shadow-2 {
    background-color: rgba(0, 0, 0, .5);
    font-size: 16px;
    font-weight: 400;
  }

  .heading-shadow-2 {
    background-color: rgba(0, 0, 0, .5);
    font-size: 36px;
    line-height: 1;
  }

  .timeline_item-2 {
    grid-template-columns: 48px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-8 {
    font-weight: 300;
  }

  .timeline_progress-bar-2 {
    height: 50vh;
  }

  .section-29 {
    height: 100%;
    display: block;
  }

  .background-video-6 {
    z-index: 999;
    height: 45%;
  }

  .div-block-30 {
    margin-top: 0;
    padding-bottom: 14px;
  }

  .heading-45 {
    margin-top: 48px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-9 {
    height: 25px;
    font-size: 18px;
  }

  .container-58 {
    z-index: 9999;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    position: relative;
  }

  .heading-46 {
    font-size: 18px;
    line-height: 20px;
  }

  .html-embed-11 {
    margin-bottom: 20px;
  }

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

  .image-61 {
    width: 50px;
    max-width: 100%;
  }

  .image-62 {
    width: 75%;
  }

  .column-22 {
    flex-flow: row-reverse;
  }

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

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

  .html-embed-13 {
    margin-bottom: 20px;
  }

  .link-block-6 {
    justify-content: center;
  }

  .paragraph-43 {
    margin-bottom: 0;
  }

  .container-60 {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .timeline_item-2-showhome {
    grid-template-columns: 48px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    background-color: rgba(168, 57, 57, 0);
    font-size: 18px;
  }

  .nav-link-2:hover {
    color: #3b3b3b;
  }

  .nav-link-2:active {
    color: #fff;
    background-color: #747474;
  }

  .nav-menu-2 {
    background-color: rgba(32, 199, 136, .95);
    padding-top: 60px;
  }

  .image-63 {
    width: 250px;
    max-width: none;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .container-61 {
    display: none;
  }

  .nav-button-2 {
    padding: 0;
  }

  .icon-4 {
    font-size: 45px;
  }

  .paragraph-44 {
    display: none;
  }

  .list-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }

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

  .list-item-6 {
    color: #414141;
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-48 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-63 {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .page-wrapper-4 {
    padding-bottom: 40px;
  }

  .fa-icon {
    color: #20c788;
    font-size: 30px;
  }

  .accordion-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

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

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    margin-bottom: 10px;
    padding: 10px;
  }
}

#w-node-_39978e07-6eed-62d5-f9cc-be7f88d263e8-0c772017 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39978e07-6eed-62d5-f9cc-be7f88d263e9-0c772017, #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263eb-0c772017, #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263ed-0c772017, #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263ef-0c772017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dcc0bc2-a551-1eac-347f-d510e5535f32-0c772026, #w-node-e27562d4-aa64-4c94-dcca-476080363766-0c772026, #w-node-_51beea1b-4c25-0c29-6412-7bcc1bd3cc61-0c772026, #w-node-_123f5e07-f3e8-f331-6621-8f72916ea5bd-0c772026, #w-node-_123f5e07-f3e8-f331-6621-8f72916ea5ca-0c772026, #w-node-_123f5e07-f3e8-f331-6621-8f72916ea5d7-0c772026, #w-node-cea7852f-e4da-dc26-e2e9-61a28068460b-0c772026, #w-node-_2d346893-31c8-996f-367e-b4cc24a9c00f-0c772026, #w-node-cea7852f-e4da-dc26-e2e9-61a280684625-0c772026, #w-node-e5471cc8-0145-b3ed-601a-9117e01f1182-0c772026, #w-node-e5471cc8-0145-b3ed-601a-9117e01f118f-0c772026, #w-node-e5471cc8-0145-b3ed-601a-9117e01f119c-0c772026 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3548bdc6-baa3-741d-a841-dfd6b1fd183a-0c772030, #w-node-_3548bdc6-baa3-741d-a841-dfd6b1fd184d-0c772030, #w-node-_3548bdc6-baa3-741d-a841-dfd6b1fd1860-0c772030, #w-node-_3548bdc6-baa3-741d-a841-dfd6b1fd1855-0c772030, #w-node-_3548bdc6-baa3-741d-a841-dfd6b1fd1842-0c772030 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9d63945-cf99-7df5-d366-b5cdf0ce71f5-0c772035 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-cd6373b4-c4e1-d152-361c-e87a256f39d2-0c772035, #w-node-_64717fb6-bf39-1e4f-378e-9e826501bfed-0c772035, #w-node-_2e5e0369-82c3-d842-2391-f75c01cced93-0c772035, #w-node-e14d921d-d3fb-2b0a-1907-128789db0c0e-0c772035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6ae3e9ff-5469-3d2f-9b7e-551fae7ad96a-0c772035 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_6ae3e9ff-5469-3d2f-9b7e-551fae7ad96c-0c772035, #w-node-_6ae3e9ff-5469-3d2f-9b7e-551fae7ad96e-0c772035, #w-node-_6ae3e9ff-5469-3d2f-9b7e-551fae7ad970-0c772035, #w-node-_6ae3e9ff-5469-3d2f-9b7e-551fae7ad972-0c772035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f8e581bf-a254-6ed2-2cb1-ff79e36fe49c-0c772035 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-f8e581bf-a254-6ed2-2cb1-ff79e36fe49e-0c772035, #w-node-f8e581bf-a254-6ed2-2cb1-ff79e36fe4a0-0c772035, #w-node-f8e581bf-a254-6ed2-2cb1-ff79e36fe4a2-0c772035, #w-node-f8e581bf-a254-6ed2-2cb1-ff79e36fe4a4-0c772035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9dcc0bc2-a551-1eac-347f-d510e5535f32-0c772044, #w-node-_78081b22-1ef5-136f-7d2a-f743e7aa9288-0c772044, #w-node-_855d6d23-d5a9-74ec-c679-36f59028fa66-0c772044, #w-node-_83095932-dbfa-85b8-e732-6c04449a0699-0c772044, #w-node-_83095932-dbfa-85b8-e732-6c04449a06b6-0c772044, #w-node-_83095932-dbfa-85b8-e732-6c04449a06d3-0c772044, #w-node-_635a2063-9f35-52d8-f06f-195de5a18f09-0c772044, #w-node-_635a2063-9f35-52d8-f06f-195de5a18f26-0c772044, #w-node-_635a2063-9f35-52d8-f06f-195de5a18f43-0c772044 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_10e1e0a1-9adc-679c-28ea-f5252679cf30-0c77205f, #w-node-_10e1e0a1-9adc-679c-28ea-f5252679cf1b-0c77205f, #w-node-_14f07b6b-7d55-e7f4-dfcf-eafb257fd204-0c77205f, #w-node-_10e1e0a1-9adc-679c-28ea-f5252679cf3a-0c77205f, #w-node-_10e1e0a1-9adc-679c-28ea-f5252679cf26-0c77205f, #w-node-cde8637f-b8ad-094d-bfb7-c3f30b2007a8-0c772060, #w-node-_8cff1743-eb6c-6c6f-d5b8-50944c847d22-0c772060 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3548bdc6-baa3-741d-a841-dfd6b1fd184d-0c772030, #w-node-_3548bdc6-baa3-741d-a841-dfd6b1fd1842-0c772030, #w-node-_10e1e0a1-9adc-679c-28ea-f5252679cf30-0c77205f, #w-node-_14f07b6b-7d55-e7f4-dfcf-eafb257fd204-0c77205f, #w-node-_10e1e0a1-9adc-679c-28ea-f5252679cf26-0c77205f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26340-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26345-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26347-0c772017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26355-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d2635a-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d2635c-0c772017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d2636a-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d2636f-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26371-0c772017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d2637c-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d2637f-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26381-0c772017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26391-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d26394-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263a8-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263ab-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263b9-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263bc-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263ca-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263cd-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263d9-0c772017 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39978e07-6eed-62d5-f9cc-be7f88d263dc-0c772017 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938ab-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938ae-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938b0-0c772032 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938b8-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938bb-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938bd-0c772032 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938c6-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938c9-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938cb-0c772032 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938d1-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938d4-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938d6-0c772032 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938e2-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938e5-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938f5-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b8208938f8-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b82089390f-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b820893912-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_79d4459c-b474-b902-786f-21b82089392b-0c772032 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_79d4459c-b474-b902-786f-21b82089392e-0c772032 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}