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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

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

.w-commerce-commercecartheader {
  position: relative;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: baseline;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffdede;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: 'Axiforma', sans-serif;
  color: #081158;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 72px;
  line-height: 1.1em;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 64px;
  line-height: 1.1em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Sato, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Sato, sans-serif;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sato, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8em;
}

a {
  transition: opacity 500ms ease;
  color: #081158;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

ul {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 20px;
}

li {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  list-style-type: none;
}

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

strong {
  font-weight: 600;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border-left: 5px solid #dfdfdf;
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 1.6em;
  font-style: italic;
  text-align: center;
}

figcaption {
  margin-top: 15px;
  color: #afafaf;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.5px;
}

.section {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.section.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.section.social-proof {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #081158;
  color: #fff;
}

.section.features {
  padding-bottom: 0px;
  text-align: center;
}

.section.free-classes {
  background-color: #eef0f4;
}

.section.call-section {
  padding-top: 250px;
  padding-bottom: 220px;
  justify-content: flex-start;
}

.section.call-section.final {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.newsletter-section {
  min-height: 70vh;
  justify-content: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.section.footer-insta {
  overflow: hidden;
  justify-content: center;
  background-color: #eef0f4;
}

.section.footer-section {
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #fff;
}

.section.free-w-hero {
  overflow: hidden;
  background-color: #f5f5f5;
}

.section.about-hero {
  background-color: #d2e4e0;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.section.author-hero {
  background-color: #d2e4e0;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.section.product-hero {
  min-height: 100vh;
  justify-content: center;
  background-color: #d2e4e0;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.container {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  font-family: 'Axiforma book', sans-serif;
}

.container.nav-container {
  display: flex;
  max-width: 1350px;
  justify-content: space-between;
  align-items: center;
}

.container.grid-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container.features-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1250px;
  align-items: center;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1.6fr 0.25fr 1.6fr 0.25fr 1.6fr;
  grid-template-columns: 1.6fr 0.25fr 1.6fr 0.25fr 1.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.free-plan-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.container.grid-2 {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1350px;
  margin-top: 100px;
  margin-bottom: 100px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.insta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container.footer-container {
  display: -ms-grid;
  display: grid;
  max-width: 1350px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.blog-container {
  margin-top: 100px;
}

.container.blog-content-container {
  max-width: 800px;
  margin-top: 100px;
}

.container.workout-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.aditional-workout {
  max-width: 800px;
  margin-top: 100px;
  text-align: left;
}

.container.shop-container {
  margin-top: 100px;
}

.jumbo-paragraph.no-margin {
  margin-bottom: 0px;
}

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.blue {
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
}

.style-guide-labels {
  margin-bottom: 50px;
  color: #afafaf;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-labels.no-margin {
  margin-bottom: 0px;
}

.style-guide-labels.invert {
  margin-top: 15px;
  margin-bottom: 0px;
}

.spacer-100px {
  width: 100px;
  height: 100px;
}

.guide-heading {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  font-family: Axiforma, sans-serif;
}

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

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-500 {
  max-width: 850px;
  margin-bottom: 40px;
  font-family: 'Axiforma book', sans-serif;
  color: #959595;
  line-height: 1.8em;
  font-weight: 400;
}

.big-paragraph.max-350 {
  max-width: 350px;
}

.style-grid-two-c {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-grid-two-c.no-margin {
  margin-bottom: 0px;
}

.column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.column.white-button-column {
  padding: 15px;
  background-color: #000;
}

.column.max-600 {
  max-width: 600px;
  padding-left: 0px;
}

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

.column.feature-column {
  align-items: center;
}

.column.feature-headline {
  margin-bottom: 0px;
  align-items: center;
}

.column.hero-image-column {
  z-index: 2;
  align-items: center;
}

.column.author-column {
  z-index: 2;
  align-items: center;
}

.label {
  margin-bottom: 0px;
  color: #081158;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.small {
  font-size: 12px;
  line-height: 1.4em;
}

.label.big {
  font-size: 16px;
  line-height: 1.8em;
}

.label.grey-label {
  color: #dfdfdf;
}

.label._30-margin {
  display: none;
  margin-bottom: 30px;
  color: #5b95d2;
}

.label._15-margin {
  margin-bottom: 15px;
}

.label.footer-label {
  margin-bottom: 15px;
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
  font-weight: 600;
  text-transform: none;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.caps {
  text-transform: uppercase;
}

.nav-link {
  display: block;
  padding: 10px 20px;
  border-bottom-style: none;
  font-family: 'Axiforma book', sans-serif;
  color: #959595;
  font-weight: 400;
}

.nav-link.w--current {
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
  font-weight: 600;
}

.nav-link.w--current:hover {
  color: #7bb3f1;
  font-weight: 600;
}

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

.color-block {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  background-color: #081158;
}

.color-block.blue {
  background-color: #081158;
}

.color-block.not-purple {
  background-color: #5b95d2;
}

.color-block.lavender {
  background-color: #8ea5a0;
}

.color-block.pink {
  background-color: #cfddee;
}

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
}

.color-block.smoke {
  background-color: #f5f5f5;
}

.color-block.gainsboro {
  background-color: #dfdfdf;
}

.color-block.color-8 {
  background-color: #afafaf;
}

.color-block.black {
  background-color: #000;
}

.color-block.pinky-final {
  background-color: #ec8675;
}

.color-block.pale-white {
  background-color: #eef0f4;
}

.style-grid-four-c {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-grid-four-c.no-margin {
  margin-bottom: 0px;
}

.style-grid-ten-c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon {
  width: 40px;
  height: 40px;
}

.illustrations {
  height: 200px;
}

.brand-guidelines-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #000;
  background-color: #fff;
}

.guidelines-link {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  text-align: center;
}

.guidelines-link:hover {
  background-color: #000;
  color: #fff;
}

.guidelines-link.w--current {
  background-color: #000;
  color: #fff;
}

.guidelines-link.last {
  border-right-style: none;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
}

.brand-link {
  position: fixed;
  top: 50px;
  z-index: 99;
  display: flex;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px none #000;
}

.brand-image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ninja-image-wrap {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 999;
  height: 180px;
}

.ninja-image {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.style-grid-three-c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-download-wrap {
  display: flex;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}

.logo-download-wrap.dark {
  background-color: #000;
}

.logo-download-icon {
  height: 30px;
}

.logo-download-icon.small-icons {
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

.sideflex {
  display: flex;
  flex-wrap: wrap;
}

.download-links {
  margin-right: 15px;
}

.button {
  display: block;
  min-width: 180px;
  margin-top: 0px;
  padding: 20px 20px 20px 40px;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #7bb3f1;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  font-family: Axiforma, sans-serif;
  color: #fff;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.button:hover {
  padding-left: 50px;
  background-position: 30px 50%;
  transform: translate(0px, -3px);
}

.button.white {
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
  color: #081158;
}

.button.green {
  background-color: #8ea5a0;
}

.button.small {
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-position: 15px 50%;
}

.button.small:hover {
  background-position: 25px 50%;
}

.button.small-white {
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 15px 50%;
  color: #081158;
}

.button.small-white:hover {
  background-position: 25px 50%;
}

.button.small-blue {
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #081158;
  background-position: 15px 50%;
}

.button.small-blue:hover {
  background-position: 25px 50%;
}

.button.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.categories-button {
  min-width: auto;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background-color: transparent;
  background-image: none;
  color: #081158;
}

.button.categories-button:hover {
  background-position: 25px 50%;
}

.button.categories-button.w--current {
  background-color: #8ea5a0;
  color: #fff;
}

.button.discount {
  height: 40px;
  padding: 5px 10px 5px 30px;
  background-color: #8ea5a0;
}

.link {
  padding-left: 13px;
  border-bottom-color: #081158;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0% 50%;
  background-size: auto 10px;
  background-repeat: no-repeat;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1);
  color: #081158;
}

.link:hover {
  padding-left: 20px;
  border-bottom-color: rgba(32, 52, 146, 0);
  background-position: 7px 50%;
}

.link.white {
  border-bottom-color: #fff;
  color: #fff;
}

.link.white:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.link.color {
  border-bottom-color: #5b95d2;
  color: #5b95d2;
}

.link.color:hover {
  border-bottom-color: rgba(147, 100, 248, 0);
}

.cta-card {
  width: 100%;
  padding: 50px;
  background-color: #8ea5a0;
  color: #081158;
}

.cta-card.center-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-card.full-card {
  display: -ms-grid;
  display: grid;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: column;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cta-card.full-card-center {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.max-800 {
  max-width: 800px;
  margin-bottom: 10px;
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
  font-size: 56px;
  font-weight: 500;
}

.max-500 {
  max-width: 500px;
}

.cta-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.spacing-30-px {
  width: 50px;
  height: 50px;
}

.form-field {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(32, 52, 146, 0.1);
  font-family: 'Axiforma book', sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.form-field:focus {
  border-bottom-color: #cfddee;
  color: #959595;
}

.form-field.-wfp-focus {
  border-bottom-color: #cfddee;
  color: #959595;
}

.form-field::-moz-placeholder {
  color: #959595;
}

.form-field::-ms-input-placeholder {
  color: #959595;
}

.form-field::placeholder {
  color: #959595;
}

.form-field.checkout-field {
  height: 40px;
  margin-bottom: 10px;
}

.no-margin {
  margin-bottom: 0px;
}

.form-block {
  width: 100%;
  max-width: 800px;
  margin-bottom: 0px;
  padding: 50px;
  background-color: #8ea5a0;
  color: #081158;
}

.form-block.full-form {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

._10px-spacer {
  width: 10px;
  height: 10px;
}

.sucess-message {
  padding-top: 70px;
  padding-bottom: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #081158;
  border-radius: 6px;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.6em;
}

.sideflex-form {
  display: flex;
  width: 100%;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 999;
  display: flex;
  width: 100%;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  display: flex;
  height: 20px;
  padding-left: 0px;
  align-items: center;
  align-self: center;
  border-bottom-style: none;
}

.brand.w--current {
  height: auto;
}

.brand._404-brand {
  margin-bottom: 30px;
  -ms-grid-row-align: center;
      align-self: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.scribble-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
  font-weight: 600;
  letter-spacing: 1px;
}

.scribble-text.compare-at {
  margin-left: 15px;
  color: #afafaf;
  font-size: 12px;
  text-decoration: line-through;
}

.scribble-text.cart-price {
  margin-bottom: 5px;
  color: #ec8675;
  font-size: 16px;
}

.scribble-text.shipping-price {
  color: #afafaf;
  font-size: 12px;
}

.red-hat {
  font-family: 'Axiforma', sans-serif;
  color: #959595;
}

.hero-slider-content {
  display: flex;
  width: 100%;
  max-width: 1450px;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'Axiforma book', sans-serif;
}

.hero-slider-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.hero-slider-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  font-family: 'Axiforma book', sans-serif;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.brand-logo {
  display: block;
  height: 200%;
  -ms-grid-row-align: center;
      align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.blue-line {
  position: absolute;
  top: -35px;
  width: 150%;
  height: 10vh;
  background-color: #5b95d2;
  transform: rotate(-2deg);
}

.blue-line.bottom {
  top: auto;
  bottom: -35px;
}

._10-margin {
  margin-bottom: 10px;
}

.page-wrap {
  overflow: hidden;
}

.page-wrap.no-overflow {
  overflow: visible;
}

.feature-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-max {
  position: relative;
  z-index: 2;
  max-width: 350px;
  margin-bottom: 0px;
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
  font-weight: 700;
}

.feature-img-and-gradient {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-list {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-list.no-items {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ec8675;
}

.product-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex: 1;
  border: 1px none #000;
  border-radius: 10px;
  transition: box-shadow 500ms ease, transform 600ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease;
}

.product-card:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  transform: translate(0px, -5px);
}

.product-image-wrap {
  width: 100%;
  height: 400px;
}

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

.product-description {
  position: relative;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background-color: #fff;
}

.section-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-bg-image.top-align {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.description-image-wrap {
  overflow: hidden;
  width: 80%;
  height: 500px;
  border-radius: 10px;
}

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

.newsletter-form {
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: transparent;
  color: transparent;
}

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

.form-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.max-600 {
  max-width: 600px;
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
  font-size: 56px;
  font-weight: 600;
}

.blog-list {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-item {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  padding: 150px 30px 30px;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-style: none;
  border-radius: 10px;
  transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), opacity 500ms ease;
  text-align: left;
}

.blog-item:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  transform: translate(0px, -5px);
}

.blog-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.blog-content.post-content {
  padding: 50px;
}

.author-sideflex {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.author-sideflex._30-px-margin {
  margin-bottom: 30px;
}

.author-image-mask {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 20px;
}

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

.blog-item-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insta-row {
  display: flex;
  width: 150vw;
  margin-bottom: 100px;
  align-items: center;
}

.insta-row.row-2 {
  margin-bottom: 0px;
  margin-left: -50vw;
}

.insta-post-wrap {
  overflow: hidden;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  flex: 0 0 auto;
  border-radius: 10px;
}

.category-label {
  position: absolute;
  left: 0px;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #cfddee;
  font-size: 12px;
  text-transform: uppercase;
}

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

.insta-section-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: center;
  align-items: center;
  background-color: #ec8675;
  transform: rotate(2deg);
}

.social-wrap {
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  align-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.social-wrap:hover {
  color: #fff;
}

.social-icon {
  display: block;
  height: 50px;
  margin-right: 15px;
}

.social-icon.author-links {
  height: 30px;
  margin-right: 0px;
}

.footer-link {
  margin-bottom: 5px;
  font-family: 'Axiforma book', sans-serif;
  color: #959595;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
}

.social-channel {
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 0px 0px 0px 10px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
}

.social-channel.big-trustmark {
  padding: 0px;
}

.social-channel.powered-by {
  width: auto;
  color: #000;
  font-size: 10px;
}

.trustmark-image {
  display: block;
  height: auto;
}

.trustmark-image.smaller {
  height: auto;
}

.trustmark-image.big {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-list-wrapper {
  width: 100%;
}

.price-wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  align-items: center;
  color: #ec8675;
}

.product-item {
  display: flex;
  flex-direction: column;
}

.blog-list-wrapper {
  width: 100%;
  margin-top: 100px;
}

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

.cart {
  margin-left: 20px;
  color: #5b95d2;
}

.cart-quantity {
  margin-left: 0px;
  background-color: transparent;
  color: #5b95d2;
}

.cart-button {
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #5b95d2;
}

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

.cart-container {
  overflow: hidden;
  border-radius: 10px;
}

.cart-image-wrap {
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  -o-object-fit: fill;
     object-fit: fill;
}

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

.cart-quantity-1 {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(32, 52, 146, 0.1);
  color: #081158;
  font-size: 16px;
}

.cart-quantity-1:focus {
  border-bottom-color: #cfddee;
}

.cart-quantity-1::-moz-placeholder {
  color: #081158;
}

.cart-quantity-1::-ms-input-placeholder {
  color: #081158;
}

.cart-quantity-1::placeholder {
  color: #081158;
}

.cart-close {
  width: 10px;
  font-size: 10px;
}

.cart-product-name {
  margin-bottom: 5px;
  font-family: Sato, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}

.cart-item {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.remove-button {
  width: 100%;
  margin-top: 5px;
  color: #afafaf;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart-list {
  padding: 20px 20px 0px;
}

.cart-footer {
  padding: 20px;
}

.error-state {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  margin: 10px 0px 0px;
  border-radius: 10px;
  background-color: #ec8675;
  color: #fff;
  text-align: center;
}

.empty-state {
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  text-align: center;
}

.hero-image-mask {
  overflow: hidden;
  width: 100%;
  height: 600px;
  border-radius: 10px;
}

.free-workout-shape {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 350px;
}

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

.hero-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: center;
  align-items: center;
  background-color: #cfddee;
  transform: rotate(2deg);
  text-align: center;
}

.hero-line.shop-line {
  background-color: #081158;
  color: #fff;
}

.hero-line.blog-line {
  background-color: #cfddee;
  color: #081158;
}

.about-video-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

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

.play-button-wrap {
  position: absolute;
  display: flex;
  width: 100px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
}

.play-button {
  height: 30px;
}

.blog-categories {
  display: flex;
  padding-bottom: 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.categories-sideflex {
  display: flex;
  align-items: center;
}

.categories-list {
  display: flex;
}

.social-links-wrap {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  padding: 21px;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.social-links {
  filter: invert(100%);
}

.checkout-form {
  padding-top: 150px;
}

.checkout-block {
  overflow: hidden;
  border-style: none;
  border-radius: 10px;
  background-color: #fff;
}

.payment-logos-sideflex {
  position: relative;
  z-index: 2;
  display: flex;
  width: 95%;
  max-width: 1450px;
  margin-bottom: 10px;
  align-items: stretch;
}

.block-header {
  padding: 15px 20px;
  align-items: center;
  border-style: none none solid;
  border-bottom-color: #eef0f4;
}

.block-content {
  padding: 20px;
  border: 1px none #000;
}

.shipping-method-list {
  border-right-style: none;
  border-left-style: none;
}

.shipping-method {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-style: none;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.order-item {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: center;
  align-content: center;
}

.selector {
  height: 40px;
  border-style: none;
  background-color: rgba(32, 52, 146, 0.1);
}

.selector.big-selector {
  height: 60px;
  margin-bottom: 0px;
  border-radius: 6px;
}

.sticky-form {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.add-to-cart-sideflex {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.cart-quantity-2 {
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: rgba(32, 52, 146, 0.1);
  color: #081158;
  font-size: 16px;
}

.cart-quantity-2:focus {
  border-bottom-color: #cfddee;
}

.cart-quantity-2::-moz-placeholder {
  color: #081158;
}

.cart-quantity-2::-ms-input-placeholder {
  color: #081158;
}

.cart-quantity-2::placeholder {
  color: #081158;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Green-Lines.svg');
  background-position: 100% 100%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

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

.protected-page-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.max-400 {
  max-width: 400px;
}

.max-400.no-margin {
  font-family: 'Axiforma book', sans-serif;
  color: #959595;
}

.option {
  margin-bottom: 5px;
  flex-wrap: wrap;
  font-size: 12px;
}

.option-list {
  padding-top: 0px;
}

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

.field-label {
  font-weight: 700;
}

.shipping-label {
  font-weight: 700;
}

.paypal {
  height: 38px;
  margin-bottom: 8px;
}

.heading {
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
  font-size: 56px;
  font-weight: 600;
}

.body {
  color: #5b95d2;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-block {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
}

.column-social {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.button-small {
  display: none;
  min-width: 180px;
  margin-top: 0px;
  padding: 20px 20px 20px 40px;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #7bb3f1;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  font-family: Axiforma, sans-serif;
  color: #fff;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.button-small:hover {
  padding-left: 50px;
  background-position: 30px 50%;
  transform: translate(0px, -3px);
}

.column-small {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.column-small.hero-image-column {
  z-index: 2;
  display: none;
  align-items: center;
}

.section-before-after {
  position: relative;
  display: flex !important;
  padding-top: 150px;
  padding-bottom: 150px;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}

.section-before-after.photo-section {
  overflow: hidden;
  min-height: 60vh;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.feature-image-mask-two {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 10px;
}

.hero-content {
  display: -ms-grid;
  display: grid;
  width: 95%;
  max-width: 1350px;
  margin-top: 60px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'Axiforma book', sans-serif;
}

.emails-grid {
  display: -ms-grid;
  display: grid;
  height: auto;
  align-items: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.email {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}

.email-header {
  font-size: 20px;
}

.email-header.max-500 {
  max-width: 650px;
  margin-bottom: 40px;
  font-family: 'Axiforma book', sans-serif;
  color: #959595;
  line-height: 1.8em;
  font-weight: 400;
}

.email-header.max-500.blue {
  margin-bottom: 0px;
  color: #88b3ed;
}

.emails {
  font-size: 20px;
}

.emails.max-500 {
  max-width: 650px;
  margin-bottom: 0px;
  font-family: 'Axiforma book', sans-serif;
  color: #959595;
  line-height: 1.8em;
  font-weight: 400;
}

.track-two {
  display: block;
  height: 400vw;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.frame {
  display: flex;
}

.item {
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: transparent;
  overflow-y: clip;
}

.show-on-mobile {
  display: none;
}

.item.one {
  width: 110vw;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  background-color: #fcfcfc;
}

.item.two {
  width: 110vw;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  background-color: #f5f8fc;
}

.item.three {
  width: 110vw;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  background-color: #fcfcfc;
}

.navbar-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.html-embed {
  display: flex;
  align-self: center;
}

.heading-2 {
  font-family: Axiforma, sans-serif;
  color: #7bb3f1;
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

  .section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.call-section {
    padding-top: 200px;
  }

  .section.call-section.final {
    padding-top: 0px;
    padding-bottom: 54px;
    justify-content: center;
  }

  .section.footer-section {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .container {
    width: 85%;
  }

  .container.nav-container {
    position: static;
    width: 85%;
  }

  .container.features-grid {
    width: 85%;
    justify-items: center;
    -ms-grid-row-align: center;
        align-self: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.6fr 1.6fr 1.6fr;
    grid-template-columns: 1.6fr 1.6fr 1.6fr;
  }

  .container.grid-2 {
    width: 85%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
  }

  .container.footer-container {
    width: 85%;
    margin-bottom: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1.3fr;
    grid-template-columns: 1fr 1fr 1fr 1.3fr;
  }

  .jumbo {
    font-size: 70px;
  }

  .big-paragraph.max-500 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2em;
  }

  .column.feature-headline {
    margin-bottom: 20px;
  }

  .column.hero-image-column {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .label.footer-label {
    font-size: 12px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #081158;
    text-align: center;
  }

  .style-grid-three-c {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    display: none;
  }

  .max-800 {
    max-width: 600px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .form-field {
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .brand {
    z-index: 2;
  }

  .nav-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 50vw;
    padding: 100px 50px 50px;
    flex-direction: column;
    background-color: #cfddee;
    text-align: center;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #081158;
  }

  .hero-slider-content {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-slider-image-wrap {
    overflow: visible;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .hero-slider-image {
    overflow: visible;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .feature-max {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .feature-img-and-gradient {
    margin-bottom: 20px;
  }

  .product-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .product-image-wrap {
    height: 250px;
  }

  .product-description {
    padding: 20px;
  }

  .description-image-wrap {
    width: 100%;
    height: 400px;
  }

  .newsletter-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 4fr 1fr;
    grid-template-columns: 4fr 1fr;
  }

  .max-600 {
    font-size: 28px;
  }

  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-item {
    min-height: 350px;
    padding: 100px 20px 20px;
  }

  .blog-content {
    padding: 15px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .insta-section-line {
    height: 150px;
  }

  .social-wrap {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
  }

  .social-icon {
    height: 30px;
  }

  .footer-link {
    font-size: 12px;
  }

  .social-channel {
    padding-right: 0px;
    padding-left: 10px;
  }

  .price-wrap {
    position: relative;
    top: 0px;
    right: 0px;
    display: flex;
    margin-bottom: 15px;
    order: -1;
  }

  .cart {
    z-index: 2;
  }

  .hero-line {
    height: 150px;
  }

  .about-video-wrap {
    height: 450px;
  }

  .checkout-form {
    padding-top: 100px;
  }

  .sticky-form {
    position: relative;
    top: 0px;
    flex: 1;
  }

  .max-400.no-margin {
    font-size: 14px;
    line-height: 2em;
  }

  .shipping-container {
    flex-wrap: wrap;
  }

  .heading {
    font-size: 28px;
  }

  .text-block {
    font-size: 12px;
  }

  .button-small {
    display: block;
    height: 40px;
    min-width: 40px;
    padding-right: 25px;
    padding-left: 20px;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .section-before-after {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-before-after.photo-section {
    min-height: 40vh;
  }

  .feature-image-mask-two {
    width: 200px;
    height: 160px;
  }

  .hero-content {
    width: 85%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .emails-grid {
    grid-column-gap: 35px;
    grid-row-gap: 10px;
  }

  .email-header.max-500 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2em;
  }

  .email-header.max-500.blue {
    line-height: 1.5em;
  }

  .emails.max-500 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7em;
  }

  .track-two {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    overflow: visible;
    width: auto;
    height: auto;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item.one {
    width: 100vw !important;
  }
  .item.two {
    width: 100vw !important;
  }
  .item.three {
    width: 100vw !important;
  }

}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .section {
    width: auto;
    height: auto;
    padding-bottom: 60px;
  }

  .section.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.call-section {
    padding-top: 100px;
  }

  .section.call-section.final {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.footer-section {
    height: auto;
    padding-top: 40px;
  }

  .container {
    width: 100%;
  }

  .container.features-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container.grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
  }

  .container.footer-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container.workout-container {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jumbo {
    font-size: 50px;
  }

  .big-paragraph.max-500 {
    max-width: 380px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .style-grid-two-c {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column {
    margin: auto;
  }

  .column.feature-headline {
    max-width: none;
  }

  .label.footer-label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .style-grid-four-c.no-margin {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .style-grid-ten-c {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ninja-image-wrap {
    right: 25px;
    bottom: 80px;
    height: 100px;
  }

  .max-800 {
    max-width: 500px;
    font-size: 24px;
  }

  .form-field {
    font-size: 14px;
  }

  .form-block {
    padding: 30px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1.4fr 1fr;
    grid-template-columns: 1.4fr 1fr;
  }

  .hero-slider-image-wrap {
    height: 250px;
  }

  .hero-slider-image {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .product-list {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .description-image-wrap {
    display: flex;
    height: 350px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .description-image {
    display: block;
    height: 95%;
    -ms-grid-row-align: center;
        align-self: center;
    text-align: left;
  }

  .max-600 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .blog-list {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .insta-section-line {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .social-wrap {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
    justify-content: flex-end;
  }

  .social-wrap.left-social {
    justify-content: flex-start;
  }

  .footer-link {
    font-size: 12px;
  }

  .social-channel {
    padding-right: 0px;
    padding-left: 10px;
  }

  .cart {
    margin-left: 10px;
  }

  .hero-image-mask {
    height: 350px;
  }

  .hero-line {
    height: 125px;
    padding-right: 30vw;
    padding-left: 30vw;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .max-400.no-margin {
    max-width: 300px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .social-icons {
    margin-bottom: 10px;
  }

  .text-block {
    font-size: 10px;
    text-align: left;
  }

  .column-social {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-before-after.photo-section {
    min-height: 20vh;
  }

  .feature-image-mask-two {
    width: 140px;
  }

  .hero-content {
    grid-column-gap: 8px;
    grid-row-gap: 18px;
    -ms-grid-columns: 2fr 1.8fr;
    grid-template-columns: 2fr 1.8fr;
  }

  .emails-grid {
    grid-column-gap: 22px;
  }

  .email-header.max-500 {
    max-width: 380px;
    font-size: 12px;
    line-height: 2em;
  }

  .email-header.max-500.blue {
    font-size: 11px;
  }

  .emails.max-500 {
    max-width: 380px;
    font-size: 12px;
    line-height: 2em;
  }

  .track-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item.one {
    width: 100vw !important;
  }
  .item.two {
    width: 100vw !important;
  }
  .item.three {
    width: 100vw !important;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    padding-left: 25px;
  }

  .section {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.social-proof {
    display: none;
  }

  .section.features {
    display: flex;
    padding-bottom: 0px;
  }

  .section.call-section {
    padding-bottom: 10px;
  }

  .section.call-section.final {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.footer-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .container {
    display: none;
    width: 100%;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .container.nav-container {
    width: 90%;
  }

  .container.grid-3 {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.features-grid {
    width: 80%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container.grid-2 {
    display: block;
  }

  .container.footer-container {
    width: 85%;
    margin-bottom: 0px;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .jumbo {
    font-size: 45px;
  }

  .big-paragraph.max-500 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
  }

  .column {
    margin-bottom: 20px;
    align-items: center;
  }

  .column.feature-column {
    margin-bottom: 60px;
  }

  .column.feature-headline {
    width: 80%;
    margin-bottom: 20px;
  }

  .column.hero-image-column {
    display: none;
  }

  .label.footer-label {
    color: #7bb3f1;
    font-size: 12px;
  }

  .label.categories-label {
    margin-bottom: 15px;
  }

  .nav-link {
    color: #7bb3f1;
  }

  .brand-guidelines-nav {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .guidelines-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .ninja-image-wrap {
    bottom: 115px;
  }

  .style-grid-three-c {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button {
    display: none;
  }

  .button.form-button {
    width: 100%;
    margin-top: 15px;
  }

  .button.categories-button {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.discount {
    margin-left: 0px;
    flex: 0 100%;
  }

  .cta-card {
    padding: 30px;
  }

  .cta-card.full-card {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-card.full-card-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-800 {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .cta-image {
    min-height: 250px;
  }

  .spacing-30-px {
    display: none;
  }

  .spacing-30-px.show {
    display: block;
  }

  .form-field {
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }

  .form-block {
    padding: 20px;
  }

  .form-block.full-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sideflex-form {
    flex-wrap: wrap;
  }

  .navbar {
    height: 50px;
  }

  .brand.w--current {
    display: flex;
    height: 28px;
    align-items: center;
    align-self: center;
    color: #7bb3f1;
  }

  .nav-menu {
    width: 100vw;
  }

  .menu-button {
    color: #7bb3f1;
  }

  .menu-button.w--open {
    padding: 5px;
    border-radius: 8px;
    background-color: #7bb3f1;
  }

  .hero-slider-content {
    width: 85%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
    height: 200px;
  }

  .hero-slider-image {
    height: 100%;
    border-radius: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .brand-logo {
    height: 100%;
    color: #7bb3f1;
  }

  .feature-max {
    max-width: 250px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
  }

  .feature-img-and-gradient {
    margin-bottom: 10px;
  }

  .newsletter-form {
    padding: 12px 10px;
    -ms-grid-row-align: center;
        align-self: center;
    text-align: left;
  }

  .form-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 4fr 1fr;
    grid-template-columns: 4fr 1fr;
  }

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

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .insta-section-line {
    align-content: center;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-icon {
    margin-right: 10px;
  }

  .footer-link {
    font-size: 12px;
  }

  .social-channel {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cart-quantity-1 {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-video-wrap {
    height: 300px;
  }

  .blog-categories {
    flex-wrap: wrap;
  }

  .categories-list {
    flex-wrap: wrap;
  }

  .checkout-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .sticky-form {
    width: 100%;
  }

  .add-to-cart-sideflex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cart-quantity-2 {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .max-400.no-margin {
    font-size: 12px;
    line-height: 2em;
    text-align: center;
  }

  .shipping-container {
    overflow: hidden;
  }

  .option-2 {
    flex-wrap: wrap;
  }

  .heading {
    width: 100%;
    margin-bottom: 10px;
    -ms-grid-row-align: center;
        align-self: center;
    font-size: 19px;
    text-align: center;
  }

  .heading-mobile {
    font-size: 22px;
  }

  .social-icons {
    margin-bottom: 20px;
  }

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

  .column-social {
    align-items: center;
  }

  .button-small {
    display: block;
    height: 40px;
    min-width: 40px;
    padding-right: 25px;
    padding-left: 20px;
    transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  }

  .button-small:hover {
    transform: none;
  }

  .column-small.hero-image-column {
    display: block;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .section-before-after {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section-before-after.photo-section {
    display: none;
  }

  .feature-image-mask-two {
    width: 250px;
    height: 280px;
  }

  .hero-content {
    width: 85%;
    grid-auto-flow: row;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1.4fr;
    grid-template-columns: 1.4fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .emails-grid {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .email {
    align-items: center;
  }

  .email-header.max-500 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
  }

  .email-header.max-500.blue {
    font-family: Axiforma, sans-serif;
    font-weight: 600;
  }

  .emails.max-500 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
  }

  .item {
    padding: 10px 20px;
    width: 100% !important;
  }
  
  .show-on-mobile {
    display: flex;
    width: 84%;
    margin-bottom: 20px;
  }

  .p-on-mobile {
    
  }

  .p-on-mobile {
    
  }

  .w-special {
    font-size: 0 !important;
    line-height: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-position: center center !important;
    margin: 0;
  }
}

#w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d88e-bac9f8e1 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-bac9f8e1 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc760b12-64d7-dc30-9285-e2ae5e251483-bac9f8e1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc760b12-64d7-dc30-9285-e2ae5e251485-bac9f8e1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e721134-cd26-f474-e808-6a8039bad5de-bac9f8e1 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_410e0e34-0b66-0e3f-567b-3ac7cb33ab8d-bac9f8e1 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-a79e6fe1-996d-d410-e316-04767166aa46-bac9f8e1 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-d7b1a011-026b-afea-5499-7750c3a8ba54-bac9f8e1 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_48f1e152-304c-af08-bac2-2094cbc0c067-bac9f8e1 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_1ac6e14c-5d80-b4fb-1311-8131a2fe412d-a2fe412d {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d88e-f7c9f8ec {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d88e-63c9f8f2 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_9903215c-4900-a1d0-20b7-02b48cf9c454-63c9f8f2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04a09f30-f869-4588-a9a1-bc17ca262a8b-63c9f8f2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-a3afb2ab-3d10-8c7a-04c0-0c91d3ddb068-63c9f8f2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-fc6d8e33-f023-5f76-531d-dd27fb03043c-63c9f8f2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-cea804b5-7699-a10a-3309-fb764966cabc-63c9f8f2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-ef431280-e3a3-195f-49f3-4d92d299a31e-63c9f8f2 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ef431280-e3a3-195f-49f3-4d92d299a320-63c9f8f2 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ad7cd10b-54e4-9901-ddfb-577386584269-a7c9f8f5 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdc4-aac9f8f8 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdd3-aac9f8f8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_49560afd-8e03-a254-d6cb-d71c46b1fada-08c9f8fa {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_47c38c83-357c-c939-27c5-0fba8102f039-08c9f8fa {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47c38c83-357c-c939-27c5-0fba8102f03a-08c9f8fa {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4afbd8f-6d57-68e1-e136-14c3f289a785-03c9f902 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c30e790f-5350-ebc1-ef55-9d63aaabe6bb-03c9f902 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6b4b1133-ed06-edaf-39f3-d248dca27598-03c9f902 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9398ea3-6517-c232-2266-ca68f089e096-03c9f902 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_95c4563d-7fa6-c60c-508b-b7e7aa9a9749-03c9f902 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a6b88ac-5bed-b0c6-36c5-01c2b13f8efd-03c9f902 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a94111be-4518-0195-8561-cd64f46f2dcf-03c9f902 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5a38ae9-7159-4788-baa4-0b53fcead7fe-03c9f902 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b3721b4e-17ed-ea24-3514-60d02a7c757b-03c9f902 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8e403645-3d22-b8bb-1e31-a96970bc5c80-03c9f902 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3957a434-62bc-e60b-ff4a-3adf28e5bd22-03c9f902 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_22536c60-a083-e38f-f93d-2209b906c5fa-03c9f902 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_55b6e3f5-796d-4813-5785-b863d46bf0cf-03c9f902 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ed2ceed-0c93-6230-19b5-df523ffcf7a4-03c9f902 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-dc1e38b4-611b-5fd7-813d-a307e6e02159-03c9f902 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d89a-bac9f8e1 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d89b-bac9f8e1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-fbdf3741-1519-c165-9821-141de3314357-bac9f8e1 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fbdf3741-1519-c165-9821-141de3314358-bac9f8e1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d88e-63c9f8f2 {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d350ed8-e9a4-eb03-1dcf-82faec0a87df-bac9f8e1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d7b1a011-026b-afea-5499-7750c3a8ba54-bac9f8e1 {
    -ms-grid-row-align: center;
        align-self: center;
  }

  #w-node-ad7cd10b-54e4-9901-ddfb-577386584273-a7c9f8f5 {
    order: -9999;
  }

  #w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdd3-aac9f8f8 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2454-03c9f902 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2463-03c9f902 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2472-03c9f902 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d88e-bac9f8e1 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d89a-bac9f8e1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d89b-bac9f8e1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2e721134-cd26-f474-e808-6a8039bad5de-bac9f8e1 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_410e0e34-0b66-0e3f-567b-3ac7cb33ab8d-bac9f8e1 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-a79e6fe1-996d-d410-e316-04767166aa46-bac9f8e1 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-fbdf3741-1519-c165-9821-141de3314357-bac9f8e1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fbdf3741-1519-c165-9821-141de3314358-bac9f8e1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_1d6466da-e94d-115c-c97d-71e22c54b46f-2c54b452 {
    order: -9999;
  }

  #w-node-cb6565de-a349-d92e-df91-918d28464b45-2c54b452 {
    order: -9999;
  }

  #w-node-_1987a9e4-b495-1f2c-cc2a-59f3294bbac4-2c54b452 {
    order: -9999;
  }

  #w-node-db12497e-32e8-02a9-19f4-35a633a38a7e-2c54b452 {
    order: -9999;
  }

  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d88e-f7c9f8ec {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0fae3d8-cfcf-1b6a-deff-13d70444d88e-63c9f8f2 {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2454-03c9f902 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2463-03c9f902 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2472-03c9f902 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Sato';
  src: url('../fonts/Sato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Black.ttf') format('truetype'), url('../fonts/Axiforma-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-ExtraBold.ttf') format('truetype'), url('../fonts/Axiforma-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma book';
  src: url('../fonts/Axiforma-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.before-after-container {
  position: relative;
  width: 100vw;
  height: 50vw;
}
.before-after-container .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 50vw;
    background-size: 100vw 50vw;
  }
.background-img {
  background-image: url('../images/Observatory_Big.jpg');
  width: 100vw;
}
.foreground-img {
  background-image: url('../images/Observatory_01.jpg');
  width: 50%;
}

.slider-before-after {
    position: absolute;
    appearance: none;
    width: 100vw;
    height: 50vw;
    background: rgba(242, 242, 242, 0);
    outline: none;
    margin: 0;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-before-after:hover {}

.slider-before-after::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  
  width: 6px;
  height: 50vw;
  background: white;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 6px;
  height: 50vw;
  background: white;
  cursor: pointer;
}

.slider-before-after::-moz-range-thumb {
  width: 6px;
  height: 50vw;
  background: white;
  cursor: pointer;
}

.slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-button:after {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.slider-button:before {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

.hero-content-terms {
  margin-top: 150px;
}

.section-terms {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.terms-list {
  font-family: 'Axiforma book', sans-serif;
  color: #959595;
  line-height: 1.8em;
  font-weight: 400;
  padding-left: 0px;
}

.modal-waitlist-container {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.modal-waitlist {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  align-self: center;
  background-color: white;
  padding: 30px;
  width: 25%;
  border-radius: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.modal-waitlist input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-close-btn {
  height: 30px;
  padding: 0;
  margin: 0;
  display: flex;
  width: 30px;
}

.modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.modal-message {
  color: black;
  font-size: 9pt;
  text-align: justify;
}

.never-hide {
  display: inline-block !important;
}

.w-special {
  display: block;
  margin: 0 auto;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #7bb3f1;
  background-image: url(../images/Vector-4.svg);
  background-position: 20px center;
  background-size: auto 15px;
  background-repeat: no-repeat;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  font-family: Axiforma, sans-serif;
  font-size: 1em;
  color: #fff;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding-left: 40px;
  padding-right: 20px;
}

.w-special:hover {
  padding-left: 50px;
  background-position: 30px 50%;
  transform: translate(0px, -3px);
}

.modal-loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.modal-loader-container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.before-after-custom-slider {
  width: 0.2rem;
  background-color: white;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}