@font-face {
  font-family: Blacksword;
  src: url('../fonts/blacksword.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --gainsboro: #dddada;
  --light-grey: #f4f4f4;
  --white: white;
  --fdfdfe: white;
  --dark-red: #a50a05;
  --black-3: #161616;
  --black-2: #202020;
  --white-smoke: #ebebeb;
  --black-4: #151515;
  --maroon: #3d0303;
  --maroon-2: #800a06;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--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;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  color: var(--gainsboro);
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.text-weight-semibold {
  text-transform: capitalize;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-weight-semibold.margin-left.margin-small.new {
  margin-left: 0;
}

.text-weight-semibold.text-color-white {
  margin-top: 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;
}

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.show-mobile-portrait {
  display: none;
}

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

.hide {
  display: none;
}

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

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

.text-style-link {
  color: var(--light-grey);
  text-align: center;
  text-decoration: none;
}

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

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

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

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

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

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

.text-rich-text p {
  margin-bottom: 1rem;
}

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

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

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

.text-size-tiny {
  border: 1px solid var(--light-grey);
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: .7rem;
}

.container-large {
  z-index: 10;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.rl-styleguide_classes {
  display: none;
}

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

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

.page-padding {
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

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

.show-tablet {
  display: none;
}

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

.show-mobile-landscape {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.margin-top.margin-medium.flex-center {
  justify-content: center;
  margin-top: 4rem;
  display: flex;
}

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

.margin-bottom.margin-small {
  color: #202020;
}

.margin-bottom.margin-xsmall {
  display: block;
}

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

.margin-bottom.margin-xxlarge.flex {
  justify-content: center;
  display: flex;
}

.margin-bottom.margin-small.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.margin-bottom.margin-small.text-color-white {
  color: var(--white);
}

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

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

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

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

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

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

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

.padding-right {
  padding: 0 10rem 0 0;
}

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

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

.padding-vertical.padding-xhuge {
  align-items: center;
  display: block;
}

.padding-vertical.padding-xhuge.heading-padding {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.padding-vertical.padding-xhuge.padding-subheader {
  padding-top: 7rem;
}

.padding-vertical.padding-xhuge.padding-subheader-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium {
  color: #d3d3d3;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

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

.form-checkbox-label {
  margin-bottom: 0;
}

.text-color-white {
  color: var(--white);
  margin-top: 1rem;
  font-family: Barlow, sans-serif;
}

.text-color-white.uppercase {
  color: var(--fdfdfe);
  text-transform: uppercase;
  font-size: 4.1rem;
}

.text-color-white.uppercase.heading-1 {
  font-size: 4rem;
}

.text-color-white.uppercase.heading-1-copy {
  text-transform: capitalize;
  font-family: Blacksword, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
}

.text-color-white.padding-small.text-align-center.text-size-medium {
  backface-visibility: hidden;
  margin-bottom: 0;
}

.text-color-white.text-align-center.margin-top.margin-tiny {
  text-transform: none;
}

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

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

.text-size-large.text-weight-semibold.text-color-white {
  font-family: Barlow, sans-serif;
}

.text-size-large.text-weight-semibold.text-color-white.custom_text {
  font-size: 1.2rem;
}

.heading-xxlarge {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-medium.white {
  color: var(--light-grey);
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
}

.field-label {
  color: var(--light-grey);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.heading-large {
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px none var(--black);
  background-color: var(--dark-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.is-navbar2-button {
  background-color: var(--dark-red);
  text-transform: uppercase;
  border-style: none;
  margin-left: 0;
  padding: 1rem 1.3rem;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.button.full-width {
  display: none;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black-3);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border: .5px solid #000;
  border-radius: 2px;
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  color: #000;
}

.form-input::placeholder {
  color: #16161699;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
  min-height: 2.75rem;
}

.form-input.is-text-area {
  color: var(--black-3);
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: var(--light-grey);
}

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

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

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

.heading-xsmall {
  color: var(--black-3);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

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

.button-secondary.is-alternate {
  border-style: none;
  border-color: var(--white);
  background-color: var(--light-grey);
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.button-secondary.is-alternate.header {
  color: var(--black-2);
  font-weight: 500;
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.button-secondary.is-buy-now-button {
  border-color: var(--white);
  color: var(--white);
  width: 100%;
  margin-bottom: 1rem;
}

.heading-small {
  color: var(--white-smoke);
  text-align: left;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-small.text-style-leather {
  color: var(--light-grey);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

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

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.icon-1x1-xsmall {
  filter: invert();
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.form-radio-label {
  margin-bottom: 0;
}

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

.text-lineheight-normal {
  line-height: 1.5;
}

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

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

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

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

.text-letterspacing-wide {
  letter-spacing: .025em;
}

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

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

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

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

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

.icon-large {
  height: 5rem;
}

.button-tertiary {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

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

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

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

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

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

.icon-xsmall {
  height: 1.5rem;
}

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

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

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

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

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

.icon-xxsmall {
  height: 1rem;
}

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

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

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

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

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

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

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

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

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

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #202020;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.dropdown-icon {
  color: var(--light-grey);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.navbar2_dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  background-color: #151515;
  border: 1px #000;
  border-bottom: 1px solid #3636361a;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding: 2% 5%;
  display: flex;
}

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

.navbar2_menu {
  z-index: 999;
  align-items: center;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--black);
}

.navbar2_link {
  color: var(--light-grey);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: block;
}

.navbar2_link.w--current {
  color: var(--light-grey);
  font-size: .9rem;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

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

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

.image-overlay-layer {
  z-index: 1;
  background-color: #00000024;
  background-image: linear-gradient(to bottom, transparent, var(--maroon));
  position: absolute;
  inset: 0%;
}

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

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

.header-100vh {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  max-height: 60rem;
  display: flex;
}

.section-header30 {
  position: relative;
}

.section-layout1 {
  background-color: var(--black-4);
}

.section-layout1.new {
  background-color: #0000;
}

.section-layout1.secondary-layout {
  background-color: #1f1f1f;
}

.layout1_image-wrapper {
  position: sticky;
  top: 50px;
}

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

.layout1_component.secondary {
  grid-template-columns: .75fr 1fr;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 2.7rem;
}

.heading.white {
  color: var(--light-grey);
  font-size: 3.5rem;
}

.heading.white.appointment {
  text-align: center;
}

.heading.white.text-align-center {
  font-size: 3.5rem;
}

.text-block {
  color: var(--light-grey);
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.banner9_text-wrapper {
  display: flex;
}

.banner9_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.banner3_icon-wrapper {
  color: var(--light-grey);
  flex: none;
  margin-right: 1rem;
}

.banner9_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 2rem;
  display: grid;
}

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

.banner9_component {
  color: #ebeaea;
  background-color: #282828;
  border-bottom: 1px #000;
  position: relative;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 11px;
}

.social-icon.white {
  color: #bdb1b1;
}

.banner9_social-link {
  color: #ebeaea;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.banner9_close-button {
  color: var(--light-grey);
  margin-left: 3rem;
}

.div-block {
  display: flex;
}

.icon {
  color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.image {
  filter: invert();
}

.section-layout291 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #151515, var(--maroon-2));
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.layout291_item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.5rem 3.2rem;
  display: block;
}

.layout191_image-wrapper {
  width: 100%;
  position: relative;
}

.layout291_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: none;
}

.h2 {
  color: var(--light-grey);
  text-transform: uppercase;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.h3 {
  color: var(--light-grey);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
}

.icon-2 {
  color: #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.div-block-3 {
  color: var(--light-grey);
}

.arrow-block {
  color: var(--light-grey);
  flex-direction: row;
  align-items: center;
  display: block;
}

.paragraph {
  color: #3d3d3d;
}

.div-block-4 {
  background-color: var(--dark-red);
  transform-origin: 0%;
  width: 100%;
  height: .5rem;
  margin-top: 1rem;
}

.gallery18_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery18_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.text-size-medium-2 {
  color: var(--light-grey);
  font-size: 1.125rem;
}

.text-size-medium-2.padding-right {
  padding-right: 10rem;
}

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

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

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.section-gallery18 {
  overflow: hidden;
}

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

.gallery18_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_lightbox-link {
  width: 100%;
}

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

.gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

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

.gallery5_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.section-gallery5 {
  background-color: var(--black-3);
  background-image: linear-gradient(to bottom, var(--black-4), #3d0303 53%, var(--black-4) 103%);
}

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

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

.section-layout12 {
  background-color: #f4f4f400;
}

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

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

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

.icon-3 {
  color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-3.white {
  color: var(--light-grey);
}

.icon-4 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.layout12_image-wrapper-sticky {
  position: sticky;
  top: 100px;
}

.image-2 {
  font-weight: 400;
  position: sticky;
  top: 50px;
}

.image-2-copy {
  font-weight: 400;
  display: block;
  position: static;
  top: 50px;
}

.image-3 {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
  position: sticky;
  top: 50px;
}

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

.text-weight-semibold-2 {
  color: var(--black-3);
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

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

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

.testimonial6_rating-icon {
  color: #bc4132;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial6_logo {
  max-height: 3rem;
}

.testimonial6_client-info {
  margin-bottom: 1rem;
}

.testimonial6_rating-wrapper {
  display: flex;
}

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

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

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

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

.text-weight-semibold-3 {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.testimonial10_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.section-testimonial10 {
  background-color: #f4f4f400;
}

.testimonial10_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading-small-2 {
  color: var(--light-grey);
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.testimonial10_rating-icon {
  color: var(--dark-red);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial10_arrow.hide-mobile-landscape {
  border-style: none;
}

.testimonial10_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial10_rating-wrapper {
  display: flex;
}

.testimonial10_divider {
  background-color: var(--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial10_content-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.contact5_item {
  display: flex;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

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

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

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

.section-contact5 {
  background-color: var(--black-3);
  background-image: linear-gradient(to bottom, var(--black-4), #3d0303);
  color: #000;
}

.error-text {
  color: #e23939;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

.button-2.is-add-to-cart-button {
  border-style: solid;
  border-color: var(--maroon-2);
  background-color: var(--maroon-2);
  text-transform: capitalize;
  justify-content: center;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-2.is-secondary.is-small.max-width-full {
  background-color: var(--maroon-2);
  color: #f5c6c6;
  border-style: none;
}

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

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

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

.success-text {
  color: var(--black-3);
  font-weight: 600;
}

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

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.footer1_social-icon.margin-right-xsmall {
  color: var(--black-3);
}

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

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

.footer1_component {
  border-top: 10px none var(--black-3);
  background-color: #fff;
}

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

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

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

.footer1_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.form-input-2 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 3px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 1.5rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

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

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

.form-input-2.is-select-input {
  background-color: var(--white);
  background-image: none;
}

.form-input-2.is-quantity-input {
  width: 4rem;
  margin-bottom: 2rem;
}

.form-input-2.is-quantity-input::placeholder {
  color: var(--black);
}

.form-input-2.is-search-input {
  padding-left: 3rem;
}

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

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

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

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

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

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

.footer1_legal-link {
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  padding-right: 0;
  display: flex;
}

.div-block-6 {
  z-index: 120;
  background-color: var(--dark-red);
  transform-origin: 0%;
  width: 100%;
  height: .3rem;
  display: none;
  position: relative;
}

.link_hover {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.text-weight-semibold-3-copy {
  color: var(--light-grey);
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.image-4 {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}

.image-5 {
  color: var(--white);
  width: 5rem;
  height: 5rem;
}

.icon-5 {
  color: #ebeaea;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.div-block-4-copy {
  transform-origin: 0%;
  background-color: #bc4132;
  background-color: var(--dark-red);
  width: 30%;
  height: .5rem;
  margin-top: 1rem;
}

.navigation {
  z-index: 999;
  position: relative;
  inset: 0% 0% auto;
}

.navbar1_dropdown-link {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--light-grey);
}

.margin-xsmall {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

.contact3-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.navbar1_component {
  background-color: var(--white);
  border-bottom: 1px solid #000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.field-label-2 {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.contact3-header_image {
  object-fit: cover;
  display: block;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.text-size-medium-3.text-weight-semibold.text-color-white.custom_text {
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
}

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

.navbar1_dropdown-list.w--open {
  z-index: 999;
  background-color: var(--black-4);
  border: 1px #000;
  width: auto;
  margin-top: 0;
  padding: 0 5rem 2.2rem 1.2rem;
  top: auto;
  box-shadow: 0 14px 17px #0000003d;
}

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

.page-wrapper-2 {
  z-index: 0;
}

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

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

.navbar1_dropdown-toggle {
  color: var(--light-grey);
  margin-bottom: 0;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.navbar1_dropdown-toggle.w--open {
  margin-bottom: 0;
}

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

.navbar1_menu-dropdown {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.navbar1_menu-button {
  padding: 0;
}

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

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

.contact3-locations_map {
  width: 100%;
  height: 100%;
}

.contact3-header_image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.contact3-locations_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.contact3-locations_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.text-style-link-2 {
  color: var(--light-grey);
}

.contact3-details_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.contact3-locations_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact3-header_form-block {
  flex-direction: column;
  align-items: stretch;
}

.section-contact3-header {
  background-color: var(--black-4);
}

.contact3-locations_tab-pane {
  height: 100%;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--black);
}

.contact3-locations_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

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

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

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

.section-header56 {
  position: relative;
}

.header56_component {
  z-index: 0;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

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

.header56_background-image.cover-top {
  object-position: 50% 69%;
}

.paragraph-2 {
  color: var(--light-grey);
  text-align: center;
}

.paragraph-3 {
  color: var(--light-grey);
}

.icon-6 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-block-7 {
  transform-origin: 0%;
  background-color: #bc4132;
  height: .5rem;
  position: static;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
  top: 6px;
}

.services-item {
  object-fit: cover;
  flex-direction: column;
  align-items: center;
  padding: 5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  position: relative;
}

.heading-6.white {
  color: var(--light-grey);
  text-decoration: none;
}

.heading-6.white.small {
  font-size: 2rem;
}

.section-layout-services {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--maroon) 27%, transparent);
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.section-layout-services.new {
  background-color: #f4f4f4;
}

.section-gallery-main {
  background-color: #f4f4f400;
}

.div-block-8 {
  filter: grayscale();
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.div-block-8:hover {
  filter: none;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 55%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-6:hover {
  filter: none;
}

.div-block-9 {
  background-image: linear-gradient(#3333336b, #000);
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  z-index: 10;
  background-color: #bc4132;
  justify-content: center;
  width: 50%;
  height: 1rem;
  margin-top: 1rem;
  display: block;
  position: relative;
}

.section-header56-copy {
  z-index: auto;
  position: relative;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  text-transform: uppercase;
}

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

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

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

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

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

.text-style-link-3 {
  text-decoration: underline;
}

.section-contact2 {
  background-color: var(--light-grey);
}

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

.text-field-left-icon {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

.text-field-left-icon:focus {
  border-color: #642eff;
}

.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

.div-block-4-copy-copy {
  background-color: var(--dark-red);
  transform-origin: 0%;
  width: 100%;
  height: .5rem;
  margin-top: 1rem;
}

.arrow-block-down {
  color: var(--light-grey);
  flex-direction: row;
  align-items: center;
  display: none;
}

.div-block-6-copy {
  z-index: 120;
  transform-origin: 0%;
  background-color: #bc4132;
  width: 100%;
  height: .3rem;
  margin-bottom: 1rem;
  position: relative;
}

.background-image {
  z-index: 0;
  opacity: .18;
  position: absolute;
  inset: 0%;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: .6rem;
  font-weight: 800;
}

.contact-us-banner-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-left: 3rem;
  display: grid;
}

.headlining-restoration-header {
  position: relative;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 5rem;
  display: flex;
}

.h5.white {
  color: var(--light-grey);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-13 {
  color: var(--light-grey);
  background-color: #fff;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

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

.section-gallery3 {
  background-color: var(--black-4);
}

.gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.gallery3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

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

.gallery1_image {
  object-fit: cover;
  width: 100%;
  height: 90%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0%;
}

.gallery1_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start center;
}

.section-gallery1 {
  background-color: var(--black-4);
  display: none;
}

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

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

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

.section-pricing1 {
  background-color: var(--black-4);
  display: none;
}

.pricing1_component {
  border: 1px solid #000;
  padding: 2rem;
}

.pricing1_feature {
  display: flex;
}

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

.body {
  background-color: #151515;
}

.heading-8 {
  color: var(--light-grey);
}

.text-block-3 {
  color: var(--light-grey);
  font-size: .9rem;
}

.navbar2_link-copy {
  color: var(--light-grey);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  display: block;
}

.navbar2_link-copy.w--current {
  color: var(--light-grey);
}

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

.flip-card-wrapper {
  perspective: 1000px;
  transition: opacity .2s;
  transform: translate(0);
}

.flip-card {
  width: 300px;
  height: 300px;
  position: relative;
}

.flip-card-front {
  background-color: var(--light-grey);
  backface-visibility: hidden;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flip-card-back {
  background-color: var(--black);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.div-block-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.form-field-wrapper-single {
  position: relative;
}

.leather-type-texture {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leather-type-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.leather-type-image {
  border-radius: 5%;
  width: 13rem;
}

.leather-stitching-wrapper {
  margin-top: 5rem;
}

.html-embed {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product-header1_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

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

.product-header1_option {
  margin-bottom: 1.5rem;
}

.breadcrumb-link.w--current {
  color: var(--light-grey);
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header1_main-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.product-header1_rating-wrapper {
  color: #0000;
  margin-right: .5rem;
  display: flex;
}

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

.section-product-header1 {
  background-color: var(--black-4);
  color: var(--light-grey);
}

.product-header1_rating-icon {
  color: var(--dark-red);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.product-header1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.heading-small-3 {
  background-color: #0000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small-3.text-is-red {
  color: var(--light-grey);
  margin-top: 1rem;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

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

.product-header1_main-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 90%;
  position: absolute;
  inset: 0%;
}

.product-header1_details {
  overflow: hidden;
}

.product-header1_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header1_default-state {
  margin-bottom: 2rem;
}

.product-header1_component {
  padding-bottom: 3rem;
}

.product-header1_accordion-wrapper {
  border-bottom: 1px solid #000;
}

.product-header1_accordion-wrapper.text-color-white {
  border-bottom-style: none;
}

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

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

.product-header1_accordion-icon {
  filter: invert();
  align-self: flex-start;
  width: 1.5rem;
  margin-left: 1.5rem;
}

.variant-button {
  background-color: var(--white);
  color: var(--black);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.product-header1_heading {
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: var(--white) var(--white) var(--maroon-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.product-header1_lightbox-link {
  width: 100%;
  display: block;
}

.breadcrumb-link-2 {
  color: var(--black);
  text-decoration: none;
}

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

.breadcrumb-link-2.text-is-white.w--current {
  color: #fff;
}

.text-block-4 {
  color: var(--white);
  background-color: #0000;
}

.image-8 {
  height: 300px;
}

.image-9 {
  object-fit: cover;
  width: 1000px;
  height: 500px;
}

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

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

.image-10 {
  object-fit: cover;
  width: 400px;
  height: 400px;
}

.filters2_rangeslider1-handle {
  z-index: 1;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: .5rem;
  right: .5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px #00000040, 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus-visible, .filters2_rangeslider1-handle[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_form-radio2-icon {
  border: 1px none var(--black);
  cursor: pointer;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filters2_form-radio2-icon.w--redirected-checked {
  border-color: #0000;
}

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

.filters2_filter-options {
  overflow: hidden;
}

.filters2_form-radio1-icon {
  border: 1px solid var(--black);
  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: .75rem;
}

.filters2_form-radio1-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--black);
  background-image: none;
  background-position: 50%;
  background-size: 14px 14px;
  width: 1.125rem;
  height: 1.125rem;
}

.filters2_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters2_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.button-icon-left {
  margin-right: .5rem;
}

.filters2_toggle-button-checkbox {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.filters2_toggle-button-checkbox:focus-visible, .filters2_toggle-button-checkbox[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

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

.filters2_list.is-radio2, .filters2_list.is-checkbox2 {
  flex-wrap: wrap;
  display: flex;
}

.filters2_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters2_rangeslider2-input {
  display: none;
}

.filters2_form-checkbox2-icon {
  border: 1px none var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.filters2_form-checkbox2-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #0000;
}

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

.filters2_filter-group-heading {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.filters2_rangeslider2-handle-left {
  z-index: 1;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-left:focus-visible, .filters2_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters2_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.filters2_rangeslider1-input {
  display: none;
}

.filters2_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filters2_rangeslider2-handle-right {
  z-index: 1;
  border: 2px solid var(--black);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-right:focus-visible, .filters2_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.dropdown-icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.dropdown-icon-2.no-margin-right {
  margin-right: 0;
}

.filters2_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filters2_toggle-button {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.filters2_form-radio1-label {
  margin-bottom: 0;
}

.filters2_sort-link {
  padding: .5rem;
}

.filters2_sort-link.w--current {
  color: var(--black);
}

.filters2_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.filters2_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters2_category-list {
  width: 100%;
  margin-bottom: 1.5rem;
}

.filters2_tablet-modal-menu {
  display: none;
}

.filters2_empty {
  text-align: center;
  border: 1px solid #000;
  padding: 2.9rem;
}

.filters2_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters2_rangeslider2-track {
  background-color: var(--light-grey);
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto auto auto 12px;
}

.filters2_sort-dropdown-toggle {
  padding: .5rem 1.5rem .5rem 0;
}

.filters2_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters2_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filters2_tablet-filters-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  display: none;
}

.filters2_rangeslider1-fill {
  background-color: var(--black);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters2_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters2_rangeslider1-track {
  background-color: var(--light-grey);
  width: 100%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_filters-wrapper {
  max-width: 19rem;
  position: sticky;
  top: 10vh;
}

.filters2_form {
  background-color: #0000;
}

.filters2_form-radio2 {
  border: 1px solid var(--black);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters2_form-radio2.is-active {
  background-color: var(--black);
  color: var(--white);
}

.button-tertiary-2 {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.filters2_rangeslider2-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters2_tablet-modal-close-button {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.filters2_rangeslider1-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters2_form-block {
  margin-bottom: 0;
}

.filters2_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filters2_rangeslider2-fill {
  background-color: var(--black);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters2_form-checkbox1-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

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

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

.filters2_category-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.filters2_category-link.w--current {
  text-decoration: underline;
}

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

.filters2_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.filters2_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.feed-content-replace-this-div {
  border: 2px dashed #00000026;
  width: 100%;
  min-height: 200vh;
}

.filters2_toggle-button-circle {
  z-index: 2;
  background-color: var(--white);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.filters2_tag {
  background-color: var(--light-grey);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters2_rangeslider2-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.filters2_scroll-wrapper {
  width: 100%;
  height: 80vh;
  padding-bottom: 4rem;
  padding-right: 3rem;
  overflow: scroll;
}

.filters2_form-checkbox2 {
  border: 1px solid #000;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.filters2_form-checkbox2.is-active {
  background-color: var(--black);
  color: var(--white);
}

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

.filters2_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.filters2_sort-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
  right: 0%;
}

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

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

.product4_image-wrapper {
  width: auto;
  height: 200px;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.product4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0%;
}

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

.product4_image-link {
  display: block;
}

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

.fs-radio_label {
  margin-bottom: 1rem;
}

.fs-radio_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  min-height: 3rem;
  display: grid;
}

.fs-radio_field-1 {
  color: #000;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-radio_field-1:hover {
  opacity: 1;
  color: #696969;
  border-color: #696969;
}

.fs-radio_field-1.is-active {
  color: #fff;
  background-color: #501aff;
  border-color: #501aff;
}

.fs-radio_icon-1 {
  z-index: 1;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
}

.fs-radio_button-1 {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-1.w--redirected-focus {
  box-shadow: none;
}

.fs-radio_button-1.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-1 {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.image-11 {
  object-fit: cover;
  width: 500px;
  height: 500px;
}

.texture-type-card {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.leather-type-style, .leather-type-stitching {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-12 {
  object-fit: cover;
  width: 500px;
  height: 500px;
}

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

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

.cart {
  align-self: center;
}

.cart-quantity {
  color: var(--dark-red);
}

.image-13, .image-14 {
  width: 100%;
}

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

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

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

.image-15 {
  object-fit: cover;
  width: 100%;
  height: 15rem;
}

.heading-9 {
  color: var(--light-grey);
  text-align: center;
  justify-content: center;
  display: flex;
}

.section {
  background-color: #1f1f1f;
}

.div-block-17 {
  margin-top: .5rem;
}

.list {
  font-size: 1.125rem;
}

.list-item, .body-3 {
  font-family: Barlow, sans-serif;
}

.section-layout-categories {
  background-color: #3d0303;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.section-layout-categories.new {
  background-color: #f4f4f4;
}

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

.heading-10 {
  color: var(--white);
  text-align: center;
  margin-bottom: 5rem;
}

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

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

.product10_image-link {
  display: block;
}

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

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

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

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

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

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

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

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

.div-block-18 {
  background-color: var(--maroon-2);
  width: 50%;
  min-height: .5rem;
}

.empty-state {
  border: 1px solid var(--light-grey);
  color: var(--light-grey);
  background-color: #0000;
}

.list-2 {
  color: #fff;
}

.text-span {
  color: #ffbab7;
}

.section-layout1-copy {
  background-color: var(--black-4);
}

.section-layout1-copy.new {
  background-color: #0000;
}

.section-layout1-copy.secondary-layout {
  background-color: #1f1f1f;
}

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

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

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

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

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

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

.faq10_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq10_list {
  border-bottom: 1px solid var(--black);
}

.section_faq10 {
  color: #f0f0f0;
  background-color: #3c0304;
}

.faq10_icon {
  filter: invert();
  color: #a0a0a0;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq10_question {
  border-top: 1px solid var(--dark-red);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq10_answer {
  overflow: hidden;
}

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

.heading-11 {
  color: #f5f5f5;
}

.paragraph-4 {
  color: #c7c7c7;
}

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
  grid-auto-columns: 1fr;
  min-height: 20rem;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-height: none;
  display: block;
}

.image-16 {
  transform: rotate(90deg);
}

.div-block-20 {
  max-height: none;
}

.container {
  margin-bottom: 3rem;
  padding-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
}

.image-17 {
  width: 100%;
  display: block;
}

.image-18 {
  display: none;
}

.leather-stitching-wrapper-copy {
  margin-top: 0;
}

.new-layout-1 {
  background-color: var(--black-4);
}

.new-layout-1.new {
  background-color: #0000;
}

.new-layout-1.secondary-layout {
  background-color: #1f1f1f;
}

.layout373_card-small-content {
  background-color: var(--maroon-2);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout373_card-small-content:hover {
  background-color: var(--dark-red);
}

.heading-style-h5 {
  color: var(--white-smoke);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.layout373_card-small {
  border: 1px solid var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.layout373_card-large-content {
  background-color: var(--maroon-2);
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding: 3rem;
  display: flex;
}

.layout373_card-large-content:hover {
  background-color: var(--dark-red);
}

.layout373_card-large {
  border: 1px solid var(--black);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.paragraph-5, .list-3 {
  color: var(--gainsboro);
}

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

.heading-12 {
  color: var(--white);
}

.div-block-21 {
  margin-top: 3rem;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.div-block-23 {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-24 {
  position: relative;
}

.heading-13 {
  z-index: 11;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-19 {
  width: 100%;
  transform: rotate(0);
}

.navbar2_link-copy {
  color: var(--light-grey);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: block;
}

.navbar2_link-copy.w--current {
  color: var(--light-grey);
  font-size: .9rem;
}

.italic-text {
  color: var(--black-4);
}

.heading-booking {
  color: var(--black-4);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 2.7rem;
}

.heading-booking.white {
  color: var(--light-grey);
  font-size: 3.5rem;
}

.heading-booking.white.appointment {
  text-align: center;
}

.heading-booking.white.text-align-center {
  font-size: 3.5rem;
}

.youtube, .image-20 {
  display: none;
}

.link_hover-copy {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.navbar2_link-copy-copy {
  color: var(--light-grey);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  display: block;
}

.navbar2_link-copy-copy.w--current {
  color: var(--light-grey);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    overflow: auto;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .banner3_icon-wrapper {
    display: none;
  }

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

  .arrow-block {
    display: none;
  }

  .gallery18_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

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

  .layout12_component {
    grid-column-gap: 3rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .image-3 {
    position: static;
  }

  .testimonial6_component {
    grid-column-gap: 2rem;
  }

  .contact5_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .contact3-header_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_button-wrapper {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .contact3-locations_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .contact3-details_component {
    grid-column-gap: 2rem;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .header56_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .image-6 {
    height: 100%;
  }

  .arrow-block-down {
    display: block;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .filters2_rangeslider1-handle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_rangeslider1-text {
    top: 2rem;
  }

  .filters2_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters2_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

  .filters2_sort-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .filters2_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filters2_tablet-modal-menu {
    z-index: 999;
    background-color: var(--white);
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-top: 3rem;
    margin-left: -5vw;
    padding: .75rem 5%;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filters2_heading {
    font-size: 2.25rem;
  }

  .filters2_sort-dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .filters2_tablet-filters-button {
    justify-content: center;
    display: flex;
  }

  .filters2_filters-wrapper {
    z-index: 9999;
    background-color: var(--white);
    width: 100%;
    max-width: none;
    height: auto;
    padding: 3rem 5% 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .filters2_tablet-modal-close-button {
    display: block;
  }

  .filters2_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters2_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filters2_sort-dropdown-list {
    overflow: hidden;
  }

  .filters2_sort-dropdown-list.w--open {
    min-width: 12rem;
  }

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

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

  .div-block-16 {
    grid-template-columns: 1fr 1fr;
  }

  .product10_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .nogrid-layoutcomponent, .section_reverse, .layout-luxury-interior, .layout1_component-copy, .layout1_component_2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .faq10_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .layout373_card-small-content {
    padding: 2rem;
  }

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

  .layout373_card-large-content {
    padding: 2rem;
  }

  .navbar2_link-copy, .navbar2_link-copy-copy, .navbar2_link-copy-copy {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

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

  .banner9_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner9_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .banner9_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

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

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

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery10_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

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

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

  .testimonial6_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial6_client-info {
    margin-bottom: 1rem;
  }

  .testimonial6_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

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

  .testimonial10_component {
    padding-bottom: 3rem;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .testimonial10_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

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

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

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

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

  .footer1_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

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

  .contact3-locations_map {
    height: 20rem;
  }

  .header56_component, .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .pricing1_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-xsmall-2 {
    font-size: 1.125rem;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .heading-small-3 {
    font-size: 1.25rem;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

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

  .product-header1_gallery {
    grid-template-columns: 1fr;
  }

  .product-header1_accordion-icon {
    width: 1.75rem;
  }

  .product-header1_heading, .filters2_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filters2_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .filters2_tablet-modal-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .product4_image-wrapper {
    height: 100%;
  }

  .product4_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .fs-radio_column {
    grid-auto-flow: row;
  }

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

  .product10_image-wrapper {
    height: 100%;
  }

  .product10_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .nogrid-layoutcomponent, .section_reverse, .layout-luxury-interior, .layout1_component-copy, .layout1_component_2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq10_list.first-col {
    border-bottom-style: none;
  }

  .faq10_icon {
    width: 1.75rem;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .layout373_card-small-content {
    padding: 2rem 1.5rem;
  }

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

  .layout373_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout373_card-small {
    grid-template-columns: 1fr;
  }

  .layout373_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout373_card-large-content {
    padding: 1.5rem;
  }

  .layout373_card-large {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .text-weight-semibold.margin-left.margin-small {
    display: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .padding-right {
    padding: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-color-white.uppercase {
    font-size: 3.4rem;
  }

  .button {
    width: 60%;
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-navbar2-button {
    display: none;
  }

  .button.full-width {
    width: 100%;
    margin-top: 1rem;
    display: block;
  }

  .button-secondary.is-alternate.header {
    width: 60%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .navbar2_container {
    color: var(--light-grey);
  }

  .menu-icon2_line-bottom, .menu-icon2_line-middle, .menu-icon2_line-top {
    background-color: var(--white);
    color: var(--white);
  }

  .navbar2_component {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .navbar2_menu {
    background-color: var(--black-4);
    color: var(--light-grey);
    justify-content: flex-start;
    min-height: 100vh;
    font-size: 1.125rem;
  }

  .menu-icon2 {
    color: var(--white);
  }

  .navbar2_link {
    color: var(--light-grey);
    margin-left: 0;
    font-size: 1.125rem;
  }

  .button-row.is-button-row-center {
    margin-top: 3rem;
  }

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

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

  .heading.white {
    text-align: center;
    justify-content: flex-start;
    display: block;
  }

  .banner9_text-wrapper {
    display: none;
  }

  .banner9_content-wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .banner9_content {
    margin-bottom: 0;
    display: none;
  }

  .banner9_social-icons {
    grid-column-gap: 1.75rem;
  }

  .banner9_component {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .div-block {
    display: none;
  }

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

  .arrow-block {
    display: none;
  }

  .text-size-medium-2.padding-right {
    padding-right: 0;
  }

  .layout12_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .layout12_image-wrapper-sticky {
    position: static;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-small-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer1_link {
    width: 100%;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .link_hover {
    color: #fff;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .contact3-header_component {
    grid-template-columns: 1fr;
  }

  .contact3-locations_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .navbar1_dropdown-list.w--open {
    box-shadow: none;
    background-color: #fff0;
  }

  .navbar1_dropdown-toggle {
    justify-content: flex-start;
    font-size: 1.125rem;
  }

  .contact3-details_component, .header56_component, .services-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-us-banner-icons {
    margin-left: 1rem;
    display: none;
  }

  .text-block-3 {
    font-size: 1.1rem;
  }

  .navbar2_link-copy {
    margin-left: 0;
  }

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

  .div-block-15 {
    flex-direction: column;
  }

  .leather-type-texture {
    grid-template-columns: 1fr;
  }

  .html-embed {
    display: none;
  }

  .product-header1_layout {
    grid-template-columns: 1fr;
  }

  .texture-type-card {
    grid-template-columns: 1.75fr;
    justify-items: center;
  }

  .leather-type-style, .leather-type-stitching, .div-block-16 {
    grid-template-columns: 1fr;
  }

  .heading-10 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .collection-list-4 {
    grid-column-gap: 13px;
    grid-template-columns: 1fr 1fr;
  }

  .nogrid-layoutcomponent, .section_reverse, .layout-luxury-interior, .layout1_component-copy, .layout1_component_2, .faq10_component {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 2.25fr;
  }

  .image-17 {
    display: none;
  }

  .layout373_card-small {
    margin-bottom: 1.5rem;
  }

  .layout373_row {
    display: block;
  }

  .layout373_card-large {
    margin-bottom: 1.5rem;
  }

  .navbar2_link-copy {
    color: var(--black-4);
    margin-left: 0;
  }

  .italic-text, .heading-booking {
    color: var(--black-4);
  }

  .heading-booking.white {
    text-align: center;
    justify-content: flex-start;
    display: block;
  }

  .image-20 {
    object-fit: cover;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .text-block-6 {
    overflow: hidden;
  }

  .text-block-7 {
    display: none;
    overflow: visible;
  }

  .link_hover-copy {
    color: #fff;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .navbar2_link-copy-copy {
    margin-left: 0;
  }
}

#w-node-_7475e160-76ac-44fa-8873-181a957ae030-b5e2471b {
  align-self: auto;
}

#w-node-_7475e160-76ac-44fa-8873-181a957ae020-b5e2471b {
  justify-self: auto;
}

#w-node-ec5df947-915f-6fd0-e330-5a5770f00618-b5e2471b, #w-node-ec5df947-915f-6fd0-e330-5a5770f0061b-b5e2471b, #w-node-ec5df947-915f-6fd0-e330-5a5770f0061e-b5e2471b, #w-node-ec5df947-915f-6fd0-e330-5a5770f00621-b5e2471b, #w-node-ec5df947-915f-6fd0-e330-5a5770f00624-b5e2471b, #w-node-ec5df947-915f-6fd0-e330-5a5770f00627-b5e2471b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42312978-7144-e826-4cfa-bbac25fb2d59-25fb2d4b, #w-node-_42312978-7144-e826-4cfa-bbac25fb2d5e-25fb2d4b, #w-node-_42312978-7144-e826-4cfa-bbac25fb2d63-25fb2d4b {
  align-self: start;
}

#w-node-_9cf88e17-13a5-0d78-0101-5e2ef2e0512f-25fb2d4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_39553a99-45d5-5383-822b-b29a9c1cb99c-25fb2d4b {
  justify-self: center;
}

#w-node-_78da1096-a66d-423b-71b0-b8d2fe05eeec-fe05eedc, #w-node-_405a5bf7-a971-39c0-6295-c0be9ff3a7d4-fe05eedc, #w-node-_78da1096-a66d-423b-71b0-b8d2fe05eef6-fe05eedc, #w-node-f4d52959-eaf3-851e-5245-85752c93aef0-fe05eedc, #w-node-_78da1096-a66d-423b-71b0-b8d2fe05ef00-fe05eedc, #w-node-a145a22b-1951-92a2-20fb-527029a6a28c-fe05eedc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f864f112-6446-a547-71be-2bd4d493a1d5-d493a1b9 {
  place-self: center;
}

#w-node-f864f112-6446-a547-71be-2bd4d493a1e6-d493a1b9 {
  justify-self: end;
}

#w-node-_74c80c1f-bb96-d161-a7f7-b15ceb5ae1f6-b5e2471e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_55ad5a81-0fcc-3bd2-aed9-518ecdd47dab-b5e2471e {
  justify-self: center;
}

#w-node-_6235c7fc-8624-cd1c-89d5-07408baa935a-b5e2471f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6235c7fc-8624-cd1c-89d5-07408baa9376-b5e2471f {
  justify-self: start;
}

#w-node-_87549ffc-4d71-0c42-4138-fc4bd28de9de-b5e24721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eafd1684-c8ad-6a32-238c-bd8a97eb1bf4-b5e24721, #w-node-_2ac542be-af37-88cf-82d3-e666cbba4e5e-b5e24721, #w-node-_2ac542be-af37-88cf-82d3-e666cbba4e61-b5e24721, #w-node-_2ac542be-af37-88cf-82d3-e666cbba4e64-b5e24721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3615625-35bc-8eee-eb41-550c3beded76-b5e24721 {
  align-self: start;
}

#w-node-de1ea6dc-cc01-cc72-2181-d26c0378e8ea-b5e24721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b71643fb-1ff7-c57d-c941-3db9c9f0f760-b5e24721, #w-node-b71643fb-1ff7-c57d-c941-3db9c9f0f765-b5e24721, #w-node-b71643fb-1ff7-c57d-c941-3db9c9f0f76a-b5e24721, #w-node-b71643fb-1ff7-c57d-c941-3db9c9f0f76f-b5e24721, #w-node-b71643fb-1ff7-c57d-c941-3db9c9f0f774-b5e24721, #w-node-ed1a46c9-7432-f66a-c51b-748350e6ff46-b5e24722 {
  align-self: start;
}

#w-node-_7686850d-add3-1176-bedb-c26ab1a04903-b5e24722, #w-node-afce0ad0-8ee2-1ce1-82d9-29e535e249bf-b5e24722, #w-node-a4f8b56b-f228-793b-28a3-3bb8543ac2ce-b5e24722, #w-node-_30598dbe-55d5-d52e-e904-437918c584b4-b5e24722, #w-node-ec4b1671-3f48-4e22-5467-cc5c0e2ab9b7-b5e24722, #w-node-_503ea273-ebee-e5d7-b55a-ff5e86bad0bc-b5e24722, #w-node-_2458439c-6a0a-83e6-0aff-a3c02d7ed32a-b5e24722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-b5e24724 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-b5e24724 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-b5e24724 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-b5e24724 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-b5e24724 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-b5e24724 {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-b5e24724 {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-b5e24724 {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-b5e24724 {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-b5e24724 {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-b5e24724 {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-b5e24724 {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-b5e24724 {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-b5e24724 {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-b5e24724 {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-b5e24724, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-b5e24724 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-b5e24724 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-b5e24724 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-b5e24724, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-b5e24724, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-b5e24724, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-b5e24724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dedc71e-5411-cb8c-7375-012adfa60f66-b5e24726 {
  justify-self: center;
}

#w-node-_56b036b5-3b7c-43e3-d706-9a498357b10e-b5e24726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ddadfe-51ed-25a3-2fe3-ba93cf14ff50-b5e24726 {
  justify-self: center;
}

#w-node-_30ddadfe-51ed-25a3-2fe3-ba93cf14ff53-b5e24726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5cd6e01-b66c-e2d7-0d7a-9a024fd8ad86-b5e24726 {
  justify-self: center;
}

#w-node-e5cd6e01-b66c-e2d7-0d7a-9a024fd8ad89-b5e24726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a83b5892-756f-726f-e83c-c5a10b0814ff-b5e24726 {
  justify-self: center;
}

#w-node-a83b5892-756f-726f-e83c-c5a10b081502-b5e24726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe38-b5e24726 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe3b-b5e24726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe3f-b5e24726 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe42-b5e24726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe46-b5e24726 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe49-b5e24726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe4f-b5e24726 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe52-b5e24726, #w-node-_7ada0cbd-a0bb-d8f8-3bcc-53b48a956052-b5e24728, #w-node-_8059209f-cab6-e7e7-327f-467f2722841d-b5e24728, #w-node-e0743aca-7667-adde-8734-101cab44d0d5-b5e24728, #w-node-_36d2baf7-2109-487a-61d9-3033b1bdd93e-b5e24728, #w-node-bc088040-e2ae-7024-efc9-263fa9a83f7a-b5e24729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc088040-e2ae-7024-efc9-263fa9a83f7b-b5e24729 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f8df757-3d9b-3add-62f6-837b8ff4242d-b5e2472b, #w-node-e830aa3a-68d8-d68a-51a2-652200619abf-b5e2472b {
  justify-self: center;
}

#w-node-_1387f2c1-6ccd-8653-6586-b2911eeb7d44-b5e2472d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1387f2c1-6ccd-8653-6586-b2911eeb7d45-b5e2472d {
  order: 9999;
}

#w-node-d26ff12b-2adb-5261-c2e7-c5aac04917ff-b5e2472d, #w-node-a94fe026-7175-e542-99c6-0851320ebd4c-b5e24733, #w-node-a94fe026-7175-e542-99c6-0851320ebd4d-b5e24733, #w-node-a94fe026-7175-e542-99c6-0851320ebd4f-b5e24733, #w-node-a94fe026-7175-e542-99c6-0851320ebe5c-b5e24733, #w-node-_69d6a5a5-cbce-1dbc-1570-e1c357e67949-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32af6-b5e24734 {
  justify-self: center;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32af9-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32afd-b5e24734 {
  justify-self: center;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32b00-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32b04-b5e24734 {
  justify-self: center;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32b07-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32b0d-b5e24734 {
  justify-self: center;
}

#w-node-_650fa394-0d92-cbb2-3e38-af5b23f32b10-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dedc71e-5411-cb8c-7375-012adfa60f66-b5e24734 {
  justify-self: center;
}

#w-node-_56b036b5-3b7c-43e3-d706-9a498357b10e-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ddadfe-51ed-25a3-2fe3-ba93cf14ff50-b5e24734 {
  justify-self: center;
}

#w-node-_30ddadfe-51ed-25a3-2fe3-ba93cf14ff53-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5cd6e01-b66c-e2d7-0d7a-9a024fd8ad86-b5e24734 {
  justify-self: center;
}

#w-node-e5cd6e01-b66c-e2d7-0d7a-9a024fd8ad89-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a83b5892-756f-726f-e83c-c5a10b0814ff-b5e24734 {
  justify-self: center;
}

#w-node-a83b5892-756f-726f-e83c-c5a10b081502-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe38-b5e24734 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe3b-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe3f-b5e24734 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe42-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe46-b5e24734 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe49-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe4f-b5e24734 {
  justify-self: center;
}

#w-node-_943d9774-f2a2-530e-f440-b86d164cfe52-b5e24734 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1387f2c1-6ccd-8653-6586-b2911eeb7d48-b5e2472d {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_405a5bf7-a971-39c0-6295-c0be9ff3a7d4-fe05eedc, #w-node-f4d52959-eaf3-851e-5245-85752c93aef0-fe05eedc, #w-node-a145a22b-1951-92a2-20fb-527029a6a28c-fe05eedc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_650fa394-0d92-cbb2-3e38-af5b23f32af7-b5e24734 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Blacksword';
  src: url('../fonts/blacksword.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}