:root {
  --primary-brand-color: #e5005f;
  --light-color: white;
  --dark-text-color: #341240;
  --secondary-brand-color: #f4843f;
  --main-grey: #d1d1d1;
  --light-grey: #e6ecf4;
  --dark-purple: #1f0a26;
  --text-light-purple: #aea0b3;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --soft: #aea0b333;
}

.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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.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-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-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-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

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

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

.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-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;
}

.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-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: #333;
  font-family: Roundo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
  font-family: Author, sans-serif;
}

a {
  color: var(--primary-brand-color);
  text-decoration: underline;
}

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

.container {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--light-color);
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  color: var(--dark-text-color);
  font-size: 16px;
  line-height: 1.5;
}

.small-p.light-text {
  width: 18rem;
}

.small-p.light-text.about {
  text-align: center;
  line-height: 120%;
}

.small-p.light-text.approach {
  width: 16rem;
  margin-bottom: 1.4rem;
}

.small-p.light-text.approach.w, .small-p.light-text.login, .small-p.light-text.full {
  width: auto;
}

.small-p.mid {
  text-align: center;
  align-self: center;
  margin-bottom: -.5rem;
}

.small-p.success {
  color: var(--secondary-brand-color);
  font-size: 1rem;
}

.small-p.edu {
  color: var(--light-color);
}

.large-p {
  color: var(--dark-text-color);
  font-size: 24px;
  line-height: 150%;
}

.large-p.light-text {
  color: var(--main-grey);
}

.large-p.light-text.academy {
  margin-bottom: 36px;
  font-family: Roundo, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.large-p.light-text.ac {
  width: 70%;
}

.large-p.light-text.login {
  z-index: 4;
  width: 100%;
  position: relative;
}

.large-p.light-text.mid {
  text-align: center;
}

.large-p.studio {
  line-height: 120%;
}

.large-p.studio.light-text {
  color: var(--light-grey);
}

.style-guide-color-wrap {
  background-color: var(--dark-text-color);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--primary-brand-color);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--secondary-brand-color);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--main-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--light-color);
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: var(--light-grey);
}

.button {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--primary-brand-color), var(--secondary-brand-color));
  color: var(--light-grey);
  border-radius: 12px;
  align-self: flex-end;
  margin-top: 0;
  padding: 12px 24px;
  font-weight: 400;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.button:hover {
  background-color: var(--light-color);
  box-shadow: 0 4px 8px -2px var(--dark-text-color);
  color: var(--dark-purple);
  -webkit-text-stroke-width: 1px;
  text-shadow: 1px 0 4px var(--light-color);
  background-image: none;
  font-weight: 400;
}

.button.ghost-button {
  border: 1px solid var(--text-light-purple);
  background-color: var(--dark-text-color);
  color: var(--light-color);
  background-image: none;
  border-radius: 8px;
  padding: 12px 24px;
}

.button.ghost-button:hover {
  border-color: var(--light-grey);
  box-shadow: 0 4px 8px -2px var(--secondary-brand-color);
  text-shadow: none;
  font-weight: 400;
}

.button.ghost-button.invese-ghost {
  border-color: var(--light-color);
  color: var(--light-color);
}

.button.ghost-button.orange {
  background-color: var(--primary-brand-color);
}

.button.ghost-button.dark:hover {
  box-shadow: 0 4px 8px -2px var(--primary-brand-color);
}

.button.ghost-button.opener {
  background-color: var(--secondary-brand-color);
}

.button.ghost-button.form {
  border-color: var(--text-light-purple);
  text-align: center;
  width: 100%;
}

.button.inverse-button {
  background-color: var(--light-color);
  color: var(--dark-text-color);
  background-image: none;
  border-radius: 12px;
  align-self: flex-end;
  font-size: 1rem;
}

.button.form-submit {
  margin-top: 15px;
}

.button.second {
  color: var(--primary-brand-color);
  background-color: #1fcaf0e6;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.button.second:hover {
  background-image: linear-gradient(to bottom, var(--dark-text-color) 26%, grey 68%, white);
}

.button.orange {
  background-image: linear-gradient(to bottom, var(--secondary-brand-color), var(--primary-brand-color) 50%, var(--dark-text-color));
}

.button.orange:hover {
  box-shadow: 0 4px 8px -2px var(--secondary-brand-color);
}

.button.box {
  z-index: 2;
  position: relative;
}

.button.mid {
  align-self: center;
}

.button.opener:hover {
  box-shadow: 0 4px 8px -2px var(--primary-brand-color);
}

