:root {
  --black: #010101;
  --body: Inter, sans-serif;
  --white: white;
  --headings: Gilroy, sans-serif;
  --accentblue: #146ef5;
  --gradientupperblue: #3f89f9;
  --bodytext: #d0d0d0;
  --darkgray: #171717;
  --gray: #898989;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercedownloadsitem {
  grid-column-gap: 16px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  font-family: var(--body);
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.header {
  z-index: 99999;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #01010140;
  border-bottom: 1.5px solid #fff3;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left_side_nav, .right_side_nav {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--white);
  border-bottom: 2px solid #0000;
  padding-top: 25px;
  padding-bottom: 23px;
  font-weight: 300;
  text-decoration: none;
  transition: all .15s;
}

.nav_link:hover {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--accentblue);
  opacity: 1 !important;
}

.cta {
  background-image: linear-gradient(180deg, var(--gradientupperblue), var(--accentblue) 50%, var(--gradientupperblue));
  border-radius: 5px;
  margin-top: 0;
  padding: 12.5px 22px;
  font-weight: 700;
  transition: filter .15s;
}

.cta:hover {
  filter: brightness(90%);
}

.cta.herocta {
  margin-top: 40px;
}

.cta.globecta {
  margin-top: 20px;
}

.cta.mobile {
  display: none;
}

