:root {
  --18181d: #18181d;
  --white: white;
  --indian-red: #db4b68;
  --race-red: #d13a37;
  --black: black;
  --rosy-brown: #af9387;
  --white-smoke: #ebedee;
  --grey: #f8f8f8;
  --blur: #f8f8f8cc;
  --padding--2rem: 0px;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: var(--18181d);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

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

li {
  margin-bottom: 10px;
}

label {
  color: #18181db3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #18181db3;
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: #18181d80;
  text-align: center;
  margin-top: 5px;
}

.grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero1-image {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero1-image.lightbox-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.size1-text {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

.size1-text.size1-top-clear {
  margin-top: 0;
}

.size1-text.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-text.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size1-text.subtext {
  margin-bottom: 0;
  font-size: 1rem;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.label.white-label {
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
}

.label.white-outline-label {
  background-color: #ffffff1a;
  border-color: #ffffff80;
}

.label.inside-label {
  z-index: 40;
  background-color: var(--18181d);
  color: var(--white);
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label {
  z-index: 40;
  background-color: var(--18181d);
  color: var(--white);
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label.sale-label {
  background-color: var(--indian-red);
  border-style: solid;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.button-large {
  background-color: var(--18181d);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-large.hero2-button {
  background-color: #030303;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.hero2-button:hover {
  background-color: #2f2f38;
}

.button-large.hero3-button {
  background-color: var(--race-red);
  position: static;
  inset: auto auto 0% 0%;
}

.button-large.hero3-button:hover {
  background-color: #a71d1b;
}

.button-large.hidden {
  display: none;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.section {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  transition: all .2s;
  display: flex;
}

.section.hidden {
  display: none;
}

.section.section-services {
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
}

.section.contact-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.size2-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.size2-text.size2-top-clear {
  margin-top: 0;
}

.size2-text.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-text.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  margin-top: 0;
}

.size5-text.size5-bottom-clear {
  margin-bottom: 0;
}

.size5-text.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.size4-text.size4-top-clear {
  margin-top: 0;
}

.size4-text.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70 {
  opacity: .7;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70.paragraph70-bottom-clear.paragraphdark {
  display: none;
}

.paragraph-70.paragraph70-bottom-clear._404para {
  color: var(--black);
}

.paragraph-70.paragraphdark {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-70.faq {
  color: var(--18181d);
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.size6-text.size6-top-clear {
  margin-top: 0;
}

.size6-text.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
  margin-bottom: 0;
}

.product-image {
  background-image: url('../images/circa-chandelier_hires_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.product-image.product-image-size-s {
  height: 240px;
}

.product-image.product-image-size-m {
  height: 360px;
}

.product-image.product-image-size-l {
  height: 480px;
}

.product-image.product-image-size-xl {
  height: 600px;
}

.product-wrap {
  margin-bottom: 40px;
}

.cta {
  background-color: var(--race-red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.cta:hover {
  background-color: #272731;
}

.cta.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  font-weight: 600;
}

.cta.form-centered-button {
  justify-content: center;
}

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

.cta.navcta {
  margin-top: 0;
  padding: .5rem 1.5rem .5rem .5rem;
}

.button-label {
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.button-label.textsmall {
  font-size: 13px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.content23-item {
  margin-bottom: 25px;
}

.button-text {
  color: var(--18181d);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content24-image {
  background-image: url('../images/clarisse-meyer-5xbdx3TqPnw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 360px;
  margin-top: 67px;
}

.content24-quote {
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.deco-dot {
  background-color: var(--rosy-brown);
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.content24-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content8-grey-background {
  background-color: #fafafa;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content8-image {
  z-index: 1;
  background-image: url('../images/autri-taheri-WjDU5pKWYeo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content4-headline-wrap {
  width: 479px;
  position: relative;
}

.content4-image {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 700px;
}

.content4-image2 {
  background-image: url('../images/belmont_essence_1_low_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 520px;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
}

.content10-content-wrap {
  position: relative;
}

.content11-image2 {
  background-image: url('../images/285168515_4893887817389716_6497906099459087746_n.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 376px;
  min-height: 480px;
}

.content11-image2._3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 4px;
}

.content11-image2._3._4 {
  background-image: url('../images/287341309_4927962370648927_4873558921293117392_n.jpg');
  background-position: 33%;
}

.content11-image2._3._6 {
  background-image: url('../images/276160518_4710674395711060_5993768603788467851_n.jpg');
}

.content11-image2._5 {
  background-image: url('../images/286083487_4930676603710837_5354557215541066231_n.jpg');
}

.content11-image2._10 {
  background-image: url('../images/276160518_4710674395711060_5993768603788467851_n.jpg');
}

.content11-image2._12 {
  background-image: url('../images/286083487_4930676603710837_5354557215541066231_n.jpg');
}

.content10-image {
  background-image: url('../images/5d9ddc44d30da3c4288c9126_hello-i-m-nik-kIdgXw0cWMc-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.content33-divider {
  background-color: #292931;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content33-image {
  background-image: url('../images/hello-i-m-nik-kIdgXw0cWMc-unsplash.jpg');
  background-position: 50% 10%;
  background-size: cover;
  height: 230px;
  margin-bottom: 45px;
}

.content34-item-wrap {
  margin-top: -38px;
  display: flex;
}

.link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.content9-content-wrap {
  padding-right: 36px;
  position: relative;
}

.content9-text {
  margin-bottom: 30px;
}

.content9-image1 {
  background-image: url('../images/5d9ddc97b7de930e145fde35_20190907_SFP_Lifestyle_CameronKirbyRichKay_Web_800x1200-126__27751.1568419143.1280.1280.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 460px;
}

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

.content9-image2 {
  background-image: url('../images/5d9ddcc4b7de936a525fe1b5_20190809_SFP_Event_OSLFestival_Web_800x1200-10__72731.1568414532.1280.1280.jpg');
  background-position: 50%;
  background-size: cover;
  height: 320px;
}

.content9-grey-section {
  background-color: #fafafa;
  min-height: 140px;
}

.hero3-image {
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.hero5-image-wrap {
  color: #fff;
  background-image: linear-gradient(#18181d99, #18181d99), url('../images/circafloor_pedestal_env_72_download_download.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 60px 36px;
  display: flex;
}

.hero5-image-wrap.hero5-image1 {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero5-image-wrap.hero5-image2 {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/brad-pearson-S9ts_A3-khk-unsplash.jpg');
}

.hero5-image-wrap.hero5-image3 {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-110.jpg');
}

.hero5-text {
  flex: 1;
  margin-bottom: 30px;
}

.hero2-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: block;
  position: relative;
  inset: 0%;
}

.hero-right {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-with-background-wrap {
  border-bottom: 1px solid var(--white-smoke);
  position: relative;
}

.hero-with-background-wrap.hero2-wrap {
  border-bottom: 0px solid var(--white-smoke);
  background-color: #333;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 2rem;
  display: flex;
}

.hero-with-background-wrap.hero2-wrap.about-us {
  flex: 1;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
}

.hero2-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero2-product {
  background-color: var(--white);
  color: var(--18181d);
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero2-product-name {
  opacity: .7;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.hero2-product-name:hover {
  opacity: 1;
}

.hero2-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero2-title {
  color: #f1f1f1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 2rem 2rem 3rem;
  display: flex;
}

.hero2-title.socialheader {
  flex-flow: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 3rem;
  padding-left: 3rem;
  display: block;
}

.hero2-latest {
  color: #fff;
  background-color: #18181d;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.hero2-latest:hover {
  background-color: var(--black);
}

.hero2-image-collection {
  background-image: url('../images/297396148_5067336306711532_3842477344290989992_n.jpg');
  background-position: 50% 60%;
  background-size: cover;
  flex: none;
  width: 180px;
  height: 180px;
  margin-right: 36px;
}

.hero2-product-price {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

.content.content1-button-wrap {
  padding-top: 36px;
  padding-bottom: 36px;
}

.content23-image {
  background-image: url('../images/apparel-black-and-white-boutique-1884583.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.content10-bottom-section {
  margin-top: 100px;
}

.hero3-content {
  padding-right: 36px;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image2 {
  background-image: url('../images/coilover2.png');
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image3 {
  background-image: url('../images/air-filter.jpg');
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image4 {
  background-image: url('../images/441158592_423442550450201_4867926031548739884_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image5 {
  background-image: url('../images/car2.png');
  background-position: 50%;
  background-size: cover;
}

.content35-feed-image.content35-image6 {
  background-image: url('../images/452927050_467762089351580_7123168991632297665_n.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.content35-feed-image.content35-image1 {
  background-image: url('../images/451986766_464115136382942_8015898140447508913_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.content35-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 273px;
  margin-bottom: 56px;
  display: grid;
}

.content35-headline-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.top-notification {
  background-color: var(--18181d);
  text-align: center;
}

.notification-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.other4-text {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
}

.notification-link-wrap {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.shop-now-span {
  text-transform: uppercase;
}

.content29-qa-item {
  padding-right: 103px;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content7-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 460px;
}

.content7-content-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.product2-content-wrap {
  z-index: 5;
  max-width: 400px;
  min-height: 500px;
  color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/278552676_4839720289473136_3230287806947856221_n.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.product2-content-wrap._2 {
  background-image: url('../images/298734708_5089009304544232_2731082280244070282_n.jpg');
  background-position: 87%;
  display: flex;
}

.product2-content-wrap._3 {
  background-image: url('../images/273829648_4617920704986430_5692270882402841944_n.jpg');
  background-position: 0 100%;
}

.product2-content-wrap._4 {
  background-image: url('../images/293984381_5018002478311582_287368637631861697_n.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  max-width: 400px;
}

.product2-content-wrap.reviews {
  outline-offset: 0px;
  background-image: none;
  border-radius: 4px;
  outline: 2px solid #ebedee;
  justify-content: center;
  align-items: flex-start;
  min-height: 350px;
  position: relative;
}

.product2-name-wrap {
  margin-bottom: 8px;
}

.nav1-menu-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--18181d);
  background-color: #0000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 26px;
}

.nav-link {
  color: var(--white-smoke);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

.nav-link.hidden {
  display: none;
}

.nav-link.mobile-menu.w--current {
  text-decoration: none;
}

.cart {
  margin-left: 15px;
}

.hero5 {
  border-bottom: 1px solid var(--white-smoke);
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav1-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero1 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content6-image2 {
  background-image: url('../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-110.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 460px;
}

.content6-image3 {
  background-image: url('../images/brooke-cagle-KriecpTIWgY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
}

.hero6 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#18181d73, #18181d73), url('../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.hero6.hero6-home3 {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/allef-vinicius-PxZyPAo91os-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 640px;
}

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

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 500;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
  margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
  margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

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

.content22-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content22-text-wrap {
  margin-bottom: 36px;
}

.blog1-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog1-image:hover {
  opacity: .8;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.blog3-image {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 460px;
  padding: 36px;
  display: flex;
  position: relative;
}

.blog3-headline-wrap, .content17-headline-wrap {
  max-width: 582px;
}

.content17-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
}

.content17-author-pic.content17-image2 {
  background-image: url('../images/Avatar-2.jpg');
}

.content17-author-pic.content17-image1 {
  background-image: url('../images/Avatar-1.jpg');
}

.content17-author-pic.content17-image3 {
  background-image: url('../images/Avatar-3.jpg');
}

.content17-author-pic.content17-image4 {
  background-image: url('../images/Avatar-4.jpg');
}

.content17-author-pic.content17-image8 {
  background-image: url('../images/Avatar-8.jpg');
}

.content17-author-pic.content17-image7 {
  background-image: url('../images/Avatar-7.jpg');
}

.content17-author-pic.content17-image6 {
  background-image: url('../images/Avatar-6.jpg');
}

.content17-author-pic.content17-image5 {
  background-image: url('../images/Avatar-5.jpg');
}

.product2-content-card-wrap {
  min-width: 328px;
  color: var(--18181d);
  background-color: #fff;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 36px 30px;
  display: flex;
}

.text-field {
  width: 100%;
  color: var(--18181d);
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus, .text-field.-wfp-focus {
  color: var(--18181d);
  background-color: #ececec;
}

.text-field.right-margin-field {
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.cart-input {
  width: 60px;
  color: var(--white);
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

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

.footer2-form {
  align-self: center;
  margin-bottom: 0;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
}

.footer2-form-wrap, .footer2-bottom-left-column {
  display: flex;
}

.footer2-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.footer2 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.footer2-disclaimer-wrap {
  border: 1px solid var(--white-smoke);
  margin-bottom: 20px;
  padding: 16px 20px 6px;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

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

.menu-icon {
  display: inline-block;
  position: relative;
}

.nav1-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content6-image1 {
  background-image: url('../images/autri-taheri-WjDU5pKWYeo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.product5-category-link {
  color: var(--18181d);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-nav-wrap {
  padding-right: 50px;
  position: sticky;
  top: 130px;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  background-color: var(--18181d);
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
}

.hero3 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero5-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 479px;
  display: flex;
}

.hero6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
}

.content4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content9-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content11-grid {
  float: none;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.content11-grid._4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
}

.content16-grid, .content17-grid, .content22-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content24-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content28-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-grid, .content33-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-contacts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content34-grid {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.product5-feed-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-button-wrap {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.blog2-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog2-image:hover {
  opacity: .8;
}

.blog2-headline-wrap {
  max-width: 582px;
}

.blog2-grid, .blog3-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-form {
  align-self: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.cta8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta8-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 582px;
  display: flex;
}

.other4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer2-form-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer2-links-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: grid;
}

.footer2-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph {
  margin-bottom: 10px;
}

.cart-wrap {
  color: #fff;
  background-color: #18181d4d;
}

.content6-headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-close-icon {
  opacity: .5;
}

.cart-container {
  background-color: var(--18181d);
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-image {
  width: 80px;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-remove-link {
  color: var(--white);
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.cart-line-item {
  text-transform: none;
}

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

.empty-state {
  width: 100%;
  max-width: 1200px;
  color: var(--18181d);
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper.m100 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.m80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.m50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper.m100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wrapper.m50-100 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.wrapper.m80-100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper.m100-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrapper.m20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.m80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m0-100 {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.wrapper.m0-100.section-about {
  display: block;
}

.wrapper.m20-100 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  padding-bottom: 0;
}

.wrapper.m0-80 {
  padding-bottom: 80px;
}

.wrapper.m0-20 {
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapper.m100-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.styleguide-products-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.grey-body {
  background-color: var(--white-smoke);
}

.hero2-product-name-link-wrap {
  color: #000;
  text-decoration: none;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.size6-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.size6-link:hover {
  opacity: .7;
}

.size6-link.size6-top-clear {
  margin-top: 0;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0;
}

.size6-link.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.size3-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.size3-link:hover {
  opacity: .7;
}

.size3-link.size3-top-clear {
  margin-top: 0;
}

.size3-link.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-link.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.product3-content-wrap, .product4-content-wrap {
  margin-top: 26px;
}

.blog2-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.size4-link {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.size4-link:hover {
  opacity: .7;
}

.size4-link.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-link.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-link.size4-top-clear {
  margin-top: 0;
}

.blog2-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog3-link {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

.blog3-link:hover {
  opacity: .8;
}

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.size5-link.size5-top-clear {
  margin-top: 0;
}

.size5-link.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
  margin-bottom: 0;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
}

.cta11-map {
  line-height: 20px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.cta11-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 2rem;
  display: grid;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.cta11-form-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.footer2-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-link:hover, .footer2-link.w--current {
  opacity: 1;
}

.footer2-link.footerheader {
  font-weight: 600;
}

.footer2-link.hidden {
  display: none;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer2-bottom-link {
  opacity: .7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-bottom-link:hover {
  opacity: 1;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  margin-top: 30px;
}

.lightbox-product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 173px;
  height: 173px;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image:hover {
  opacity: .8;
}

.lightbox-link {
  display: block;
}

.option {
  margin-bottom: 24px;
}

.headline-wrap-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-detail-wrap {
  min-height: 360px;
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.category-detail-wrap.all-products-header {
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  background-image: linear-gradient(#18181da6, #18181da6), url('../images/cobra.png');
  background-position: 0 0, 50% 79%;
  background-size: auto, cover;
}

.content36-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 360px;
  margin-bottom: 26px;
}

.content36-author-pic.content36-pic1 {
  background-image: url('../images/Avatar-6.jpg');
}

.content36-author-pic.content36-pic2 {
  background-image: url('../images/Avatar-2.jpg');
}

.content36-author-pic.content36-pic3 {
  background-image: url('../images/Avatar-7.jpg');
}

.content36-headline-wrap {
  max-width: 582px;
}

.content36-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home1-deco-part {
  background-image: url('../images/20190805_SFP_Lifestyle_OSLOuterwear-124.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.content28-logo {
  opacity: .3;
  max-width: 103px;
  max-height: 103px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog3-image-dark-overlay {
  background-color: #18181d80;
  position: absolute;
  inset: 0%;
}

.blog3-content-wrap {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home2-deco-part {
  background-image: url('../images/car1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.blog1-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0;
}

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  color: #18181db3;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block em {
  opacity: .7;
}

.rich-text-block a {
  text-decoration: none;
}

.rich-text-block a:hover {
  text-decoration: underline;
}

.rich-text-block blockquote {
  border-left-width: 4px;
  border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product-description-wrap {
  margin-top: 26px;
}

.styleguide-text-combo-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.styleguide-note-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.wrapper-content-preview {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50px;
  height: 100px;
}

.checkout-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-form {
  padding: 80px 40px;
}

.order-summary-wrap {
  top: 100px;
}

.checkout-section-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.block-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.payment-details-wrap {
  margin-right: 30px;
}

.order-price {
  font-weight: 500;
}

.item-image {
  width: 80px;
}

.items-in-order-content-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.order-item {
  margin-bottom: 30px;
}

.quantity-wrap-items {
  opacity: .7;
}

.order-confirmation-container {
  padding: 80px 40px;
}

.total-line-item {
  margin-bottom: 0;
}

.blog-detail-post-cover-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.blog-detail-author-wrap {
  align-items: flex-start;
  display: flex;
}

.blog-detail-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-detail-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.blog-detail-author-pic {
  background-image: url('../images/Avatar-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 57px;
  height: 57px;
  margin-right: 24px;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-section-wrap {
  background-color: var(--white);
  padding: 90px 130px;
  position: relative;
}

.paragraph-small-70 {
  opacity: .7;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.styleguide-background-wrap {
  background-color: var(--18181d);
  color: var(--white);
  text-align: center;
  padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
  background-color: var(--white-smoke);
  color: var(--18181d);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
  background-color: var(--black);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
  background-color: var(--18181d);
  color: var(--white);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
  background-color: var(--rosy-brown);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
  background-color: var(--indian-red);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
  background-color: var(--race-red);
}

.styleguide-button-wrap {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 50px;
  padding: 20px;
}

.item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.styleguide-form-wrap, .styleguide-form {
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  margin-top: 20px;
}

.size1-link {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  display: block;
}

.size1-link:hover {
  opacity: .7;
}

.size1-link.size1-top-clear {
  margin-top: 0;
}

.size1-link.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-link.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

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

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form-wrap {
  flex-direction: column;
  width: 360px;
  display: flex;
}

._404-page-wrap {
  background-image: url('../images/286879474_4916767881768376_8184239474632659275_n.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-message-wrap {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.size2-link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
  display: block;
}

.size2-link.size2-top-clear {
  margin-top: 0;
}

.size2-link.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-link.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.licence-buttons-grid {
  grid-template-rows: auto;
  margin-top: 30px;
}

.licence-image {
  background-image: url('../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: url('../images/brooke-cagle-KriecpTIWgY-unsplash.jpg');
}

.licence-image.pexels {
  background-image: url('../images/apparel-black-and-white-boutique-1884583.jpg');
}

.home3-centered-headline-wrap {
  text-align: center;
}

.content4-product-description-wrap {
  margin-top: 15px;
}

.div-block {
  align-self: flex-start;
}

.paypal {
  border-radius: 0;
  margin-bottom: 15px;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.container {
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-2 {
  align-items: center;
  display: flex;
}

.paragraphreview {
  color: var(--18181d);
  font-size: 20px;
  position: relative;
}

.reviewdetail {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 200px;
  display: block;
  position: absolute;
  inset: 21% auto auto 1%;
}

.image {
  z-index: -1;
  opacity: .05;
  color: #157caf;
  border: 1px #f52f2f;
  order: 0;
  position: absolute;
  inset: 5% auto auto 5%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: stretch;
  place-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: var(--race-red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--race-red);
  background-color: var(--race-red);
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--race-red);
  color: var(--race-red);
  background-color: #fff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: #333;
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: 2px solid var(--race-red);
  background-color: var(--race-red);
  color: #fff;
  text-align: center;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--race-red);
  color: var(--race-red);
  background-color: #0000;
}

.fs-cc-prefs_title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.decorshape {
  z-index: -1;
  background-color: var(--race-red);
  clip-path: polygon(19% 0, 100% 0, 79% 100%, 0% 100%);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 19% 0% auto;
}

.hero-img {
  opacity: 0;
  max-width: 60%;
}

.hero-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.hero-image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 60%;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-image.about-us-img {
  vertical-align: baseline;
  object-position: 50% 100%;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.hero-img-container {
  width: 65%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-img-icon {
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-img-icon.services-icon {
  width: 5rem;
  position: relative;
}

.services-headline {
  background-color: var(--race-red);
  justify-content: flex-end;
  align-items: center;
  padding: 1.5rem 3rem;
  transition: all .2s;
  display: flex;
}

.services-headline:hover {
  background-color: var(--18181d);
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.view-services {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.services-grid {
  order: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: -2px;
}

.image-2 {
  width: 100%;
}

.services-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.services-img.service-img-1 {
  background-image: url('../images/coilover2.png');
  background-position: 50%;
  background-size: cover;
}

.services-img.service-img-2 {
  background-image: url('../images/452025266_464115233049599_951278510532315566_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.services-img.service-img-3 {
  background-image: url('../images/455186652_478484224946033_1691611146361562144_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.services-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--grey);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.services-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.services-grid-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center stretch;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.service-item-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--white-smoke);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 23rem;
  padding: 1rem;
  display: flex;
}

.service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 6rem;
}

.heading-2, .paragraph-71 {
  text-align: center;
}

.link-block {
  display: block;
}

.link-block-2 {
  display: none;
}

.container-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.container-3 {
  background-color: #8930ff;
  border-radius: 8px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 2rem 0;
  position: relative;
}

.sociallink {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--white);
  background-color: var(--grey);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sociallink.socialig {
  background-color: var(--blur);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(160px, 50px)rotate(10deg);
}

.sociallink.socialfb {
  background-color: var(--blur);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 1rem 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-10px, 80px)rotate(-7deg);
}

.image-3 {
  width: 30px;
  height: 30px;
}

.socialcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sociallinkscontainer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  margin-left: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero2-content {
    width: 75%;
  }

  .hero2-title.socialheader {
    width: 100%;
    max-width: 550px;
  }

  .sociallink.socialig {
    transform: translate(220px, 50px)rotate(10deg);
  }

  .sociallink.socialfb {
    transform: translate(50px, 80px)rotate(-7deg);
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
  }

  .button-large.hidden {
    display: none;
  }

  .section {
    justify-content: center;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-image {
    background-position: 50%;
  }

  .cta {
    justify-content: center;
    align-items: center;
  }

  .cta.navcta {
    display: none;
  }

  .content24-image {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .content24-quote {
    width: auto;
    position: static;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .content4-image {
    height: 640px;
  }

  .content4-image2 {
    height: 460px;
  }

  .content11-image2 {
    display: block;
  }

  .content11-image2._3 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/273829648_4617920704986430_5692270882402841944_n.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-clip: border-box;
    display: block;
  }

  .content11-image2._3._4, .content11-image2._3._6 {
    display: none;
  }

  .content11-image2._10 {
    background-image: url('../images/276160518_4710674395711060_5993768603788467851_n.jpg');
  }

  .content11-image2._12 {
    background-image: url('../images/286083487_4930676603710837_5354557215541066231_n.jpg');
  }

  .content10-image {
    width: 100%;
    max-width: 738px;
    height: 640px;
  }

  .content34-item-wrap {
    margin-top: 0;
  }

  .content9-image-grid {
    margin-top: 36px;
  }

  .hero3-image {
    min-height: 640px;
  }

  .hero2-background {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero-right {
    height: 480px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero-with-background-wrap {
    flex-direction: column;
    display: flex;
  }

  .hero-with-background-wrap.hero2-wrap {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero2-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-product {
    color: var(--white);
    background-color: #18181d;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero2-product-name {
    color: #fff;
  }

  .hero2-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-title {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 47px 2rem 67px;
  }

  .hero2-title.socialheader {
    width: 70%;
    padding-bottom: 6rem;
    padding-left: 2.5rem;
  }

  .hero2-latest {
    padding: 26px;
  }

  .content {
    max-width: 738px;
  }

  .content33-content {
    margin-bottom: 20px;
  }

  .content10-bottom-section {
    margin-top: 60px;
  }

  .hero3-content {
    margin-top: 40px;
  }

  .content35-pictures-feed {
    min-height: 170px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-image {
    height: auto;
    min-height: 460px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .product2-content-wrap {
    align-items: center;
    min-width: 100%;
  }

  .product2-content-wrap.reviews {
    max-width: 90vw;
    min-height: 250px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav-link.mobile-menu {
    color: var(--18181d);
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .hero1 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-image3 {
    height: 260px;
  }

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

  .hero6.hero6-home3 {
    min-height: 60vh;
  }

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content22-content-wrap {
    margin-top: -25px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .blog3-image {
    min-height: 400px;
  }

  .blog3-headline-wrap, .content17-headline-wrap {
    max-width: none;
  }

  .cta8-form-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta8-headline-wrap {
    text-align: left;
  }

  .cta7-map {
    height: auto;
  }

  .menu-button {
    margin-left: 24px;
  }

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

  .nav1-menu {
    z-index: 15;
    border-bottom: 1px solid var(--white-smoke);
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cta7-map-wrap {
    flex-direction: row;
    min-height: 360px;
    display: flex;
  }

  .content6-image1 {
    background-position: 50% 0;
    height: 260px;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero3, .hero5-grid, .hero6-grid, .content4-grid, .content6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content8-grid, .content9-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content11-grid._4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
    max-width: none;
  }

  .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content28-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content29-grid, .content33-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-contacts-grid {
    grid-column-gap: 24px;
    width: 100%;
    max-width: 738px;
    margin-bottom: 30px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .blog1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .blog2-headline-wrap {
    max-width: none;
  }

  .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .other4-grid, .footer2-form-grid, .footer2-links-grid, .footer2-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .empty-state, .success-message, .error-message {
    max-width: 738px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper.m50-80 {
    padding-bottom: 0;
  }

  .blog2-button-wrap {
    margin-bottom: 30px;
  }

  .cta11-map-wrap {
    flex-flow: column;
    min-height: 360px;
    margin-top: 0;
    display: flex;
  }

  .cta11-map {
    height: auto;
  }

  .cta11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .add-to-cart {
    width: 479px;
  }

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content36-author-pic {
    height: 260px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .content36-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .home1-deco-part {
    height: 260px;
  }

  .content28-logo {
    max-width: 70%;
  }

  .home2-deco-part {
    height: 260px;
  }

  .rich-text-block {
    width: 100%;
  }

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

  .order-summary-wrap {
    position: static;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .order-confirmation-container {
    background-color: #0000;
    padding: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .licence-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .container {
    flex-flow: wrap;
    flex: 1;
    place-content: stretch center;
    align-self: auto;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .html-embed {
    min-width: 100%;
  }

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

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-left {
    width: 100%;
    max-width: 100%;
  }

  .hero-img-container, .services-img.service-img-1 {
    display: none;
  }

  .services-grid-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .service-item-container {
    min-height: 27rem;
  }

  .container-3 {
    width: 100%;
    max-width: 480px;
  }

  .sociallink.socialig {
    transform: translate(240px, 50px)rotate(10deg);
  }

  .sociallink.socialfb {
    transform: translate(40px, 80px)rotate(-7deg);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

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

  .section.section-services {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

  .content23-item {
    margin-bottom: 10px;
  }

  .content24-image {
    background-position: 50%;
  }

  .content24-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content8-image {
    background-position: 50%;
    min-height: 400px;
    margin-bottom: 18px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image {
    height: 460px;
  }

  .content4-product-name-wrap {
    width: 100%;
    margin-bottom: -30px;
  }

  .content11-image2, .content11-image2._3 {
    display: none;
  }

  .content10-image {
    height: 460px;
  }

  .content9-image1 {
    margin-bottom: 20px;
  }

  .content9-grey-section {
    display: none;
  }

  .hero3-image {
    min-height: 460px;
  }

  .hero5-image-wrap {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-right {
    height: 480px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero2-product {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-title {
    padding: 37px 1rem 47px;
  }

  .hero2-title.socialheader {
    width: 100%;
    padding-bottom: 7.2rem;
    padding-left: 2rem;
  }

  .hero2-latest {
    flex-direction: column;
  }

  .hero2-image-collection {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content23-image {
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content10-bottom-section {
    margin-top: 40px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 360px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .product2-content-wrap {
    padding: 26px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .hero1 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content6-image3 {
    display: none;
  }

  .hero6 {
    min-height: 600px;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .blog3-image {
    padding: 26px;
  }

  .footer2-bottom-left-column {
    flex-direction: column;
  }

  .menu-button {
    margin-left: 20px;
  }

  .product5-nav-wrap {
    position: static;
  }

  .navbar1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero3, .hero5-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero5-content {
    text-align: center;
    align-items: center;
    max-width: none;
  }

  .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content11-grid._4 {
    grid-template-rows: auto;
  }

  .content16-grid, .content17-grid, .content22-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content23-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content24-grid, .content28-grid, .content29-grid, .content33-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content33-contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .other4-grid, .footer2-form-grid, .footer2-links-grid, .footer2-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .cart-product-price {
    font-size: 14px;
    line-height: 22px;
  }

  .empty-state, .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m0-100 {
    padding-bottom: 10px;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
  }

  .cta11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .add-to-cart {
    width: auto;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .content36-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content28-logo {
    max-width: 100%;
    max-height: none;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

  .checkout-form {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .size2-link {
    font-size: 32px;
    line-height: 40px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .hero-img-icon.services-icon {
    display: none;
  }

  .view-services {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .services-grid {
    margin-bottom: 0;
  }

  .services-img.service-img-3 {
    display: none;
  }

  .services-grid-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .service-item-container {
    min-height: auto;
  }

  .sociallink.socialig {
    transform: translate(220px, 30px)rotate(10deg);
  }

  .sociallink.socialfb {
    transform: translate(30px, 80px)rotate(-7deg);
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .label.white-label, .label.inside-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.section-services {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .paragraph-70.paragraphdark {
    width: 100%;
  }

  .cta {
    flex: 1;
    align-self: stretch;
  }

  .cta.white-small {
    flex: none;
  }

  .button-label {
    line-height: 19px;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image, .content4-image2 {
    height: 400px;
  }

  .content11-image2._3 {
    display: none;
  }

  .content10-image {
    height: 360px;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .content9-content-wrap {
    padding-right: 0;
  }

  .content9-image1 {
    height: 320px;
    margin-bottom: 16px;
  }

  .hero5-image-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-right {
    height: 360px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-with-background-wrap.hero2-wrap.about-us {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero2-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero2-product-name {
    margin-bottom: 0;
  }

  .hero2-title {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero2-title.socialheader {
    width: 100%;
    padding-left: 0;
  }

  .hero2-latest {
    flex-direction: column;
    padding: 20px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .product2-content-wrap {
    padding: 16px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .product2-content-card-wrap {
    min-width: 75%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field.right-margin-field {
    margin-bottom: 10px;
  }

  .text-field.cart-input {
    color: var(--white);
  }

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .footer2-form-wrap, .footer2-bottom-left-column {
    flex-direction: column;
  }

  .menu-button {
    margin-left: 16px;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .product5-nav-wrap {
    display: block;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero3, .hero5-grid, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content11-grid._4 {
    grid-template-rows: auto;
  }

  .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content28-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content29-grid, .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .other4-grid, .footer2-form-grid, .footer2-links-grid, .footer2-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cart-container {
    min-width: 240px;
    max-width: 320px;
  }

  .cart-product-image {
    width: 56px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m50-80 {
    padding-bottom: 0;
  }

  .wrapper.m0-100 {
    margin-top: 0;
    padding-bottom: 32px;
  }

  .wrapper.m0-100.section-about {
    padding-bottom: 0;
  }

  .size3-link {
    font-size: 22px;
    line-height: 29px;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .lightbox-product-image {
    height: 70px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .category-detail-wrap {
    min-height: 260px;
  }

  .content36-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part {
    height: 200px;
  }

  .home2-deco-part {
    background-position: 50% 90%;
    background-size: cover;
    background-attachment: scroll;
    height: 30vh;
  }

  .checkout-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .item-image {
    width: 60px;
  }

  .items-in-order-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

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

  .licence-image {
    height: 300px;
  }

  .container {
    max-width: 90vw;
  }

  .paragraphreview {
    font-size: 16px;
  }

  .image {
    top: 7%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .hero-left {
    padding-top: 2rem;
  }

  .hero-img-icon.services-icon {
    width: 3rem;
  }

  .services-headline {
    justify-content: center;
    align-items: center;
  }

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

  .services-img.service-img-2 {
    min-height: 20vh;
  }

  .services-info.customer-fave {
    display: none;
  }

  .services-grid-container {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .sociallink.socialig {
    padding: 1rem;
    transform: translate(180px, 70px)rotate(10deg);
  }

  .sociallink.socialfb {
    padding: 1rem;
    transform: translate(10px, 105px)rotate(-7deg);
  }
}

#w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-b7ced847 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2aed03aa-3f99-0d75-de57-ab26c64520ec-b7ced847 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: end;
}

#w-node-_2e85f6c0-8044-c274-5bc8-3940ac5b4293-b7ced847 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_7f8c9aab-790a-6370-e1b7-b46f2fc5af45-b7ced847 {
  grid-area: 5 / 3 / 4 / 4;
}

#w-node-d16fb654-2870-d018-94ee-04c9c0f466d0-b7ced847 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-f954c338-84af-732f-7ebc-5f1f6dc6853f-b7ced847 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-aa90ae41-3f2b-f294-68e5-8c0cb6a764f5-b7ced847 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_449bc470-09a1-2e2e-4f41-f3720cc52347-b7ced847 {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_65bfd7e7-fae6-2252-aa4a-1f0cd831f6e2-b7ced847, #w-node-_603e5635-65ae-52d0-2ca4-514031499c33-f4c28b99 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28baf-f4c28b99 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e97f5dc1-367b-06ea-5bd7-cb7d00ce8c51-f4c28b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28bba-f4c28b99 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-b7ced855 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-b7ced857 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b7ced857, #w-node-_8d8e0eff-8d04-785f-c906-6c48769d43bb-769d43b7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-b7ced858 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-b7ced858 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-b7ced858 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad959-b7ced858 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a5d92ca-16da-e714-e57c-1a4b4b2ae1a3-b7ced858, #w-node-_6f69e17e-f161-0277-a7e4-9ff759521c7f-b7ced858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4613403-5e6f-019b-dcad-a8a16604e0c6-b7ced858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_682e7d0a-09db-0883-4176-b13a7462fbfa-b7ced858 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_682e7d0a-09db-0883-4176-b13a7462fbfd-b7ced858, #w-node-_682e7d0a-09db-0883-4176-b13a7462fc06-b7ced858 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-b7ced859 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b7ced859 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b7ced859 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-b7ced859 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-b7ced859 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-b7ced859 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b7ced859 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-b7ced859, #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b7ced85a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b7ced85a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b7ced85a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b7ced85a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b7ced85a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b7ced85a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b7ced85a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b7ced85a {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b7ced85a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b7ced85a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-b7ced85e {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-b7ced85e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c7df4b40-310e-bd86-551b-f750196096c8-b7ced85f {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5dc0b1e00beb0bdc4f49686aan-b7ced85f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b7ced860 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-b7ced860, #w-node-_32124c62-f375-107f-8e9f-35e7246db990-b7ced860, #w-node-_351f2930-9287-ed56-80b8-1eaf65a9d540-b7ced860, #w-node-_39d00bf7-0a9d-de0a-91f4-b616b78842c5-b7ced860 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b7ced860, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b7ced860 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: stretch;
}

#w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b7ced860, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b7ced860, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b7ced860, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b7ced860 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_8f820265-6d08-76d1-be32-74b0497fff00-b7ced860 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_82618b33-d2f0-5647-d587-8c0569b9b8af-b7ced860 {
  justify-self: start;
}

#w-node-a80f176a-8dc7-531f-5483-d098e36764cc-b7ced860, #w-node-c48b3b0a-af55-ee4c-c84d-e4fa0b8b14ea-b7ced860 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_06146b22-9988-6a8f-b44e-64d5fbda8387-b7ced860, #w-node-_06146b22-9988-6a8f-b44e-64d5fbda838b-b7ced860 {
  justify-self: center;
}

#w-node-_39f87b93-830a-cdd0-4fd4-e4790ddafdd9-b7ced860 {
  justify-self: stretch;
}

#w-node-_83cd19a7-45c1-881b-314f-d3266d552af0-b7ced860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8b877d42-c0af-4fde-c9cf-160c374fd32c-b7ced860, #w-node-a474127c-7e32-38d6-4d6b-d9017d588f5e-b7ced860, #w-node-_50f936af-e77c-e818-a04c-13a221b463c7-b7ced860 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b7ced860 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_219b70cf-f1c6-fddf-1580-f6a6f045cbdd-b7ced860 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-b7ced847 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa90ae41-3f2b-f294-68e5-8c0cb6a764f5-b7ced847 {
    grid-column-start: 2;
  }

  #w-node-_65bfd7e7-fae6-2252-aa4a-1f0cd831f6e2-b7ced847 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28baf-f4c28b99, #w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28bba-f4c28b99 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-b7ced855, #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-b7ced857 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b7ced857 {
    grid-column: span 8 / span 8;
  }

  #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-b7ced858, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-b7ced858 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-b7ced858 {
    grid-column: 1 / 9;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad959-b7ced858 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_682e7d0a-09db-0883-4176-b13a7462fbfa-b7ced858 {
    grid-column: span 8 / span 8;
  }

  #w-node-_682e7d0a-09db-0883-4176-b13a7462fbfd-b7ced858, #w-node-_682e7d0a-09db-0883-4176-b13a7462fc06-b7ced858 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b7ced859 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b7ced859 {
    grid-column: 1 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-b7ced859 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-b7ced859 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-b7ced859 {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b7ced859 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center start;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b7ced85a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b7ced85a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b7ced85a {
    grid-area: 2 / 1 / 3 / 9;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b7ced85a, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b7ced85a, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b7ced85a, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b7ced85a, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b7ced85a, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b7ced85a, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b7ced85a, #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-b7ced85e, #w-node-c7df4b40-310e-bd86-551b-f750196096c8-b7ced85f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5dc0b1e00beb0bdc4f49686aan-b7ced85f {
    grid-column: span 8 / span 8;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b7ced860 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b7ced860, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b7ced860, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b7ced860, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b7ced860, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b7ced860, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b7ced860 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b7ced860 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-b7ced847 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa90ae41-3f2b-f294-68e5-8c0cb6a764f5-b7ced847 {
    grid-column-start: 1;
  }

  #w-node-_449bc470-09a1-2e2e-4f41-f3720cc52347-b7ced847 {
    grid-column: 1 / 6;
  }

  #w-node-_65bfd7e7-fae6-2252-aa4a-1f0cd831f6e2-b7ced847 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-b7ced857, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b7ced857, #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-b7ced858, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-b7ced858 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-b7ced858 {
    grid-column-end: 7;
  }

  #w-node-_682e7d0a-09db-0883-4176-b13a7462fbfa-b7ced858 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_682e7d0a-09db-0883-4176-b13a7462fbfd-b7ced858, #w-node-_682e7d0a-09db-0883-4176-b13a7462fc06-b7ced858 {
    grid-column: span 6 / span 6;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b7ced859 {
    grid-column-end: 7;
    align-self: start;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b7ced859, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-b7ced859, #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-b7ced859, #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-b7ced859 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b7ced859 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-b7ced859 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b7ced85a {
    grid-column: span 6 / span 6;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b7ced85a, #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b7ced85a {
    grid-column-end: 7;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b7ced85a, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b7ced85a {
    grid-column: span 6 / span 6;
  }

  #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b7ced85a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b7ced85a, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b7ced85a {
    grid-column: span 6 / span 6;
  }

  #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b7ced85a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b7ced85a, #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-b7ced85e, #w-node-c7df4b40-310e-bd86-551b-f750196096c8-b7ced85f, #w-node-_5dc0b1e00beb0bdc4f49686aan-b7ced85f, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b7ced860 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b7ced860, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b7ced860, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b7ced860, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b7ced860, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b7ced860, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b7ced860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b7ced860 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-b7ced847 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2aed03aa-3f99-0d75-de57-ab26c64520ec-b7ced847 {
    grid-column: 2 / 3;
    grid-row-end: 2;
    place-self: start end;
  }

  #w-node-d16fb654-2870-d018-94ee-04c9c0f466d0-b7ced847 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-f954c338-84af-732f-7ebc-5f1f6dc6853f-b7ced847 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-aa90ae41-3f2b-f294-68e5-8c0cb6a764f5-b7ced847 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_449bc470-09a1-2e2e-4f41-f3720cc52347-b7ced847 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_65bfd7e7-fae6-2252-aa4a-1f0cd831f6e2-b7ced847, #w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28baf-f4c28b99, #w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28bba-f4c28b99, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-b7ced857, #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-b7ced858, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-b7ced858 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-b7ced858 {
    grid-column-end: 5;
  }

  #w-node-_682e7d0a-09db-0883-4176-b13a7462fbfa-b7ced858, #w-node-_682e7d0a-09db-0883-4176-b13a7462fbfd-b7ced858, #w-node-_682e7d0a-09db-0883-4176-b13a7462fc06-b7ced858, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-b7ced859, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-b7ced859, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-b7ced859, #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-b7ced859, #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-b7ced859, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-b7ced859 {
    grid-column: span 4 / span 4;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-b7ced85a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-b7ced85a {
    grid-column-end: 5;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-b7ced85a {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-b7ced85a, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-b7ced85a, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-b7ced85a, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-b7ced85a, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-b7ced85a, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-b7ced85a, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-b7ced85a, #w-node-_5dc0b1e00beb0bdc4f49686aan-b7ced85f, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-b7ced860 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-b7ced860, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-b7ced860, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-b7ced860, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-b7ced860, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-b7ced860, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-b7ced860 {
    grid-column: span 1 / span 1;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-b7ced860, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-b7ced860 {
    grid-column: span 4 / span 4;
  }
}


