:root {
  --blue: #081158;
  --gainsboro: #dfdfdf;
  --smoke: whitesmoke;
  --grey: #afafaf;
  --light-green: #e5fdd1;
  --white: white;
  --white-smoke: #eef0f4;
  --pink-2: #8e15a7;
  --azure: #d2e4e0;
  --black: black;
  --dark-sea-green: #263a29;
  --light-blue: #5b95d2;
  --green: #8ea5a0;
  --lightest-blue: #cfddee;
  --plum: #ec8675;
  --magenta: #e100d8;
  --pink: #081158;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--blue);
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

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

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

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

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

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

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

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

a {
  color: var(--blue);
  letter-spacing: .5px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .5s;
}

a:hover {
  opacity: .8;
}

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

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

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--gainsboro);
  background-color: var(--smoke);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6em;
}

figcaption {
  color: var(--grey);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 15px;
  font-style: italic;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.border-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

.section.hero {
  background-color: #fff;
  justify-content: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 40px;
}

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

.section.social-proof {
  background-color: var(--light-green);
  color: var(--white);
  border-radius: 0% 0 0% 0%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.features {
  text-align: center;
}

.section.free-classes {
  background-color: var(--white-smoke);
}

.section.premium-classes {
  background-color: var(--pink-2);
  color: var(--white);
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.section.premium-classes.hidden {
  display: block;
}

.section.photo-section {
  color: var(--white);
  text-align: center;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
}

.section.call-section {
  justify-content: flex-start;
  padding-top: 20px;
}

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

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

.section.blog-section {
  text-align: center;
  display: block;
}

.section.footer-insta {
  background-color: var(--white-smoke);
  justify-content: center;
  overflow: hidden;
}

.section.footer-section {
  background-color: var(--light-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.free-w-hero {
  background-color: var(--smoke);
  overflow: hidden;
}

.section.free-w-hero.left-aln {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.section.free-w-hero.left-aln.sdfvbn {
  background-color: #0000;
  padding-top: 100px;
}

.section.free-w-hero.left-aln.dfghjk {
  background-color: #0000;
  padding-top: 60px;
}

.section.about-hero {
  background-color: #0000;
}

.section.about-hero.largee {
  background-color: #0000;
  padding-top: 100px;
}

.section.about-hero.largee.green {
  background-color: var(--light-green);
}

.section.about-s2 {
  text-align: center;
}

.section.about-section-3 {
  justify-content: flex-start;
  padding-bottom: 50px;
}

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

.section.about-section-4 {
  justify-content: flex-start;
}

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

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

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

.section.trst {
  padding-top: 40px;
  padding-bottom: 5%;
}

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

.section.sedrfgthyuj {
  background-color: #0000;
}

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

.container {
  z-index: 2;
  width: 80%;
  max-width: 1500px;
  display: flex;
  position: relative;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  display: flex;
}

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

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

.container.features-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  max-width: 1150px;
  display: none;
}

.container.free-plan-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  max-width: 1500px;
  display: grid;
}

.container.free-plan-container.clients {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 5%;
}

.container.free-plan-container.clients.pnkk {
  background-color: #e100d80d;
  border-radius: 1em;
  padding: 5%;
}

.container.free-plan-container.clients.asdcfvgb.sdfghyui {
  grid-template-columns: 1fr;
}

.container.free-plan-container.clients.heghtjgt {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

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

.container.grid-2.flxx {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: row;
  display: flex;
}

.container.grid-2.flxx._2334 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  margin-top: 5%;
  margin-bottom: 5%;
}

.container.grid-2.flxx._239 {
  flex-direction: row-reverse;
}

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

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

.container.footer-container.non-footer {
  display: flex;
}

.container.payment-logos {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container.video-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  display: grid;
}

.container.blog-container {
  width: 80%;
  margin-top: 40px;
}

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

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

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

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

.container.licence-container {
  margin-bottom: 100px;
}

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

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

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

.jumbo.blue {
  color: var(--blue);
}

.jumbo.max-800 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}

.jumbo.max-800.white {
  color: var(--white);
}

.jumbo.max-800.mrgn {
  margin-bottom: .5em;
}

.jumbo.max-800.sas {
  max-width: none;
}

.jumbo.max-800.zp {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.jumbo.max-800.zp.sdfgh, .jumbo.max-800.cntree {
  text-align: center;
}

.jumbo.pnk-section {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
}

.style-guide-labels {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

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

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

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

.guide-heading {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

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

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

.big-paragraph.max-500 {
  color: #000;
  max-width: none;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.big-paragraph.max-500.centreal {
  text-align: center;
}

.big-paragraph.max-500.dfdfef {
  margin-bottom: 1.5em;
}

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

.big-paragraph.max-600 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

.big-paragraph.max-600.white {
  color: var(--white);
}

.big-paragraph.max-600.smll {
  line-height: 1.6em;
}

.big-paragraph.max-600.trsst {
  margin-bottom: 0;
  font-size: 16px;
}

.big-paragraph.max-600.dfghj {
  margin-bottom: 1.5em;
  font-size: 16px;
}

.big-paragraph.max-600.w3456y7uhygf {
  font-size: 16px;
}

.big-paragraph.lrge {
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

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

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

.column.white-button-column {
  background-color: var(--black);
  padding: 15px;
}

.column.max-600 {
  max-width: none;
}

.column.max-600.sdrfgthyjk {
  flex-direction: column;
  justify-content: center;
}

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

.column.feature-column {
  color: var(--black);
  align-items: center;
}

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

.column.workouts-headline {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.column.description-heading {
  width: auto;
}

.column.description-heading.sdfgy {
  margin-bottom: 1em;
}

.column.description-heading.sdfgy.dfghj {
  margin-bottom: 2em;
}

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

.column.hero-image-column.sdfg {
  justify-content: center;
}

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

.column.hde {
  display: none;
}

.label {
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

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

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

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

.label._30-margin {
  margin-bottom: 30px;
}

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

.label.footer-label {
  color: var(--white);
  margin-bottom: 15px;
}

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

.caps {
  text-transform: uppercase;
}

.nav-link {
  color: var(--dark-sea-green);
  border-bottom-style: none;
  padding: 10px 20px;
  display: block;
}

.nav-link.w--current {
  color: var(--dark-sea-green);
  font-size: 14px;
  font-weight: 700;
}

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

.color-block {
  background-color: var(--blue);
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}

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

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

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

.color-block.pink {
  background-color: var(--lightest-blue);
}

.color-block.white {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
}

.color-block.smoke {
  background-color: var(--smoke);
}

.color-block.gainsboro {
  background-color: var(--gainsboro);
}

.color-block.color-8 {
  background-color: var(--grey);
}

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

.color-block.pinky-final {
  background-color: var(--plum);
}

.color-block.pale-white {
  background-color: var(--white-smoke);
}

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

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

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

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

.illustrations {
  height: 200px;
}

.brand-guidelines-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
}

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

.guidelines-link:hover, .guidelines-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.guidelines-link.last {
  border-right-style: none;
  transition: background-color .2s, color .2s, opacity .2s;
}

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

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

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

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

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

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

.logo-download-wrap.dark {
  background-color: var(--black);
}

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

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

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

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

.button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #263a29;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 150px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

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

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

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

.button.small {
  background-color: var(--dark-sea-green);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.button.small.outline {
  color: #e100d8;
  background-color: #0000;
  border-width: 2px;
  border-color: #e100d8;
}

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

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

.button.small-blue {
  background-color: var(--blue);
  background-position: 15px;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

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

.button.categories-button {
  color: var(--blue);
  background-color: #0000;
  background-image: none;
  min-width: auto;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}

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

.button.categories-button.w--current {
  background-color: var(--green);
  color: var(--white);
}

.button.discount {
  background-color: var(--green);
  height: 40px;
  padding: 5px 10px 5px 30px;
}

.button.dst {
  margin-top: 2em;
}

.button.gapp {
  background-color: var(--dark-sea-green);
  margin-top: 1em;
}

.button.nav-button {
  border-width: 1px;
  border-color: var(--magenta);
  color: var(--magenta);
  background-color: #0000;
  min-width: auto;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
}

.button.trssst {
  margin-top: 2em;
  display: flex;
}

.button.choti {
  padding: 10px 20px;
  font-size: 12px;
}

.button.full {
  border-radius: 0;
  width: 100vw;
  margin-bottom: 5vh;
}

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

.link:hover {
  background-position: 7px;
  border-bottom-color: #20349200;
  padding-left: 20px;
}

.link.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

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

.link.color {
  border-bottom-color: var(--light-blue);
  color: var(--light-blue);
}

.link.color:hover {
  border-bottom-color: #9364f800;
}

.cta-card {
  background-color: var(--green);
  color: var(--blue);
  width: 100%;
  padding: 50px;
}

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

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

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

.max-800 {
  color: var(--black);
  text-align: left;
  max-width: 800px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

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

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

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

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

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

.form-field {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.form-field:focus, .form-field.-wfp-focus {
  border-bottom-color: var(--lightest-blue);
}

.form-field::placeholder {
  color: var(--blue);
}

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

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

.form-block {
  background-color: var(--green);
  color: var(--blue);
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  padding: 50px;
}

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

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

.sucess-message {
  border: 1px solid var(--blue);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
  line-height: 1.6em;
}

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

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

.navbar.nb {
  background-color: #f8fff2;
  height: 10vh;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
}

.brand {
  border-bottom-style: none;
  height: 20px;
  padding-left: 0;
}

.brand.w--current {
  background-color: var(--magenta);
}

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

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

.scribble-text {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Permanent Marker, sans-serif;
  font-weight: 400;
}

.scribble-text.slider-name {
  color: var(--green);
  margin-bottom: -15px;
  position: relative;
}

.scribble-text.compare-at {
  color: var(--grey);
  margin-left: 15px;
  font-size: 12px;
  text-decoration: line-through;
}

.scribble-text.cart-price {
  color: var(--plum);
  margin-bottom: 5px;
  font-size: 16px;
}

.scribble-text.list-text {
  color: var(--green);
  width: 35px;
  margin-right: 15px;
}

.scribble-text.shipping-price {
  color: var(--grey);
  font-size: 12px;
}

.red-hat {
  font-family: Red Hat Display, sans-serif;
}

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

.hero-slider-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-slider-content.xcvg {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.hero-slider-content.xcvg.sxdcfvgbhnjmk {
  grid-template-columns: 1fr 1fr;
}

.hero-slider-image-wrap {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slider-image-wrap.swedrfghj {
  justify-content: flex-start;
}

.hero-slider-image {
  border: 1px solid var(--dark-sea-green);
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 0;
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-left: 2%;
  margin-right: 2%;
}

.hero-slider-image.hs {
  width: 100%;
  margin-top: 0%;
}

.hero-slider-image.hro {
  border-radius: 20px;
  width: auto;
}

.hero-slider-image.sdfgh {
  width: auto;
}

.brand-logo {
  object-fit: contain;
  height: 100%;
  display: block;
}

.hero-nav-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100px;
  margin-bottom: 50px;
  padding-left: 50px;
  display: flex;
  left: 0;
}

.hero-nav-arrow.right-arrow {
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 85px;
  display: none;
  left: 25%;
}

.hero-nav-arrow.left-arrow {
  display: none;
}

.arrow-nav {
  border: 1px solid var(--blue);
  background-color: #08115833;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.arrow-nav:hover {
  padding-left: 10px;
}

.arrow-nav.left-arrow:hover {
  padding-left: 0;
  padding-right: 10px;
}

.slide-nav {
  margin-top: 50px;
  font-size: 8px;
  display: none;
  top: 100%;
}

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

.blue-line.bottom {
  background-color: var(--pink-2);
  top: auto;
  bottom: -35px;
}

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

.page-wrap {
  overflow: hidden;
}

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

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

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

.feature-max {
  z-index: 2;
  max-width: 350px;
  position: relative;
}

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

.feature-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--green), #8ea5a000 71%);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  position: absolute;
}

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

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

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

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

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

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

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

.section-bg-image {
  z-index: 0;
  opacity: 1;
  filter: brightness(55%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section-lines {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0%;
}

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

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

.description-bg {
  background-color: var(--pink-2);
  background-image: url('../images/Shapes.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 60%;
  position: absolute;
  top: 150px;
  right: 0;
}

.description-bg.left {
  top: 50px;
  left: 0;
  right: auto;
}

.description-bg.about-bg {
  height: 70%;
  top: 50px;
}

.newsletter-form {
  background-color: var(--lightest-blue);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 100px;
}

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

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

.max-600 {
  color: var(--black);
  max-width: 600px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.max-600.tmx.sd {
  font-size: 30px;
  font-weight: 600;
}

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

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

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

.blog-content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

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

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

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

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

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

.blog-item-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

.social-wrap {
  color: var(--white);
  flex: none;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.social-wrap:hover {
  color: var(--white);
}

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

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

.footer-contact-link {
  color: var(--white);
  font-family: Sato, sans-serif;
  font-size: 30px;
  line-height: 1.6em;
}

.footer-link {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Sato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.footer-brand {
  border-bottom-style: none;
  height: 30px;
  padding-left: 0;
}

.payment-trustmark-wrap {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-right: 15px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 15px #0000001a;
}

.payment-trustmark-wrap.big-trustmark {
  padding: 0;
}

.payment-trustmark-wrap.powered-by {
  color: var(--black);
  width: auto;
  font-size: 10px;
}

.trustmark-image {
  height: 13px;
  display: block;
}

.trustmark-image.smaller {
  height: 10px;
}

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

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

.price-wrap {
  color: var(--plum);
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}

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

.blog-list-wrapper {
  width: auto;
  margin-top: 0;
}

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

.cart {
  margin-left: 20px;
}

.cart-quantity {
  color: var(--blue);
  background-color: #0000;
  margin-left: 0;
}

.cart-button {
  color: var(--blue);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

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

.cart-quantity-1 {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-1:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-1::placeholder {
  color: var(--blue);
}

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

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

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

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

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

.cart-footer {
  padding: 20px;
}

.error-state {
  background-color: var(--plum);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  margin: 10px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

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

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

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

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

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

.hero-line.shop-line {
  background-color: var(--blue);
  color: var(--white);
}

.hero-line.blog-line {
  background-color: var(--lightest-blue);
  color: var(--blue);
}

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

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

.play-button-wrap {
  border: 1px solid var(--white);
  background-color: #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.play-button {
  height: 30px;
}

.contact-form {
  background-color: var(--lightest-blue);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.contact-link {
  color: var(--blue);
  font-family: Sato, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
}

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

.text-area {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  min-height: 300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.text-area:focus {
  border-bottom-color: var(--lightest-blue);
}

.text-area::placeholder {
  color: var(--blue);
}

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

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

.categories-list {
  display: flex;
}

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

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

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

.checkout-block {
  background-color: var(--white);
  border-style: none;
  border-radius: 10px;
  overflow: hidden;
}

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

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--white-smoke);
  align-items: center;
  padding: 15px 20px;
}

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

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

.shipping-method {
  background-color: var(--smoke);
  border-bottom-style: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

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

.selector {
  background-color: #2034921a;
  border-style: none;
  height: 40px;
}

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

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

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

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

.cart-quantity-2 {
  color: var(--blue);
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.cart-quantity-2:focus {
  border-bottom-color: var(--lightest-blue);
}

.cart-quantity-2::placeholder {
  color: var(--blue);
}

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

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

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

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

.two-buttons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

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

.heading {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3em;
}

.heading.less-gp {
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
}

.heading.less-gp.sdfrgty {
  margin-bottom: 0;
}

.heading-2 {
  color: var(--black);
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-2.pnkk {
  font-size: 40px;
}

.heading-3 {
  color: var(--black);
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.div-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.div-block-2.shft {
  margin-left: 10%;
}

.div-block-2._23456 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  align-self: stretch;
}

.div-block-2.qwedrftgy {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-2.ydhdj {
  display: flex;
}

.client-image {
  border: 1px solid var(--dark-sea-green);
  border-radius: 5px;
}

.pink-text-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.pink-line {
  border: .5px solid var(--dark-sea-green);
  background-color: var(--dark-sea-green);
  color: var(--dark-sea-green);
  width: 100px;
  height: 1px;
}

.pink-line.small {
  width: 50px;
}

.pink-txt {
  color: var(--dark-sea-green);
  margin-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.pink-txt.black {
  color: var(--magenta);
}

.pink-txt.black.small {
  color: var(--dark-sea-green);
  font-size: 14px;
}

.main-div {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  display: flex;
}

.main-div.switch {
  flex-direction: row-reverse;
}

.main-div.popup {
  background-color: #ffd0fd;
  width: 60%;
}

.div-image {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: none;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.div-block-3.flex2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: auto;
  display: grid;
}

.div-block-3.flex2.neww {
  width: 80%;
}

.image {
  border: 1px solid var(--magenta);
  outline-offset: 20px;
  border-radius: 2em 2em 5em;
  outline: 3px #fff;
  flex: 0 auto;
  height: 100%;
  display: none;
}

._2-blocks {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._2-blocks.gridd {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.white-block {
  background-color: var(--white);
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 2em;
  display: flex;
  box-shadow: 1px 1px 11px #00000038;
}

.white-block.dwn {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.white-block.gg {
  border-radius: .25em;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding: 2em 1.5em 1em;
  box-shadow: 1px 1px 4px #00000024;
}

.heading-4 {
  color: #000000e6;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.circle {
  background-color: #0000;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-bottom: .5em;
  display: flex;
}

.circle.nt {
  width: 40px;
}

.ign {
  width: 90%;
  margin-bottom: 20px;
  margin-left: -5%;
  padding-top: 10px;
}

.ign.dftgy, .ign.sdfghjk {
  width: 70%;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.page-wrapper {
  z-index: 0;
  position: relative;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav_button-wrapper {
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.webp'), none;
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.section-footer {
  position: relative;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

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

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.section-hero {
  position: relative;
}

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr;
  align-items: stretch;
  width: 80%;
  max-width: 1500px;
  height: auto;
}

.div-block-4 {
  background-color: var(--magenta);
  width: 3px;
}

.div-block-4.half {
  height: 50%;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5.hide {
  opacity: 0;
  background-color: #fff;
  height: 10em;
}

.pnk {
  background-color: var(--magenta);
  width: 100%;
  height: 4px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-block {
  background-color: #e100d81a;
  border: 2px #e100d8;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
}

.div-block-7 {
  align-items: flex-end;
  display: flex;
}

.user-name-t2 {
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-wrapper {
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.user-picture-t2 {
  border: 1px #000;
  border-radius: 80px 10px 80px 80px;
}

.testimonials-wrapper-t2 {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slider-t2 {
  background-color: #0000;
  align-items: center;
  width: 80%;
  display: none;
}

.text-wrapper-t2 {
  max-width: none;
  margin-left: 0;
}

.slide-wrapper-t2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80%;
  max-width: 1500px;
  margin-top: 5%;
  display: grid;
}

.right-arrow-t2 {
  display: none;
}

.testimonials-t2 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.left-arrow-t2 {
  display: none;
}

.company-name-t2 {
  color: #8d8d8d;
}

.slide-nav-t2 {
  justify-content: center;
  width: 200px;
  font-size: 14px;
  display: none;
  inset: auto 0% 23px 141px;
}

.quote-t2 {
  color: var(--magenta);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.quote-t2.large {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.tst-thumnail {
  border-radius: 50%;
  width: 100px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-2 {
  width: auto;
  max-width: 100%;
  height: auto;
}

.testimonials-wrapper-t3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: none;
  margin: 5% auto;
  display: grid;
}

.testimonials-wrapper-t3.hidden {
  display: none;
}

.testimonials-subwrapper-t3 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 370px;
  height: 100%;
  margin: 0;
  padding: 1em 1em 0;
  display: flex;
  box-shadow: 1px 1px 10px #00000030;
}

.user-wrapper-t3 {
  margin-bottom: 1em;
  display: flex;
}

.user-picture-t3 {
  border-radius: 100px;
  display: none;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.user-name-wrapper-t3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
}

.user-name-t3 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.company-name-t3 {
  color: #888;
  display: none;
}

.quote-t3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
}

.grid-6 {
  display: none;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  width: 90vw;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  flex-direction: column;
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
  display: flex;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.div-block-11 {
  flex-direction: column;
  margin-right: 5%;
  display: flex;
}

.div-block-13 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
}

.text-block-3 {
  margin-left: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-14 {
  flex-direction: row;
  display: flex;
}

.heading-5 {
  color: #434343;
  margin-right: 1em;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.heading-5.lgp {
  font-size: 40px;
  line-height: 1.3em;
}

.div-block-15 {
  flex-direction: row;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 0%;
  display: flex;
}

.text-block-4 {
  margin-left: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

.text-block-4.block {
  color: var(--black);
  margin-left: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.image-3 {
  width: 30px;
  height: 30px;
}

.grid-7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
}

.grid-7.fghjkl {
  grid-column-gap: 0px;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5%;
}

.div-block-16 {
  background-color: #ff00f533;
  border: 1px #000;
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  padding: 1em 1em 2em;
  display: flex;
}

.heading-6 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.div-block-17.gapp {
  width: 80%;
  margin-bottom: 55px;
}

.div-block-18 {
  width: 80%;
}

.text-block-5 {
  color: var(--black);
  font-size: 30px;
}

.form-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  border: 2px solid #b818b1;
  height: 100%;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.submit-button {
  background-color: #e100d8;
  height: 100%;
  margin-left: 0;
}

.div-block-19 {
  width: 80%;
}

.pinned-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 80%;
  height: 40vh;
  margin-top: 50px;
  display: grid;
}

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

.div-block-20 {
  background-color: #0000;
  width: 15%;
  padding: .5em 1em;
}

.div-block-21 {
  background-color: #ff00f538;
  border-radius: 2em;
  justify-content: space-between;
  width: 80%;
  margin-top: 10%;
  padding: 5%;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  border-radius: 50%;
  width: auto;
  max-width: 40%;
  height: auto;
  margin-bottom: 1em;
}

.div-block-23 {
  margin-right: 2em;
}

.heading-7 {
  margin-bottom: 0;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0%;
  display: flex;
}

.image-5 {
  margin-bottom: 2em;
}

.div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30, .div-block-31 {
  display: none;
}

.div-block-32 {
  background-color: #000000d1;
  border-radius: 2em;
  align-items: flex-end;
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-34 {
  background-color: #000000d1;
  border-radius: 1em;
  align-items: flex-end;
  height: 50%;
  margin-bottom: 0%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.heading-8 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-9 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-9.black {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
}

.heading-9.blog {
  color: var(--black);
  margin-bottom: .25em;
  font-weight: 600;
}

.div-block-35 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-10 {
  font-size: 24px;
}

.text-block-6 {
  margin-bottom: 1em;
}

.button-2 {
  color: var(--dark-sea-green);
  background-color: #0000;
  margin-top: 1em;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.button-2.fgyu {
  border: 1px solid var(--pink-2);
  border-radius: 1em;
  margin-bottom: 2em;
  padding-left: 15px;
}

.button-2.fgyu.dfgh:hover {
  text-decoration: underline;
}

.div-block-36 {
  background-color: var(--light-green);
  border: 1px #000;
  margin-right: 0%;
  padding: 0 0 1em;
  box-shadow: 1px 1px 8px 1px #00000059;
}

.div-block-37 {
  width: 80%;
}

.paragraph-2 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pht {
  border: 1px #000;
  border-radius: 50%;
  width: 60%;
  max-width: none;
  margin-bottom: 1em;
}

.slide {
  position: static;
}

.link-txt {
  color: var(--black);
  margin-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

.lnk-block {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39.qwert {
  background-color: #ff00f533;
  width: 80%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.image-6.ertytery {
  max-width: 70%;
}

.slide-2 {
  height: 100%;
}

.slide-2.aswedrfyu {
  width: 60%;
  margin-right: 5%;
}

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

.div-block-40 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  min-height: 100vh;
}

.text-block-7 {
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-size: 18px;
}

.slide-3 {
  height: auto;
}

.div-block-41 {
  z-index: 999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.div-block-42 {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 70%;
  padding: 1em 2em;
  display: flex;
}

.heading-11 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-43 {
  flex-direction: column;
  display: flex;
}

.popup-txt {
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.popup-txt:hover {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.popup-txt.crdd {
  color: var(--black);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.popup-txt.crdd:hover {
  font-size: 16px;
}

.text-span {
  color: var(--black);
  font-weight: 700;
}

.heading-12 {
  color: var(--black);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
}

.div-block-44, .div-block-45 {
  position: absolute;
  top: 0;
  right: 0;
}

.button-3 {
  border: 1px solid var(--dark-sea-green);
  color: var(--dark-sea-green);
  background-color: #0000;
  border-radius: 1em;
  overflow: hidden;
}

.button-3.hiddenn {
  display: none;
}

.image-7 {
  width: 25px;
  max-width: none;
  height: 25px;
}

.btn {
  border: 1px solid var(--magenta);
  color: #000;
  text-align: center;
  background-color: #e100d817;
  border-radius: .25em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1em;
  display: block;
}

.heading-13 {
  color: var(--magenta);
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-13.asdfg {
  margin-right: 5%;
}

.link-block {
  margin-bottom: 1em;
}

.link-2 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.image-8 {
  width: 80vw;
  margin-bottom: 2em;
}

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

.text-center.relative {
  cursor: pointer;
  position: relative;
}

.timeline-month {
  color: var(--black);
  margin-bottom: 7px;
  font-size: 2em;
  font-weight: 700;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.timeline-item.left-item {
  text-align: left;
  background-color: #ff00f533;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-item.left-item.hidden {
  opacity: 0;
}

.timeline-item.left-2 {
  text-align: left;
  align-items: flex-start;
}

.timeline-item.right {
  background-color: #ff00f533;
  justify-content: center;
  align-items: center;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item.left-item {
  text-align: left;
  background-color: #0000;
  align-items: flex-start;
  height: 150px;
}

.timeline-item.right {
  background-color: #0000;
  height: 150px;
}

.timeline-item.left-item {
  text-align: left;
  align-items: flex-start;
}

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 250px;
}

.gif-image.right {
  display: none;
}

.gif-image._2 {
  object-position: 50% 85%;
  height: 270px;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -53% 0% 0%;
}

.new-section {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-6em {
  color: #fff;
  text-transform: none;
  margin: 0;
  font-size: 6em;
  font-weight: 400;
  line-height: .9;
}

.timeline-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.timeline-track {
  border: 1px solid #fff;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.timeline-text {
  color: var(--black);
  max-width: 380px;
  font-size: 1.4em;
}

.container-4 {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-4.flex-verticle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-wrapper {
  background-color: #ff00f533;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 100%;
  max-width: none;
  margin-top: 2em;
  display: flex;
}

.text-link-2 {
  color: #fff;
  margin-top: 29px;
  font-size: 1.2em;
  text-decoration: none;
}

.text-link-2.main {
  opacity: 0;
  position: absolute;
}

.dot {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 75px 0% 0% -7px;
}

.dot._4 {
  top: 38.25%;
}

.dot._1 {
  top: 75px;
}

.dot._5 {
  top: 50.25%;
}

.dot._7 {
  top: 73.5%;
}

.dot._8 {
  top: 85.5%;
}

.dot._3 {
  top: 26.5%;
}

.dot._2 {
  top: 15%;
}

.dot._9 {
  top: 96.75%;
}

.dot._6 {
  top: 62%;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.link-3 {
  color: #ee8d32;
}

.image-10 {
  object-fit: cover;
  width: 100%;
}

.timeline-month-2 {
  color: var(--black);
  margin-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.timeline-text-2 {
  max-width: 380px;
  font-size: 1.4em;
  display: none;
}

.timeline-month-3 {
  margin-bottom: 7px;
  font-size: 2em;
  font-weight: 700;
}

.timeline-content-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 40vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.timeline-text-3 {
  max-width: 380px;
  font-size: 1.4em;
}

.timeline-wrapper-2 {
  background-color: var(--magenta);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 151px;
  display: flex;
}

.dot-2 {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot-2._4 {
  top: 38.25%;
}

.dot-2._5 {
  top: 50.25%;
}

.dot-2._7 {
  top: 73.5%;
}

.dot-2._8 {
  top: 85.5%;
}

.dot-2._3 {
  top: 26.5%;
}

.dot-2._2 {
  top: 15%;
}

.dot-2._9 {
  top: 96.75%;
}

.dot-2._6 {
  top: 62%;
}

.history-item-bullet {
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}

.history-item-bullet.history-item-bullet-right {
  background-color: #fff;
  border: 1px solid #000;
  left: -15px;
  right: auto;
}

.history-item {
  color: #000;
  background-color: #fff;
  padding: 30px;
}

.history-item-wrapper {
  width: 50%;
  padding-right: 100px;
  position: relative;
}

.history-item-wrapper.history-item-wrapper-right {
  align-self: flex-end;
  padding-left: 100px;
  padding-right: 0;
}

.history {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.container-5 {
  background-color: #ff00f533;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}

.seperator {
  background-color: #fff;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.history-item-line {
  z-index: -1;
  background-color: #fff;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.history-item-line.history-item-line-right {
  left: 0;
  right: auto;
}

.testimonials-subwrapper-t3-2 {
  border-radius: 6px;
  max-width: 370px;
  height: 220px;
  margin: 20px;
  padding: 20px;
  box-shadow: 1px 1px 15px 2px #c9c9c9;
}

.user-wrapper-t3-2 {
  margin-bottom: 25px;
  display: flex;
}

.user-picture-t3-2 {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.user-name-wrapper-t3-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 18px;
  display: flex;
}

.user-name-t3-2 {
  font-size: 16px;
  font-weight: 600;
}

.company-name-t3-2 {
  color: #888;
}

.quote-t3-2 {
  color: #464646;
  font-size: 16px;
}

.section-2 {
  background-color: #ff00f533;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.history-2 {
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.container-6 {
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}

.blog-thumbnail {
  object-fit: fill;
  width: 100%;
  max-width: none;
}

.awsedrtyui {
  padding: 2em 2em 0;
}

.ftter-lnk {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.image-11 {
  width: 5%;
}

.ertt {
  color: var(--dark-sea-green);
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.image-12 {
  width: 20%;
  max-width: none;
}

.image-12.gg {
  width: 5%;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.widget {
  position: fixed;
  bottom: auto;
  right: auto;
}

.image-13 {
  max-width: 50%;
  margin-bottom: 2em;
  margin-right: 5%;
}

.contact-text {
  margin-bottom: 1px;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  margin-bottom: 20px;
}

.legal-info {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.footer-newsletter-form {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-section-inner-04 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: -320px;
  padding: 50px;
  display: flex;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.socials-in-footer {
  border-left: 1px #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.paragraph-3 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.footer-03-bottom {
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-top-bar {
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-link-3 {
  opacity: .8;
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link-3:hover {
  opacity: 1;
  color: #3b2ae5;
}

.footer-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.navbar-top-banner-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.brand-link-2 {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link-2.in-footer {
  margin-bottom: 15px;
}

.brand-link-2.in-footer._2 {
  margin-bottom: 0;
}

.nav-wrapper-03 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-in-nav {
  border-right: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link-2 {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link-2.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.big-image-form-04 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-nathan-cowley-2036998.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 450px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.services-wrap-footer {
  margin-top: 0;
}

.socials-in-nav {
  border-left: 1px solid #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.blue {
  color: #3b2ae5;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #3b2ae5;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.footer-section-03 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.email-in-nav {
  border-right: 1px solid #dbdbdb;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field-inform {
  background-color: #fff5ff;
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.platform-icon {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.grid-sec-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-block-04 {
  border: 1px #dbdbdb;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.navbar-top-banner {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-03-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.text-field-01 {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.form-section-04 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.footer-newsletter-block {
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.button-4 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-4:hover {
  opacity: .8;
}

.button-4.nav {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.button-4.nav:hover {
  opacity: .8;
}

.button-4.in-form {
  background-color: var(--magenta);
  text-align: center;
  width: 100%;
}

.contact-icon {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.live-chat-avatar-wrapper---brix {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.live-chat-content-left---brix {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-button---brix {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  width: auto;
  padding: 1em 2em;
  font-size: 12px;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  width: 40px;
  height: 40px;
  margin-bottom: 1em;
  margin-right: 1em;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message-bubble---brix.whatsapp {
  border-radius: 13px;
  width: 70%;
  padding: 1em;
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
  font-size: 14px;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  position: fixed;
  bottom: 0;
  right: 0;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.maps-footer-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.maps-embed {
  width: 100%;
  display: block;
}

.sdf {
  width: 80vw;
}

.credit {
  margin-top: 5%;
}

.text-block-14 {
  text-decoration: underline;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.popup-div {
  background-color: #ffd6fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  position: static;
}

.image-14 {
  max-width: none;
  height: 100%;
}

.div-block-47 {
  height: 100%;
}

.html-embed {
  width: 100%;
}

.popup-section {
  z-index: 99999;
  opacity: 1;
  background-color: #0000001c;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-15 {
  width: 30px;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-48 {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.body-2 {
  background-color: #fcfdfa;
  justify-content: center;
  align-items: center;
  display: block;
}

.diet-image {
  width: 1005px;
}

.image-16 {
  width: 100%;
  margin-bottom: 2em;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.large-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  max-width: 1500px;
  margin-top: 5%;
}

.feature-block {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 10%;
  display: flex;
  box-shadow: 1px 1px 5px #00000024;
}

.icon-div {
  width: 40px;
  height: 40px;
  margin-bottom: .5em;
}

.heading3 {
  color: var(--dark-sea-green);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.main-text {
  opacity: .9;
  color: #363636;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.price-bttn {
  text-align: center;
  background-color: #1e3483;
  background-image: linear-gradient(45deg, #047ad1, #1e3483);
  margin-top: 1em;
  padding: 1em 5em;
  font-weight: 600;
}

.pricing-box {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  max-width: 350px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 24px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 22px 4px #1a25300f, 0 1px 3px #1421290f;
}

.btn-2 {
  text-align: center;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  margin-top: 30px;
  padding: 20px 50px 14px;
  font-size: 16px;
  font-weight: 800;
  transition: background-color .3s;
}

.btn-2:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.plan-checkbox {
  color: #313b53;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.greyed {
  opacity: .4;
  filter: grayscale();
}

.plan-checkbox.greyed.last-checkbox {
  opacity: 0;
}

.plan-text {
  text-align: left;
  margin-left: 9px;
  font-weight: 300;
}

.month-text {
  color: #748196;
  font-size: 20px;
  font-weight: 200;
}

.plan-description {
  color: #56697e;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 300;
}

.plan-price {
  color: #29334e;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2em;
}

.pricing-holder {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.plan-name {
  color: var(--dark-sea-green);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.div-block-49 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1500px;
  display: grid;
  position: relative;
}

.templates-centred {
  text-align: center;
}

.section-body-div {
  align-items: center;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
}

.section-body-div.vertical {
  flex-direction: column;
}

.test-image {
  border-radius: 50%;
  width: 40%;
  margin-bottom: 1em;
}

.holder-testimonials {
  justify-content: space-between;
  margin-top: 25px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.holder-testimonials.fdhtyu {
  margin-bottom: 2em;
}

.position {
  font-size: 14px;
  font-weight: 300;
}

.testimonials {
  background-color: #fafbfc;
  border-top: 1px solid #34426812;
  border-bottom: 1px solid #34426812;
  padding-top: 120px;
  padding-bottom: 120px;
}

.inner-div {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 0 20px #203d5c17, 0 1px 3px #0c11290f;
}

.testimonial-text-div {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 25px 16px 30px 20px;
}

.body-paragraphy {
  font-size: 16px;
  line-height: 24px;
}

.testimonial-div-box {
  text-align: left;
  border-radius: 3px;
  justify-content: flex-start;
  width: 31%;
  margin-top: 40px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.name-position {
  color: var(--dark-sea-green);
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
}

.testimonial-text-2 {
  color: #56697e;
  margin-top: 7px;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-15 {
  color: #11244d;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.heading-15.thinner {
  letter-spacing: .5px;
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
}

.heading-15.thinner.less-space {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.carousel-slider {
  margin-left: 0%;
  margin-right: 0%;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.carousel-mask.ss {
  object-fit: fill;
  width: auto;
  overflow: hidden;
}

.image-17 {
  max-width: 90%;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1500px;
  height: auto;
  margin-top: 10%;
  padding-bottom: 75px;
  display: flex;
  overflow: hidden;
}

.carousel.is_contained.asdfgh {
  width: 100%;
  margin-top: 0%;
  display: flex;
}

.course-div {
  background-color: var(--light-green);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.image-18 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.course-summary {
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 1.5em 1.5em;
  display: flex;
}

.heading-16 {
  color: #282938;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
}

.text-block-15 {
  opacity: .7;
  color: #282938;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
}

.link-block-2 {
  background-color: var(--dark-sea-green);
  color: #efe3ff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 10em;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  color: #efe3ff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-19 {
  width: 1.5em;
  height: 1.4em;
}

.div-block-50 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  display: flex;
}

.price {
  color: var(--dark-sea-green);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.carousel-slider-2 {
  height: 100%;
  margin-left: 0%;
  margin-right: 5%;
}

.slider-3 {
  width: 100%;
}

.sdrftgyhui {
  max-width: 80%;
}

.text-span-2 {
  font-size: 18px;
  font-weight: 400;
}

.link-4 {
  text-decoration: underline;
}

.heading-17 {
  color: var(--dark-sea-green);
}

@media screen and (min-width: 1280px) {
  .section.social-proof {
    padding-bottom: 5%;
  }

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

  .container.free-plan-container.clients {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.free-plan-container.clients.jshrfj {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.xdcfvgbhn {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .jumbo.max-800.zp {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .big-paragraph.max-600 {
    max-width: none;
    font-size: 20px;
  }

  .big-paragraph.max-600.smll.rrt {
    font-size: 16px;
  }

  .big-paragraph.max-600.trsst {
    font-size: 18px;
  }

  .big-paragraph.max-600.trsst.sdfvg {
    margin-bottom: .5em;
  }

  .big-paragraph.max-600.dfghj {
    font-size: 16px;
  }

  .column.hero-image-column {
    margin-top: 5%;
  }

  .column.hero-image-column.sdfg {
    height: 100%;
  }

  .button.trssst {
    display: flex;
  }

  .hero-slider-content.xcvg {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-slider-image-wrap.swedrfghj {
    flex: 0 auto;
    justify-content: flex-start;
    height: 100%;
  }

  .hero-slider-image {
    border-style: none;
    width: 100%;
  }

  .heading {
    line-height: 1.3em;
  }

  .heading.less-gp {
    font-size: 40px;
  }

  .div-block-2 {
    margin-bottom: 15px;
  }

  .div-block-2.shft {
    margin-top: 15px;
  }

  .div-block-2._23456 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
  }

  .user-name-t2 {
    font-size: 20px;
  }

  .quote-t2.large {
    font-size: 30px;
  }

  .tst-thumnail {
    width: 200px;
  }

  .text-block-4.block {
    font-size: 18px;
  }

  .grid-7 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .grid-7.fghjkl {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-35 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .pht {
    border-radius: 505%;
  }

  .div-block-39.qwert {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .popup-txt.crdd, .popup-txt.crdd:hover {
    font-size: 18px;
  }

  .image-9 {
    height: 100%;
  }

  .heading3 {
    font-size: 20px;
  }

  .price-bttn {
    margin-top: 1.5em;
  }

  .carousel-slider {
    margin-left: 5%;
  }

  .carousel-mask.ss {
    width: 50%;
  }

  .image-17 {
    max-width: 100%;
  }

  .heading-16 {
    font-size: 16px;
  }

  .text-block-15, .text-block-16 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .section.call-section {
    justify-content: center;
  }

  .container {
    max-width: 1200px;
  }

  .container.free-plan-container.clients {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 80%;
    max-width: 1200px;
  }

  .container.free-plan-container.clients.heghtjgt, .container.free-plan-container.clients.jshrfj {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.grid-2.flxx {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .jumbo.max-800.zp {
    font-size: 36px;
  }

  .big-paragraph.max-500 {
    max-width: none;
    font-size: 20px;
  }

  .big-paragraph.max-600 {
    font-size: 22px;
  }

  .big-paragraph.max-600.trsst {
    margin-bottom: 1.5em;
  }

  .big-paragraph.max-600.trsst.sdfvg {
    margin-bottom: 1em;
  }

  .big-paragraph.max-600.dfghj, .big-paragraph.max-600.w3456y7uhygf {
    font-size: 18px;
  }

  .column.workouts-headline {
    justify-content: space-between;
  }

  .button.trssst {
    display: block;
  }

  .hero-slider-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    line-height: 1.3em;
  }

  .heading.less-gp {
    font-size: 44px;
  }

  .main-div {
    max-width: 1200px;
  }

  ._2-blocks.gridd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 10%;
  }

  .paragraph {
    font-size: 16px;
  }

  .grid-5 {
    max-width: 1200px;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .heading-5.lgp {
    font-size: 52px;
    line-height: 1.5em;
  }

  .text-block-4.block {
    font-size: 18px;
  }

  .grid-7 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    margin-top: 5%;
  }

  .grid-7.fghjkl {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-6 {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .button-2 {
    text-decoration: underline;
  }

  .pht {
    border-radius: 50%;
    margin-bottom: 5%;
  }

  .div-block-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-40.hidee {
    display: none;
  }

  .slider-2 {
    min-height: 50vh;
  }

  .popup-txt.crdd, .popup-txt.crdd:hover {
    font-size: 20px;
  }

  .maps-footer-div {
    justify-content: center;
  }

  .maps-embed {
    min-width: 100%;
  }

  .heading3 {
    font-family: Lato, sans-serif;
    font-size: 22px;
  }

  .main-text {
    opacity: .9;
    color: #363636;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-49.sdcfvgbhnjk {
    flex-direction: column;
  }

  .course-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .course-summary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-16 {
    font-size: 20px;
  }

  .text-block-15 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .container.free-plan-container.clients {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .big-paragraph.max-500 {
    font-size: 22px;
  }

  .big-paragraph.max-600 {
    font-size: 24px;
  }

  .big-paragraph.max-600.trsst, .big-paragraph.max-600.dfghj, .big-paragraph.max-600.w3456y7uhygf {
    font-size: 20px;
  }

  .heading.less-gp {
    font-size: 48px;
  }

  .div-block-2.shft {
    margin-left: 0%;
  }

  .div-block-3.flex2.neww {
    max-width: 1200px;
  }

  .text-block-4.block {
    font-size: 20px;
  }

  .grid-7 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .grid-7.fghjkl {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-18, .container-3 {
    max-width: 1200px;
  }

  .pht {
    border-radius: 50%;
  }

  .popup-txt.crdd, .popup-txt.crdd:hover {
    font-size: 22px;
  }

  .timeline-item.left-item, .timeline-item.right {
    background-color: #0000;
  }

  .timeline-content-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .timeline-wrapper {
    background-color: #ff00f533;
  }

  .live-chat-message-bubble---brix.whatsapp {
    padding-top: 1em;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

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

  .section.social-proof {
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

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

  .section.footer-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.about-section-3 {
    padding-top: 40px;
  }

  .section.about-section-4 {
    padding-top: 200px;
  }

  .section.trst {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.nav-container {
    position: static;
  }

  .container.free-plan-container.clients {
    flex-direction: column-reverse;
    display: flex;
  }

  .container.free-plan-container.clients.pnkk.image-up, .container.grid-2.flxx, .container.grid-2.flxx._2334, .container.grid-2.flxx._239 {
    flex-direction: column;
  }

  .container.xdcfvgbhn {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .jumbo {
    font-size: 70px;
  }

  .jumbo.max-800.mrgn {
    margin-bottom: .5em;
  }

  .jumbo.max-800.zp {
    margin-bottom: 10px;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .column.workouts-headline {
    width: 100%;
    position: static;
  }

  .column.description-heading {
    width: 90%;
  }

  .nav-link {
    color: var(--blue);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brand {
    z-index: 2;
  }

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

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--blue);
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

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

  .hero-slider-image {
    max-width: 100%;
  }

  .hero-nav-arrow.right-arrow {
    padding-right: 50px;
  }

  .hero-nav-arrow.left-arrow {
    padding-left: 15px;
  }

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

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

  .product-description {
    padding: 20px;
  }

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

  .description-bg {
    top: 100px;
  }

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

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

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

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

  .blog-content {
    padding: 15px;
  }

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

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

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

  .social-icon {
    height: 30px;
  }

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

  .cart {
    z-index: 2;
  }

  .hero-line {
    height: 150px;
  }

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

  .contact-form {
    padding: 30px;
  }

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

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

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

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

  .heading {
    font-size: 40px;
    line-height: 1.4em;
  }

  .heading.less-gp {
    font-size: 40px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .div-block-2.shft {
    height: auto;
    margin-left: 0%;
  }

  .div-block-2.ydhdj.aswedrtyu {
    margin-bottom: 0;
  }

  .main-div {
    flex-direction: column-reverse;
  }

  .div-image, .div-block-3 {
    width: auto;
  }

  .div-block-3.flex2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .div-block-4.half {
    width: 100px;
  }

  .div-block-4.half.hjde {
    width: 3px;
    height: 50%;
  }

  .div-block-5.rgt {
    justify-content: space-between;
  }

  .div-block-6 {
    width: 40%;
  }

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

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper-t2 {
    margin-left: 0;
  }

  .quote-t2.large {
    font-size: 24px;
  }

  .testimonials-wrapper-t3 {
    display: flex;
  }

  .testimonials-subwrapper-t3 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .user-wrapper-t3 {
    justify-content: center;
  }

  .user-name-wrapper-t3 {
    margin-left: 0;
  }

  .quote-t3 {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .div-block-14 {
    flex-direction: column;
  }

  .grid-7.fghjkl {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .div-block-16 {
    width: 90%;
  }

  .heading-6 {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-18 {
    width: 80%;
  }

  .image-4 {
    max-width: 30%;
  }

  .div-block-35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .image-9 {
    width: 100%;
  }

  .text-6em {
    font-size: 4.5em;
  }

  .history-item-bullet {
    top: -115px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-bullet.history-item-bullet-right {
    left: 50%;
  }

  .history-item-wrapper {
    width: auto;
    min-width: 300px;
    margin-left: 17px;
    margin-right: 17px;
    padding-right: 0;
  }

  .history-item-wrapper.history-item-wrapper-right {
    padding-left: 0;
  }

  .history {
    flex-direction: row;
    width: 100%;
    padding-top: 150px;
    overflow: scroll;
  }

  .container-5 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .seperator {
    width: 100%;
    height: 3px;
    top: 50px;
    left: 0%;
    transform: none;
  }

  .history-item-line {
    width: 3px;
    height: 100px;
    top: -100px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-line.history-item-line-right {
    left: 50%;
  }

  .history-2 {
    flex-direction: row;
    width: 100%;
    padding-top: 150px;
    overflow: scroll;
  }

  .container-6 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .form-block-04 {
    margin-top: 20px;
  }

  .navbar-top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-4.nav {
    display: none;
  }

  .large-feature-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 5%;
  }

  .pricing-box {
    width: 90%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .btn-2 {
    padding: 15px 40px;
    font-size: 14px;
  }

  .plan-checkbox.greyed.last-checkbox {
    display: none;
  }

  .pricing-holder {
    flex-wrap: wrap;
  }

  .section-body-div {
    flex-direction: column;
    margin-left: 8%;
    margin-right: 8%;
  }

  .holder-testimonials {
    flex-wrap: wrap;
  }

  .testimonial-text-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-paragraphy {
    font-size: 18px;
    line-height: 23px;
  }

  .testimonial-div-box {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .heading-15.thinner {
    font-size: 32px;
    line-height: 39px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

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

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

  .section.about-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .container.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

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

  .jumbo {
    font-size: 50px;
  }

  .big-paragraph, .big-paragraph.max-500 {
    font-size: 16px;
  }

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

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

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

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

  .form-block {
    padding: 30px;
  }

  .scribble-text.slider-name {
    margin-bottom: -7px;
  }

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

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

  .hero-nav-arrow.right-arrow {
    margin-top: 300px;
    margin-bottom: auto;
    margin-right: 0;
    padding-right: 15px;
    left: auto;
  }

  .hero-nav-arrow.left-arrow {
    margin-top: 300px;
  }

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

  .description-image-wrap {
    height: 350px;
  }

  .description-bg {
    width: 95vw;
    height: 40%;
    top: auto;
    bottom: 0;
  }

  .description-bg.left {
    top: auto;
  }

  .description-bg.about-bg {
    height: 40%;
    top: auto;
  }

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

  .insta-section-line {
    flex-flow: wrap;
  }

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

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

  .footer-contact-link {
    font-size: 20px;
  }

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

  .footer-brand {
    height: 20px;
  }

  .cart {
    margin-left: 10px;
  }

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

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

  .contact-link {
    font-size: 20px;
  }

  .heading {
    font-size: 35px;
  }

  .heading-2.pnkk {
    font-size: 40px;
  }

  .image {
    margin-top: 5em;
  }

  ._2-blocks {
    flex-direction: column;
    justify-content: space-between;
  }

  .white-block {
    width: auto;
  }

  .white-block.dwn {
    margin-top: 4em;
  }

  .button-inverted {
    padding: 14px 24px;
  }

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

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

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

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

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

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .user-name-t2 {
    text-align: center;
  }

  .testimonials-wrapper, .user-picture-t2 {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-1-t2 {
    margin-bottom: 55px;
  }

  .slider-t2 {
    height: auto;
  }

  .text-wrapper-t2 {
    flex-direction: column;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-wrapper-t2 {
    flex-direction: column;
  }

  .testimonials-t2 {
    padding: 40px 10px;
  }

  .company-name-t2 {
    text-align: center;
  }

  .slide-nav-t2 {
    font-size: 20px;
    inset: auto 0% 0%;
  }

  .quote-t2 {
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-wrapper-t3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .div-block-24 {
    width: auto;
  }

  .heading-9.black {
    font-size: 20px;
  }

  .div-block-35 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .timeline-item {
    height: 270px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .timeline-content-wrapper, .timeline-content-wrapper-2 {
    width: 45%;
    font-size: 12px;
  }

  .footer-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-link-2.in-footer {
    padding-left: 0;
  }

  .navbar-top-banner {
    display: none;
  }

  .footer-03-div {
    grid-template-columns: 2fr;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .feature-block {
    padding: 24px;
  }

  .pricing-box {
    width: 90%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .btn-2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pricing-holder {
    margin-top: 59px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .section-body-div {
    margin-left: 6%;
    margin-right: 6%;
  }

  .holder-testimonials {
    margin-left: 5%;
    margin-right: 5%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .carousel-mask {
    width: 60%;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  ul {
    padding-left: 25px;
  }

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

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

  .section.social-proof {
    background-color: var(--light-green);
    padding-top: 60px;
  }

  .section.features {
    padding-top: 40px;
  }

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

  .section.blog-section {
    display: none;
  }

  .section.footer-section {
    background-color: var(--light-green);
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.free-w-hero.left-aln.sdfvbn {
    padding-bottom: 10%;
  }

  .section.free-w-hero.left-aln.dfghjk {
    padding-bottom: 60px;
  }

  .section.free-w-hero.left-aln.dfghjk.wedrtyu {
    padding-top: 100px;
  }

  .section.about-hero {
    justify-content: center;
    width: auto;
  }

  .section.about-hero.largee {
    padding-top: 100px;
  }

  .section.about-hero.largee.green {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.about-section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.team {
    padding-bottom: 40px;
  }

  .container {
    width: 90%;
  }

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

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

  .container.free-plan-container.clients.pnkk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 0;
    width: 90%;
  }

  .container.free-plan-container.clients.pnkk.image-up {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.free-plan-container.clients.pnkk.image-up.dfghuji {
    width: 90%;
    margin-top: 15%;
  }

  .container.free-plan-container.clients.sdfgt, .container.free-plan-container.clients.asdcfvgb.sdfghyui, .container.free-plan-container.clients.heghtjgt.sdfgh, .container.free-plan-container.clients.jshrfj.gfh {
    flex-direction: column;
  }

  .container.grid-2.flxx {
    flex-direction: column;
    width: 80%;
  }

  .container.grid-2.flxx._2334 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #e100d817;
    border-radius: 1em;
    flex-direction: column;
    width: 90%;
    padding: 2em 1em 1em;
  }

  .container.grid-2.flxx._239 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #e100d812;
    border-radius: 1em;
    width: 90%;
    padding: 2em 1em 1em;
  }

  .container.footer-container {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .container.blog-container {
    margin-top: 0;
  }

  .container.blog-container.ertyu {
    width: 90%;
  }

  .container.xdcfvgbhn {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .jumbo {
    font-size: 45px;
  }

  .jumbo.max-800 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .jumbo.max-800.sas {
    font-size: 24px;
  }

  .jumbo.max-800.zp {
    font-size: 26px;
  }

  .jumbo.pnk-section {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .big-paragraph {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .big-paragraph.max-500 {
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
  }

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

  .big-paragraph.max-600.smll.rrt {
    font-size: 16px;
  }

  .big-paragraph.max-600.trsst {
    margin-bottom: 1em;
    line-height: 1.8em;
  }

  .big-paragraph.max-600.dfghj {
    line-height: 1.8em;
  }

  .big-paragraph.lrge {
    font-size: 14px;
  }

  .column.description-heading {
    align-items: center;
    width: auto;
  }

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

  .nav-link {
    color: var(--dark-sea-green);
    font-size: 20px;
  }

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

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

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

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

  .button {
    background-color: var(--dark-sea-green);
    min-width: auto;
    padding: 1em 2em;
    font-size: 14px;
  }

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

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

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

  .button.dst {
    min-width: 150px;
    margin-top: 1em;
    padding: 10px 20px;
    font-size: 14px;
  }

  .button.dst.gap {
    margin-top: 2em;
  }

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

  .button.trssst {
    margin-top: 1em;
    display: block;
  }

  .cta-card {
    padding: 30px;
  }

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

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

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

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

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

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

  .form-block {
    padding: 20px;
  }

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

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

  .navbar {
    background-color: var(--magenta);
  }

  .navbar.nb {
    background-color: #fff;
  }

  .brand.w--current {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--light-green);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100vw;
  }

  .menu-button.w--open {
    background-color: var(--dark-sea-green);
  }

  .hero-slider-content.xcvg {
    flex-direction: column-reverse;
  }

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

  .hero-slider-image {
    object-fit: cover;
    border-radius: 10px;
    width: 80vw;
    max-width: none;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .hero-slider-image.hro {
    flex: 1;
    width: 100%;
  }

  .hero-slider-image.sdfgh {
    width: 100%;
  }

  .hero-nav-arrow.right-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
  }

  .hero-nav-arrow.left-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
    margin-bottom: 0;
  }

  .arrow-nav {
    width: 50px;
    height: 50px;
  }

  .feature-image-mask {
    width: 150px;
    height: 150px;
  }

  .feature-max {
    max-width: 250px;
  }

  .newsletter-form {
    padding: 30px;
  }

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

  .max-600 {
    margin-bottom: 10px;
  }

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

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

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

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

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

  .footer-brand {
    margin-bottom: 0;
  }

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

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

  .contact-form {
    padding: 30px;
  }

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

  .text-area {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .sticky-form {
    width: 100%;
  }

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

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

  .two-buttons {
    grid-template-columns: 1fr;
  }

  .shipping-container {
    overflow: hidden;
  }

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

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

  .heading.less-gp {
    font-size: 30px;
    line-height: 1.3em;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-2.pnkk {
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
  }

  .div-block {
    margin-top: 0%;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .div-block-2._23456 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-2.qwedrftgy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pink-text-div {
    margin-bottom: .25em;
  }

  .pink-line {
    width: 50px;
  }

  .pink-txt {
    font-size: 14px;
  }

  .main-div {
    flex-direction: column;
  }

  .div-image {
    display: none;
  }

  .div-block-3 {
    width: auto;
  }

  ._2-blocks {
    flex-direction: column;
  }

  ._2-blocks.gridd {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .white-block {
    width: auto;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 2em;
  }

  .white-block.dwn {
    margin-top: 2em;
  }

  .white-block.gg {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .heading-4 {
    font-weight: 600;
  }

  .paragraph {
    font-weight: 400;
  }

  .circle {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

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

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon, .grid-5 {
    display: none;
  }

  .user-name-t2 {
    margin-top: 10px;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .user-picture-t2 {
    width: 200px;
  }

  .slide-wrapper-t2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .testimonials-t2 {
    width: 100%;
  }

  .quote-t2.large {
    color: #b300abcc;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .tst-thumnail {
    width: 100px;
  }

  .div-block-8 {
    display: none;
  }

  .image-2 {
    width: 100%;
    display: inline;
  }

  .testimonials-wrapper-t3 {
    display: flex;
  }

  .testimonials-subwrapper-t3 {
    height: auto;
    padding-bottom: 1rem;
  }

  .user-wrapper-t3 {
    align-items: flex-start;
  }

  .quote-t3 {
    color: var(--black);
    font-weight: 400;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-9 {
    color: var(--black);
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .text-block-2 {
    background-color: #e100d833;
    border: 1px #000;
    border-radius: 1em;
    padding: 1em;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .pnke {
    background-color: var(--magenta);
    width: 2px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-11 {
    margin-top: 0%;
  }

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

  .div-block-13 {
    margin-bottom: 1em;
  }

  .div-block-14 {
    flex-direction: column;
    width: auto;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .heading-5.lgp {
    color: var(--black);
    margin-bottom: 10px;
    margin-right: 0;
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .div-block-15 {
    margin-left: 0%;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .text-block-4.block {
    text-align: left;
    padding-right: 1em;
    font-size: 15px;
  }

  .image-3 {
    width: 40px;
    height: 30px;
    display: none;
  }

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

  .grid-7.fghjkl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .heading-6 {
    color: var(--black);
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
  }

  .div-block-17 {
    width: 80%;
    display: block;
  }

  .div-block-17.gapp {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .div-block-18 {
    width: 80%;
  }

  .pinned-div {
    grid-template-columns: 1fr;
  }

  .container-3 {
    align-items: flex-start;
  }

  .div-block-20 {
    background-color: #0000;
    width: auto;
  }

  .div-block-21 {
    flex-direction: column;
    display: none;
  }

  .div-block-24 {
    flex-direction: column;
    width: auto;
  }

  .div-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .div-block-33, .div-block-34 {
    display: none;
  }

  .heading-8 {
    font-size: 20px;
  }

  .heading-9.black {
    font-size: 16px;
  }

  .heading-9.blog {
    font-size: 20px;
  }

  .div-block-35 {
    grid-template-rows: auto auto auto auto;
  }

  .button-2 {
    padding-left: 0;
  }

  .div-block-36 {
    border-radius: 0;
  }

  .pht {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
  }

  .div-block-38 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .div-block-39 {
    margin-top: 10%;
  }

  .image-6 {
    max-width: 60%;
  }

  .slider-2 {
    min-height: auto;
    padding-bottom: 0;
  }

  .text-block-7 {
    text-align: left;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    text-align: center;
  }

  .div-block-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .popup-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .popup-txt:hover {
    font-size: 12px;
  }

  .heading-12 {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
  }

  .button-3 {
    display: none;
  }

  .btn {
    width: 60%;
  }

  .heading-13 {
    font-size: 30px;
  }

  .heading-13.asdfg {
    color: #b300abcc;
    margin-top: 20px;
  }

  .link-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .timeline-month {
    font-size: 1.7em;
  }

  .timeline-item {
    height: 220px;
  }

  .gif-image {
    height: 80%;
  }

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

  .text-6em {
    font-size: 3.7em;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
  }

  .timeline-track {
    width: 7px;
  }

  .timeline-text {
    font-size: 1.2em;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .text-link-2 {
    margin-top: 29px;
    margin-left: 20px;
  }

  .timeline-month-2 {
    font-size: 1.7em;
  }

  .timeline-text-2 {
    font-size: 1.2em;
  }

  .timeline-month-3 {
    font-size: 1.7em;
  }

  .timeline-content-wrapper-2 {
    grid-row-gap: 24vh;
  }

  .timeline-text-3 {
    font-size: 1.2em;
  }

  .timeline-wrapper-2 {
    width: 93%;
  }

  .testimonials-subwrapper-t3-2 {
    height: auto;
  }

  .user-wrapper-t3-2 {
    align-items: flex-start;
  }

  .awsedrtyui {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .image-12 {
    width: 15%;
  }

  .image-12.gg {
    width: 10%;
  }

  .div-block-46 {
    flex-direction: column;
  }

  .image-13 {
    max-width: 60%;
  }

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

  .form-section-inner-04 {
    width: 90%;
    padding: 20px;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .footer-03-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-method-wrap {
    flex-direction: column;
  }

  .contact-method-wrap.in-form-04 {
    align-items: flex-start;
    width: 100%;
  }

  .brand-link-2 {
    padding-left: 0;
  }

  .platform-icon {
    min-width: 22px;
    min-height: 22px;
  }

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

  .contact-method {
    margin-bottom: 10px;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-button---brix.whatsapp {
    font-size: 12px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-message-bubble---brix.whatsapp {
    padding-bottom: .5em;
  }

  .live-chat-bubble-title---brix.whatsapp {
    font-size: 12px;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .maps-footer-div {
    display: flex;
  }

  .maps-embed {
    width: 90vw;
    overflow: hidden;
  }

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

  .large-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .pricing-box {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .btn-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-49 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-body-div {
    margin-left: 8%;
    margin-right: 8%;
  }

  .holder-testimonials {
    margin-top: 0;
  }

  .inner-div {
    flex-direction: column;
  }

  .testimonial-text-div {
    width: 100%;
  }

  .body-paragraphy {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5em;
  }

  .testimonial-div-box {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-15.thinner {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .arrow-right {
    display: block;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-mask {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .cvghhjk {
    width: auto;
    font-size: 8px;
    display: block;
  }

  .arrow-left {
    display: block;
  }

  .carousel.is_contained.asdfgh {
    flex-direction: row;
    flex: 1;
    order: 0;
    align-self: stretch;
    align-items: stretch;
  }

  .course-summary {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .link-block-2 {
    width: 100%;
  }

  .div-block-50 {
    flex-direction: column;
  }

  .price {
    margin-top: 1em;
  }

  .carousel-slider-2 {
    margin-left: 0%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-3 {
    width: auto;
    font-size: 6px;
    display: block;
  }
}

#w-node-f2bd7fdc-a738-1450-b4f9-1b53880bc1f6-421fee4b {
  place-self: center;
}

#w-node-_41385036-9c8d-f4c6-c048-7309a6f9ddea-421fee4b, #w-node-_50a93214-1eb2-5fec-dc88-34682094b0e5-421fee4b, #w-node-_50a93214-1eb2-5fec-dc88-34682094b0e6-421fee4b, #w-node-ec979da9-6f15-e383-bfa0-058814d33970-421fee4b, #w-node-_50a93214-1eb2-5fec-dc88-34682094b0e7-421fee4b, #w-node-_86871806-d541-6f60-c986-274e120fd42d-421fee4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#carousel.w-node-f88daea5-0f69-89a5-47d1-688b956a8c16-421fee4b {
  align-self: stretch;
}

#w-node-ae792aff-853c-2594-7113-5b780a1aa9a8-2c54b452 {
  place-self: center;
}

#w-node-ae792aff-853c-2594-7113-5b780a1aa9a9-2c54b452 {
  align-self: stretch;
}

#w-node-_00ee5790-7c45-9613-a43b-7fc60828f875-2c54b452 {
  justify-self: auto;
}

#w-node-d2ad1020-9d3e-1b87-2963-72967f319c99-3a1fee53 {
  place-self: center;
}

#w-node-e815a838-aa83-2296-66d4-3b3a31cdcd67-3a1fee53, #w-node-b771214d-329b-2265-e344-9d6343a11ced-3a1fee53, #w-node-ae05e6b3-119f-f133-b16b-bb6d53b28f93-3a1fee53, #w-node-_6867fe46-4d0b-5abb-80a9-3b5e98928fcd-3a1fee53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef00b716-206f-bb19-648d-052afa21261d-fa212606 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad7cd10b-54e4-9901-ddfb-577386584269-511fee5f, #w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdc4-f61fee62 {
  place-self: center start;
}

#w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdd3-f61fee62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_49560afd-8e03-a254-d6cb-d71c46b1fada-c31fee64 {
  place-self: center start;
}

#w-node-_47c38c83-357c-c939-27c5-0fba8102f039-c31fee64, #w-node-_47c38c83-357c-c939-27c5-0fba8102f03a-c31fee64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9982cdf5-46c0-870c-427b-e5df14cc55dc-b41fee66 {
  place-self: center;
}

#w-node-e815a838-aa83-2296-66d4-3b3a31cdcd67-b41fee66, #w-node-b771214d-329b-2265-e344-9d6343a11ced-b41fee66, #w-node-ae05e6b3-119f-f133-b16b-bb6d53b28f93-b41fee66, #w-node-_6867fe46-4d0b-5abb-80a9-3b5e98928fcd-b41fee66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4ea21fa-14bb-1fad-fdfa-cb061b82600e-ff5517a0 {
  place-self: center;
}

#w-node-c4afbd8f-6d57-68e1-e136-14c3f289a785-b31fee73, #w-node-c30e790f-5350-ebc1-ef55-9d63aaabe6bb-b31fee73, #w-node-_6b4b1133-ed06-edaf-39f3-d248dca27598-b31fee73, #w-node-d9398ea3-6517-c232-2266-ca68f089e096-b31fee73, #w-node-_95c4563d-7fa6-c60c-508b-b7e7aa9a9749-b31fee73, #w-node-_7a6b88ac-5bed-b0c6-36c5-01c2b13f8efd-b31fee73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a94111be-4518-0195-8561-cd64f46f2dcf-b31fee73, #w-node-c5a38ae9-7159-4788-baa4-0b53fcead7fe-b31fee73, #w-node-b3721b4e-17ed-ea24-3514-60d02a7c757b-b31fee73, #w-node-_8e403645-3d22-b8bb-1e31-a96970bc5c80-b31fee73, #w-node-_3957a434-62bc-e60b-ff4a-3adf28e5bd22-b31fee73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22536c60-a083-e38f-f93d-2209b906c5fa-b31fee73 {
  place-self: center;
}

#w-node-_55b6e3f5-796d-4813-5785-b863d46bf0cf-b31fee73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4ed2ceed-0c93-6230-19b5-df523ffcf7a4-b31fee73 {
  place-self: center;
}

#w-node-dc1e38b4-611b-5fd7-813d-a307e6e02159-b31fee73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_660e5f1c-e5bf-3333-a270-5f8c13a7deff-421fee4b, #w-node-dbf5e8b2-fc5e-5faf-f591-1c75e210d2a2-bf1fee52, #w-node-_2ba76837-5b57-62df-94d4-9f25fa48af74-bf1fee52, #w-node-a0b5b4fe-45ff-fe3c-9a35-8b0b439ae791-ff5517a0, #w-node-_81aacad5-4b60-6918-32c4-e1a2c91f44eb-ff5517a0, #w-node-_8b929308-a575-b20a-c039-6fbe4b479570-ff5517a0 {
    align-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-d2ad1020-9d3e-1b87-2963-72967f319c99-3a1fee53, #w-node-f4ea21fa-14bb-1fad-fdfa-cb061b82600e-ff5517a0 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad7cd10b-54e4-9901-ddfb-577386584273-511fee5f {
    order: -9999;
  }

  #w-node-b904d0c6-89dd-4436-190e-a4c6cdc8fdd3-f61fee62 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2454-b31fee73, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2463-b31fee73, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2472-b31fee73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef00b716-206f-bb19-648d-052afa21260d-fa212606, #w-node-ef00b716-206f-bb19-648d-052afa212611-fa212606, #w-node-ef00b716-206f-bb19-648d-052afa212615-fa212606, #w-node-ef00b716-206f-bb19-648d-052afa212619-fa212606 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a7d5772-7f47-7fed-e944-7964f45e6597-f45e658c, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2454-b31fee73, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2463-b31fee73, #w-node-_4ca22160-4b79-6f22-bb7d-9180a48c2472-b31fee73 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sato';
  src: url('../fonts/Sato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}