:root {
  --black-2: #000;
  --bianco: #e5e1de;
  --red: #a31f26;
  --_elements---radius: 1rem;
  --bordeaux: #621819;
  --_elements---secondary--lighter: #666;
  --_elements---borders--lighter: #666;
  --_elements---borders--light: white;
  --_elements---label--border: #a31f26;
  --_elements---label--background: #371112;
  --_elements---label--text: #ff7272;
  --_elements---green-label--border: #16a34a;
  --_elements---green-label--background: #0d2612;
  --_elements---green-label--text: #4ade80;
  --_elements---primary--middle: #932a2e;
  --_elements---primary--lighter: #a31f26;
  --_elements---primary--darker: #621819;
  --_elements---secondary--middle: #202020;
  --_elements---secondary--darker: black;
  --_elements---borders--middle: #202020;
  --black: #232323;
  --_elements---blue-label--text: #60a5fa;
  --_elements---blue-label--border: #1d4ed8;
  --_elements---blue-label--background: #0d1b2a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black-2);
  color: var(--bianco);
  font-family: Vend Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
}

h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--bianco);
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--red);
}

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

img {
  border-radius: var(--_elements---radius);
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 150%;
}

.event-item-header3_countdown {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 3px solid var(--bianco);
  border-radius: 5px;
  justify-content: center;
  padding: 1rem 1.5rem;
  display: inline-flex;
}

.event-item-header3_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.divider-vertical {
  background-color: var(--bianco);
  border-radius: 5px;
  align-self: stretch;
  width: 3px;
}

.divider-vertical.is-alternate {
  background-color: var(--bianco);
}

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

.max-width-large.align-center {
  margin-bottom: 2rem;
}

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

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

.padding-section-large.relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.heading-style-h2 {
  font-size: 3rem;
  line-height: 120%;
}

.heading-style-h2.is-accent {
  font-family: Cinzel, sans-serif;
}

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

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

.section_event-item-header3 {
  position: relative;
}

.section_event-item-header3.text-color-white {
  color: var(--bianco);
  min-height: 100vh;
}

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

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

.event-item-header3_number-changes {
  display: none;
}

.heading-style-h3 {
  font-size: 2.5rem;
  line-height: 120%;
}

.event-item-header3_number-wrapper {
  flex-direction: column;
  align-items: center;
  min-width: 4.5rem;
  display: flex;
}

