:root {
  --beige: #dac9b4;
  --gainsboro: #e0dedd;
  --soft-black: #333;
  --dark-olive-green-2: #6f6d4f;
  --white-smoke-2: #ededea;
  --n: #f2f2f2;
  --natural-inverse: #2d313f;
  --text-inverse-primary: white;
  --new-heading-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --hover: #5553381a;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  border: 1px solid #000;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Niramit;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Niramit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35em;
}

a {
  color: var(--beige);
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

li {
  font-size: 15px;
  line-height: 1.35em;
}

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

blockquote {
  color: #fff;
  background-color: #dab69f;
  background-image: url('../images/Beautify-Symbol-White.png');
  background-position: 60% 0;
  background-repeat: repeat;
  background-size: auto;
  border-left: 1px #000;
  border-radius: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 70px 40px 40px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
  transition: transform .35s, background-color .35s cubic-bezier(.47, 0, .745, .715);
}

blockquote:hover {
  background-color: var(--gainsboro);
  color: var(--soft-black);
  background-image: url('../images/Beautify-Symbol-Color.png');
  transform: scale(1.05);
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
}

.container.slider-container {
  opacity: 1;
  mix-blend-mode: normal;
  border: 1px #080808;
  flex-flow: row;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  display: block;
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
}

.section {
  background-color: var(--gainsboro);
  opacity: 1;
  color: #333;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: inset 0 2px 10px #0003;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.nav-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  min-height: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
}

.nav-left-side {
  z-index: 99;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.nav-right-side {
  align-items: center;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.nav-icon-wrapper {
  border: 1px solid var(--beige);
  background-color: #55533800;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: background-color .35s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: relative;
}

.nav-icon-wrapper:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
}

.nav-icon-wrapper.white-ghost-nav-icon-wrapper {
  border-color: #fff;
}

.nav-icon-wrapper.white-ghost-nav-icon-wrapper:hover {
  background-color: #fff3;
  border-color: #ffffff0d;
}

.ig-icon {
  width: 30px;
  height: 30px;
}

.burger-line {
  background-color: var(--beige);
  border-radius: 20px;
  width: 33px;
  height: 2px;
}

.burger-line.top {
  margin-bottom: 8px;
  position: absolute;
}

.burger-line.top.white {
  background-color: #fff;
}

.burger-line.bottom {
  margin-top: 8px;
}

.burger-line.bottom.white {
  background-color: #fff;
}

.burger-wrapper {
  z-index: 101;
  border: 1px solid var(--beige);
  background-color: #0000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 0;
  transition: background-color .35s;
}

.burger-wrapper:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
}

.burger-wrapper.w--open {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
  border-radius: 100%;
  margin-right: 10px;
  padding: 0;
}

.burger-wrapper.white-ghost-burger-wrapper {
  background-color: #fff0;
  border-color: #fff;
}

.burger-wrapper.white-ghost-burger-wrapper:hover {
  background-color: #ffffff40;
  border-color: #ffffff0d;
}

.entry {
  z-index: 4;
  max-width: 900px;
  margin-bottom: 60px;
  position: relative;
}

.entry.all-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.entry.no-padding {
  margin-bottom: 0;
}

.entry.no-padding.all-center {
  margin-top: -100px;
}

.absolute-cover {
  filter: none;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  outline-offset: 0px;
  object-fit: cover;
  outline: 3px #333;
  width: 100%;
  height: 100%;
  max-height: none;
  position: absolute;
  inset: 0%;
}

.dark-overlay {
  z-index: 2;
  background-image: linear-gradient(#3c3b24e6, #3c3b24a8);
  width: 100%;
  height: 64%;
  position: absolute;
  inset: 0%;
}

.hero-content-container {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 300px;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  z-index: 99;
  background-color: var(--beige);
  flex-direction: column;
  min-width: 200px;
  max-width: 350px;
  max-height: none;
  padding: 100px 20px 20px;
  display: flex;
  overflow: visible;
}

.nav-link {
  border-bottom: 1px solid var(--dark-olive-green-2);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: opacity .2s;
}

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

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

.nav-link.last-item {
  border-bottom-style: none;
}

.brand-logo {
  width: auto;
  height: 100px;
  line-height: 2;
}

.nav-middle {
  position: absolute;
}

.nav-middle.w--current {
  left: auto;
  right: auto;
}

.cart-button {
  color: var(--soft-black);
  background-color: #3898ec00;
  border-radius: 3px;
  margin-right: 10px;
  padding: 10px 15px;
  transition: background-color .2s;
}

.cart-button:hover {
  background-color: var(--gainsboro);
}

.cart-button.white-ghost-cart-button:hover {
  background-color: #fff3;
}

.cart-quantity {
  background-color: var(--beige);
  color: #fff;
}

.cart-quantity.white {
  color: var(--soft-black);
  background-color: #fff;
}

.extra-big-title {
  text-transform: uppercase;
  font-family: Noto Serif Display, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2em;
}

.extra-big-title.white-text {
  outline-offset: 0px;
  color: #050505;
  text-align: left;
  -webkit-text-stroke-color: #a09898;
  border: 0 #000;
  outline: 3px #050505;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Cinzel, sans-serif;
  font-size: 41px;
  display: block;
  overflow: visible;
  box-shadow: 5px 5px 14px #0003;
}

.h1 {
  color: var(--soft-black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.footer {
  background-color: #fff0;
  border: 1px #000;
  display: block;
}

.footer-top {
  background-color: #fff0;
  padding: 40px 0;
}

.footer-bottom {
  background-color: var(--soft-black);
  color: #fff;
  padding: 10px 0;
}

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

.footer-2-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.dark-text-field {
  border: 1px solid var(--beige);
  background-color: var(--gainsboro);
  color: #fff;
  border-radius: 8px;
  height: 65px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 15px;
}

.dark-text-field:focus-visible, .dark-text-field[data-wf-focus-visible] {
  background-color: var(--soft-black);
}

.dark-text-field::placeholder {
  color: #a09d74;
}

.dark-text-field.textarea {
  height: auto;
  min-height: 150px;
}

._2-column-form {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-links-flex {
  border-top: 1px solid var(--beige);
  border-bottom: 1px solid var(--dark-olive-green-2);
  align-items: stretch;
  display: flex;
}

.footer-left {
  border-right: 1px solid var(--beige);
  flex-direction: row;
  align-items: stretch;
  width: 50%;
  padding: 10px 50px 10px 0;
  display: flex;
}

.white-text {
  color: #fff;
}

.fooer-block {
  width: 50%;
  margin-left: 30px;
}

.fooer-block.no-margins {
  align-self: center;
  width: 100%;
  margin-left: 0;
}

.footer-right {
  flex-direction: row;
  align-items: stretch;
  width: 50%;
  padding: 50px 0 50px 50px;
  display: flex;
}

.footer-nav-link {
  width: 100%;
  color: var(--dark-olive-green-2);
  text-transform: uppercase;
  padding: 10px 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: opacity .2s;
}

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

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

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

.social-icon {
  width: 25px;
  height: 25px;
}

.social-link {
  padding: 6px;
}

.social-links-wrap {
  align-items: center;
  display: flex;
}

.footer-band {
  width: 100%;
  max-width: 175px;
  height: auto;
  display: block;
}

.footer-form-success {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 3px;
  padding: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.error-message {
  color: #be0000;
  background-color: #ffd7d7;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.utility-page-wrap {
  background-color: var(--soft-black);
  background-image: url('../images/Utility-BG-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.h3 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.h4 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h4.serif {
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
  font-weight: 500;
}

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

.h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.h6 {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.styles-div-name {
  border-bottom: 1px solid var(--dark-olive-green-2);
  width: 100%;
  color: var(--dark-olive-green-2);
  letter-spacing: -.5px;
  margin-top: 10px;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

._60-horizontal-space {
  width: 100%;
  height: 60px;
}

.big-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Cinzel, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2em;
}

.dark-2-bg {
  background-color: var(--beige);
}

.dark-3-bg {
  background-color: var(--soft-black);
}

.dark-1-bg {
  background-color: var(--dark-olive-green-2);
}

.pallete-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--soft-black);
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 30px;
  transition: border .35s, background-color .35s;
  display: grid;
}

.pallete-item:hover {
  border-color: var(--white-smoke-2);
  background-color: var(--white-smoke-2);
}

.color-sample {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: 100px;
  grid-template-columns: 100px;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

.light-2-bg {
  background-color: #d0cdc5;
}

.light-1-bg {
  background-color: var(--n);
}

.button {
  border: 1px solid var(--beige);
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ffa273;
  border-radius: 6px;
  align-self: center;
  min-width: 150px;
  margin: 5px;
  padding: 20px 25px;
  font-family: Fauna One, sans-serif;
  font-weight: 700;
  transition: opacity .2s, background-color .23s cubic-bezier(.47, 0, .745, .715), transform .35s cubic-bezier(.982, .375, .012, .65);
}

.button:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--soft-black);
  transform: scale(1.02);
}

.button.outline {
  color: var(--soft-black);
  background-color: #ffa273;
}

.button.outline:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
}

.button.white {
  border-color: var(--n);
  background-color: var(--n);
  color: var(--soft-black);
}

.button.white:hover {
  color: #fff;
  background-color: #f2f2f23d;
}

.button.white-outline {
  background-color: #3c3b2400;
  border-color: #fff;
}

.button.white-outline:hover {
  border-color: var(--gainsboro);
  color: #fff;
  background-color: #e0dedd40;
}

.button.no-margins {
  margin: 0;
}

.button.form-button {
  background-color: #ffa273;
  margin: 0;
}

.button-styles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 300px;
  padding: 40px;
  display: grid;
}

.white-bg {
  background-color: #fff;
}

._30-horizontal-space {
  width: 100%;
  height: 30px;
}

.template-section {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 60px;
}

.paragraph {
  color: var(--natural-inverse);
  font-family: Fauna One, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35em;
}

.medium-paragraph {
  color: var(--natural-inverse);
  font-family: Fauna One, sans-serif;
  font-size: 16px;
  line-height: 1.35em;
}

.big-paragraph {
  font-size: 18px;
  line-height: 1.35em;
}

.big-paragraph.white-text {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 35px;
}

.burger {
  z-index: 101;
  border: 1px solid var(--beige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  position: relative;
}

.gallery-container {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: grid;
}

.gallery-img {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.gallery-img-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  border-radius: 20px;
  flex: none;
  position: relative;
}

.gallery-img-wrapper:hover {
  transform: scale3d(1none, 1none, 1none);
}

.one-two-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.one-two-grid.align-top {
  align-items: start;
}

.one-two-grid.align-middle {
  align-items: center;
}

.side-text-container {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  display: flex;
}

.button-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.justify-center {
  justify-content: center;
}

.button-wrapper.sm-justify-center {
  box-sizing: border-box;
  align-content: stretch;
  margin-top: 20px;
  margin-left: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.quote-wrapper {
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.quote-text {
  color: var(--white-smoke-2);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.slide {
  background-color: #0000;
  height: 100%;
  margin-right: 40px;
}

.quotes-slider {
  background-color: var(--beige);
  border-radius: 15px;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 55px 70px;
}

.testimonial-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.testimonial-img-wrapper {
  flex: 0 auto;
  margin-right: 40px;
  position: relative;
  overflow: visible;
}

.testimonial-avatar {
  border-radius: 15px;
  max-width: 150px;
}

.testimonial-author {
  opacity: .8;
  color: var(--n);
  background-color: #292818;
  border-radius: 4px;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Niramit;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.star-rating {
  margin-left: 10px;
}

.star {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.accordion-item {
  border-bottom: 1px solid #000;
}

.accordion-trigger {
  cursor: pointer;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  display: flex;
  position: absolute;
  left: 0;
}

.accordion-content {
  overflow: hidden;
}

.accordion-arrow {
  width: 13px;
  height: 13px;
  transform: rotate(-90deg);
}

.service-img-thumbnail {
  border-radius: 20px;
  width: 100%;
  transition: opacity .2s;
}

.services-listing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inline-text {
  margin-right: 3px;
  display: inline;
}

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

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

.product-card-thumbnail-link {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-card-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.product-card-content {
  margin-top: 20px;
}

.product-card-title {
  color: var(--soft-black);
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35em;
}

.category-collection-list {
  display: flex;
}

.product-category-item {
  background-color: #6f6d4f26;
  border-radius: 4px;
  margin: 3px;
  padding: 4px 10px;
  font-weight: 600;
}

.symbol-watermark {
  width: 400px;
  max-width: 100%;
  position: absolute;
  inset: 2% auto auto 7%;
}

.symbol-watermark.right-side {
  z-index: 1;
  left: auto;
  right: 7%;
}

.review-lightbox-img {
  object-fit: cover;
  width: 55px;
  height: 55px;
}

.testimonial-photos-wrapper {
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.testimonial-lightbox-link {
  margin: 2px;
}

.hero {
  opacity: .93;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.nav-holder {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.ghost-nav {
  z-index: 999;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  overflow: visible;
}

.standard-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.shopping-cart-icon {
  width: 20px;
}

.nav-cta {
  border-radius: 4px;
  padding: 10px 15px;
  transition-duration: .35s;
}

.nav-cta:hover {
  background-color: var(--gainsboro);
}

.nav-cta.white-ghost-nav-cta {
  color: #000;
}

.nav-cta.white-ghost-nav-cta:hover {
  background-color: #fff3;
}

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

.cart-container {
  border-top: 3px solid var(--dark-olive-green-2);
}

.cart-header {
  border-bottom-color: var(--soft-black);
  background-color: var(--n);
}

.cart-footer {
  border-top-color: var(--soft-black);
  background-color: var(--n);
}

.cart-list {
  background-color: var(--n);
}

.remove-button {
  color: var(--dark-olive-green-2);
  font-weight: 400;
  text-decoration: underline;
}

.two-one-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-one-grid.align-middle {
  align-items: center;
}

.lp-intro-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.image-gallery-row {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.hero-entry {
  width: 55%;
}

.slider-arrow {
  z-index: 4;
  background-color: #fff3;
  border: 1px solid #ffffff05;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: border .35s cubic-bezier(.47, 0, .745, .715), background-color .35s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.slider-arrow:hover {
  background-color: #fff0;
  border-color: #fff;
}

.slider-arrow.hero-right {
  background-image: url('../images/right-long-arrow-white_1right-long-arrow-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin: auto 52px auto auto;
  inset: 60px 0 0 auto;
}

.slider-arrow.testimonial-right {
  background-color: #fff0;
  background-image: url('../images/right-long-arrow-white_1right-long-arrow-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-color: #fff;
  top: auto;
  bottom: 10px;
  right: 10px;
}

.slider-arrow.testimonial-right:hover {
  background-color: #fff3;
  border-color: #fff0;
}

.slider-arrow.hero-left {
  background-image: url('../images/left-long-arrow-white_1left-long-arrow-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin: auto 52px auto auto;
  inset: 0 0 60px auto;
}

.slider-arrow.testimonial-left {
  background-color: #fff0;
  background-image: url('../images/left-long-arrow-white_1left-long-arrow-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-color: #fff;
  margin-right: 70px;
  top: auto;
  bottom: 10px;
  right: 0;
}

.slider-arrow.testimonial-left:hover {
  background-color: #fff3;
  border-color: #fff0;
}

.hero-slider-nav {
  bottom: 0;
}

.testimonial-slide-nav {
  display: none;
}

.lp-intro-content {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.lp-intro-main-image {
  width: 50%;
}

.circular-image {
  border-radius: 100%;
  width: 100%;
  height: auto;
}

.price-tag-header {
  background-color: var(--soft-black);
  color: #fff;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.price-tag-item {
  align-items: stretch;
  display: flex;
}

.price-tag-image {
  border: 1px solid var(--soft-black);
  flex: none;
  width: 350px;
  margin-right: -1px;
}

.price-tag-content {
  border: 1px solid var(--soft-black);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

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

.price-tag-description {
  padding: 30px 40px;
}

.service-price-name {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  display: inline;
}

.intro-section {
  align-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.intro-section.no-padding-bottom {
  padding-bottom: 0;
}

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

.artist-card-image-wrapper {
  border-radius: 20px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.artist-card-content {
  color: var(--soft-black);
}

.empty-state {
  background-color: #0000;
  padding: 0;
  font-weight: 600;
  text-decoration: underline;
}

.dark-highlight-text {
  background-image: linear-gradient(180deg, #0000 65%, var(--dark-olive-green-2) 65%, var(--dark-olive-green-2) 90%, transparent 90%);
  outline-offset: 0px;
  color: #f5e9e9;
  -webkit-text-stroke-color: #f1ebeb;
  outline: 1px #050505;
  flex-direction: row;
  align-items: flex-end;
  margin-left: 0;
  padding-right: 0;
  font-style: italic;
}

.price-tag {
  color: #fff;
  font-family: Noto Serif Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.white-icon-wrapper {
  border: 1px solid var(--beige);
  background-color: #ffffff1a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  padding: 0;
  transition: background-color .35s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: relative;
}

.price-header-inner {
  align-items: center;
  display: flex;
}

.caption {
  opacity: .55;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.caption.white {
  color: #fff;
}

.artist-card-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.small-text {
  font-size: 14px;
}

.video-section {
  background-color: var(--soft-black);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.cta-symbol {
  width: 150px;
  margin-bottom: 30px;
}

.home-service-item {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding-left: 32px;
  padding-right: 32px;
  transition: transform .6s, background-color .2s;
  display: flex;
  position: relative;
}

.home-service-item:hover {
  transform: scale(1.02);
}

.home-services-content {
  z-index: 5;
  outline-offset: 0px;
  outline: 3px #dac9b4;
  flex: 0 auto;
  transition: opacity 1s;
  position: relative;
  transform: skew(0deg);
}

.home-services-list {
  margin-bottom: 60px;
  display: flex;
}

.service-name {
  color: var(--dark-olive-green-2);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 44px;
}

.light-highlight-text {
  background-image: linear-gradient(#0000 65%, #6f6d4f4d 65% 90%, #0000 90%);
  flex-direction: row;
  align-items: flex-end;
  font-style: italic;
}

.form-wrapper {
  z-index: 99;
  border-radius: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px;
  position: relative;
}

.form-wrapper.dark-form {
  background-color: var(--beige);
}

.form-wrapper.light-form {
  background-color: #fff;
  margin-top: 0;
  padding-top: 53px;
  display: block;
}

.text-field {
  border: 1px solid var(--soft-black);
  background-color: var(--n);
  border-radius: 5px;
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 15px;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--soft-black);
  color: var(--soft-black);
}

.text-field::placeholder {
  color: var(--beige);
}

.text-field.text-area {
  height: auto;
  min-height: 150px;
}

.text-field.add-space {
  margin-bottom: 10px;
}

.checkbox {
  border-color: var(--soft-black);
  background-color: var(--n);
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--soft-black);
  background-color: var(--soft-black);
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox-label {
  margin-left: 10px;
  font-size: 15px;
}

.checkbox-label.light {
  color: #d1d0c0;
}

.radio-button {
  border: 1px solid var(--soft-black);
  background-color: var(--n);
  width: 15px;
  height: 15px;
}

.radio-button.w--redirected-checked {
  border-color: var(--soft-black);
}

.radio-button-field {
  align-items: center;
  display: flex;
}

.radio-button-label {
  margin-left: 10px;
  font-size: 15px;
}

.radio-button-label.light {
  color: #d1d0c0;
}

.banner-content-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact-hero {
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.contact-form {
  margin-top: 0;
}

.no-margins {
  margin: 0;
}

.team-gallery-item {
  width: 100%;
  height: 100%;
}

.artist-signature {
  z-index: 2;
  opacity: .42;
  filter: invert();
  max-width: 300px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.artist-image-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.password-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.home-service-image {
  width: auto;
  height: 150px;
  color: var(--soft-black);
  border-radius: 100%;
}

.artist-card-image-hover {
  z-index: 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-side-content {
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.display-none {
  display: none;
}

.buy-buttons-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.buy-now {
  border: 1px solid var(--soft-black);
  background-color: var(--soft-black);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  width: 100%;
  min-width: 150px;
  margin-top: 10px;
  padding: 20px 25px;
  font-weight: 700;
  transition: opacity .2s, background-color .23s cubic-bezier(.47, 0, .745, .715), transform .35s cubic-bezier(.982, .375, .012, .65);
}

.buy-now:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--soft-black);
  transform: scale(1.02);
}

.buy-now.outline {
  color: var(--soft-black);
  background-color: #3c3b2400;
}

.buy-now.outline:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
}

.add-to-cart {
  width: 100%;
}

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

.product-gallery-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 150px 150px;
  grid-template-columns: 1fr;
  grid-auto-rows: 150px;
  grid-auto-columns: 1fr;
  max-width: 100px;
  display: grid;
}

.product-lightbox-link {
  border-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

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

.out-of-stock-state {
  color: #fff;
  background-color: #932906;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.error-state {
  color: #ce5a5a;
  background-color: #c86a6a00;
  padding: 0;
  font-weight: 700;
}

.block-header {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #000;
}

.checkout-pages-form {
  background-color: var(--n);
}

.field-line {
  margin-bottom: 15px;
}

.block-content {
  background-color: #fff;
  border: 1px solid #000;
}

.checkout-page-header {
  background-color: var(--n);
  padding: 10px;
}

.dark-checkbox {
  border-color: var(--dark-olive-green-2);
  background-color: #f2f2f266;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.dark-checkbox.w--redirected-checked {
  background-color: var(--dark-olive-green-2);
  border-color: #fff;
}

.dark-radio-button {
  border: 1px solid var(--dark-olive-green-2);
  background-color: #f2f2f266;
  width: 15px;
  height: 15px;
}

.dark-radio-button.w--redirected-checked {
  background-color: var(--soft-black);
  border-color: #fff;
}

.field-label {
  color: var(--beige);
}

.field-label.light {
  color: #d1d0c0;
}

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

.map {
  width: 100%;
}

.small-block-rich-text {
  font-family: Fauna One, sans-serif;
}

.small-block-rich-text h1 {
  color: var(--soft-black);
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.small-block-rich-text h3 {
  color: var(--soft-black);
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.small-block-rich-text h2 {
  color: var(--soft-black);
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.small-block-rich-text h4 {
  color: var(--soft-black);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.small-block-rich-text h5 {
  color: var(--soft-black);
  font-size: 16px;
  line-height: 1.2em;
}

.overlapping-grid-gallery {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  align-items: end;
  margin-top: -200px;
}

.overlapped-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.overlapped-image-wrapper.top-space {
  margin-top: 250px;
}

.full-width-image {
  width: 100%;
}

.video-play-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  z-index: 4;
  border: 1px solid var(--soft-black);
  background-color: var(--soft-black);
  background-image: url('../images/white-play-button-icon_1white-play-button-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  transition: transform .35s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  box-shadow: 2px 2px 20px #00000038;
}

.play-button:hover {
  transform: scale(1.1);
}

.video-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.back-to-top-button {
  z-index: 99;
  border: 1px solid var(--soft-black);
  background-color: var(--n);
  background-image: url('../images/arrow-up-icon_1arrow-up-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  position: fixed;
  bottom: 52px;
  right: 52px;
}

.back-to-top-button:hover {
  background-color: #3c3b24;
  background-image: url('../images/white-arrow-up-icon_1white-arrow-up-icon.png');
}

.white-chost-text-field {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 65px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 15px;
}

.white-chost-text-field:focus-visible, .white-chost-text-field[data-wf-focus-visible] {
  background-color: var(--soft-black);
}

.white-chost-text-field::placeholder {
  color: #ffffff9c;
}

.white-chost-text-field.textarea {
  height: auto;
  min-height: 150px;
}

.block-quote {
  background-color: var(--beige);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/Beautify-Symbol-Color.png');
  background-position: 40px 0;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-attachment: scroll;
  font-family: Fauna One, sans-serif;
  transition: transform .35s cubic-bezier(.47, 0, .745, .715), background-color .35s cubic-bezier(.47, 0, .745, .715);
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.button-custom {
  border: 1px solid var(--white-smoke-2);
  background-color: var(--beige);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 6px;
  min-width: 150px;
  margin: 5px;
  padding: 20px 25px;
  font-weight: 700;
  transition: opacity .2s, background-color .23s cubic-bezier(.47, 0, .745, .715), transform .35s cubic-bezier(.982, .375, .012, .65);
}

.button-custom:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--soft-black);
  transform: scale(1.02);
}

.button-custom.outline {
  color: var(--soft-black);
  background-color: #3c3b2400;
}

.button-custom.outline:hover {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
}

.button-custom.white {
  border-color: var(--n);
  background-color: var(--n);
  color: var(--soft-black);
}

.button-custom.white:hover {
  color: #fff;
  background-color: #f2f2f23d;
}

.button-custom.white-outline {
  background-color: #3c3b2400;
  border-color: #fff;
}

.button-custom.white-outline:hover {
  border-color: var(--gainsboro);
  color: #fff;
  background-color: #e0dedd40;
}

.button-custom.no-margins, .button-custom.form-button {
  margin: 0;
}

.button-2 {
  box-sizing: border-box;
  color: var(--n);
  text-align: left;
  object-fit: fill;
  background-color: #ffa273;
  border-radius: .5rem;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-top: 40px;
  margin-right: 0;
  padding: 10px 20px 10px 10px;
  font-family: Verdana, Geneva, sans-serif;
  transition: background-color .2s;
  overflow: visible;
}

.button-2.online {
  margin-top: 40px;
  font-family: Fauna One, sans-serif;
  font-weight: 700;
}

.italic-text {
  border-top: 10px #f3e9e9;
  margin-left: 210px;
  margin-right: 220px;
  padding-left: 0;
  padding-right: 0;
  font-family: Fauna One, sans-serif;
}

.image {
  object-fit: contain;
  min-height: auto;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 280px;
  position: static;
  overflow: auto;
}

.list-item {
  text-align: left;
  text-indent: 20px;
  list-style-type: disc;
}

.list-item-2 {
  text-indent: 20px;
  list-style-type: disc;
}

.image-2 {
  max-width: 200%;
}

.div-block {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
  overflow: visible;
}

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

.italic-text-2 {
  color: var(--soft-black);
  font-family: Fauna One, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.text-span {
  color: #fff;
}

.text-block, .text-block-2 {
  color: var(--soft-black);
}

.list-item-3 {
  list-style-type: disc;
}

.list-item-4 {
  list-style-type: square;
}

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

.list-item-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.list-item-7 {
  list-style-type: decimal;
}

.list-item-8 {
  list-style-type: lower-alpha;
}

@media screen and (max-width: 991px) {
  .container {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    min-height: 125px;
  }

  .nav-container {
    padding-left: 40px;
    padding-right: 49px;
  }

  .entry {
    z-index: 4;
  }

  .absolute-cover {
    height: 100%;
  }

  .brand-logo {
    height: 50px;
  }

  .extra-big-title {
    font-size: 55px;
  }

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

  .footer-left {
    flex-direction: column;
  }

  .fooer-block {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .fooer-block.no-margins {
    margin-top: 0;
  }

  .footer-right {
    flex-direction: column;
  }

  .footer-band {
    max-width: 150px;
  }

  .big-title {
    font-size: 45px;
  }

  .styles-color-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .template-section {
    padding: 40px;
  }

  .one-two-grid {
    grid-template-columns: 1fr;
  }

  .side-text-container {
    padding: 40px;
  }

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

  .testimonial-content {
    width: auto;
  }

  .testimonial-img-wrapper, .star-rating {
    margin-left: auto;
    margin-right: auto;
  }

  .product-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .two-one-grid {
    grid-template-columns: 1fr;
  }

  .lp-intro-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .image-gallery-row {
    flex-direction: column;
    align-items: center;
  }

  .hero-entry {
    width: 90%;
  }

  .lp-intro-content {
    text-align: center;
    align-items: center;
  }

  .lp-intro-main-image {
    width: 80%;
  }

  .price-tag-item {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .price-tag-image {
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    padding: 20px;
  }

  .service-price-name {
    font-size: 26px;
  }

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

  .home-service-item {
    width: auto;
    margin-bottom: 60px;
  }

  .home-service-item.last-item {
    margin-bottom: 0;
  }

  .home-services-list {
    flex-direction: column;
    align-items: center;
  }

  .artist-signature {
    max-width: 250px;
  }

  .image-side-content {
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-gallery-wrapper {
    flex-direction: column-reverse;
  }

  .product-gallery-side {
    grid-template-rows: 150px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
  }

  .overlapping-grid-gallery {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    margin-top: -90px;
  }

  .overlapped-image-wrapper.top-space {
    margin-top: 100px;
  }

  .div-block-4 {
    min-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
    transition: none;
  }

  blockquote:hover {
    background-color: var(--soft-black);
    color: #fff;
    background-image: url('../images/Beautify-Symbol-White.png');
    transform: none;
  }

  .container {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    min-height: 0;
  }

  .nav-container {
    min-height: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-right-side {
    display: none;
  }

  .nav-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .ig-icon {
    width: 25px;
    height: 25px;
  }

  .burger-wrapper {
    width: 55px;
    height: 55px;
    margin-right: 0;
  }

  .brand-logo {
    width: 175px;
    height: auto;
  }

  .cart-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .extra-big-title {
    font-size: 40px;
  }

  ._2-column-form {
    grid-template-columns: 1fr;
  }

  .footer-links-flex {
    flex-direction: column;
  }

  .footer-left {
    border-bottom: 1px solid var(--dark-olive-green-2);
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .footer-right {
    width: 100%;
    padding-left: 0;
  }

  .footer-band {
    margin-left: auto;
    margin-right: auto;
  }

  .big-title {
    font-size: 38px;
  }

  .button {
    padding: 15px 20px;
  }

  .button.form-button {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .burger {
    width: 55px;
    height: 55px;
  }

  .side-text-container {
    padding: 50px 35px;
  }

  .button-wrapper.sm-justify-center {
    justify-content: center;
  }

  .quote-wrapper {
    flex-direction: column;
  }

  .quote-text {
    font-size: 20px;
  }

  .quotes-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-content {
    width: 100%;
  }

  .testimonial-img-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .product-category-item {
    font-size: 12px;
  }

  .symbol-watermark {
    width: 50%;
  }

  .nav-cta {
    display: none;
  }

  .lp-intro-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-listing-wrapper {
    padding: 15px;
  }

  .image-gallery-row {
    flex-direction: column;
  }

  .hero-entry {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-arrow.hero-right {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    inset: 50% 0% auto auto;
  }

  .slider-arrow.hero-left {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: auto;
    inset: 50% auto auto 0%;
  }

  .price-tag-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .price-tag-image, .price-tag-content {
    width: 100%;
  }

  .price-tag-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-price-name {
    font-size: 22px;
  }

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

  .white-icon-wrapper {
    width: 50px;
    height: 50px;
    display: none;
  }

  .artist-signature {
    max-width: 200px;
  }

  .product-gallery-wrapper {
    grid-row-gap: 5px;
    grid-template-columns: 150fr;
  }

  .product-gallery-side {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 100px;
  }

  .overlapping-grid-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .play-button {
    background-size: 20px;
    width: 55px;
    height: 55px;
  }

  .back-to-top-button {
    bottom: 20px;
    right: 20px;
  }

  .button-custom {
    padding: 15px 20px;
  }

  .button-custom.form-button {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3, .div-block-4 {
    min-height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container {
    min-height: 101px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-logo {
    width: 120px;
  }

  .extra-big-title {
    font-size: 38px;
  }

  .extra-big-title.white-text {
    font-size: 36px;
  }

  ._2-column-form {
    grid-template-columns: 1fr;
  }

  .footer-band {
    max-width: 100px;
  }

  .styles-color-wrapper {
    grid-template-columns: 1fr;
  }

  .button.outline {
    align-self: center;
    min-width: 150px;
  }

  .template-section {
    padding: 20px;
  }

  .big-paragraph.white-text {
    order: 0;
    align-self: flex-start;
    margin-left: 0;
  }

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

  .side-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper.sm-justify-center {
    margin-left: 0;
  }

  .quote-text {
    font-size: 18px;
  }

  .quotes-slider {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .product-card-title {
    font-size: 24px;
  }

  .lp-intro-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-listing-wrapper {
    padding: 10px;
  }

  .hero-entry {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .testimonial-slide-nav {
    display: block;
  }

  .lp-intro-main-image {
    width: 100%;
  }

  .price-tag-header {
    text-align: center;
    flex-direction: column;
  }

  .price-tag-description {
    padding: 20px;
  }

  .product-gallery-side {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 100px;
  }

  .overlapping-grid-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .overlapped-image-wrapper.top-space {
    margin-top: 0;
  }

  .italic-text {
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-2 {
    font-size: 40px;
  }
}

#w-node-aeb3d1fa-94bc-bfdc-d4f0-3558950074bb-ffd8d050, #w-node-_2b9c578a-54c5-82ae-7a39-1940ef274f8c-ffd8d050, #w-node-_4979743c-e10f-00bb-87a2-67e08b3d12dc-ffd8d050, #w-node-e8b2476d-7bf7-2fad-c3af-e70efe93c31a-ffd8d050, #w-node-_4979743c-e10f-00bb-87a2-67e08b3d12e8-ffd8d050, #w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1779-33cc1775, #w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1780-33cc1775 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email.w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1784-33cc1775, #w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1785-33cc1775 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4a65397e-d96b-69f1-7dd7-3ea2d569a3e3-d569a3e0, #w-node-_4a65397e-d96b-69f1-7dd7-3ea2d569a3e4-d569a3e0, #w-node-_4a65397e-d96b-69f1-7dd7-3ea2d569a3ef-d569a3e0, #w-node-_4a65397e-d96b-69f1-7dd7-3ea2d569a3f1-d569a3e0, #w-node-_5cc7ab94-daca-6697-5efd-998df9ec16df-ffd8d053, #w-node-_6dd0abb9-eb52-db4c-494c-f274fa7cfbe0-ffd8d053, #w-node-c6f8b090-e9e9-8bb0-f4c9-ca3e70c7ed8c-ffd8d057, #w-node-_8a8e1948-e833-67d3-39cf-d3506a26e79d-ffd8d057, #w-node-_8a8e1948-e833-67d3-39cf-d3506a26e79e-ffd8d057, #w-node-f7f94043-c0ac-23fb-4460-ae9d263b2d20-ffd8d057, #w-node-_8a8e1948-e833-67d3-39cf-d3506a26e7d7-ffd8d057, #w-node-_8a8e1948-e833-67d3-39cf-d3506a26e7d8-ffd8d057, #w-node-_0dbc5f57-fa71-70a4-4917-94847ee46351-ffd8d057, #w-node-_8a8e1948-e833-67d3-39cf-d3506a26e813-ffd8d057, #w-node-_8a8e1948-e833-67d3-39cf-d3506a26e814-ffd8d057 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a7c008-7427-f578-412c-b8cba8d3a22f-ffd8d05a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b7a7c008-7427-f578-412c-b8cba8d3a225-ffd8d05a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b649af5-deb3-e60c-3d0c-1f97d837f6bb-ffd8d05a, #w-node-d73ca8f3-3bfc-3459-d29e-6c742cfc90d1-ffd8d05a, #w-node-_455ab6c4-a33e-5619-2149-ec9767cb99d0-ffd8d05a, #w-node-_455ab6c4-a33e-5619-2149-ec9767cb99d5-ffd8d05a, #w-node-_86e6ab4b-5175-1f20-c321-4c4e3d03fb95-ffd8d05a, #w-node-_86e6ab4b-5175-1f20-c321-4c4e3d03fb9a-ffd8d05a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email-2.w-node-_3202d87d-9f0d-2ee0-2097-06e88a4c0f28-ffd8d05b, #w-node-e91f3d62-1a08-1ec0-dc38-f8b07346cdc6-ffd8d05b, #w-node-_0f4b70af-e2d8-37f1-3024-ffc4c5b51b89-ffd8d05b, #w-node-_4968033e-21e0-b330-aa82-9ae92a35400a-ffd8d05b, #w-node-_3202d87d-9f0d-2ee0-2097-06e88a4c0f29-ffd8d05b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35af2567-3b76-4c67-9e2b-347fb506edfc-ffd8d05b, #w-node-_2d936899-bf45-8ac0-40ad-2fb2c136d7eb-ffd8d05b, #w-node-_5ea2c595-2379-9b76-9197-2a3b76f040bd-ffd8d05b, #w-node-_5ea2c595-2379-9b76-9197-2a3b76f040be-ffd8d05b, #w-node-_5ea2c595-2379-9b76-9197-2a3b76f040c9-ffd8d05b, #w-node-_5ea2c595-2379-9b76-9197-2a3b76f040cb-ffd8d05b, #w-node-c317ac68-849a-844b-7f30-6dea6d018bac-ffd8d05e, #w-node-d864de4e-755d-2ecf-4eba-7ae90203f3ee-ffd8d05e, #w-node-_4f9affb7-d6ae-7995-5b0a-cbfecd3232c7-ffd8d05e, #w-node-_4bfec5fb-e2b3-d3c9-74cd-fdc095f1a8ff-ffd8d05e, #w-node-_079195f1-6662-618a-eb1e-8ab6505507f2-ffd8d05e, #w-node-_34a5338d-c212-67f0-595a-dfeeaa6ab31a-ffd8d05e, #w-node-_947e14ba-79bc-ea1d-5d98-7847b5446be7-ffd8d05e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-1.w-node-_947e14ba-79bc-ea1d-5d98-7847b5446beb-ffd8d05e, #w-node-_9179bc1b-08e2-2d32-c66f-7b9b6868b823-ffd8d05e, #w-node-d96dc02a-17d5-49eb-2f1d-4ffb54d2ef1a-ffd8d05e, #w-node-_4f55de09-0e7e-e167-66a4-32fe9826129e-ffd8d05e, #w-node-_947e14ba-79bc-ea1d-5d98-7847b5446bec-ffd8d05e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763a-ffd8d05e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-3.w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763e-ffd8d05e, #w-node-e9ed0688-2db0-4274-8324-59985bb7310b-ffd8d05e, #w-node-_9c7057f1-06fa-7297-fd6f-dc5f13af4f7a-ffd8d05e, #w-node-d1ae21a2-5ec2-66a2-f7b2-13bce90421a2-ffd8d05e, #w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763f-ffd8d05e, #email-3.w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b71-ffd8d05e, #w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b72-ffd8d05e, #w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b76-ffd8d05e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ec9-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ecb-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ecd-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ec2-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ec4-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ec6-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ed0-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ed2-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ed4-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ede-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ee0-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ee2-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ed7-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1ed9-ffd8d05e, #w-node-_01a242d1-8669-3bb7-7311-6fc48e1c1edb-ffd8d05e, #w-node-_68d8f89b-7bcd-ea66-b924-f438fcd0a720-ffd8d05e, #w-node-_68d8f89b-7bcd-ea66-b924-f438fcd0a721-ffd8d05e, #w-node-f3788a89-1846-89b3-7a22-4b477c4b1fb8-ffd8d062, #w-node-_482c3421-27bb-0225-33d2-f2db3bb33f73-ffd8d062, #w-node-c5b3bc85-3939-8b5f-c8d4-ea0364d7564f-ffd8d062, #w-node-f3788a89-1846-89b3-7a22-4b477c4b1fc2-ffd8d062, #w-node-_0911c777-2fea-c471-a948-404338af948c-ffd8d062, #w-node-_8021e97f-196e-1894-8a44-7e1bb30a1a1b-ffd8d063, #w-node-_8021e97f-196e-1894-8a44-7e1bb30a1a1c-ffd8d063, #w-node-_8021e97f-196e-1894-8a44-7e1bb30a1a1f-ffd8d063, #w-node-ec241c44-7f1a-b033-5ffa-ea38c00ae5d9-ffd8d063, #w-node-ec241c44-7f1a-b033-5ffa-ea38c00ae5d7-ffd8d063, #w-node-ec241c44-7f1a-b033-5ffa-ea38c00ae5d8-ffd8d063, #w-node-_59bde889-f28f-a51f-e928-55924d18b9e3-ffd8d063, #w-node-_9ba7e4b5-a4b4-a098-5963-49349a4e0195-ffd8d063, #w-node-_9204ea66-8df9-0c9d-8413-a9c391a40c99-ffd8d063, #w-node-_91033bb8-21e3-a03b-08d9-371ac089a729-ffd8d063, #w-node-be8a69ea-cbb2-c4b6-5eef-af60a74702a5-ffd8d063, #w-node-_0f22ae24-050b-7975-6cf7-8f34b9c70afb-ffd8d063, #w-node-_5d98ff40-c948-7870-a4df-bdcf989056e0-ffd8d063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e8b2476d-7bf7-2fad-c3af-e70efe93c31a-ffd8d050, #w-node-_4a65397e-d96b-69f1-7dd7-3ea2d569a3f1-d569a3e0, #w-node-c6f8b090-e9e9-8bb0-f4c9-ca3e70c7ed8c-ffd8d057, #w-node-f7f94043-c0ac-23fb-4460-ae9d263b2d20-ffd8d057, #w-node-_0dbc5f57-fa71-70a4-4917-94847ee46351-ffd8d057, #w-node-_5ea2c595-2379-9b76-9197-2a3b76f040cb-ffd8d05b, #w-node-_5d98ff40-c948-7870-a4df-bdcf989056e0-ffd8d063 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #email.w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1784-33cc1775, #w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1785-33cc1775 {
    grid-column: span 1 / span 1;
  }

  #w-node-c6f8b090-e9e9-8bb0-f4c9-ca3e70c7ed8c-ffd8d057, #w-node-_8a8e1948-e833-67d3-39cf-d3506a26e79d-ffd8d057 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #email-2.w-node-_3202d87d-9f0d-2ee0-2097-06e88a4c0f28-ffd8d05b, #w-node-e91f3d62-1a08-1ec0-dc38-f8b07346cdc6-ffd8d05b, #w-node-_0f4b70af-e2d8-37f1-3024-ffc4c5b51b89-ffd8d05b, #w-node-_4968033e-21e0-b330-aa82-9ae92a35400a-ffd8d05b, #w-node-_3202d87d-9f0d-2ee0-2097-06e88a4c0f29-ffd8d05b, #Email-1.w-node-_947e14ba-79bc-ea1d-5d98-7847b5446beb-ffd8d05e, #w-node-_9179bc1b-08e2-2d32-c66f-7b9b6868b823-ffd8d05e, #w-node-d96dc02a-17d5-49eb-2f1d-4ffb54d2ef1a-ffd8d05e, #w-node-_4f55de09-0e7e-e167-66a4-32fe9826129e-ffd8d05e, #w-node-_947e14ba-79bc-ea1d-5d98-7847b5446bec-ffd8d05e, #Email-3.w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763e-ffd8d05e, #w-node-e9ed0688-2db0-4274-8324-59985bb7310b-ffd8d05e, #w-node-_9c7057f1-06fa-7297-fd6f-dc5f13af4f7a-ffd8d05e, #w-node-d1ae21a2-5ec2-66a2-f7b2-13bce90421a2-ffd8d05e, #w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763f-ffd8d05e, #email-3.w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b71-ffd8d05e, #w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b72-ffd8d05e, #w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b76-ffd8d05e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #first-name.w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1782-33cc1775, #email.w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1784-33cc1775, #w-node-c912c3ed-2a1d-6cc9-4b27-3ef433cc1785-33cc1775, #first-name-2.w-node-_3202d87d-9f0d-2ee0-2097-06e88a4c0f26-ffd8d05b, #email-2.w-node-_3202d87d-9f0d-2ee0-2097-06e88a4c0f28-ffd8d05b, #w-node-_3202d87d-9f0d-2ee0-2097-06e88a4c0f29-ffd8d05b, #First-Name-1.w-node-_947e14ba-79bc-ea1d-5d98-7847b5446be9-ffd8d05e, #Email-1.w-node-_947e14ba-79bc-ea1d-5d98-7847b5446beb-ffd8d05e, #w-node-_947e14ba-79bc-ea1d-5d98-7847b5446bec-ffd8d05e, #First-Name-2.w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763c-ffd8d05e, #Email-3.w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763e-ffd8d05e, #w-node-_1dfb8de8-a1f6-c093-e77e-7a79e603763f-ffd8d05e, #first-name-3.w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b6f-ffd8d05e, #email-3.w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b71-ffd8d05e, #w-node-_27a35cf7-0d5e-72a2-d12c-f6e146451b76-ffd8d05e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


