:root {
  --2: #fedb6b;
  --3: #dbc08d;
  --1: #c48d3d;
  --b: #796c63;
  --cinza: #6e6e6e;
  --black: black;
  --white: white;
  --c: #b3a393;
  --a: #c00eae;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

@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-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
  display: none;
}

.styleguide-content-wrap {
  text-align: center;
}

.s-pacotes {
  color: #fff;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
}

.s-pacotes.cc-store-home-wrap {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 0;
}

.s-pacotes.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.s-pacotes.cc-product-detail {
  color: #000;
  background-color: #0000;
  align-items: center;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.s-pacotes.cc-store-home-wrap-2, .s-pacotes.cc-store-home-wrap-3 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 0;
}

.s-pacotes.cc-store-home-wrap4 {
  color: var(--2);
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  border: 1px solid var(--3);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding: 18px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all 1.2s;
}

.button:hover {
  border-color: var(--3);
  background-color: var(--3);
  color: #000;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-add-to-cart-btn {
  border: 1px solid var(--3);
  background-color: var(--3);
  color: #000;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all 1.2s;
}

.button.cc-add-to-cart-btn:hover {
  border-color: var(--3);
  color: #000;
  background-color: #0000;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #000;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.navigation-items {
  text-align: right;
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.cart {
  margin-left: 10px;
}

.navigation {
  background-color: #f7f7f799;
  align-items: center;
  height: 85px;
  padding: 15px 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  color: #000;
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 5px;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
  display: none;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  text-align: right;
  letter-spacing: normal;
  text-transform: none;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition-property: all;
  transition-duration: .7s;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--3);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  background-image: linear-gradient(132deg, var(--1), var(--2));
  opacity: 1;
  color: #1a1b1f;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 300;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  background-image: linear-gradient(110deg, var(--1), var(--2));
  border-radius: 15px;
  margin-left: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.icon, .logo-image {
  display: block;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

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

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: 1;
  color: #fff;
  margin-bottom: 15px;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

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

.logo-footer {
  width: 150px;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
  font-family: Moneta, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

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

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 0;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 52px;
}

.product-detail-name {
  background-image: linear-gradient(127deg, var(--1), var(--2));
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
  font-family: Moneta, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
  display: inline-flex;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 140px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

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

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
  display: none;
}

.menu {
  z-index: 999;
  background-color: #000;
  height: 62.3672px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
}

.grid-13 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-30 {
  align-items: center;
  display: flex;
}

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

.image-13 {
  width: 12px;
}

.link-block-3 {
  border: 1px solid #ebc65e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 0;
  transition: all .8s;
  display: flex;
}

.link-block-3:hover {
  background-color: #fff2cc;
}

.container-60 {
  max-width: 90%;
}

.div-block-31 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 130px;
}

.btn-janela {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  background-color: #b2915800;
  border: 0 solid #474747;
  border-radius: 0;
  padding: 13px 23px;
  font-size: 14px;
  font-weight: 300;
  transition: all 1.2s;
}

.btn-janela:hover {
  color: #fff;
  background-color: #0000;
  border-color: #b29158;
}

.text-block-9-copy {
  color: #fff;
  margin-bottom: 40px;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.2em;
}

.background-video-2 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), linear-gradient(#000 6%, #fff0 60%), linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 250px;
  padding-bottom: 200px;
  display: none;
}