.cta.product_page_cta {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cta.gone {
  display: none;
}

.cta.contactcta {
  width: 100%;
}

.cart-button {
  background-color: #0000;
  padding-left: 9px;
  padding-right: 0;
}

.image {
  width: 8em;
}

.cart-quantity {
  width: 7px;
  min-width: 5px;
  height: 7px;
  margin-left: 0;
  padding-left: 1px;
  padding-right: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero_section {
  height: 90dvh;
  margin-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero_flex_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_image_div {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.heading {
  font-family: var(--headings);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1;
}

.heading.hero_heading {
  margin-bottom: 15px;
  font-size: 3rem;
}

.heading.globe_heading {
  font-family: var(--headings);
  margin-bottom: 10px;
  font-size: 3rem;
}

.heading.disclamer_heading {
  font-family: var(--headings);
  max-width: 48ch;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading.slider_heading {
  margin-bottom: 10px;
  font-size: 3rem;
}

.heading.product_card_heading {
  font-family: var(--headings);
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  display: flex;
}

.heading.successesh {
  max-width: 20ch;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
}

.heading.footer_heading {
  font-family: var(--headings);
  font-size: 1.5rem;
  font-weight: 500;
}

.heading.success_h {
  margin-bottom: 10px;
  font-size: 3rem;
}

.heading.encourage-h, .heading.ebooks_h {
  margin-bottom: 15px;
  font-size: 3rem;
}

.heading.product_heading {
  margin-bottom: 20px;
  font-size: 3rem;
}

.heading.product_h2 {
  margin-top: 0;
  font-size: 2rem;
}

.heading.contact_heading {
  margin-bottom: 10px;
  font-size: 3rem;
}

.paragraph {
  color: var(--bodytext);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph.herop {
  max-width: 65ch;
}

.paragraph.globep {
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.sliderp {
  max-width: 65ch;
}

.paragraph.product_card_p {
  max-width: 40ch;
  font-size: .8rem;
  overflow: hidden;
}

.paragraph.product_card_p.ppm {
  margin-top: -10px;
  margin-bottom: 15px;
}

.paragraph.succeses_p {
  max-width: 50ch;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.footer_p {
  max-width: 40ch;
  margin-top: 10px;
  margin-bottom: 20px;
}

.paragraph.success_p {
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.ecnourage_p {
  max-width: 65ch;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.ebooks_p {
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.product_paragraph {
  max-width: 65ch;
  font-size: .9rem;
}

.paragraph.contactp {
  max-width: 70ch;
}

.globe_section {
  background-image: url('../images/globe_background_image.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.globe_presentation {
  text-align: center;
  width: 800px;
  margin-top: 70px;
}

.disclamer {
  padding-top: 50px;
  padding-bottom: 200px;
}

.disclamer_text {
  text-align: center;
}

.dislamer_label {
  color: var(--accentblue);
  text-transform: uppercase;
  font-weight: 700;
}

.roadmap_tabs_section {
  padding-left: 20px;
}

.roadmap_container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.big-tabs_link-wrapper {
  background-color: var(--darkgray);
  border-radius: 10px;
  padding: 25px 30px 20px 20px;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.big-tabs_menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 48px;
  display: flex;
}

.big-tabs_menu.cc-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 45%;
  margin-bottom: 0;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.paragraph-1-45 {
  font-size: 1.45rem;
  line-height: 1.4;
}

.paragraph-1-45.u-font-untitledsans.u-mt-1 {
  margin-top: 0;
  line-height: 1.2;
}

.btn {
  color: #fff;
  background-color: #d14424;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.cc-text-only {
  color: #d14424;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
}

.btn.cc-text-only:hover {
  box-shadow: none;
  text-decoration: none;
}

.big-tabs_menu-text {
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.big-tabs_stage {
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: auto 0% 0%;
}

.big-tabs_stage.cc-vertical {
  aspect-ratio: auto;
  background-color: var(--darkgray);
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.big-tabs_menu-item {
  flex: 1;
}

.big-tabs_bottom-aspect {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.big-tabs_bottom-aspect.cc-vertical {
  padding-top: 0%;
  padding-bottom: 0%;
  position: static;
}

.u-bg-white {
  background-color: #0000;
  margin-top: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.big-tabs_progress-bar {
  background-color: var(--accentblue);
  width: 100%;
  height: 2px;
}

.u-img-cover {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  position: static;
  inset: 35px 0% 35px 35px;
}

.big-tabs.cc-vertical {
  flex-flow: row-reverse;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.big-tabs_menu-link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-paragraph {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
}

.tab_icon {
  margin-top: -5px;
  margin-right: 0;
}

.tab_icon_wrapper {
  width: 130px;
  margin-right: 10px;
}

.latest_products {
  margin-top: 150px;
  padding-left: 20px;
  padding-right: 0;
}

.slider_container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-right: 14em;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide_slide {
  flex: none;
  width: 33.3333%;
}

.product_card {
  background-color: var(--darkgray);
  border: 1px solid #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: border .15s, box-shadow .15s;
  display: flex;
}

.product_card:hover {
  border-color: var(--accentblue);
  box-shadow: 0 0 20px 0 var(--accentblue);
}

.product_card.exception {
  padding-bottom: 0;
  position: relative;
}

.product_card_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.product_card_text {
  margin-top: auto;
}

.page_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-pill_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
}

.slider-pill {
  text-align: center;
  padding-bottom: 3.5em;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__arrows {
  float: right;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.sliders_text2 {
  font-style: italic;
}

.slider-pill_img {
  object-fit: cover;
  background-color: #24202224;
  border-radius: 100vw;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 128%;
  position: relative;
  overflow: hidden;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/arrow_1.svg');
  padding: 30px;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/arrow_1.svg');
  padding: 30px;
}

.product_slider_heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.successes_homepage_section {
  max-width: 1320px;
  margin-top: 225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.successes_homepage_section_heading {
  text-align: center;
}

.successes_section_image_div {
  z-index: -1;
  margin-top: -27px;
  position: relative;
}

.successes_image_mobile {
  display: none;
}

.timer {
  z-index: -3;
  opacity: .03;
  font-family: var(--headings);
  font-size: 31vw;
  font-weight: 700;
  position: absolute;
  inset: 100px auto auto 50%;
  transform: translate(-50%);
}

.footer {
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.footer_main {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.footer_attribution {
  border-top: 1px solid #ffffff1c;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.copyright {
  font-weight: 300;
}

.social_media_footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form {
  display: flex;
}

.text-field {
  margin-bottom: 0;
}

.footer_link {
  color: var(--bodytext);
  margin-top: 15px;
  font-weight: 300;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.link-block.w--current {
  margin-right: 100px;
}

.blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  inset: 0%;
}

.cart-container {
  background-color: var(--black);
}

.icon {
  filter: brightness(1000%);
}

.text-block {
  color: #774242;
  text-decoration: none;
}

.remove-button {
  color: #883636;
  text-decoration: underline;
}

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

.apple-pay {
  background-color: #171717;
}

.checkout-button {
  background-color: var(--accentblue);
}

.close-button {
  cursor: pointer;
}

.burger_menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25px;
  display: none;
}

.line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.student_successes_big_section {
  margin-top: 70px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.success_container {
  text-align: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.success_image_div {
  margin-top: 40px;
}

.student_image_mobile {
  display: none;
}

.encourage {
  margin-top: 150px;
  margin-bottom: 150px;
}

.ebooks_section {
  margin-top: 70px;
  padding-top: 0;
}

.ebook_heading {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
  padding-top: 0;
}

.collection-list-wrapper {
  max-width: 1320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.next {
  background-color: var(--darkgray);
  color: var(--white);
}

.product_hero {
  margin-top: 70px;
  padding: 40px 20px;
}

.product_hero_container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product_description {
  width: 55%;
  padding-top: 30px;
}

.product_line_separator {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_image_div {
  width: 45%;
}

.pricing_info {
  border-bottom: 1px solid #ffffff1c;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.price {
  font-family: var(--headings);
  color: var(--white);
  margin-left: -5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.price.thinner {
  font-weight: 500;
}

.pricing_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.compare_at {
  color: #ffffff30;
  font-size: .9rem;
  line-height: 1;
  text-decoration: line-through;
}

.time_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-top: -1px;
}

.option-list, .quantity, .field-label {
  display: none;
}

.out-of-stock-state {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-2 {
  color: #f07d7d;
}

.error-state {
  background-color: #ffdede00;
  padding-left: 0;
  padding-right: 0;
}

.product_card_link {
  text-decoration: none;
}

.rich-text-block {
  margin-bottom: 30px;
}

.image-7 {
  max-height: 250px;
}

.text-block-3 {
  font-size: .8rem;
}

.time_procudts {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-right: 20px;
  display: flex;
}

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

.heading-2 {
  margin-left: 20px;
  font-size: 2.25rem;
}

.contact_section {
  justify-content: center;
  align-items: center;
  height: calc(100dvh - 70px);
  max-height: 750px;
  margin-top: 70px;
  padding-top: 0;
  display: flex;
}

.contact_heading {
  text-align: center;
}

.form-block {
  width: 95%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--bodytext);
  font-family: var(--body);
  background-color: #0000;
}

.text-field-2:focus {
  border-bottom-color: var(--accentblue);
}

.text-field-2.textarea {
  resize: none;
  border-bottom-style: none;
  height: 120px;
}

.privacy_policy {
  margin-top: 70px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.payment-logo {
  object-fit: contain;
  flex: 0 auto;
  height: 25px;
}

.payment-logo.custom-logo {
  height: 40px;
}

.payment-logo.amex-logo {
  width: 100%;
  height: auto;
}

.logos-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 11px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.logo-box {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.logo-box.mastercard {
  background-color: #17487b;
  padding: 5px 10px;
}

.logo-box.diners {
  background-color: #004a97;
}

.logo-box.visa {
  background-color: #1b226f;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-box.maestro {
  background-color: #17487b;
}

.logo-box.stripe {
  background-color: #32335c;
  padding: 5px 10px;
}

.logo-box.jcb {
  background-color: #fff;
}

.logo-box.amex {
  background-color: #016fd0;
  border-radius: 3px;
  padding: 5px 0;
}

.logo-box.white {
  background-color: #fff;
  padding: 5px 10px;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block.thight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block.right {
  margin-left: 10px;
}

.price-2 {
  color: #fff;
  margin-left: -5px;
  font-family: Gilroy, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.price-2.thinner {
  font-weight: 500;
}

.form-block-2 {
  display: none;
}

.card_link {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.add_to_cart_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.product_page_price {
  font-size: 2rem;
  font-weight: 700;
}

.default-state {
  margin-bottom: 0;
}

.div-block-2, .div-block-3 {
  display: flex;
}

.div-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.price-km {
  margin-left: auto;
}

@media screen and (min-width: 1280px) {
  .hero_image_div {
    width: 45%;
  }

  .heading.hero_heading {
    font-size: 3.5rem;
  }

  .paragraph.herop {
    font-size: .9rem;
    line-height: 1.6;
  }

  .image-2 {
    width: 100%;
  }

  .dislamer_label {
    font-size: 1.1rem;
  }

  .big-tabs_stage.cc-vertical {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
  }

  .link-block.w--current {
    margin-right: 100px;
  }

  .student_successes_big_section {
    padding-top: 60px;
  }

  .heading-2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero_section {
    max-height: 700px;
  }

  .hero_image_div {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .heading.globe_heading {
    font-size: 3.5rem;
  }

  .heading.disclamer_heading {
    font-size: 2.5rem;
  }

  .heading.slider_heading, .heading.successesh {
    font-size: 3.5rem;
  }

  .globe_section {
    max-height: 800px;
  }

  .globe_presentation {
    width: 900px;
  }

  .disclamer {
    padding-bottom: 250px;
  }

  .dislamer_label {
    font-size: 1.2rem;
  }

  .roadmap_tabs_section {
    height: 700px;
    padding-left: 0;
    position: relative;
  }

  .big-tabs.cc-vertical {
    position: static;
  }

  .latest_products {
    padding-left: 0;
  }

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

  .timer {
    font-size: 29vw;
  }

  .footer {
    padding-left: 0;
  }

  .link-block.w--current {
    margin-right: 100px;
  }

  .student_successes_big_section {
    padding-top: 75px;
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .product_hero {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .product_hero_container {
    max-width: 1100px;
  }

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

  .other_products {
    margin-top: 70px;
  }

  .image-6 {
    max-width: 450px;
  }

  .time_procudts {
    padding-right: 30px;
  }

  .heading-2 {
    margin-left: 0;
    font-size: 3rem;
  }

  .contact_section {
    max-height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .hero_section {
    height: 700px;
    max-height: 700px;
  }

  .hero_image_div {
    width: 50%;
  }

  .heading.slider_heading, .heading.successesh {
    font-size: 3.5rem;
  }

  .globe_section {
    background-image: url('../images/globe_background_image.webp');
    max-height: 800px;
  }

  .dislamer_label {
    font-size: 1.5rem;
  }

  .roadmap_tabs_section {
    height: 750px;
  }

  .big-tabs_stage.cc-vertical {
    aspect-ratio: 1;
    padding: 50px 0 50px 50px;
  }

  .product_card, .product_card.exception {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product_card_text {
    width: 100%;
  }

  .splide__arrows {
    float: right;
    margin-top: 50px;
  }

  .timer {
    font-size: 27rem;
  }

  .splide__pagination {
    display: none;
  }

  .link-block {
    margin-right: 100px;
  }

  .link-block.w--current {
    margin-right: 120px;
  }

  .success_image_div {
    margin-top: 50px;
  }

  .product_hero_container {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
  }

  .product_description {
    max-width: 600px;
  }

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

  .product_card_link.fullwidth {
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .other_products {
    margin-top: 70px;
  }

  .image-6 {
    max-width: 450px;
  }

  .heading-2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .nav_links {
    z-index: -1;
    background-color: var(--black);
    opacity: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100dvh - 70px);
    padding: 40px 20px 20px;
    display: none;
    position: fixed;
    inset: 70px 0% 0%;
  }

  .nav_link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .cta.mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    display: flex;
  }

  .cta.desktop {
    display: none;
  }

  .hero_image_div {
    display: flex;
  }

  .heading.hero_heading {
    font-size: 2rem;
  }

  .heading.globe_heading {
    margin-left: 0;
    margin-right: 0;
  }

  .globe_presentation {
    padding-left: 20px;
    padding-right: 10px;
  }

  .disclamer_text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .slider-pill_img {
    padding-top: 148%;
  }

  .burger_menu {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .courage_presentation {
    text-align: center;
  }

  .ebook_heading {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .product_hero {
    padding-top: 20px;
  }

  .product_hero_container {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .product_description {
    width: 100%;
  }

  .logos-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .cta.herocta {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero_section {
    height: auto;
    margin-top: 70px;
    padding-top: 40px;
  }

  .hero_flex_wrapper {
    flex-flow: column;
  }

  .hero_image_div {
    margin-top: 20px;
  }

  .heading.hero_heading {
    font-size: 8vw;
  }

  .image-2 {
    min-width: 100vw;
  }

  .globe_section {
    background-image: url('../images/globe_background_image_mobile.webp');
    height: auto;
    margin-top: 50px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .big-tabs_menu {
    flex-direction: column;
    margin-bottom: 0;
  }

  .big-tabs_menu.cc-vertical {
    width: 1000%;
  }

  .paragraph-1-45 {
    font-size: 1.2rem;
  }

  .btn {
    padding: .5em 1em;
  }

  .big-tabs_stage {
    margin-top: 28px;
    margin-bottom: 48px;
    position: static;
  }

  .big-tabs_stage.cc-vertical {
    width: 100%;
    height: auto;
  }

  .big-tabs_menu-link-overlay {
    display: none;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .footer_main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer_attribution {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .courage_presentation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .payment-logo {
    padding-right: 0;
  }

  .logos-wrap {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 9999999;
  }

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

  .cta.globecta {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .heading {
    font-size: 8vw;
  }

  .heading.hero_heading {
    margin-bottom: 20px;
    font-size: 7.7vw;
    line-height: 1.1;
  }

  .heading.globe_heading {
    margin-bottom: 15px;
    font-size: 8vw;
  }

  .heading.disclamer_heading {
    font-size: 7.5vw;
  }

  .heading.slider_heading {
    font-size: 10vw;
  }

  .heading.successesh {
    font-size: 9vw;
  }

  .heading.cardhedaing {
    font-size: 7vw;
  }

  .heading.success_h {
    font-size: 7.7vw;
  }

  .heading.encourage-h {
    font-size: 9vw;
  }

  .heading.ebooks_h, .heading.product_heading {
    font-size: 10vw;
  }

  .heading.product_h2 {
    font-size: 8vw;
  }

  .heading.contact_heading {
    font-size: 12vw;
  }

  .paragraph.herop, .paragraph.globep {
    font-size: 13px;
  }

  .paragraph.sliderp {
    min-width: 90vw;
    font-size: 13px;
  }

  .paragraph.succeses_p, .paragraph.success_p, .paragraph.ecnourage_p, .paragraph.ebooks_p {
    font-size: 13px;
  }

  .paragraph.product_paragraph, .paragraph.contactp {
    font-size: .8rem;
  }

  .image-2 {
    width: 100vw;
    min-width: 100vw;
  }

  .globe_presentation {
    margin-top: 0;
  }

  .disclamer {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .disclamer_text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dislamer_label {
    font-size: 20px;
  }

  .paragraph-1-45 {
    font-size: 1.1rem;
  }

  .paragraph-1-45.u-font-untitledsans.u-mt-1 {
    font-size: 1.2rem;
  }

  .tabs-paragraph {
    font-size: 12px;
  }

  .tab_icon_wrapper {
    width: 170px;
  }

  .splide__arrows {
    margin-top: 125px;
  }

  .product_slider_heading {
    margin-bottom: 100px;
  }

  .successes_image_mobile {
    min-width: 100vw;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .image-3 {
    display: none;
  }

  .burger_menu {
    width: 22.5px;
  }

  .student_image_mobile {
    display: block;
  }

  .image-4 {
    display: none;
  }

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

  .product_hero {
    padding-top: 30px;
  }

  .product_image_div {
    width: 80%;
  }

  .other_products {
    margin-top: 50px;
  }

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

  .heading-2 {
    margin-right: 20px;
    font-size: 8vw;
  }

  .contact_section {
    padding-top: 20px;
  }

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

  .logos-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .add_to_cart_wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}