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

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

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

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

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

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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;
  -ms-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #2b2d42;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.563;
  display: flex;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .26em;
  font-family: Exo, sans-serif;
  font-size: 3.815em;
  font-weight: 800;
  line-height: 1.25;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .51em;
  font-family: Exo, sans-serif;
  font-size: 1.953em;
  font-weight: 800;
  line-height: 1.563;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .63em;
  font-family: Exo, sans-serif;
  font-size: 1.563em;
  font-weight: 800;
  line-height: 1.563;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Exo, sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.563;
}

h5 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.563;
}

h6 {
  color: #ef233c;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .625em;
  font-family: Exo, sans-serif;
  font-size: .8em;
  font-weight: 800;
  line-height: 1.563;
}

p {
  opacity: .64;
  margin-bottom: 1em;
  font-size: 1em;
}

a {
  color: #ef233c;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  color: #d90429;
}

blockquote {
  opacity: .72;
  border: 1px #000;
  margin-bottom: .8em;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.563;
}

.nav-link {
  height: 4em;
  color: #d5d2d2;
  text-align: center;
  text-transform: capitalize;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 600;
}

.nav-link.hide {
  display: none;
}

.button-colored {
  width: 20px;
  height: 2em;
  min-height: 3em;
  min-width: 12em;
  color: #fff;
  text-transform: capitalize;
  background-color: #d62741;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2em;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.button-colored:hover {
  color: #fff;
  background-color: #d90429;
  text-decoration: none;
}

.button-colored.discount-code {
  margin-left: 0;
}

.button-colored.margin-left-right-1-2x {
  margin-left: .5em;
  margin-right: .5em;
}

.button-colored.margin-left-1x {
  margin-left: 1em;
  display: none;
}

.button-colored.full-width {
  width: 100%;
}

.nav-menu {
  display: flex;
}

.navbar {
  width: 100%;
  max-width: 105em;
  min-height: 6em;
  background-color: rgba(0, 0, 0, 0);
  border: .0625em solid rgba(255, 255, 255, 0);
  border-radius: 1em;
  padding: 1em;
  display: flex;
}

.brand {
  height: 4em;
  color: #fff;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.brand:hover {
  color: #fff;
}

.brand.w--current {
  align-items: center;
  display: flex;
}

.brand.w--current:hover {
  color: #fff;
}

.home-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 2em 6em;
  display: flex;
  position: relative;
}

.home-hero-grid {
  z-index: 8;
  width: 100%;
  max-width: 105em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 0;
  display: block;
  position: relative;
}