.event-item-header3_component {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image_ermes {
  border: .5rem solid var(--bordeaux);
  border-radius: 50rem;
  width: 150px;
  height: 150px;
}

.link_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social_link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.social_link.is-white {
  background-color: var(--bordeaux);
  color: var(--bianco);
  border-radius: 2rem;
  transition: all .25s;
}

.social_link.is-white:hover {
  transform: translate(0, -2px);
  box-shadow: inset 0 -3px #00000070;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 150%;
  display: flex;
}

.paragraph-small.is-smaller {
  font-size: .6rem;
}

.spacing-8px {
  height: .5rem;
}

.styleguide-header_wrapper {
  padding-bottom: .5rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 140%;
}

.heading-style-h5.is-compare-at-price {
  color: var(--_elements---secondary--lighter);
  text-decoration: line-through;
}

.heading-style-h5.is-compare-at-price.is-smaller {
  color: var(--_elements---secondary--lighter);
  font-size: 1rem;
}

.label-small {
  padding: .25rem .75rem;
}

.label-small.border-none {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.columns-three {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacing-100px {
  height: 6.25rem;
}

.spacing-32px {
  height: 2rem;
}

.paragraph-large {
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 150%;
}

.label-large {
  display: inline-flex;
}

.label-large.border-none {
  text-align: left;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h1 {
  font-size: 3.5rem;
  line-height: 120%;
}

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 140%;
}

.column-left, .label-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spacing-24px {
  height: 1.5rem;
}

.typography_element-detail {
  width: auto;
  padding: .25rem .5rem;
}

.padding-global-2 {
  background-color: #0000;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.spacing-170px {
  height: 10.625rem;
}

.list-ordered_wrapper, .paragraph-wrapper, .typography, .column-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: inline-flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
}

.heading-style-h4.is-price {
  color: #e5e5e5;
}

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

.main-wrapper {
  z-index: 3;
  position: relative;
}

.spacing-40px {
  height: 2.5rem;
}

.columns-two {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.columns-two.gap-60px {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.page-wrapper {
  z-index: 1;
  width: auto;
  position: relative;
}

.label-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-flex;
}

.label-2.border-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 100%;
}

.label {
  border: 1px solid var(--_elements---borders--lighter);
  background-color: var(--black-2);
  color: var(--_elements---borders--light);
  text-align: center;
  border-radius: 5px;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 120%;
  display: inline-flex;
}

.label.small {
  font-size: .75rem;
}

.label.large {
  font-size: 1rem;
}

.label.without-border {
  text-align: left;
  background-color: #37111200;
  border: 0 #a31f2600;
  padding: 0;
}

.label.beginner {
  border-color: var(--_elements---label--border);
  background-color: var(--_elements---label--background);
  color: var(--_elements---label--text);
}

.label.sponsor {
  border-color: var(--_elements---green-label--border);
  background-color: var(--_elements---green-label--background);
  color: var(--_elements---green-label--text);
}

.label.sponsor.has-top-margin {
  margin-top: 20px;
}

.btn {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(130deg, var(--_elements---primary--middle), var(--_elements---primary--lighter) 50%, var(--_elements---primary--darker));
  color: var(--bianco);
  text-align: center;
  padding: 1.5px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.btn:hover {
  color: var(--bianco);
  transform: translate(0, -5px);
}

.btn.secondary {
  background-image: linear-gradient(130deg, var(--_elements---secondary--middle), var(--_elements---secondary--lighter) 50%, var(--_elements---secondary--darker));
}

.btn.is-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: none;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  transition: all .35s;
  display: flex;
}

.btn.is-link:hover {
  letter-spacing: 1px;
  background-color: #3898ec00;
  transform: none;
}

.btn.is-link.is-bigger {
  font-size: 1.125rem;
}

.btn-text {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(145deg, var(--_elements---primary--darker), var(--_elements---primary--middle) 52%, var(--_elements---primary--lighter));
  padding: .75rem 1.5rem;
  transition: all .35s;
}

.btn-text:hover {
  background-image: linear-gradient(145deg, var(--_elements---primary--lighter), var(--_elements---primary--lighter) 52%, var(--_elements---primary--darker));
}

.btn-text.secondary {
  background-image: linear-gradient(145deg, var(--_elements---secondary--darker), var(--_elements---secondary--middle) 50%, var(--_elements---secondary--lighter));
}

.btn-text.secondary:hover {
  background-image: linear-gradient(145deg, var(--_elements---secondary--lighter), var(--_elements---secondary--middle) 58%, var(--_elements---secondary--darker));
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

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

.button-group.is-vertical {
  flex-flow: column;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar_component {
  background-color: var(--black-2);
  color: var(--bianco);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_container.align-center {
  justify-content: center;
  align-items: center;
}

.navbar_menu-button {
  padding: 0;
}

.text-size-small {
  color: var(--bianco);
  font-size: .875rem;
  text-decoration: none;
}

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

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

.navbar_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

.section_hero {
  min-height: 150vh;
}

.section_hero.z-index-2 {
  z-index: 2;
  background-color: var(--black-2);
  position: relative;
}

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

.lightbox-play-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-overlay-layer:hover {
  background-color: #0000005e;
}

.hero_component {
  flex-direction: column;
  align-items: center;
}

.hero_component.align-center {
  border-radius: var(--_elements---radius);
  background-image: url('../images/blur-background-ermes.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  margin-top: 4.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.hero_component.align-center.align-middle {
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

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

.text-align-center.max-width-large.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-align-center.max-width-large.align-center.top-bottom-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero_lightbox {
  border-radius: var(--_elements---radius);
  color: var(--bianco);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 10vh;
  overflow: hidden;
  box-shadow: 4px 7px 20px 9px #a31f2630;
}

.reviews_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-images_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transition: all .35s;
  display: flex;
}

.review-images_wrapper:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.image-wrapper {
  background-image: linear-gradient(50deg, var(--_elements---borders--light), var(--_elements---borders--middle));
  border-radius: 100%;
  max-width: 2.625rem;
  max-height: 2.625rem;
  margin-right: -13px;
  padding: 2px;
}

.review_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.target_card-content-top {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

.target_card-content {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.target_card {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(50deg, var(--_elements---borders--middle), var(--_elements---borders--lighter) 50%, var(--_elements---borders--light));
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.target_card.in-course {
  text-decoration: none;
  transition: all .35s;
}

.target_card.in-course:hover {
  transform: translate(0, -5px);
}

.target_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.target_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.target_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.target_item-icon-wrapper {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(50deg, var(--_elements---borders--middle), var(--_elements---borders--lighter) 50%, var(--_elements---borders--light));
  padding: 1px;
  display: inline-block;
}

.target_item-icon-wrapper.is-course-number {
  position: absolute;
  inset: -5% auto auto -5%;
}

.target_item-icon-wrapper.is-link {
  color: var(--bianco);
  transition: all .35s;
}

.target_item-icon-wrapper.is-link:hover {
  transform: translate(0, -5px);
}

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

.target_item-icon-bg {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  display: flex;
}

.target_item-icon-bg.in-link {
  transition: all .35s;
}

.target_item-icon-bg.in-link:hover {
  background-color: var(--black);
}

.about_content-left {
  padding-bottom: 5%;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about_component {
  border-radius: var(--_elements---radius);
  background-image: url('../images/blur-background-ermes.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 5% 0%;
}

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

.class_card-content {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
}

.class-background_img {
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.class_card {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(50deg, var(--_elements---borders--middle), var(--_elements---borders--lighter) 50%, var(--_elements---borders--light));
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  padding: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.class_card:hover {
  color: var(--bianco);
}

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

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

.testimonial_content-left {
  position: sticky;
  top: 30%;
}

.section_testimonial {
  background-image: url('../images/testimonials_bg.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.testimonial_content-item {
  border-radius: var(--_elements---radius);
  background-color: #000;
  background-image: linear-gradient(50deg, var(--_elements---borders--middle), var(--_elements---borders--lighter) 50%, var(--_elements---borders--light));
  margin-bottom: 2rem;
  padding: 1px;
  position: sticky;
}

.testimonial_content-item.content-item-3 {
  top: 34%;
}

.testimonial_content-item.content-item-1 {
  top: 30%;
}

.testimonial_content-item.content-item-2 {
  top: 32%;
}

.testimonial32_rating-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.testimonial_internal-wrapper {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  padding: 2rem;
}

.cta_card {
  border-radius: var(--_elements---radius);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cta55_background-video-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cta-background {
  width: 100%;
  height: 100%;
}

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

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

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium.in-footer {
  padding-bottom: 1rem;
}

.footer3_social-link {
  color: var(--bianco);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge.in-footer {
  padding-top: 2rem;
}

.footer_legal-link {
  color: var(--bianco);
  font-size: .875rem;
  text-decoration: none;
}

.footer_component {
  background-image: url('../images/blur-background-ermes.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr 1fr;
  align-items: start;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  place-items: flex-start start;
  display: flex;
}

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

.divider-horizontal {
  background-image: linear-gradient(90deg, var(--_elements---borders--middle), var(--_elements---borders--lighter) 50%, var(--_elements---borders--light));
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer_link {
  color: var(--bianco);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.newsletter-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  border-radius: var(--_elements---radius);
  min-height: 3rem;
  margin-bottom: 0;
}

.button {
  border: .5px solid var(--_elements---primary--lighter);
  border-radius: var(--_elements---radius);
  background-color: #3898ec00;
  background-image: linear-gradient(300deg, var(--_elements---primary--lighter), var(--_elements---primary--middle) 50%, var(--_elements---primary--darker));
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  transition: all .35s;
}

.button:hover {
  background-image: linear-gradient(300deg, var(--_elements---primary--darker), var(--_elements---primary--middle) 50%, var(--_elements---primary--lighter));
  color: var(--bianco);
  transform: translate(0, -3px);
}

.button.secondary {
  border-color: var(--_elements---secondary--lighter);
  background-image: linear-gradient(300deg, var(--_elements---secondary--lighter), var(--_elements---secondary--middle) 50%, var(--_elements---secondary--darker));
}

.button.secondary.is-100.has-margin-top {
  margin-top: 10px;
}

.button.secondary.has-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(300deg, var(--_elements---secondary--lighter), var(--_elements---secondary--middle) 50%, var(--_elements---secondary--darker));
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.secondary.has-icon.hide-on-desktop {
  display: none;
}

.button.is-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button.is-100:hover {
  color: var(--bianco);
}

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

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

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hide {
  display: none;
}

.password_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.header_component {
  margin-bottom: 2rem;
}

.section_courses {
  position: relative;
}

.section_courses.is-courses {
  background-image: url('../images/68cd65ee0bfd35245c08a1ae_image-mesh-gradient-17.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section_courses.in-services {
  background-image: url('../images/image-mesh-gradient-16.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section_courses.in-tools {
  background-image: url('../images/image-mesh-gradient-15.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section_courses.is-dashboard {
  min-height: 100vh;
}

.product_item {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(50deg, var(--_elements---borders--middle), var(--_elements---borders--lighter) 50%, var(--_elements---borders--light));
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1px;
  display: flex;
}

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

.product_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.section_product.in-referrals {
  background-image: url('../images/image-mesh-gradient-15.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.product_item-link {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  color: var(--bianco);
  width: 100%;
  text-decoration: none;
}

.product_title-wrapper {
  padding: 1rem;
}

.product_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.course_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(50deg, var(--_elements---borders--middle), var(--_elements---borders--lighter) 50%, var(--_elements---borders--light));
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}

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

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.pricing5_content-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.pricing4_top-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_head {
  position: relative;
}

.head_card {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.head_card.smaller-one {
  background-image: url('../images/blur-background-ermes.webp');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
  min-height: 10rem;
}

.head_card.smaller-one.in-training {
  background-image: url('../images/blur-background-ermes.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.event-header1_date-wrapper {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  padding: .75rem .95rem;
  display: flex;
  overflow: hidden;
}

.event-header_list-wrapper {
  overflow: hidden;
}

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

.event-header_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: .5px solid #e5e1de80;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.event-header1_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.tags {
  border: 1px solid var(--_elements---borders--lighter);
  background-color: var(--black-2);
  background-image: linear-gradient(232deg, var(--_elements---secondary--darker) 35%, var(--_elements---borders--lighter));
  color: var(--_elements---borders--light);
  text-align: center;
  border-radius: 5px;
  padding: .3rem .5rem;
  font-size: .875rem;
  line-height: 120%;
  display: inline-flex;
}

.timeline_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.timeline_item-content {
  padding: 2rem;
}

.timeline_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

.timeline_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.timeline12_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-color-scheme-1-background\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline_image-wrapper {
  overflow: hidden;
}

.timeline12_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-color-scheme-1-background\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline12_progress-line {
  z-index: 0;
  background-color: var(--bordeaux);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline12_progress-line-cover {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.section_timeline {
  z-index: -3;
}

.timeline12_line {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.timeline_empty-space {
  width: 100%;
}

.timeline_circle {
  z-index: 2;
  background-color: var(--black-2);
  box-shadow: 0 0 0 8px var(--bordeaux);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline_item {
  z-index: 2;
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.timeline12_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.gallery_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.gallery_image:hover {
  transform: translate(0, -10px);
}

.gallery_lightbox-link {
  border-radius: var(--_elements---radius);
  width: 100%;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--_elements---borders--light);
  background-color: var(--black);
  color: var(--bianco);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .35s;
  display: flex;
}

.slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape:hover {
  background-color: var(--black-2);
}

.slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape:hover {
  background-color: var(--black-2);
}

.section_gallery {
  overflow: hidden;
}

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

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

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

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

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

.contact_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.event-item-header6_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.event-item-header6_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.event-item-header6_metatag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  display: flex;
}

.event-item-header6_metatag-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

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

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.event-item-header_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

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

.form_checkbox-label {
  margin-bottom: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

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

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

.error-text {
  color: #e23939;
}

.form_input {
  border-radius: var(--_elements---radius);
  color: var(--bianco);
  background-color: #141517;
  border: 1px solid #2a2b2c;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 10px;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .25s;
}

.form_input:hover {
  background-color: var(--black-2);
}

.form_input:focus, .form_input.-wfp-focus {
  border-color: var(--_elements---borders--light);
}

.form_input::placeholder {
  color: var(--_elements---secondary--lighter);
}

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

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

.form_field-wrapper {
  position: relative;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.event-page-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

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

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.anteprima_image {
  aspect-ratio: 3 / 2;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
}

.section_videos {
  padding-bottom: 4rem;
}

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

.content_component {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.checkout_form {
  background-color: #f5f5f500;
}

.c {
  background-color: #fff0;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.block_header {
  border-style: none none solid;
  border-bottom-color: var(--_elements---secondary--lighter);
  background-color: #fff0;
}

.section {
  border: 1px solid var(--_elements---secondary--lighter);
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
}

.apple-pay, .pay-with-browser {
  border-radius: var(--_elements---radius);
}

.order-confirmed_form {
  background-color: var(--black-2);
}

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

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

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

.footer-users_component {
  color: var(--bianco);
  background-image: url('../images/testimonials_bg.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.locked-course_bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(60deg, #20202080, #66666680);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.locked-course_bg:hover {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

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

.less_card-item {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.less_card-item.in-course {
  transition: all .35s;
}

.less_card-item.in-course:hover {
  background-color: #141414;
}

.videos_list-wrapper {
  width: 100%;
}

.course-breadcrumb_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--bianco);
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.course-breadcrumb_wrapper.bottom-margin {
  margin-bottom: 2rem;
}

.is-bold {
  font-weight: 600;
}

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

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

.locked-course_product-page {
  color: var(--bianco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video {
  border-radius: 1rem;
  width: 100%;
  height: 430px;
  min-height: 430px;
  overflow: hidden;
}

.form-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background-blur {
  background-image: linear-gradient(180deg, var(--black-2), #00000080 50%, var(--black-2));
  position: absolute;
  inset: 0%;
}

.heading-wrapper {
  margin-bottom: 2rem;
}

.heading-wrapper.hide-on-desktop {
  display: none;
}

.body-checkout {
  background-color: var(--black-2);
  background-image: url('../images/testimonials_bg.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.dashboard_header {
  margin-bottom: 2rem;
}

.logout-wrapper, .top-margin {
  margin-top: 2rem;
}

.success_message {
  border-radius: var(--_elements---radius);
  background-color: var(--black);
  color: var(--_elements---green-label--border);
}

.error_message {
  border-radius: var(--_elements---radius);
  background-color: var(--black);
  color: var(--_elements---primary--lighter);
}

.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.small-buttons-wrapper_nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.is-compare-at-price {
  text-decoration: line-through;
}

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

.product-header9_lightbox-thumbnail {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product-header9_lightbox-video {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_product-header9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.product-header9_content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.product-header9_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.product-header9_content-right {
  position: sticky;
  top: 8rem;
}

.pricing-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.header84_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header84_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

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

.header84_component {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(241deg, var(--_elements---borders--lighter), var(--_elements---secondary--darker));
  padding: 1px;
}

.header84_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  background-image: linear-gradient(62deg, #000000b0, #fff0), url('../images/testimonials_bg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.content5_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.section_content5 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.content5_content-wrapper {
  position: sticky;
  top: 5rem;
}

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

.content5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.form_message-success-3 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact7_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact7_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.fields_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_elements---borders--middle);
  flex-flow: column;
  padding-bottom: .5rem;
  display: flex;
}

.sponsor_image {
  aspect-ratio: 1;
  object-fit: cover;
}

.sponsor-code_wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.code {
  font-weight: 600;
}

.red {
  color: var(--red);
}

.cart {
  min-height: 3rem;
}

.cart-quantity {
  color: var(--black-2);
}

.cart_wrapper {
  border-radius: var(--_elements---radius);
  background-image: linear-gradient(202deg, var(--_elements---secondary--middle), var(--_elements---secondary--lighter));
}

.cart_container {
  border-radius: var(--_elements---radius);
  background-color: var(--black-2);
  margin: 1px;
}

.icon_white {
  color: var(--bianco);
}

.remove-button {
  font-size: .8rem;
}

.cart-item {
  margin-left: 0;
  margin-right: 0;
}

.cart-header {
  border-bottom-color: var(--_elements---secondary--lighter);
}

.cart-footer {
  border-top-color: var(--_elements---secondary--lighter);
}

.bold {
  font-weight: 700;
}

.margin-top.margin-small {
  margin-top: 2rem;
}

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

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.relative {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-global-2 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: var(--bianco);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--bianco);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    background-color: var(--bianco);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--black-2);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

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

  .hero_component.align-center {
    padding: 2rem;
  }

  .hero_lightbox {
    width: 100%;
    bottom: 0%;
  }

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

  .about_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta_card {
    padding: 3rem;
  }

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

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

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button.secondary.has-icon.in-menu {
    width: 100%;
  }

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

  .course_item {
    grid-column-gap: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .event-header_item {
    grid-column-gap: 2rem;
  }

  .timeline_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .contact_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .event-item-header6_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .courses_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-wrapper.hide-on-desktop {
    display: block;
  }

  .heading-wrapper.hide-on-tablet {
    display: none;
  }

  .small-buttons-wrapper_nav {
    justify-content: center;
    align-items: center;
  }

  .product-header9_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .product-header9_content-right {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .header84_card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .content5_content-wrapper {
    position: static;
  }

  .content5_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact7_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .divider-vertical {
    display: none;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.8rem;
  }

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

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_menu {
    padding-bottom: 6rem;
  }

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

  .hero_component.align-center {
    padding: 2rem;
  }

  .target_card-content-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .target_card-content {
    padding: 1.5rem;
  }

  .target_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .target_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .class_card-content {
    padding: 1.5rem;
  }

  .testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial_content-left {
    position: static;
  }

  .testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .cta_card {
    padding: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .product_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

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

  .product_image-wrapper {
    height: 100%;
  }

  .course_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1px;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .head_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .event-header_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .timeline_circle-wrapper {
    left: 0;
  }

  .timeline_item-content {
    padding: 1.5rem;
  }

  .timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline_empty-space {
    display: none;
  }

  .timeline_circle {
    margin-top: 2.25rem;
  }

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

  .gallery_slider {
    padding-bottom: 3rem;
  }

  .gallery_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery_mask {
    width: 50%;
  }

  .contact_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .event-item-header6_content {
    grid-row-gap: 3rem;
  }

  .event-item-header6_metatag-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1.25rem;
  }

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

  .checkout_form {
    padding: 0;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .less_card-item {
    padding: 1rem;
  }

  .courses_list, .course_list {
    grid-template-columns: 1fr;
  }

  .product-header9_component {
    grid-row-gap: 3rem;
  }

  .product-header9_content-left {
    grid-template-columns: 1fr;
  }

  .header84_card-content {
    padding: 2rem;
  }

  .content5_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact7_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .event-item-header3_countdown {
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .event-item-header3_content {
    align-items: stretch;
  }

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

  .heading-style-h3.is-smaller {
    font-size: 1.5rem;
  }

  .event-item-header3_number-wrapper {
    min-width: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.6rem;
    line-height: 120%;
  }

  .main-wrapper, .page-wrapper {
    width: 100%;
  }

  .button-group, .button-group.is-center {
    flex-flow: column;
  }

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

  .logo {
    max-width: 200px;
  }

  .icon-embed-large {
    width: 3rem;
    height: 3rem;
  }

  .hero_lightbox-image {
    aspect-ratio: 3 / 2;
  }

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

  .target_item-icon-wrapper.is-link.hide-on-mobile {
    display: none;
  }

  .about_content, .testimonial_component {
    grid-template-columns: 1fr;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button.secondary.has-icon.hide-on-desktop {
    display: flex;
  }

  .course_item {
    grid-row-gap: 2rem;
  }

  .pricing4_top-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .event-header_item {
    grid-row-gap: 1rem;
  }

  .timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .gallery_mask {
    width: 100%;
  }

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

  .event-item-header6_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .event-item-header6_metatag-list {
    grid-template-rows: auto auto;
  }

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

  .order-confirmed_form {
    padding: 0;
  }

  .video {
    height: 200px;
    min-height: 200px;
    max-height: 300px;
  }

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

  .product-header9_price-wrapper {
    flex-direction: column;
  }

  .header84_card, .contact7_content {
    grid-template-columns: 1fr;
  }

  .cart {
    z-index: 999;
  }

  .cart-quantity {
    display: none;
  }

  .cart-icon {
    margin-right: 0;
  }
}

#w-node-_0f4ec32a-d779-f0c1-f576-3f2bd1ab5231-cec9f7f9, #w-node-d69f8ec4-edb4-16cb-ca02-d5e9605c138e-cec9f7f9, #w-node-d69f8ec4-edb4-16cb-ca02-d5e9605c1399-cec9f7f9, #w-node-_4c580d7f-7a96-df39-cd14-face4bc0aadf-4bc0aacd, #w-node-c79837d8-d8a9-0ff7-d9f6-0d159d108b18-9d108b09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad31-6e3fbaf4, #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad51-6e3fbaf4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3476a06e-de0a-f8be-c780-787b62e8a801-45799a19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494df68b-eb87-330b-421a-90e81e3aa045-1e3aa03f {
  justify-self: start;
}

#w-node-_715bdcea-23f7-7f04-1aa2-08b6d2c3f058-eab6f815 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_715bdcea-23f7-7f04-1aa2-08b6d2c3f0a1-eab6f815, #w-node-_90561c4e-8c0d-8ac3-85a9-218d496304d2-21b4afae, #w-node-_90561c4e-8c0d-8ac3-85a9-218d496304d7-21b4afae, #w-node-_3ef81412-0ce6-1e44-9838-b3e97deafcb9-c5f327d4, #w-node-dcdfa173-60ac-21da-9a7b-41fb13b3e6d5-21111254, #w-node-_4c70a7d7-feed-165a-e547-3b6c4eb0cad9-b7cc654d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11373053-6075-1147-e92c-c07aac060e69-91f11b1c {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad31-6e3fbaf4, #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad51-6e3fbaf4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_494df68b-eb87-330b-421a-90e81e3aa045-1e3aa03f {
    justify-self: center;
  }

  #w-node-_27bc579a-6325-9361-2062-cbfd8053ba6f-c5f327d4 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_494df68b-eb87-330b-421a-90e81e3aa055-1e3aa03f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_715bdcea-23f7-7f04-1aa2-08b6d2c3f052-eab6f815 {
    justify-self: start;
  }

  #w-node-_715bdcea-23f7-7f04-1aa2-08b6d2c3f086-eab6f815, #w-node-_715bdcea-23f7-7f04-1aa2-08b6d2c3f0b6-eab6f815 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad53-6e3fbaf4, #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad5a-6e3fbaf4, #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad61-6e3fbaf4, #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad6a-6e3fbaf4, #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad71-6e3fbaf4, #w-node-d865a0c2-2b59-e3f0-e10d-10c823bdad78-6e3fbaf4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_494df68b-eb87-330b-421a-90e81e3aa045-1e3aa03f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


