:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --bv_black: #231f10;
  --white: white;
  --black: black;
  --b_black: #333;
  --graxe_backg: #f5f3f0;
  --h_red: #ec6868;
  --bv_gold: #736635;
  --light-grey: #fafafa;
  --zz_blue2: #163573;
  --zz_red: #a62139;
  --color: #fafbea;
  --h_purple: #af3dad;
  --zumba: #dbe160;
  --waves-library-white: white;
  --waves-library-black: #131313;
  --waves-library-background: #faebe3;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-warning300: #fec84b;
  --z-red: #a60311;
  --zfw-33333: #333;
  --tiffany: #94d6d059;
  --gb_blue: #94d6d0;
  --gb_footer_text: #1d1f2eb3;
  --gb_blue-2: #4d616e;
  --z-blue1: #0644bf;
  --z-blue2: #0656bf;
  --z-yellow: #d9a407;
  --zz_blue: #1b418c;
  --zz_yellow: #f2ce1b;
  --waves-library-dark-elevation: #ede0d8;
  --zfw-black: var(--zumba);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

.w-commerce-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

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

.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-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-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-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-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-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-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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

  .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 {
    font-size: 16px;
  }
}

body {
  color: var(--basic-dark-colour);
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

p {
  color: #1d1f2eb3;
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px #a25f4b4d;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bcc;
}

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

img {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

label {
  color: #1d1f2e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  border-top: 1px none var(--line-colour);
  color: var(--brown-main);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #a25f4b33;
  border-left: 2px solid #a25f4b33;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: #1d1f2e80;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.cart-button {
  opacity: .6;
  color: var(--basic-dark-colour);
  background-color: #0000;
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cart-button:hover {
  opacity: 1;
  color: var(--basic-dark-colour);
}

.item-count {
  color: #fff;
  background-color: #1d1f2e;
  height: auto;
}

.cart-wrapper {
  background-color: #1d1f2e26;
}

.cart-container {
  color: #fff;
  background-color: #1d1f2e;
  min-width: 440px;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.cart-heading {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.cart-header {
  border-bottom-color: #d2d2d51a;
  padding: 30px 40px;
}

.cart-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
}

.close-button {
  opacity: .7;
  align-items: center;
  width: auto;
  height: auto;
  transition: opacity .4s;
  display: flex;
}

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

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  color: #fff;
  padding: 30px 40px 0;
}

.white-button {
  z-index: 50;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 20px;
  justify-content: center;
  margin-left: 45px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  background-color: var(--bv_black);
  opacity: .96;
  color: var(--white);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

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

.cart-item-info {
  padding: 0 25px;
}

.cart-product-name {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cart-item-remove-link {
  color: #ffffff4d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .4s;
}

.cart-item-remove-link:hover {
  color: #fff9;
}

.cart-product-price {
  color: #fff;
  margin-bottom: 5px;
  line-height: 28px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #d2d2d51a;
  padding: 30px 40px 40px;
}

.cart-line-item {
  color: #fff;
  margin-bottom: 20px;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-subscribe-input:active {
  border-color: #fff9;
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  transition: border .4s;
}

.text-field-dark.cc-quantity:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity:active {
  border-color: #fff9;
}

.text-field-dark.cc-quantity:focus {
  border-color: #ffffff80;
}

.remove-button {
  text-decoration: none;
}

.uppercase-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-subheadline {
  margin-left: 15px;
  margin-right: 15px;
}

.label.cc-footer-section-headline {
  color: var(--black);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 400;
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: #1d1f2e33;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid #a25f4b4d;
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid #a25f4b4d;
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: #0000;
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: #a25f4b4d;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: #a25f4b4d;
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: #a25f4b99;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid #a25f4b4d;
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--brown-main);
  border-color: #a25f4b66;
  margin-left: 5px;
}

.paragraph {
  color: var(--b_black);
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.paragraph.wht {
  color: var(--white);
}

.small-paragraph {
  color: var(--b_black);
  align-self: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: var(--basic-dark-colour);
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--basic-dark-colour);
  align-self: end;
}

.menu-item {
  color: var(--basic-dark-colour);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  opacity: .6;
  cursor: pointer;
  align-items: center;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover, .menu-item-wrap.w--current {
  opacity: 1;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #a25f4b4d;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field {
  color: var(--b_black);
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: var(--basic-dark-colour);
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  display: block;
  position: static;
  overflow: hidden;
}

.content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu {
  background-color: var(--graxe_backg);
  box-shadow: none;
  line-height: 10px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.brand {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand:hover {
  opacity: .8;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: var(--black);
  align-self: start;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.content-wrap {
  text-align: center;
  width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrap.wide {
  width: 95%;
}

.content-wrap.treat {
  width: 80%;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  display: inline-block;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: #1d1f2e0d;
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

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

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  width: 940px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--b_black);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: var(--b_black);
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: var(--b_black);
  -webkit-text-stroke-color: var(--b_black);
  align-self: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.footer-email-link:hover {
  color: var(--basic-dark-colour);
}

.subscribe-wrap {
  background-color: var(--basic-dark-colour);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: var(--basic-dark-colour);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: #1d1f2eb3;
  display: inline-block;
}

.product-price-category.older-price-category {
  color: #1d1f2e66;
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: var(--brown-main);
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: var(--basic-dark-colour);
}

.discounted-price-category {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  justify-content: center;
  align-items: baseline;
  min-height: 42px;
  display: inline-block;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.empty-cart-icon {
  margin: 0 auto;
  display: block;
}

.error-state {
  text-align: center;
  background-color: #a25f4b;
  margin: -30px 40px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.premium-block {
  background-color: var(--basic-dark-colour);
  align-items: stretch;
  height: auto;
  margin-bottom: 150px;
  display: flex;
}

.premium-block-wrap {
  background-image: none;
  background-size: auto;
  width: 50%;
  padding-right: 10px;
  display: inline-block;
}

.premium-block-content-wrap {
  color: #fff;
  width: 470px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  display: inline-block;
}

.premium-image {
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid #a25f4b33;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bb3;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 300px;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 210px;
}

.blog-thumbnail-subheadline {
  color: var(--basic-dark-colour);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-section {
  background-color: var(--h_red);
  margin-top: 138px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-content {
  color: #fff;
  background-image: url('../images/istockphoto-1391905869-1024x1024.jpg'), linear-gradient(#73663533, #73663533), url('../images/istockphoto-914478746-1024x1024.jpg'), url('../images/istockphoto-623425336-1024x1024.jpg');
  background-position: 50%, 0 0, 50% 44%, 50% 23%;
  background-size: cover, auto, cover, cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-content.new {
  background-image: url('../images/Hender_Zumba.jpeg');
  background-position: 100% 40%;
  background-size: cover;
  height: 75vh;
}

.header-content.new:hover {
  color: var(--white);
}

.header-content.new.manchester {
  background-image: url('../images/ZINFest.jpg'), url('../images/Hender_Zumba.jpeg'), url('../images/bella-vista-aesthetics.jpeg');
  background-position: 50%, 100% 40%, 50%;
  background-size: cover, cover, cover;
}

.header-content.new.zinfest {
  background-image: url('../images/ZFW2024_Banner_.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-content.new.zinfest._202333 {
  text-align: right;
  background-image: url('../images/ZFW-2025-Banner.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.header-content.new.zinfest._202333._2023 {
  background-image: url('../images/ZINFest.jpg');
}

.header-content.new.zinfest._202333._2024 {
  background-image: url('../images/ZFW2024_Banner-New-July2024.jpg');
}

.header-content.new.contactt {
  height: 55vh;
}

.header-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-headline {
  color: var(--bv_gold);
  background-color: #ffffff8c;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 45px;
  font-size: 66px;
  font-weight: 600;
  line-height: 80px;
}

.header-headline-wrap {
  background-color: #ffffff4d;
  margin-bottom: 20px;
  margin-left: -585px;
  padding: 55px;
  display: inline-block;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

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

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  z-index: 0;
  background-color: #f6f6f6;
  min-width: 940px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.empty-message {
  color: #1d1f2e4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  background-color: var(--basic-dark-colour);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.dark-button.expand {
  display: block;
}

.contact-form-success-message {
  border: 1px solid var(--line-colour);
  background-color: var(--light-grey);
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.related-blog-detail-post-wrap {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  border: 1px solid var(--line-colour);
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  background-color: var(--line-colour);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  border: 1px solid var(--line-colour);
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

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

.blog-post-feed-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  text-align: left;
  width: 300px;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.home-blog-item {
  color: #1d1f2eb3;
  border-left: 2px solid #a25f4b33;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  border-left-color: var(--brown-main);
  color: var(--basic-dark-colour);
  background-color: #a25f4b0a;
}

.home-blog-item.w--current {
  color: #1d1f2ed9;
  border-left-color: #a25f4b66;
}

.out-of-stock-message {
  background-color: var(--basic-dark-colour);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

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

.category-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px none var(--line-colour);
  border-bottom: 1px none var(--line-colour);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header-Pic.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

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

.password-field {
  border: 1px solid var(--line-colour);
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.paypal {
  margin-bottom: 8px;
}

.item-image {
  margin-top: 0;
}

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

.image-12 {
  overflow: hidden;
}

.column-5 {
  padding-left: 5px;
  padding-right: 5px;
}

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

.column-7 {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  overflow: visible;
}

.front_panel {
  background-color: var(--bv_gold);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.column-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.columns-2 {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.column-9 {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-10---image-left {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.column-10---text-right {
  background-color: var(--graxe_backg);
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.div-block---image-left {
  background-image: url('../images/Vicky.jpg'), url('../images/istockphoto-1389555356-1024x1024.jpg'), url('../images/istockphoto-623425336-1024x1024.jpg');
  background-position: 50% 33%, 50%, 0 0;
  background-size: cover, cover, auto;
  height: 100%;
}

.div-block---image-left.fp {
  background-image: url('../images/H_4.jpeg'), url('../images/H_1.jpeg'), url('../images/Fat-Dissolving_.jpeg');
  background-position: 50%, 50%, 50%;
  background-size: cover, cover, cover;
}

.div-block---image-left.grace {
  background-image: url('../images/Grace.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block---image-left.vicky {
  background-image: url('../images/Dalat.jpg'), url('../images/Vicky.jpg');
  background-position: 50%, 50% 33%;
  background-size: cover, cover;
}

.columns-3---bio {
  flex-direction: row;
  height: auto;
  display: flex;
}

.columns-3---bio.v {
  flex-direction: row-reverse;
}

.div-block---bio-right {
  color: var(--white);
  background-color: #af3dad80;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.body {
  color: #333;
  height: auto;
  font-family: League Spartan, sans-serif;
}

.menu_wrapper {
  width: auto;
  position: relative;
}

.menu_wrapper._2222 {
  border-radius: 20px;
}

.menu-trigger {
  background-color: #f2f2f2;
}

.menu-trigger._222 {
  background-color: var(--light-grey);
  background-color: var(--zz_blue2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.menu-trigger._222.live {
  background-color: var(--zz_red);
}

.menu-trigger._222.events {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color) 54%, white 87%);
}

.menu-trigger._222 {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color), white);
}

.contact1 {
  color: var(--b_black);
  text-transform: capitalize;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.contact1.contacts {
  color: var(--b_black);
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.contact1.contacts.hh {
  font-weight: 600;
}

.contact1.contacts.hh.y {
  font-size: 18px;
}

.menu_content {
  background-color: var(--light-grey);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menu_section {
  padding: 10px;
}

.menu_section._22 {
  margin-top: 40px;
}

.menu_section._22.zfw2024 {
  display: none;
}

.menu_container {
  padding: 10px;
}

.menu_container._222 {
  border-radius: 20px;
}

.columns-6 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-6._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gbplus {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.gbminus {
  color: var(--black);
  text-align: center;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 300;
}

.text_menu_content {
  color: var(--black);
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
}

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

.menu_sub_content_text {
  background-color: #0000;
  padding: 10px;
}

.column-13 {
  padding: 0;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
}

.button-2 {
  background-color: var(--bv_gold);
  color: var(--white);
  text-align: center;
  border-bottom-color: #0000;
  border-radius: 20px;
  min-width: 137px;
  margin: 20px 10px 40px 20px;
}

.button-2:hover {
  border: 1px solid var(--bv_black);
  background-color: var(--graxe_backg);
  color: #333;
}

.button-2:active {
  border-width: 1px;
}

.button-2.info {
  border: 1px solid var(--bv_black);
  color: #333;
  background-color: #0000;
  min-width: 137px;
}

.button-2.info:hover {
  background-color: var(--bv_black);
  color: var(--white);
}

.button-2.left {
  margin-left: 0;
}

.text-block-10 {
  color: var(--black);
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-4, .div-block-5 {
  padding: 10px;
}

.column-14 {
  padding: 0;
}

.mole-tag {
  background-image: url('../images/microneedle.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.column-15 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.book-a-treatment-banner {
  background-color: var(--h_red);
  color: var(--bv_black);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  -webkit-text-stroke-color: var(--bv_black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.heading {
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
  font-weight: 700;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: var(--bv_black);
  margin-top: 185px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--bv_gold);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--bv_gold);
  font-size: 20px;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--h_purple);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0 solid #000;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.tt {
  background-color: var(--zz_red);
  text-align: center;
  min-width: 190px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.button-primary.tt.pl_button {
  margin-top: 20px;
  margin-left: 10px;
}

.button-primary.tt.bookn {
  background-color: var(--zz_red);
  color: var(--white);
}

.button-primary.tt.schedule {
  background-color: var(--h_purple);
  color: var(--white);
  border-radius: 10px;
}

.button-primary.tt.live {
  background-color: var(--zz_blue2);
  color: var(--white);
}

.button-primary.tt.eventsbutton {
  background-color: var(--h_red);
  color: var(--white);
}

.button-primary.pp {
  border: 1px solid var(--bv_gold);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.button-primary.pp:hover {
  background-color: var(--bv_black);
  border-width: 0;
}

.section-9 {
  margin: 179px 40px 10px;
  padding: 10px;
}

.section-9.wide {
  background-color: var(--bv_gold);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-9.introo {
  margin-top: 0;
  margin-bottom: 0;
}

.section-9.about {
  margin-top: 172px;
  margin-bottom: 60px;
}

.section-9.treat {
  margin-top: 60px;
}

.image-15 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.container-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-10 {
  margin-top: 150px;
  margin-bottom: 40px;
  padding: 10px;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.text-block-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 300;
  display: flex;
}

.section-11 {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px;
}

.about_grace {
  flex-direction: column;
  height: auto;
  margin-top: 0;
  display: flex;
}

.about_grace.fp {
  margin-top: 140px;
  margin-bottom: 0;
}

.paragraph-2 {
  color: var(--white);
  width: 80%;
  padding: 20px 40px 40px;
  font-size: 18px;
  font-weight: 300;
}

.other_inject {
  background-image: url('../images/microneedle2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.radio_image {
  background-image: url('../images/istockphoto-1312113047-1024x1024.jpg'), url('../images/istockphoto-491713766-1024x1024.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.smart_para_light {
  color: #1a1b1fcc;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 60px;
}

.text-block-13 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

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

.mum_tum {
  background-image: url('../images/Mum_Tum2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.platinum {
  background-image: url('../images/Sculpture2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.diamond {
  background-image: url('../images/Sculpture.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.hydro {
  background-image: url('../images/istockphoto-491713766-1024x1024.jpg'), url('../images/Hydro.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.radio {
  background-image: url('../images/microneedle.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.cellulite {
  background-image: url('../images/Cellulite.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.hifu {
  background-image: url('../images/HIFU.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.fat_freeze {
  background-image: url('../images/FatFreeze2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.fat_dissolve {
  background-image: url('../images/FatF.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.mesotherapy {
  background-image: url('../images/Meso.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.tattoo {
  background-image: url('../images/Hair.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.plasma {
  background-image: url('../images/Ageing.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.logos-title-large {
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #4d616e;
  border-bottom-color: #0000;
  border-radius: 20px;
  min-width: 137px;
  margin: 20px 10px 40px 20px;
}

.button-3:hover {
  color: #333;
  background-color: #f5f3f0;
  border: 1px solid #4d616e;
}

.button-3:active {
  border-width: 1px;
}

.button-3.info {
  color: #333;
  background-color: #0000;
  border: 1px solid #4d616e;
  min-width: 137px;
}

.button-3.info:hover {
  color: #fff;
  background-color: #4d616e;
}

.contact1-2 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

.contact1-2.contacts {
  color: #333;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.contact1-2.contacts.hh {
  font-weight: 600;
}

.contact1-2.contacts.hh.y {
  font-size: 18px;
}

.menu_sub_content_text-2 {
  background-color: var(--zz_blue2);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
}

.menu_sub_content_text-2.live {
  background-color: var(--zz_red);
}

.menu_sub_content_text-2.events {
  background-color: #ec686880;
}

.column-17 {
  padding: 0;
}

.hydro-2 {
  background-image: url('../images/istockphoto-491713766-1024x1024.jpg'), url('../images/Hydro.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.menu_content-2 {
  color: var(--zz_blue2);
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.column-19 {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.columns-8 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-8._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column-20 {
  padding: 0;
}

.columns-9 {
  margin-left: 0;
  margin-right: 0;
}

.section-12 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4d616e;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-field-2 {
  color: #333;
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-2:hover {
  border-color: #1d1f2e80;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #1d1f2e;
}

.text-field-2::placeholder {
  color: #1d1f2e4d;
}

.text-field-2.cc-textarea {
  height: 100px;
}

.contact-form-success-message-2 {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.section-13 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.section-13.dwm, .section-13.charitysplit {
  margin-top: 140px;
}

.image-17 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  margin-bottom: 0;
}

.container-4 {
  margin-top: 172px;
  padding-top: 20px;
}

.div-block-7 {
  border-top: 1px solid var(--bv_black);
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: var(--b_black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  display: flex;
}

.text-block-14.bl-ack {
  color: #333;
}

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

.section-14 {
  padding: 10px;
}

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

.fcfs {
  background-color: var(--zumba);
  height: auto;
  margin: 20px 0 0;
  padding: 20px 10px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: var(--b_black);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.paragraph-3.black {
  color: #333;
}

.paragraph-3.white1 {
  color: var(--white);
}

.section-16 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 140px;
  padding-left: 0;
  display: flex;
}

.button-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mum_tum-2 {
  background-image: url('../images/Facials.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #4d616e;
  border-bottom-color: #0000;
  border-radius: 20px;
  min-width: 137px;
  margin: 20px 10px 40px 20px;
}

.button-5:hover {
  color: #333;
  background-color: #f5f3f0;
  border: 1px solid #4d616e;
}

.button-5:active {
  border-width: 1px;
}

.button-5.info {
  color: #333;
  background-color: #0000;
  border: 1px solid #4d616e;
  min-width: 137px;
}

.button-5.info:hover {
  color: #fff;
  background-color: #4d616e;
}

.column-21 {
  padding: 0;
}

.column-23 {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.columns-10 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-10._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.column-24 {
  padding: 0;
}

.columns-11 {
  margin-left: 0;
  margin-right: 0;
}

.navbar-no-shadow-2 {
  z-index: 999;
  background-color: var(--bv_black);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--bv_gold);
  letter-spacing: .25px;
  border-bottom-width: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.nav-link-2:hover {
  box-shadow: 0 2px 0 0 var(--bv_gold);
  color: var(--bv_gold);
  border-bottom-color: #0000;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current:hover {
  box-shadow: 0 2px 0 0 var(--bv_gold);
  color: var(--bv_gold);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.image-18 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-17 {
  padding: 10px;
}

.navbar-no-shadow-3 {
  z-index: 99;
  background-color: var(--white);
  color: var(--white);
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.container-regular-3 {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #333333e6;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: var(--h_red);
  border-bottom-width: 0;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  color: #333333e6;
  font-size: 20px;
  font-weight: 600;
}

.nav-link-3.w--current:hover {
  border-bottom-width: 0;
  border-bottom-color: var(--zz_red);
  box-shadow: none;
  color: var(--h_red);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #333333e6;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.list-item {
  color: var(--bv_gold);
}

.text-block-15 {
  color: #333333e6;
  font-size: 18px;
  font-weight: 600;
}

.section-18, .section-19 {
  padding: 10px;
}

.section-20, .section-21 {
  padding: 0 10px;
}

.treatment_heading {
  padding: 10px;
}

.heading-3 {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 600;
  display: flex;
}

.heading-3.right {
  justify-content: flex-end;
  padding-right: 10px;
  font-weight: 600;
}

.heading-3.left {
  justify-content: flex-start;
  font-weight: 600;
}

.treatment_h1 {
  margin-bottom: 20px;
  padding: 10px;
}

.cell, .cell-2, .cell-3 {
  align-items: flex-end;
}

.quick-stack {
  background-color: #73663526;
  padding-top: 5px;
  padding-bottom: 5px;
}

.quick-stack-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-7 {
  background-color: var(--bv_black);
  color: var(--bv_gold);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-22 {
  padding: 10px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.pricelist_banner {
  background-color: var(--bv_black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.brown_text {
  color: var(--bv_gold);
  -webkit-text-stroke-color: var(--bv_black);
  font-weight: 300;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.section-222 {
  padding: 10px;
}

.container-8 {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.section-223 {
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.div-block-18 {
  justify-content: flex-start;
  display: flex;
}

.paragraph-5 {
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
}

.price_headline {
  padding: 40px 10px;
}

.italic-text {
  color: var(--bv_gold);
  padding-left: 10px;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  color: var(--bv_gold);
}

.italic-text-2, .italic-text-3 {
  padding-left: 10px;
}

.paragraph-9 {
  color: var(--bv_gold);
}

.italic-text-4, .italic-text-5 {
  padding-left: 10px;
}

.body_pricelist {
  color: #333;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/base_icon_transparent_background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  font-family: Maven Pro, sans-serif;
}

.cell-4, .cell-5 {
  color: var(--bv_black);
}

.anti-wrinkle {
  background-image: url('../images/H_5.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.anti-wrinkle._2 {
  background-image: url('../images/Zinfest-1107_.jpeg'), url('../images/H_6.jpeg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border-radius: 50%;
  box-shadow: 4px 7px 15px 3px #0006;
}

.facials {
  background-image: url('../images/Facials.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.fillers {
  background-image: url('../images/Dermal.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.skin-boost {
  background-image: url('../images/Skin-Boost.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.hair-extensions {
  background-image: url('../images/Hair-Extensions.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.fat-dissolve {
  background-image: url('../images/Fat-Dissolving_.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.b12, .filler_dissolve {
  background-image: url('../images/Facials.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.spray_tan {
  background-image: url('../images/Hair-Extensions.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.brows {
  background-image: url('../images/eye-brows.jpeg'), url('../images/Facials.jpeg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.spray-tan {
  background-image: url('../images/tan.jpeg'), url('../images/Facials.jpeg');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.paragraph-10 {
  color: var(--bv_gold);
  margin-left: 10px;
}

.section-224 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.italic-text-6, .paragraph-11 {
  color: var(--bv_gold);
}

.italic-text-7 {
  padding-left: 10px;
}

.bold-text, .bold-text-2 {
  color: var(--bv_black);
}

.heading-4 {
  color: var(--black);
  font-size: 77px;
  font-weight: 800;
}

.div-block-21 {
  position: absolute;
  inset: auto 2% 0% auto;
}

.image-30 {
  padding: 10px;
}

.heading-5 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
  font-weight: 700;
}

.div-block---bio-right-2 {
  background-color: #ec686880;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.paragraph-12 {
  width: 80%;
  padding: 20px 40px 40px;
  font-size: 18px;
  font-weight: 300;
}

.column-10---text-right-2 {
  background-color: #f5f3f0;
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.section-225 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 10px;
  display: flex;
}

.image-31 {
  margin-top: 0;
  margin-bottom: 0;
}

.downloads_2023 {
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 9px;
  display: none;
}

.benefit.local1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  padding: 11px;
  display: flex;
  box-shadow: 4px 4px 20px #0000001a;
}

.link-block-2 {
  text-decoration: none;
}

.html-embed {
  color: #2aa84d;
  padding: 11px;
  font-size: 59px;
}

.heading-6 {
  color: #000;
  text-align: center;
  display: flex;
}

.div-block-22 {
  position: absolute;
  inset: auto 5% 5% auto;
}

.button-6 {
  background-color: var(--h_purple);
  color: var(--white);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.button-6:hover {
  background-color: var(--h_red);
  color: var(--white);
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: auto;
  max-width: 50%;
  height: auto;
}

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

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.waves---paragraph-big {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

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

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.waves---section-medium {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

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

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: #af3dad80;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves-success-mesaage {
  background-color: var(--waves-library-white);
  border-radius: 6px;
}

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

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

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

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library-black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  border: 1px solid var(--waves-library-black);
  background-color: var(--waves-library-background);
  color: var(--waves-library-black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library-black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library-black);
  background-color: var(--line-colour);
  color: var(--waves-library-black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library-black);
  color: var(--waves-library-black);
}

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

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-9 {
  font-family: League Spartan, sans-serif;
}

.heading-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  display: block;
}

.paragraph-13 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.section-226 {
  margin-top: 20px;
  padding: 10px;
}

.youtube {
  padding: 10px;
}

.section-227 {
  margin-top: 40px;
  padding: 10px 20px;
  position: relative;
}

.text-block-16 {
  font-size: 18px;
  font-weight: 300;
}

.anti-wrinkle-copy {
  background-image: url('../images/ZinFestWest2024_.jpeg'), url('../images/ZINFest.jpg'), url('../images/H_5.jpeg');
  background-position: 50%, 50%, 0 0;
  background-size: cover, cover, cover;
  border-radius: 0;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.waves-success-mesaage-2 {
  background-color: var(--waves-library-white);
  border-radius: 6px;
}

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

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

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

.waves-submit-wrap-contact-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label-2 {
  font-size: 16px;
}

.waves---checkbox-2 {
  border-color: var(--waves-library-black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field-2 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-background-2 {
  border: 1px solid var(--waves-library-black);
  background-color: var(--waves-library-background);
  color: var(--waves-library-black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background-2:focus {
  border-color: var(--waves-library-black);
}

.waves---input-wrap-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background-2 {
  border: 1px solid var(--waves-library-black);
  background-color: var(--waves-library-background);
  color: var(--waves-library-black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background-2:focus {
  border-color: var(--waves-library-black);
  color: var(--waves-library-black);
}

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

.waves---form-contact-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-2 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

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

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.message-form-2 {
  margin-bottom: 0;
}

.section-28 {
  background-color: var(--zumba);
  margin-top: 0;
  margin-bottom: 60px;
  padding: 10px 10px 40px;
}

.field-label {
  color: var(--black);
  font-size: 20px;
}

.form-wrap-2 {
  border-right: 0 solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 60px;
  padding-right: 0;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #24a8df;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.text-field-5 {
  border: 1px solid var(--h_purple);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-5:hover {
  border-color: #1d1f2e80;
}

.text-field-5:active, .text-field-5:focus {
  border-color: #1d1f2e;
}

.text-field-5::placeholder {
  color: #1d1f2e4d;
}

.text-field-5.cc-textarea {
  height: 100px;
}

.contact-form-success-message-3 {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.mask_left {
  z-index: 99;
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  min-width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mask_right {
  z-index: 99;
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  min-width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

.waves---paragraph-big-3 {
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

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

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

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

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

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

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

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section_mask {
  margin-top: 40px;
  padding: 10px 20px;
  display: block;
  position: relative;
}

.gbplus-2 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.gbminus-2 {
  text-align: center;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 300;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #4d616e;
  border-bottom-color: #0000;
  border-radius: 20px;
  min-width: 137px;
  margin: 20px 10px 40px 20px;
}

.button-7:hover {
  color: #333;
  background-color: #f5f3f0;
  border: 1px solid #4d616e;
}

.button-7:active {
  border-width: 1px;
}

.button-7.info {
  color: #333;
  background-color: #0000;
  border: 1px solid #4d616e;
  min-width: 137px;
}

.button-7.info:hover {
  color: #fff;
  background-color: #4d616e;
}

.contact1-3 {
  color: #333;
  text-transform: capitalize;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.menu_sub_content_text-3 {
  color: var(--zumba);
  background-color: #0000;
  padding: 10px;
}

.text_menu_content-2 {
  color: #333;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
}

.column-25 {
  padding: 0;
}

.menu_content-3 {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.column-27 {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-23 {
  padding: 10px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.columns-12 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-12._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fat_freeze-2 {
  background-image: url('../images/H_4.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
  box-shadow: 4px 7px 15px 3px #0003;
}

.text-block-17 {
  width: 100%;
  padding: 10px 10px 10px 20px;
}

.column-28 {
  padding: 0;
}

.columns-13 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-25 {
  padding: 10px;
}

._2024_reg {
  background-color: var(--zumba);
  height: auto;
  margin: 20px 0 0;
  padding: 20px 10px;
}

._2024_register {
  background-color: var(--h_red);
  height: auto;
  margin: 20px 0 0;
  padding: 20px 10px;
}

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

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

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

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

.waves-image-wrap-gallery-3 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-4 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-3 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-3.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-3 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

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

.heading-8 {
  font-size: 90px;
  font-weight: 800;
  line-height: 100px;
}

.download_form {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.section-228 {
  padding: 10px;
}

.text-span {
  font-weight: 200;
}

.bold-text-3 {
  color: var(--black);
  font-weight: 500;
}

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

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

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

.waves---paragraph-big-4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

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

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

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

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

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

.image-32 {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.eventss {
  background-image: url('../images/Schedule_Event2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
  box-shadow: 4px 7px 15px 3px #0006;
}

.zfw24 {
  background-image: url('../images/ZinFestWest2024_.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
  transform: translate(0);
  box-shadow: 4px 7px 15px 3px #0006;
}

.zfw24.scroll {
  width: 50px;
  height: 50px;
}

.new_scrolling_section_to_hide {
  overflow: visible;
}

.new_scroling_div {
  background-color: #a8b8d500;
  width: auto;
  height: 100px;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.scrolling_text {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 25px;
  display: flex;
}

.scrolling_image {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size: 30px;
  display: flex;
}

.image-19, .container-10 {
  padding: 10px;
}

.container-11 {
  padding-right: 20px;
  overflow: hidden;
}

.text-block-18 {
  color: var(--basic-dark-colour);
  text-align: center;
  text-shadow: none;
  font-weight: 700;
}

.section-229 {
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  overflow: visible;
}

.uui-testimonial08_logo {
  max-height: 3rem;
}

.uui-testimonial08_divider {
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-testimonial08_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial08_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial08_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.uui-testimonial08_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-span-2 {
  color: var(--z-red);
}

.zfw25 {
  background-image: url('../images/ZFW-Banner-003.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
  transform: translate(0);
  box-shadow: 4px 7px 15px 3px #0006;
}

.zfw25.scroll {
  width: 50px;
  height: 50px;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-4 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 20px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  color: var(--zfw-33333);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.nav-dropdown-link-3:hover {
  color: var(--h_red);
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3.w--current {
  color: var(--zfw-33333);
}

.nav-dropdown-link-3.w--current:hover {
  color: var(--h_red);
}

.nav-button-wrapper-4 {
  margin-left: 120px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.section-230 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px;
}

.cell-6, .cell-7 {
  justify-content: center;
  align-items: center;
}

.photos_2024 {
  display: block;
}

.text-span-3 {
  padding-right: 5px;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
  top: -27px;
}

.text-span-4 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
  position: relative;
  top: -25px;
}

.text-span-5 {
  font-weight: 300;
}

@media screen and (min-width: 1440px) {
  .new_scrolling_section_to_hide {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }

  .item-count {
    margin-left: 0;
  }

  .cart-heading {
    font-weight: 700;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .white-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cart-item-remove-link {
    transition: color .4s;
  }

  .cart-item-remove-link:hover {
    color: #fffc;
  }

  .uppercase-text.cc-cart-label {
    display: none;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .paragraph {
    align-self: center;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-deco-line {
    display: none;
  }

  .content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

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

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .content-wrap {
    width: 80%;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .header-section {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-content {
    text-align: center;
    flex-direction: row;
    width: auto;
    position: relative;
  }

  .header-content.new {
    height: 65vh;
  }

  .header-content.new.zinfest._202333 {
    background-position: 50% 0;
    height: 80vh;
  }

  .header-text {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    border-style: none;
    border-width: 0;
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    background-position: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .category-wrap {
    justify-content: center;
    width: 100%;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .menu-trigger._222 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .mole-tag {
    height: 250px;
  }

  .heading {
    padding-top: 10px;
    padding-left: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: var(--bv_black);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .about_grace {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
  }

  .other_inject, .radio_image, .mum_tum, .platinum, .diamond, .hydro, .radio, .cellulite, .hifu, .fat_freeze, .fat_dissolve, .mesotherapy, .tattoo, .plasma {
    height: 250px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .menu_sub_content_text-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .hydro-2 {
    height: 250px;
  }

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

  .icon {
    color: var(--bv_gold);
    font-size: 30px;
  }

  .mum_tum-2 {
    height: 250px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: var(--bv_black);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    background-color: var(--bv_black);
    padding: 12px;
  }

  .menu-button-3.w--open {
    background-color: var(--bv_black);
    color: #fff;
  }

  .icon-2 {
    color: var(--bv_gold);
  }

  .navbar-no-shadow-container-3 {
    background-color: #fff;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-4 {
    background-color: var(--white);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    background-color: var(--zumba);
    color: #fff;
  }

  .icon-3 {
    color: var(--bv_gold);
  }

  .anti-wrinkle {
    border-radius: 0;
    height: 250px;
  }

  .facials, .fillers, .skin-boost, .hair-extensions, .fat-dissolve, .b12, .filler_dissolve, .spray_tan, .brows, .spray-tan {
    height: 250px;
  }

  .div-block-21 {
    display: block;
    overflow: visible;
  }

  .heading-5 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .paragraph-12 {
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
  }

  .div-block-22 {
    display: block;
    bottom: 2%;
    right: 2%;
    overflow: visible;
  }

  .waves---grid-features-5 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-testimonials-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .anti-wrinkle-copy {
    border-radius: 0;
    height: 250px;
  }

  .message-form-2 {
    text-align: left;
  }

  .form-wrap-2 {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

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

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

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

  .waves-image-features-4 {
    max-width: 470px;
  }

  .fat_freeze-2 {
    height: 250px;
  }

  .heading-8 {
    text-align: left;
    margin-left: -93px;
  }

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

  .waves-image-features-5 {
    max-width: 470px;
  }

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

  .eventss, .zfw24 {
    height: 250px;
  }

  .zfw24.scroll {
    border-radius: 50%;
  }

  .new_scroling_div {
    margin-left: 20px;
    margin-right: 40px;
  }

  .container-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-229 {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-testimonial08_component {
    grid-template-columns: 1fr;
  }

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

  .zfw25 {
    height: 250px;
  }

  .zfw25.scroll {
    border-radius: 50%;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-5 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-4 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-span-3 {
    top: -25px;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .cart-button {
    margin-right: 15px;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .content-wrap {
    width: 90%;
  }

  .content-wrap.treat {
    width: 100%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

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

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content {
    justify-content: center;
  }

  .header-content.new {
    height: 55vh;
  }

  .header-content.new.zinfest._202333 {
    height: 46vh;
  }

  .header-headline {
    font-size: 55px;
  }

  .deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .column-5, .column-7, .column-6 {
    display: none;
  }

  .column-10---image-left {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .column-10---text-right {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .columns-3---bio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3---bio.v, .columns-6._222222 {
    flex-direction: column;
  }

  .text_menu_content {
    width: auto;
  }

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

  .heading {
    margin-bottom: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .about_grace {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about_grace._2 {
    flex-direction: column-reverse;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .hero-heading-left, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-8._222222 {
    flex-direction: column;
  }

  .text-field-2 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-2::placeholder {
    text-align: center;
  }

  .text-field-2.cc-textarea {
    margin-bottom: 20px;
  }

  .section-16 {
    margin-left: 0;
    padding-left: 0;
  }

  .column-23 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .columns-10._222222 {
    flex-direction: column;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .quick-stack {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .paragraph-5 {
    padding-top: 0;
    padding-right: 10px;
  }

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

  .div-block-21 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image-30 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-5 {
    margin-bottom: 0;
  }

  .paragraph-12 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .column-10---text-right-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .div-block-22 {
    position: absolute;
    inset: auto 1% 1% auto;
  }

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

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

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

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

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

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

  .contact-form-2 {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .text-field-5 {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-5::placeholder {
    text-align: center;
  }

  .text-field-5.cc-textarea {
    margin-bottom: 20px;
  }

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

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

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

  .text_menu_content-2 {
    width: auto;
  }

  .column-27 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-12._222222 {
    flex-direction: column;
  }

  .waves---section-medium-4, .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-8 {
    margin-left: -163px;
    font-size: 80px;
    line-height: 90px;
  }

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

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

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

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .new_scroling_div {
    display: flex;
  }

  .container-11 {
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-229 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-testimonial08_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial08_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial08_divider {
    display: none;
  }

  .uui-testimonial08_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial08_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial08_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-5 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .white-button {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .paragraph {
    text-align: center;
  }

  .text-field {
    text-align: left;
    align-self: auto;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content-wrap {
    width: 100%;
  }

  .footer {
    margin-top: 60px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .header-section {
    margin-top: 99px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-content {
    background-image: linear-gradient(#4d616e26, #4d616e26), url('../images/istockphoto-623425336-1024x1024.jpg');
    background-position: 0 0, 35%;
    background-size: auto, cover;
    height: 70vh;
  }

  .header-content.new {
    background-image: url('../images/Hender_Zumba.jpeg');
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .header-content.new.zinfest {
    background-image: url('../images/ZINFest.jpg');
    background-position: 40% 30%;
    background-size: auto;
    height: 65vh;
  }

  .header-content.new.zinfest._202333 {
    height: 50vh;
  }

  .header-text {
    width: 90%;
    padding-bottom: 10px;
  }

  .header-headline {
    padding: 20px;
    font-size: 45px;
    line-height: 60px;
  }

  .header-headline-wrap {
    margin-top: 30px;
    padding: 5px;
  }

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

  .deco-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .deco-block.styleguide-deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .front_panel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3---bio {
    flex-direction: column;
    display: flex;
  }

  .contact1 {
    text-align: left;
    padding-left: 0;
  }

  .menu_container._222 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6._222222 {
    flex-direction: column;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_menu_content {
    text-align: justify;
  }

  .menu_sub_content_text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-2 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .text-block-10 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-4, .div-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .mole-tag {
    padding-top: 0;
    padding-left: 10px;
  }

  .column-15 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-16 {
    padding-left: 0;
  }

  .text-block-11 {
    text-align: center;
    font-size: 18px;
  }

  .heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.tt {
    margin-left: 0;
  }

  .button-primary.tt.schedule {
    margin-bottom: 10px;
  }

  .button-primary.pp {
    margin-left: 0;
  }

  .section-9 {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .section-9.introo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-2 {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .other_inject, .radio_image {
    padding-top: 0;
    padding-left: 10px;
  }

  .smart_para_light {
    padding-left: 10px;
  }

  .mum_tum, .platinum, .diamond, .hydro, .radio, .cellulite, .hifu, .fat_freeze, .fat_dissolve, .mesotherapy, .tattoo, .plasma {
    padding-top: 0;
    padding-left: 10px;
  }

  .container {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-3 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .contact1-2 {
    text-align: center;
    padding-left: 0;
  }

  .menu_sub_content_text-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hydro-2 {
    padding-top: 0;
    padding-left: 10px;
  }

  .column-18 {
    padding-left: 0;
  }

  .column-19 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-8._222222 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-field-2 {
    text-align: left;
    align-self: auto;
  }

  .section-13 {
    margin-top: 0;
    font-size: 14px;
  }

  .text-block-14 {
    text-align: center;
    font-size: 60px;
    line-height: 65px;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .mum_tum-2 {
    padding-top: 0;
    padding-left: 10px;
  }

  .button-5 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .column-22 {
    padding-left: 0;
  }

  .column-23 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-10._222222 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .navbar-no-shadow-container-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .heading-3 {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .container-7 {
    align-items: center;
  }

  .div-block-9 {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    text-align: center;
  }

  .paragraph-5 {
    padding-right: 10px;
  }

  .div-block-19 {
    padding-top: 5px;
  }

  .italic-text-2 {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .anti-wrinkle, .facials, .fillers, .skin-boost, .hair-extensions, .fat-dissolve, .b12, .filler_dissolve, .spray_tan, .brows, .spray-tan {
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .image-30 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px;
  }

  .heading-5 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 15px;
  }

  .paragraph-12 {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit.local1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    display: none;
    inset: auto 0% 5%;
    overflow: visible;
  }

  .button-6 {
    width: 150px;
    height: 150px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-icon-32 {
    max-width: 75%;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

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

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

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    text-align: center;
    font-size: 60px;
    line-height: 65px;
  }

  .section-227 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .anti-wrinkle-copy {
    padding-top: 0;
    padding-left: 10px;
  }

  .waves---2-inputs-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

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

  .form-wrap-2 {
    border-bottom-width: 0;
    margin-bottom: 0;
  }

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

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

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

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

  .section_mask {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-7 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .contact1-3 {
    text-align: left;
    padding-left: 0;
  }

  .menu_sub_content_text-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text_menu_content-2 {
    text-align: justify;
  }

  .column-26 {
    padding-left: 0;
  }

  .column-27 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-23 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-12._222222 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fat_freeze-2 {
    padding-top: 0;
    padding-left: 10px;
  }

  .text-block-17 {
    padding-left: 0;
  }

  .div-block-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

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

  .waves-grid-gallery-3.bottom-grid, .waves-grid-gallery-3.top-grid {
    width: 180vw;
  }

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

  .heading-8 {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 66px;
    line-height: 65px;
    display: block;
  }

  .download_form {
    margin-top: 0;
    font-size: 14px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves-image-features-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .eventss, .zfw24 {
    padding-top: 0;
    padding-left: 10px;
  }

  .div-block-26 {
    text-align: center;
  }

  .new_scrolling_section_to_hide {
    object-fit: fill;
    overflow: hidden;
  }

  .new_scroling_div {
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .scrolling_text {
    font-size: 16px;
    line-height: 20px;
  }

  .container-11 {
    margin-right: 10px;
  }

  .section-229 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial08_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial08_component {
    grid-template-columns: 1fr;
  }

  .zfw25 {
    padding-top: 0;
    padding-left: 10px;
  }

  .nav-menu-5 {
    flex-direction: column;
  }

  .nav-button-wrapper-4 {
    width: auto;
  }

  .text-span-3 {
    padding-right: 0;
    top: -20px;
  }
}

#w-node-_6f82b49f-1c7b-5989-1eed-36f51d15e640-8e4707f3, #w-node-_6f82b49f-1c7b-5989-1eed-36f51d15e647-8e4707f3, #w-node-_6f82b49f-1c7b-5989-1eed-36f51d15e64e-8e4707f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c714be-5599-2b67-90be-6cd829827725-8e4707f3, #w-node-_69c714be-5599-2b67-90be-6cd829827727-8e4707f3, #w-node-_69c714be-5599-2b67-90be-6cd829827729-8e4707f3, #w-node-_69c714be-5599-2b67-90be-6cd82982772b-8e4707f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_69c714be-5599-2b67-90be-6cd82982772e-8e4707f3, #w-node-_69c714be-5599-2b67-90be-6cd829827730-8e4707f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_69c714be-5599-2b67-90be-6cd829827732-8e4707f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_69c714be-5599-2b67-90be-6cd829827734-8e4707f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_88f78af7-e868-37d7-ec22-3558cded7231-8e4707f3 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_88f78af7-e868-37d7-ec22-3558cded7232-8e4707f3 {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-_88f78af7-e868-37d7-ec22-3558cded7233-8e4707f3 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_88f78af7-e868-37d7-ec22-3558cded7234-8e4707f3 {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-_88f78af7-e868-37d7-ec22-3558cded7235-8e4707f3 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d697-50f9fcff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d69a-50f9fcff {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end stretch;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6a9-50f9fcff {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6ab-50f9fcff {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-d27aaded-a6a3-fd8e-fed8-9f317bacd343-50f9fcff, #w-node-_8eef163d-d379-af0b-5bd9-879a7154e099-50f9fcff, #w-node-_1357eac9-5740-f566-d716-8185ad981ab2-50f9fcff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6b4-50f9fcff {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6b6-50f9fcff {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b, #w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-8e4707fd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-8e4707fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-8e4707fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-8e4707fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c79d-c3c5e849, #w-node-ed1ca952-c665-6738-118b-3470ec90c79f-c3c5e849, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a1-c3c5e849, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a3-c3c5e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7a6-c3c5e849, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a8-c3c5e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7aa-c3c5e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7ac-c3c5e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-c3c5e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359f-c3c5e849, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-c3c5e849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-c3c5e849, #w-node-e66a767b-b6d1-b1a0-24b7-456cc07476ab-6d015656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e66a767b-b6d1-b1a0-24b7-456cc07476ac-6d015656, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-6d015656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-6d015656 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c79d-751b1596, #w-node-ed1ca952-c665-6738-118b-3470ec90c79f-751b1596, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a1-751b1596, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a3-751b1596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7a6-751b1596, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a8-751b1596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7aa-751b1596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7ac-751b1596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-751b1596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-751b1596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c79d-24c0e2e8, #w-node-ed1ca952-c665-6738-118b-3470ec90c79f-24c0e2e8, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a1-24c0e2e8, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a3-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7a6-24c0e2e8, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a8-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7aa-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7ac-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359f-24c0e2e8, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3246b4da-920d-a62c-7173-94598a4097b0-24c0e2e8, #w-node-_3246b4da-920d-a62c-7173-94598a4097b2-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3246b4da-920d-a62c-7173-94598a4097b4-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3246b4da-920d-a62c-7173-94598a4097b6-24c0e2e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c79d-1fc063ca, #w-node-ed1ca952-c665-6738-118b-3470ec90c79f-1fc063ca, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a1-1fc063ca, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a3-1fc063ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7a6-1fc063ca, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a8-1fc063ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7aa-1fc063ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7ac-1fc063ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-1fc063ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-1fc063ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_098d5c38-d8a1-30de-e763-37004e11d7e3-667c7bf4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c79d-667c7bf4, #w-node-ed1ca952-c665-6738-118b-3470ec90c79f-667c7bf4, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a1-667c7bf4, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a3-667c7bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7a6-667c7bf4, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a8-667c7bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7aa-667c7bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7ac-667c7bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-667c7bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-667c7bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c79d-b50c888c, #w-node-ed1ca952-c665-6738-118b-3470ec90c79f-b50c888c, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a1-b50c888c, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a3-b50c888c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7a6-b50c888c, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a8-b50c888c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7aa-b50c888c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7ac-b50c888c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-b50c888c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359f-b50c888c, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-b50c888c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-b50c888c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_098d5c38-d8a1-30de-e763-37004e11d7e3-46adbdd7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c79d-46adbdd7, #w-node-ed1ca952-c665-6738-118b-3470ec90c79f-46adbdd7, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a1-46adbdd7, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a3-46adbdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7a6-46adbdd7, #w-node-ed1ca952-c665-6738-118b-3470ec90c7a8-46adbdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7aa-46adbdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ed1ca952-c665-6738-118b-3470ec90c7ac-46adbdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-46adbdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e90277-b77a-da17-fb85-c99d7c44359f-46adbdd7, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd6170-46adbdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-46adbdd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_88f78af7-e868-37d7-ec22-3558cded7236-8e4707f3 {
    order: -9999;
  }

  #w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-c3c5e849 {
    place-self: center;
  }

  #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-c3c5e849 {
    justify-self: center;
  }

  #w-node-e66a767b-b6d1-b1a0-24b7-456cc07476ab-6d015656 {
    place-self: center;
  }

  #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-6d015656, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-751b1596 {
    justify-self: center;
  }

  #w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-24c0e2e8 {
    place-self: center;
  }

  #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-24c0e2e8, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-1fc063ca, #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-667c7bf4 {
    justify-self: center;
  }

  #w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-b50c888c {
    place-self: center;
  }

  #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-b50c888c {
    justify-self: center;
  }

  #w-node-_10e90277-b77a-da17-fb85-c99d7c44359e-46adbdd7 {
    place-self: center;
  }

  #w-node-_22660cd9-c1f5-d90d-3c50-d8e0aafd616f-46adbdd7 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_098d5c38-d8a1-30de-e763-37004e11d7e3-667c7bf4, #w-node-_098d5c38-d8a1-30de-e763-37004e11d7e3-46adbdd7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


