@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #685143;
  --new-orange: #fa521a;
  --secondary: #e4d7cf;
  --primary-light: #8c786c;
  --white: white;
  --gray-30: #b8bdc0;
  --secondary-light: #f5eeea;
  --gray10: #f8f8fa;
  --black: #121212;
  --orange: var(--white);
  --gray-60: #8a8a8a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-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(--primary);
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

a {
  color: var(--primary);
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

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

figure {
  width: 100%;
  margin-bottom: 10px;
}

.section {
  z-index: 1;
  color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 400;
  position: relative;
}

.main-container {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.main-container.nav-style {
  color: var(--new-orange);
  flex-flow: column;
  display: flex;
}

.header-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--secondary);
  flex-flow: column;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 3%;
  display: flex;
}

.title-uppercase-text {
  color: var(--primary-light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.title-uppercase-text.color-white {
  color: var(--white);
  letter-spacing: .5px;
}

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

.sg-left-navigation {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--gray-30);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 420px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 40px;
}

.sg-wrapper {
  border: 1px solid var(--gray-30);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
}

.sg-color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.bg-primary_light {
  background-color: var(--primary-light);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80px;
}

.bg-primary {
  background-color: var(--primary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 80px;
}

.bg-secondary_light {
  background-color: var(--secondary-light);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80px;
}

.bg-secondary {
  background-color: var(--secondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80px;
}

.bg-gray60 {
  background-color: #8a8a8a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80px;
}

.bg-gray30 {
  background-color: var(--gray-30);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80px;
}

.bg-gray10 {
  background-color: var(--gray10);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80px;
}

.style-guide-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

.body-text-l-med {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.body-text-l-med.color-primary-light {
  color: var(--primary-light);
}

.body-text-n-med {
  color: var(--white);
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.body-text-n-med.color-primary-light {
  color: var(--primary-light);
}

.body-text-n-med.text-color-white {
  color: var(--white);
}

.banner {
  background-color: var(--secondary-light);
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.banner-container {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bg-black {
  background-color: var(--black);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 80px;
}

.bg-white {
  border: 1px solid var(--primary-light);
  background-color: var(--white);
  border-radius: 4px 4px 0 0;
  height: 80px;
}

.style-guide-heading-text {
  color: var(--white);
}

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

.line-divider.margin-vertical-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style-guide-typography-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.sg-content-container {
  grid-column-gap: 32px;
  background-color: var(--secondary-light);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
}

.display-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.display-text.color-white {
  color: #fff;
}

.body-text-s-reg {
  color: var(--white);
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 1.2;
}

.body-text-s-reg.color-white {
  color: var(--white);
}

.body-text-s-reg.color-primary-light {
  color: var(--black);
}

.body-text-s-med {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.body-text-s-med.uppercase-text {
  text-transform: uppercase;
}

.body-text-s-med.color-primarty-light {
  color: var(--primary-light);
}

.size-styleguide-text {
  margin-bottom: 4px;
  line-height: 1.2;
}

.sg-text-label-container {
  width: 100%;
  max-width: 100px;
}

.body-text-l-reg {
  color: var(--white);
  text-align: justify;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.body-text-l-reg.color-grey10 {
  color: var(--gray10);
}

.body-text-n-reg {
  letter-spacing: .1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sg-button-block {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .1px;
  border-radius: 2px;
  width: 95%;
  min-height: 44px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 18px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 20px;
  transition: transform .3s;
}

.button-primary:hover {
  background-color: var(--primary-light);
  transform: scale(1.05);
}

.button-secondary {
  border: 1px solid var(--primary-light);
  color: var(--primary-light);
  letter-spacing: .1px;
  background-color: #0000;
  border-radius: 2px;
  padding: 12px 18px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s;
}

.button-secondary:hover {
  background-color: var(--secondary);
  transform: scale(1.05);
}

.button-text {
  color: var(--primary-light);
  letter-spacing: .1px;
  background-color: #0000;
  padding: 12px 18px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s;
}

.button-text:hover {
  transform: scale(1.05);
}

.sg-color-text-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.sg-button-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.banner-text.body-text-n-reg {
  text-align: center;
}

.container-medium {
  align-self: flex-start;
  width: 100%;
  max-width: 526px;
}

.sg-navlink-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.sg-navlink-text {
  color: var(--primary-light);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.footer {
  background-color: var(--new-orange);
  color: var(--new-orange);
  padding-top: 0;
  padding-bottom: 0;
}

.footer-top-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-left-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 306px;
  display: flex;
}

.navbar-logo-grid {
  grid-column-gap: 24px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 24px 24px 24px 24px;
  margin-top: 0;
}

.footer-menu-link-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-menu-link-detail-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.footer-menu-link-text {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.navbar-right-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-divider-vertical {
  background-color: var(--secondary);
  width: 1px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.line-divider-vertical.margin-48px {
  margin-left: 48px;
  margin-right: 48px;
}

.line-divider-vertical.margin-vertical-16px {
  margin-left: 16px;
  margin-right: 16px;
}

.line-divider-vertical.margin-vertical-32px {
  margin-left: 32px;
  margin-right: 32px;
}

.footer-subscribtion-container {
  max-width: 360px;
}

.footer-bottom-container {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.form-label-text {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.input-form {
  border: 1px solid var(--primary-light);
  color: var(--secondary-light);
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin-bottom: 0;
  padding: 16px;
}

.form-wrapper {
  width: 100%;
  max-width: 100%;
}

.form-field-wrapper {
  margin-bottom: 24px;
}

.form-cta-component-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
}

.sg-icon-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sg-icon-block {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-component-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-cta-wrapper {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.form-field-cta-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.navbar {
  border-bottom: 1px solid var(--secondary);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.navbar.v2 {
  background-color: var(--new-orange);
  padding-top: 12px;
  padding-bottom: 0;
}

.logo-brand-container {
  width: 100%;
}

.nav-container {
  z-index: 100;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.right-navbar-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-section {
  height: 780px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.hero-heading-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.button-wrapper {
  margin-top: 40px;
}

.marque-section {
  align-items: center;
  display: flex;
}

.marque-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.marque-column-component {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.latest-product-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.latest-product-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

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

.product-link-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.product-information-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.testimonial-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary-light);
  grid-template-rows: auto;
  grid-template-columns: 420px 1fr;
}

.testimonial-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 24px;
  display: flex;
  position: relative;
}

.testimonial-quote-text {
  color: var(--primary-light);
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

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

.slider {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.testimonial-detail-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 400px;
  display: grid;
}

.slide-nav {
  z-index: auto;
  color: var(--primary);
  align-self: flex-start;
  inset: auto 0% 0%;
}

.right-arrow {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
  inset: auto 0% 0% auto;
}

.left-arrow {
  color: var(--primary-light);
  align-items: center;
  display: flex;
  inset: auto auto 0% 0%;
}

.slide-icon-block {
  border: 1px solid var(--primary);
  border-radius: 100%;
  padding: 12px;
  display: none;
}

.gallery-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.instagram-gallery-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.div-block {
  grid-column-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.featured-services-section {
  border: 0 solid #000;
}

.featured-services-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.featured-services-content {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.featured-services-icon {
  background-color: var(--secondary-light);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72px;
  height: 72px;
  max-height: 72px;
  display: flex;
}

.icon-36x36 {
  color: var(--new-orange);
  width: 36px;
  height: 36px;
}

.cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.cta-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 400px;
  display: grid;
}

.hero-text-cta-wrapper {
  background-color: var(--secondary-light);
  flex-direction: column;
  justify-content: center;
  padding: 32px 64px;
  display: flex;
  overflow: hidden;
}

.blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}

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

.blog-title-text {
  font-size: 24px;
}

.cta-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.sustainability-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sustainability-content-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.split-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: grid;
}

.hero-text-container {
  background-color: var(--secondary-light);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
  overflow: hidden;
}

.hero-text-container.align-bottom {
  justify-content: flex-end;
}

.container-small {
  width: 100%;
  max-width: 420px;
}

.container-small.section-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.quote-content-container {
  background-color: var(--secondary-light);
  justify-content: center;
  width: 100%;
  padding: 132px 80px;
  display: flex;
}

.quote-text-wrapper {
  width: 100%;
  max-width: 980px;
}

.about-header-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-header-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.about-us-content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 860px;
  display: flex;
}

.progress-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.progress-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.line-divider-small {
  background-color: var(--primary);
  width: 100%;
  max-width: 100px;
  height: 1px;
  margin-top: 40px;
}

.core-value-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.core-value-grid {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.core-value-content-container {
  grid-row-gap: 32px;
  border: 1px solid var(--secondary);
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.core-value-content-container:hover {
  background-color: var(--secondary);
}

.heading-5 {
  margin-bottom: 12px;
}

.our-value-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-value-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.our-team-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.center-header-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.team-name-text {
  text-align: justify;
}

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

.member-team-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-detail-wrapper {
  z-index: 1;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.subscription-text {
  color: var(--primary-light);
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.team-name-text {
  margin-bottom: 8px;
  font-size: 20px;
}

.social-media-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.social-media-grid.margin-top-32px {
  margin-top: 32px;
}

.product-header-wrapper {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 364px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.product-detail-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-detail-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
}

.product-gallery-wrapper {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.product-description-wrapper {
  border: 0 solid #e6e6e6;
}

.breadcrumbs-wrapper {
  margin-bottom: 24px;
}

.product-description-tabs {
  margin-top: 40px;
}

.tab-link-tab-1 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 12px;
  display: flex;
}

.tab-link-tab-1.w--current {
  border-bottom: 4px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 12px;
  font-size: 20px;
  display: flex;
}

.tab-link-tab-2 {
  color: var(--primary);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 24px 12px;
  display: flex;
}

.tab-link-tab-2.w--current {
  border-bottom: 4px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.tab-link-tab-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 24px 12px;
  display: flex;
}

.tab-link-tab-3.w--current {
  border-bottom: 4px solid var(--primary);
  background-color: #0000;
}

.tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.tabs-content {
  margin-top: 32px;
}

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

.product-tabs-text {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
}

.button-group-container {
  grid-column-gap: 24px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.other-product-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.product-details-heading {
  margin-bottom: 12px;
}

.information-product-text {
  margin-bottom: 16px;
}

.featured-blog-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.blog-featured-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.short-by-category-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.short-by-category-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

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

.blog-tabs-wrapper {
  margin-bottom: 40px;
}

.blog-link-tab {
  background-color: #0000;
  padding: 10px 16px;
}

.blog-link-tab.w--current {
  border-bottom: 2px solid var(--primary);
  background-color: #0000;
  padding: 10px 16px;
}

.collection-item {
  display: block;
}

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

.cta-blog-image {
  object-fit: cover;
  background-image: url('../images/Blog-CTA-Image_1Blog CTA Image.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.article-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.article-header-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.category-blog-text {
  color: var(--primary-light);
  margin-bottom: 24px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

.article-detail-container {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.article-detail-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.share-article-container {
  border: 1px solid var(--secondary);
  border-radius: 4px;
  height: 100px;
  padding: 16px;
  position: sticky;
  top: 5%;
  bottom: 5%;
}

.article-body-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 200px auto;
  max-width: 1000px;
}

.social-share-icon-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  place-content: start;
  place-items: start;
  margin-top: 12px;
}

.author-information-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--secondary);
  grid-template-rows: auto;
  grid-template-columns: 96px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: grid;
}

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

.author-image.circular {
  border-radius: 100%;
  width: 100%;
  max-width: 96px;
  height: 96px;
}

.author-detail-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.more-like-this-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

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

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

.customer-info {
  margin-top: 28px;
  margin-bottom: 28px;
}

.shipping-address, .shipping-method, .payment-info {
  margin-bottom: 28px;
}

.confirmation-order-wrapper {
  flex-basis: 400px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.contact-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-member-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-detail-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.profile-description-text {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--white);
}

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

.company-bio-text {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 1.2;
}

.cart-button {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding: 0;
}

.cart {
  padding-left: 32px;
}

.cart-quantity {
  background-color: var(--primary);
  color: #fff;
  border-radius: 2px;
  min-width: 24px;
  height: 24px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.search-box {
  z-index: 1;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.search {
  grid-column-gap: 24px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input {
  background-color: #0000;
  border: 23px #000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 12px;
  font-size: 24px;
  line-height: 1.2;
}

.nav-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link:hover {
  border-bottom: 2px solid var(--primary);
  font-weight: 600;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
}

.nav-link.w--current:hover {
  border-left: 1px #000;
}

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.search-result-wrapper {
  border: 1px solid var(--secondary);
  border-radius: 4px;
  height: 300px;
  padding: 24px;
  transition: transform .2s;
}

.search-result-wrapper:hover {
  background-color: var(--secondary-light);
  transform: translate(0, -10px);
}

.search-result-wrapper-2 {
  margin-top: 64px;
}

.margin-top-12px {
  margin-top: 12px;
}

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

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

.license-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 416px auto 1fr;
}

.license-left-navigation {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.license-content-wrapper {
  grid-column-gap: 24px;
  border-top: 1px solid var(--secondary);
  border-bottom: 1px none var(--secondary);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.photography-content-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.icon-license-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.icon-column-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  justify-content: start;
  justify-items: stretch;
  margin-top: 16px;
}

.instagram-gallery-link-block {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-grid-overlay {
  background-color: #685143b5;
  position: absolute;
  inset: 0%;
}

.instagram-grid-content {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.member-team-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.member-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}

.member-image:hover {
  transform: scale(1.1);
}

.mask {
  z-index: auto;
  max-width: 668px;
}

.slide {
  position: relative;
}

.blog-categories-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-categories-header-wrapper {
  background-color: var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 364px;
  display: flex;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.featured-image-blog {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-menu-list {
  position: relative;
}

.line-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

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

.hero-overlay {
  z-index: 2;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

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

.hero-image, .product-image-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}

.paragraph-wrapper {
  overflow: hidden;
}

.navbar-dropdown {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-dropdown-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.navbar-dropdown-open {
  padding: 24px;
}

.navbar-dropdown-open.w--open {
  border: 1px solid var(--secondary);
  background-color: var(--white);
  border-radius: 10px;
  top: 24px;
  box-shadow: 0 2px 14px #0003;
}

.navbar-dropdown-menu-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.dropdown-product-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 8px;
  transition: all .4s;
  display: flex;
}

.dropdown-product-link:hover {
  background-color: var(--secondary-light);
}

.dropdown-product-image-wrap {
  border-radius: 4px;
  width: 100px;
  height: 60px;
  overflow: hidden;
}

.dropdown-product-title-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.text-style-h6 {
  color: var(--new-orange);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.dropdown-category-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.category-collection-item {
  border-radius: 4px;
  width: 100%;
}

.category-link-wrap {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-text-wrap {
  z-index: 1;
  position: relative;
}

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

.featured-blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: 4px;
  height: 480px;
  overflow: hidden;
}

.blog-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-animation {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.overlay-animation.bg-secondary-light {
  background-color: var(--secondary-light);
  background-color: #f5eeea;
  display: none;
}

.brand-logo-wrap.w--current {
  padding-left: 0;
}

.span-text {
  overflow: hidden;
}

.cart-icon {
  width: 24px;
}

.nav-menu-text {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

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

.nav-button-line-wrap {
  position: absolute;
  inset: auto 0% 0%;
}

.instagram-image-cover, .cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-style-h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-h2 {
  text-align: center;
  padding-top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-h2.semi-bold {
  color: var(--black);
  text-align: justify;
  font-weight: 600;
}

.text-style-h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.about-image-wrap {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.e-commerce-image-header {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.product-header-text-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-image-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.hero-heading-container {
  max-width: 638px;
}

.testimonial-name-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.gallery-section-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.featured-title-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.blog-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-us-image-wrapper {
  width: 640px;
  height: 648px;
  position: relative;
}

.our-vision-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-media-link-block {
  transition: all .3s;
}

.social-media-link-block:hover {
  transform: scale(1.05);
}

.about-us-image-block {
  width: 412px;
  height: 466px;
  position: absolute;
  overflow: hidden;
}

.about-us-image-block._1 {
  z-index: 1;
  inset: 0% auto auto 0%;
}

.about-us-image-block._2 {
  inset: auto 0% 0% auto;
}

.featured-blog-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.our-specialist-content-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.contact-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-categories-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.rich-text-element h1, .rich-text-element h3, .rich-text-element h4 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.rich-text-element h6 {
  margin-top: 8px;
  margin-bottom: 10px;
}

.rich-text-element p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.rich-text-element figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-element h2, .rich-text-element h5 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.rich-text-element ul {
  padding-left: 0;
  list-style-type: none;
}

.rich-text-element li {
  background-color: var(--secondary-light);
  margin-bottom: 10px;
  padding: 10px 12px 10px 20px;
}

.blog-main-image-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sg-nav-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.featured-service-wrapper {
  border: 0 solid #000;
}

.blog-category-tabs {
  flex-flow: column;
  display: flex;
}

.footer-subscription-block, .license-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.member-team-detail-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-member-name-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-image-wrapper {
  border-radius: 8px;
  max-width: 480px;
  overflow: hidden;
}

.blog-detail-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-avatar-name-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.product-detail-name-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.other-product-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tab-link-tab-3-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 24px 12px;
  display: flex;
}

.tab-link-tab-3-2.w--current {
  background-color: #0000;
  border-bottom: 4px solid #685143;
}

.tab-link-tab-2-2 {
  color: #685143;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 24px 12px;
  display: flex;
}

.tab-link-tab-2-2.w--current {
  color: #685143;
  background-color: #0000;
  border-bottom: 4px solid #685143;
}

.line-divider-vertical-2 {
  background-color: #e4d7cf;
  width: 1px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.line-divider-vertical-2.margin-48px {
  margin-left: 48px;
  margin-right: 48px;
}

.tab-link-tab-1-2 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 12px;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  color: #685143;
  background-color: #fff;
  border-bottom: 4px solid #685143;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 12px;
  font-size: 20px;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border-top: 1px solid #e4d7cf;
  border-bottom: 1px solid #e4d7cf;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.product-tabs-text-2 {
  color: #685143;
  font-size: 20px;
  font-weight: 500;
}

.side-panel {
  color: #403e3d;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 25px 0 0 25px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.side-panel.v2 {
  border-radius: 0 25px 25px 0;
}

.teal-button {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #63b3b3;
  border: 0 #fff;
  border-radius: 20px;
  flex-grow: 1;
  flex-basis: 0%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}

.dropdown-heading {
  color: var(--new-orange);
  text-transform: capitalize;
  cursor: pointer;
  border-color: #ff5723;
  align-items: center;
  width: auto;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: relative;
}

.dropdown-heading-wrapper {
  color: #ff5723;
  text-transform: capitalize;
  border-color: #ff5723;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

._16px-bold-text {
  color: #fff;
  text-align: left;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

.orange-block {
  background-color: #ff5723;
  width: auto;
  padding: 5px 10px 5px 24px;
  font-size: 16px;
  list-style-type: none;
  position: relative;
}

.text-column {
  text-align: left;
  flex-shrink: 0;
  flex-basis: 50%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
  position: relative;
}

.text-column.heading {
  color: #222;
  font-weight: 600;
}

.text-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 5px 0 5px 24px;
  font-size: 16px;
  list-style-type: none;
  display: grid;
  position: relative;
}

.text-row.grey {
  background-color: #f5f5f5;
}

.dropdown-details {
  width: auto;
}

.details-dropdown {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  width: auto;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
}

.cd0w3t80 {
  color: #ff5723;
  border-color: #ff5723;
  width: auto;
  font-size: 18px;
  line-height: 1;
}

._20px-text {
  color: #fff;
  text-align: justify;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  list-style-type: none;
}

._20px-text.black {
  color: #222;
}

.h3-40px {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.h3-40px.black {
  color: #222;
}

.h3-40px.black.mg-bottom-12px {
  color: var(--new-orange);
}

._14px-white-text {
  color: #fff;
  text-align: center;
  border-color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  list-style-type: none;
  transform: rotate(315deg);
}

.tqro5hwe {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  line-height: 1;
  list-style-type: none;
  display: block;
  transform: rotate(315deg);
}

.promo-block {
  z-index: 0;
  color: #fff;
  text-align: center;
  background-color: #fe5622;
  border-color: #fff;
  border-radius: 2px 0 120px 2px;
  width: auto;
  padding: 15px 15px 20px 3px;
  line-height: 1;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-image {
  aspect-ratio: 1;
  color: #999;
  cursor: pointer;
  border-color: #999;
  border-radius: 5px;
  width: 300px;
  height: 300px;
  font-size: 19px;
  line-height: 0;
  list-style-type: none;
  display: block;
}

.slide-link {
  color: #999;
  cursor: pointer;
  border-color: #999;
  width: auto;
  font-size: 19px;
  line-height: 0;
  list-style-type: none;
}

.image-wrap-relative {
  color: #999;
  background-color: #fff;
  border-color: #999;
  width: auto;
  margin: 0;
  font-size: 19px;
  line-height: 0;
  list-style-type: none;
  position: relative;
}

.lhk3co9d {
  color: #222;
  border-color: #222;
  width: auto;
  font-size: 15px;
  line-height: 1.4;
  list-style-type: none;
}

._15px-text {
  color: #222;
  border-color: #222;
  width: auto;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: none;
}

.price-row {
  color: #ff5723;
  text-overflow: ellipsis;
  border-color: #ff5723;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  font-size: 18.5px;
  font-weight: 600;
  line-height: 1.86;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.slide-text-wrap {
  color: #999;
  border-color: #999;
  flex-direction: column;
  width: auto;
  height: calc(100% - 250px);
  padding: 5px 0 0;
  line-height: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.mini-slide-wrap {
  color: #999;
  border-color: #999;
  flex-direction: column;
  width: auto;
  height: 100%;
  padding: 10px;
  font-size: 19px;
  line-height: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.form {
  display: flex;
}

.text-field {
  min-height: 48px;
  margin-bottom: 0;
}

.panel-text {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: .5;
}

.item-count-form {
  max-width: 140px;
  margin-bottom: 0;
}

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

._18px-text {
  color: #222;
  margin-top: 5px;
  font-size: 18px;
}

.dim-orange {
  color: #ff5823;
  font-weight: 600;
}

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

.gallery-item {
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.slide-wrap {
  position: relative;
}

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

.gallery-overlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.orange-text {
  color: var(--new-orange);
}

.slider-2 {
  height: auto;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.gallery-item-wrap {
  height: 100%;
  position: relative;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

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

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

.text-18px.mg-bottom-40px {
  margin-bottom: 32px;
}

.mg-bottom-44px {
  margin-bottom: 44px;
}

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

._16px-link {
  color: #fff9;
  margin-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

._16px-link:hover {
  color: #8dff65;
}

._30px-heading {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
  position: relative;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

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

.text-20px {
  color: #ffffff9e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 32px;
  position: relative;
}

.mg-bottom-36px {
  margin-bottom: 36px;
}

.text-18px-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44444;
}

.mg-bottom-60px {
  margin-bottom: 60px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.style-guide-mini-wrapper {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-40px {
  font-size: 40px;
  line-height: .93;
}

.text-30px {
  font-size: 25px;
  line-height: 1.48;
}

.slider-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -3vw;
  margin-right: -3vw;
  display: block;
  position: relative;
}

.orange-arrow {
  z-index: 12;
  border: 1px solid var(--new-orange);
  color: var(--black);
  width: 36px;
  height: 36px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 20px;
  transition: opacity .3s;
}

.orange-arrow:hover {
  background-color: var(--new-orange);
  color: var(--orange);
  border-radius: 100px;
}

.orange-arrow.v2 {
  border-color: var(--gray-60);
  color: var(--gray-30);
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.orange-arrow.v2:hover {
  border-color: var(--new-orange);
  color: var(--white);
}

._14px-black-text {
  color: var(--black);
  font-size: 14px;
}

.mini-slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 64px;
  padding-left: 44px;
  padding-right: 44px;
  overflow: hidden;
}

._0-8-em-text {
  font-size: .8em;
}

.muted-text {
  color: #9b9a9a;
  text-decoration: line-through;
}

.mini-mask {
  max-width: 20%;
  overflow: visible;
}

.logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 160px;
}

.dropdown-image {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  display: flex;
}

.dropdown-toggle.first {
  padding-left: 0;
}

.dropdown-caret {
  margin-right: 0;
  position: relative;
}

.dropdown-text {
  font-size: 13px;
}

.dropdown-content-wrap {
  padding-left: 12px;
  padding-right: 32px;
}

.link {
  color: var(--gray-60);
  padding: 12px 12px 12px 16px;
  font-weight: 400;
  display: block;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 2px 5px #0000001a;
}

.dropdown-list.v2.w--open {
  margin-left: 100%;
  inset: 0% auto auto 0%;
}

.nav-menu-wrapper-v2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  scrollbar-width: none;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  display: flex;
}

.nav-field {
  border: 0 #000;
  min-height: 44px;
  margin-bottom: 0;
}

.search-form {
  border: 2px solid var(--new-orange);
  color: var(--new-orange);
  border-radius: 100vh;
  display: flex;
  overflow: hidden;
}

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

.expandable {
  flex: 1;
  margin-left: 40px;
  margin-right: 40px;
}

.svg-24px {
  color: var(--white);
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: block;
}

.svg-24px:hover {
  color: var(--new-orange);
}

.svg-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.places-slider {
  background-color: #ddd0;
  height: 100%;
}

.slide-nav-v2 {
  height: 4em;
  font-size: 20px;
  display: none;
}

.dummy-div {
  z-index: 2;
  background-color: #fff;
  width: 44px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dummy-div.v2 {
  inset: 0% 0% 0% auto;
}

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

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.product-delivery-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grey-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.icon-28px {
  width: 28px;
}

.border-line {
  background-color: var(--new-orange);
  height: 1px;
  margin: 12px -3vw 6px;
}

.heading-6 {
  color: var(--new-orange);
}

.slider-wrapper {
  height: 90%;
}

.thumbnails-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.thumbnail {
  opacity: .7;
  border: 3px solid #0000;
  width: 3em;
  height: 3em;
  font-size: 20px;
  transition: opacity .2s, border-color .2s;
}

.thumbnail:hover, .thumbnail.active {
  border: 3px solid var(--new-orange);
  opacity: 1;
}

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

.search-button {
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.search-icon {
  color: var(--new-orange);
  width: 24px;
}

.cart-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto .5fr;
}

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

.block-content {
  border: 0 solid #000;
  border-right-style: none;
  padding: 0;
}

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

.title_cart {
  text-align: left;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.title_cart.semi-bold {
  text-align: justify;
  font-weight: 600;
}

.label_cart {
  margin-top: 10px;
}

.main-description {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.main-description.nav-style {
  flex-flow: column;
  display: flex;
}

.carrello_immagine_prodotto {
  text-align: left;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  overflow: hidden;
}

.carrello_prodotto_link {
  text-align: left;
  cursor: pointer;
  align-self: flex-start;
  width: 120px;
  height: 120px;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: block;
  position: relative;
}

.f7pwtpcw {
  color: #111;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: auto;
  padding: 3px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  list-style-type: none;
  display: inline-block;
}

.ayhl56vd {
  text-align: center;
  width: auto;
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.carrello_box_immagine {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.xcyxdycu {
  color: #cc0008;
  text-align: left;
  border-color: #cc0008;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.571;
  list-style-type: none;
}

.md4ic56u {
  z-index: 0;
  color: #cc0008;
  text-align: left;
  border-color: #cc0008;
  order: 1;
  width: auto;
  margin: 0 0 4px;
  font-weight: 700;
  list-style-type: none;
  position: absolute;
  top: -22px;
}

.xiddhg2v {
  color: #111;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #111;
  align-self: flex-start;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.571;
  list-style-type: none;
  position: relative;
}

.hunrfk5d {
  color: #111;
  text-align: left;
  text-transform: uppercase;
  border-color: #111;
  width: auto;
  font-weight: 700;
  list-style-type: none;
}

.carrello_prodotto_titolo {
  color: var(--black);
  text-align: left;
  word-break: break-word;
  width: auto;
  font-size: 14px;
  line-height: 1.571;
  list-style-type: none;
}

.carrello_titolo_sub {
  color: #111;
  text-align: left;
  border-color: #111;
  order: 2;
  width: auto;
  list-style-type: none;
  display: block;
}

.carrello_titolo_prodotto {
  color: #111;
  text-align: left;
  text-transform: uppercase;
  border-color: #111;
  order: 2;
  width: auto;
  margin: 0 0 4px;
  font-weight: 700;
  list-style-type: none;
}

.titolo_prodotto {
  text-align: left;
  flex-grow: 1;
  flex-basis: 0%;
  width: auto;
  margin: 0 16px 0 0;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
  position: relative;
}

.bnb3w9yj {
  color: #111;
  text-align: left;
  border-color: #111;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  list-style-type: none;
  position: relative;
}

.pea7pm9q {
  color: #111;
  text-align: left;
  border-color: #111;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.571;
  list-style-type: none;
}

.gzp5d4y4 {
  color: #111;
  text-align: left;
  border-color: #111;
  width: auto;
  font-weight: 700;
  list-style-type: none;
}

.g0olv4kl {
  z-index: 0;
  color: #111;
  text-align: left;
  clip: rect(1px, 1px, 1px, 1px);
  border-color: #111;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.571;
  list-style-type: none;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.dfqm64af {
  color: #111;
  text-align: left;
  border-color: #111;
  width: auto;
  margin: 0 0 4px;
  font-weight: 700;
  list-style-type: none;
  position: relative;
}

.gcn5h949 {
  text-align: left;
  flex-wrap: wrap;
  order: 3;
  align-items: center;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.carrello_parziale_totale {
  text-align: left;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.carrello_parziale_euro {
  color: #484848;
  text-align: left;
  width: auto;
  font-size: 14px;
  line-height: 1;
  list-style-type: none;
  position: relative;
}

.carrello_parziale_costo {
  color: #484848;
  text-align: left;
  width: auto;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  list-style-type: none;
}

.lpanzl4o {
  z-index: 0;
  color: #484848;
  text-align: left;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.carrello_prodotto_sub {
  text-align: left;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
  position: relative;
}

.carrello_prodotto_prezzo {
  color: #484848;
  text-align: left;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
}

.carrello_dettaglio_prodotto_sconto {
  text-align: left;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
}

.xfjaj8fc {
  text-align: left;
  order: 4;
  width: 100%;
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
}

.carrello_sub_dettagli {
  text-align: left;
  flex-basis: 100%;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.carrello_box_prodotto {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
  display: flex;
}

.hdeqqn6w {
  grid-column-gap: 8px;
  text-align: left;
  flex-direction: column;
  gap: 8px;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.xwjrpr5l {
  color: #484848;
  text-align: left;
  cursor: pointer;
  align-self: flex-start;
  width: auto;
  font-size: 14px;
  line-height: 1.571;
  -webkit-text-decoration: underline #484848;
  text-decoration: underline #484848;
  list-style-type: none;
  position: relative;
}

.dumuqsi0 {
  text-align: left;
  width: auto;
  list-style-type: none;
  display: block;
}

.deha21ny {
  color: #111;
  text-align: center;
  border: 0 #111;
  order: 2;
  width: 27px;
  min-width: 40px;
  max-width: 45px;
  padding: 8px 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  list-style-type: none;
  display: block;
}

.vyxubfqq {
  z-index: 0;
  color: #484848;
  text-align: left;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: block;
  position: absolute;
  overflow: hidden;
}

.ok6p2pd8 {
  color: #111;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  fill: #111;
  overflow-clip-margin: content-box;
  border-color: #111;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  list-style-type: none;
  display: block;
  overflow: hidden;
}

.o4xxqptq {
  color: #111;
  text-align: center;
  cursor: pointer;
  border-color: #111;
  border-radius: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  list-style-type: none;
  display: flex;
}

.szqspo63 {
  color: #111;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  background-color: #0000;
  border: 0 #111;
  border-radius: 64px;
  flex-direction: row;
  order: 3;
  width: auto;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  list-style-type: none;
  display: flex;
  position: relative;
}

.qf8m8h55 {
  color: #111;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  background-color: #0000;
  border: 0 #111;
  border-radius: 64px;
  flex-direction: row;
  order: 1;
  width: auto;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  list-style-type: none;
  display: flex;
  position: relative;
}

.e9grjodv {
  z-index: 0;
  text-align: left;
  border: 1px solid #929292;
  border-radius: 64px;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: block;
  position: absolute;
  inset: 0;
}

.czcdm9nd {
  z-index: 0;
  text-align: left;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: block;
  position: absolute;
  overflow: hidden;
}

.wsepo5ua {
  text-align: left;
  background-color: #fff;
  border-radius: 64px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
  position: relative;
}

.ts2spziq {
  color: #111;
  text-align: center;
  cursor: pointer;
  border-color: #111;
  border-radius: 64px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  list-style-type: none;
  display: flex;
}

.ryo9mdpz {
  color: #111;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  background-color: #0000;
  border: 0 #111;
  border-radius: 64px;
  flex-direction: row;
  width: auto;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  list-style-type: none;
  display: flex;
  position: relative;
}

.carrello_prodotti_numero {
  grid-column-gap: 10px;
  text-align: left;
  flex-flow: wrap;
  align-items: center;
  gap: 16px;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.carrello_dettaglio_prodotto {
  grid-column-gap: 16px;
  text-align: left;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.dettaglio_carrello {
  grid-column-gap: 32px;
  text-align: left;
  flex-direction: row;
  gap: 32px;
  width: auto;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.dg6e6g6y {
  grid-column-gap: 16px;
  color: #484848;
  text-align: left;
  border-color: #484848;
  flex-direction: column;
  gap: 16px;
  width: auto;
  padding: 24px 0;
  font-size: 14px;
  line-height: 1.571;
  list-style-type: none;
  transition-property: none;
  display: flex;
}

.prosegui_testo_box {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  transform: translate(0);
}

.prosegui_icon_svg {
  color: #111;
  vertical-align: middle;
  cursor: pointer;
  fill: #111;
  overflow-clip-margin: content-box;
  border-color: #111;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  overflow: hidden;
}

.riepilogo_freccia {
  color: #111;
  cursor: pointer;
  background-color: #fff;
  border-color: #111;
  border-radius: 64px;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.prosegui_testo {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.button_prosegui {
  grid-column-gap: normal;
  background-color: var(--new-orange);
  color: #fff;
  text-align: start;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  border: 0 #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition-property: none;
  display: inline-flex;
  position: relative;
}

.v4ll9v9f {
  color: #111;
  border-color: #111;
  width: auto;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
}

.so0xvvpz {
  color: #484848;
  width: auto;
  font-size: 14px;
  line-height: 1.571;
  display: block;
}

.wj9vc3it {
  color: #484848;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.lodegh73 {
  color: #484848;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.x06avo8u {
  width: auto;
  font-weight: 700;
  line-height: 1;
}

.vm7ao4fy {
  z-index: 0;
  color: #484848;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.u25cnihp {
  width: auto;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
}

.destra_riepilogo_totale {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 5px;
  display: flex;
}

.vsju7ho0 {
  color: #484848;
  width: auto;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.vypovuc4 {
  color: #484848;
  width: auto;
  font-size: 14px;
  line-height: 1;
}

.d2kjr0ek {
  width: auto;
  line-height: 1;
}

.e7exv9ws {
  z-index: 0;
  color: #484848;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 14px;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.ewuajr4s {
  width: auto;
  line-height: 1;
  position: relative;
}

.dc0coo0d {
  width: auto;
  margin: 0 0 16px;
}

.ewy36258 {
  background-color: #dfdfdf;
  border-style: none none solid;
  border-width: 0 0 2px;
  border-bottom-color: #111;
  width: auto;
  height: 0;
  margin: 0;
}

.totale_iva {
  color: #111;
  border-color: #111;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.571;
}

.v3wwh4oq {
  color: #111;
  border-color: #111;
  width: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  top: -8.724px;
}

.totale_carrello_euro {
  color: #111;
  border-color: #111;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.pj2y9tmw {
  z-index: 0;
  color: #111;
  clip: rect(1px, 1px, 1px, 1px);
  border-color: #111;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.cn39iece {
  color: #111;
  border-color: #111;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
}

.cmr5x0ok {
  grid-column-gap: 16px;
  flex-direction: column;
  gap: 16px;
  width: auto;
  display: flex;
}

.riepilogo_carrello_dettagli {
  grid-column-gap: normal;
  color: #484848;
  border-color: #484848;
  width: auto;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.571;
  transition-property: none;
}

.select-wrap {
  border: 1px solid #dfe3e9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.select-button {
  cursor: pointer;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.plus-minus-wrap {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.minus-2 {
  background-color: #01043d;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.select {
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-left: 1px solid #01043d;
  border-right: 1px solid #01043d;
  width: 100px;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.select-field {
  text-align: center;
  -webkit-text-stroke-color: #060606;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.select-button_plus {
  cursor: pointer;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.plus-2 {
  background-color: #01043d;
  border-radius: 2px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.cart-p {
  color: #060606;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.3em;
}

.heading-7, .carrello_riepilogo, .tuo_carrello {
  color: var(--new-orange);
}

.carrello_prodotto_parziale {
  color: #484848;
  text-align: left;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
}

.block-content-2 {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.totale_carrello_euro_parziel {
  color: #111;
  border-color: #111;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.product-details-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: none;
}

.costo_totale_spedizioni {
  color: #111;
  border-color: #111;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
}

.button_checkout {
  grid-column-gap: normal;
  background-color: var(--new-orange);
  color: #fff;
  text-align: start;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
  border: 0 #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition-property: none;
  display: inline-flex;
  position: relative;
}

.single-main-container {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.single-main-container.nav-style {
  flex-flow: column;
  display: flex;
}

.single-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto .5fr;
}

.paragraph {
  color: var(--white);
  text-align: justify;
}

.main-description-product {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin: 40px 0;
  padding-left: 0%;
  padding-right: 0%;
}

.main-description-product.nav-style {
  flex-flow: column;
  display: flex;
}

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

.bvib0kwz {
  width: auto;
}

.vuivivw1 {
  z-index: 0;
  aspect-ratio: auto 0 / 0;
  width: 0;
  max-width: none;
  height: 0;
  display: block;
  position: absolute;
}

.up6fg79i {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
}

.azxqckzg {
  width: auto;
  font-size: 24px;
  font-style: normal;
}

.cv7jezri {
  width: auto;
  display: none;
}

.c9nk32ag {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 18px;
  font-style: normal;
  display: block;
}

.qo6rwzpq {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 17px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  margin: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 4px #20212447;
}

.ti8t1k0t {
  cursor: pointer;
  width: auto;
  font-size: 29px;
  font-style: normal;
}

.lucrrb6e {
  cursor: pointer;
  width: auto;
  margin: 0 8px 0 0;
  font-size: 29px;
  display: none;
}

.lwbzz637 {
  aspect-ratio: auto 180 / 45;
  cursor: pointer;
  width: 110px;
  max-width: none;
  display: block;
}

.t90odjsi {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: max-content;
  display: flex;
}

.eee6cvo5 {
  aspect-ratio: auto 180 / 45;
  cursor: pointer;
  width: 110px;
  max-width: none;
}

.j4mlhibl {
  cursor: pointer;
  align-items: center;
  width: 100%;
  max-width: max-content;
  display: none;
}

.o09s4k0q {
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
  display: block;
}

.xy2c8q4g {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  width: auto;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.o771aeor {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0 3.2px 0 0;
  font-size: 19px;
  font-style: normal;
  display: block;
}

.e240jyvg {
  color: #fff;
  cursor: pointer;
  background-color: #4385f4;
  border-color: #fff;
  border-radius: 15.5px;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin: 0 0 0 25px;
  padding: 6px 14px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  box-shadow: 0 1px 5px #20212447;
}

.npjf02jn {
  visibility: hidden;
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.moymp4bq {
  visibility: hidden;
  opacity: 0;
  transform-origin: 100%;
  flex-direction: row;
  width: auto;
  max-width: max-content;
  margin: 0 0 0 18px;
  font-weight: 700;
  display: flex;
  right: 0;
  transform: scale(0);
}

.f7f7o5p0 {
  flex-direction: row;
  align-items: center;
  width: 33%;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.b8zktbf3 {
  float: left;
  color: #000;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  appearance: none;
  border: 0 #000;
  border-radius: 24px;
  width: 100%;
  height: 48px;
  padding: 8px 100px 8px 20px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 8px 1px #2021241c;
}

.a5jc4m08 {
  z-index: 0;
  color: #4385f4;
  text-align: center;
  cursor: pointer;
  border-color: #4385f4;
  border-radius: 0 24px 24px 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px 8px 8px 0;
  font-size: 23px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.kvvmq0xd {
  z-index: 0;
  text-align: center;
  cursor: pointer;
  width: auto;
  font-size: 18px;
  display: none;
  position: absolute;
  top: 16px;
  right: 65px;
  transform: rotate(45deg);
}

.vkkrrx6t {
  z-index: 2;
  opacity: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translate(0, -295px);
}

.mmryhfr5 {
  text-align: center;
  cursor: pointer;
  width: auto;
  font-size: 12px;
  font-style: normal;
}

.juaxvrqx {
  color: #3c4043;
  text-align: center;
  cursor: pointer;
  width: auto;
  font-size: 12px;
  line-height: 1;
}

.clmh91k5 {
  text-align: center;
  cursor: pointer;
  background-color: #fffc;
  border: 1px solid #e0e1e5;
  border-radius: 15.5px;
  width: auto;
  margin: 0 3px;
  padding: 8px 12px;
  font-size: 12px;
  box-shadow: 0 1px 5px #20212447;
}

.k3qhbgoy {
  z-index: 1034;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 14px 15px;
  display: none;
  position: absolute;
  top: 100%;
  overflow: scroll hidden;
}

.zjum6ric {
  z-index: 1034;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 0 2px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.igc3qixm {
  text-align: center;
  width: auto;
  height: 48px;
  margin: 0 auto;
  position: relative;
}

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

.qp0dw76l {
  width: 31.3%;
  position: relative;
}

.cojtqrc4 {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.tb23ghia {
  cursor: pointer;
  width: auto;
  font-size: 21px;
  font-weight: 700;
}

.tuf5hbxi {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
  display: block;
}

.wn0y7oo2 {
  z-index: 0;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0;
}

.hmhcy7qz {
  float: left;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 17px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #20212447;
}

.cdre8lln {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
}

.azuhh798 {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 24px;
}

.q0ey7cj5 {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-weight: 700;
}

.l8lvitg9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 24px;
  font-style: normal;
}

.uwhb16xa {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 24px;
}

.pnce6pqi {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 24px;
  font-weight: 700;
}

.vsu89m4y {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-position: 0 0;
  border-style: solid;
  border-width: 1px;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  display: none;
  position: relative;
  box-shadow: 0 2px 4px #20212447;
}

.bta8ssw6 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding: 0 30px 0 5%;
  display: flex;
}

.bbjd2uk8 {
  opacity: 0;
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 20px;
  font-style: normal;
  display: none;
}

.f3mc0dgd {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-position: 0 0;
  border-style: solid;
  border-width: 2px;
  border-radius: 17px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #20212447;
}

.jhmmhy2s {
  opacity: 0;
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
  display: none;
}

.xwcaiw4a {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-position: 0 0;
  border-style: solid;
  border-width: 1px;
  border-radius: 17px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #20212447;
}

.juzz1ha9 {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 35px;
  font-style: normal;
  display: block;
}

.pu92k4j4 {
  opacity: 0;
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 35px;
  font-style: normal;
  display: none;
}

.i8i38o3v {
  z-index: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0;
}

.ec7h35wx {
  float: left;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-position: 0 0;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 35px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.frt24w2q {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: none;
  position: fixed;
  bottom: 5px;
}

.eeixsbkm {
  z-index: 1022;
  float: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
  top: 0;
}

.t0igge2t {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 26px;
  font-style: normal;
}

.qx549w0k {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
}

.o13rw2yc {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 12px;
  line-height: 1.17;
}

.hyympq4m {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 12px;
  line-height: 1.17;
  display: block;
}

.souisrr8 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin: 0 10px;
  display: flex;
}

.l9ve36t7 {
  flex-direction: row;
  width: auto;
  margin: 10px 0 0;
  padding: 0 537.6px;
  display: flex;
}

.t4zy5xqt {
  float: left;
  opacity: 0;
  background-color: #7ba9f7;
  width: 100%;
  height: 0;
  display: none;
}

.qh1354bt {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 26px;
  font-style: normal;
  display: block;
}

.bwy95t2a {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  clip: rect(0px, 0px, 0px, 0px);
  border-color: #fff;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 26px;
  font-style: normal;
  display: block;
  position: absolute;
  overflow: hidden;
}

.cr4rg4q0 {
  z-index: 0;
  color: #fff;
  cursor: pointer;
  background-color: #7ba9f7;
  border-color: #fff;
  border-radius: 0 13px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 26px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 2px 4px #20212447;
}

.j1vvw49q {
  float: left;
  opacity: 0;
  background-position: 0 0;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 15px;
  display: none;
  box-shadow: 0 -4px 5px #2021240d;
}

.mfzp9ge6 {
  z-index: 1037;
  width: 100%;
  max-width: 100%;
  height: 75px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
}

.ei1g9wgm {
  visibility: hidden;
  width: 100%;
  max-width: none;
}

.b58tg7pk {
  visibility: hidden;
  width: 142px;
}

.blzs2kah {
  visibility: hidden;
  width: auto;
  font-size: 24px;
  font-style: normal;
}

.x5y5cwqh {
  z-index: 0;
  visibility: hidden;
  width: auto;
  font-size: 24px;
  position: absolute;
  right: 20px;
}

.vvotl2d4 {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 20px 16px;
  display: none;
}

.sn5836oi {
  visibility: hidden;
  color: #fff;
  background-color: #4385f4;
  border-color: #fff;
  border-radius: 15.5px;
  width: auto;
  margin: 0 15px 0 0;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 4px 4px 12px 1px #20212414;
}

.lbq7tbyl {
  visibility: hidden;
  width: auto;
  font-style: normal;
}

.ty2lhogh {
  visibility: hidden;
  color: #3c4043;
  width: auto;
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.lcqd7bvm {
  visibility: hidden;
  align-items: center;
  width: auto;
  padding: 15px 20px;
  font-weight: 500;
  display: none;
}

.bk3kabaz {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  border-radius: 100%;
  width: 100%;
  max-width: none;
  list-style-type: none;
  display: block;
}

.uyn225qn {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #dceff6;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.pco95hiu {
  visibility: hidden;
  color: #3c4043;
  text-align: center;
  cursor: pointer;
  width: auto;
  max-width: 105px;
  height: 41px;
  padding: 5px 0 0;
  font-size: 13px;
  line-height: 18px;
  list-style-type: none;
  display: block;
}

.rv73386r {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 0 0;
  list-style-type: none;
  display: flex;
}

.am35abu9 {
  visibility: hidden;
  text-align: left;
  border-radius: 0 0 7px 7px;
  width: 100%;
  max-width: none;
  list-style-type: none;
  display: block;
  box-shadow: 0 2px 4px #2021241a;
}

.wvp3k7k1 {
  visibility: hidden;
  float: right;
  text-align: left;
  flex-direction: row;
  align-items: center;
  width: 35px;
  list-style-type: none;
  display: flex;
}

.f3uhjvia {
  visibility: hidden;
  color: #999;
  text-align: left;
  cursor: pointer;
  border-color: #999;
  width: auto;
  margin: 0 3px 0 0;
  font-size: 24px;
  font-style: normal;
  list-style-type: none;
}

.nkw1z53o {
  visibility: hidden;
  color: #999;
  text-align: left;
  cursor: pointer;
  border-color: #999;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.bwsj59qm {
  visibility: hidden;
  color: #999;
  text-align: left;
  cursor: pointer;
  border-color: #999;
  align-items: center;
  width: auto;
  margin: 20px 0 0;
  font-size: 12px;
  list-style-type: none;
  display: none;
}

.zdwu9h9x {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  width: auto;
  font-size: 20px;
  font-style: normal;
  list-style-type: none;
  display: block;
}

.rnxgyimb {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  list-style-type: none;
  display: flex;
}

.eycww3nt {
  visibility: hidden;
  float: left;
  text-align: left;
  width: 100%;
  margin: 25px 0 0;
  font-size: 20px;
  font-weight: 500;
  list-style-type: none;
  display: block;
}

.p6u8347f {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  width: auto;
  font-style: normal;
  list-style-type: none;
  display: block;
}

.bfwzvgxj {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  cursor: pointer;
  border-width: 1px 0 0;
  border-top-style: solid;
  border-top-color: #00000026;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 15px 0 15px 15px;
  font-size: 14px;
  line-height: 1;
  list-style-type: none;
  display: flex;
}

.ey30bv5d {
  visibility: hidden;
  color: #999;
  text-align: left;
  cursor: pointer;
  border-color: #999;
  width: auto;
  margin: 0 3px 0 0;
  font-size: 24px;
  font-style: normal;
  list-style-type: none;
  display: block;
}

.jzbdjdtb {
  visibility: hidden;
  color: #999;
  text-align: left;
  cursor: pointer;
  border-color: #999;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.nb8nchs4 {
  visibility: hidden;
  color: #999;
  text-align: left;
  cursor: pointer;
  border-color: #999;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin: 11px 0 0;
  font-size: 12px;
  list-style-type: none;
  display: flex;
}

.hmsi54s6 {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  width: auto;
  list-style-type: none;
  display: block;
}

.pxrcixyc {
  visibility: hidden;
  width: auto;
  list-style-type: none;
}

.xwn39ku2 {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  cursor: pointer;
  border-width: 1px 0 0;
  border-top-style: solid;
  border-top-color: #00000026;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 15px 0 15px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  list-style-type: none;
  display: flex;
}

.bxy28ysz {
  visibility: hidden;
  float: left;
  text-align: left;
  background-color: #fff;
  width: 100%;
  margin: 25px 0 0;
  padding: 0;
  list-style-type: none;
}

.gwl923ry {
  z-index: 0;
  visibility: hidden;
  text-align: left;
  background-color: #fff;
  width: auto;
  padding: 0 20px;
  list-style-type: none;
  display: none;
  position: absolute;
  inset: 0;
}

.pnkybwwe {
  visibility: hidden;
  float: left;
  text-align: left;
  width: 100%;
  margin: 25px 0 0;
  padding: 0;
  list-style-type: none;
}

.bc1lfp4v {
  z-index: 1039;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  width: 375px;
  max-width: none;
  height: 586px;
  max-height: 560px;
  padding: 0 20px;
  list-style-type: none;
  position: fixed;
  top: 86px;
  left: calc(14.1% + 389px);
  overflow: auto;
  box-shadow: 0 4px 24px 15px #20212480;
}

.cw4l47dh {
  visibility: hidden;
  float: left;
  width: 33.3333%;
  list-style-type: none;
}

.bsud1nwc {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #e7f7f6;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.rh796xsi {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #d9e9ff;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.mv21m9y6 {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #fff6e1;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.v9hkl69d {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #eadef0;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.elembl9g {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #fdecee;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.aqx7rvti {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #f9fbdd;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.yquswloy {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #fae7df;
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
}

.n6opydec {
  visibility: hidden;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  list-style-type: none;
  display: flex;
  box-shadow: 0 2px 14px #e0e0e0;
}

.i8pdigdl {
  visibility: hidden;
  flex-flow: wrap;
  width: auto;
  margin: 0;
  padding: 0 20px 0 0;
  list-style-type: none;
  display: flex;
}

.t62zx1i2 {
  visibility: hidden;
  background-color: #7ba9f7;
  border-radius: 0 0 7px 7px;
  width: 100%;
  max-width: none;
  padding: 6px;
  display: block;
  box-shadow: 0 2px 4px #2021241a;
}

.o4h8if4t {
  visibility: hidden;
  float: right;
  flex-direction: row;
  align-items: center;
  width: 35px;
  display: flex;
}

.ag7vjr5k {
  visibility: hidden;
  float: left;
  color: #3c4043;
  width: 100%;
  margin: 25px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.k8iv4l59 {
  visibility: hidden;
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 14px;
  line-height: 1;
}

.a19edi39 {
  visibility: hidden;
  float: left;
  width: 100%;
  margin: 25px 0 0;
}

.dupe7qcd {
  z-index: 1039;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 12px;
  width: 375px;
  height: 586px;
  max-height: 560px;
  padding: 0 20px;
  position: fixed;
  top: 86px;
  left: calc(14.1% + 389px);
  overflow: auto;
  box-shadow: 0 4px 24px 15px #20212480;
}

.vmbyzhmc {
  visibility: hidden;
  cursor: pointer;
  width: auto;
  max-width: none;
  font-size: 24px;
  font-style: normal;
}

.ue8hlvqu {
  visibility: hidden;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
}

.xfrymc5i {
  visibility: hidden;
  cursor: pointer;
  width: auto;
  margin: 0 7px 0 0;
  font-size: 24px;
  font-style: normal;
  display: block;
}

.wu2a18ew {
  visibility: hidden;
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 12px;
  line-height: 14px;
}

.xy6qdpa6 {
  visibility: hidden;
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  display: block;
}

.mtkjkyqh {
  visibility: hidden;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.htm48qb1 {
  visibility: hidden;
  float: left;
  width: 33.3333%;
  margin: 0 10px 0 0;
}

.gzfrthcp {
  visibility: hidden;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #00000026;
  flex-direction: row;
  width: auto;
  padding: 20px 0;
  display: flex;
}

.rx5bgdct {
  visibility: hidden;
  color: #3c4043;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.pzmue41f {
  visibility: hidden;
  cursor: pointer;
  width: auto;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-style: normal;
  display: block;
}

.yzyromwy {
  visibility: hidden;
  color: #3c4043;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  box-shadow: 4px 4px 12px 1px #20212414;
}

.gy85skbx {
  visibility: hidden;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 5px 0;
  display: flex;
}

.p7deww80 {
  visibility: hidden;
  width: auto;
  padding: 10px 0;
}

.t9t3ddsp {
  visibility: hidden;
  background-color: #fff;
  width: auto;
  margin: 35px 0 0;
  padding: 0 20px;
  box-shadow: 0 4px 24px 15px #2021240d;
}

.t0qhbuy1 {
  z-index: 1039;
  visibility: hidden;
  opacity: 0;
  background-color: #f9f9f9;
  border-radius: 12px;
  width: 375px;
  max-height: 560px;
  position: fixed;
  top: 86px;
  left: 14.1%;
  overflow: auto;
  box-shadow: 0 4px 24px 15px #20212480;
}

.p54iqv40 {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
}

.nikquzzs {
  visibility: hidden;
  width: auto;
  margin: 0 0 0 8px;
  font-size: 23px;
  font-style: normal;
}

.iy32zapz {
  visibility: hidden;
  color: #3c4043;
  width: 100%;
  max-width: 100%;
  font-size: 36px;
  font-weight: 700;
  display: none;
}

.g6p83bse {
  visibility: hidden;
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
}

.szj0yhab {
  visibility: hidden;
  float: right;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  width: 45px;
  height: 35px;
  margin: 7px 0;
  padding: 7px 10px;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 2px 4px #20212447;
}

.wilu9w1f {
  visibility: hidden;
  float: left;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-position: 0 0;
  width: 100%;
  padding: 0 0 96px;
}

.g053vkc9 {
  visibility: hidden;
  color: #3c4043;
  width: 100%;
  max-width: 100%;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
}

.ro5g5j56 {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  width: auto;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
}

.kbnb9ykt {
  visibility: hidden;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e0e1e5;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin: 5px 0 0;
  padding: 8px 13px;
}

.yd88h4et {
  visibility: hidden;
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 20px;
  position: relative;
}

.bvgbd66e {
  visibility: hidden;
  color: #3c4043;
  width: auto;
  font-size: 14px;
  line-height: 1;
  display: none;
}

.kujacp26 {
  z-index: 0;
  visibility: hidden;
  color: #000;
  cursor: default;
  -webkit-appearance: none;
  appearance: none;
  clip: rect(0px, 0px, 0px, 0px);
  background-color: #0000;
  border: 0 #000;
  width: 1px;
  height: 1px;
  margin: 5px -1px -1px;
  padding: 0;
  font-size: 13.3333px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.chuv45z6 {
  visibility: hidden;
  color: #000;
  cursor: default;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 0 #000;
  width: auto;
  margin: 5px 0 0;
  padding: 0;
  font-size: 13.3333px;
  display: none;
}

.eyxvjut4 {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  cursor: pointer;
  width: auto;
  font-size: 11px;
  line-height: 1;
  -webkit-text-decoration: underline #3c4043;
  text-decoration: underline #3c4043;
}

.bsve1ql0 {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  cursor: pointer;
  width: auto;
  margin: 0 0 10px;
  padding: 0 20px 0 40px;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.f671kfz4 {
  visibility: hidden;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #4385f4;
  border: 1px solid #4385f4;
  border-radius: 5px;
  width: auto;
  height: 60px;
  padding: 15px 49px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.wpragx96 {
  z-index: 1;
  visibility: hidden;
  cursor: pointer;
  background-position: 0 0;
  width: auto;
  height: 60px;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  right: 15%;
}

.ho0f6ele {
  visibility: hidden;
  float: left;
  width: 88%;
  margin: 30px 0 0;
  padding: 0 0 40%;
}

.euxkex4v {
  visibility: hidden;
  width: auto;
}

.ewy2yzwy {
  visibility: hidden;
  background-color: #fff;
  align-items: center;
  width: 93%;
  height: 82%;
  margin: auto;
  padding: 8% 0 0 10%;
  overflow: auto;
}

.vk82bxl3 {
  z-index: 1035;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  width: 42%;
  max-width: 100%;
  height: 100%;
  padding: 16px 30px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(150%);
}

.nntrgxly {
  z-index: 1028;
  opacity: 0;
  background-color: #1f1f1f40;
  width: 0;
  max-width: 100%;
  height: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dkig8lx2 {
  z-index: 1038;
  text-align: center;
  width: auto;
  font-weight: 700;
  line-height: 14px;
  position: fixed;
  top: 77px;
  left: 2%;
  right: 2%;
}

.wxsg6t19 {
  width: auto;
  line-height: 0;
}

.w62w4cwc {
  width: 100%;
  max-width: none;
  line-height: 0;
  display: block;
}

.u85dolsy {
  z-index: 0;
  color: #0000;
  cursor: pointer;
  border-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.jquy4kyx {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.is76hea9 {
  z-index: 999;
  float: left;
  width: 1905px;
  position: relative;
  top: 0;
  left: 0;
}

.wzf73kqo {
  z-index: 998;
  float: left;
  opacity: 0;
  width: 1905px;
  position: relative;
  top: 0;
  left: -1905px;
}

.uoej4i3r {
  z-index: 998;
  float: left;
  opacity: 0;
  width: 1905px;
  position: relative;
  top: 0;
  left: -3810px;
}

.j8w2s4gv {
  z-index: 998;
  float: left;
  opacity: 0;
  width: 1905px;
  position: relative;
  top: 0;
  left: -5715px;
}

.v9gfuy18 {
  z-index: 998;
  float: left;
  opacity: 0;
  width: 1905px;
  position: relative;
  top: 0;
  left: -7620px;
}

.jeuatlxk {
  width: 9525px;
  max-width: none;
}

.rh9a0d25 {
  width: auto;
  height: 950px;
}

.kqs3sche {
  z-index: 1;
  width: auto;
  position: relative;
}

.vkqhsbwb {
  color: #3c4043;
  letter-spacing: -.16px;
  text-shadow: 1px 1px 2px #fff, 1px 1px 20px #ffffff80;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  width: auto;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1.29;
  list-style-type: none;
  display: block;
}

.p9nugthb {
  z-index: 0;
  text-align: left;
  background-color: #3c4043;
  width: 100%;
  height: 2px;
  list-style-type: none;
  animation-name: progressBar;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.dmytv7ya {
  text-align: left;
  background-color: #fff6;
  border-radius: 1px;
  width: 160px;
  height: 2px;
  list-style-type: none;
  display: block;
  position: relative;
  box-shadow: 0 2px 4px #20212447;
}

.xhn3345h {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 10px;
  list-style-type: none;
  display: flex;
}

.jrij72iq {
  z-index: 0;
  opacity: 0;
  text-align: left;
  background-color: #3c4043;
  width: auto;
  height: 2px;
  list-style-type: none;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.odqn2uz9 {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

.w5wmd59b {
  z-index: 1;
  float: left;
  width: 100%;
  position: relative;
}

.nxnzk8pn {
  z-index: 0;
  background-color: #fff;
  border-radius: 15px;
  width: auto;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 5px #2021240d;
}

.el6wltz8 {
  width: auto;
  font-size: 48px;
  font-weight: 700;
}

.vqbp6u1k {
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.t9s2wzcp {
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.bk8g6s22 {
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 48px;
  font-weight: 700;
}

.kamd5urm {
  color: #3c4043;
  width: auto;
  padding: 0 0 0 19.2px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.vhrz7kru {
  color: #757575;
  cursor: pointer;
  border-color: #757575;
  width: auto;
  padding: 0 0 0 4px;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.j9bq3ztf {
  color: #757575;
  border-color: #757575;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  padding: 0 19.2px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.rycg3d0s {
  z-index: 2;
  opacity: 0;
  color: #4385f4;
  cursor: pointer;
  background-position: 0 0;
  border: 2px solid #0000;
  border-radius: 100%;
  width: auto;
  padding: 15px 12px;
  font-size: 22px;
  font-style: normal;
  display: block;
  position: absolute;
  top: 38%;
  left: -15px;
  box-shadow: 0 0 #4385f4;
}

.z3mkpzlu {
  color: #3c4043;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.zwg3h31j {
  color: #f93;
  border-color: #f93;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.erxuld25 {
  width: auto;
  margin: 0 0 10px;
}

.eyhsmmwh {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-size: 8px;
  font-style: normal;
}

.wjxs94a8 {
  z-index: 0;
  background-color: #f93;
  border-radius: 100%;
  width: auto;
  padding: 2px 3px;
  display: block;
  position: absolute;
  bottom: -7px;
  right: -5px;
}

.raiahror {
  background-color: #f93;
  border-radius: 2px;
  width: 11.0962%;
  height: 4px;
  position: relative;
}

.s1qjuamc {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  margin: 7px 0;
  box-shadow: 0 2px 4px #20212447;
}

.ld1hcquv {
  float: left;
  width: 100%;
  padding: 0 20px 20px;
}

.r52yihqy {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  background-color: #3c404380;
  width: auto;
  position: absolute;
  inset: 8px;
}

.i896vjcy {
  z-index: 1;
  text-transform: capitalize;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.nm9vhpvp {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0 10px 0 0;
  font-size: 15px;
  font-style: normal;
  display: block;
}

.z6jw9mqp {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 12px;
  display: block;
}

.ia9dp6ja {
  z-index: 1;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  background-color: #3c4043e6;
  border-color: #fff;
  border-radius: 17px;
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.gxwump8p {
  cursor: pointer;
  mix-blend-mode: multiply;
  width: 90%;
  max-width: none;
  display: block;
}

.tlj33q07 {
  float: left;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 14px #e0e0e0;
}

.qkqjwt82 {
  color: #3c4043;
  letter-spacing: -.18px;
  cursor: pointer;
  width: auto;
  height: 48px;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

.nnfvv0kx {
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 12px;
  font-style: normal;
  display: block;
}

.k5x1mxyl {
  color: #fff;
  cursor: pointer;
  background-color: #f93;
  border: 1px solid #0000;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 24px;
  margin: 0 8px 0 0;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  display: flex;
  box-shadow: 0 1px 5px #20212447;
}

.y8xjhow4 {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.sjxysuxh {
  cursor: pointer;
  width: auto;
  margin: 0 5px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.tutm9mqn {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.lufo2kje {
  color: #3c4043;
  letter-spacing: -.18px;
  cursor: pointer;
  width: auto;
  font-size: 11px;
  line-height: 1.45;
}

.hd8ognfd {
  color: #f93;
  letter-spacing: -.18px;
  cursor: pointer;
  border-color: #f93;
  width: auto;
  font-size: 11px;
  line-height: 1.45;
}

.xk0194fz {
  letter-spacing: -.18px;
  cursor: pointer;
  width: auto;
  font-size: 11px;
  line-height: 1.45;
}

.vh7e86cr {
  cursor: pointer;
  width: auto;
  margin: 5px 0 0;
}

.uvhbmgl5 {
  cursor: pointer;
  flex-direction: column;
  width: auto;
  padding: 0 20px;
  display: flex;
}

.iyb15svm {
  float: left;
  cursor: pointer;
  width: 100%;
  display: block;
}

.zr6rlema {
  float: left;
  flex-direction: column;
  align-items: flex-start;
  width: 482px;
  margin: 0 48px;
  padding: 0 19.2px;
  display: flex;
}

.d0d385s6 {
  background-color: #f93;
  border-radius: 2px;
  width: 29.9222%;
  height: 4px;
  position: relative;
}

.dhi8iad9 {
  cursor: pointer;
  width: 100%;
  max-width: none;
}

.y6wmw6le {
  z-index: 0;
  cursor: pointer;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.evp3w11z {
  background-color: #f93;
  border-radius: 2px;
  width: 92.2275%;
  height: 4px;
  position: relative;
}

.m51bjl9x {
  color: #757575;
  letter-spacing: -.18px;
  cursor: pointer;
  border-color: #757575;
  width: auto;
  font-size: 11px;
  line-height: 1.45;
}

.qto9tuus {
  background-color: #f93;
  border-radius: 2px;
  width: 16.3122%;
  height: 4px;
  position: relative;
}

.ao99g30j {
  background-color: #f93;
  border-radius: 2px;
  width: 11.0898%;
  height: 4px;
  position: relative;
}

.evrmewok {
  background-color: #f93;
  border-radius: 2px;
  width: 11.093%;
  height: 4px;
  position: relative;
}

.d82dkhru {
  background-color: #f93;
  border-radius: 2px;
  width: 11.0882%;
  height: 4px;
  position: relative;
}

.scoemprc {
  transform-style: preserve-3d;
  flex-direction: row;
  width: 21386px;
  max-width: none;
  display: flex;
  transform: translate3d(-1734px, 0, 0);
}

.btdvfydi {
  z-index: 2;
  opacity: 0;
  color: #4385f4;
  cursor: pointer;
  background-position: 0 0;
  border: 2px solid #0000;
  border-radius: 100%;
  width: auto;
  padding: 15px 12px;
  font-size: 22px;
  font-style: normal;
  display: block;
  position: absolute;
  top: 38%;
  right: -15px;
  box-shadow: 0 0 #4385f4;
}

.xum2812p {
  float: left;
  width: 100%;
  padding: 20px 0 5px;
  position: relative;
  overflow: hidden;
}

.s9rw76ii {
  float: left;
  width: 100%;
  margin: 80px 0 0;
  padding: 0 86.4px;
}

.dgsav1fe {
  float: left;
  width: 100%;
}

.kl5op054 {
  color: #3c4043;
  width: auto;
  margin: 0 0 30px;
  padding: 0 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.xy54z3wm {
  color: #3c4043;
  width: auto;
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.rcit0iss {
  color: #3c4043;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.mwjxulie {
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.jkllc2e1 {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.lf02nbmx {
  cursor: pointer;
  width: auto;
  font-size: 18px;
  line-height: 28px;
  -webkit-text-decoration: underline #3c4043;
  text-decoration: underline #3c4043;
}

.blget6zk {
  cursor: pointer;
  width: auto;
  font-size: 18px;
  line-height: 28px;
}

.e6qiayvt {
  float: left;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: 100%;
  padding: 0 172.8px 0 0;
  display: flex;
}

.m8wirc7p {
  z-index: 1;
  cursor: pointer;
  width: auto;
  line-height: 0;
  display: block;
  position: absolute;
  inset: 0;
}

.d900iuom {
  width: 100%;
  max-width: none;
  line-height: 0;
}

.vx6okt8j {
  width: auto;
  line-height: 0;
  position: relative;
}

.nzfb3n6z {
  float: left;
  flex-direction: column;
  width: 33.3333%;
  line-height: 0;
  display: flex;
}

.q65ytstt {
  float: left;
  width: 66.6667%;
  line-height: 0;
  position: relative;
}

.xiyx09bd {
  float: left;
  flex-direction: row;
  width: 100%;
  line-height: 0;
  display: flex;
}

.yq7dvm79 {
  float: left;
  flex-direction: column;
  width: 60%;
  display: flex;
  box-shadow: 0 20px 44px #20212447;
}

.yuazdgxq {
  z-index: 998;
  float: left;
  opacity: 0;
  flex-direction: row;
  align-items: center;
  width: 1406px;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.muh9yxch {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration: underline #3c4043;
  text-decoration: underline #3c4043;
}

.vp5noaxe {
  width: 100%;
  line-height: 0;
}

.ik9b2bvi {
  z-index: 999;
  float: left;
  flex-direction: row;
  align-items: center;
  width: 1406px;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: -1406px;
}

.xddsuaos {
  width: 2812px;
  max-width: none;
  height: 100%;
}

.cdguntlh {
  float: left;
  width: 100%;
  height: 100%;
}

.bpfxmi0u {
  float: left;
  width: 100%;
  height: 864px;
  padding: 0 249.6px;
}

.tcph94s6 {
  text-align: left;
  width: auto;
  line-height: 0;
  list-style-type: none;
}

.kruuzkaj {
  text-align: left;
  border-radius: 4.7px;
  width: 100%;
  max-width: none;
  line-height: 0;
  list-style-type: none;
  box-shadow: 3px 3px 7px #0000000f;
}

.h0nk47sz {
  width: 100%;
  margin: 0 0 5px;
  list-style-type: none;
}

.i45vxyu9 {
  text-align: left;
  border: 1px solid #4385f4;
  border-radius: 4.7px;
  width: 100%;
  max-width: none;
  line-height: 0;
  list-style-type: none;
  box-shadow: 3px 3px 7px #0000000f;
}

.sxzg61uv {
  transform-style: preserve-3d;
  width: 100%;
  list-style-type: none;
  transform: translate3d(0, 0, 0);
}

.heow9tll {
  width: auto;
  list-style-type: none;
}

.tgbhmyyv {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.guh62yyp {
  z-index: 0;
  flex-direction: row;
  align-items: center;
  width: 76.8px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 115.2px;
}

.dk5tii0b {
  float: left;
  background-color: #f9f9f9;
  width: 100%;
  margin: 80px 0 0;
  position: relative;
}

.umzygo6k {
  color: #3c4043;
  text-align: left;
  width: auto;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.tq39om23 {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 30px 0 0;
  line-height: 0;
}

.onh67awa {
  z-index: 0;
  cursor: pointer;
  width: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.u592mg90 {
  width: auto;
  height: 576px;
  position: relative;
}

.p2vkhdc0 {
  flex-direction: row;
  width: auto;
  margin: 0 0 0 -134.4px;
  padding: 5px 0 25px 134.4px;
  display: flex;
  overflow: auto;
}

.pkd5125a {
  float: left;
  width: 100%;
  margin: 80px 0 0;
  padding: 0 0 0 134.4px;
}

.n95f4etm {
  float: left;
  color: #3c4043;
  text-shadow: -1px 0 #3c4043, 0 1px #3c4043, 1px 0 #3c4043, 0 -1px #3c4043;
  cursor: pointer;
  width: auto;
  margin: 0 28.8px;
  font-size: 134.4px;
  font-weight: 500;
  line-height: 1;
  list-style-type: none;
}

.z6iafzq2 {
  float: left;
  color: #fff;
  text-shadow: -1px 0 #3c4043, 0 1px #3c4043, 1px 0 #3c4043, 0 -1px #3c4043;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  margin: 0 28.8px;
  font-size: 134.4px;
  font-weight: 500;
  line-height: 1;
  list-style-type: none;
}

.quloqo9l {
  float: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 134.4px;
  list-style-type: none;
  display: flex;
}

.sft43aka {
  color: #3c4043;
  text-align: center;
  width: auto;
  min-height: 30px;
  font-size: 28.8px;
  font-weight: 700;
  line-height: 1;
}

.x13zsao7 {
  text-align: left;
  cursor: pointer;
  width: auto;
  line-height: 0;
  list-style-type: none;
}

.vv6mt117 {
  text-align: left;
  cursor: pointer;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  line-height: 0;
  list-style-type: none;
  overflow: hidden;
}

.bfytdw6u {
  text-align: right;
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
  list-style-type: none;
}

.wc7t5r13 {
  z-index: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-width: 10px 5px 0;
  border-color: #3c4043e6 #0000 #fff;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 0;
  height: 0;
  font-size: 16px;
  line-height: 18px;
  list-style-type: none;
  display: block;
  position: absolute;
  bottom: -9px;
}

.thk3m3fq {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3c4043e6;
  border-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 125px;
  max-width: none;
  min-height: 55px;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  list-style-type: none;
  display: flex;
  position: absolute;
  top: -70px;
  left: 0;
  box-shadow: 0 2px 4px #20212414;
}

.ye0gt31y {
  z-index: 0;
  text-align: right;
  cursor: pointer;
  width: 75px;
  font-size: 24px;
  list-style-type: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.xk9e799y {
  text-align: left;
  cursor: pointer;
  width: auto;
  list-style-type: none;
  position: relative;
}

.w2pwsobr {
  z-index: 0;
  text-align: left;
  cursor: pointer;
  width: auto;
  font-size: 13px;
  font-style: normal;
  list-style-type: none;
  display: block;
  position: absolute;
  top: 18px;
}

.k1ov8843 {
  color: #3c4043;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  list-style-type: none;
}

.vr2bjtj1 {
  color: #3c4043;
  text-align: left;
  cursor: pointer;
  width: auto;
  min-height: 30px;
  padding: 0 0 0 30px;
  font-size: 12px;
  line-height: 18px;
  list-style-type: none;
}

.cla58zt0 {
  float: left;
  text-align: left;
  cursor: pointer;
  width: 100%;
  padding: 15px;
  list-style-type: none;
  position: relative;
}

.s6ozmzuo {
  text-align: left;
  cursor: pointer;
  width: auto;
  list-style-type: none;
}

.m3em2psq {
  float: left;
  border-radius: 17px;
  width: 25%;
  list-style-type: none;
  box-shadow: 0 12px 22px 7px #2021240d;
}

.raqqkq8m {
  float: left;
  border-radius: 17px;
  width: 25%;
  margin: 0 0 0 18px;
  list-style-type: none;
  box-shadow: 0 12px 22px 7px #2021240d;
}

.m3tlgbdz {
  float: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 38.4px 0 0;
  padding: 0 134.4px;
  list-style-type: none;
  display: flex;
}

.u3pl5e4r {
  width: auto;
  margin: 38.4px 0 0;
}

.ti0h7s7y {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3c4043e6;
  border-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 125px;
  min-height: 55px;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  list-style-type: none;
  display: flex;
  position: absolute;
  top: -70px;
  left: 0;
  box-shadow: 0 2px 4px #20212414;
}

.vpsrfhjr {
  width: auto;
  margin: 38.4px 0 0;
  display: none;
}

.bjsrmk56 {
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 476px;
  list-style-type: none;
}

.is50auue {
  width: 30%;
  list-style-type: none;
}

.k4gzwl8t {
  float: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 38.4px 0 0;
  padding: 0 134.4px;
  list-style-type: none;
  display: flex;
}

.ocpnrr4u {
  float: left;
  width: 100%;
  margin: 80px 0 0;
}

.cmgfjlqj {
  color: #999;
  text-align: justify;
  border-color: #999;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.sox7qb2y {
  color: #999;
  text-align: justify;
  border-color: #999;
  width: auto;
  margin: 0 0 30px;
  font-size: 25px;
  line-height: 1;
}

.b7ovzwyq {
  color: #999;
  text-align: justify;
  border-color: #999;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
}

.mypweeuf {
  color: #4385f4;
  text-align: justify;
  cursor: pointer;
  border-color: #4385f4;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
}

.t0cy53f7 {
  color: #999;
  text-align: justify;
  border-color: #999;
  width: auto;
  margin: 0 0 80px;
  font-size: 12px;
  line-height: 1.5;
}

.ifr1xkv2 {
  float: left;
  color: #999;
  text-align: justify;
  border-color: #999;
  width: 100%;
  margin: 80px 0 0;
  padding: 0 134.4px;
  font-size: 12px;
  line-height: 12px;
}

.t3mygagx {
  z-index: 2;
  float: left;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: -10px auto 0;
  position: relative;
}

.grg89d7n {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-style: none;
  border-width: 0;
  border-radius: 20px;
  width: 45px;
  height: 35px;
  padding: 7px 10px;
  font-size: 24px;
  font-weight: 700;
  display: none;
  box-shadow: 4px 4px 13px #e0e1e5;
}

.tsw77ph1 {
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  width: auto;
  height: 65px;
  margin: 0 20px;
  padding: 20px 10px;
}

.odxdyyh8 {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 35px;
  font-style: normal;
}

.y2lo2z8l {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 35px;
  font-style: normal;
  display: none;
}

.ey0vw7r4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-style: none;
  border-width: 0;
  border-radius: 20px;
  width: 45px;
  height: 35px;
  margin: 0 0 7px;
  padding: 0;
  font-size: 35px;
  font-weight: 700;
  display: block;
  box-shadow: 0 0 #3c4043;
}

.dfsxox4x {
  color: #999;
  text-transform: uppercase;
  border-color: #999;
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin: 0 0 30px;
  font-size: 8px;
  line-height: 1;
  display: flex;
}

.h7v50l1g {
  color: #3c4043;
  width: auto;
  margin: 35px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-90deg);
}

.bm0wg0hp {
  float: left;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  display: flex;
}

.voy8b0zb {
  z-index: 1036;
  background-color: #fff;
  width: 105px;
  height: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px #00000040;
}

.ggvtizip {
  visibility: hidden;
  color: #000;
  width: auto;
}

.n37cqpzw {
  visibility: hidden;
  color: #000;
  width: auto;
  font-style: normal;
}

.hzdumq2f {
  visibility: hidden;
  float: left;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  background-position: 0 0;
  width: 100%;
  padding: 40px 20px 30px;
  display: none;
}

.t8bd3279 {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.q0asmuyl {
  visibility: hidden;
  color: #000;
  flex-flow: wrap;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 20px;
  display: flex;
}

.ge6d63sz {
  visibility: hidden;
  float: left;
  color: #000;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  width: 100%;
  padding: 18px 0;
  display: none;
}

.wexrtdc4 {
  visibility: hidden;
  color: #fff;
  cursor: pointer;
  background-color: #4385f4;
  border-color: #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.x3sktnva {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.wj1ap7kz {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  width: auto;
  margin: 0 0 0 5px;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.d4xs4ibs {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.twiputqg {
  visibility: hidden;
  color: #000;
  width: auto;
  list-style-type: none;
}

.chm31tyv {
  visibility: hidden;
  float: left;
  color: #000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.afhhvl2f {
  visibility: hidden;
  float: left;
  color: #000;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  width: 100%;
  display: none;
}

.obfh9ulp {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 20px;
  line-height: 1;
}

.p0pw3wrb {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 20px;
  font-weight: 500;
}

.p265ivf8 {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  width: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.jtvsody6 {
  visibility: hidden;
  color: #000;
  text-align: left;
  cursor: pointer;
  width: auto;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-style: normal;
  list-style-type: none;
}

.hxixohw3 {
  visibility: hidden;
  color: #000;
  text-align: left;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  list-style-type: none;
  display: block;
}

.emmlvjkg {
  visibility: hidden;
  color: #4385f4;
  text-align: left;
  cursor: pointer;
  border-color: #4385f4;
  width: auto;
  margin: 0 0 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  list-style-type: none;
  display: block;
}

.c35ub653 {
  visibility: hidden;
  color: #000;
  cursor: pointer;
  flex-direction: row;
  width: auto;
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  display: flex;
}

.oob50p34 {
  visibility: hidden;
  color: #4385f4;
  text-align: left;
  cursor: pointer;
  border-color: #4385f4;
  width: auto;
  font-size: 16px;
  font-style: normal;
  list-style-type: none;
  display: none;
}

.myawfq15 {
  visibility: hidden;
  color: #000;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.q6jm9rxe {
  visibility: hidden;
  float: left;
  color: #000;
  width: 100%;
  margin: 0 0 90px;
}

.pmmtjoyj {
  visibility: hidden;
  float: left;
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.hdnbwfto {
  visibility: hidden;
  color: #000;
  width: auto;
  font-size: 22px;
  font-style: normal;
}

.zo6ltbyr {
  visibility: hidden;
  color: #000;
  width: auto;
  margin: 0 8px 0 0;
  font-size: 22px;
}

.rbhk2y5w {
  visibility: hidden;
  color: #999;
  cursor: pointer;
  border-color: #999;
  width: auto;
  margin: 0 12px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.qlu77cn8 {
  visibility: hidden;
  color: #000;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: flex;
}

.xe0quaeq {
  visibility: hidden;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 35px;
  font-style: normal;
  display: block;
}

.wcdgr2qz {
  visibility: hidden;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.ay3e6f1x {
  visibility: hidden;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3c4043e6;
  border-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 3px 10px 2px 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  box-shadow: 0 1px 6px #00000047;
}

.wsg0r2k7 {
  z-index: 2;
  visibility: hidden;
  color: #000;
  background-image: linear-gradient(#fff0, #ffffffd1 43%, #fff 86%);
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 104px;
  padding: 50px 0 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.s7vvd9xj {
  z-index: 1035;
  visibility: hidden;
  color: #000;
  border-style: none;
  border-width: 0;
  border-radius: 0 20px 0 0;
  width: 375px;
  height: 100%;
  padding: 88px 20px 0;
  animation-fill-mode: forwards;
  position: fixed;
  top: 0;
  left: 105px;
  right: auto;
  transform: translate(-150%);
}

.lnq4nxx3 {
  text-overflow: ellipsis;
  width: auto;
  margin: 0;
  font-size: 48px;
  overflow: hidden;
}

.h44r1k54 {
  text-overflow: ellipsis;
  width: auto;
  max-width: 70%;
  max-height: 60px;
  overflow: hidden;
}

.y2sjtkid {
  width: auto;
  margin: 0 15px 0 0;
  font-size: 18px;
  display: block;
}

.ei8b1lai {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 12px;
  line-height: 1;
}

.s05q6w7z {
  cursor: pointer;
  width: auto;
  font-size: 12px;
  font-weight: 700;
}

.wpvbwiw6 {
  cursor: pointer;
  width: auto;
  margin: 0 0 0 5px;
  font-size: 11px;
  font-style: normal;
}

.g0f6q4tw {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
  width: auto;
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
}

.y9j17cx2 {
  visibility: hidden;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #4385f41f;
  width: auto;
  margin: 3px 0 0;
  padding: 8px 30px 8px 12px;
  font-size: 12px;
  list-style-type: none;
}

.kfpheof3 {
  visibility: hidden;
  text-transform: capitalize;
  cursor: pointer;
  width: auto;
  padding: 8px 30px 8px 12px;
  font-size: 12px;
  list-style-type: none;
}

.wwier1su {
  z-index: 1039;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style-type: none;
  position: absolute;
  top: 40px;
  box-shadow: 0 2px 14px #e0e0e0;
}

.t1xcnu5h {
  cursor: pointer;
  background-color: #fffc;
  border: 1px solid #e0e1e5;
  border-radius: 5px;
  width: auto;
  padding: 6px 10px;
  font-size: 12px;
  position: relative;
}

.d1qivoz7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.pg86uocp {
  float: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0 0 -2px;
  display: flex;
}

.y8nzcqde {
  float: left;
  width: 100%;
  max-width: max-content;
  overflow: auto;
}

.nzjbtyml {
  float: left;
  color: #3c4043;
  width: auto;
  min-width: max-content;
  margin: 9px 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.j5vdbype {
  flex-direction: row;
  width: auto;
  max-width: 100%;
  display: flex;
}

.iigqgppq {
  float: left;
  flex-direction: row;
  width: 100%;
  padding: 30px 0;
  display: flex;
}

.m41ghnr0 {
  float: left;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.h3n7urah {
  z-index: 0;
  opacity: .8;
  background-image: linear-gradient(to right, #f9f9f900, #f9f9f9 50%);
  background-size: auto;
  width: 70px;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.dxeli9em {
  float: left;
  flex-direction: row;
  width: 100%;
  padding: 4px 0 0;
  display: flex;
  overflow: scroll auto;
}

.joufibs0 {
  float: left;
  width: 100%;
  padding: 25px 0 0;
  display: none;
  position: relative;
}

.dyl3qruw {
  width: auto;
  margin: 55px 0 0;
  padding: 40px;
}

.b8u5vpmi {
  z-index: 1;
  background-color: #f9f9f9;
  width: calc(100% - 105px);
  height: 325px;
  position: fixed;
  top: 0;
  right: 0;
}

.xo37u57x {
  color: #757575;
  border-color: #757575;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 16px 0 5px;
  padding: 0 42px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.fkdzzhqe {
  float: left;
  flex-flow: wrap;
  width: 100%;
  min-height: 600px;
  padding: 0 30px 30px;
  display: flex;
}

.iuqltw0e {
  color: #999;
  text-align: center;
  border-color: #999;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
}

.d155w6ka {
  float: left;
  text-align: center;
  width: 100%;
  margin: 30px 0 80px;
  display: none;
}

.bxm3heps {
  color: #757575;
  cursor: pointer;
  border-color: #757575;
  width: auto;
  padding: 0 0 0 4px;
  font-size: 16px;
  font-style: normal;
}

.gj4riq8h {
  color: #757575;
  border-color: #757575;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 16px 0 5px;
  padding: 0 42px;
  font-size: 12px;
  line-height: 20px;
  display: none;
}

.kd01r5g6 {
  z-index: 0;
  float: right;
  border-radius: 12px;
  width: calc(100% - 105px);
  margin: 325px 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px 15px #2021240d;
}

.rnfaeyh9 {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: none;
  left: 0;
}

.li3ofgs8 {
  cursor: pointer;
  width: auto;
  margin: 0 15px 0 0;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.kh9xv9bp {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.p3c7n98n {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  margin: 0 0 0 10px;
  font-size: 14px;
  display: block;
}

.iqb26i0i {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.ev2lrjoe {
  cursor: pointer;
  width: auto;
  margin: 0 6px 0 5px;
  font-size: 16px;
  font-style: normal;
}

.vzjigqp2 {
  cursor: pointer;
  width: auto;
}

.t6eubb91 {
  cursor: pointer;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e1e5;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  padding: 10px 18px;
  display: flex;
}

.f8n7sp9i {
  color: #3c4043;
  width: auto;
  font-size: 12px;
  line-height: 1;
}

.pan7b3ma {
  color: #3c4043;
  width: auto;
  padding: 17px 18px;
  font-size: 12px;
  line-height: 1;
}

.ti9he2q8 {
  background-color: #fff;
  width: auto;
}

.m5x50ia7 {
  width: auto;
  max-height: 0;
  overflow: hidden;
}

.z89y8gs0 {
  z-index: 1039;
  background-color: #fff;
  border-radius: 4px;
  width: 483px;
  max-height: 0;
  position: fixed;
  bottom: -1px;
  right: 40px;
  overflow: hidden;
  box-shadow: 0 2px 14px #d6d1de;
}

.vwl7hniq {
  width: auto;
  margin: 0;
}

.rovq9452 {
  color: #3c4043;
  width: auto;
  margin: 0 0 25px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.vc73e7wo {
  color: #3c4043;
  width: auto;
  margin: 0 0 20px;
  padding: 0 15% 0 0;
  font-size: 18px;
  line-height: 20px;
}

.mzugopfd {
  cursor: pointer;
  width: auto;
  font-size: 24px;
  font-style: normal;
}

.q813e3ju {
  cursor: pointer;
  width: auto;
  max-width: none;
  font-size: 24px;
  font-style: normal;
}

.zsl3n2eh {
  cursor: pointer;
  width: auto;
  margin: 0 15px 0 0;
  font-size: 24px;
  position: relative;
}

.ibzc9vos {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  line-height: 1;
}

.vc3khdmy {
  color: #3c4043;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  line-height: 1;
  display: block;
}

.mv5ereuv {
  float: left;
  cursor: pointer;
  border: 1px solid #e6e6ed;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 16px 0 0;
  padding: 22px 15px;
  display: flex;
}

.ert9lajg {
  cursor: pointer;
  width: auto;
  font-size: 16px;
  display: block;
}

.kw0aben5 {
  float: left;
  flex-direction: row;
  width: 100%;
  padding: 15px 0;
  display: flex;
  overflow: auto;
}

.gomi4cuv {
  flex-direction: column;
  width: auto;
  margin: 0 0 50px;
  padding: 0 0 0 134.4px;
  display: flex;
}

.x9zgym2y {
  color: #3c4043;
  width: auto;
  margin: 0 0 25px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}

.y28obgam {
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e0e1e5;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 8px 13px;
}

.n1rztu9v {
  color: #4385f4;
  cursor: pointer;
  border-color: #4385f4;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.zai0l2zt {
  color: #4385f4;
  cursor: pointer;
  border-color: #4385f4;
  width: auto;
  font-weight: 500;
}

.z4y3uqrj {
  z-index: 0;
  cursor: pointer;
  width: auto;
  font-weight: 500;
  position: absolute;
  top: 14px;
  right: 12px;
}

.uem3gh1f {
  float: right;
  color: #757575;
  text-align: right;
  cursor: pointer;
  border-color: #757575;
  width: auto;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1;
  -webkit-text-decoration: underline #757575;
  text-decoration: underline #757575;
  display: block;
}

.n1u29xos {
  width: auto;
  max-width: 550px;
  position: relative;
}

.esxj8ghq {
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 96px 67.2px;
}

.qh4fprsj {
  width: auto;
  font-size: 40px;
  font-style: normal;
  position: relative;
}

.rcbso0og {
  text-align: center;
  letter-spacing: 1.5px;
  cursor: pointer;
  width: auto;
  font-size: 40px;
  font-style: normal;
}

.rwulmjt6 {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 7.5px;
  width: auto;
  margin: 0 10px 0 0;
  padding: 13px;
  font-size: 40px;
  font-weight: 700;
  display: block;
  box-shadow: 4px 4px 12px 1px #20212414;
}

.bk4dwlye {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 7.5px;
  width: auto;
  margin: 0 10px;
  padding: 13px;
  font-size: 40px;
  font-weight: 700;
  display: block;
  box-shadow: 4px 4px 12px 1px #20212414;
}

.dmfu81u9 {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 7.5px;
  width: auto;
  margin: 0 0 0 10px;
  padding: 13px;
  font-size: 40px;
  font-weight: 700;
  display: block;
  box-shadow: 4px 4px 12px 1px #20212414;
}

.shq54q50 {
  flex-direction: row;
  width: auto;
  display: flex;
}

.v9hou1fx {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 67.2px;
  display: flex;
}

.wvxjbubi {
  opacity: .5;
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  padding: 20px;
  font-size: 11px;
  line-height: 1.45;
}

.l68xlasl {
  color: #fff;
  border-color: #fff;
  width: auto;
  margin: 0 0 0 5px;
  font-size: 11px;
  font-style: normal;
  display: none;
}

.qjguph6n {
  color: #fff;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.te8rkjxp {
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-color: #fff;
  width: auto;
  font-size: 16px;
  line-height: 1.75;
  list-style-type: none;
}

.bmbir9ax {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-size: 16px;
  line-height: 1.75;
  list-style-type: none;
}

.dgj3nd9d {
  color: #fff;
  border-color: #fff;
  width: auto;
  margin: 25px 0 0;
  padding: 0;
  line-height: 1.75;
  list-style-type: none;
}

.est9yeyi {
  float: left;
  color: #fff;
  border-color: #fff;
  width: 20%;
}

.q83a4tiq {
  color: #fff;
  border-width: 0 0 1px;
  border-color: #fff #fff #e0e0e026;
  border-bottom-style: solid;
  flex-direction: row;
  width: auto;
  padding: 40px 0;
  display: flex;
}

.sub0vhv7 {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-size: 12px;
  line-height: 1.45;
}

.hxbu1mx1 {
  color: #fff;
  border-color: #fff;
  flex-basis: 50%;
  width: auto;
  max-width: 534px;
  font-size: 12px;
  line-height: 1.45;
}

.go5dk0uv {
  color: #fff;
  border-color: #fff;
  width: 40px;
  max-width: none;
  margin: 0 10px 9px 0;
  display: block;
}

.vfbefp25 {
  color: #fff;
  border-color: #fff;
  width: 32px;
  max-width: none;
  margin: 0 10px 10px 0;
  display: block;
}

.ifaxkt1k {
  color: #fff;
  border-color: #fff;
  width: 32px;
  max-width: none;
  margin: 0 0 10px;
  display: block;
}

.jk4o67dn {
  color: #fff;
  border-color: #fff;
  flex-flow: wrap;
  flex-basis: 50%;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.aplh3jph {
  color: #fff;
  border-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 20px 0;
  display: flex;
}

.q95li41e {
  color: #fff;
  background-color: #3c4043;
  border-color: #fff;
  width: auto;
  padding: 0 134.4px;
}

.eahisonr {
  width: auto;
  max-width: 100%;
  margin: 80px auto 0;
  left: 0;
}

.lmkqzqlc {
  z-index: 1028;
  opacity: 0;
  background-color: #1f1f1f40;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.gs3v4u0m {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  width: auto;
  padding: 0 0 22px;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.sznev2mq {
  visibility: hidden;
  float: left;
  color: #3c4043;
  text-align: left;
  width: auto;
  margin: 0 0 25px;
  font-size: 13px;
  display: block;
}

.o2387jhh {
  visibility: hidden;
  float: left;
  text-align: left;
  width: 100%;
  margin: 40px 0 0;
  padding: 0 40px;
  font-size: 11px;
}

.b5jt41mv {
  visibility: hidden;
  color: #000;
  cursor: default;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 0 #000;
  width: auto;
  padding: 0;
  font-size: 13.3333px;
  display: none;
}

.dtnqtz07 {
  visibility: hidden;
  color: #3c4043;
  text-align: left;
  width: 75px;
  margin: auto 0;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.khc1j3c3 {
  visibility: hidden;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e0e1e5;
  border-radius: 5px;
  width: 75%;
  height: 40px;
  padding: 8px 13px;
  display: block;
}

.bub1ipor {
  z-index: 0;
  visibility: hidden;
  text-align: left;
  width: auto;
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  bottom: -18px;
  left: 115px;
}

.hs2pg8ke {
  visibility: hidden;
  float: left;
  text-align: left;
  flex-direction: row;
  width: 100%;
  margin: 0 0 25px;
  padding: 0 40px;
  font-size: 11px;
  line-height: 18px;
  display: flex;
  position: relative;
}

.w5bdocar {
  visibility: hidden;
  float: right;
  color: #4385f4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0 #4385f4;
  border-radius: 5px;
  width: 45%;
  margin: 0 18px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.rnc6a9ka {
  visibility: hidden;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f93;
  border: 1px solid #f93;
  border-radius: 5px;
  width: 45%;
  margin: 0 18px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.qjhrgub6 {
  visibility: hidden;
  text-align: left;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  padding: 50px 80px;
  font-size: 11px;
  line-height: 18px;
  display: flex;
}

.tmxqb66l {
  visibility: hidden;
  color: #000;
  background-color: #0000;
  border: 0 #000;
  width: auto;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
  display: none;
}

.iqyfbsuv {
  visibility: hidden;
  text-align: left;
  width: auto;
  font-size: 11px;
  line-height: 18px;
}

.hbbxsr8e {
  visibility: hidden;
  opacity: 0;
  text-align: justify;
  background-color: #fff;
  width: 100%;
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  transform: scale(.7);
}

.for9agdp {
  z-index: 1037;
  visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  border-color: #fff;
  border-radius: 8px;
  width: 50%;
  max-height: 665px;
  margin: -150.5px auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  overflow: auto hidden;
  transform: translate(0)translate(0);
  box-shadow: 0 4px 24px 15px #2021240d;
}

.phrqed8c {
  visibility: hidden;
  color: #3c4043;
  text-align: center;
  width: auto;
  margin: 0;
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.hs779fxo {
  visibility: hidden;
  text-align: center;
  width: auto;
  font-size: 11px;
  line-height: 18px;
}

.nsq1rowx {
  visibility: hidden;
  text-align: justify;
  border: 1px solid gray;
  width: 100%;
  height: .5px;
  margin: 10px auto;
  font-size: 11px;
  line-height: 18px;
}

.n8bca1l9 {
  visibility: hidden;
  color: #3c4043;
  text-align: center;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.i5tu9r4c {
  visibility: hidden;
  text-align: center;
  width: auto;
  margin: 5px;
  line-height: 18px;
}

.egk1vc7x {
  visibility: hidden;
  text-align: justify;
  width: auto;
  font-size: 11px;
  line-height: 18px;
}

.v4of10sm {
  visibility: hidden;
  text-align: justify;
  width: auto;
  margin: 32px 0 0;
  font-size: 11px;
  line-height: 18px;
  position: relative;
}

.temddgol {
  visibility: hidden;
  text-align: justify;
  width: auto;
  margin: 40px 0 0;
  font-size: 11px;
  line-height: 18px;
}

.lr9iwcon {
  visibility: hidden;
  text-align: justify;
  width: 100%;
  padding: 0 40px;
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
}

.yr26wj7k {
  visibility: hidden;
  float: right;
  color: #fff;
  letter-spacing: 1.5px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #4385f4;
  border: 0 #fff;
  border-radius: 5px;
  width: 45%;
  margin: 0 2%;
  padding: 15px 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.vhj59h5f {
  visibility: hidden;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 0 0 8px 8px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 30px 0 0;
  padding: 50px 80px;
  font-size: 11px;
  line-height: 18px;
  display: flex;
}

.ftpmplfy {
  visibility: hidden;
  opacity: 0;
  text-align: justify;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  transform: scale(.7);
}

.ro6vh297 {
  z-index: 1037;
  visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  border-color: #fff;
  border-radius: 12px;
  width: 50%;
  max-height: 665px;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto hidden;
  transform: translate(-50%)translate(0, -50%);
  box-shadow: 0 4px 24px 15px #2021240d;
}

.g8asbhp1 {
  visibility: hidden;
  text-align: center;
  width: auto;
  margin: 0;
  line-height: 18px;
}

.zeervhix {
  color: #3c4043;
  width: auto;
  font-size: 14px;
  line-height: 1;
}

.t4ihukrj {
  color: #3c4043;
  width: auto;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

.i4zeezhk {
  visibility: hidden;
  border-style: none;
  border-width: 0;
  width: 256px;
  height: 60px;
}

.ehj17exo {
  visibility: hidden;
  color: #000;
  resize: none;
  border-color: #c1c1c1;
  width: 250px;
  height: 40px;
  margin: 10px 25px;
  padding: 0;
  font-size: 13.3333px;
  display: none;
  overflow: visible;
}

.jyr9rl9l {
  visibility: hidden;
  border-radius: 2px;
  width: 256px;
  height: 60px;
  position: fixed;
  bottom: 14px;
  right: -186px;
  overflow: hidden;
  box-shadow: 0 0 5px gray;
}

.k1i4590b {
  border-style: none;
  border-width: 0;
  width: auto;
  display: none;
}

.wba2a0ve {
  visibility: hidden;
  width: auto;
  display: none;
}

.s03polij {
  visibility: hidden;
  border-style: none;
  border-width: 0;
  width: 0;
  height: 0;
  display: none;
}

.tdmm61ss {
  z-index: 2147483646;
  visibility: hidden;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  animation-timing-function: ease-in-out;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.dvvfug7w {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: none;
}

.pyacp6st {
  box-sizing: content-box;
  float: left;
  color: #50475e;
  text-align: left;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.uws479x3 {
  box-sizing: content-box;
  color: #0161af;
  text-align: left;
  cursor: pointer;
  border-color: #0161af;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: underline #0161af;
  text-decoration: underline #0161af;
}

.vrazaer8 {
  box-sizing: content-box;
  float: left;
  clear: both;
  color: #50475e;
  text-align: justify;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 12px;
  line-height: 1.5;
}

.m0m98e9m {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 20px 32px 10px;
  font-size: 16px;
  overflow: hidden;
}

.sxl31mo7 {
  float: left;
  text-align: left;
  width: 100%;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
}

.l5p87puy {
  outline-offset: 1px;
  color: #757575;
  text-align: left;
  letter-spacing: .12px;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 125px;
  min-height: 0;
  margin: 12px auto 14px 0;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.v9h2z6go {
  outline-offset: 1px;
  color: #757575;
  letter-spacing: .12px;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 125px;
  min-height: 0;
  margin: 12px 12px 14px 0;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.yn02hdi5 {
  outline-offset: 1px;
  color: #fff;
  letter-spacing: .12px;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 125px;
  min-height: 0;
  margin: 12px 12px 14px 0;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.ofszndu2 {
  box-sizing: content-box;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  width: calc(100% - 64px);
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: flex;
}

.mth4kckb {
  float: left;
  text-align: center;
  width: 100%;
  min-width: 0;
  min-height: 1px;
  margin: auto auto auto 0;
  padding: 0 2%;
  font-size: 16px;
  position: relative;
}

.ivbequnm {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
}

.t64jut73 {
  text-align: left;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
}

.fpy0z3z5 {
  z-index: 0;
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: auto;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.mw1us43n {
  z-index: 2147483645;
  visibility: hidden;
  opacity: 0;
  background-color: #eee;
  width: auto;
  max-height: 90%;
  font-size: 16px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden auto;
  box-shadow: 0 0 18px #0003;
}

.f2lp2u9e {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  font-size: 16px;
  display: block;
  overflow: visible;
}

.ua9ugy64 {
  box-sizing: content-box;
  text-align: left;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-width: 0;
  height: 40px;
  min-height: 0;
  font-size: 16px;
  display: inline-flex;
}

.ef7vuvgj {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  text-overflow: ellipsis;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  max-width: 90%;
  min-height: 0;
  max-height: 52.608px;
  margin: 0;
  padding: 0 21.92px 0 0;
  font-size: 21.92px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.ocwz7fo0 {
  color: #555;
  letter-spacing: .12px;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 0 #555;
  border-radius: 5px;
  width: 15px;
  min-width: 0;
  height: 15px;
  min-height: 0;
  padding: 0;
  font-size: 12px;
  line-height: 38px;
}

.f2mv1qw0 {
  z-index: 0;
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translate(0, -50%);
}

.ffohyytq {
  box-sizing: content-box;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 190px);
  min-width: 0;
  min-height: 0;
  padding: 0 0 0 10px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.x2d444sx {
  box-sizing: content-box;
  text-align: left;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8d8d8;
  width: calc(100% - 20px);
  min-width: 0;
  min-height: 52px;
  padding: 10px;
  font-size: 16px;
  position: relative;
}

.ey4kflsg {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  overflow-clip-margin: content-box;
  border-color: #50475e;
  width: 30px;
  min-width: 0;
  height: 20px;
  min-height: 0;
  font-size: 11.9px;
  transform: scale(.5);
}

.ttiv1k0v {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 5px 0 0;
  font-size: 11.9px;
  display: inline;
}

.n638di1k {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 11.9px;
}

.e17t8otn {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  background-color: #f9fffa;
  border: 1px solid #32ae88;
  border-radius: 3px;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 8.75px 8.75px 8.75px 24.5px;
  padding: 5px;
  font-size: 11.9px;
  line-height: 2;
  display: none;
}

.lygtv9et {
  box-sizing: content-box;
  float: left;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  list-style-type: none;
}

.hx9ndb7s {
  box-sizing: content-box;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-width: 0 0 0 10px;
  border-color: #757575;
  border-left-style: solid;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 12px 5px 12px 12px;
  font-size: 16px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}

.wqhydtbe {
  box-sizing: content-box;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  list-style-type: none;
}

.nanbkbx4 {
  box-sizing: content-box;
  float: left;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  list-style-type: none;
}

.eods0ek5 {
  box-sizing: content-box;
  text-align: left;
  cursor: pointer;
  background-color: #eee;
  border-width: 0 0 1px 10px;
  border-bottom-style: solid;
  border-bottom-color: #d7d7d7;
  border-left-style: solid;
  border-left-color: #0000;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 12px 5px 12px 12px;
  font-size: 16px;
  list-style-type: none;
  overflow: hidden;
}

.zygz0igs {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: circle;
  list-style-position: inside;
}

.frixb5cy {
  float: left;
  text-align: left;
  width: 30.6667%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  font-size: 16px;
  overflow: auto;
}

.hwr8onmx {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  max-width: 80%;
  min-height: 0;
  margin: 0 0 10px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
}

.pq0l0lv5 {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #50475e;
  width: auto;
  font-size: 13.008px;
  line-height: 1.5;
}

.zfnmwrw9 {
  box-sizing: content-box;
  color: #0161af;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #0161af;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 8px 0 0;
  font-size: 13.008px;
  line-height: 1.5;
}

.vc568452 {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0 10px;
  font-size: 13.008px;
  line-height: 1.5;
}

.sall0n4h {
  box-sizing: content-box;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-radius: 3px;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 20px 0 0;
  padding: 0 0 10px;
  font-size: 16px;
  overflow: hidden;
}

.apzbeiyo {
  box-sizing: content-box;
  float: left;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  max-width: 60%;
  min-height: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.pv5zczqd {
  box-sizing: content-box;
  color: #3860be;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #3860be;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 13.008px;
  font-weight: 700;
  line-height: 1.5;
}

.e5ksv7xd {
  box-sizing: content-box;
  float: right;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  width: auto;
  min-width: 0;
  max-width: 28%;
  min-height: 0;
  padding: 0 7px 0 15px;
  font-size: 16px;
}

.jq3yc39w {
  box-sizing: content-box;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  width: calc(100% - 20px);
  min-width: 0;
  min-height: 0;
  padding: 10px 0 8px 10px;
  font-size: 16px;
  display: inline-block;
}

.km5f8sqf {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0 10px 10px;
  font-size: 13.008px;
  line-height: 1.5;
}

.ym93tc3s {
  float: left;
  color: #0161af;
  letter-spacing: .12px;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  background-color: #0000;
  border: 0 #0161af;
  border-radius: 5px;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 8px 0 5px;
  padding: 0;
  font-size: 12px;
  line-height: 1.1;
  display: block;
}

.hkfl7wdp {
  box-sizing: content-box;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 10px;
  font-size: 16px;
}

.qex6ezh8 {
  box-sizing: content-box;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-radius: 3px;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 20px 0 0;
  padding: 0 0 10px;
  font-size: 16px;
  display: none;
  overflow: hidden;
}

.e1ucl42b {
  z-index: 0;
  box-sizing: content-box;
  opacity: 0;
  color: #000;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: default;
  -webkit-appearance: none;
  appearance: none;
  clip: rect(0px, 0px, 0px, 0px);
  background-color: #0000;
  border: 0 #000;
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  font-size: 13.3333px;
  display: block;
  position: absolute;
}

.tsp2y0p5 {
  z-index: 0;
  box-sizing: content-box;
  color: #4385f4;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  background-color: #cddcf2;
  border-color: #4385f4;
  border-radius: 46px;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: block;
  position: absolute;
  inset: 0;
}

.b2ghq5bw {
  box-sizing: content-box;
  color: #4385f4;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #4385f4;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: none;
}

.vxykr8s3 {
  box-sizing: content-box;
  color: #4385f4;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
  border-color: #4385f4;
  width: 35px;
  min-width: 0;
  height: 10px;
  min-height: 0;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.bjjnrize {
  box-sizing: content-box;
  float: left;
  color: #50475e;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 5px 0 0;
  font-size: 12px;
  display: block;
  position: relative;
  top: 2px;
}

.jlma9gvr {
  z-index: 1;
  box-sizing: content-box;
  float: right;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 7px 0 15px;
  font-size: 16px;
  position: relative;
}

.jc74bo0z {
  box-sizing: content-box;
  float: right;
  text-align: left;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
}

.eu2o5k8d {
  float: left;
  text-align: left;
  width: 65.3333%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  margin: 0 0 0 3%;
  font-size: 16px;
  overflow: auto;
}

.cyapqt4a {
  float: left;
  text-align: left;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0 auto 0 0;
  font-size: 16px;
  position: relative;
  overflow: auto hidden;
}

.egrd4mva {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  height: calc(100% - 185px);
  min-height: 0;
  font-size: 16px;
  position: relative;
  overflow: hidden auto;
}

.hyjhodrg {
  box-sizing: content-box;
  color: #555;
  text-align: left;
  cursor: pointer;
  overflow-clip-margin: content-box;
  border-color: #555;
  width: 12px;
  min-width: 0;
  height: 12px;
  min-height: 0;
  font-size: 12px;
}

.rtba3usc {
  color: #555;
  letter-spacing: .12px;
  cursor: pointer;
  background-color: #0000;
  border: 0 #555;
  border-radius: 5px;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  font-size: 12px;
}

.e5c2euot {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
}

.ytjm63tn {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: inline-block;
}

.giw79354 {
  z-index: 0;
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  clip: rect(0px, 0px, 0px, 0px);
  border-color: #50475e;
  width: 1px;
  min-width: 0;
  height: 1px;
  min-height: 0;
  margin: -1px;
  font-size: 16px;
  position: absolute;
  overflow: hidden;
}

.kzmcqc1y {
  float: left;
  color: #000;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  width: 100%;
  min-width: 0;
  height: 32px;
  min-height: 0;
  padding: 6px 35px 6px 15px;
  font-size: 12.8px;
  display: block;
}

.byn4cn64 {
  z-index: 0;
  box-sizing: content-box;
  color: #3c4043;
  text-align: left;
  overflow-clip-margin: content-box;
  width: 30px;
  min-width: 0;
  height: 30px;
  min-height: 0;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}

.tp123k1l {
  box-sizing: content-box;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  width: 300px;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.d1yt5ie1 {
  z-index: 0;
  box-sizing: content-box;
  color: #555;
  text-align: left;
  cursor: pointer;
  overflow-clip-margin: content-box;
  border-color: #555;
  width: 15px;
  min-width: 0;
  height: 15px;
  min-height: 0;
  padding: 5px 0 0;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i5yesg1f {
  color: #555;
  letter-spacing: .12px;
  cursor: pointer;
  background-color: #3860be;
  border: 1px solid #bbb;
  border-radius: 17px;
  width: 32px;
  min-width: 0;
  height: 32px;
  min-height: 0;
  padding: 0;
  font-size: 12px;
  line-height: 38px;
  position: relative;
}

.rzwx9pmd {
  box-sizing: content-box;
  text-align: left;
  vertical-align: middle;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 0 0 20px;
  font-size: 0;
  display: inline-block;
  position: relative;
}

.ptpe7w80 {
  box-sizing: content-box;
  float: right;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  position: relative;
  bottom: 6px;
}

.m8opby4c {
  box-sizing: content-box;
  text-align: left;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8d8d8;
  width: calc(100% - 50px);
  min-width: 0;
  height: 20px;
  min-height: 0;
  padding: 15px 30px 15px 20px;
  font-size: 16px;
  display: inline-block;
}

.meqrp329 {
  box-sizing: content-box;
  float: right;
  color: #50475e;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  max-width: 55px;
  min-height: 0;
  font-size: 13.008px;
  display: block;
  position: relative;
}

.yryl858n {
  box-sizing: content-box;
  float: right;
  color: #50475e;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  max-width: 100px;
  min-height: 0;
  margin: 0 10px 0 0;
  font-size: 13.008px;
  display: block;
  position: relative;
}

.p2rhwbew {
  box-sizing: content-box;
  float: right;
  text-align: left;
  width: calc(100% - 23px);
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  position: relative;
  right: 23px;
}

.jfasjhkr {
  z-index: 0;
  box-sizing: content-box;
  opacity: 0;
  color: #000;
  text-align: left;
  cursor: default;
  -webkit-appearance: none;
  appearance: none;
  clip: rect(0px, 0px, 0px, 0px);
  background-color: #0000;
  border: 0 #000;
  width: 0;
  min-width: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  font-size: 13.3333px;
  display: block;
  position: absolute;
}

.p7vb5623 {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  cursor: pointer;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: none;
}

.rk64050j {
  box-sizing: content-box;
  text-align: left;
  cursor: pointer;
  width: auto;
  min-width: 0;
  height: 20px;
  min-height: 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.cawjh53i {
  box-sizing: content-box;
  float: left;
  color: #50475e;
  text-align: left;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 5px 0 0;
  font-size: 12px;
  display: none;
  position: relative;
  top: -6px;
}

.b2cuod7h {
  z-index: 1;
  box-sizing: content-box;
  float: left;
  text-align: left;
  width: 21px;
  min-width: 0;
  height: 21px;
  min-height: 0;
  font-size: 16px;
  position: relative;
  left: 20px;
}

.l2z5pq67 {
  box-sizing: content-box;
  text-align: left;
  cursor: pointer;
  width: auto;
  min-width: 0;
  height: 100%;
  min-height: 0;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.pkshtfxk {
  z-index: 1;
  box-sizing: content-box;
  float: right;
  text-align: left;
  width: 21px;
  min-width: 0;
  height: 21px;
  min-height: 0;
  font-size: 16px;
  position: relative;
  right: 15px;
}

.j1pk6y37 {
  z-index: 1;
  box-sizing: content-box;
  float: right;
  text-align: left;
  width: 21px;
  min-width: 0;
  height: 21px;
  min-height: 0;
  font-size: 16px;
  position: relative;
  right: 80px;
}

.jtvyg7jb {
  z-index: 1;
  box-sizing: content-box;
  float: right;
  text-align: left;
  width: calc(100% - 23px);
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  position: relative;
  right: 23px;
}

.endt10cr {
  box-sizing: content-box;
  text-align: left;
  width: 100%;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: inline-block;
}

.c9wsdqxn {
  box-sizing: content-box;
  text-align: left;
  background-color: #fff;
  width: 100%;
  min-width: 200px;
  min-height: 30px;
  font-size: 16px;
  display: inline-block;
}

.rm4xkaa8 {
  box-sizing: content-box;
  text-align: left;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: circle;
  list-style-position: inside;
}

.e43k1673 {
  box-sizing: content-box;
  text-align: left;
  width: 100%;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
}

.tu18p4ul {
  box-sizing: content-box;
  text-align: left;
  transform-style: preserve-3d;
  width: auto;
  min-width: 0;
  height: calc(100% - 86px);
  min-height: 0;
  max-height: calc(100% - 96px);
  margin: 14px 3px 4px 0;
  padding: 20px 27px 0 30px;
  font-size: 16px;
  overflow: hidden auto;
  transform: translate3d(0, 0, 0);
}

.uh8fz4dw {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  height: 100%;
  min-height: 0;
  font-size: 16px;
}

.ed7e71in {
  z-index: 2147483647;
  box-sizing: content-box;
  text-align: left;
  background-color: #fff;
  border: 12px solid #0000;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 40px;
  right: 35px;
  transform: rotate(45deg);
  box-shadow: -3px -3px 5px -2px #c7c5c7;
}

.lyaeei64 {
  float: right;
  color: #50475e;
  letter-spacing: .12px;
  word-break: break-word;
  cursor: pointer;
  background-color: #0000;
  border: 0 #50475e;
  border-radius: 5px;
  width: auto;
  min-width: 0;
  max-width: 200px;
  min-height: 0;
  margin: 15px 0 10px;
  padding: 0 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.h812kepj {
  box-sizing: content-box;
  color: #50475e;
  text-align: left;
  cursor: pointer;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 12.8px;
  line-height: 1.1;
  display: block;
}

.qg72ary5 {
  box-sizing: content-box;
  text-align: left;
  cursor: pointer;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.nhswjels {
  box-sizing: content-box;
  float: left;
  color: #50475e;
  text-align: left;
  cursor: pointer;
  border-color: #50475e;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 5px 0 0;
  font-size: 12.8px;
  line-height: 1.1;
  display: none;
  position: relative;
  top: 2px;
}

.bwozvwqb {
  z-index: 1;
  box-sizing: content-box;
  float: left;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
  position: relative;
}

.ohke0br0 {
  box-sizing: content-box;
  clear: both;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 0 25px 15px;
  font-size: 16px;
}

.j6ahcnkl {
  color: #eee;
  letter-spacing: .12px;
  word-break: break-word;
  cursor: pointer;
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 0;
  max-width: 200px;
  min-height: 0;
  margin: 0 10px 14px 0;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.c3la50qq {
  color: #eee;
  letter-spacing: .12px;
  word-break: break-word;
  cursor: pointer;
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 0;
  max-width: 200px;
  min-height: 0;
  margin: 0 0 14px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.nl7j71ux {
  box-sizing: content-box;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0 15px;
  font-size: 16px;
  overflow: hidden;
}

.e3fgys32 {
  box-sizing: content-box;
  clear: both;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  max-height: calc(100% - 60px);
  font-size: 16px;
  overflow: hidden auto;
}

.tq6vuz28 {
  box-sizing: content-box;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  width: auto;
  min-width: 0;
  height: 100%;
  min-height: 0;
  margin: 5px 10px 5px 5px;
  padding: 0 10px 0 0;
  font-size: 16px;
  box-shadow: 0 0 12px 2px #c7c5c7;
}

.a8utm7fg {
  z-index: 2147483646;
  box-sizing: content-box;
  text-align: left;
  width: 300px;
  min-width: 0;
  height: 90%;
  min-height: 0;
  max-height: 350px;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
}

.fidsfxe1 {
  box-sizing: content-box;
  text-align: left;
  width: 100%;
  min-width: 0;
  height: calc(100% - 185px);
  min-height: 0;
  font-size: 16px;
  display: none;
  position: relative;
}

.tzm5bok8 {
  color: #757575;
  letter-spacing: .12px;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 155px;
  min-height: 40px;
  margin: 20px 15px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 600;
}

.wkl3oodx {
  color: #757575;
  letter-spacing: .12px;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 0;
  min-height: 40px;
  margin: 20px 16px 20px 0;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 600;
}

.wj8irnw0 {
  float: right;
  color: #eee;
  letter-spacing: .12px;
  cursor: pointer;
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 5px;
  width: auto;
  min-width: 0;
  min-height: 40px;
  margin: 20px 16px 20px 0;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.vw44jesp {
  box-sizing: content-box;
  float: right;
  text-align: left;
  width: auto;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
}

.a06cio02 {
  box-sizing: content-box;
  float: left;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
  min-height: 0;
  font-size: 16px;
}

.v6xyhvz7 {
  box-sizing: content-box;
  color: #565656;
  text-align: left;
  cursor: pointer;
  border-color: #565656;
  width: 136px;
  min-width: 0;
  max-width: none;
  height: 16px;
  min-height: 0;
  font-size: 12px;
  overflow: visible;
}

.p8hk18qp {
  box-sizing: content-box;
  color: #565656;
  text-align: left;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #565656;
  width: 152px;
  min-width: 0;
  height: 25px;
  min-height: 0;
  margin: 5px 10px 0 0;
  font-size: 12px;
  display: inline-block;
}

.e43b4vyt {
  box-sizing: content-box;
  float: left;
  text-align: right;
  background-color: #f4f4f4;
  border-radius: 0 0 2px 2px;
  width: 100%;
  min-width: 0;
  height: 30px;
  min-height: 0;
  font-size: 16px;
}

.ucvbwk56 {
  z-index: 0;
  box-sizing: content-box;
  text-align: left;
  border-width: 1px 0 0;
  border-top-style: solid;
  border-top-color: #d8d8d8;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 160px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
}

.dcpoy7xe {
  z-index: 0;
  box-sizing: content-box;
  color: #3c4043;
  text-align: left;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  min-width: 0;
  height: 1px;
  min-height: 0;
  margin: -1px;
  font-size: 16px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.lvrf207l {
  z-index: 0;
  visibility: hidden;
  box-sizing: content-box;
  border-style: none;
  border-width: 0;
  width: 1600px;
  font-size: 16px;
  display: block;
  position: absolute;
  top: -50000px;
}

.scmeym9y {
  z-index: 2147483647;
  visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  width: 730px;
  max-width: 730px;
  height: 610px;
  margin: auto;
  font-size: 16px;
  animation-timing-function: ease-in-out;
  display: none;
  position: fixed;
  inset: 0;
  box-shadow: 0 2px 4px #0000, 0 7px 14px #32325d1a;
}

.b8ipa0h0 {
  visibility: hidden;
  aspect-ratio: auto 0 / 0;
  width: 0;
  max-width: none;
  height: 0;
  display: none;
}

.fyfdp2mx {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}

.ykyd02se {
  aspect-ratio: auto 0 / 0;
  width: 0;
  max-width: none;
  height: 0;
  display: none;
}

.do3h7dit {
  z-index: 2147483647;
  color: #bfc2c5;
  background-color: #212426;
  border-color: #bfc2c5;
  border-radius: 3px;
  width: 330px;
  padding: 15px;
  font-size: 13px;
  display: none;
  position: absolute;
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
}

.ta6sviia {
  z-index: 99999999;
  background-color: #5ea0ff80;
  width: auto;
  transition-duration: .1s;
  position: absolute;
}

.jeg6h562 {
  grid-column-gap: normal;
  color: #3c4043;
  background-color: #fff;
  border-color: #3c4043;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  transition-property: none;
  overflow: hidden auto;
}

.main-container-2 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-overlay-2 {
  z-index: 2;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: .1px;
  background-color: #685143;
  border-radius: 2px;
  min-height: 44px;
  margin-top: 0;
  padding: 12px 18px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 20px;
  transition: transform .3s;
}

.button-primary-2:hover {
  background-color: #8c786c;
  transform: scale(1.05);
}

.body-text-s-reg-2 {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 1.2;
}

.body-text-s-reg-2.color-white {
  color: #fff;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: .1px;
  background-color: #685143;
  border-radius: 2px;
  min-height: 44px;
  margin-top: 0;
  padding: 12px 18px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 20px;
  transition: transform .3s;
}

.button-primary-3:hover {
  background-color: #8c786c;
  transform: scale(1.05);
}

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

.paragraph_footer {
  color: var(--white);
  text-align: justify;
}

.title_footer {
  color: var(--white);
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.title_footer.color-primary-light {
  color: var(--primary-light);
}

.title_footer.text-color-white, .footer-heading-8 {
  color: var(--white);
}

.body-text-product {
  color: var(--white);
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 1.2;
}

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

.body-text-product.color-primary-light {
  color: var(--black);
}

.dettaglio_carrello_second {
  grid-column-gap: 32px;
  text-align: left;
  border-top: 1px solid #e4d7cf;
  flex-direction: row;
  gap: 32px;
  width: auto;
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.5;
  list-style-type: none;
  display: flex;
}

.destra_riepilogo_parziale {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 5px;
  display: flex;
}

.cassa-description {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.destra_carrello_riepilogo {
  color: var(--new-orange);
}

.costo_totale_prodotti {
  color: #111;
  border-color: #111;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
}

.totale_carrello_reale {
  color: #111;
  border-color: #111;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.571;
}

.titolo_costo_totale_spedizioni, .titolo {
  color: #111;
  border-color: #111;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.571;
}

.titolo_totale_iva {
  color: #111;
  border-color: #111;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.571;
}

.riepilogo_cassa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: none;
}

.ripilogo_cassa_laterale {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.result {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 64px;
  padding-left: 44px;
  padding-right: 44px;
  overflow: hidden;
}

.product-search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
}

.slide-wrap-search {
  color: #999;
  border-color: #999;
  flex-direction: column;
  width: auto;
  height: 100%;
  padding: 0;
  font-size: 19px;
  line-height: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .main-container.nav-style {
    max-width: 100%;
  }

  .body-text-n-med {
    color: var(--white);
  }

  .banner.orange {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .body-text-s-reg, .body-text-l-reg {
    color: var(--white);
  }

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

  .footer {
    background-color: #fa521a;
  }

  .navbar-logo-grid, .footer-menu-link-container, .footer-menu-link-text {
    color: var(--white);
  }

  .input-form {
    border-color: var(--white);
    background-color: #fff;
  }

  .navbar.v2 {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .product-detail-section {
    height: 60%;
  }

  .text-style-h2.semi-bold {
    color: var(--black);
  }

  .text-30px {
    font-size: 30px;
  }

  .orange-arrow {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-image {
    margin-right: 4px;
  }

  .dropdown-toggle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .dropdown-text {
    font-size: 14px;
  }

  .nav-menu-wrapper-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .expandable {
    max-width: 80%;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6, .title_cart.semi-bold {
    color: var(--black);
  }

  .main-description.nav-style {
    max-width: 100%;
  }

  .carrello_immagine_prodotto {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .carrello_box_immagine {
    padding-top: 15px;
  }

  .single-main-container.nav-style {
    max-width: 100%;
  }

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

  .main-description-product.nav-style {
    max-width: 100%;
  }

  .heading-8, .image, .text-block {
    color: var(--white);
  }

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

  .paragraph_footer, .title_footer, .footer-heading-8, .body-text-product {
    color: var(--white);
  }
}

@media screen and (min-width: 1920px) {
  .main-container.nav-style {
    background-color: #ff5821;
    padding-left: 1%;
    padding-right: 1%;
  }

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

  .banner.orange {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .body-text-s-reg {
    text-align: justify;
  }

  .navbar.v2 {
    background-color: #ff5821;
  }

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

  .text-style-h2.semi-bold {
    text-align: justify;
  }

  .teal-button {
    background-color: #2f9c71;
  }

  .promo-block {
    background-color: var(--new-orange);
  }

  .slider-wrap {
    margin-left: -60px;
    margin-right: -60px;
  }

  ._14px-black-text {
    text-align: justify;
  }

  .mini-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._0-8-em-text {
    color: var(--new-orange);
  }

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

  .expandable {
    max-width: 60%;
  }

  .svg-24px {
    color: var(--white);
  }

  .places-slider {
    height: 100%;
  }

  .dummy-div {
    width: 60px;
  }

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

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

  .border-line {
    margin-bottom: 0;
    margin-left: -1vw;
    margin-right: -1vw;
  }

  .heading-6 {
    color: var(--new-orange);
    font-weight: 600;
  }

  .search-button {
    background-color: #ffdfdf;
  }

  .block-content {
    border-width: 0;
    padding-top: 0;
  }

  .title_cart.semi-bold {
    text-align: justify;
  }

  .main-description.nav-style {
    padding-left: 1%;
    padding-right: 1%;
  }

  .button_prosegui {
    background-color: var(--new-orange);
  }

  .block-content-2 {
    border-width: 0;
    border-top-style: solid;
    border-top-color: #000;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .carrello_link_prosegui {
    width: 100%;
  }

  .button_checkout {
    background-color: var(--new-orange);
  }

  .single-main-container.nav-style, .main-description-product.nav-style {
    padding-left: 1%;
    padding-right: 1%;
  }

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

  .title_footer, .footer-heading-8 {
    color: var(--white);
  }

  .body-text-product {
    color: var(--black);
    text-align: justify;
  }

  .result {
    padding-left: 60px;
    padding-right: 60px;
  }

  .product-search {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-grid {
    grid-template-columns: 1fr;
  }

  .sg-left-navigation {
    display: none;
    position: static;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .body-text-s-reg {
    text-align: left;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-left-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    margin-bottom: 32px;
    display: flex;
  }

  .footer-menu-link-container {
    grid-row-gap: 0px;
    align-self: center;
    justify-items: center;
    width: 100%;
    margin-bottom: 32px;
  }

  .navbar-right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-subscribtion-container {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    flex-direction: row;
  }

  .navbar.v2 {
    padding-bottom: 12px;
  }

  .logo-brand-container {
    width: 100%;
  }

  .nav-container {
    justify-content: flex-end;
    max-width: 1440%;
  }

  .right-navbar-container {
    justify-content: flex-end;
    width: 100%;
  }

  .hero-section {
    height: 620px;
  }

  .testimonial-wrapper {
    grid-template-columns: auto;
  }

  .testimonial-content-wrapper {
    padding: 32px;
    position: relative;
  }

  .slide-nav {
    padding-top: 0;
    inset: 90% 0% 0%;
  }

  .right-arrow {
    z-index: 1;
    justify-content: center;
    display: flex;
    inset: 120% 0% 0% auto;
    overflow: hidden;
  }

  .left-arrow {
    top: 120%;
  }

  .image-cover {
    width: 100%;
  }

  .featured-services-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-image-wrapper {
    display: none;
  }

  .split-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-text-container {
    padding: 24px;
  }

  .container-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .container-small.section-title-wrap {
    max-width: 100%;
  }

  .about-header-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .core-value-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .our-value-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .our-team-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-detail-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

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

  .team-name-text {
    font-size: 18px;
  }

  .social-media-grid {
    margin-top: 16px;
  }

  .product-detail-wrapper {
    grid-template-columns: 1fr;
  }

  .product-description-wrapper {
    margin-top: 24px;
  }

  .blog-tabs-wrapper {
    margin-bottom: 32px;
  }

  .cta-blog-image, .share-article-container {
    display: none;
  }

  .article-body-grid {
    grid-template-columns: auto;
  }

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

  .nav-menu-wrapper {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    padding: 64px;
    display: flex;
  }

  .search-toggle-trigger {
    width: 24px;
    height: 24px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

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

  .menu-button {
    background-color: #0000;
    flex: none;
    margin-left: 10px;
    padding: 0;
  }

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

  .image-wrapper.about-us {
    width: 100%;
    height: 466px;
  }

  .featured-image-blog {
    width: 100%;
  }

  .nav-menu-list {
    padding: 20px;
  }

  .product-image-thumbnail {
    width: 100%;
  }

  .navbar-dropdown {
    padding: 20px;
  }

  .blog-image-wrapper {
    height: 280px;
  }

  .hamburger-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .hamburger-line {
    background-color: var(--primary);
    width: 22.5px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
  }

  .nav-menu-text {
    font-size: 32px;
  }

  .nav-button-line-wrap {
    display: none;
  }

  .instagram-image-cover, .cta-image {
    width: 100%;
  }

  .testimonial-image-wrapper {
    height: 600px;
  }

  .about-us-image-wrapper {
    width: 100%;
  }

  .our-vision-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-main-image {
    width: 100%;
  }

  ._20px-text {
    font-size: 16px;
  }

  .h3-40px {
    font-size: 32px;
  }

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

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-36px {
    margin-bottom: 27px;
  }

  .mini-mask {
    max-width: 33.3333%;
  }

  .dropdown-toggle.first {
    padding-left: 8px;
  }

  .dropdown-content-wrap {
    flex-flow: column;
    display: flex;
  }

  .dropdown-list.w--open {
    z-index: 99;
    box-shadow: none;
  }

  .dropdown-list.v2 {
    inset: 0% 0% auto;
  }

  .dropdown-list.v2.w--open {
    margin-left: 0%;
    inset: 100% auto auto 0%;
  }

  .nav-menu-wrapper-v2 {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 100dvh;
    padding: 64px 20px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
  }

  .nav-wrapper {
    margin-bottom: 0;
  }

  .dropdown {
    z-index: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .border-line {
    display: none;
  }

  .cart-form {
    grid-template-columns: 1fr;
  }

  .select-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .plus-minus-wrap {
    width: 10px;
    height: 10px;
  }

  .select-field {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .select-button_plus {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .single-container {
    grid-template-columns: 1fr;
  }

  .body-text-s-reg-2, .body-text-product {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sg-left-navigation {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .sg-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .sg-color-block {
    width: 100%;
    max-width: 160px;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-left-container {
    max-width: 1003%;
  }

  .footer-menu-link-container {
    place-items: start stretch;
    width: 100%;
    margin-bottom: 32px;
  }

  .navbar-right-container {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .line-divider-vertical {
    display: none;
  }

  .line-divider-vertical.margin-vertical-16px {
    display: block;
  }

  .footer-subscribtion-container {
    max-width: 100%;
  }

  .hero-section {
    background-position: 77%;
  }

  .marque-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end space-around;
    align-items: center;
    padding: 20px 2%;
    display: flex;
  }

  .marque-column-component {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .product-grid, .testimonial-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-content-wrapper {
    padding: 40px 48px;
  }

  .slider, .testimonial-content-component {
    height: 100%;
  }

  .testimonial-detail-wrapper {
    justify-content: space-between;
  }

  .right-arrow {
    height: 100%;
  }

  .instagram-gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .featured-services-section {
    display: none;
  }

  .featured-services-grid, .cta-wrapper, .blog-grid, .split-container {
    grid-template-columns: 1fr;
  }

  .quote-content-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-header-wrapper {
    grid-template-columns: 1fr;
  }

  .core-value-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .core-value-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

  .product-description-wrapper {
    display: block;
  }

  .blog-featured-content {
    grid-template-columns: 1fr;
  }

  .short-by-category-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .icon-column-grid {
    grid-template-columns: auto auto auto auto auto auto;
  }

  .product-image-wrapper {
    height: 420px;
  }

  .about-image-wrap {
    height: 320px;
  }

  .testimonial-image-wrapper {
    height: 520px;
  }

  .rich-text-element p {
    font-size: 16px;
  }

  .member-team-detail-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-member-image-wrapper {
    height: 460px;
  }

  .line-divider-vertical-2 {
    display: none;
  }

  .dropdown-details {
    max-height: none;
    overflow: visible;
  }

  ._18px-text {
    display: none;
  }

  .gallery-grid {
    flex-flow: column;
    display: flex;
  }

  .gallery-image.auto-ratio-on-mobile {
    aspect-ratio: auto;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-bottom-48px {
    margin-bottom: 30px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  ._30px-heading {
    font-size: 24px;
  }

  .text-20px {
    font-size: 15px;
  }

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

  .mg-bottom-36px {
    margin-bottom: 24px;
  }

  .heading-40px {
    font-size: 30px;
  }

  .text-30px {
    font-size: 17px;
  }

  .slider-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .orange-arrow {
    display: none;
  }

  .mini-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .mini-mask {
    max-width: 50%;
  }

  .nav-menu-wrapper-v2 {
    width: 100%;
    max-width: 80vw;
  }

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

  .expandable {
    margin-left: 0;
    margin-right: 0;
  }

  .dummy-div {
    display: none;
  }

  .thumbnails-flex {
    margin-top: 0;
  }

  .cart-form {
    grid-auto-flow: row;
  }

  .block-content {
    padding: 0;
  }

  .carrello_box_immagine {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-details-mobile, .riepilogo_cassa {
    display: block;
  }

  .ripilogo_cassa_laterale {
    display: none;
  }

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

  .product-search {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  .section {
    border-width: 0;
  }

  .main-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sg-left-navigation {
    width: 100%;
    position: static;
  }

  .sg-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .styleguide-content {
    width: 100%;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .banner {
    z-index: 1;
    position: static;
  }

  .line-divider {
    display: block;
  }

  .sg-content-container {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .display-text {
    font-size: 56px;
  }

  .body-text-s-reg {
    color: var(--white);
    text-align: justify;
  }

  .body-text-s-reg.color-white {
    color: var(--white);
  }

  .sg-color-block {
    width: 100%;
    max-width: 160px;
  }

  .sg-button-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .banner-text.body-text-n-reg {
    font-size: 12px;
  }

  .footer {
    background-color: #fa521a;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-top-grid {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .footer-menu-link-container {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .footer-menu-link-block {
    flex-direction: column;
    display: flex;
  }

  .navbar-right-container {
    display: none;
  }

  .footer-subscribtion-container {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .footer-bottom-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    z-index: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .navbar.v2 {
    z-index: 99999;
  }

  .logo-brand-container {
    text-align: left;
  }

  .hero-section {
    background-image: linear-gradient(#0000, #0000);
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .marque-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .latest-product-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .latest-product-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .product-link-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .testimonial-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .testimonial-content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-quote-text {
    font-size: 18px;
  }

  .testimonial-detail-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slide-nav, .right-arrow, .slide-icon-block {
    display: none;
  }

  .gallery-section, .blog-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .blog-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .featured-services-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-text-cta-wrapper {
    padding: 16px;
  }

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

  .heading-center-text {
    font-size: 32px;
  }

  .quote-content-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-header-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-header-wrapper {
    margin-bottom: 40px;
  }

  .progress-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .core-value-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .our-value-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .our-team-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .team-detail-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 12px;
  }

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

  .social-media-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 16px;
    display: grid;
  }

  .product-gallery-wrapper {
    overflow: hidden;
  }

  .product-description-wrapper {
    display: block;
  }

  .tab-link-tab-1 {
    justify-content: center;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .blog-tabs-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-link-tab, .blog-link-tab.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .article-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .author-detail-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-us-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cart {
    padding-left: 12px;
  }

  .search-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search {
    grid-column-gap: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .search-input {
    font-size: 18px;
  }

  .nav-menu-wrapper {
    width: 100%;
    padding: 36px;
    position: absolute;
  }

  .search-toggle-trigger {
    display: none;
  }

  .search-navbar-close-button {
    padding-left: 12px;
  }

  .nav-link {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .icon-column-grid {
    grid-template-columns: auto auto auto auto auto;
  }

  .menu-button {
    z-index: 99;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: content-box;
    margin-left: 0;
  }

  .menu-button.w--open {
    color: var(--primary);
    background-color: #0000;
  }

  .product-image-wrapper {
    height: 280px;
  }

  .blog-image-wrapper {
    height: 360px;
  }

  .brand-logo-wrap, .hamburger-wrap {
    padding-left: 0;
  }

  .text-style-h1 {
    font-size: 40px;
  }

  .text-style-h2 {
    font-size: 36px;
  }

  .text-style-h2.semi-bold {
    padding-top: 0;
  }

  .text-style-h3 {
    font-size: 28px;
  }

  .text-style-h4 {
    font-size: 20px;
  }

  .about-image-wrap {
    height: 280px;
  }

  .testimonial-image-wrapper {
    height: 380px;
  }

  .gallery-section-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .about-us-image-wrapper {
    height: auto;
  }

  .about-us-image-block._1, .about-us-image-block._2 {
    width: auto;
    height: auto;
    position: relative;
  }

  .blog-main-image-wrapper {
    height: 200px;
  }

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

  .team-member-image-wrapper {
    height: 360px;
  }

  .tab-link-tab-1-2 {
    justify-content: center;
  }

  .tabs-menu-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .teal-button {
    padding: 12px 24px;
  }

  .dropdown-heading {
    padding-bottom: 5px;
  }

  .h3-40px {
    font-size: 24px;
  }

  .mini-slide-wrap {
    padding: 0;
  }

  .item-count-form {
    width: 100%;
    max-width: none;
  }

  ._18px-text {
    text-align: justify;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mg-bottom-64px {
    margin-bottom: 36px;
  }

  .mg-bottom-48px {
    margin-bottom: 24px;
  }

  .container-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mini-mask {
    max-width: 100%;
  }

  .logo {
    text-align: center;
  }

  .nav-menu-wrapper-v2 {
    z-index: 999999;
    width: 100%;
    padding: 140px 36px 36px;
  }

  .nav-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: auto auto 1fr;
    place-items: center stretch;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-field {
    min-height: 40px;
  }

  .search-form {
    border-width: 1px;
  }

  .svg-24px {
    width: 20px;
    height: 20px;
  }

  .svg-link.hidden-on-mobile {
    display: none;
  }

  .svg-text {
    font-size: 12px;
    font-weight: 400;
    display: none;
  }

  .div-block-3 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .product-delivery-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-6 {
    text-align: justify;
  }

  .thumbnails-flex {
    display: flex;
  }

  .search-icon {
    width: 20px;
  }

  .title_cart {
    font-size: 36px;
  }

  .main-description, .single-main-container {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .main-description-product {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .main-container-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-text-s-reg-2.color-white {
    color: #fff;
  }

  .text-block, .bold-text-2, .paragraph_footer {
    color: var(--white);
  }

  .body-text-product {
    color: var(--white);
    text-align: justify;
  }

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

  .cassa-description {
    overflow: hidden;
  }

  .slide-wrap-search {
    padding: 0;
  }
}

#w-node-d7fe49ab-236e-2501-47df-11eb1a35cfac-ced1e925, #w-node-b14ffa56-8359-4a83-8ce4-7414671d219c-ced1e925, #w-node-c0a51851-1159-d35f-e38e-d60064beb8f3-ced1e925, #w-node-a822bc09-48d4-3242-39fb-8676db5b4986-ced1e925, #w-node-_148875bc-572a-f75a-706e-96817119133c-ced1e925, #w-node-_82491b61-4ee1-c135-d043-0b4300328b4b-ced1e925, #w-node-_8ccb1636-1977-2016-f976-afa966b42d75-ced1e925, #w-node-_8ccb1636-1977-2016-f976-afa966b42d7c-ced1e925, #w-node-_8ccb1636-1977-2016-f976-afa966b42d83-ced1e925, #w-node-_8ccb1636-1977-2016-f976-afa966b42d8a-ced1e925, #w-node-b206072f-1fee-4927-7257-cb421db3a15d-ced1e925, #w-node-dc9cd911-9c96-fbb4-9262-37d1d007437f-ced1e925, #w-node-c283b06b-b404-2a0c-2914-08031e0b68bf-ced1e925, #w-node-_935c8ae6-4c26-0e24-ee4c-ef790637ff5b-ced1e925, #w-node-c426e482-ddce-b85e-074a-f0ab8ce2b410-ced1e925, #w-node-c5e7d367-b773-c3bc-69be-5a53aef9f4e4-ced1e925, #w-node-_160e6ced-d30e-ce81-08ae-6cc28414b544-ced1e925, #w-node-a6593ab5-646f-c1f9-783d-d5988e458d19-ced1e925, #w-node-_7557b806-6574-5af8-dd25-eea2370c490b-ced1e925, #w-node-fe649069-e6b0-f570-b560-8735fc49d7e9-ced1e925, #w-node-c46bc305-e857-9771-3064-67f3df3ae75c-ced1e925, #w-node-da1cd522-e9b3-d72f-593a-50fed6432017-ced1e925, #w-node-_6f4692a7-2840-cb79-db72-99880ecbf43a-ced1e925, #w-node-_6b2c9611-0330-c7a4-ad4d-b00cd3f709d2-ced1e925, #w-node-ec5734ec-1942-fe0f-f4de-cbdea980a8a1-ced1e925, #w-node-_6d9ad580-f9e8-d111-f0a4-b67719f2b046-ced1e925, #w-node-_6d9ad580-f9e8-d111-f0a4-b67719f2b04f-ced1e925, #w-node-_6d9ad580-f9e8-d111-f0a4-b67719f2b058-ced1e925, #w-node-_6d9ad580-f9e8-d111-f0a4-b67719f2b061-ced1e925, #w-node-_6d9ad580-f9e8-d111-f0a4-b67719f2b06a-ced1e925, #w-node-_6d9ad580-f9e8-d111-f0a4-b67719f2b073-ced1e925, #w-node-_1fde1a98-b6e7-6445-6024-3a5c52bc2b23-ced1e925, #w-node-_1fde1a98-b6e7-6445-6024-3a5c52bc2b24-ced1e925, #w-node-_1fde1a98-b6e7-6445-6024-3a5c52bc2b25-ced1e925, #w-node-_1fde1a98-b6e7-6445-6024-3a5c52bc2b26-ced1e925, #w-node-_1fde1a98-b6e7-6445-6024-3a5c52bc2b27-ced1e925, #w-node-dbbab3f2-9514-ed2f-eabb-0cb8ab592bbf-ced1e925, #w-node-_17c73c50-1c5c-8f22-93b8-2a314af90854-ced1e925, #w-node-_02a1e470-a8b6-41d3-744f-fc9a8b704a4b-ced1e925, #w-node-_61a57803-1d13-1ac6-b700-1db1871f8428-ced1e925, #w-node-e268ccb4-3638-c24d-0f7f-3cd0dcdf272f-ced1e925, #w-node-_780b91d9-391b-4edc-7ab7-67e521b3c6a4-ced1e925, #w-node-_4a07a5ba-d944-61e7-3e24-16abd1f09cf7-ced1e925, #w-node-_2db62a36-e9c2-9ef9-a292-368656b23866-ced1e925, #w-node-_0c263ab2-5657-cf15-4955-dd2f03d109cd-ced1e925, #w-node-_408b307c-4e1a-d15f-cdc2-c9dd526315d8-ced1e925, #w-node-c2fe5dc6-b3d7-956b-9124-39e2127134d0-ced1e925, #w-node-_7890bdaf-cce4-5784-d337-d623dece922d-ced1e925, #w-node-_00b8ffe8-b349-a51e-ccba-9dc9def196e2-ced1e925, #w-node-_302b2c46-04bf-d7e3-575c-247fdb43e076-ced1e925, #w-node-_2a1e9a8c-ca32-67f3-6623-459f0d043efb-ced1e925, #w-node-_10a68550-5ff8-2556-08b8-1c0435527985-ced1e925, #w-node-_994e6837-719c-ec09-5636-b3fd0868d7e1-ced1e925, #w-node-_4ed3624d-c2a7-b6ff-4e03-e1e00adeacfb-ced1e925, #w-node-dff95558-1435-ce2c-ba6a-4cb6f21fb083-ced1e925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_208d17d8-793d-8a18-d702-1dc0049b1086-049b1075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_208d17d8-793d-8a18-d702-1dc0049b1088-049b1075, #w-node-_208d17d8-793d-8a18-d702-1dc0049b109e-049b1075, #w-node-_208d17d8-793d-8a18-d702-1dc0049b10a8-049b1075, #w-node-e65834c7-a89d-d9c1-62ba-f6814647c9cd-ced1e927, #w-node-_1f79b27c-161d-c35b-f134-4131dc5b983b-ced1e927, #w-node-_00a1a1bb-ac44-72f9-4cfe-01c6e8d1ab9f-ced1e927, #w-node-f50fdc2e-6f0a-ff85-d8d0-b54d389654c3-389654bf, #w-node-_1008c173-594c-d54e-4660-ee417a389377-389654bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b01cb8f8-a6df-5e87-0ea8-6d698ed0999e-8ed0999a, #w-node-b01cb8f8-a6df-5e87-0ea8-6d698ed099a6-8ed0999a, #w-node-b01cb8f8-a6df-5e87-0ea8-6d698ed099ae-8ed0999a, #w-node-b01cb8f8-a6df-5e87-0ea8-6d698ed099b6-8ed0999a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_32a682d8-d272-ae65-ff74-f2c3d1ce9325-ced1e92d, #w-node-_4b6ada8d-09be-3a5a-1033-332948fdc398-ced1e92d, #w-node-_11780355-c4bc-7e34-dcee-24731ba0df70-ced1e92d, #w-node-_6920baa3-4f3b-a259-9eeb-256ccd7d454c-ced1e92d, #w-node-_78df1235-f02b-c125-9213-6cf44e7e4b86-ced1e92d, #w-node-_60a116af-c4f6-307d-321e-f5bd3076e274-ced1e92d, #w-node-_12533c4e-993b-7da4-93f5-c298ed145d92-ced1e92d, #w-node-c86d46ea-daf6-0922-9199-53883de02f95-ced1e92d, #w-node-c86d46ea-daf6-0922-9199-53883de02f97-ced1e92d, #w-node-c86d46ea-daf6-0922-9199-53883de02f99-ced1e92d, #w-node-cbcae450-6249-84b1-8c57-416fcebd2a8d-cebd2a89, #w-node-cbcae450-6249-84b1-8c57-416fcebd2a9b-cebd2a89, #w-node-a291b353-e4ab-9fa4-3843-0423726cbea2-ced1e931, #w-node-_71f88ae5-0360-4eb2-0530-1932102c92c1-ced1e931, #w-node-_71f88ae5-0360-4eb2-0530-1932102c92c3-ced1e931, #w-node-_71f88ae5-0360-4eb2-0530-1932102c92c5-ced1e931, #w-node-eaa37b99-8cd9-8441-21d3-135cb8a1b93d-f432785f, #w-node-eaa37b99-8cd9-8441-21d3-135cb8a1b940-f432785f, #w-node-eaa37b99-8cd9-8441-21d3-135cb8a1b941-f432785f, #w-node-_31c5f3a3-d767-5677-c5f5-0ab39aeea2d8-b4b327f8, #w-node-_31c5f3a3-d767-5677-c5f5-0ab39aeea2db-b4b327f8, #w-node-_31c5f3a3-d767-5677-c5f5-0ab39aeea2dc-b4b327f8, #w-node-c4151c12-0cdf-1901-60ea-7d983e619033-7fa494ab, #w-node-c4151c12-0cdf-1901-60ea-7d983e619032-7fa494ab, #w-node-c4151c12-0cdf-1901-60ea-7d983e619015-7fa494ab, #w-node-_31c5f3a3-d767-5677-c5f5-0ab39aeea2d8-43f5be8d, #w-node-_31c5f3a3-d767-5677-c5f5-0ab39aeea2db-43f5be8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d7fe49ab-236e-2501-47df-11eb1a35cfac-ced1e925 {
    justify-self: start;
  }

  #w-node-_208d17d8-793d-8a18-d702-1dc0049b1086-049b1075 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_208d17d8-793d-8a18-d702-1dc0049b1079-049b1075 {
    justify-self: center;
  }

  #w-node-_64e4c133-f6c4-4442-29fd-ff898cd69540-f432785f, #w-node-_57989ab2-ce6a-8fe7-ae69-abaaa8838ffa-b4b327f8, #w-node-_0941e535-a938-753d-9ee5-e0716794e855-d8cb85e0, #w-node-d871d515-5980-05fb-107b-1f4292dd392d-7fa494ab, #w-node-b1151228-d602-ff68-c88e-07610a9f5382-43f5be8d, #w-node-b142144d-dfe9-60e6-d95b-8f0b21b54be2-a9e19d00 {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_208d17d8-793d-8a18-d702-1dc0049b1088-049b1075, #w-node-_208d17d8-793d-8a18-d702-1dc0049b109e-049b1075, #w-node-_208d17d8-793d-8a18-d702-1dc0049b10a8-049b1075 {
    justify-self: start;
  }

  #w-node-_64e4c133-f6c4-4442-29fd-ff898cd6954c-f432785f {
    justify-self: end;
  }

  #w-node-_64e4c133-f6c4-4442-29fd-ff898cd69564-f432785f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eaa37b99-8cd9-8441-21d3-135cb8a1b93d-f432785f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57989ab2-ce6a-8fe7-ae69-abaaa8839006-b4b327f8 {
    justify-self: end;
  }

  #w-node-_57989ab2-ce6a-8fe7-ae69-abaaa883901e-b4b327f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_18bde977-c3d6-ab53-860d-c711729b7ad8-d8cb85e0 {
    justify-self: end;
  }

  #w-node-_18bde977-c3d6-ab53-860d-c711729b7b13-d8cb85e0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d871d515-5980-05fb-107b-1f4292dd3939-7fa494ab {
    justify-self: end;
  }

  #w-node-d871d515-5980-05fb-107b-1f4292dd3951-7fa494ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1151228-d602-ff68-c88e-07610a9f538e-43f5be8d {
    justify-self: end;
  }

  #w-node-b1151228-d602-ff68-c88e-07610a9f53a6-43f5be8d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b142144d-dfe9-60e6-d95b-8f0b21b54bee-a9e19d00 {
    justify-self: end;
  }

  #w-node-b142144d-dfe9-60e6-d95b-8f0b21b54c06-a9e19d00 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}