.hero-grid-column-1 {
  width: 46%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.hero-title-text {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 800;
  line-height: 74px;
  display: block;
}

.horizontal-line {
  width: 4em;
  height: .25em;
  background-color: #ef233c;
  border-radius: 1em;
  margin-bottom: 1em;
}

.hero-paragraph-text {
  opacity: 1;
  color: #fff;
  text-align: left;
  font-family: Gotham, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-light-outline {
  height: 4em;
  min-width: 12em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 2em;
  font-weight: 600;
  transition: background-color .2s, border-color .2s;
  display: none;
}

.button-light-outline:hover {
  color: #fff;
  background-color: #ef233c;
  border-color: #ef233c;
  text-decoration: none;
}

.button-light-outline.margin-left-right-1-2x {
  margin-left: .5em;
  margin-right: .5em;
}

.hero-grid-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.hero-image-placeholder {
  width: 100%;
  display: none;
}

.lightbox-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 44%;
  padding-bottom: 44%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 6%;
  right: 6%;
}

.lightbox-gallery {
  width: 50%;
  height: 50%;
  min-width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.lightbox-thumb {
  z-index: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  position: relative;
}

.home-features-section {
  background-color: #edf2f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -89px;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.home-features-grid {
  width: 100%;
  grid-column-gap: .0625em;
  grid-row-gap: .0625em;
  text-align: center;
  background-color: #edf2f4;
  border: .0625em solid #edf2f4;
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.home-features-block {
  color: #2b2d42;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1em;
  display: flex;
}

.home-features-block:hover {
  color: #2b2d42;
}

.home-features-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.home-features-icon {
  width: 4em;
  height: 4em;
  object-fit: contain;
  background-image: none;
  background-size: auto;
  font-size: 20px;
  position: absolute;
}

.home-features-title-text {
  color: #2b2d42;
  font-family: Gotham, sans-serif;
  font-size: 20px;
}

.partners-grid {
  z-index: 0;
  width: 100%;
  max-width: 105em;
  grid-column-gap: .0625em;
  grid-row-gap: .0625em;
  background-color: #dde3e6;
  border: 1px #dde3e6;
  border-radius: 0 0 1em 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.partners-block {
  width: 100%;
  background-color: #edf2f4;
  border: 1px rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.partners-logo-image {
  height: auto;
  display: block;
}

.home-about-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.home-about-grid {
  width: 100%;
  max-width: 105em;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.home-about-grid-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-about-place-holder {
  width: 100%;
  object-fit: cover;
}

.home-about-grid-column-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-dark-outline {
  width: 20px;
  height: 2em;
  min-height: 3em;
  min-width: 12em;
  color: #d62741;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #edf2f4;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  transition: border-color .2s;
  display: flex;
}

.button-dark-outline:hover {
  color: #fff;
  background-color: #d62741;
  border-color: #ef233c;
  text-decoration: none;
}

.button-dark-outline.hide {
  display: none;
}

.vertical-line-top {
  z-index: 32;
  width: 1px;
  height: 3em;
  background-color: #ef233c;
  margin-bottom: 3em;
  position: relative;
}

.vertical-line-bottom {
  z-index: 32;
  width: 1px;
  height: 3em;
  background-color: #ef233c;
  margin-top: 3em;
  position: relative;
}

.facts-block {
  width: 100%;
  background-color: #edf2f4;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.facts-title-text {
  font-family: Open Sans, sans-serif;
  font-size: 2.441em;
  font-weight: 800;
  line-height: 1.25;
}

.facts-detail-text {
  opacity: .72;
}

.home-classes-section {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-classes-text {
  width: 100%;
  background-image: linear-gradient(#132846, #132846);
  background-position: 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6em 2em;
  display: flex;
}

.light-section-title-text {
  width: 66.6666%;
  color: #fff;
  font-family: Gotham, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.light-section-text-wrapper {
  width: 100%;
  max-width: 105em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.home-classes-wrapper {
  width: 100%;
  background-color: #edf2f4;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.classes-list-wrapper {
  z-index: 256;
  width: 100%;
  max-width: 105em;
  background-color: #fff;
  border-radius: 1em;
  margin-top: -6em;
  padding: 2em;
  position: relative;
  top: -77px;
  box-shadow: 0 0 2em -1em rgba(0, 0, 0, .32);
}

.classes-list-wrapper.hide {
  display: none;
}

.classes-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border: .0625em solid #edf2f4;
  border-radius: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2em;
  display: grid;
  overflow: hidden;
}

.classes-item {
  background-color: #fff;
}

.classes-item-image-wrapper {
  z-index: 100;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  margin-left: -.5px;
  margin-right: -.5px;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.classes-item-link-block {
  z-index: 32;
  width: 100%;
  color: #2b2d42;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.classes-item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.classes-item-image.a {
  background-image: url('../images/6215aeabceccf886cc078e9c_zumba.jpg');
}

.classes-item-image.b {
  background-image: url('../images/623adbfdcd5bff7dec5d8c76_pexels-rodnae-productions-8224684.jpg');
}

.classes-item-image.c {
  background-image: url('../images/623add80fb55b349b3ee9615_pexels-leon-ardho-1552242.jpg');
}

.classes-item-image.d {
  background-image: url('../images/623aded105dc4a3b605a24a6_pexels-julia-sakelli-5477834.jpg');
}

.classes-item-image.e {
  background-image: url('../images/623addfc4b3dcb34b18ad2b8_pexels-pixabay-260598.jpg');
}

.classes-item-image.f {
  background-image: url('../images/6215aeabceccf87621078e93_yoga.jpg');
}

.classes-item-image.g {
  background-image: url('../images/623adc5b21ca2502a5fd96a1_pexels-pixabay-274422.jpg');
}

.classes-item-image.h {
  background-image: url('../images/623add2acd5bff66d05d9521_pexels-img-2116469.jpg');
}

.lightbox-icon {
  z-index: 25;
  width: 4em;
  height: 4em;
  object-fit: none;
  background-color: #ef233c;
  border-radius: 100px;
  position: absolute;
}

.testimonials-grid {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
}

.testimonials-grid.hide {
  display: none;
}

.testimonial-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quote-image {
  margin-bottom: 16px;
}

.testimonial-title-text {
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
}

.trainers-section {
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.trainers-section.hide {
  display: none;
}

.trainers-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -.0625em;
  margin-right: -.0625em;
  display: grid;
  overflow: hidden;
}

.trainers-item {
  border-bottom: .0625em solid #edf2f4;
  border-left: 0 solid #edf2f4;
  border-right: .0625em solid #edf2f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trainers-item:hover {
  background-color: #edf2f4;
}

.trainers-item-link-block {
  width: 100%;
  color: #2b2d42;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 6em;
  display: flex;
}

.trainers-item-link-block:hover {
  color: #2b2d42;
}

.trainers-image-wrapper-tilt-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.trainers-image-placeholder {
  height: 12em;
  object-fit: cover;
}

.trainers-image {
  object-fit: cover;
  transition: transform .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trainers-image:hover {
  transform: scale(1.08);
}

.trainers-image-wrapper-tilt-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.trainers-social-buttons-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content min-content;
  position: absolute;
  top: auto;
  bottom: 2em;
  left: auto;
  right: auto;
}

.button-social {
  width: 4em;
  height: 4em;
  background-color: #d62741;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.button-social:hover {
  background-color: #d90429;
}

.dark-section-title-text {
  width: 66.6666%;
  font-family: Open Sans, sans-serif;
}

.home-pricing-section {
  text-align: center;
  background-image: linear-gradient(rgba(43, 45, 66, .72), rgba(43, 45, 66, .72)), url('../images/section-image-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  padding: 6em 2em;
  display: none;
  overflow: hidden;
}

.blog-item-image-wrapper {
  z-index: 128;
  width: 100%;
  border-radius: 1em;
  margin-bottom: 1em;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}

.blog-item-short-desciption-text {
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.footer-section {
  background-color: #2b2d42;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.footer-grid {
  width: 100%;
  min-height: 64px;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr min-content;
  align-content: center;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 267px;
  align-items: center;
}

.footer-link {
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 600;
}

.newsletter-form-block {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
}

.newsletter-form {
  display: flex;
}

.newsletter-text-field {
  height: 3em;
  border-radius: 32px;
  margin-bottom: 0;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
}

.footer-copyright-text {
  color: #fff;
  font-size: 12.8px;
}

.footer-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.background-video {
  height: 1080px;
  background-image: linear-gradient(rgba(43, 45, 66, .72), rgba(43, 45, 66, .72));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-item-image {
  height: 100%;
  transition: transform .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-item-image:hover {
  transform: scale(1.08);
}

.trainers-image-wrapper {
  width: 6em;
  height: 6em;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
}

.home-news-section {
  text-align: center;
  background-color: #edf2f4;
  flex-direction: column;
  align-items: center;
  padding: 4em 2em 6em;
  display: flex;
}

.home-news-section.hide {
  display: none;
}

.home-pricing-list-wrapper {
  width: 100%;
  max-width: 105em;
  background-color: #fff;
  border-radius: 1em;
  padding: 2em;
  overflow: hidden;
  box-shadow: 0 0 2em -1em rgba(0, 0, 0, .32);
}

.pricing-list {
  width: 100%;
  grid-column-gap: .0625em;
  grid-row-gap: .0625em;
  background-color: #edf2f4;
  border: .0625em solid #edf2f4;
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.pricing-item {
  background-color: #fff;
  padding: 2em;
}

.pricing-item-header {
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  padding: 2em 2em 1em;
  display: flex;
}

.pricing-table-caption-text {
  opacity: .48;
  color: #fff;
}

.pricng-table-title-text {
  color: #fff;
}

.pricing-item-text-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-pricing-table-short-description-text {
  opacity: .48;
  margin-bottom: 8px;
  font-size: 12.8px;
}

.home-pricing-table-link {
  margin-bottom: 16px;
  font-size: 12.8px;
  font-weight: 700;
}

.pricing-item-add-to-cart-default-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.menu-button {
  text-transform: capitalize;
  background-color: #ef233c;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #d90429;
  text-decoration: none;
}

._404-section {
  height: 100vh;
  text-align: center;
  background-image: linear-gradient(rgba(43, 45, 66, .72), rgba(43, 45, 66, .72)), url('../images/section-image-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-aux-section {
  text-align: center;
  background-image: linear-gradient(rgba(19, 40, 70, .38), rgba(19, 40, 70, .38)), url('../images/ezgif-2-f8d0f08f73.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em 2em 6em;
  display: flex;
  position: relative;
}

.aux-section {
  background-color: #edf2f4;
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.aux-block {
  width: 100%;
  max-width: 105em;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  flex: auto;
  align-items: center;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: 0 0 2em -1em rgba(0, 0, 0, .32);
}

.aux-block.top-margin-negative {
  margin-top: -6em;
}

.aux-title-text {
  color: #fff;
}

.dark-section-text-wrapper {
  width: 100%;
  max-width: 105em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.news-image {
  width: 50%;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  margin-bottom: 32px;
  margin-right: 32px;
  padding-top: 37.5%;
}

.nav-wrapper {
  width: 100%;
  margin-right: 1em;
}

.car-button {
  width: 64px;
  height: 64px;
  text-transform: capitalize;
  background-color: #ef233c;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  font-weight: 700;
  transition: background-color .2s;
  display: none;
}

.car-button:hover {
  background-color: #d90429;
  text-decoration: none;
}

.cart-quantity-colored {
  height: 20px;
  min-width: 20px;
  color: #ef233c;
  border: 1px solid #ef233c;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 8.53333px;
  line-height: 1.5;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.classes-item-title-text {
  z-index: 32;
  height: 2.55918em;
  color: #fff;
  background-color: rgba(43, 45, 66, .32);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 2em 0;
  font-family: Gotham, sans-serif;
  display: flex;
  position: absolute;
}

.success-message {
  height: 64px;
  background-color: #edf2f4;
  border-radius: 32px;
  padding: 0 32px;
}

.success-message-text {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  height: 64px;
  color: #fff;
  text-align: center;
  background-color: #ef233c;
  border-radius: 32px;
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.error-message-text {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-header {
  border-bottom-color: #edf2f4;
  padding: 1em 2em;
}

.cart-list {
  padding: 2em;
}

.cart-quantity-dark {
  width: 8em;
  height: 4em;
  background-color: #edf2f4;
  border-style: none;
  border-radius: 32px;
  margin-bottom: 0;
  padding: 1em;
}

.cart-footer {
  border-top-color: #edf2f4;
  padding: 2em;
}

.apple-pay {
  height: 4em;
  border-radius: 32px;
}

.pay-with-browser {
  height: 4em;
  border-radius: 2em;
  margin-bottom: 1em;
}

.trainer-image {
  width: 50%;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-right: 2em;
  padding-top: 37.5%;
  display: flex;
  position: relative;
}

.trainer-social-buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: min-content min-content min-content;
}

.classes-image {
  width: 50%;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1em;
  margin-bottom: 2em;
  margin-right: 2em;
  padding-top: 37.5%;
}

.out-of-stock-state {
  height: 64px;
  background-color: #edf2f4;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px;
  display: flex;
}

.error-state {
  height: 64px;
  color: #fff;
  background-color: #ef233c;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
  display: flex;
}

.pricing-list-wrapper {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  border-radius: 1em;
  margin-top: -6em;
  padding: 2em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2em -1em rgba(0, 0, 0, .32);
}

.empty-state {
  flex-direction: column;
  padding: 32px;
}

.empty-cart-text {
  margin-bottom: 16px;
}

.checkout-form-section {
  background-color: #edf2f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2em 6em;
  display: flex;
}

.checkout-form-header {
  border-style: none none solid;
  border-color: #d90429 #d90429 #edf2f4;
  border-bottom-width: 1px;
  padding: 1em 2em 0;
}

.checkout-form-block-content {
  background-color: #fff;
  border: 0 solid #000;
  flex-direction: column;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.checkout-form-block-wrapper {
  width: 100%;
  border: .0625em solid #dde3e6;
  border-radius: 1em;
  flex-direction: column;
  margin-bottom: 2em;
  padding: 0;
  overflow: hidden;
}

.checkout-form-block-wrapper.no-margin-bottom {
  margin-bottom: 0;
}

.web-payments {
  width: 100%;
  margin-bottom: .5em;
}

.checkout-form-text-field {
  width: 100%;
  height: 4em;
  background-color: #edf2f4;
  border-style: solid;
  border-width: 0;
  border-radius: 32px;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  display: flex;
}

.shipping-method {
  border: 0 solid #000;
  flex-wrap: wrap;
  padding: 0;
}

.shipping-method-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: .5em;
  border: 0 solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -.5em;
  display: grid;
  overflow: hidden;
}

.checkout-order-item {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.checkout-line-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.checkout-line-item.margin-bottom-negative {
  margin-bottom: -.5em;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.licensing-image-wrapper {
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licensing-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licensing-image-title-text {
  z-index: 32;
  height: 64px;
  color: #fff;
  background-color: rgba(43, 45, 66, .32);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 32px;
  display: flex;
  position: absolute;
}

.checkout-form-line-block {
  margin-left: 0;
  margin-right: 0;
}

.contact-form-div {
  width: 80%;
  max-width: 1440px;
  border: 1px solid #edf2f4;
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.contact-grid {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.contact-info {
  z-index: 100;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12.8px;
  position: relative;
}

.form-text-field {
  height: 4em;
  color: #151515;
  background-color: #edf2f4;
  border: 0 solid #000;
  border-radius: 32px;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  transition: background-color .2s;
}

.form-text-field:focus {
  background-color: #dde3e6;
}

.contact-form-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.contact-form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  padding-bottom: 40px;
  display: grid;
}

.form-text-area {
  min-height: 8em;
  color: #151515;
  background-color: #edf2f4;
  border: 0 solid #000;
  border-radius: 1em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1em;
  transition: background-color .2s;
}

.form-text-area:focus {
  color: #fff;
  background-color: #86df01;
}

.contact-info-container {
  z-index: 100;
  float: none;
  grid-column-gap: 12.5px;
  grid-row-gap: 12.5px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 16px;
  display: flex;
  position: relative;
}

.map {
  height: 100%;
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.map.hide {
  display: none;
}

.text-color {
  color: #b60322;
  font-family: Open Sans, sans-serif;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  display: block;
}

.home-features-icon-placeholder {
  height: 8em;
}

.home-features-wrapper {
  z-index: 128;
  width: 90%;
  height: auto;
  max-width: 105em;
  background-color: #fff;
  border-radius: 1em;
  margin-top: 0;
  margin-bottom: 20px;
  padding: .125em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2em -1em rgba(0, 0, 0, .32);
}

.blog-item-title-text {
  font-family: Gotham, sans-serif;
}

.blog-item-text-wrapper {
  z-index: 256;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-text {
  border: .0625px solid #edf2f4;
  border-radius: 1em;
  padding: 2em 2em 1em;
}

.outline-block {
  width: 100%;
  border: .0625em solid #edf2f4;
  border-radius: 1em;
  flex: auto;
  padding: 2em;
}

.partners-grid-vertical-spacing-block {
  height: 2em;
  background-color: #edf2f4;
  margin-bottom: -.0625em;
}

.aux-hero-paragraph-text {
  color: rgba(255, 255, 255, .82);
  margin-bottom: 0;
}

.product-description-text {
  border: .0625em solid #edf2f4;
  border-radius: 1em;
  padding: 2em 2em 1em;
}

.add-to-cart-buttons-grid {
  grid-column-gap: 0px;
  grid-row-gap: 1em;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-to-cart-default-state {
  margin-bottom: 0;
}

.general-light-block {
  width: 100%;
  max-width: 105em;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  flex: auto;
  align-items: center;
  display: flex;
  box-shadow: 0 0 2em -1em rgba(0, 0, 0, .32);
}

.facts-grid {
  z-index: 0;
  width: 100%;
  max-width: 105em;
  grid-column-gap: .0625em;
  grid-row-gap: .0625em;
  background-color: #dde3e6;
  border: .0625em solid #dde3e6;
  border-top-width: 0;
  border-radius: 0 0 1em 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -2em;
  margin-bottom: 6em;
  position: relative;
  overflow: hidden;
}

.facts-grid.hide {
  display: none;
}

.div-line {
  width: 4em;
  height: .25em;
  background-color: #ef233c;
  border-radius: .25em;
  margin-bottom: 1.2815em;
  display: none;
}

.div-line.margin-bottom-none {
  margin-bottom: 0;
}

.cart-item-block {
  text-align: left;
  margin-left: 0;
  margin-right: 1em;
}

.cart-line-item {
  margin-bottom: 1em;
}

.cart-item {
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
}

.aux-hero-title-wrapper {
  width: 100%;
  max-width: 52.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.button-icon {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
}

.brand-logo {
  width: 1.63867em;
  height: 1.63867em;
  color: #fff;
  background-color: #ef233c;
  border-radius: 4em;
  justify-content: center;
  align-items: center;
  margin-right: .409668em;
  font-size: 2.441em;
  font-weight: 800;
  line-height: 0;
  display: none;
}

.brand-text {
  margin-bottom: 0;
  display: none;
}

.order-item-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -.5em;
  display: grid;
}

.checkout-form-field-label {
  margin-bottom: .5em;
  margin-left: 0;
}

.order-summary-grid {
  grid-column-gap: 0px;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -.5em;
  display: grid;
}

.checkbox {
  margin-top: .5em;
  margin-right: 1em;
}

.radio-button {
  margin-right: 1em;
}

.checkout-column {
  padding-left: 0;
  padding-right: 0;
}

.checkout-information-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.checkout-information-grid.margin-bottom-negative {
  margin-bottom: -.5em;
}

.checkout-neutral-div {
  margin-bottom: 0;
}

.home-news-list-wrapper {
  z-index: 0;
  width: 100%;
  max-width: 105em;
  border: .0625em solid #edf2f4;
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.home-news-list {
  grid-column-gap: 0em;
  grid-row-gap: .0625em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -.0625em;
  margin-right: -.0625em;
  display: grid;
  overflow: hidden;
}

.home-news-item-link-block {
  width: 100%;
  height: 100%;
  color: #2b2d42;
  text-align: center;
  background-color: #fff;
  border-bottom: .0625em solid #edf2f4;
  border-right: .0625em solid #edf2f4;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  font-weight: 400;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.home-news-item-link-block:hover {
  color: #2b2d42;
  background-color: #edf2f4;
}

.home-trainers-list-wrapper {
  z-index: 512;
  width: 100%;
  max-width: 105em;
  background-color: #fff;
  border: .0625em solid #edf2f4;
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.image-2 {
  display: none;
}

.hero-slider {
  background-image: url('../images/2-46.jpg');
  background-position: 0 0;
  background-size: auto;
  overflow: visible;
}

.hero-slider._2 {
  background-image: url('../images/ezgif-2-f8d0f08f73.jpg');
  background-position: 0 0;
  background-size: auto;
}

.hero-slider._3 {
  background-image: url('../images/3-29.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide {
  background-image: url('../images/Artboard-3.png');
  background-position: 0 0;
  background-size: auto;
}

.slide.hero-slider {
  background-image: url('../images/Artboard-1_1.png');
  background-position: 0 0;
  background-size: contain;
}

.slider {
  height: 800px;
  display: block;
}

.heading {
  display: none;
}

.slide-2 {
  background-image: url('../images/Artboard-2.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-2 {
  color: #b90222;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

.bold-text {
  opacity: 1;
  color: #191b35;
  text-align: left;
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.paragraph {
  opacity: 1;
  color: #2b2d42;
  text-align: left;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.heading-3 {
  display: none;
}

.heading-4 {
  font-family: Open Sans, sans-serif;
}

.heading-5 {
  color: #d62741;
  font-family: Open Sans, sans-serif;
}

.heading-6 {
  font-family: Open Sans, sans-serif;
}

.paragraph-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.block-quote {
  font-family: Gotham, sans-serif;
  font-weight: 600;
}

.paragraph-white {
  opacity: 1;
  color: #fff;
  font-style: italic;
}

.div-block {
  width: 100%;
}

.footer-copyright {
  color: #edf2f4;
  text-align: center;
}

.footer-heading {
  color: #edf2f4;
  font-size: 30px;
  font-weight: 700;
}

.footer-text {
  color: #edf2f4;
  font-size: 16px;
  font-weight: 400;
}

.icon {
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button-colored.margin-left-1x {
    margin-left: 2em;
  }

  .home-hero-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .home-features-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-features-block {
    padding-bottom: 2em;
  }

  .home-features-title-text {
    font-size: 20px;
  }

  .home-about-grid {
    grid-column-gap: 4em;
    grid-template-columns: 1fr 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .light-section-title-text {
    width: 50%;
  }

  .classes-list, .trainers-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dark-section-title-text {
    width: 50%;
  }

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

  .home-features-wrapper {
    width: 90%;
    padding: .25em;
  }

  .outline-block.padding-bottom-1-2x {
    padding-bottom: 1em;
  }

  .hero-slider {
    background-position: 50% 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
  }
}

@media screen and (min-width: 1440px) {
  .home-features-title-text {
    font-size: 20px;
  }

  .hero-slider {
    background-size: cover, contain, contain;
  }

  .slider {
    height: 800px;
  }

  .paragraph-2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14.5px;
  }

  .nav-link {
    color: #edf2f4;
  }

  .nav-menu {
    background-color: #ef233c;
    justify-content: center;
    padding: 16px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid-column-1 {
    text-align: center;
    align-items: center;
  }

  .hero-grid-column-2 {
    width: 75%;
  }

  .home-features-grid {
    grid-template-columns: 1fr;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .home-about-grid {
    grid-template-columns: 1fr;
  }

  .home-about-grid-column-1 {
    width: 75%;
  }

  .home-about-grid-column-2 {
    text-align: center;
    align-items: center;
  }

  .home-classes-text {
    text-align: left;
  }

  .light-section-title-text {
    width: auto;
  }

  .light-section-text-wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .dark-section-title-text {
    width: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-links-grid {
    grid-template-columns: 500px;
    padding-bottom: 20px;
  }

  .newsletter-form-block {
    width: 80%;
  }

  .newsletter-form {
    flex-direction: row;
    padding-bottom: 20px;
  }

  .footer-column-1, .footer-column-2 {
    align-items: center;
  }

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

  .menu-button {
    width: 4em;
    height: 4em;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

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

  .aux-title-text {
    width: auto;
  }

  .news-image {
    width: 100%;
    margin-right: 0;
    padding-top: 75%;
  }

  .car-button {
    width: 4em;
    height: 4em;
    padding: 0;
  }

  .car-button.w--open {
    background-color: #d90429;
  }

  .trainer-image, .classes-image {
    width: 100%;
    margin-right: 0;
    padding-top: 75%;
  }

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

  .contact-grid {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    width: 100%;
    max-width: 100%;
  }

  .contact-form {
    flex-flow: wrap;
    grid-auto-flow: row;
    align-items: center;
    justify-items: stretch;
  }

  .contact-info-container {
    max-width: 100%;
  }

  .map {
    height: 75vw;
  }

  .facts-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: -4em;
  }

  .home-news-list {
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 50%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-grid-column-1, .hero-paragraph-text {
    margin-right: 40px;
  }

  .hero-grid-column-2 {
    width: 100%;
  }

  .home-features-grid {
    grid-template-columns: 1fr;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .home-about-grid-column-1 {
    width: 100%;
  }

  .classes-list, .trainers-list {
    grid-template-columns: 1fr;
  }

  .footer-links-grid {
    grid-template-columns: 459px;
  }

  .newsletter-form-block {
    width: 100%;
  }

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

  .form-text-field {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .form-text-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-news-list {
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 13px;
  }

  h1 {
    margin-bottom: .4em;
    font-size: 2.441em;
  }

  .button-colored {
    width: 80%;
    min-width: 8em;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 1em;
    display: block;
  }

  .button-colored.discount-code {
    min-width: 4em;
    margin-top: 1em;
    margin-left: 0;
  }

  .button-colored.margin-left-right-1-2x {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    min-height: auto;
    border-width: 0 0 .0625em;
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-section {
    padding: 1em 1em 3em;
  }

  .home-hero-grid {
    grid-row-gap: 32px;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .hero-grid-column-1 {
    width: 90%;
  }

  .hero-title-text {
    margin-left: 0;
    margin-right: 40px;
    font-size: 60px;
    line-height: 65px;
  }

  .hero-paragraph-text {
    line-height: 18px;
  }

  .buttons-grid {
    width: 100%;
    grid-template-columns: .5fr;
    grid-auto-columns: .5fr;
  }

  .button-light-outline {
    min-width: 8em;
  }

  .button-light-outline.margin-left-right-1-2x {
    margin-left: 0;
    margin-right: 0;
  }

  .home-features-section {
    margin-top: 0;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-features-block {
    padding: 1em 1em 0;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .partners-block, .home-about-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-about-grid {
    grid-row-gap: 32px;
  }

  .button-dark-outline {
    min-width: 8em;
  }

  .vertical-line-top {
    height: 1.5em;
    margin-bottom: 1.5em;
  }

  .vertical-line-bottom {
    height: 1.5em;
    margin-top: 1.5em;
  }

  .facts-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .home-classes-text {
    padding: 3em 1em;
  }

  .light-section-text-wrapper {
    margin-bottom: .5em;
  }

  .home-classes-wrapper {
    padding-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .classes-list-wrapper {
    margin-top: -3em;
    padding: 1em;
    top: auto;
  }

  .classes-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 1em;
  }

  .testimonials-grid {
    grid-row-gap: 2em;
  }

  .trainers-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trainers-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .home-pricing-section {
    padding: 3em 1em;
  }

  .footer-section {
    padding: 1em;
  }

  .footer-links-grid {
    grid-template-columns: repeat(auto-fit, 286px);
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-text-field {
    margin-bottom: 1em;
    margin-right: 0;
  }

  .home-news-section {
    padding: 3em 1em;
  }

  .home-pricing-list-wrapper, .pricing-item {
    padding: 1em;
  }

  .pricing-item-header {
    margin-bottom: 1em;
    padding: 1em 1em .5em;
  }

  ._404-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-aux-section {
    padding: 1em 1em 3em;
  }

  .aux-section {
    padding-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .aux-block {
    margin-top: -3em;
    padding: 1em;
  }

  .aux-block.top-margin-negative {
    margin-top: -3em;
  }

  .dark-section-text-wrapper {
    margin-bottom: .5em;
  }

  .news-image {
    margin-bottom: 16px;
  }

  .cart-header {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cart-list, .cart-footer {
    padding: 1em;
  }

  .trainer-image {
    margin-bottom: 1em;
  }

  .trainer-social-buttons-grid {
    bottom: 16px;
  }

  .classes-image {
    margin-bottom: 1em;
  }

  .pricing-list-wrapper {
    margin-top: -64px;
    padding: 1em;
  }

  .empty-state {
    padding: 16px;
  }

  .checkout-form-section {
    padding-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .checkout-form-header {
    padding-left: 1em;
    padding-right: 1em;
  }

  .checkout-form-block-content {
    padding: 1em;
  }

  .checkout-form-block-wrapper {
    margin-bottom: 1em;
  }

  .licensing-grid {
    grid-row-gap: 16px;
  }

  .contact-form-div {
    padding: 1em;
  }

  .contact-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

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

  .home-features-wrapper {
    margin-top: -3em;
    margin-bottom: 20px;
    padding: 1em;
  }

  .about-text {
    padding: 1em 1em 0;
  }

  .outline-block {
    padding: 1em;
  }

  .outline-block.padding-bottom-1-2x {
    padding-bottom: 0;
  }

  .partners-grid-vertical-spacing-block {
    height: 1em;
  }

  .product-description-text {
    padding: 1em 1em 0;
  }

  .add-to-cart-buttons-grid {
    grid-template-columns: 1fr;
  }

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

  .general-light-block {
    padding: 1em;
  }

  .facts-grid {
    grid-template-columns: 1fr;
    margin-bottom: 3em;
  }

  .aux-hero-title-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .brand-text {
    display: none;
  }

  .checkout-information-grid {
    grid-template-columns: 1fr;
  }

  .home-news-item-link-block {
    padding: 1em;
  }

  .image-3 {
    max-width: 50%;
  }
}

#w-node-_2f8980ea-3aa4-c827-8d37-d20573d50104-bfc55b0f {
  align-self: start;
}

#w-node-_7bb22543-7c84-5127-144a-00838fb910ac-bfc55b0f, #w-node-_457c7195-4375-99e1-e308-5eed14fc173a-bfc55b0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_423746c0-58a2-220c-83ad-6279bfc55b18-bfc55b0f {
  justify-self: center;
}

#w-node-_6793c2b0-99bf-b188-d9c4-546ac4746376-bfc55b0f, #w-node-_47a65cbb-5afa-4f1c-1c1a-edc3743d2583-bfc55b0f, #w-node-_1c2d683a-ddd2-fc4c-e1cb-4c0e694e28f3-bfc55b0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact-Message.w-node-_085533dc-7e54-74a3-943c-95451fb2b188-44e4a5c7, #w-node-_085533dc-7e54-74a3-943c-95451fb2b189-44e4a5c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e144d25f-7afe-486a-710f-6126f7df7365-44e4a5c1, #w-node-_58f9ee27-652d-0d0d-2939-45e0f0493a0f-44e4a5c1 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #Contact-Message.w-node-_085533dc-7e54-74a3-943c-95451fb2b188-44e4a5c7, #w-node-_085533dc-7e54-74a3-943c-95451fb2b189-44e4a5c7 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_643d9a70-7ddf-8262-de7f-cd7de9fb97ec-44e4a5c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Contact-Name.w-node-_085533dc-7e54-74a3-943c-95451fb2b186-44e4a5c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Contact-Email.w-node-_085533dc-7e54-74a3-943c-95451fb2b187-44e4a5c7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Contact-Message.w-node-_085533dc-7e54-74a3-943c-95451fb2b188-44e4a5c7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_085533dc-7e54-74a3-943c-95451fb2b189-44e4a5c7 {
    grid-area: 4 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}