:root {
  --neutral--900: #050505;
  --neutral--600: #454545;
  --purple--base: #70b1d7;
  --yellow--lighter: #fefbe7;
  --yellow--dark: #c0a50c;
  --neutral--700: #292929;
  --purple--light: #cddef4;
  --purple--lighter: #eaf1fa;
  --neutral--100: #fafafa;
  --neutral--200: #ebebeb;
  --neutral--500: #6b6b6b;
  --neutral-400: #8f8f8f;
  --neutral--800: #141414;
  --yellow--light: #fbee9d;
  --pink--dark: #2d719f;
  --yellow--base: #edd75a;
  --pink--lighter: #e9f7fb;
  --pink--light: #cbe5f6;
  --pink--base: #61c2e5;
  --neutral--300: #dbdbdb;
  --purple--dark: #396f93;
  --red--light: #efc3be;
  --red--base: #e57161;
  --green--light: #b4dbee;
  --teal--light: #beeaef;
  --gray--white: white;
  --teal--lighter: #ebf8fa;
  --teal--dark: #2d949f;
  --green--dark: #336999;
  --green--base: #6cb2da;
  --green--lighter: #eaf5fa;
  --teal--base: #68d2de;
  --red--dark: #9f3a2d;
  --red--lighter: #faeceb;
}

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-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 {
  color: var(--neutral--900);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

p {
  color: var(--neutral--600);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: var(--purple--base);
  text-decoration: underline;
}

blockquote {
  background-color: var(--yellow--lighter);
  color: var(--yellow--dark);
  border-left: 5px #e2e2e2;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  font-size: 18px;
  line-height: 32px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.banner {
  color: #fff;
  text-align: center;
  letter-spacing: .01px;
  background-color: #151514;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 5%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-left {
  z-index: 0;
  flex: 0 auto;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.banner-text {
  z-index: 1;
  position: relative;
}

.banner-right {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.label-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.web-payments {
  margin-bottom: 12px;
}

.cart-item-quantity {
  background-color: #fff;
  border-color: #e2e2df;
  border-radius: 1px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 6px;
}

.cart-button {
  background-color: #fff;
  min-height: 40px;
  padding: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: auto;
}

.remove-button {
  color: #151514;
  margin-top: 24px;
  text-decoration: none;
}

.nav-link {
  color: var(--neutral--700);
  letter-spacing: -.18px;
  border: 1px solid #0000;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.nav-link:hover {
  color: #151514;
  border-color: #e2e2df;
}

.nav-link.w--current {
  color: #151514;
  background-color: #f8f8f7;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.cart-header-text-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--neutral--900);
  background-color: var(--purple--light);
  box-shadow: 0 4px 0 0 var(--neutral--900);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 12px 16px 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-right-icon:hover {
  background-color: var(--purple--lighter);
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.menu-button-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

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

.cart-quantity {
  background-color: var(--neutral--200);
  color: var(--neutral--900);
  letter-spacing: -.01px;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  margin-left: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.cart-item {
  padding: 16px 40px;
}

.image {
  width: 128px;
}

.cart-footer {
  padding: 40px;
}

.cart-line-top {
  letter-spacing: -.09px;
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular.text-color-gray-600 {
  color: var(--neutral--600);
}

.paragraph-regular.text-color-gray-500 {
  color: var(--neutral--500);
}

.cart-header {
  align-items: flex-start;
  padding: 40px 40px 24px;
}

.cart-item-detail {
  grid-row-gap: 8px;
  margin-left: 32px;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-500 {
  color: var(--neutral--500);
}

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #f8f8f7;
  align-items: center;
  height: 112px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.cart-line-item {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}

.close-button {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 1.9;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.container-regular {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.avatar {
  background-color: #f3f3f2;
  border: 2px solid #fff;
  border-radius: 96px;
  width: 50px;
  height: 50px;
  margin-left: -12px;
  overflow: hidden;
}

.avatar.first-avatar {
  margin-left: 0;
}

.avatar-group-wrapper {
  align-items: center;
  display: flex;
}

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.user-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.header-button-wrapper {
  margin-top: 40px;
}

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

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.h1-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.background-wrapper {
  z-index: -1;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-line-wrapper {
  z-index: -1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line {
  background-color: #f2f2f2;
  width: 1px;
  height: 100%;
  position: relative;
}

.margin-bottom-14 {
  margin-bottom: 14px;
}

.title-wrapper-center {
  text-align: center;
  max-width: 600px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.section-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 5%;
  display: block;
  position: relative;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.course-card-image-wrapper {
  border-bottom: 1.5px solid var(--neutral--900);
  background-color: #fff;
  height: 220px;
  overflow: hidden;
}

.accent-1 {
  z-index: 4;
  min-width: 29px;
  position: absolute;
  inset: auto auto 80%;
}

.line-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.accent-2 {
  z-index: 4;
  min-width: 67px;
  position: absolute;
  inset: auto auto 20%;
}

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

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fb-typography-block {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.document-table-header {
  background-color: #f3f5fb;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: auto;
  min-width: 640px;
  padding: 14px 24px;
}

.neutral-white {
  background-color: #fff;
}

.icon-extra-large {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.neutral-700 {
  background-color: var(--neutral--700);
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.fb-color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.margin-bottom-88 {
  margin-bottom: 88px;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.fb-table-row {
  border-bottom: 1px solid #e9ecf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: auto;
  min-width: 640px;
  padding: 10px 24px;
}

.fb-table-row.table-end-row {
  border-bottom-style: none;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.fb-detail {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.neutral-400 {
  background-color: var(--neutral-400);
}

.h6-heading {
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.neutral-200 {
  background-color: var(--neutral--200);
}

.fb-class-icon {
  background-color: #6b7094;
  border-radius: 4px;
  margin-right: 4px;
  padding: 6px;
  display: inline-block;
}

.neutral-800 {
  background-color: var(--neutral--800);
}

.paragraph-style-wrap {
  max-width: 560px;
}

.fb-class-svg {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.neutral-600 {
  background-color: var(--neutral--600);
}

.template-section {
  padding: 100px 5%;
}

.fb-container-wrapper {
  border: 2px dashed #e2e2df;
  justify-content: center;
  align-items: stretch;
  height: 140px;
  display: flex;
  position: relative;
}

.fb-container-wrapper.example-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-960px {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-840px {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.fb-section-wrapper {
  border: 2px dashed #e2e2df;
}

.fb-color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.template-link {
  color: var(--neutral--600);
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.template-link:hover {
  color: #160042;
}

.template-color {
  align-items: center;
  width: 100%;
  max-width: 130px;
  display: block;
  position: relative;
  overflow: hidden;
}

.yellow-light {
  background-color: var(--yellow--light);
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.neutral-100 {
  background-color: var(--neutral--100);
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.yellow-lighter {
  background-color: var(--yellow--lighter);
}

.template-block {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  border-radius: 6px;
  padding: 32px;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.fb-container-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.fb-color-hex-dark {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.caption {
  letter-spacing: .01em;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-class-detail {
  color: #a35200;
  text-align: center;
  background-color: #ffd6ad;
  border-radius: 4px;
  margin-left: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.heading-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.fb-line {
  background-color: #e2e2df;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.purple-lighter {
  background-color: var(--purple--lighter);
}

.pink-dark {
  background-color: var(--pink--dark);
}

.yellow-dark {
  background-color: var(--yellow--dark);
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.template-header {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
}

.container-x-small {
  z-index: 1;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.neutral-500 {
  background-color: var(--neutral--500);
}

.template-header-block {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--yellow--lighter);
  box-shadow: 3px 3px 0 0 var(--neutral--900);
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.container-x-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fb-table {
  margin-top: 32px;
  overflow: auto;
}

.fb-class-badge {
  color: #fff;
  text-align: center;
  background-color: #0f6ef3;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.fb-table-cell {
  justify-content: flex-start;
  display: flex;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.margin-bottom-32 {
  margin-bottom: 32px;
}

.purple-light {
  background-color: var(--purple--light);
}

.yellow-base {
  background-color: var(--yellow--base);
}

.template-style {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.h2-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

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

.fb-icon-block {
  background-color: #f3f5fb;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 10px;
  display: flex;
}

.fb-class-base {
  background-color: #f3f5fb;
  align-items: center;
  width: 100%;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.template-color-block {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pink-lighter {
  background-color: var(--pink--lighter);
}

.fb-style-heading-small {
  font-size: 12px;
  font-weight: 600;
}

.section-x-small {
  padding: 48px 5%;
  position: relative;
}

.fb-typography-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fb-icon-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.template-style-menu {
  grid-row-gap: 32px;
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 5%;
}

.fb-typography-detail {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.fb-style-wrapper {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.neutral-900 {
  background-color: var(--neutral--900);
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.pink-light {
  background-color: var(--pink--light);
}

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-gray-400 {
  color: var(--neutral-400);
}

.pink-base {
  background-color: var(--pink--base);
}

.document-table-wrapper {
  width: 100%;
}

.neutral-300 {
  background-color: var(--neutral--300);
}

.h4-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.purple-base {
  background-color: var(--purple--base);
}

.fb-class {
  background-color: #393b6a;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 5px;
  display: flex;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.purple-dark {
  background-color: var(--purple--dark);
}

.template-wrapper {
  background-color: #fff;
  border: 1px solid #e4e8f1;
  padding: 24px;
}

.template-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.link-dark {
  color: var(--purple--base);
  text-decoration: none;
}

.course-card-text-wrapper {
  border-top: 1.5px none var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}

.badge {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--yellow--light);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.badge.purple {
  background-color: var(--purple--light);
}

.badge.red {
  background-color: var(--red--light);
}

.badge.pink {
  background-color: var(--pink--light);
}

.badge.gray {
  background-color: var(--neutral--700);
}

.course-card {
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}

.image-cover-duplicate {
  object-fit: cover;
  border: 1.5px solid #000;
  border-radius: 100%;
  width: 60%;
  height: auto;
}

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

.statistics-row {
  grid-row-gap: 24px;
  border: 1px solid var(--neutral--900);
  background-color: var(--neutral--900);
  color: #fff;
  background-image: url('../images/Statistics-Right.svg'), url('../images/Statistics-Left.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.statistics-item-wrapper {
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.statistics-divider {
  background-color: var(--neutral--700);
  width: 1px;
  height: 80px;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--neutral--900);
  background-color: var(--purple--light);
  box-shadow: 0 4px 0 0 var(--neutral--900);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-small:hover {
  background-color: var(--purple--lighter);
}

.course-card-bottom-row {
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.label-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.label-large.text-color-red {
  color: var(--red--base);
}

.accent-3, .accent-7 {
  z-index: 4;
  min-width: 29px;
  position: absolute;
  inset: auto auto 90%;
}

.label-small {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.content-grid {
  grid-column-gap: 200px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  justify-content: space-between;
  max-height: 30rem;
  padding: 34px 186px;
  display: block;
}

.content-text-wrapper {
  max-width: 40rem;
}

.content-image {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
}

.members-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
}

.members-button-wrapper {
  flex-direction: column;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.member-avatar-wrapper {
  border: 1.5px none var(--neutral--900);
  border-radius: 100%;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px;
  margin-bottom: 32px;
}

.member-card {
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 37px 18px;
  display: flex;
  overflow: hidden;
}

.member-plays-wrapper {
  grid-column-gap: 8px;
  margin-top: 16px;
  display: flex;
}

.member-background {
  box-shadow: 0 8px 0 0 var(--neutral--900);
  background-image: linear-gradient(#4bd4f347, #e9e9e947 68%, #fff);
  border: 1.5px solid #000;
  border-radius: 16px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.member-background-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.member-grid-wrapper {
  z-index: 1;
  position: relative;
}

.category-grid {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.category-card {
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 32px;
  display: flex;
}

.category-icon-wrapper {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--purple--light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.category-icon-wrapper.pink {
  background-color: var(--pink--lighter);
}

.category-icon-wrapper.yellow {
  background-color: var(--yellow--light);
}

.category-icon-wrapper.green {
  background-color: var(--green--light);
}

.category-icon-wrapper.blue {
  background-color: var(--teal--light);
}

.category-icon-wrapper.red {
  background-color: var(--red--light);
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.right-arrow {
  background-color: var(--neutral--900);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  right: -24px;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.testimonial-card {
  border: 2px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  background-color: #fff;
  background-image: url('../images/Testimonials-Graphic.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 48px;
  display: flex;
}

.mask {
  padding-bottom: 13px;
}

.testimonial-avatar-wrapper {
  border: 1.5px solid var(--neutral--900);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.left-arrow {
  background-color: var(--neutral--900);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  left: -24px;
}

.testimonial-background-circle {
  background-image: linear-gradient(#dacdf447, #f5cbe347 70%, #fff);
  border-radius: 100%;
  width: 100%;
  max-width: 600px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.faq-title-wrapper {
  grid-column-gap: 32px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-plus {
  z-index: 1;
  color: var(--neutral--900);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-tab-content {
  width: 100%;
  padding-top: 12px;
  line-height: 36px;
}

.faq-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-wrapper {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--neutral--900);
  background-image: url('../images/CTA-Graphic-Right.svg'), url('../images/CTA-Graphic-Left.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: flex;
}

.cta-inner-wrapper {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

.cta-email-form {
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  border: 1px solid var(--neutral--600);
  background-color: var(--neutral--800);
  border-radius: 6px;
  min-height: 30px;
  margin-bottom: 0;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.text-field:active, .text-field:focus {
  border-color: var(--purple--light);
}

.text-field::placeholder {
  color: #fff;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--neutral--900);
  background-color: var(--purple--light);
  box-shadow: 0 4px 0 0 var(--neutral--900);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary:hover {
  background-color: var(--purple--lighter);
  box-shadow: 0 2px 0 0 var(--neutral--900);
}

.checkout-form {
  background-color: var(--gray--white);
  padding: 80px 5%;
}

.block-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-field {
  height: auto;
  min-height: 48px;
}

.slide-nav {
  display: none;
}

.accent-4 {
  z-index: 4;
  min-width: 67px;
  position: absolute;
  inset: auto auto 80%;
}

.header-card-wrapper {
  flex-flow: column;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  display: block;
  position: relative;
}

.circle-course {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.highlight-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.highlight-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.highlight-content {
  border-left: 1.5px solid var(--neutral--900);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25rem;
  height: 100%;
  padding: 32px;
  display: flex;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-minus {
  z-index: 0;
  opacity: 0;
  color: var(--neutral--900);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.faq-item {
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  border-radius: 12px;
  width: 100%;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px 0;
}

.accent-5 {
  min-width: 67px;
  position: absolute;
  inset: auto auto 50%;
}

.accent-6 {
  z-index: 4;
  min-width: 29px;
  position: absolute;
  inset: 30% auto auto;
}

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

.footer-logo-link {
  flex: none;
}

.footer-title {
  color: var(--neutral--900);
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.footer-block {
  flex-direction: column;
}

.footer-socials {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  border: 1.5px solid var(--neutral--900);
  color: var(--neutral--900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-social-link:hover {
  color: var(--purple--base);
}

.footer-line {
  background-color: var(--neutral--200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.footer-link {
  color: var(--neutral--600);
  text-align: left;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--purple--base);
}

.about-grid {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 99px;
  position: relative;
}

.about-image-wrap {
  border: 1.5px solid var(--neutral--900);
  border-radius: 8px;
  height: 400px;
  overflow: hidden;
}

.about-card {
  border: 1px solid var(--neutral--900);
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.circle-about {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -20%;
}

.about-background-wrapper {
  position: relative;
}

.about-card-wrapper {
  padding-top: 60px;
}

.rich-text {
  margin-left: auto;
  margin-right: auto;
}

.rich-text h3 {
  margin-bottom: 16px;
}

.rich-text p {
  color: var(--neutral--600);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text h4 {
  margin-bottom: 16px;
}

.rich-text blockquote {
  background-color: var(--teal--lighter);
  color: var(--teal--dark);
  border: 1.6px solid #000;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px #000;
}

.about-testimonial-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.label-x-large {
  color: var(--neutral-400);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.quote-icon-top {
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
}

.quote-icon-bottom {
  width: 56px;
  height: 56px;
  margin-top: 32px;
}

.accent-8 {
  z-index: 4;
  min-width: 67px;
  position: absolute;
  inset: auto auto 64%;
}

.course-grid {
  grid-column-gap: 32px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 96px;
}

.course-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 420px;
  margin-top: 40px;
  margin-bottom: 48px;
}

.course-feature {
  grid-column-gap: 8px;
  white-space: nowrap;
  display: flex;
}

.course-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  padding-top: 22px;
  display: flex;
}

.course-avatar {
  border-radius: 100%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

.course-author {
  grid-column-gap: 16px;
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 4px 0 0 var(--neutral--900);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 364px;
  margin-bottom: 64px;
  padding: 16px;
  display: flex;
}

.course-icon {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.author-card-inner-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.badge-icon {
  grid-column-gap: 4px;
  border: 1.5px solid var(--neutral--900);
  background-color: var(--green--light);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.badge-icon.pink {
  background-color: var(--pink--light);
}

.badge-icon.blue {
  background-color: var(--teal--light);
}

.course-badge-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.course-background-circle {
  position: absolute;
  inset: 5% 0% 0%;
}

.course-header-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.badge-large {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--yellow--light);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.detail-card-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.detail-card-feature-list {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.detail-card-feature-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.feature-item-text-wrapper {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.detail-card {
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.detail-card-text-wrapper {
  border-top: 1.5px none var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px 32px;
}

.detail-card-image-wrapper {
  border-bottom: 1.5px solid var(--neutral--900);
  background-color: #fff;
  height: 200px;
  overflow: hidden;
}

.section-statistics {
  padding: 80px 5%;
  position: relative;
}

.video-card {
  border: 1.5px solid var(--neutral--900);
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 32px 16px 16px;
  display: flex;
  box-shadow: 0 5px #000;
}

.video-list-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
}

.video-lightbox-button {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--purple--light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
}

.video-lightbox-button:hover {
  width: 52px;
  height: 52px;
}

.video-title-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-grid {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.pricing-card {
  border: 1.5px solid var(--neutral--900);
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px #000;
}

.circle-pricing {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -10%;
}

.pricing-card-price-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.pricing-card-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.pricing-card-feature-list {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.pricing-card-feature-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.circle-contact {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 600px;
  height: 90%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -1%;
}

.form-block {
  text-align: center;
  max-width: 400px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-wrapper {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  display: flex;
  box-shadow: 0 4px #000;
}

.text-field-plain {
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-field-plain::placeholder {
  color: var(--neutral--900);
}

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

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-card {
  border: 1.5px solid var(--neutral--900);
  box-shadow: 0 8px 0 0 var(--neutral--900);
  color: var(--neutral--900);
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.contact-card:hover {
  box-shadow: 0 6px 0 0 var(--neutral--900);
}

.contact-card:active {
  box-shadow: 0 1px 0 0 var(--neutral--900);
}

.contact-icon-wrapper {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--purple--light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.contact-icon-wrapper.pink {
  background-color: var(--pink--light);
}

.contact-icon-wrapper.yellow {
  background-color: var(--yellow--light);
}

.form-container {
  z-index: 1;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.account-form-block {
  padding-left: 0;
  padding-right: 0;
}

.account-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.account-icon-wrapper {
  border: 1px solid var(--neutral--900);
  background-color: var(--purple--lighter);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 4px #000;
}

.form-footer {
  margin-top: 48px;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 18px;
  display: flex;
}

.user-account-wrapper {
  background-color: #0000;
  min-height: 0;
  padding: 0;
}

.cancel-button {
  display: none;
}

.user-account-form {
  flex-direction: column;
  display: flex;
}

.reset-password-link {
  color: var(--neutral--900);
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.accent-9 {
  z-index: 4;
  min-width: 29px;
  position: absolute;
  inset: auto auto 50%;
}

.accent-10 {
  z-index: 4;
  min-width: 67px;
  position: absolute;
  inset: 5% auto auto;
}

.green-dark {
  background-color: var(--green--dark);
}

.green-base {
  background-color: var(--green--base);
}

.green-light {
  background-color: var(--green--light);
}

.green-lighter {
  background-color: var(--green--lighter);
}

.blue-dark {
  background-color: var(--teal--dark);
}

.blue-base {
  background-color: var(--teal--base);
}

.blue-light {
  background-color: var(--teal--light);
}

.blue-lighter {
  background-color: var(--teal--lighter);
}

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

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

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

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

.footer-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px;
  display: flex;
}

.footer-link-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.footer {
  border-top: 1px solid var(--neutral--200);
  padding: 80px 5%;
  position: relative;
}

.font-weight-medium {
  font-weight: 500;
}

.error-state {
  background-color: var(--red--lighter);
  color: var(--red--dark);
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.checkbox {
  border: 1px solid var(--neutral-400);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.checkbox.w--redirected-checked {
  background-color: var(--red--base);
}

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

.navigation-login {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--neutral--900);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.navigation-login:hover {
  background-color: var(--neutral--100);
}

.navigation-login:active {
  background-color: var(--neutral--200);
}

.checkbox-form {
  border: 1px solid var(--neutral-400);
  border-radius: 4px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 3px;
  margin-right: 4px;
}

.checkbox-form.w--redirected-checked {
  background-color: var(--red--base);
}

.hero-header {
  z-index: 9;
  width: 65%;
  position: relative;
}

.collection-list-wrapper {
  margin-bottom: 72px;
}

.avatar-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.success-message {
  background-color: var(--green--lighter);
  color: var(--green--dark);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 14px;
}

.redirect-block {
  margin-top: 24px;
}

.default-state {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-primary-full {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid var(--neutral--900);
  background-color: var(--purple--light);
  box-shadow: 0 4px 0 0 var(--neutral--900);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.badge-course {
  border: 1.5px solid var(--neutral--900);
  background-color: var(--yellow--light);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.forgot-password {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.gradient {
  width: 100%;
}

.update-badge {
  color: #020e27;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  margin-bottom: 24px;
  padding: 4px 16px;
  font-weight: 500;
}

.flowbase-interaction-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.flowbase-interaction {
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f7f9fd;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

.flowbase-accent {
  max-width: 320px;
}

.flowbase-detail {
  color: #6b7094;
  font-weight: 500;
}

.flowbase-interaction-header {
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.collection-list-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  height: 20%;
  display: flex;
}

.video {
  flex: 0 auto;
}

.div-block {
  flex: 1;
}

.collection-list-wrapper-2 {
  width: auto;
  padding-top: 91px;
  overflow: scroll;
}

.image-cover-copy {
  object-fit: cover;
  border: 1.5px solid #000;
  border-radius: 100%;
  width: 100%;
  height: auto;
}

.content-grid-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  justify-content: space-between;
  max-height: 30rem;
  padding: 0 9px;
  display: flex;
}

.form-block-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.slide-2 {
  max-width: 40rem;
}

.text-change {
  color: var(--green--dark);
  text-transform: capitalize;
  font-family: Archivo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.text-change-wrapper {
  height: 50px;
  padding-left: 0;
  overflow: hidden;
}

.heading {
  font-size: 50px;
}

.text-change-wrapper-2 {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}

.text-change-2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.category-card-2 {
  color: var(--neutral--900);
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #050505;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 100%;
  padding: 40px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 8px #050505;
}

.container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-bottom-97 {
  margin-bottom: 8px;
  text-decoration: none;
}

.section-small-2 {
  padding: 80px 5%;
  position: relative;
}

.category-icon-wrapper-2 {
  background-color: #dacdf4;
  border: 1.5px solid #050505;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.category-icon-wrapper-2.green {
  background-color: #c7eeb4;
}

.category-icon-wrapper-2.yellow {
  background-color: #fbee9d;
}

.category-icon-wrapper-2.blue {
  background-color: #beeaef;
}

.category-icon-wrapper-2.pink {
  background-color: #fbe9f4;
}

.category-icon-wrapper-2.red {
  background-color: #efc3be;
}

.badge-2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fbee9d;
  border: 1.5px solid #050505;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.badge-2.red {
  background-color: #efc3be;
}

.category-card-3 {
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #050505;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 32px;
  display: flex;
  box-shadow: 0 8px #050505;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-bottom-98 {
  margin-bottom: 8px;
}

.section-small-3 {
  padding: 80px 5%;
  position: relative;
}

.category-icon-wrapper-3 {
  background-color: #dacdf4;
  border: 1.5px solid #050505;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.category-icon-wrapper-3.green {
  background-color: #c7eeb4;
}

.category-icon-wrapper-3.yellow {
  background-color: #fbee9d;
}

.category-icon-wrapper-3.blue {
  background-color: #beeaef;
}

.category-icon-wrapper-3.pink {
  background-color: #fbe9f4;
}

.category-icon-wrapper-3.red {
  background-color: #efc3be;
}

.heading-2 {
  color: var(--neutral--900);
}

.heading-3 {
  color: var(--neutral--600);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.container-regular-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-list-wrapper-2-copy {
  width: auto;
  padding-top: 91px;
  overflow: scroll;
}

.content-grid-copy {
  grid-column-gap: 200px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  justify-content: space-between;
  max-height: 30rem;
  padding: 34px 186px;
  display: block;
}

.collection-list-2-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  height: 20rem;
  display: flex;
}

.heading-4 {
  color: var(--neutral--800);
  text-decoration: none;
}

.paragraph, .link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 0;
  }

  .banner {
    overflow: visible;
  }

  .banner-left {
    display: none;
  }

  .banner-right {
    right: -20%;
  }

  .nav-menu {
    background-color: #fff;
    flex: 0 auto;
    width: auto;
    height: auto;
    padding: 40px;
    top: 80px;
    box-shadow: 0 40px 380px #0000000a;
  }

  .nav-link {
    width: 100%;
  }

  .button-primary-right-icon {
    display: flex;
  }

  .nav-link-wrapper {
    flex-direction: column;
    flex: none;
    margin-left: 0;
  }

  .menu-button {
    border: 1px solid var(--neutral--900);
    background-color: var(--neutral--100);
    border-radius: 4px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: var(--purple--light);
    color: var(--neutral--900);
  }

  .header-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .background-wrapper {
    display: none;
  }

  .template-header-block {
    margin-top: 0;
  }

  .template-style {
    grid-template-columns: 3fr;
  }

  .fb-typography-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-typography-detail {
    margin-bottom: 16px;
  }

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

  .button-primary-small {
    display: flex;
  }

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

  .content-text-wrapper {
    max-width: 100%;
  }

  .members-grid, .category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .right-arrow {
    display: none;
  }

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

  .left-arrow {
    display: none;
  }

  .faq-content {
    width: 100%;
  }

  .button-primary {
    display: flex;
  }

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

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-justify {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .circle-about {
    top: 0;
  }

  .about-card-wrapper {
    padding-top: 0;
  }

  .detail-card-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .pricing-card-price-wrapper {
    flex-wrap: wrap;
  }

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

  .navigation-login, .button-primary-full {
    display: flex;
  }

  .content-grid-copy {
    grid-template-columns: 1fr;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper, .text-change-wrapper-2 {
    height: 40px;
  }

  .text-change-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .content-grid-copy {
    grid-template-columns: 1fr;
    height: 50rem;
    max-height: none;
    padding-left: 51px;
    padding-right: 51px;
  }
}

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

  h2 {
    font-size: 44px;
  }

  .menu-button-wrapper {
    grid-column-gap: 8px;
  }

  .h1-heading {
    font-size: 48px;
  }

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

  .h3-heading {
    font-size: 40px;
  }

  .document-table-header, .fb-table-row {
    grid-template-columns: 1fr;
  }

  .template-color {
    margin-bottom: 25px;
  }

  .template-block.table {
    display: none;
  }

  .caption {
    margin-right: 8px;
    display: inline;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .fb-class-base {
    margin-bottom: 25px;
  }

  .section-x-large, .section-x-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .document-table-wrapper {
    white-space: nowrap;
  }

  .h4-heading {
    font-size: 36px;
  }

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

  .statistics-row {
    background-size: 20% 100%, 20% 100%;
    flex-direction: column;
  }

  .statistics-divider {
    width: 50px;
    height: 1px;
  }

  .course-card-bottom-row {
    flex-wrap: wrap;
  }

  .content-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .member-background-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .category-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-wrapper {
    background-image: url('../images/CTA-Graphic-Bottom.svg'), url('../images/CTA-Graphic-Top.svg');
    background-position: 50% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
  }

  .highlight-card {
    grid-template-columns: 1fr;
  }

  .highlight-content {
    border: 1px #000;
  }

  .course-grid, .course-feature-grid {
    grid-template-columns: 1fr;
  }

  .content-grid-copy {
    flex-flow: column;
    display: flex;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper, .text-change-wrapper-2 {
    height: 24px;
  }

  .text-change-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-small-2, .section-small-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-grid-copy {
    height: 55rem;
    max-height: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .collection-list-2-copy {
    height: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .banner-left, .banner-right {
    display: none;
  }

  .button-primary-right-icon {
    width: 100%;
  }

  .container-regular {
    max-width: 20rem;
    height: auto;
  }

  .document-table-header {
    width: 100%;
  }

  .course-card-text-wrapper {
    padding: 24px;
  }

  .content-grid {
    flex-flow: column;
    padding: 19px 10px;
    display: flex;
  }

  .member-background {
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .highlight-content {
    padding: 24px;
  }

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

  .circle-about {
    top: 0;
    bottom: auto;
  }

  .detail-card-text-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .pricing-card {
    padding: 24px;
  }

  .navigation-login {
    padding-left: 12px;
    padding-right: 12px;
  }

  .avatar-wrapper {
    display: none;
  }

  .text-change-wrapper, .text-change-wrapper-2 {
    margin-top: 10px;
    padding-left: 0;
  }

  .container-regular-copy {
    max-width: 20rem;
    height: 110rem;
  }

  .collection-list-wrapper-2-copy {
    height: 30rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .content-grid-copy {
    flex-flow: column;
    padding: 19px 10px;
    display: flex;
  }
}

#w-node-_0acee32b-2549-5116-45b5-ce82af872196-3ce3027a, #w-node-_0acee32b-2549-5116-45b5-ce82af8721b5-3ce3027a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_410d1c04-8345-1a1f-0ee7-21a10daeeae8-3ce3027a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd42e9e4-1d30-17ec-fbea-a0b448cf9db8-3ce3027a, #w-node-f1620e2d-1ddf-e915-1178-85707ec26def-3ce3027a, #w-node-bbadb2d8-bb7f-a373-6e71-cc1ff211bcd0-3ce3027a, #w-node-bbadb2d8-bb7f-a373-6e71-cc1ff211bcda-3ce3027a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05610c8f-bd24-e4bc-5d5f-d6cc90221349-3ce3027a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1b411dd9-04a0-ffbd-ee69-77d2ee132483-3ce3027a, #w-node-_232011d1-6b05-fc33-005d-95319ff23f5f-3ce3027a, #w-node-e10bbaf2-941d-0433-d448-1b75ac6f54c0-3ce3027a, #w-node-c63da5ec-3c4e-e2d4-684a-d90482bd3bd8-3ce3027a, #w-node-fdb17719-962d-204f-f7cf-acafcfb6173f-3ce3033a, #w-node-_72c69060-a20b-4c06-850a-40928c06d98c-3ce3033a, #w-node-d6dccd51-9cd7-408d-849e-8769e45fbbdb-3ce3033a, #w-node-_4bb537cb-a0b5-9135-2353-01f66134c432-3ce3033a, #w-node-cdd688a8-b0d0-2201-df90-425851ca54c4-3ce3033a, #w-node-fdb17719-962d-204f-f7cf-acafcfb6175e-3ce3033a, #w-node-_3d3aefa0-7f1d-12be-e119-47dec9e1185c-3ce3033a, #w-node-_6f369299-dc14-2f93-d3cc-2248b1553a1e-b1553a16, #w-node-_6f369299-dc14-2f93-d3cc-2248b1553a20-b1553a16, #w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed8589f6-3ce3033c, #w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a00-3ce3033c, #w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a04-3ce3033c, #w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a08-3ce3033c, #w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a0c-3ce3033c, #w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a2a-3ce3033c, #w-node-f34ccf51-ae24-3cef-9bfb-e8f5ed858a2d-3ce3033c, #w-node-_014208ec-07ef-4685-6d36-52e6558c0771-3ce3033c, #w-node-_014208ec-07ef-4685-6d36-52e6558c0773-3ce3033c, #w-node-_4d6955a6-55ba-a849-a74f-e08309435a6b-8b133aee, #w-node-_4d6955a6-55ba-a849-a74f-e08309435a6d-8b133aee, #w-node-dacba5cc-db52-1e8b-7531-cb520e863e94-0f711c67, #w-node-dacba5cc-db52-1e8b-7531-cb520e863e96-0f711c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0acee32b-2549-5116-45b5-ce82af8721b5-3ce3027a {
    justify-self: center;
  }

  #w-node-_0658bedc-d4e5-2d7e-8f4d-95a7680e6484-680e6481 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fdb17719-962d-204f-f7cf-acafcfb6175e-3ce3033a {
    justify-self: center;
  }
}