.text-span-17 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(122deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-155 {
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-43 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: none;
  margin: 0 auto 20px;
  font-family: Moneta, sans-serif;
  font-size: 5.1em;
  font-weight: 900;
  line-height: 1.3em;
}

.text-block-9 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  max-width: 550px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Moneta, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.s-inicio {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  display: flex;
}

.container-59 {
  width: 90%;
  max-width: 1200px;
}

.play-pause-button {
  display: none;
}

.text-span-16 {
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(118deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
}

.div-block-132 {
  text-align: center;
}

.heading-44 {
  color: #dbc08d;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin: 0 auto 30px;
  font-family: Moneta, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.container-66 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-tecnicas {
  background-image: linear-gradient(0deg, #000, #fff0), linear-gradient(#000, #fff0), linear-gradient(#0000001a, #0000001a), url('../images/Desktop-capa.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 60px;
  padding-bottom: 40px;
  display: none;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.text-span-19 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(124deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.text-span-20 {
  font-size: 13px;
}

.div-block-136 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Cinzel Variablefont Wght, sans-serif;
  font-weight: 800;
}

.div-block-135 {
  background-color: #252525;
  border: 0 solid #f3f3f3;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-34 {
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-21 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  border: 0 solid #fedb6b;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-133 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-134 {
  background-color: #000;
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  border: 0 solid #000;
  border-radius: 30px;
  height: 100%;
  margin-top: 0;
  padding: 0 20px 40px;
  transition: all 1s;
}

.div-block-134:hover {
  background-color: #ffe07e;
  transform: scale(1.03)translate(-10px, -10px);
}

.div-block-134._1, .div-block-134._3 {
  background-color: #1d1d1d;
  background-image: none;
}

.div-block-134._4 {
  background-color: #1d1d1d;
  background-image: none;
  border-width: 0;
}

.div-block-134._2 {
  background-color: #1d1d1d;
  background-image: none;
}

.div-block-127-copy-2 {
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  width: 70px;
  height: 3px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-18 {
  color: #fedb6b;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  display: inline-block;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph {
  color: #424242;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Moneta, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: inline-flex;
}

.image-35 {
  border-radius: 20px;
  width: 100%;
}

.heading-45 {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #5c5c5c;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 25px;
}

.collection-list-wrapper {
  background-color: #222;
  border-radius: 40px;
  padding: 40px 30px;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  background-image: url('../images/ok.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-top: 0;
  padding-left: 25px;
  font-size: 12px;
  line-height: 15px;
}

.list-item-2 {
  text-align: left;
  margin-bottom: 20px;
}

.div-block-156 {
  margin-top: 10px;
  display: flex;
}

.button-2 {
  font-size: 13px;
}

.text-block-24 {
  color: #15a750;
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-span-21 {
  font-size: 13px;
}

.text-span-22 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.quantity, .buy-now-button {
  display: none;
}

.div-block-16 {
  margin-right: 20px;
}

.div-block-14 {
  margin-top: 40px;
}

.footer-wrapper {
  border-bottom: 0 solid #ebc65e;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.heading-2-copy {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.div-block-12 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.footer-copyright-center {
  color: #9c9c9c;
  text-align: left;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  display: inline-flex;
}

.endereco {
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-2 {
  z-index: 997;
  color: #aa7e32;
  background-color: #161616;
  border-bottom: 1px solid #e4ebf3;
  padding: 15px 30px;
  font-weight: 900;
  position: relative;
}

.title-small {
  color: #aa7e32;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebc65e;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.grid-4 {
  background-color: #ebebeb00;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  margin-top: 0;
  padding: 5px 10px;
}

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

.div-block-15 {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.assinatura {
  color: #9c9c9c;
  margin-left: 5px;
  transition-property: all;
  transition-duration: .8s;
}

.assinatura:hover {
  color: var(--2);
}

.html-embed {
  margin-right: 100px;
}

.div-block-13 {
  text-align: right;
}

.footer-copyright-center-copy {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .8s;
}

.footer-link-2:hover {
  color: #aa7e32;
}

.footer-link-2.w--current {
  font-weight: 200;
}

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

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

.btn-agendar {
  color: #000;
  background-color: #0000;
  border: 1px solid #ebc65e;
  border-radius: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  transition: all .8s;
}

.btn-agendar:hover {
  color: #000;
  background-color: #ebc65e;
}

.btn-agendar._2 {
  border-color: #ebc65e;
  font-size: 14px;
  font-weight: 200;
}

.image-4 {
  width: 150px;
}

.grid-25 {
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding-bottom: 40px;
  display: none;
}

.div-block-50 {
  margin-top: 40px;
}

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

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 20px;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.creator_content {
  display: flex;
}

.creator_block {
  background-color: #fff;
  border-radius: 0;
  min-width: 200px;
  margin-right: 0;
  padding: 0;
  display: block;
}

.image-8 {
  border-radius: 0;
  width: 100%;
}

.container-67 {
  max-width: 1200px;
}

.body {
  background-color: #f1f1f1;
  font-family: Poppins, sans-serif;
}

.list {
  display: none;
}

.div-block-157 {
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-158 {
  margin-right: 20px;
}

.text-block-25 {
  font-size: 15px;
  line-height: 20px;
}

.s-regras {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-46 {
  color: var(--b);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Moneta, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
}

.text-block-26 {
  color: var(--cinza);
  letter-spacing: normal;
  text-transform: none;
  background-image: url('../images/ok.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.list-item-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.image-36 {
  width: 100%;
  position: relative;
}

.collection-list-wrapper-2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-159 {
  overflow: hidden;
}

.container-68 {
  width: auto;
  max-width: 90%;
  margin-top: 60px;
}

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

.div-block-160 {
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #414141;
  border-radius: 15px;
  padding: 0;
  transition: all .5s;
  overflow: hidden;
}

.div-block-160:hover {
  background-color: #16161600;
  border-color: #161616;
}

.div-block-160._2 {
  background-color: #eee;
  border-radius: 15px 15px 15px 0;
  margin-top: -50px;
  margin-bottom: 0;
}

.heading-47 {
  color: #000;
  border-bottom: 1px solid #fedb6b24;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 40px;
}

.list-item-4 {
  color: #fff;
  margin-bottom: 10px;
  list-style-type: none;
}

.text-block-27 {
  color: var(--black);
  background-image: url('../images/check.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-28 {
  color: var(--1);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
}

.button-3 {
  margin-top: 20px;
}

.button-4 {
  border: 1px solid var(--3);
  color: #000;
  text-align: center;
  background-color: #fedb6b00;
  background-image: url('../images/sacola.svg');
  background-position: 20px 46%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 200px;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 15px 45px;
  transition-property: all;
  transition-duration: 1.2s;
  display: inline-flex;
}

.button-4:hover {
  background-color: var(--3);
  color: var(--black);
}

.list-2 {
  margin-top: 0;
  padding-left: 0;
}

.text-span-23 {
  color: var(--1);
  font-size: 20px;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff;
  margin-top: 20px;
  font-size: 13px;
  line-height: 22px;
}

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

.text-block-29 {
  color: var(--cinza);
  border-bottom: 0 solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.div-block-161 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-162 {
  background-image: url('../images/Frame-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  overflow: hidden;
}

.text-span-24 {
  color: var(--b);
  text-transform: uppercase;
  font-family: Moneta, sans-serif;
  font-size: 35px;
  font-weight: 900;
}

.text-span-24.diamond {
  background-image: url('../images/diamante.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
  font-size: 35px;
}

.container-90 {
  width: auto;
  max-width: 90%;
  margin-top: -120px;
}

.grid-28 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-163 {
  text-align: center;
  background-color: #0000009c;
  border-radius: 30px;
  padding: 40px;
}

.image-37 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-30 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-family: Cinzel Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.grid-desktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f8f8;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.grid-29 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
}

.text-block-26-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.heading-44-copy {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.paragraph-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 700px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-127-copy-2-copy {
  background-image: linear-gradient(126deg, #c48d3d, #fedb6b);
  width: 70px;
  height: 3px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.paragraph-3 {
  color: #000;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
}

.container-70, .container-71 {
  width: auto;
  max-width: 90%;
}

.bold-text-2 {
  letter-spacing: normal;
  text-transform: none;
  font-weight: 500;
}

.navigation-item-copy {
  border: 1px solid var(--3);
  opacity: 1;
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #dbc08d00;
  background-image: url('../images/loginb.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 0;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 23px 13px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition-property: all;
  transition-duration: 1.2s;
  display: none;
}

.navigation-item-copy:hover {
  background-color: var(--3);
  opacity: .9;
  color: #000;
}

.navigation-item-copy:active {
  opacity: .8;
}

.navigation-item-copy.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-copy.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-copy.w--current:active {
  opacity: .7;
  color: #32343a;
}

.text-block-31 {
  color: #fff;
  background-image: url('../images/cart-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-top: 1px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--1);
  font-weight: 400;
}

.s-nav-lateral {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-block-4 {
  border: 1px solid var(--2);
  background-color: #fedb6b00;
  border-radius: 200px;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
}

.link-block-4.w--current {
  background-color: #fedb6b;
  width: 8px;
  height: 8px;
}

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

.whatsapp-btn {
  z-index: 2000;
  color: #16b831;
  background-color: #2e9c2e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

.image-38 {
  width: 22px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.lottie-animation-2 {
  text-align: left;
  width: 50px;
  margin-bottom: 0;
  display: block;
}

.texto-kit-unique {
  color: #000;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.text-span-25 {
  background-image: linear-gradient(128deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.div-block-164 {
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block-165 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.grid-31 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-166 {
  display: none;
}

.grid-31-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.div-block-168 {
  background-color: #fff0;
  border-radius: 20px;
  margin-left: 0;
  padding: 0 0 0 20px;
}

.s-como-funciona {
  background-color: #fff0;
  min-height: 20vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-72 {
  width: 1200px;
  max-width: 90%;
}

.grid-32 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-169 {
  text-align: left;
  cursor: pointer;
  background-color: #1a1a1a;
  border-radius: 20px;
  padding: 50px 40px;
  text-decoration: none;
}

.div-block-169._3 {
  background-image: none;
  border-radius: 20px;
}

.div-block-169._2 {
  background-image: none;
  border-radius: 20px;
  text-decoration: none;
}

.div-block-169._4 {
  background-color: #1a1a1a;
  background-image: none;
  border-radius: 20px;
}

.image-39 {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-32 {
  color: var(--2);
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Cinzel Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.paragraph-4 {
  color: gray;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-170 {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-4-copy {
  border: 1px solid var(--2);
  text-align: center;
  background-color: #fedb6b00;
  border-radius: 200px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  transition-property: all;
  transition-duration: 1.2s;
}

.button-4-copy-copy {
  border: 1px solid var(--2);
  text-align: center;
  background-color: #fedb6b00;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 14px;
  transition-property: all;
  transition-duration: 1.2s;
  display: inline-flex;
}

.button-4-copy-copy:hover {
  background-color: var(--2);
  color: var(--black);
}

.text-span-26 {
  font-size: 10px;
}

.link {
  color: #9c9c9c;
  margin-left: 5px;
  transition-property: all;
  transition-duration: 1.2s;
}

.link:hover {
  color: var(--2);
}

.image-40 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.div-block-171 {
  text-align: left;
  cursor: default;
  background-color: #1b1b1b00;
  border: 1px solid #414141;
  border-radius: 10px;
  padding: 60px 40px;
  text-decoration: none;
  transition: all .3s;
}

.div-block-171:hover {
  background-color: #00000057;
}

.image-46 {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.text-block-33 {
  color: var(--b);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-34 {
  color: #fff;
  margin-top: 0;
  font-family: Cinzel Variablefont Wght, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}

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

.div-block-172 {
  text-align: center;
  padding-bottom: 10px;
  transition: all 1s;
}

.div-block-172:hover {
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 10px;
}

.div-block-173, .div-block-174 {
  text-align: center;
}

.div-block-175 {
  text-align: center;
  background-color: #fff;
  border: 0 solid #414141;
  border-radius: 5px;
  padding: 40px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 8px 9px 10px -5px #0000000d;
}

.list-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
}

.rodape {
  color: #f1f1f1;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 60px;
  position: relative;
}

.footer-legal-link {
  color: gray;
  margin-left: 24px;
  font-size: .8em;
  text-decoration: none;
  transition: all 1s;
}

.footer-legal-link:hover {
  color: #b29158;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bloco-botoes {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-45 {
  width: 15px;
}

.image-50 {
  width: 150px;
}

.footer-divider-two-2 {
  background-color: #313131;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block-7 {
  border: 1px solid var(--3);
  color: #b29158;
  background-color: #31313100;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .8s;
  display: flex;
}

.link-block-7:hover {
  background-color: var(--3);
  transform: scale(.9);
}

.footer-copyright-2 {
  color: gray;
  text-align: left;
  width: 20.8932%;
  font-size: .8em;
}

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

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

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

.container-73 {
  text-align: center;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.link-9 {
  color: gray;
  text-align: left;
}

.bloco-mobile {
  display: none;
}

.div-block-160-copy {
  cursor: pointer;
  background-color: #1a1a1a00;
  border: 1px solid #414141;
  border-radius: 10px;
  padding: 0;
  transition: all .5s;
  overflow: hidden;
}

.div-block-160-copy:hover {
  background-color: #161616;
  border-color: #161616;
}

.container-loja {
  width: 1200px;
  max-width: 90%;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading-48 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Moneta, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.div-block-177 {
  background-color: #dadada;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.text-block-35 {
  color: #00000040;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

.s-inicio-internas {
  background-image: linear-gradient(#0009, #0009), url('../images/harmony-face.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-top: 80px;
  display: flex;
}

.s-inicio-internas.soroterapia {
  background-image: linear-gradient(#0009, #0009), url('../images/soroterapia.png');
  background-position: 0 0, 50% 25%;
}

.s-inicio-internas.face {
  background-image: linear-gradient(#0009, #0009), url('../images/harmony-face.png');
}

.s-inicio-internas.body {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/unique-body-club.png');
}

.s-inicio-internas.spa {
  background-image: linear-gradient(#0009, #0009), url('../images/spa.png');
}

.s-tabela-internas {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}

.heading-43-copy {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: none;
  margin: 0 auto 20px;
  font-family: Cinzel Variablefont Wght, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-9-copy {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  max-width: none;
  margin-bottom: 0;
  font-family: Moneta, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

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

.grid-34 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-178 {
  background-color: #2b2b2b;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px;
}

.text-span-27 {
  color: #919191;
  margin-left: 10px;
  font-size: 25px;
  text-decoration: line-through;
}

.text-block-36 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
}

.text-span-27-copy {
  color: var(--white);
  margin-left: 5px;
  font-size: 25px;
  text-decoration: none;
}

.text-span-28 {
  color: var(--white);
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
}

.text-span-29 {
  color: var(--white);
  margin-left: 10px;
}

.text-span-30 {
  color: var(--white);
  margin-left: 10px;
  font-size: 14px;
}

.text-block-29-copy {
  color: var(--2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.container-91 {
  width: 1200px;
  max-width: 90%;
}

.text-span-31 {
  background-image: linear-gradient(118deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-6 {
  text-transform: uppercase;
  font-weight: 900;
}

.bold-text-7, .bold-text-8 {
  font-weight: 900;
}

.navigation-items-copy {
  z-index: 5;
  text-align: right;
  background-color: #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-179 {
  margin-top: 20px;
}

.text-block-36-copyv-f {
  color: var(--b);
  background-color: #e6e6e6;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: line-through;
  display: inline-flex;
}

.text-span-32 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #c48d3d, #fedb6b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.text-span-33 {
  font-weight: 700;
}

.text-block-37 {
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-51 {
  width: 100%;
  transition: all 1s;
}

.image-51:hover {
  transform: scale(1.05);
}

.div-block-180 {
  max-width: 90%;
  margin: 0 auto 40px;
}

.div-block-181 {
  border-radius: 5px;
  overflow: hidden;
}

.img-desktop {
  width: 100%;
  margin-top: 85px;
}

.div-block-182 {
  margin-bottom: 100px;
}

.heading-49 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

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

.container-92 {
  width: 1200px;
  max-width: 90%;
}

.heading-46-copy {
  color: var(--b);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Moneta, sans-serif;
  font-size: 5em;
  font-weight: 800;
  line-height: 1em;
}

.section-2 {
  background-color: #f7f7f700;
  padding-top: 0;
  padding-bottom: 0;
}

.container-93 {
  width: 1200px;
  max-width: 90%;
}

.grid-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-53 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
}

.heading-50 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Moneta, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-50-copy {
  color: #fff;
}

.section-3 {
  background-color: #f7f7f700;
  padding-top: 0;
  padding-bottom: 0;
}

.container-94 {
  width: 1200px;
  max-width: 90%;
}

.heading-50-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
}

.heading-46-copy-copy {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moneta, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-50-copy-copy {
  color: gray;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.paragraph-copycv-s {
  color: #424242;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Moneta, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: inline-flex;
  position: static;
}

.s-cta {
  background-color: #e9e9e9;
  background-image: linear-gradient(#00000091, #00000091), url('../images/img-cta.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-51 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-183 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-4-copy {
  border: 1px solid var(--2);
  color: #000;
  text-align: center;
  background-color: #fedb6b00;
  border-radius: 200px;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  transition-property: all;
  transition-duration: 1.2s;
  display: inline-flex;
}

.button-4-copy:hover {
  background-color: var(--2);
  color: var(--black);
}

.div-block-184 {
  margin-top: 40px;
}

.link-wrapper {
  text-transform: none;
  flex-direction: column;
  margin-top: 2rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.text-style-link {
  background-image: linear-gradient(108deg, var(--1), var(--2));
  color: #0d0e13;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .5rem;
  font-family: Moneta, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
}

.line {
  background-color: var(--cinza);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.section-loop {
  z-index: 6;
  object-fit: fill;
  background-color: #f9f5ef;
  position: relative;
  overflow: hidden;
}

.loop_component {
  perspective: 1000px;
  color: #141414;
  background-color: #f1f1f100;
  background-image: linear-gradient(#796c63e6, #796c63e6), url('../images/img-cta.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.loop_layout {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
  position: relative;
}

.loop_content {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px #f93700;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  overflow: hidden;
}

.loop_text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  perspective: 1000px;
  letter-spacing: .3em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  line-height: 4em;
  display: grid;
}

.loop-text {
  color: var(--3);
  letter-spacing: .1em;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  font-family: Kiona, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.loop-separator {
  background-color: #c19a5b;
  width: 50px;
  height: 2px;
}

.div-block-185 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-185-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-186 {
  background-color: #0000;
}

.text-block-38 {
  color: #9c9c9c;
  font-weight: 400;
  display: none;
}

.text-block-10 {
  color: #000;
  text-decoration: underline;
}

.text-block-10:hover {
  color: #858585;
}

.cart-button {
  background-color: #0000;
  border: 2px #000;
  margin-right: 0;
  display: none;
}

.cart-2 {
  margin-right: 0;
  top: 0;
  right: 0%;
}

.heading-2 {
  color: #000;
  font-weight: 500;
}

.text-empty-cart {
  color: #b6b6b6;
  text-align: center;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 400;
}

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

.text-block-6 {
  color: #000;
  font-weight: 500;
}

.icon-7 {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/card_icon_1card_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  background-attachment: scroll;
  width: 28px;
  height: 35px;
  margin-right: 0;
}

.apple-pay-2 {
  height: 51px;
}

.text-block-39 {
  color: #000;
  font-weight: 500;
}

.cart-quantity-2 {
  border-radius: 0;
}

.empty-state-3 {
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 60px;
}

.checkout-button {
  border: 1px solid var(--3);
  background-color: var(--3);
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-property: all;
  transition-duration: 1s;
}

.checkout-button:hover {
  background-color: #00926400;
}

.cart-quantity-3 {
  color: #fff;
  background-color: #000;
  min-width: 18px;
  height: 18px;
  margin-top: 8px;
  margin-left: -12px;
  font-size: 12px;
  font-weight: 500;
}

.title-empty-cart {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 12px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.burger-line {
  background-color: #000;
  border-radius: 1px;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.menu-button-2 {
  z-index: 7;
  border-radius: 12px;
  margin-left: 0;
  padding: 0;
}

.heading-50-copy-copy-copy {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin: 20px auto 0;
  font-family: Moneta, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.text-span-34 {
  background-image: linear-gradient(122deg, var(--1), var(--2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  text-transform: uppercase;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #ffffff24;
  padding-top: 32px;
  padding-bottom: 32px;
}

.grid-footer-3-columns {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  align-items: center;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #4a3aff;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-font {
  line-height: 21px;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-item.horizontal {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-logo {
  transform-style: preserve-3d;
  width: 120px;
  transition: all 1s;
}

.footer-logo:hover {
  transform: scale3d(.95, .95, 1.01);
}

.footer-link-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition-property: all;
  transition-duration: 1s;
}

.footer-link-3:hover {
  color: var(--1);
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.right.center-tablet {
  grid-column-gap: 12px;
}

.mg-bottom-0 {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  display: inline-flex;
}

.link-10 {
  color: #1e283380;
  cursor: pointer;
  margin-left: 5px;
  transition-property: all;
  transition-duration: 1s;
}

.link-10:hover {
  color: var(--1);
}

.text-span-35 {
  color: var(--1);
  margin-left: 20px;
  margin-right: 20px;
}

.logo {
  width: 150px;
  margin-bottom: 32px;
}

.footer-bottom-3 {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1a;
  border-radius: 5px;
  justify-content: space-between;
  margin-top: 92px;
  padding-left: 20px;
  display: flex;
}

.paragraph-5 {
  color: var(--cinza);
  max-width: 360px;
  font-family: Moneta, sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
}

.social-square {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.secondary-link-dark {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-property: all;
  transition-duration: 1s;
  display: block;
}

.secondary-link-dark:hover {
  color: var(--3);
}

.text-rights {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer-link-dark {
  color: #6e6e6e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition-property: all;
  transition-duration: 1s;
  display: block;
}

.footer-link-dark:hover {
  color: var(--1);
  transform: translate(5px);
}

.footer-link-dark.cart {
  color: #6e6e6e;
  background-image: url('../images/carrinho-2.svg');
  background-size: 16px;
  margin-left: 0;
}

.footer-link-dark.cart:hover {
  color: var(--3);
}

.footer-link-dark.checkout {
  color: #6e6e6e;
  background-image: url('../images/checkout-3.svg');
  background-size: 16px;
}

.footer-link-dark.checkout:hover {
  color: var(--3);
}

.footer-link-dark.hme {
  color: #6e6e6e;
  background-image: url('../images/home-1.svg');
}

.footer-link-dark.hme.w--current:hover {
  color: var(--3);
}

.footer-link-dark.soroterapia {
  background-image: url('../images/soroterapia.svg');
}

.footer-link-dark.spa {
  background-image: url('../images/Spa2.svg');
}

.footer-link-dark.face {
  background-image: url('../images/face.svg');
}

.footer-link-dark.body-club {
  background-image: url('../images/body.svg');
}

.social-link-full {
  color: #1e2833;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.footer-title {
  color: var(--3);
  -webkit-text-stroke-color: #fedb6b;
  margin-bottom: 22px;
  font-family: Moneta, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr 1.25fr;
}

.footer-3 {
  background-color: #fff;
  padding: 92px 3%;
}

.text-span-36 {
  color: var(--3);
  font-weight: 700;
}

.preloader {
  z-index: 1100;
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-3 {
  width: 250px;
}

.heading-52 {
  margin-top: 0;
  margin-bottom: 0;
}

.button-5 {
  border: 1px solid var(--3);
  background-color: #3898ec00;
  background-image: url('../images/whatsapp-branco.svg');
  background-position: 25px;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50px;
  padding: 15px 25px 15px 50px;
  font-weight: 400;
  transition-property: all;
  transition-duration: 1s;
}

.button-5:hover {
  background-color: var(--3);
  color: #fff;
}

.bloco-titulo {
  background-image: linear-gradient(#796c63cc, #796c63cc), url('../images/unique-body-club.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 160px;
}

.heading-50-copy-copy-copysdq {
  color: #fff;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.bloco-titulo2 {
  background-image: linear-gradient(#796c63cc, #796c63cc), url('../images/soroterapia.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 160px;
}

.heading-50-copy-cop {
  color: #fff;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.bloco-titulo3 {
  background-image: linear-gradient(#796c63cc, #796c63cc), url('../images/harmony-face.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 160px;
}

.bloco-titulo4 {
  background-image: linear-gradient(#796c63cc, #796c63cc), url('../images/spa.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 160px;
}

.img-mobile {
  width: 100%;
  margin-top: 85px;
  display: none;
}

.div-block-187 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-188 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-37 {
  font-weight: 700;
}

.s-home {
  background-image: linear-gradient(#0009, #0009), url('../images/img-capa.png');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.s-vantagens {
  background-color: #796c63cc;
  background-image: linear-gradient(#796c63d1, #796c63d1), url('../images/Frame-8.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-189 {
  text-align: center;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .7s;
}

.div-block-189:hover {
  border: 2px solid #dbc08d45;
}

.image-54 {
  width: 25px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-40 {
  margin-top: 20px;
}

.image-55 {
  border-radius: 0;
  width: 100%;
}

.s-slide {
  overflow: hidden;
}

.div-block-190 {
  background-color: #504238;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-180-copy {
  max-width: 90%;
  margin: 0 auto;
}

.heading-46-copy-copy {
  background-image: linear-gradient(122deg, var(--1), var(--2));
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Moneta, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em;
}

.link-block-8 {
  z-index: 2;
  border: 1px solid var(--3);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 0;
  font-family: Moneta, sans-serif;
  text-decoration: none;
  display: none;
  position: relative;
}

.link-block-8.on {
  border-color: #dbc08d;
  display: flex;
}

.div-block-17 {
  background-color: var(--3);
  border-radius: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-3 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-block-191 {
  margin-top: 30px;
}

.div-block-184-copy, .div-block-184-copyvds, .div-block-192 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-block-9 {
  z-index: 2;
  border: 1px solid var(--3);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-193 {
  background-color: var(--3);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-41 {
  color: #fff;
  background-image: url('../images/whatsapp-branco.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.bloco-titulo-precos {
  text-align: left;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Cinzel Variablefont Wght, sans-serif;
  font-weight: 800;
}

.link-text {
  z-index: 99;
  color: var(--cinza);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-text.is-09 {
  font-family: Moneta, sans-serif;
  font-size: 1.2rem;
}

.arrow-wrapper {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  top: 2px;
}

.arrow-wrapper.is-before {
  flex-flow: row;
  flex: none;
  align-self: center;
  align-items: center;
  height: auto;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 20% -1.5rem;
}

.link-09_underline {
  background-color: var(--3);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-09 {
  grid-column-gap: 1rem;
  color: #131313;
  justify-content: flex-start;
  align-self: center;
  align-items: baseline;
  padding-bottom: 5px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.arrow_image {
  object-fit: contain;
  background-color: #0000;
  border: 1px solid #0000;
  width: 15px;
  height: auto;
  margin-bottom: 4px;
  font-size: 14px;
  transform: rotate(0);
}

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

.link-08 {
  color: #131313;
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-08_underline {
  background-color: #131313;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-08_underline.is-currentcolor {
  transform-origin: 0%;
  background-color: #fff;
}

.link-08_underline.is-white {
  transform-origin: 0%;
  background-color: #131313;
}

.link-text-2 {
  z-index: 99;
  color: var(--cinza);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-2:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.div-block-195 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-36-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 60px;
}

.image-53-copy {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-46-co {
  color: var(--b);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Moneta, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em;
}

.heading-50-c {
  color: gray;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.div-block-184-copyfv {
  margin-top: 40px;
}

.text-block-33-copy {
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph-4-copyv {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.container-pag-internas {
  width: auto;
  max-width: 90%;
}

.div-block-197 {
  background-color: #f1f1f1;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.div-block-195-copy {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.grid-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  display: block;
}

.div-block-198 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-56 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-53 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Moneta, sans-serif;
  font-size: 5em;
  line-height: 1em;
}

.heading-54 {
  color: var(--c);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Moneta, sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 1em;
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-199 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paypal {
  display: none;
}

.section-4 {
  padding-top: 85px;
  font-family: Poppins, sans-serif;
}

.container-96 {
  width: auto;
}

.div-block-200 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.bloco-pp {
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 60px;
}

.heading-56 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.list-5 {
  margin-bottom: 20px;
}

.text-block-345 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 500;
}

.s-faq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-97 {
  width: 1200px;
  max-width: 90%;
}

.div-block-201 {
  margin-top: 60px;
}

.heading-center {
  color: var(--b);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Moneta, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
}

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

.faq-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-paragraph {
  color: var(--cinza);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.faq-question {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph-18 {
  color: #9e9e9e;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

.faq-answer-inner {
  background-color: #000;
  padding: 0 20px 20px;
  overflow: visible;
}

.heading-57 {
  color: #b29158;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.faq-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.p-m-wrap {
  background-color: #b29158;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.faq-item {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px #0000000d;
}

.div-block-82 {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.container-98 {
  border-top: 2px solid #b29158;
  border-bottom: 2px solid #b29158;
  border-right: 0 solid #b29158;
  border-radius: 20px 0;
  margin-top: 140px;
  padding: 60px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: var(--3);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.container-99 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-99.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.faq-plus {
  background-color: var(--3);
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer-2 {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer-2.last-faq-answer {
  border-bottom-width: 0;
}

.faq-answer-text {
  color: var(--cinza);
  margin-bottom: 30px;
  font-size: 15px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.link-11 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-q-text {
  font-weight: 300;
}

.faq-plus-l {
  background-color: var(--3);
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question-2 {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

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

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.text-span-38 {
  text-decoration: none;
}

.text-span-39 {
  font-size: 20px;
}

.heading-46-copy-copy-copy {
  color: var(--b);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moneta, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1em;
}

.s-menu {
  z-index: 999;
  background-color: #ffffffe6;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-100 {
  width: 1200px;
  max-width: 90%;
}

.grid-40 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-202 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-203 {
  display: inline-flex;
}

.div-block-204 {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.code-embed {
  font-weight: 300;
  display: inline-flex;
}

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

.text-block-346 {
  border-left: 4px solid var(--3);
  color: var(--white);
  margin-top: 15px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.text-block-347 {
  color: var(--cinza);
  background-image: url('../images/presente.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px 20px;
  padding-top: 4px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 22px;
}

.desconto {
  border: 1px solid var(--3);
  background-color: #dbc08d47;
  padding: 15px;
  display: inline-flex;
}

.text-block-348 {
  color: var(--1);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .s-pacotes.cc-product-detail {
    flex-direction: column;
  }

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

  .container {
    max-width: 90%;
  }

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    color: #fff;
    display: block;
  }

  .navigation-items {
    background-color: #fff0;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    background-color: #f7f7f7;
    padding: 20px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: right;
    padding: 15px 0 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 15px 13px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

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

  .heading-43 {
    font-size: 4em;
  }

  .text-block-9 {
    font-size: 1.2em;
  }

  .container-66 {
    max-width: 90%;
  }

  .grid-21 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-copyright-center {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .assinatura {
    margin-left: 0;
  }

  .footer-link-2 {
    font-size: 13px;
  }

  .container-7 {
    max-width: none;
  }

  .footer-content, .grid-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .creator_block {
    display: block;
  }

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

  .container-68 {
    max-width: 90%;
  }

  .grid-27 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-160 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-47 {
    font-size: 15px;
    line-height: 35px;
  }

  .text-block-27 {
    font-size: 12px;
  }

  .text-block-28 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-span-23 {
    font-size: 15px;
  }

  .div-block-161 {
    max-width: 90%;
  }

  .text-span-24 {
    font-size: 30px;
  }

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

  .navigation-item-copy {
    text-align: center;
    padding: 15px 30px 15px 35px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-copy:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-copy:active {
    background-color: #eef0f3;
  }

  .s-nav-lateral {
    margin-right: 5px;
  }

  .texto-kit-unique {
    font-size: 12px;
  }

  .div-block-165 {
    margin-left: 5px;
  }

  .div-block-166 {
    display: flex;
  }

  .grid-31-copy {
    display: none;
  }

  .grid-32 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-33 {
    font-size: 1.1em;
  }

  .bloco-botoes {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-left: 0;
  }

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

  .container-73 {
    max-width: 90%;
  }

  .bloco-mobile {
    display: none;
  }

  .s-container-internas {
    max-width: 90%;
  }

  .heading-43-copy {
    font-size: 3em;
  }

  .text-block-9-copy {
    font-size: 1.4em;
  }

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

  .navigation-items-copy {
    background-color: #000;
  }

  .heading-46-copy {
    font-size: 3em;
  }

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

  .image-53 {
    max-width: 70%;
  }

  .heading-50-copy-copy {
    font-size: 25px;
  }

  .loop_component {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .cart-button {
    margin-right: 0;
  }

  .cart-2 {
    top: 0;
    right: 0%;
  }

  .menu-button-2 {
    margin-left: 10px;
  }

  .heading-50-copy-copy-copy {
    font-size: 4em;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-bottom-3 {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

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

  .heading-50-copy-cop {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-187, .div-block-188 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .link-text, .link-text-2 {
    flex: none;
    width: 100%;
  }

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

  .grid-36-copy {
    grid-template-columns: 1fr;
  }

  .image-53-copy {
    max-width: 70%;
  }

  .heading-50-c {
    font-size: 25px;
  }

  .text-block-33-copy {
    font-size: 1.1em;
  }

  .div-block-196 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .grid-39 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-198 {
    width: auto;
    padding-top: 60px;
  }

  .image-56 {
    padding-left: 100px;
  }

  .container-96 {
    max-width: 90%;
  }

  .heading-center {
    font-size: 3em;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .s-pacotes, .s-pacotes.cc-store-home-wrap, .s-pacotes.cc-store-home-wrap-2, .s-pacotes.cc-store-home-wrap-3, .s-pacotes.cc-store-home-wrap4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-items {
    display: flex;
  }

  .navigation {
    background-color: #f7f7f7;
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .navigation-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .cart-container {
    min-width: 360px;
  }

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

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-3 {
    width: 25px;
    height: 25px;
  }

  .image-12 {
    width: 150px;
  }

  .heading-43 {
    font-size: 3em;
  }

  .text-block-9 {
    font-size: 1em;
  }

  .container-66 {
    max-width: 90%;
  }

  .grid-21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .link-block {
    display: block;
  }

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

  .heading-2-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .footer-copyright-center {
    display: inline-flex;
  }

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

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

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

  .div-block-15 {
    text-align: center;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

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

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

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .creator_block {
    display: block;
  }

  .grid-26 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .heading-46, .text-block-26 {
    text-align: left;
  }

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

  .heading-47 {
    font-size: 18px;
    line-height: 45px;
  }

  .text-block-27 {
    font-size: 15px;
  }

  .text-block-28 {
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .text-span-24 {
    font-size: 50px;
  }

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

  .grid-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-165 {
    display: none;
  }

  .div-block-166 {
    display: flex;
  }

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

  .div-block-169._1, .div-block-169._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-169._2 {
    padding: 40px 20px;
  }

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

  .div-block-171 {
    padding: 40px 30px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rodape {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .container-73 {
    max-width: 90%;
  }

  .bloco-mobile {
    display: block;
  }

  .slide-nav {
    font-size: 10px;
  }

  .slider {
    background-color: #ddd0;
    height: auto;
  }

  .right-arrow, .left-arrow {
    width: 30px;
  }

  .icon-2, .icon-3 {
    font-size: 15px;
  }

  .heading-43-copy {
    font-size: 2.5em;
  }

  .text-block-9-copy {
    font-size: 1.3em;
  }

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

  .navigation-items-copy {
    min-width: auto;
  }

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

  .heading-46-copy, .heading-46-copy-copy {
    text-align: left;
  }

  .loop_component {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .loop-text {
    font-size: 2rem;
  }

  .cart-button {
    display: flex;
  }

  .cart-2 {
    vertical-align: baseline;
    margin-right: 0;
    top: 0;
    right: 0%;
  }

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

  .heading-50-copy-copy-copy {
    font-size: 50px;
    line-height: 55px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .footer-bottom-3 {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .social-square {
    margin-right: 4px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-grid-02 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-187, .div-block-188 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-46-copy-copy, .heading-46-co {
    text-align: left;
  }

  .div-block-198 {
    padding-top: 80px;
  }

  .heading-53 {
    font-size: 30px;
  }

  .heading-54 {
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 30px;
  }

  .bloco-pp {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .heading-46-copy-copy-copy {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .s-pacotes.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .s-pacotes.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .s-pacotes.cc-store-home-wrap-2 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .s-pacotes.cc-store-home-wrap-3 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .s-pacotes.cc-store-home-wrap4 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .button.cc-add-to-cart-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-items {
    background-color: #f1f1f100;
    padding-bottom: 0;
  }

  .cart {
    margin-right: 10px;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item {
    color: #fff;
  }

  .menu-button {
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 18px 15px;
    display: flex;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    display: flex;
  }

  .cart-container {
    min-width: 320px;
  }

  .collection-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center stretch;
    width: 100%;
  }

  .collection-item {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .product-image {
    height: 300px;
  }

  .product-detail-cta-wrap {
    display: block;
  }

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

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .menu {
    padding-top: 10px;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-111 {
    padding-bottom: 40px;
  }

  .image-12 {
    width: 100px;
    margin-right: 10px;
  }

  .btn-janela {
    padding: 10px 15px;
  }

  .text-block-9-copy {
    text-align: center;
  }

  .background-video-2 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(0deg, #000, #fff0 60%), linear-gradient(#000 6%, #fff0 60%);
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .heading-43 {
    text-align: center;
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .text-block-9 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
  }

  .play-pause-button {
    display: none;
  }

  .text-span-16 {
    font-size: 1em;
    line-height: 1.1;
  }

  .heading-44 {
    text-align: left;
    font-size: 45px;
    line-height: 45px;
  }

  .container-66 {
    max-width: 90%;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .grid-21 {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-134._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .footer-copyright-center {
    font-size: 10px;
  }

  .endereco {
    font-size: 14px;
  }

  .footer-2 {
    z-index: 888;
  }

  .footer-copyright-center-copy {
    font-size: 10px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .container-7 {
    max-width: 90%;
  }

  .image-4 {
    margin-bottom: 40px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .creator_block, .div-block-157 {
    display: block;
  }

  .s-regras {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-26 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .heading-46 {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .text-block-26 {
    text-align: center;
    background-image: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .list-item-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .div-block-160 {
    background-color: #f1f1f1;
    padding-bottom: 40px;
  }

  .div-block-160:hover {
    background-color: #f1f1f1;
  }

  .div-block-160._2 {
    background-color: #e4e4e4;
    border-bottom-left-radius: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .heading-47 {
    text-align: left;
    font-size: 16px;
    line-height: 40px;
  }

  .text-block-27 {
    text-align: left;
    font-size: 13px;
  }

  .text-block-28 {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

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

  .div-block-161 {
    text-align: left;
    border-bottom: 0 solid silver;
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .text-span-24.diamond {
    font-size: 30px;
    line-height: 35px;
  }

  .grid-desktop {
    background-color: #f3f3f300;
    border-radius: 10px;
  }

  .text-block-26-copy {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
  }

  .heading-44-copy {
    font-size: 35px;
    line-height: 35px;
  }

  .paragraph-copy {
    font-size: 12px;
  }

  .navigation-item-copy {
    border-color: var(--1);
    color: #000;
    background-color: #fff0;
    background-image: url('../images/loginb.svg');
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    transition: all .8s;
    display: inline-flex;
  }

  .navigation-item-copy:hover {
    border-color: var(--3);
    background-color: var(--3);
    color: #000;
  }

  .s-nav-lateral {
    margin-right: 3px;
  }

  .link-block-4, .link-block-4.w--current {
    width: 7px;
    height: 7px;
  }

  .texto-kit-unique {
    text-align: left;
  }

  .div-block-165 {
    display: none;
  }

  .div-block-166 {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-31-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-168 {
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-como-funciona {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .grid-32 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-33 {
    text-align: left;
    margin-top: 40px;
    font-size: 1.3em;
  }

  .footer-block-three.w--current {
    text-align: center;
  }

  .footer-legal-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .image-50 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-copyright-2 {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .footer-bottom-2 {
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    justify-content: center;
    align-items: center;
  }

  .container-73 {
    text-align: center;
    width: auto;
    max-width: 90%;
  }

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

  .slide-nav {
    margin-top: 0;
    font-size: 7px;
  }

  .s-inicio-internas {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .s-tabela-internas {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-43-copy {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .text-block-9-copy {
    text-align: center;
    font-family: Moneta, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5em;
  }

  .text-span-27 {
    font-size: 23px;
  }

  .text-span-27-copy {
    font-size: 16px;
  }

  .text-span-28 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-span-30 {
    font-size: 13px;
    line-height: 15px;
  }

  .container-91 {
    width: 100%;
    max-width: 90%;
  }

  .navigation-items-copy {
    background-color: #000;
    min-width: 250px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .div-block-181 {
    border-radius: 0;
  }

  .img-desktop {
    display: none;
  }

  .div-block-182 {
    margin-bottom: 60px;
  }

  .heading-46-copy {
    text-align: left;
    margin-bottom: 20px;
    font-size: 3em;
  }

  .grid-36 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 40px;
  }

  .image-53 {
    max-width: none;
    padding-top: 0;
    padding-right: 20px;
  }

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

  .heading-46-copy-copy {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.3em;
  }

  .heading-50-copy-copy {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-copycv-s {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-184 {
    text-align: center;
  }

  .loop_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop-text {
    letter-spacing: .1em;
    font-size: 1.8rem;
  }

  .cart-2 {
    margin-right: 0;
    top: 0;
    right: 0%;
  }

  .burger-btn-wrapper {
    background-image: none;
    border-radius: 13px;
    padding: 10px;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .heading-50-copy-copy-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .list-4 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-top.pd-72px {
    padding-top: 60px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-list-wrapper.horizontal {
    flex-direction: column;
  }

  .footer-list-item.horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    width: 100%;
    max-width: 160px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .mg-bottom-0 {
    font-size: 11px;
    display: inline-flex;
  }

  .link-10 {
    margin-left: 5px;
  }

  .text-span-35 {
    display: none;
  }

  .footer-bottom-3 {
    text-align: center;
    flex-direction: column;
    padding-top: 10px;
  }

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

  .footer-column {
    margin-top: 40px;
  }

  .secondary-link-dark {
    margin-right: 32px;
    display: inline-flex;
  }

  .text-rights {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    line-height: 20px;
    display: inline-flex;
  }

  .footer-wrapper-2 {
    text-align: left;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-grid-02 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lottie-animation-3 {
    width: 200px;
  }

  .heading-50-copy-copy-copysdq {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .bloco-titulo2 {
    padding-bottom: 100px;
  }

  .heading-50-copy-cop {
    text-align: left;
    margin-top: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .img-mobile {
    margin-top: 85px;
    display: block;
  }

  .div-block-187 {
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-188 {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .heading-46-copy-copy {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2em;
  }

  .div-block-184-copy, .div-block-184-copyvds {
    text-align: center;
  }

  .link-text {
    white-space: nowrap;
    flex: 0 auto;
  }

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

  .link-text-2 {
    white-space: nowrap;
    flex: 0 auto;
  }

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

  .grid-36-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-53-copy {
    width: 100%;
    max-width: none;
    padding-left: 20px;
  }

  .heading-46-co {
    text-align: right;
    margin-bottom: 20px;
    font-size: 2em;
  }

  .heading-50-c {
    text-align: right;
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-184-copyfv {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .text-block-33-copy {
    text-align: center;
    margin-top: 40px;
    font-size: 1.3em;
  }

  .paragraph-4-copyv {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .grid-39 {
    max-width: 100%;
  }

  .div-block-198 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .image-56 {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

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

  .heading-54 {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-199 {
    margin-top: 30px;
  }

  .div-block-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-55 {
    line-height: 45px;
  }

  .bloco-pp {
    padding: 40px 20px;
  }

  .heading-56 {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-7 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .heading-center {
    text-align: left;
    margin-bottom: 20px;
    font-size: 3em;
  }

  .faq-paragraph {
    font-size: 15px;
  }

  .question-title {
    flex: 1;
  }

  .h3 {
    font-size: 15px;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .container-98 {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .container-99.faq-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-plus {
    height: 3px;
  }

  .faq-answer-2 {
    padding-left: 0;
  }

  .faq-answer-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .faq-plus-wrap {
    width: 15px;
    height: 10px;
  }

  .faq-q-text {
    color: var(--b);
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .faq-plus-l {
    width: 3px;
  }

  .faq-question-2 {
    height: auto;
  }

  .heading-46-copy-copy-copy {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.3em;
  }

  .grid-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-202 {
    margin-left: 0;
  }
}

#w-node-_0b3983e5-7e06-f4ad-a357-521432db72c7-896184cd {
  align-self: center;
}

#w-node-_24c93189-3bb0-9e4c-6b84-e1719e71bdf9-896184cd {
  order: 9999;
  align-self: center;
}

#w-node-_9f4ede5c-25f7-529f-1a14-e4458a303b21-896184cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d32682ef-5db4-294b-948c-91ff2ba7bf4e-896184cd {
  order: -9999;
  align-self: center;
}

#w-node-b9856702-67d0-ea5f-6232-ed058f656f35-896184cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00158a6f-b8aa-bd0d-3cf5-55e563fe133d-896184cd, #w-node-aeb16163-7566-cc99-9f54-4aeb343d9fce-896184cd {
  align-self: center;
}

#w-node-_23ef3312-9ee6-6d99-3f86-65ef0c6fa88f-0c6fa88c {
  place-self: center start;
}

#w-node-_23ef3312-9ee6-6d99-3f86-65ef0c6fa891-0c6fa88c {
  order: 0;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_24c93189-3bb0-9e4c-6b84-e1719e71bdf9-896184cd {
    order: 9999;
  }

  #w-node-cb4ca7f4-2d63-90b0-1523-8db52360b807-896184cd {
    justify-self: end;
  }

  #w-node-d32682ef-5db4-294b-948c-91ff2ba7bf4e-896184cd {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78f48dd6-9780-245b-9142-1c03aadc61f8-c679cce1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_24c93189-3bb0-9e4c-6b84-e1719e71bdf9-896184cd, #w-node-d32682ef-5db4-294b-948c-91ff2ba7bf4e-896184cd {
    order: 9999;
  }

  #w-node-_50359008-00aa-b84d-1861-5abb101b2397-896184cd, #w-node-_50359008-00aa-b84d-1861-5abb101b23a6-896184cd, #w-node-_50359008-00aa-b84d-1861-5abb101b23b5-896184cd, #w-node-_50359008-00aa-b84d-1861-5abb101b23c4-896184cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aeb16163-7566-cc99-9f54-4aeb343d9fce-896184cd {
    justify-self: center;
  }

  #w-node-_78f48dd6-9780-245b-9142-1c03aadc61f8-c679cce1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33231bbc-677d-a3b6-7922-53722c960282-2c96024f, #w-node-_33231bbc-677d-a3b6-7922-53722c9602b4-2c96024f, #w-node-_1224bc62-17f2-638d-2b5b-17d11e619e07-896184e3, #w-node-_1224bc62-17f2-638d-2b5b-17d11e619e18-896184e3, #w-node-_1224bc62-17f2-638d-2b5b-17d11e619e29-896184e3, #w-node-_1224bc62-17f2-638d-2b5b-17d11e619e3a-896184e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Kiona Itallic';
  src: url('../fonts/Kiona-Itallic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kiona';
  src: url('../fonts/Kiona-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel Variablefont Wght';
  src: url('../fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moneta';
  src: url('../fonts/Moneta-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/baskerville.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-NormalOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Audrey';
  src: url('../fonts/Audrey-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}