:root {
  --relume-library-lite--rl-black: black;
  --white: #fff;
  --black: black;
  --white-2: white;
  --waves-library--black: #131313;
  --opacity-white: #b6b6b669;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
  --waves-library--dark-elevation: #ede0d8;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

.section.non-bg {
  position: relative;
  overflow: clip;
}

.section.non-bg.ccd {
  margin-bottom: auto;
  padding-bottom: 0;
}

.header {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 10px 20px;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.banner {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000008a 4%, var(--relume-library-lite--rl-black) 69%), url('../images/a0863154efb3ac044df95a3b83ee0302.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center stretch;
  height: auto;
  padding-top: 250px;
  padding-bottom: 250px;
  display: grid;
  position: relative;
  inset: 0%;
}

.menu-bar.new-trigger {
  position: relative;
}

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

.shop-now {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-section {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburger {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 40px;
}

.ham-line {
  color: #fff;
  background-color: #fff;
  width: 20px;
  height: 1px;
}

.ham-line.two-line {
  width: 15px;
  margin-right: 10px;
}

.banner-content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 60px;
  display: flex;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.heading.logo-text {
  color: var(--white);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}

.heading.logo-text.zzczc {
  margin-bottom: 124px;
  padding-left: 100px;
}

.lang-selector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.selected-lang {
  color: var(--white);
  font-family: Varela, sans-serif;
  text-decoration: none;
}

.unselect-lang {
  color: #e7e7e769;
  font-family: Varela, sans-serif;
  text-decoration: none;
}

.shop-now-link {
  color: var(--white);
  font-family: Varela, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.banner-text {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  display: block;
}

.div-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: url('../images/Ikoyi-N25-JustinDeSouza-17.jpg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: .67fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: start stretch;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 100px 100px 160px;
  display: grid;
}

.div-block.nonbg {
  background-image: none;
  grid-template-columns: .67fr 1fr 1fr;
  align-content: center;
  padding-bottom: 0;
}

.text-block-2 {
  width: 150%;
  font-size: 38px;
  line-height: 38px;
}

.text-block-3 {
  max-width: 333px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-2 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.div-block-3 {
  object-fit: cover;
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/photo1717415207-5.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 333px;
  height: 222px;
  margin-top: 0;
  margin-left: -56px;
}

.body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-4 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/photo1717415127-4.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 400px;
}

.banner-contenttt {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .67fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: flex-start stretch;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 100px 100px 160px;
  display: flex;
  position: relative;
}

.div-block-copy.bfbf {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: .67fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: grid;
}

.div-block-copy.bfbf.sdsds {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: .92fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  height: auto;
  padding: 0 60px 100px;
  display: grid;
  position: relative;
  overflow: clip;
}

.heading-6 {
  width: 444px;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 13px;
  text-decoration: none;
  display: inline-flex;
  overflow: visible;
}

.div-block-5 {
  background-color: #fff;
  width: 40px;
  height: 2px;
}

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

.header-copy {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.div-block-6 {
  background-color: #fff;
  width: 50px;
  height: 2px;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.text-block-5 {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  max-width: 289px;
  font-size: 14px;
  line-height: 14px;
}

.product-image-two {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.product-img {
  text-align: left;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.product-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: block;
}

.product-image-one {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  overflow: visible;
}

.small-text {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.small-text.main-color {
  color: #c3ab78;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.product-title {
  margin-top: 20px;
}

.products {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: grid;
}

.div-block-8 {
  background-image: linear-gradient(#262626, #262626);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 131px;
  padding-bottom: 131px;
  display: flex;
}

.fggfgf {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.heading-9 {
  color: var(--white);
  font-weight: 400;
}

.text-block-8 {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-9 {
  background-color: var(--white);
  width: 33px;
  height: 2px;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

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

.sticky-wrap {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  background-color: var(--black);
  flex: 1;
  width: 100%;
  padding: 1rem 0 1rem 1rem;
  position: relative;
  inset: auto 0% 5% auto;
}

.description {
  opacity: .75;
  color: var(--white);
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  background-color: var(--black);
  object-fit: contain;
  width: 100%;
  height: 333px;
}

.scroll-inner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 260vw;
  height: 100%;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: 0 #83838300;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: auto;
  min-height: auto;
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.025em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-wrapper {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.sticky-container {
  flex-flow: column;
  width: 100%;
  height: 650vw;
  display: flex;
  position: relative;
}

.zzz {
  color: var(--white);
  max-width: 333px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-10 {
  color: var(--white);
  font-size: 54px;
  font-weight: 400;
}

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

.div-block-10 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 100px;
  display: inline-block;
}

.italic-text {
  color: var(--white);
  font-size: 1.5rem;
}

.zxcxx {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.div-block-11 {
  max-width: 435px;
}

.submit-button {
  display: none;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  display: flex;
}

.text-field {
  background-color: #fff0;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-6 {
  padding-right: 20px;
}

.checkbox-label {
  color: var(--white);
}

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

.footer {
  padding-top: 220px;
}

.footer.bg {
  background-color: #262626;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cz {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: start stretch;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.head {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-14 {
  color: var(--white);
  margin-bottom: 10px;
}

.text-block-16 {
  color: #fdfdfd69;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
}

.text-block-17 {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
}

.link-block-4 {
  border: 1px #000;
  text-decoration: none;
}

.link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.div-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.zcxbv {
  color: var(--white-2);
  margin-top: 40px;
}

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

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

.product-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-top: 100px;
  display: grid;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
}

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

.div-block-16 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.div-block-17 {
  background-color: #ffffff26;
}

.image-7, .lightbox-link {
  height: 100%;
}

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

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

.product-defail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 20px;
  display: grid;
}

.heading-13 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.product-defail-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: block;
}

.product-defail-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: block;
}

.text-block-18 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 22px;
}

.div-block-18 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.dasdasdfgh {
  background-color: var(--white);
  padding: 42px;
}

.cart-button {
  background-color: #3898ec00;
}

.field-label, .field-label-2 {
  color: var(--black);
}

.add-to-cart-button {
  color: #fff;
  background-color: #c2882a00;
  border-radius: 2px;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.button {
  border-color: #0000001c;
  border-radius: 5px;
  padding: 23px;
}

.quantity {
  text-align: center;
  width: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.adasdsasafg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.add-to-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--black);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: inline-flex;
}

.waves---expand-line-2 {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line-2.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves---expand-space-2 {
  height: auto;
}

.waves---expandable-open-2 {
  transform-origin: 50% 0;
}

.waves---paragraph-regular-2 {
  color: var(--white-2);
  padding-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
  position: static;
}

.waves---expandable-content-2 {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item-2 {
  border-top: 0px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
}

.waves---expandable-wrap-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-3 {
  width: 100%;
  max-width: none;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.rich-text-block-2 {
  color: var(--white-2);
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-19 {
  background-color: #000;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
}

.menu-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 140px 80px 20px 20px;
  display: grid;
  overflow: clip;
}

.link-block-8 {
  color: var(--white);
  text-decoration: none;
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-21 {
  color: var(--white);
  display: inline-flex;
}

.right-men {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 333px;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.openable-menu {
  z-index: -2;
  background-color: #000;
  height: auto;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.link {
  text-transform: uppercase;
}

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

.shop-now-link-2 {
  color: #fff;
  width: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.selected-lang-2 {
  color: #fff;
  font-family: Varela, sans-serif;
  text-decoration: none;
}

.infinity {
  font-family: Bitter, serif;
  font-size: 34px;
  text-decoration: none;
}

.cart-link {
  z-index: 6;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #b6b6b669;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-16 {
  font-family: Montserrat, sans-serif;
}

.heading-16.logo-text {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-24 {
  background-color: #fff;
  width: 50px;
  height: 2px;
}

.div-block-25 {
  background-image: linear-gradient(#262626, #262626);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 131px;
  padding-bottom: 131px;
  display: flex;
}

.text-block-22 {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
}

.link-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.text-block-23 {
  color: #fff;
  max-width: 289px;
  font-size: 14px;
  line-height: 14px;
}

.product-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-list-2._3 {
  margin-top: 220px;
}

.product-list-2._2 {
  margin-top: 60px;
}

.div-block-26 {
  background-color: #fff;
  width: 50px;
  height: 2px;
}

.div-block-27 {
  background-image: linear-gradient(#262626, #262626);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 131px;
  padding-bottom: 131px;
  display: flex;
}

.text-block-24 {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
}

.link-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.text-block-25 {
  color: #fff;
  max-width: 289px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.product-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  padding-top: 180px;
  display: grid;
}

.right-div {
  padding-right: 20px;
}

.right-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.right-size-box {
  background-color: var(--white);
  padding: 18px;
  display: none;
}

.size-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: none;
}

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

.add-to-cart {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  text-decoration: none;
  display: inline-flex;
}

.product-heading {
  color: var(--white);
  font-weight: 300;
}

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

.size-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: auto;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: inline-flex;
}

.size-item:active {
  background-color: var(--black);
  color: #fff;
}

.size-item:focus {
  background-color: #c5818100;
}

.size-item:lang(en) {
  background-color: #ce838300;
  text-decoration: none;
}

.quantity-box {
  border: 1px solid #ebebeb;
  justify-content: space-between;
  align-items: center;
  min-width: 120px;
  margin-top: 10px;
  padding: 7px 10px;
  display: flex;
}

.right-black-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.size-name, .size-value {
  font-size: 13px;
  line-height: 13px;
}

.size-item-gr {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 13px;
  display: flex;
}

.size-item-text {
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

.number-count-right {
  cursor: pointer;
  font-size: 23px;
  font-weight: 300;
}

.number-count-right.center-number, .number-count-right.center-number-top {
  font-size: 17px;
  font-weight: 400;
}

.text-block-26 {
  color: #00000069;
  text-align: left;
}

.slider {
  z-index: 0;
  background-color: #dddddd1c;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 0;
  display: flex;
}

.right-arrow {
  display: block;
  inset: 0% auto 0% 0%;
}

.slide-nav {
  color: #858585;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: none;
  inset: 0% auto 0% 0%;
}

.slide {
  width: 100%;
  height: auto;
}

.mask {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 555px;
  padding: 0;
}

.left-arrow {
  display: block;
  inset: 50px auto 0% 0%;
}

.list-item, .list-item-2 {
  list-style-type: none;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item:focus {
  background-color: #a06666;
}

.icon {
  width: 25px;
  font-size: 26px;
}

.icon-2 {
  font-size: 26px;
}

.shopping-cart {
  z-index: 3;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 444px;
  height: 100vh;
  padding: 37px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: clip;
  transform: translate(555px);
}

.close-x {
  color: #000;
  cursor: pointer;
  border: 1px solid #0000006b;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-flex;
}

.close-text {
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}

.product-list-cart {
  margin-top: 20px;
}

.item-cart {
  flex-flow: row;
  display: flex;
}

.cart-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cart-image-photo {
  width: 100px;
}

.cart-info-buttom-top {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-count-top {
  cursor: pointer;
  font-size: 23px;
  font-weight: 300;
}

.number-count-top.center-number {
  font-size: 17px;
  font-weight: 400;
}

.quantity-box-top {
  border: 1px solid #ebebeb;
  justify-content: space-between;
  align-items: center;
  min-width: 120px;
  margin-top: auto;
  padding: 7px 10px;
  display: flex;
}

.remove-cart {
  cursor: pointer;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  display: inline-flex;
}

.remove-cart-x {
  margin: auto;
  font-size: 23px;
  font-weight: 300;
  line-height: 23px;
}

.cart-line {
  background-color: var(--opacity-white);
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.list-box {
  height: 400px;
  margin-top: 40px;
  overflow: scroll;
}

.shop-cart-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.cart-total {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: auto auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cart-total-num {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkout-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-2 {
  border: 1px solid var(--opacity-white);
  color: #000;
  background-color: #fff;
  padding: 10px;
}

.button-3 {
  background-color: #000;
}

.heading-17 {
  font-weight: 500;
}

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

.web-payments, .web-payments-2 {
  display: none;
}

.logo-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.link-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 100px;
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
}

.heading-18 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

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

.order-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-27 {
  font-size: 44px;
  font-weight: 100;
  line-height: 44px;
}

.image-8 {
  width: 33px;
}

.slider-image-second {
  object-fit: cover;
  width: 100%;
  height: 555px;
  padding: 0;
}

.close-check {
  border: 1px solid #00000026;
  border-radius: 1px;
  padding: 10px;
  font-weight: 200;
  text-decoration: none;
}

.heading-20 {
  margin: auto;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.close-check-copy {
  border: 0 #00000026;
  border-radius: 1px;
  padding: 10px;
  font-weight: 200;
  text-decoration: none;
}

.hidden-values {
  display: none;
}

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

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

.div-block-30 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.adssadfg {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-21 {
  color: var(--white);
  margin: auto;
}

.heading-22 {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.pro-line {
  background-color: var(--white-2);
  width: 100%;
  height: 1px;
  margin: 40px auto auto;
  padding-left: 20px;
  padding-right: 20px;
}

.waves---paragraph-big {
  color: var(--white);
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 100%;
  height: 222px;
}

.waves-image-blog-2.image-product-list {
  height: auto;
  position: absolute;
  inset: 0%;
}

.waves-image-blog-2.image-product-list.accesuar {
  position: relative;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 18px;
  text-align: center;
  background-color: #b6b6b600;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: none;
  padding: 20px;
}

.waves---section-medium {
  padding: 0;
}

.bold-text-2 {
  width: 100%;
}

.div-block-31 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  object-fit: cover;
  width: 555px;
  height: 333px;
}

.text-block-28 {
  color: var(--white);
  max-width: 80%;
  font-size: 22px;
  font-weight: 100;
  line-height: 33px;
}

.div-block-32 {
  object-fit: contain;
  background-image: none;
  height: 350px;
}

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

.collection-list.product-list-page {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.black {
  background-color: var(--black);
  font-family: Montserrat, sans-serif;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.accesuaries-product {
  grid-column-gap: 32px;
  grid-row-gap: 18px;
  text-align: center;
  background-color: #b6b6b600;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.image-10 {
  position: absolute;
  inset: 0%;
}

.div-block-33 {
  width: 100%;
  height: 300px;
}

.about-sec {
  margin-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
}

.header-about {
  color: var(--white);
  text-transform: uppercase;
  margin: auto auto 50px;
  font-size: 72px;
  font-style: italic;
  font-weight: 500;
  line-height: 72px;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 554px;
}

.about-text {
  color: var(--white);
  flex-flow: column;
  font-size: 25px;
  line-height: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
  position: relative;
}

.ab-img {
  object-fit: cover;
  width: 100%;
  height: 777px;
}

.about-us-left {
  position: static;
  top: 100px;
}

.about-us.m-t60 {
  margin-top: 60px;
}

.medium-text {
  color: #fff;
}

.medium-text.m-t30 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}

.about-us-img {
  object-fit: cover;
  width: 100%;
  height: 444px;
  margin-top: 40px;
}

.about-us-right {
  width: 100%;
}

.big-text {
  color: #c3ab78;
  font-family: Montserrat, sans-serif;
  font-size: 57px;
  line-height: 60px;
}

.about-us-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.about-second {
  margin-top: 100px;
}

.white {
  color: var(--white);
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
}

.second-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
  position: relative;
}

.sec-right {
  position: sticky;
  top: 220px;
}

.rl-error-text {
  color: #e23939;
}

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

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

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--white-2);
  color: var(--black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--white);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

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

.rl-form-text-area {
  border: 1px solid var(--white-2);
  color: var(--white);
  background-color: #fff0;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-field-label {
  color: var(--white);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl_contact6_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-radio-label {
  color: var(--white-2);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

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

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--white);
  background-image: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.rl-form-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black) var(--relume-library-lite--rl-black) var(--white-2);
  color: var(--white);
  background-color: #fff0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.rl-text-style-regular {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon {
  color: var(--white-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-decoration: none;
  display: flex;
}

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

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact6_content {
  color: #fff;
}

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_contact6 {
  background-color: var(--black);
  margin-top: 100px;
}

.code-embed {
  display: none;
}

.sm-edia {
  margin-top: 100px;
}

.code-embed-2 {
  color: #fff;
  width: 60px;
  font-size: 9px;
}

.menu-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.footer-copy {
  color: var(--white);
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

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

.waves---paragraph-big-2 {
  color: var(--relume-library-lite--rl-white);
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding: 0 20px;
}

.waves---section-medium-3 {
  padding-top: 0;
  padding-bottom: 100px;
}

.rl-button-link-icon {
  color: var(--white-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-text {
  color: var(--white-2);
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_blog8_spacing-block-11 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular-2 {
  color: var(--white-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog8_spacing-block-10 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h5 {
  color: var(--white-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
}

.rl_blog8_spacing-block-9 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blog8_read-time-text {
  color: var(--white-2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blog8_category-text {
  color: var(--white-2);
  line-height: 1.5;
}

.rl_blog8_category {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.rl_blog8_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blog8_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 0;
  display: block;
}

.rl_blog8_image {
  object-fit: cover;
  width: 100%;
  height: 333px;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.rl_blog8_image.blog-goto {
  object-fit: contain;
}

.rl_blog8_image-wrapper {
  width: 100%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.rl_blog8_item-link {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 444px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.rl_blog8_item {
  border: 1px solid var(--opacity-white);
}

.rl_blog8_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.rl_blog8_spacing-block-8 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog8_menu-link {
  color: var(--relume-library-lite--rl-black);
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blog8_menu-link.w--current {
  border: 1px solid #0000;
}

.rl_blog8_menu-link.current {
  border: 1px solid var(--relume-library-lite--rl-black);
}

.rl_blog8_category-menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blog8_spacing-block-7 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_blog8_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_blog8_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_blog8_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_blog8_featured-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  display: flex;
}

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

.rl_blog8_featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.rl_blog8_featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.rl_blog8_featured-item {
  border: 1px solid var(--opacity-white);
  display: flex;
}

.rl_blog5_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl_blog8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-2 {
  margin-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_author-text-large {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

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

.rl_blogpost1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.rl_blogpost1_spacing-block-8 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_blogpost1_spacing-block-7 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_blogpost1_tag-item {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

.rl_blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite--rl-gray);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  padding: .25rem;
}

.rl_blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.rl_blogpost1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.rl_blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_blogpost1_spacing-block-5 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-rich-text {
  color: var(--white-2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

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

.rl_blogpost1_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

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

.rl_blogpost1_image.blog-foto {
  object-fit: fill;
  width: 444px;
  height: auto;
  position: static;
  overflow: visible;
}

.rl_blogpost1_image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: visible;
}

.rl_blogpost1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite--rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

.rl_blogpost1_author-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.rl_blogpost1_spacing-block-2 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-heading-style-h2-2 {
  color: var(--white-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_blogpost1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-breadcrumb-link-active {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-breadcrumb-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_blogpost1 {
  background-color: var(--black);
  margin-top: 100px;
}

.locales-wrapper {
  color: var(--white);
}

.link-3 {
  color: #ffffff8f;
  text-transform: uppercase;
  text-decoration: none;
}

.link-3.w--current {
  color: var(--white);
  text-transform: uppercase;
}

.locales-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.desc {
  color: var(--white);
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 100px;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.rich-text-block-3 {
  color: var(--white-2);
}

.locales-wrapper-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.locales-list-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.image-11 {
  width: 120px;
  margin-right: 40px;
}

.image-12 {
  padding-right: 60px;
}

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

.italic-text-3 {
  font-weight: 100;
}

.ham-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 40px;
}

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

.image-13 {
  width: 32px;
}

.footer-dark {
  background-color: var(--black);
  border-top: 1px solid #e4ebf35c;
  border-bottom: 0 #e4ebf300;
  padding: 50px 40px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf35c;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-14 {
  width: 120px;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-15 {
  color: #a17272;
}

.background-video-2 {
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .banner {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: wrap-reverse;
    grid-template-columns: 1.75fr;
    grid-auto-flow: row;
    height: 100vh;
    padding-top: 220px;
    padding-bottom: 40px;
    display: flex;
  }

  .menu-bar.new-trigger {
    width: 33px;
    height: 33px;
    overflow: clip;
  }

  .hamburger {
    justify-content: flex-start;
    align-items: center;
    width: 30px;
    left: auto;
  }

  .banner-content {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-text {
    text-align: center;
    font-size: 50px;
    line-height: 65px;
  }

  .div-block.nonbg {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .text-block-2 {
    width: auto;
  }

  .div-block-3 {
    width: 100%;
    height: 444px;
    display: none;
  }

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

  .div-block-copy.bfbf.sdsds {
    display: flex;
  }

  .product-image-two {
    max-width: 70%;
    bottom: 237px;
    right: -121px;
    transform: translate(0);
  }

  .product-img {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .product-image-one {
    max-width: 70%;
  }

  .products {
    grid-template-columns: 1fr;
    height: auto;
  }

  .fggfgf {
    flex-flow: column;
    height: auto;
    margin-top: 60px;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .content-wrapper {
    bottom: auto;
  }

  .full-image {
    height: auto;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    background-color: #fff0;
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

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

  .div-block-10 {
    margin-bottom: 56px;
  }

  .cz {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-grid {
    z-index: 9999;
    grid-template-columns: 1fr;
    place-items: center stretch;
    position: relative;
    overflow: visible;
  }

  .div-block-20 {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-21 {
    display: none;
  }

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

  .div-block-22 {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-15 {
    font-size: 27px;
  }

  .openable-menu {
    z-index: -1;
    height: 100vh;
    overflow: scroll;
  }

  .product-page {
    flex-flow: column;
    display: flex;
  }

  .slider-image {
    height: 555px;
  }

  .heading-17, .italic-text-2 {
    font-size: 27px;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-image-second {
    height: 555px;
  }

  .waves-image-blog-2 {
    height: 333px;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .image-9 {
    width: 100%;
  }

  .text-block-28 {
    text-align: center;
    max-width: none;
    font-size: 17px;
    line-height: 27px;
  }

  .div-block-32 {
    width: 100%;
    height: 567px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list.product-list-page {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-33 {
    height: 333px;
  }

  .about-sec {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-about {
    margin-bottom: 20px;
  }

  .about-us-left {
    clear: none;
    position: relative;
    top: auto;
  }

  .about-us-img, .about-us-right {
    width: 100%;
  }

  .about-us-content {
    clear: none;
    direction: ltr;
    flex-flow: column;
    display: flex;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .waves---paragraph-big-2 {
    text-align: left;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: none;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_blog8_image {
    object-fit: fill;
    position: relative;
  }

  .rl_blog8_image-wrapper {
    padding-top: 0%;
  }

  .rl_blog8_list {
    grid-template-columns: 1fr 1fr;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_blog8_featured-item-content {
    padding: 2rem;
  }

  .rl_blog5_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image.blog-foto {
    width: 100%;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 0%;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .collection-item {
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .image-12 {
    width: 555px;
    padding-right: 0;
  }

  .ham-group {
    left: auto;
  }

  .text-block-29 {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .banner {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .heading.logo-text.zzczc {
    padding-left: 40px;
  }

  .div-block.nonbg {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-copy {
    padding-left: 40px;
  }

  .product-image-two {
    max-width: 80%;
    right: -60px;
  }

  .product-image-one {
    max-width: 80%;
  }

  .products {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .fggfgf {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-wrap {
    height: auto;
    padding-top: 20px;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .full-image {
    height: auto;
  }

  .scroll-inner {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .scroll-card {
    background-color: #fff0;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 1rem 0;
  }

  .heading-10 {
    font-size: 1.75rem;
  }

  .sticky-container {
    height: auto;
  }

  .zzz {
    max-width: none;
  }

  .text-block-10 {
    line-height: 54px;
  }

  .div-block-10 {
    text-align: center;
    width: 100%;
    padding-right: 40px;
  }

  .footer.bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cz {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-grid {
    padding-top: 100px;
    overflow: visible;
  }

  .openable-menu {
    height: 100vh;
  }

  .div-block-27 {
    padding-bottom: 10px;
  }

  .size-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-9 {
    width: 100%;
  }

  .collection-list.product-list-page {
    grid-template-columns: 1fr;
  }

  .accesuaries-product {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .div-block-33 {
    height: 555px;
  }

  .about-sec {
    margin-top: 140px;
  }

  .header-about {
    font-size: 34px;
  }

  .big-text {
    font-size: 29px;
    line-height: 33px;
  }

  .rl_contact6_spacing-block-5, .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .rl_blog8_spacing-block-11 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_blog8_spacing-block-9 {
    padding-bottom: .75rem;
  }

  .rl_blog8_image {
    object-fit: fill;
    height: auto;
    position: static;
  }

  .rl_blog8_image-wrapper {
    padding-top: 0%;
  }

  .rl_blog8_item-link {
    height: auto;
  }

  .rl_blog8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_blog8_spacing-block-8 {
    padding-bottom: 3rem;
  }

  .rl_blog8_menu-link.last-link {
    margin-right: 2rem;
  }

  .rl_blog8_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .rl_blog8_spacing-block-7 {
    padding-bottom: 3rem;
  }

  .rl_blog8_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_blog8_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_blog8_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_blog8_featured-item-content {
    padding: 1.5rem;
  }

  .rl_blog8_featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .rl_blog5_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_blog8_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_blog8_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_blogpost1_author-text-large {
    font-size: 1rem;
  }

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .image-11 {
    width: 89px;
    margin-right: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .background-video-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". . . Area"
                   ". . . ."
                   / .3fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-position: 0 0;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 10px;
  }

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

  .cart-box {
    display: none;
  }

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

  .banner-contenttt {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 100%;
  }

  .div-block-copy {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-copy.bfbf.sdsds {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    direction: ltr;
    width: auto;
    max-width: none;
  }

  .heading-7 {
    font-size: 16px;
  }

  .heading-8 {
    width: 100%;
    font-size: 13px;
    line-height: 35px;
  }

  .product-image-two {
    bottom: 95px;
    right: 0;
  }

  .product-img {
    height: auto;
  }

  .fggfgf {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-wrap {
    padding-top: 0;
  }

  .media-wrapper {
    width: auto;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .description {
    margin-top: auto;
    font-size: 11px;
  }

  .full-image {
    width: 100%;
    height: auto;
  }

  .scroll-inner {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .scroll-card {
    background-color: #fff0;
    width: auto;
    height: auto;
    margin: auto;
    position: static;
    bottom: auto;
    overflow: visible;
  }

  .heading-10 {
    font-size: 1.2rem;
    line-height: 1.78rem;
  }

  .sticky-container {
    height: auto;
  }

  .bold-text {
    line-height: 77px;
  }

  .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-15 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .waves---expand-line-2 {
    flex: none;
  }

  .waves---expand-line-2.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap-2 {
    flex: none;
  }

  .waves---expandable-content-2 {
    flex: 0 auto;
    max-width: none;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    overflow: visible;
  }

  .link-block-8 {
    line-height: 14px;
  }

  .div-block-20 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .text-block-21 {
    font-size: 11px;
  }

  .right-men {
    margin-top: 40px;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-23 {
    margin-bottom: 20px;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 17px;
  }

  .heading-15 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 30px;
  }

  .openable-menu {
    height: 100vh;
  }

  .logo-section-2 {
    text-align: center;
    width: 100%;
    margin-right: auto;
  }

  .div-block-27 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

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

  .slider-image {
    height: 333px;
  }

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

  .italic-text-2 {
    font-size: 17px;
    line-height: 17px;
  }

  .div-block-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-image-second {
    height: 333px;
  }

  .list-category {
    margin-top: 60px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-image-blog-2.image-product-list {
    top: -35%;
    bottom: auto;
  }

  .waves-tile-blog-2 {
    margin-bottom: 100px;
    padding: 0;
  }

  .waves-tile-blog-2.zcx {
    margin-bottom: 40px;
  }

  .waves-grid-blog-2 {
    margin-top: 140px;
  }

  .waves-grid-blog-2.shopopo {
    margin-top: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .accesuaries-product {
    padding: 16px;
  }

  .div-block-33 {
    height: 444px;
  }

  .about-sec {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .rl-text-style-regular {
    font-size: 1.4rem;
  }

  .rl_content6_component {
    grid-template-columns: 1fr;
  }

  .menu-footer {
    padding-top: 40px;
    padding-left: 10px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---main-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .rl_blog8_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_blog8_image {
    object-fit: fill;
    height: auto;
    position: relative;
  }

  .rl_blog8_image-wrapper {
    padding-top: 0%;
  }

  .rl_blog8_item-link {
    height: auto;
  }

  .rl_blog8_featured-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom, .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-item {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .collection-item-2 {
    width: auto;
  }

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

  .container {
    max-width: none;
  }

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

  .logo-sec.w--current {
    display: block;
  }

  .image-11 {
    width: 70px;
    margin-right: auto;
  }

  .container-2 {
    max-width: none;
  }
}

#w-node-_25c7d757-dc2d-9d62-4d67-1225bece0f50-b55b7caf {
  justify-self: center;
}

#w-node-b1a559ae-8228-60bf-3023-be2988b1c96a-b55b7caf {
  align-self: start;
}

#w-node-_01f864cf-dc50-4edc-a92a-8bc7a2ad0135-b55b7caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58438c7d-c250-1926-ceb6-55c70e10ac34-b55b7caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_52addaca-bd0c-5ac8-2001-b5f24f92f0b1-b55b7caf {
  justify-self: center;
}

#w-node-_52addaca-bd0c-5ac8-2001-b5f24f92f0b9-b55b7caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a8981adf-5953-c6b0-f25e-e8b2f14f6585-d4ad7b0d, #w-node-a8981adf-5953-c6b0-f25e-e8b2f14f658e-d4ad7b0d, #w-node-a8981adf-5953-c6b0-f25e-e8b2f14f6599-d4ad7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3abf04d0-1a97-e1d0-d71d-abd764978743-64978742 {
  justify-self: start;
}

#w-node-_3abf04d0-1a97-e1d0-d71d-abd764978747-64978742 {
  grid-area: 1 / 5 / 2 / 3;
  justify-self: center;
}

#w-node-_3abf04d0-1a97-e1d0-d71d-abd76497874d-64978742 {
  grid-area: 1 / 5 / 2 / 5;
}

#w-node-_3abf04d0-1a97-e1d0-d71d-abd764978767-64978742 {
  align-self: stretch;
}

#w-node-_3abf04d0-1a97-e1d0-d71d-abd764978775-64978742 {
  place-self: stretch end;
}

#w-node-a9f23dbb-109d-f9f9-0479-5867489ea18f-489ea156 {
  place-self: start end;
}

#w-node-a9f23dbb-109d-f9f9-0479-5867489ea1a9-489ea156 {
  justify-self: end;
}

#w-node-_3416a5fd-5a9c-81aa-b452-2acebd915630-5b0970cf {
  justify-self: start;
}

#w-node-_3416a5fd-5a9c-81aa-b452-2acebd915637-5b0970cf {
  justify-self: end;
}

#w-node-_3416a5fd-5a9c-81aa-b452-2acebd915685-5b0970cf {
  align-self: stretch;
}

#w-node-_3416a5fd-5a9c-81aa-b452-2acebd915693-5b0970cf {
  place-self: stretch end;
}

#w-node-_60c1c4ad-7dad-dae3-c1f2-9122308f4d34-5b0970cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26b22061-ec41-526f-1efc-99c49774f3d4-77db4385, #w-node-edae9489-8570-8597-f120-6f8eb3833126-77db4385 {
  justify-self: center;
}

#w-node-_9b262bb6-de5c-b0dc-c5bb-513f48bd9231-66ee7703, #w-node-c5c375f4-9dab-c2a4-5105-bcdac09a67c4-19a756e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ba6ef1a-4d0a-d653-ca16-a6b5cf3e28dc-9dc45088 {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_686e74c3-17c9-82ae-8aad-b6979ac8ff61-9dc45088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686e74c3-17c9-82ae-8aad-b6979ac8ff62-9dc45088, #w-node-_07b2326c-90a0-e034-431a-500fd5be1cf4-9dc45088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_07b2326c-90a0-e034-431a-500fd5be1cf3-9dc45088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_388030a0-a8ce-8bce-a42e-9f8482f76519-f2c19366, #w-node-_388030a0-a8ce-8bce-a42e-9f8482f7651e-f2c19366, #w-node-_388030a0-a8ce-8bce-a42e-9f8482f76523-f2c19366, #w-node-ff6d5fa9-4c63-e2d1-88c5-ddc2f5d7eeef-f2c19366 {
  align-self: start;
}

#w-node-_388030a0-a8ce-8bce-a42e-9f8482f76569-f2c19366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_388030a0-a8ce-8bce-a42e-9f8482f7656b-f2c19366 {
  justify-self: start;
}

#w-node-b1a559ae-8228-60bf-3023-be2988b1c96a-b5454b6c {
  align-self: start;
}

#w-node-_01f864cf-dc50-4edc-a92a-8bc7a2ad0135-b5454b6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58438c7d-c250-1926-ceb6-55c70e10ac34-b5454b6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_52addaca-bd0c-5ac8-2001-b5f24f92f0b1-b5454b6c {
  justify-self: center;
}

#w-node-_52addaca-bd0c-5ac8-2001-b5f24f92f0b9-b5454b6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_52addaca-bd0c-5ac8-2001-b5f24f92f0b1-b55b7caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3abf04d0-1a97-e1d0-d71d-abd764978743-64978742 {
    justify-self: center;
  }

  #w-node-_3abf04d0-1a97-e1d0-d71d-abd764978775-64978742 {
    justify-self: start;
  }

  #w-node-_686e74c3-17c9-82ae-8aad-b6979ac8ff61-9dc45088, #w-node-_07b2326c-90a0-e034-431a-500fd5be1cf3-9dc45088 {
    place-self: center;
  }

  #w-node-_52addaca-bd0c-5ac8-2001-b5f24f92f0b1-b5454b6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3abf04d0-1a97-e1d0-d71d-abd764978747-64978742 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3abf04d0-1a97-e1d0-d71d-abd764978747-64978742 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_3abf04d0-1a97-e1d0-d71d-abd76497874d-64978742 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