.button.studio {
  border: 1px solid var(--dark-text-color);
  background-color: var(--secondary-brand-color);
  background-image: none;
  border-radius: 8px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: 12px 24px;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.button.studio.left {
  align-self: flex-start;
}

.button.left {
  border: 1px solid var(--dark-purple);
  border-radius: 8px;
  align-self: flex-start;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
}

.button.left:hover {
  border-color: var(--light-color);
  text-shadow: none;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field {
  border-radius: 8px;
}

.form-field.form-select {
  background-color: var(--light-color);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--light-color);
  text-align: left;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--dark-text-color);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--dark-text-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.delete-this {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.hero {
  height: 100vh;
  padding-top: 100px;
}

.hero.section-padding {
  min-height: 100%;
  margin-bottom: 9.9rem;
}

.hero-text-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-slogan {
  color: var(--dark-text-color);
  font-size: 54px;
}

.hero-slogan.studio {
  font-size: 48px;
}

.red-text {
  color: var(--primary-brand-color);
}

.yellow-text {
  color: var(--secondary-brand-color);
}

.studio-box-wrap {
  border: 1px solid var(--dark-text-color);
  background-image: url('../images/Studio-Hero-Box.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 580px;
  height: 100%;
  min-height: 290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.studio-hero {
  width: 100%;
}

.opener-wrap {
  z-index: 1;
  height: 100vh;
  position: relative;
}

.opener-video {
  z-index: 1;
  height: 100%;
}

.coming-soon-text {
  z-index: 5;
  border: 2px solid var(--dark-text-color);
  color: var(--dark-text-color);
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 23px;
  font-size: 48px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-studio-wrap {
  width: 66%;
  margin-top: 40px;
  overflow: visible;
}

.academy-box {
  width: 40%;
  height: 100%;
  min-height: 510px;
  max-height: 580px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-text {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 65%;
  display: flex;
}

.hero-text.studio {
  grid-row-gap: 12px;
}

.academy-box-wrap {
  grid-row-gap: 24px;
  border: 1px solid var(--dark-text-color);
  background-image: url('../images/Academy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  min-width: 280px;
  max-width: 340px;
  height: 100%;
  min-height: 580px;
  max-height: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.academy-img {
  position: static;
}

.box-studio-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.box-studio-wrap.abs {
  background-image: linear-gradient(0deg, var(--dark-purple), #3412401a);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.button-wrap.ver {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
}

.button-wrap.footer {
  justify-content: space-around;
}

.button-wrap.opener {
  display: none;
}

.button-wrap.nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.studio-logo {
  min-width: 270px;
}

.academy-logo {
  max-width: 240px;
}

.socialproof-wrap {
  grid-column-gap: 48px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.partners-wrap {
  width: 72%;
}

.part-title {
  color: var(--text-light-purple);
  text-transform: uppercase;
}

.part-title.seperate {
  letter-spacing: 3px;
}

.part-title.seperate.mid {
  text-align: center;
}

.part-title.seperate.orange {
  color: #f4843fcc;
}

.part-title.seperate.orange.ac {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}

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

.social-proof {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.social-proof.studio {
  grid-column-gap: 12px;
  justify-content: flex-start;
}

._18-text {
  color: var(--dark-text-color);
  flex: 0 auto;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
}

._18-text.big {
  font-size: 32px;
}

.login-navbar {
  z-index: 20;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  margin-top: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.login-navbar.academy {
  border-bottom-color: var(--secondary-brand-color);
  background-color: #e6ecf400;
}

.login-nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.lp-logo {
  padding-left: 24px;
  padding-right: 24px;
}

.lp-nav-menu-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.studio-link {
  color: var(--dark-text-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.studio-link:hover {
  text-shadow: 1px 0 4px var(--secondary-brand-color);
}

.studio-link.box {
  z-index: 2;
  position: relative;
}

.studio-link.box.light-text {
  color: var(--light-color);
}

.studio-link.light-text {
  color: var(--light-color);
  font-size: 1rem;
}

.academy-link {
  color: var(--dark-text-color);
  text-transform: uppercase;
  padding: 20px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.academy-link:hover {
  text-shadow: 1px 0 4px var(--primary-brand-color);
}

.academy-link.light-text {
  color: var(--light-color);
  font-size: 1rem;
}

.menu-button-wrap {
  color: var(--dark-text-color);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 12px 12px 15px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: none;
}

.menu-button-wrap:hover {
  text-shadow: 1px 0 4px var(--dark-text-color);
}

.menu-button {
  color: var(--dark-text-color);
  text-decoration: none;
}

.button-text {
  color: var(--dark-text-color);
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.button-text.light-text {
  color: var(--light-grey);
  line-height: 150%;
}

.button-text.st {
  color: var(--light-grey);
}

.lp-nav-content-wrap {
  grid-column-gap: 2vh;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.menu-icon {
  flex: 0 auto;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.about-us.section-padding {
  min-height: 50vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.about-content-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.video-wrap {
  border-radius: 20px;
  overflow: visible;
}

.yaya-opener {
  border-radius: 20px;
  min-width: 600px;
  max-width: 640px;
  min-height: 360px;
  max-height: 380px;
}

.about-text-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-text-wrap.academy {
  width: 45%;
}

.normal-p {
  color: var(--dark-text-color);
  font-size: 18px;
  line-height: 150%;
}

.normal-p.light-text {
  color: var(--light-color);
}

.normal-p.light-text.opener {
  opacity: 0;
  display: none;
}

.normal-p.light-text.testi {
  margin-bottom: 1.4rem;
}

.sub-brands {
  margin-top: 220px;
}

.brands-box-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 780px;
  margin-top: 24px;
  display: flex;
}

.brand-box.studio {
  z-index: 1;
  border: 1px solid var(--secondary-brand-color);
  background-image: url('../images/studio-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  min-height: 700px;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.brand-box.academy {
  border: 1px solid var(--primary-brand-color);
  z-index: 1;
  border: 1px solid var(--primary-brand-color);
  background-image: url('../images/academy-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  min-height: 700px;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.brand-cont-wrap.studio {
  z-index: 1;
  background-image: linear-gradient(to bottom, #ffffff1a 30%, var(--secondary-brand-color));
  opacity: 0;
  border-radius: 20px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  height: 0%;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.brand-cont-wrap.academy {
  z-index: 1;
  background-image: linear-gradient(180deg, #ffffff1a 30%, var(--dark-text-color));
  opacity: 1;
  border-radius: 20px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  height: 0%;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.box-brand {
  color: var(--dark-text-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
}

.box-brand.box {
  z-index: 2;
  position: relative;
}

.box-brand.box.light-text {
  color: var(--light-color);
}

.box-brand.light-text {
  z-index: 2;
  color: var(--light-grey);
  letter-spacing: 9px;
  align-self: flex-start;
  padding: 0;
  font-size: 36px;
  line-height: 120%;
  position: relative;
}

.box-brand.light-text.academy {
  letter-spacing: 5px;
  font-family: Outfit, sans-serif;
}

.divider {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 1px;
  display: flex;
  position: relative;
}

.divider.footer {
  background-color: var(--primary-brand-color);
  height: 2px;
  margin-top: 24px;
}

.divider-svg {
  width: 100vw;
  margin-top: -39px;
  margin-bottom: -2px;
  position: relative;
}

.divider-back {
  z-index: -1;
  align-self: center;
  width: 100vw;
  margin-top: -30px;
}

.testimonials {
  background-color: var(--dark-text-color);
  width: 100vw;
  padding-top: 60px;
}

.testimonials.section-padding {
  padding-top: 130px;
  overflow: hidden;
}

.testimonials.section-padding.ac {
  background-color: var(--dark-purple);
  background-image: radial-gradient(circle at 0 100%, #f4843f33, #fff0 40%);
  padding-top: 8rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.testi-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.testi-content-wrap {
  grid-column-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.testi-box-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.testi-box-wrapper.studio {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}

.testi-box {
  grid-row-gap: 12px;
  border: 1px solid var(--primary-brand-color);
  background-color: var(--light-grey);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 520px;
  min-height: 200px;
  padding: 20px 24px;
  display: flex;
}

.testi-box.dark {
  grid-row-gap: .75rem;
  background-color: #e6ecf4;
}

.person-info-wrap, .listen-star-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-button {
  grid-column-gap: 8px;
  background-color: var(--dark-text-color);
  color: var(--light-grey);
  border-radius: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 100%;
  max-height: 64px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.icon-button.studio {
  border: 1px solid var(--dark-text-color);
  background-color: var(--primary-brand-color);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.icon-button.studio:hover {
  box-shadow: 0 4px 8px -2px var(--dark-text-color);
}

.icon-button.studio.round {
  background-color: var(--light-color);
  border-radius: 100%;
  padding: 18px;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.icon-button.studio.round:hover {
  border-width: 1px;
  border-color: var(--primary-brand-color);
}

.icon-button.approach {
  grid-column-gap: 0px;
  border-radius: 100%;
  margin-bottom: 1.8rem;
  padding: 18px;
  overflow: hidden;
}

.icon-button.approach.white {
  background-color: var(--light-grey);
}

.icon-button.approach._2 {
  background-color: var(--primary-brand-color);
}

.icon-button.testi {
  width: auto;
  max-width: none;
  max-height: none;
}

.star-wrapper {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.star-wrapper.ac {
  grid-column-gap: 5%;
  grid-row-gap: 4%;
  justify-content: center;
  width: 100%;
}

.play-icon {
  color: var(--light-grey);
  align-self: center;
}

.person-info {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.customer-name {
  color: var(--dark-text-color);
  margin-bottom: 0;
  font-family: Roundo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.service-name {
  color: var(--dark-text-color);
  font-family: Author, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.newsletter {
  background-image: linear-gradient(to bottom, var(--dark-text-color), white);
  min-height: 600px;
  padding-top: 220px;
}

.newsletter.section-padding.ac {
  background-image: linear-gradient(to bottom, var(--dark-purple), white);
  min-height: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.news-cont-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-image {
  border-radius: 20px;
}

.slogan-text {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.footer.section-padding {
  margin-top: 5rem;
}

.footer.section-padding.studio {
  margin-top: 220px;
}

.footer.section-padding.edu {
  background-color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.footer-cont-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--primary-brand-color);
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 150%;
}

.contact-info-link {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-text {
  font-weight: 400;
}

.footer-text.bottom {
  font-size: 14px;
}

.footer-text.light-text {
  font-size: 1rem;
}

.footer-info {
  color: var(--dark-text-color);
  width: 80%;
  font-size: 16px;
  line-height: 150%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.footer-info:hover {
  color: var(--secondary-brand-color);
}

.footer-info.phone {
  width: 100%;
}

.footer-info.light-text {
  color: var(--main-grey);
}

.footer-text-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-info-wrap {
  text-align: center;
  width: 90%;
}

.brand-info-wrap.st {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-logo {
  margin-bottom: 22px;
}

.social-media {
  grid-column-gap: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.social-media.st {
  grid-column-gap: 24px;
}

.social-link {
  grid-row-gap: 4px;
  color: var(--dark-text-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.footer-link-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-link {
  color: var(--dark-text-color);
  line-height: 120%;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.footer-link:hover {
  text-shadow: 1px 0 2px var(--dark-text-color);
}

.footer-link.light-text {
  color: var(--light-color);
}

.aggrement-wrap {
  grid-column-gap: 14px;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.aggrement-wrap.ver {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
}

.aggrement-wrap.footer {
  justify-content: space-around;
}

.document-link {
  color: var(--dark-text-color);
  margin-left: 40px;
  font-size: 14px;
  text-decoration: none;
}

.section-slogan {
  color: var(--light-color);
  font-size: 24px;
}

.opener-wrapper {
  z-index: 5;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-text-color);
  background-color: var(--light-color);
  background-image: linear-gradient(to bottom, #f4843f66, var(--dark-text-color));
  box-shadow: 0 1px 8px -2px var(--secondary-brand-color);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.opener-section {
  z-index: 100;
  background-color: var(--light-grey);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-grey), white);
  max-width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.opener-text-wrap {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.opener-logo {
  width: 40%;
}

.opener-title {
  color: var(--dark-text-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.opener-title.light-text {
  color: var(--light-color);
}

.opener-slogan {
  color: var(--light-color);
  font-size: 24px;
  font-weight: 400;
}

.opener-box-wrap {
  z-index: 5;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.runner-wrapper {
  z-index: 10;
  align-self: stretch;
  width: 100%;
  height: 40%;
  position: absolute;
  inset: 10% 0% auto;
}

.runner-wrapper.studio {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.running-lottie {
  height: 100%;
}

.close-box {
  grid-column-gap: 8px;
  opacity: 0;
  color: var(--dark-text-color);
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-box:hover {
  color: var(--secondary-brand-color);
  text-shadow: 1px 0 4px var(--primary-brand-color);
}

.close-icon {
  color: var(--dark-text-color);
}

.hero-img-wrap {
  border: 1px solid var(--secondary-brand-color);
  border-radius: 18px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.hero-img {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

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

.whatsapp-icon {
  line-height: 100%;
}

._16-text {
  font-family: Author, sans-serif;
}

.studio-hero-wrap {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.orange-hero-box {
  background-image: url('../images/man-plank-dumbell.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  justify-content: space-around;
  align-items: center;
  width: 59%;
  min-width: 615px;
  height: 100%;
  min-height: 345px;
  display: flex;
}

.hover-info-wrap {
  width: 100%;
  height: 100%;
}

.orange-cont-wrap {
  border: 1px solid var(--main-grey);
  background-image: linear-gradient(to bottom, #fff0 40%, var(--secondary-brand-color));
  border-radius: 18px;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 18px 18px 28px;
  display: flex;
}

.runner-wrap {
  grid-column-gap: 14px;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.runner-wrap.ver {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
}

.runner-wrap.footer {
  justify-content: space-around;
}

.runner-wrap.opener {
  display: none;
}

.box-title {
  color: var(--light-color);
  font-family: Roundo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.box-name {
  color: var(--light-color);
  font-family: Roundo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.purple-cont-wrap {
  border: 1px solid var(--main-grey);
  background-image: linear-gradient(to bottom, #fff0 40%, var(--primary-brand-color));
  border-radius: 18px;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 18px 18px 28px;
  display: flex;
}

.purple-hero-box {
  border: 1px solid var(--main-grey);
  background-image: url('../images/reformer-woman.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  justify-content: space-around;
  align-items: center;
  width: 35%;
  min-width: 435px;
  height: 100%;
  min-height: 345px;
  display: flex;
}

.st-nav-bar {
  z-index: 40;
  border-bottom: 1px solid var(--secondary-brand-color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.st-nav-menu-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.st-nav-content-wrap {
  grid-column-gap: 2vh;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.st-nav-link {
  text-decoration: none;
}

.nav-link-text {
  color: var(--dark-text-color);
  font-family: Author, sans-serif;
  line-height: 150%;
  text-decoration: none;
}

.st-nav-link-text {
  color: var(--dark-text-color);
  padding: 20px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.st-nav-link-text:hover {
  text-shadow: 1px 0 4px var(--secondary-brand-color);
}

.st-nav-link-text.w--current {
  color: var(--primary-brand-color);
}

.st-nav-link-text.box {
  z-index: 2;
  position: relative;
}

.st-nav-link-text.box.light-text, .st-nav-link-text.light-text {
  color: var(--light-color);
}

.st-logo {
  padding-left: 24px;
  padding-right: 24px;
}

.st-logo.w--current {
  z-index: 19;
}

.st-nav-link-wrap {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.st-nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.st-about-us {
  margin-top: 120px;
  margin-bottom: 120px;
}

.st-about-us.section-padding {
  margin-top: 17.8rem;
  margin-bottom: 13rem;
}

.st-about-wrap {
  justify-content: space-between;
  display: flex;
}

.about-img-wrap {
  z-index: 0;
  position: relative;
}

.title-line {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--secondary-brand-color), #fff3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
  position: relative;
}

.title-line.footer {
  background-color: var(--primary-brand-color);
  height: 2px;
  margin-top: 24px;
}

.title-line.services {
  background-color: #34124000;
  background-image: linear-gradient(to right, var(--main-grey), var(--dark-text-color) 70%);
}

.title-line.service {
  background-image: linear-gradient(to right, var(--secondary-brand-color), var(--dark-text-color) 80%);
  margin-bottom: 20px;
}

.title-line.service.last {
  margin-bottom: 0;
}

.title-line.academy {
  background-image: repeating-linear-gradient(to right, var(--secondary-brand-color), #fff3);
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 0;
}

.title-line.academy.page {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.st-slogan {
  color: var(--dark-text-color);
  font-size: 32px;
  line-height: 120%;
}

.st-slogan.light-text {
  color: var(--light-grey);
}

.st-slogan.light-text.ac {
  width: 80%;
}

.orange-ball {
  z-index: -20;
  background-color: var(--secondary-brand-color);
  filter: blur(200px);
  width: 100%;
  min-width: 500px;
  height: 100%;
  min-height: 500px;
  position: absolute;
  inset: 0%;
}

.about-back-img {
  z-index: 1;
  position: relative;
}

.about-info-wrap {
  z-index: 5;
  grid-row-gap: 15px;
  background-color: var(--dark-text-color);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.about-icon-circle {
  background-image: linear-gradient(to bottom, var(--secondary-brand-color), var(--primary-brand-color));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  display: flex;
}

.orange-text {
  color: var(--secondary-brand-color);
}

.huge-text {
  z-index: 20;
  background-color: var(--dark-text-color);
  position: relative;
}

.huge-text.ac {
  background-color: var(--dark-purple);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.studio-video {
  background-color: var(--dark-text-color);
  padding-top: 120px;
  padding-bottom: 120px;
}

.full-container {
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.huge-text-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.huge-words {
  color: var(--light-color);
  white-space: nowrap;
  margin-right: -40vw;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1.3;
}

.huge-words._2 {
  margin-left: -20vw;
  margin-right: 0;
}

.text-shadow {
  background-image: linear-gradient(to right, #fff0, var(--dark-text-color));
  position: absolute;
  inset: 0%;
}

.text-shadow._2 {
  background-image: linear-gradient(270deg, #fff0, var(--dark-text-color));
}

.text-shadow._2.acb {
  background-image: linear-gradient(270deg, #fff0, var(--dark-purple));
}

.text-shadow.ac {
  background-image: linear-gradient(to right, #fff0, var(--dark-purple));
}

.st-video-wrap {
  justify-content: center;
  min-height: 540px;
  position: relative;
}

.st-video {
  background-image: url('../images/woman-plank-kneepumbing-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.video-back-wrap {
  border: 1px solid var(--light-grey);
  background-color: var(--dark-text-color);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.video-img {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  min-height: 100%;
}

.video-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff0 50%, var(--secondary-brand-color));
  border: 1px dotted #000;
  border-radius: 18px;
  position: absolute;
  inset: 0%;
}

.video-play {
  z-index: 20;
  background-color: var(--primary-brand-color);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 5px 0% 0%;
}

.play-video {
  color: var(--light-grey);
}

.video-icon-wrap {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, var(--secondary-brand-color) 60%, var(--light-grey));
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 40% 0% 0%;
}

.video-cont-wrap {
  z-index: 4;
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 36ch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 4vw;
}

.video-slogan {
  color: var(--light-grey);
  font-size: 32px;
}

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

.service-text-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-wrapper.academy {
  width: 45%;
}

.service-box-wrap {
  margin-top: 40px;
}

.service-title {
  color: var(--main-grey);
  display: inline;
}

.service-text-side {
  grid-column-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.st-service-name {
  color: var(--light-color);
  margin-bottom: 0;
  font-family: Roundo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.service-cont {
  color: #fff;
  font-family: Author, sans-serif;
  font-weight: 400;
}

.run-lottie-wrap {
  background-color: var(--light-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.runner-lottie {
  width: 80%;
}

.st-service-name-wrap {
  flex: 0 auto;
  width: 32%;
}

.icon-text-side {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.check-academy {
  background-color: var(--dark-text-color);
  padding-top: 281px;
}

._2-col-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

._2-col-wrapper.academy {
  justify-content: flex-start;
}

._2-col-wrapper.spaced {
  grid-column-gap: 4rem;
  justify-content: space-between;
}

._2-col-wrapper.verti {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.st-academy-img {
  border: 1px solid var(--text-light-purple);
  border-radius: 20px;
  min-width: 420px;
  max-width: 480px;
  min-height: 420px;
  max-height: 480px;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  position: static;
}

.st-academy-img:hover {
  border-width: 1px;
  border-color: var(--secondary-brand-color);
}

.st-testimonials {
  background-image: linear-gradient(to bottom, var(--dark-text-color), white);
  padding-top: 220px;
  padding-bottom: 220px;
}

.st-testimonials.section-padding {
  overflow: hidden;
}

.st-testi-text-wrap {
  grid-column-gap: 42px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testi-title-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 140%;
  display: flex;
}

.testi-title-wrap.academy {
  width: 45%;
}

.brand-logo-big {
  aspect-ratio: auto;
  padding: 0 3vw;
}

.st-newsletter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.news-box-wrap {
  border: 4px solid var(--secondary-brand-color);
  background-color: var(--dark-text-color);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.news-text-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.news-slogan {
  color: var(--light-color);
  font-size: 40px;
  line-height: 120%;
}

.site-wrapper {
  background-color: var(--dark-purple);
  width: 100vw;
  height: 100vh;
}

.hero-academy {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.hero-academy.section-padding {
  background-image: radial-gradient(circle at 50% 0, #e5005f66, #fff0 40%);
}

.hero-academy.section-padding.logged {
  background-image: radial-gradient(circle at 0 0, #e5005f66, #fff0 40%);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  max-height: 100%;
}

.img-wrapper {
  z-index: 0;
  height: 90vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.academy-hero {
  border: 1px solid var(--dark-text-color);
  border-radius: 20px;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.academy-hero:hover {
  border: 1px solid var(--light-color);
}

.academy-hero-slogan {
  color: var(--light-color);
  margin-bottom: 0;
  font-family: Roundo, sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.2;
}

.small {
  font-size: 12px;
}

.site {
  color: var(--primary-brand-color);
}

.site-link {
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.site-link:hover {
  color: var(--secondary-brand-color);
  text-decoration: underline;
}

.stu-nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-text-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-text-wrap.academy {
  z-index: 4;
  grid-row-gap: 0px;
  width: 45%;
  position: relative;
}

.academy-hero-img {
  max-width: none;
  height: 100%;
}

.ac-nav-bar {
  z-index: 40;
  border-bottom: 1px solid var(--secondary-brand-color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1f0a2666;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.ac-nav-link-text {
  color: var(--main-grey);
  padding: 20px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.ac-nav-link-text:hover {
  text-shadow: 1px 0 4px var(--secondary-brand-color);
}

.ac-nav-link-text.w--current {
  color: var(--primary-brand-color);
}

.ac-nav-link-text.box {
  z-index: 2;
  position: relative;
}

.ac-nav-link-text.box.light-text, .ac-nav-link-text.light-text {
  color: var(--light-color);
}

.points-g {
  grid-row-gap: 9px;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.hero-basic {
  color: var(--main-grey);
}

.about-ac {
  background-color: var(--dark-purple);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.trainings.section-padding {
  background-color: var(--dark-purple);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.our-approach {
  background-color: var(--dark-purple);
  background-image: radial-gradient(circle at 100%, #e5005f33, #fff0 27%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.ac-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.approach-box {
  background-image: linear-gradient(180deg, var(--primary-brand-color), var(--secondary-brand-color));
  border-radius: 8px;
  flex: 0 auto;
  padding: 1.5rem 1rem;
}

.approach-box.nocta {
  border: 1px solid var(--secondary-brand-color);
  background-image: none;
  max-width: 40%;
}

.approach-box.nocta.w {
  max-width: none;
  padding-right: .8rem;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.approach-box.nocta.w:hover {
  background-color: var(--primary-brand-color);
}

.approach-title {
  font-size: 1.5rem;
  line-height: 1;
}

.approach-title.light-text {
  white-space: nowrap;
  font-weight: 400;
}

.approach-title.light-text.bold {
  font-weight: 600;
}

.approach-boxes {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.faq {
  background-color: var(--dark-purple);
  background-image: radial-gradient(circle at 0 0, #f4843f33, #fff0 40%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

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

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

.faq6_accordion {
  border: 1px solid var(--light-color);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

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

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.faq-list-wrap {
  grid-row-gap: 1rem;
  color: var(--main-grey);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

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

.faq-content-wrap {
  margin-bottom: 2rem;
}

.faq-content-wrap.edu {
  width: 100%;
}

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

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

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

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

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

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 66%;
  grid-auto-columns: 100%;
  place-content: center;
  place-items: start center;
  display: grid;
}

.faq6_list-grid.edu {
  grid-template-columns: 100%;
}

.faq-quest {
  font-size: 1.25rem;
  line-height: 1;
}

.faq-quest.light-text {
  font-weight: 400;
}

.faq-quest.light-text.bold {
  font-weight: 600;
}

.navbar1_component {
  z-index: 40;
  border-bottom: 1px solid var(--secondary-brand-color);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  -webkit-text-fill-color: inherit;
  background-color: #1f0a2666;
  background-clip: border-box;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0000;
}

.account-wrap {
  z-index: 5;
  background-color: var(--dark-text-color);
  position: relative;
  overflow: hidden;
}

.color-box {
  z-index: -1;
  background-color: var(--primary-brand-color);
  filter: blur(160px);
  border-radius: 100%;
  width: 25%;
  height: 25%;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.color-box.orange-ball {
  z-index: -1;
  background-color: var(--secondary-brand-color);
  inset: auto 0% 0% auto;
}

.color-box.mid {
  filter: blur(200px);
  inset: 0% 40% auto;
}

.account-input-wrap {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  min-width: 400px;
  max-width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.account-input-wrap.denied {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  padding: 2rem;
}

.account-input-wrap.info {
  border: 1px solid var(--light-color);
  border-radius: 1rem;
}

.accounts-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.account-img-wrap {
  z-index: 5;
  max-width: 50%;
  position: relative;
  overflow: visible;
}

.account-box {
  height: 100vh;
}

.account-cont-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.email-field {
  border: 1px solid var(--light-color);
  background-color: var(--light-grey);
  border-radius: .5rem;
  min-height: 3rem;
}

.email-field::placeholder {
  color: var(--text-light-purple);
  font-size: .75rem;
}

.pass-field {
  border: 1px solid var(--light-color);
  background-color: var(--light-grey);
  border-radius: .5rem;
  min-height: 3rem;
}

.label-text {
  color: var(--main-grey);
}

.login-block {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.account-slogan {
  color: var(--light-color);
  font-size: 2.625rem;
  font-weight: 600;
}

.account-slogan._2 {
  font-size: 2rem;
}

.footer-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.form-link {
  color: var(--main-grey);
  font-size: 1rem;
}

.error-wrap {
  background-color: var(--light-color);
  border-radius: .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.form-header-wrap {
  text-align: left;
  background-color: #0000;
  border-radius: .5rem;
}

.form-header-wrap.mid {
  text-align: center;
}

.form-header-wrap.account {
  background-color: #0000;
}

.login-img {
  z-index: 3;
  min-width: 500px;
  height: auto;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.order-form-text {
  z-index: 4;
  background-image: linear-gradient(180deg, transparent, #0e051145 14%, #1b092185 45%, var(--dark-text-color));
  border-radius: 1.5rem;
  margin: 1px;
  padding: 2rem 2rem 3rem;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block {
  color: var(--light-color);
}

.link-wrap {
  border: 1px solid var(--light-color);
  border-radius: 12px;
  padding: .75rem 1.25rem;
}

.whatsapp-box {
  border: 1px solid var(--light-color);
  color: var(--light-color);
  border-radius: 12px;
  padding: .75rem 1.25rem;
}

.name-field {
  border: 1px solid var(--light-color);
  background-color: var(--light-grey);
  border-radius: .5rem;
  min-height: 3rem;
}

.name-field::placeholder {
  color: var(--text-light-purple);
  font-size: .75rem;
}

.label-check {
  color: var(--text-light-purple);
}

.phone-field {
  border: 1px solid var(--light-color);
  background-color: var(--light-grey);
  border-radius: .5rem;
  min-height: 3rem;
}

.phone-field::placeholder {
  color: var(--text-light-purple);
  font-size: .75rem;
}

.check-box.w--redirected-checked {
  background-color: var(--secondary-brand-color);
  padding: 6px;
}

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

.resetpass-img {
  z-index: 3;
  background-color: var(--dark-text-color);
  min-width: 500px;
  height: auto;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.res-pass-form-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.state-img.mid {
  text-align: left;
}

.res-pass-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

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

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

.account-info-wrap {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.account-header-wrap {
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: var(--dark-text-color);
  text-align: left;
  border-radius: .5rem;
}

.account-header-wrap.mid {
  text-align: center;
}

.user-account-form, ._w-hero-wrap {
  flex-flow: column;
}

._w-hero-header-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vertical-wrapper._w-hero {
  flex-flow: column;
  width: 90%;
  display: flex;
}

.vertical-wrapper.img-w-hero {
  order: 0;
  width: 60%;
}

.username-field {
  border: 1px solid var(--light-color);
  background-color: var(--light-grey);
  border-radius: .5rem;
  min-height: 3rem;
}

.username-field::placeholder {
  color: var(--text-light-purple);
  font-size: .75rem;
}

._w-hero-img-wrap {
  z-index: 5;
  height: 100%;
  min-height: 500px;
  position: relative;
}

._w-hero-img {
  z-index: 1;
  position: relative;
  inset: 0%;
}

.purple-hero-text-wrap {
  z-index: 2;
  background-image: linear-gradient(180deg, transparent, #0e051145 14%, #1b092185 45%, var(--dark-text-color));
  border-radius: 1rem;
  justify-content: space-between;
  max-width: 100%;
  margin: 1px;
  padding: 2rem 1rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.edu-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.edu-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--dark-text-color);
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--dark-text-color), #fff0);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-around;
  min-width: 350px;
  min-height: 550px;
  padding: 1rem;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.edu-box:hover {
  border-color: var(--text-light-purple);
  background-image: linear-gradient(135deg, var(--primary-brand-color), #fff0);
}

.edu-img {
  z-index: -1;
  border-radius: .5rem;
  position: relative;
}

.edu-title {
  z-index: 2;
  background-image: linear-gradient(180deg, #0000, var(--dark-purple));
  color: var(--light-color);
  padding-bottom: 1.4rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: 1.5rem;
  line-height: 1.25;
  position: absolute;
  inset: auto 0% 0%;
}

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

.edu-time {
  color: var(--light-color);
}

.edu-time-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

.price-tag {
  color: var(--light-color);
  font-size: 2rem;
  line-height: 1;
}

.edu-img-wrap {
  z-index: 5;
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.edu-lottie-wrap {
  background-color: var(--dark-purple);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.education-page {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.education-page.section-padding {
  background-image: radial-gradient(circle at 50% 0, #e5005f66, #fff0 40%);
}

.education-page.section-padding.logged {
  background-image: url('../images/personal-trainer.png'), radial-gradient(circle at 0 0, #e5005f66, #fff0 40%);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  max-height: 100%;
  position: relative;
}

.edu-hero-wrap {
  flex-flow: column;
}

.edu-hero-img {
  z-index: 1;
  flex: 0 auto;
  align-self: stretch;
  width: 100vw;
  position: absolute;
  inset: 0% 0% auto;
}

.what-learn {
  background-color: var(--dark-purple);
  background-image: radial-gradient(circle at 0 0, #f4843f33, #fff0 40%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.what-learn.section-padding {
  background-image: radial-gradient(circle at 100%, #f4843f33, #fff0 40%);
}

.checkout-form {
  background-color: var(--dark-purple);
  color: var(--main-grey);
  padding-top: 100px;
  font-size: 1rem;
  line-height: 1.25;
}

.header-box {
  background-color: #0000;
  border-style: none;
  border-width: 0;
  padding-left: .5rem;
}

.content-box {
  border: 1px solid var(--light-grey);
  background-color: var(--dark-text-color);
  border-radius: 12px;
}

.form-title {
  letter-spacing: .5rem;
  font-size: 2rem;
}

.course-hero {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--primary-brand-color), var(--dark-purple) 42%);
  padding-top: 100px;
}

.course-hero-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.course-wrap {
  flex-flow: column;
}

.price {
  color: var(--light-grey);
  font-size: 2rem;
  line-height: 1.2;
}

.cart-opener {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.cart-item-discount {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.discount-code-submit {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .3rem;
  flex: none;
  align-self: auto;
  padding: 2px 26px;
  font-weight: 600;
  display: block;
}

.discount-code-submit:hover {
  color: #fff;
  background-color: #000;
}

.discount-list {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-empty-message {
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 28px 22px;
  display: none;
}

.order-discount-list {
  grid-column-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cart-item-title {
  font-weight: 700;
}

.cart-item {
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px 28px 40px 40px;
  font-size: 16px;
  display: flex;
}

.order-code-input {
  border: 1px solid #dfdfdf;
  border-radius: .3rem;
  height: 50px;
  margin-bottom: 0;
}

.discount-code-item {
  color: #000;
  text-transform: uppercase;
  background-color: #e7e7e7;
  border-radius: .3rem;
  align-items: center;
  margin-bottom: 12px;
  padding: 15px 3px 15px 9px;
  font-size: 14px;
  font-weight: 500;
}

.cart-item-quantity-changer {
  color: #616161;
  cursor: pointer;
  background-color: #fff;
  border: 1px #e7e7e7;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  transition: color .1s, background-color .1s;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.cart-item-quantity-changer:hover {
  color: #fff;
  background-color: #000;
}

.discount-code-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px #e7e7e7;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.product-info {
  flex-direction: column;
  justify-content: center;
  width: 190px;
  padding-top: 0;
  display: flex;
}

.cart-bottom-row {
  width: 100%;
  padding: 28px 40px 0;
}

.order-note-row {
  grid-column-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.order-discount-item {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.quantity-block {
  align-items: flex-start;
  display: flex;
}

.product-options-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cart-items-list {
  width: 100%;
}

.coupon-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #e7e7e7;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.item-first-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  width: 320px;
}

.cart-item-subscription {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.cart-row, .cart-total-row {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.cart-container {
  z-index: 3;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px #dfdfdf;
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 0 0 40px;
  font-size: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px #00000014;
}

.cart-container.inline {
  box-shadow: none;
  border-style: solid;
  border-radius: 0;
  max-width: 1300px;
}

.cart-discount-code-input {
  border: 1px solid #dfdfdf;
  border-radius: .3rem;
  min-width: 200px;
  height: 50px;
  margin-bottom: 0;
}

.coupon-error-message {
  color: #e81e1e;
  text-align: center;
  background-color: #ffdede;
  align-self: flex-end;
  margin-top: 0;
  padding: 4px 10px;
  font-size: 14px;
}

.coupon-field-wrapper {
  grid-column-gap: 10px;
  align-items: stretch;
  width: 100%;
}

.cart-item-prediscount-price {
  color: #8d8d8d;
  font-size: 13px;
  text-decoration: line-through;
}

.cart-actions {
  width: 100%;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  text-align: center;
  background-color: #fff0;
  border-style: solid solid none;
  border-color: #000;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 33px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
}

.order-discount-code-item {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.label {
  flex: none;
  font-size: 1rem;
  font-weight: 700;
}

.cart-fields-row {
  grid-column-gap: 20px;
  align-items: stretch;
}

.item-price-information {
  flex-direction: column;
  width: 80px;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-item-remover {
  color: #616161;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 11px;
  display: flex;
}

.discount-code-remover {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cart-item-discount-code {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.cart-note-form {
  width: 100%;
}

.checkout-button {
  color: #000;
  cursor: pointer;
  background-color: #ffd904;
  border-radius: .3rem;
  flex: 1;
  justify-content: center;
  max-width: 49%;
  margin-left: auto;
  padding: 17px 37px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.checkout-button:hover {
  color: #f8d300;
  background-color: #fffffe;
  box-shadow: 0 2px 12px #00000014;
}

.cart-note-wrapper {
  grid-column-gap: 10px;
  background-color: #f7f7f7;
  border: 1px dashed #bebebe;
  border-radius: .5rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 12px;
}

.order-discount-code-title, .cart-item-variant-options {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.cart-item-image {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #e7e7e7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .3rem;
  width: 80px;
  height: 80px;
}

.order-discount-title {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.discount-code-block {
  grid-column-gap: 10px;
  border: 1px dashed #bebebe;
  border-radius: .5rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.order-discount-amount, .order-discount-code-amount {
  color: #8d8d8d;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.ghost-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .3rem;
  flex: 1;
  justify-content: center;
  padding: 17px 37px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.ghost-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #707070;
}

.cart-popup {
  z-index: 60;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cart-popup.sf-cart-opened {
  opacity: 1;
}

.order-note-input {
  border: 1px solid #dfdfdf;
  border-radius: .3rem;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
}

.cart-popup-overlay {
  background-color: #000000b0;
  position: absolute;
  inset: 0%;
}

.cart-popup-overlay.popup-closer {
  background-color: #000000b0;
}

.popup-css {
  display: none;
}

.cart-popup-closer {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  font-size: 2.6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sf-cart {
  color: var(--light-grey);
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.ac-nav-link-text-2 {
  color: #d1d1d1;
  padding: 20px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.ac-nav-link-text-2:hover {
  text-shadow: 1px 0 4px #f4843f;
}

.ac-nav-link-text-2.w--current {
  color: #e5005f;
}

.button-3 {
  color: #e6ecf4;
  background-color: #0000;
  background-image: linear-gradient(#e5005f, #f4843f);
  border-radius: 12px;
  align-self: flex-end;
  margin-top: 0;
  padding: 12px 24px;
  font-weight: 400;
  transition: all .6s cubic-bezier(.445, .05, .55, .95);
}

.button-3:hover {
  color: #1f0a26;
  -webkit-text-stroke-width: 1px;
  text-shadow: 1px 0 4px #fff;
  background-color: #fff;
  background-image: none;
  font-weight: 400;
  box-shadow: 0 4px 8px -2px #341240;
}

.button-3.ghost-button {
  color: #fff;
  background-color: #341240;
  background-image: none;
  border: 1px solid #aea0b3;
  border-radius: 8px;
  padding: 12px 24px;
}

.button-3.ghost-button:hover {
  text-shadow: none;
  border-color: #e6ecf4;
  font-weight: 400;
  box-shadow: 0 4px 8px -2px #f4843f;
}

.navbar1_component-2 {
  z-index: 40;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  -webkit-text-fill-color: inherit;
  background-color: #1f0a2666;
  background-clip: border-box;
  border-bottom: 1px solid #f4843f;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.studio-video {
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .large-p.studio {
    font-size: 20px;
  }

  .button {
    color: var(--main-grey);
  }

  .button:hover {
    box-shadow: 0 4px 4px -1px var(--secondary-brand-color);
  }

  .button.ghost-button.invese-ghost {
    border-style: solid;
    border-width: 1px;
  }

  .button.ghost-button.opener {
    text-align: center;
    white-space: nowrap;
    align-self: center;
  }

  .button.inverse-button {
    border-radius: 12px;
  }

  .button.orange {
    white-space: nowrap;
    width: 40%;
  }

  .button.mid {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .button.studio {
    align-self: flex-end;
  }

  .hero.section-padding {
    height: auto;
    max-height: 100%;
  }

  .hero-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-slogan {
    font-size: 54px;
  }

  .hero-text.studio {
    width: 100%;
  }

  .academy-box-wrap {
    min-height: 320px;
    padding: 18px;
  }

  .button-wrap {
    align-self: flex-end;
  }

  .button-wrap.down, .button-wrap.up {
    align-self: center;
    align-items: center;
  }

  .part-title {
    font-size: 16px;
  }

  .partners-logo-wrap {
    overflow: visible;
  }

  .partners-logo {
    width: 80px;
    max-width: 80%;
  }

  .social-proof {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-self: flex-start;
    align-items: stretch;
  }

  .social-proof.studio {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  ._18-text {
    white-space: nowrap;
  }

  .menu-icon {
    border: 1px solid var(--main-grey);
    color: var(--main-grey);
    border-radius: 8px;
  }

  .menu-icon.w--open {
    background-color: var(--dark-text-color);
    border-radius: 12px;
  }

  .yaya-opener {
    min-width: 360px;
  }

  .normal-p {
    color: var(--dark-text-color);
  }

  .slogan-text.light-text {
    font-size: 28px;
  }

  .footer-info, .footer-link {
    font-size: 14px;
  }

  .opener-section {
    display: block;
  }

  .close-box {
    margin-right: 20px;
  }

  .hero-img {
    width: 100%;
  }

  .studio-hero-wrap {
    flex-direction: row;
  }

  .orange-hero-box {
    min-width: 420px;
  }

  .runner-wrap {
    align-self: flex-start;
  }

  .purple-hero-box {
    min-width: 300px;
  }

  .st-nav-link-text.close {
    display: none;
  }

  .st-about-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .st-slogan {
    font-size: 28px;
  }

  .st-video-wrap {
    min-height: auto;
    max-height: 100%;
  }

  .video-cont-wrap {
    justify-content: center;
    max-width: 28ch;
  }

  .video-slogan {
    font-size: 28px;
  }

  .st-service-name {
    font-size: 16px;
  }

  ._2-col-wrapper {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .stu-nav-menu {
    background-color: var(--light-color);
  }

  .ac-nav-link-text.close {
    display: none;
  }

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

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

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

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

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top.light-text {
    background-color: var(--main-grey);
    background-color: #d1d1d1;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    border: 1px solid var(--main-grey);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--text-light-purple);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon1-2 {
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .button-3 {
    color: #d1d1d1;
  }

  .button-3:hover {
    box-shadow: 0 4px 4px -1px #f4843f;
  }

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

  .menu-icon1_line-bottom-2 {
    background-color: #aea0b3;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .large-p.light-text {
    font-size: 1.3rem;
  }

  .large-p.light-text.ac {
    width: 100%;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .button {
    align-self: flex-end;
  }

  .button.orange {
    flex: 0 auto;
    width: auto;
  }

  .button.box {
    align-self: flex-end;
  }

  .hero.section-padding {
    height: 100%;
  }

  .hero-text-wrapper {
    flex-direction: column;
  }

  .hero-slogan.studio {
    font-size: 42px;
  }

  .studio-box-wrap {
    min-width: 300px;
  }

  .hero-studio-wrap {
    width: 100%;
    overflow: visible;
  }

  .hero-text {
    width: 100%;
  }

  .academy-box-wrap {
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: static;
    inset: 0% 0% auto;
  }

  .button-wrap {
    width: 100%;
  }

  .socialproof-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .partners-wrap {
    width: 100%;
  }

  .part-title.seperate.mid {
    text-align: left;
  }

  .partners-logo-wrap {
    width: 100%;
  }

  .social-proof {
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .social-proof.studio {
    grid-column-gap: 4px;
    grid-row-gap: 12px;
    justify-content: flex-start;
  }

  .menu-icon {
    border: 1px solid var(--text-light-purple);
    color: var(--main-grey);
    border-radius: 8px;
  }

  .about-us.section-padding {
    margin-top: 60px;
  }

  .about-content-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .video-wrap, .about-text-wrap, .about-text-wrap.academy {
    width: 100%;
  }

  .normal-p.light-text.testi {
    align-self: stretch;
  }

  .sub-brands.section-padding {
    margin-top: 60px;
  }

  .brands-box-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .brand-box.studio, .brand-box.academy {
    width: 100%;
  }

  .divider {
    margin-top: 60px;
  }

  .divider-svg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testi-text-wrap {
    width: 100%;
  }

  .testi-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .person-info-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .news-cont-wrap {
    grid-row-gap: .75rem;
    width: 100%;
  }

  .footer-cont-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-info-wrap {
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .contact-info-link {
    grid-column-gap: .75rem;
    text-align: center;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
  }

  .footer-text.bottom {
    font-size: 12px;
  }

  .footer-text-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .brand-info-wrap {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-media {
    grid-column-gap: 24px;
  }

  .footer-link-wrap {
    grid-row-gap: 12px;
    order: -1;
    align-items: center;
  }

  .studio-hero-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .orange-hero-box, .purple-hero-box {
    width: 100%;
  }

  .st-nav-bar {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .st-nav-link-wrap {
    display: none;
  }

  .st-about-wrap {
    flex-direction: column-reverse;
  }

  .title-line {
    margin-top: 0;
  }

  .video-overlay {
    background-image: linear-gradient(to right, var(--secondary-brand-color), #fff0 70%);
  }

  .video-slogan {
    font-size: 20px;
  }

  ._2-col-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  ._2-col-wrapper.academy {
    height: 80vh;
  }

  ._2-col-wrapper.spaced {
    flex-direction: column-reverse;
  }

  .news-box-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-wrapper {
    height: 50vh;
    position: absolute;
  }

  .hero-text-wrap.academy {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .ac-nav-bar {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .approach-box, .approach-box.nocta {
    align-self: center;
  }

  .approach-boxes {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    text-align: left;
    flex-direction: column;
    justify-content: center;
  }

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

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

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

  .faq6_question {
    padding: 1rem 1.25rem;
  }

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

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

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

  .cart-item {
    flex-wrap: wrap;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .discount-code-item {
    margin-bottom: 12px;
  }

  .discount-code-list {
    width: 100%;
  }

  .cart-bottom-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-items-list {
    flex: 1;
    overflow: scroll;
  }

  .coupon-form {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .item-first-col {
    margin-bottom: 18px;
  }

  .cart-container {
    max-height: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-fields-row {
    flex-direction: column;
  }

  .cart-note-form {
    margin-top: 10px;
  }

  .cart-note-wrapper {
    flex-direction: column;
  }

  .discount-code-block {
    grid-column-gap: 12px;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .cart-popup {
    align-items: flex-start;
    padding-top: 73px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-popup-closer {
    width: 50px;
    height: 50px;
  }

  .navbar1_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .button-3 {
    align-self: flex-end;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }
}

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

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .large-p {
    font-size: 18px;
  }

  .large-p.light-text.academy {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .button {
    color: var(--light-color);
    text-align: center;
  }

  .button.ghost-button.dark {
    text-align: center;
  }

  .button.orange, .button.box, .button.opener {
    align-self: center;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .hero.section-padding {
    padding-top: 120px;
  }

  .hero-slogan {
    font-size: 32px;
  }

  .studio-box-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-width: auto;
    padding-top: 24px;
  }

  .opener-wrap {
    width: 100vw;
  }

  .opener-video {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
  }

  .coming-soon-text {
    padding: 12px 18px;
    font-size: 32px;
  }

  .hero-studio-wrap {
    margin-top: 12px;
  }

  .hero-text {
    grid-row-gap: 0px;
  }

  .academy-box-wrap {
    width: 100%;
    min-width: 280px;
    padding: 12px 16px;
  }

  .box-studio-wrap {
    align-self: flex-end;
  }

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .button-wrap.horiz {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
  }

  .button-wrap.up {
    flex-direction: row;
  }

  .studio-logo {
    min-width: 190px;
  }

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

  .partners-logo-wrap {
    flex-direction: column;
  }

  .partners-logo {
    width: 100%;
  }

  .login-navbar {
    margin-top: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .lp-logo {
    align-self: center;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    padding-right: 10px;
  }

  .lp-nav-menu-wrap {
    justify-content: space-between;
  }

  .academy-link {
    padding: 12px 16px;
  }

  .lp-nav-link-wrap {
    border-right: 1px solid var(--dark-text-color);
    text-align: center;
    align-self: center;
  }

  .button-text {
    display: none;
  }

  .button-text.st {
    color: var(--light-grey);
    display: block;
  }

  .menu-icon.w--open {
    background-color: var(--dark-text-color);
    border-radius: 12px;
  }

  .about-us.section-padding {
    margin-top: 100px;
  }

  .yaya-opener {
    min-width: auto;
    min-height: auto;
  }

  .normal-p.light-text {
    font-size: 14px;
  }

  .sub-brands.section-padding {
    margin-top: 100px;
  }

  .brand-box.studio, .brand-box.academy {
    flex-direction: column;
  }

  .divider {
    margin-top: 100px;
  }

  .divider.footer {
    width: 100%;
  }

  .divider-svg {
    overflow: hidden;
  }

  .testi-text-wrap {
    width: 100%;
  }

  .testi-content-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .testi-box-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .testi-box-wrapper.studio {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .testi-box {
    min-width: 100%;
  }

  .person-info-wrap {
    grid-column-gap: 6px;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .service-name {
    white-space: nowrap;
  }

  .brand-img-wrap {
    align-self: center;
    width: 25%;
  }

  .news-cont-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .slogan-text.light-text {
    font-size: 20px;
  }

  .footer.section-padding.academy {
    background-color: var(--light-color);
    padding-top: 8rem;
  }

  .footer-cont-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
  }

  .contact-info-wrap {
    align-items: center;
  }

  .contact-info-link {
    align-self: flex-start;
  }

  .aggrement-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .document-link {
    margin-left: 0;
  }

  .opener-wrapper {
    align-self: center;
    width: 100%;
    padding: 12px 18px;
  }

  .opener-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .opener-text-wrap {
    width: 100%;
  }

  .opener-title.light-text, .opener-slogan {
    align-self: center;
  }

  .opener-box-wrap {
    height: 100vh;
  }

  .social-button-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  ._16-text {
    display: none;
  }

  .orange-hero-box {
    min-width: 0;
    min-height: 240px;
  }

  .orange-cont-wrap {
    align-self: stretch;
    align-items: stretch;
  }

  .runner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
  }

  .runner-wrap.horiz {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
  }

  .purple-hero-box {
    min-height: 240px;
  }

  .st-nav-bar {
    z-index: 20;
  }

  .st-nav-menu-wrap {
    justify-content: space-between;
  }

  .st-logo {
    align-self: center;
    width: 80%;
    height: 100%;
  }

  .st-logo.w--current {
    width: 50%;
  }

  .st-nav-link-wrap {
    border-right: 1px solid var(--dark-text-color);
    text-align: center;
    align-self: center;
  }

  .st-about-us.section-padding {
    overflow: hidden;
  }

  .st-about-wrap {
    flex-direction: column;
  }

  .title-line {
    margin-top: 0;
  }

  .title-line.academy {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .orange-ball {
    inset: auto 0% 0%;
  }

  .huge-text {
    overflow: hidden;
  }

  .st-video-wrap {
    min-height: 280px;
  }

  .video-back-wrap {
    height: 100%;
  }

  .video-img {
    height: 100%;
    min-height: 280px;
  }

  .video-overlay {
    background-image: linear-gradient(90deg, #fff0 30%, var(--secondary-brand-color));
  }

  .video-icon-wrap {
    align-items: flex-end;
    margin-left: auto;
  }

  .video-cont-wrap {
    max-width: 20ch;
    height: 100%;
  }

  .text-wrapper.academy {
    width: 100%;
  }

  .service-title {
    font-size: .75rem;
  }

  .st-service-name {
    white-space: nowrap;
    font-size: 1.2rem;
  }

  .service-cont {
    display: none;
  }

  .icon-text-side {
    justify-content: flex-end;
  }

  ._2-col-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .st-academy-img {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }

  .site-wrapper {
    height: auto;
    overflow: hidden;
  }

  .img-wrapper {
    height: 50%;
  }

  .academy-hero {
    height: 50%;
    max-height: 300px;
  }

  .academy-hero-slogan {
    font-size: 1.75rem;
  }

  .stu-nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-wrap {
    padding-right: 24px;
  }

  .hero-text-wrap.academy {
    width: 100%;
  }

  .ac-nav-bar {
    z-index: 20;
    border-top: 1px solid var(--secondary-brand-color);
  }

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

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

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

  .faq6_list-grid {
    grid-template-columns: 100%;
    justify-items: stretch;
  }

  .color-box.orange-ball {
    opacity: .4;
  }

  .account-input-wrap {
    min-width: auto;
  }

  .account-img-wrap {
    order: -1;
    max-width: 100%;
    padding: 1rem;
  }

  .account-box {
    height: 100%;
  }

  .account-cont-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .account-slogan {
    font-size: 2rem;
  }

  .login-img {
    min-width: auto;
    max-width: 100%;
    overflow: clip;
  }

  .resetpass-img {
    min-width: auto;
  }

  .update-pass-form {
    max-width: 100%;
  }

  .price {
    font-size: 24px;
  }

  .discount-code-submit {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item-title {
    font-size: 14px;
  }

  .cart-item {
    grid-row-gap: 21px;
    flex-wrap: wrap;
    padding-top: 18px;
  }

  .order-code-input {
    height: 37px;
  }

  .discount-code-item {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .cart-item-quantity-changer {
    font-size: 22px;
  }

  .product-info {
    flex: 0 auto;
  }

  .cart-bottom-row {
    font-size: 14px;
  }

  .item-first-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 6px;
  }

  .cart-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-discount-code-input {
    min-width: 120px;
    height: 37px;
  }

  .cart-actions {
    font-size: 14px;
  }

  .cart-quantity {
    width: 34px;
    font-size: 13px;
  }

  .label {
    font-size: 13px;
  }

  .cart-note-form {
    margin-bottom: 0;
  }

  .cart-note-wrapper {
    padding: 12px;
  }

  .cart-item-image {
    width: 50px;
    height: 50px;
  }

  .ghost-button {
    padding: 16px 27px;
  }

  .order-note-input {
    min-width: 120px;
    height: 37px;
  }

  .button-3 {
    color: #fff;
    text-align: center;
  }
}

#w-node-_47d147e3-8f43-713f-ba9a-7ecfd93f11bd-5455659f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb52725-2943-c66a-3b65-7cdb462621de-5455659f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_570b6c08-60e2-c5ad-480d-13389de47436-5455659f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-545565a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-545565a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-545565a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-545565a0, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-545565a0, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-545565a0, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-545565a0, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-545565a0, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-545565a0, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-545565a0, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-545565a0, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-545565a0, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-545565a0, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-545565a0, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-545565a0, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-545565a0, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-545565a0, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-545565a0, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-545565a0, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-545565a0, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-545565a0, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-545565a0, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-545565a0, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-545565a0, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-545565a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-545565a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-545565a0, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-545565a0, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-545565a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-545565a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-545565a0, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-545565a0, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-545565a0, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-545565a0, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-545565a0, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-545565a0, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-545565a0, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-545565a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-545565a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-545565a0, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-545565a0, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-545565a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-545565a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-545565a0, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-545565a0, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-545565a0, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-545565a0, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-545565a0, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-545565a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-545565a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-545565a0, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-545565a0, #w-node-e8db30e0-d44e-116e-0ff0-ebd0a61e3178-44326414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8db30e0-d44e-116e-0ff0-ebd0a61e3190-44326414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e8db30e0-d44e-116e-0ff0-ebd0a61e319e-44326414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b98e89d-6f1f-f3dd-5ca5-0fdcc2a61bae-b285440f, #w-node-_1b98e89d-6f1f-f3dd-5ca5-0fdcc2a61bb5-b285440f {
  justify-self: stretch;
}

#w-node-cbd25266-b32a-f75e-79a5-c4bdce2eb2c4-b285440f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbd25266-b32a-f75e-79a5-c4bdce2eb2dc-b285440f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cbd25266-b32a-f75e-79a5-c4bdce2eb2eb-b285440f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b2e68f-e686-7b35-ed7e-f2d7898c4293-65e3d76a, #w-node-_33b2e68f-e686-7b35-ed7e-f2d7898c429a-65e3d76a {
  justify-self: stretch;
}


@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roundo';
  src: url('../fonts/Roundo-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roundo';
  src: url('../fonts/Roundo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roundo';
  src: url('../fonts/Roundo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}