:root {
  --dark-grey: #a5a5a5;
  --dark-gray: #1b1b1b;
  --alice-blue: #ecf0f7;
  --dim-grey: #464646;
  --cn-blue: #5c95ff;
  --cn-orange: #ff9700;
  --crimson: #ff0062;
  --blue: #6411ff;
  --blue-2: #4700e0;
  --white: rgba(255, 255, 255, 0.75);
  --green-yellow: #c4f85c;
  --white-smoke: #e9e8e8;
  --deep-sky-blue: #4fc2f9;
  --pale-violet-red: #f36d97;
  --powder-blue: rgba(183, 235, 244, 0.2);
  --thistle: rgba(253, 212, 252, 0.2);
  --yellow: #f4d97e;
  --cn-yellow: #f9d86e;
  --bisque: rgba(253, 226, 188, 0.2);
  --beige: rgba(225, 235, 203, 0.2);
}

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

.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;
  -ms-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;
  -ms-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-embed-youtubevideo {
  width: 100%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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: 0.33em;
}

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

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: rgba(255, 255, 255, 0.85);
  background-color: #000;
  font-family: Inter, sans-serif;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  color: #fff;
  font-family: Hauora, Verdana, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 10px;
  font-family: Hauora, Verdana, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: #fff;
  font-family: Hauora, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.5;
}

a {
  color: var(--dark-grey);
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

li {
  padding-top: 6px;
  padding-bottom: 6px;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2)
    rgba(255, 255, 255, 0.2) var(--dark-gray);
  color: var(--dark-gray);
  background-color: rgba(255, 255, 255, 0.06);
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

figcaption {
  color: rgba(148, 148, 148, 0.85);
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.section {
  position: relative;
  top: 0;
}

.section.titles {
  min-height: auto;
  border: 1px #000;
  padding-top: 12vh;
  padding-bottom: 0;
}

.section.bg-dark-gray {
  background-color: #272727;
}

.section.overflow {
  width: 100%;
  overflow: hidden;
}

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

.section.desktop-top-padding-header {
  padding-top: 150px;
}

.section.bg-light-gray {
  background-color: #e7e7e7;
}

.section.inner-padding-bottom {
  padding-bottom: 10rem;
}

.section.inner-padding-bottom.less-padding-mobile {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.section._2 {
  background-color: #f5f5f5;
  margin-top: 200px;
  padding-top: 67px;
  padding-bottom: 67px;
}

.gallery-grid-wrapper {
  min-height: 50vh;
  min-width: 100%;
  align-items: center;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

.nav-li {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 2px #e0e0e0;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  max-width: 1380px;
  flex: 1;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.padding-bottom-medium {
  display: none;
}

.container.inner-padding-medium {
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 9em;
}

.container.desktop-padding {
  padding-bottom: 2em;
}

.container.titles {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: flex;
}

.container.margin-bottom-medium {
  margin-bottom: 0;
}

.container.header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.container.merch {
  padding-top: 12.5vh;
}

.container.title {
  padding-top: 15vh;
}

.container.footer {
  padding-top: 35px;
}

.container.padding-top-medium {
  padding-top: 6em;
}

.container.cta {
  margin-top: 90px;
}

.container.top {
  padding-top: 0;
}

.container.bottom {
  margin-top: 120px;
  margin-bottom: 90px;
}

.container._2 {
  margin-top: -120px;
  margin-bottom: -90px;
}

.container.backers {
  margin-top: 90px;
}

.main-grid {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.main-grid.margin-bottom-small {
  align-content: stretch;
  align-items: start;
  justify-items: start;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
}

.main-grid.no-gap.inner-padding-small {
  margin-top: 60px;
}

.main-grid.inner-padding-small {
  grid-column-gap: 45px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.hero-images {
  max-width: 1980px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.grid-wrapper {
  min-height: auto;
  position: relative;
}

.grid-wrapper.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-wrapper.top-padding {
  padding-top: 4vh;
}

.grid-wrapper.inner-padding-small {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-wrapper.product-banner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.grid-wrapper.sticky-faq {
  padding-top: 45px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.margin-bottom-medium {
  margin-bottom: 12em;
}

.inner-padding-xsmall {
  margin-bottom: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.inner-padding-medium {
  padding-top: 12em;
  padding-bottom: 12em;
}

.hero-grid-header {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: 10vh auto auto 10vh auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-grid-header.align-top {
  grid-template-rows: 10vh 10vh auto auto auto auto;
}

.title-tag {
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.grid-rail {
  width: auto;
  min-height: auto;
  min-width: 60vw;
  grid-column-gap: 1vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.hero-rail {
  align-items: flex-end;
  display: flex;
}

.hero-rail.gap {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -831px;
}

.hero-rail.about-page {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  top: 0;
}

.logos-wrapper {
  width: auto;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.image-logo {
  width: auto;
  max-height: 60px;
  max-width: none;
  min-height: 30px;
  object-fit: contain;
  flex: 1;
}

.image-logo.large {
  max-height: 60px;
  max-width: 120px;
}

.image-logo.xlarge {
  max-height: 90px;
  max-width: 220px;
}

.image-logo.slip {
  min-height: auto;
  filter: contrast(0%) brightness(200%) invert();
  display: block;
}

.image-logo.rh {
  max-height: 45px;
}

.grid-gallery {
  width: 100%;
  max-width: 1980px;
  min-height: 60vh;
  min-width: 120vw;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-right: 36px;
}

.frame-image-hero {
  min-height: auto;
  background-color: #f44;
  position: relative;
  overflow: hidden;
}

.frame-image-hero._01,
.frame-image-hero._02 {
  background-color: rgba(0, 0, 0, 0);
}

.frame-image-hero._03 {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.frame-image-hero._04 {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
}

.frame-image-hero._05 {
  z-index: 4;
  background-color: #fff;
}

.frame-image-hero.rounded {
  background-color: #fff;
}

.small-legal-text {
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 14px;
}

.small-legal-text.sms {
  text-align: center;
  padding-left: 20rem;
  padding-right: 20rem;
}

.small-legal-text.sms.confirmation {
  display: none;
}

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

.wrapper-heading.inner-padding-medium {
  margin-top: 180px;
  padding-top: 6em;
  padding-bottom: 3em;
}

.wrapper-heading.align-left {
  width: 100%;
  align-items: flex-start;
}

.paragraph {
  color: #383838;
  margin-bottom: 60px;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.7;
}

.hero-images-wrapper {
  min-height: auto;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 15vh;
  display: flex;
  overflow: hidden;
}

.divider-overlap {
  z-index: 2;
  width: 100%;
  height: 35%;
  max-height: 450px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider-overlap.bg-dark-gray {
  background-color: #272727;
}

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

.heading-wrapper-center.inner-padding-small {
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0;
  padding-bottom: 2em;
}

.inner-full-width-grid {
  max-width: 2250px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.inner-full-width-grid.inner-padding-medium {
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

.half-container {
  width: 100%;
  max-width: 690px;
  min-height: 400px;
  color: #fff;
  padding-left: 30px;
  padding-right: 5vw;
}

.half-container.reverse {
  min-height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-frame {
  width: 100%;
  max-width: 380px;
  background-color: var(--dim-grey);
  perspective: 2000px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-frame.frame-padding-small {
  padding: 2vh 2vw;
}

.image-frame.frame-padding-small._3d {
  overflow: visible;
}

.image-frame.move {
  width: 25vw;
  max-width: 480px;
  bottom: -20px;
  left: -45px;
  overflow: visible;
}

.image-frame.up {
  top: -8vh;
}

.image-frame.down {
  bottom: -7vh;
}

.image-tiles-hero {
  width: 100%;
  height: 100%;
  max-height: 38vh;
  object-fit: cover;
  position: relative;
}

.image-tiles-hero._3d-flip {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.wrappernav {
  z-index: 20;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrappernav.transparent {
  height: 6rem;
  background-color: rgba(0, 0, 0, 0);
}

.wrappernav.transparent.yestheroy {
  height: 4rem;
}

.navgrid {
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.navgrid.other {
  min-height: 5vh;
}

.form {
  grid-row-gap: 1rem;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form.margin-top {
  margin-top: 2rem;
}

.form.margin-top.align-center {
  grid-row-gap: 1rem;
  align-items: center;
}

.form.margin-top.align-center.craetor-week {
  margin-top: 0;
}

.form.yestheory {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
}

.form.is-mid {
  align-items: center;
}

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

.heading-xlarge {
  color: #000;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge.white {
  color: #fff;
  text-align: center;
  font-size: 66px;
}

.heading-xlarge._16-ch {
  max-width: 16ch;
  color: #000;
  font-family: Inter, sans-serif;
}

.heading-xlarge._16-ch.inner-padding-xsmall {
  font-size: 4.2em;
}

.heading-xlarge.inter {
  font-family: Inter, sans-serif;
}

.heading-xlarge.black {
  font-size: 66px;
}

.hero-overlayer {
  z-index: 1;
  background-image: linear-gradient(#000 5%, rgba(37, 37, 37, 0) 20%),
    linear-gradient(to right, #000, rgba(255, 255, 255, 0) 67%);
  position: relative;
}

.navbar {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.transparent {
  height: 6rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(233, 232, 232, 0.23);
  border-bottom: 1px solid rgba(233, 232, 232, 0.16);
}

.navbar.transparent.other {
  height: 4rem;
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
}

.button:hover {
  background-color: #5311ce;
}

.button.outline {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(179, 179, 179, 0.3);
}

.button.outline:hover {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(179, 179, 179, 0.8);
}

.button.color-red {
  background-color: var(--cn-blue);
  white-space: nowrap;
  border-radius: 0.2rem;
}

.button.color-red:hover {
  background-color: var(--cn-orange);
}

.button.color-red.topnav:hover {
  background-color: var(--blue);
  color: #fff;
}

.button.color-red.home2-1 {
  border-radius: 10px;
  margin-right: 6.375rem;
  padding: 12px 24px;
  position: absolute;
  right: 0%;
}

.button.topnav {
  box-shadow: none;
  background-color: rgba(41, 41, 41, 0.2);
  padding: 15px 20px;
}

.button.topnav:hover {
  color: var(--white);
}

.button.topnav.color-red {
  background-color: var(--crimson);
  box-shadow: none;
}

.button.learn-more {
  color: rgba(255, 255, 255, 0.7);
}

.button.bg-white {
  color: #000;
  background-color: #fff;
}

.button.bg-white:hover {
  background-color: #d6d6d6;
}

.grid-buttons {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.grid-buttons.inner-padding-micro {
  padding-top: 2em;
  padding-bottom: 2em;
}

.grid-buttons.social {
  margin-top: 2rem;
  padding-bottom: 30px;
}

.p-small-size {
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.6;
}

.p-small-size.text-white-opacity {
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  padding-top: 10px;
}

.p-small-size.min-h {
  min-height: 6em;
}

.wrapper-blurb {
  color: #747474;
  text-align: left;
}

.wrapper-blurb.margin-bottom-small {
  color: #8d8d8d;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  transition: color 0.2s;
  display: none;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--dark-grey);
}

.image-brand {
  max-height: 42px;
}

.image-iphone {
  width: 30vw;
  object-fit: cover;
}

.padding-bottom-medium {
  padding-bottom: 12vh;
}

.padding-bottom-small {
  padding-bottom: 3vh;
}

.link-icons {
  width: 60px;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-icons.center {
  width: 60px;
  height: 60px;
  justify-content: center;
}

.link-icons.center.yes-theory {
  background-color: #fff;
  border-radius: 10px;
}

.tabs-menu {
  justify-content: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
}

.tabs-menu.plan {
  padding-top: 0;
}

.list-flex {
  color: rgba(255, 255, 255, 0.54);
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  display: flex;
}

.list-flex.off {
  color: rgba(145, 145, 145, 0.54);
  text-decoration: line-through;
}

.icon-check {
  width: 30px;
  height: auto;
  max-width: none;
  margin-top: 10px;
}

.icon-check.x {
  height: 13px;
  opacity: 0.75;
}

.image-tab-wrapper {
  max-height: 65vh;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-column {
  width: 100%;
  grid-column-gap: 70px;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-menu-vertical {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 35px;
  display: flex;
}

.tab-list {
  color: #fff;
  text-align: left;
  background-color: #222;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 20px;
  font-size: 14px;
  line-height: 1.4;
}

.tab-list.w--current {
  background-color: var(--blue);
}

.dropdown-toggle {
  color: #fff;
  padding-left: 12px;
  padding-right: 32px;
  font-size: 16px;
  display: none;
}

.mockup {
  z-index: 2;
  width: 60rem;
  height: auto;
  max-height: 715px;
  max-width: 1200px;
  box-shadow: none;
  background-color: #4e4e4e;
  border: 10px solid #000;
  border-radius: 10px;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-nav-menu {
  box-shadow: inset 0 -1px 0 0 var(--dark-gray);
  justify-content: flex-start;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.button-tab {
  background-color: var(--dark-gray);
  color: #838383;
  text-align: center;
  border-radius: 4px 4px 0 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 25px;
  font-size: 16px;
}

.button-tab.w--current {
  background-color: var(--blue);
  box-shadow: inset 0 -4px 0 0 var(--blue);
  color: #fff;
}

.button-tab.rounded {
  border-radius: 4px;
}

.gray-wrapper {
  width: 100%;
  color: rgba(255, 255, 255, 0.85);
  background-color: #f9f9f9;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.gray-wrapper.auto {
  height: auto;
}

.gray-wrapper.no-padding {
  padding: 0;
}

.gray-wrapper.flex-vertical-mid {
  justify-content: center;
}

.gray-wrapper.inner-quote {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  justify-content: center;
  margin-left: 45px;
}

.gray-wrapper.selected-plan {
  background-color: var(--blue);
}

.gray-wrapper.inner-form {
  align-items: center;
}

.gray-wrapper.float-bottom {
  margin-bottom: -90px;
  padding-top: 4.5rem;
  padding-bottom: 0;
  overflow: hidden;
}

.gray-wrapper.features-icons {
  background-color: #f9f9f9;
}

.gray-wrapper.featured-plan-outline {
  border: 1px solid var(--blue);
}

.gray-wrapper.inner-form-medium {
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
}

.gray-wrapper._2 {
  background-color: rgba(255, 255, 255, 0.6);
  border-style: none;
  border-radius: 5px;
  margin-bottom: 0;
}

.gray-wrapper.coming-cohort {
  padding: 0.5rem 0.75rem;
}

.icon-wrap {
  width: auto;
  height: 55px;
  flex: none;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.icon-wrap.margin-bottom-xsmall {
  width: auto;
}

.stats {
  color: #fff;
  font-family: Hauora, Verdana, sans-serif;
  font-size: 4em;
  font-weight: 600;
}

.stats.small-size {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.2;
}

.text-field {
  width: 50%;
  height: 65px;
  min-width: 16em;
  border: 2px solid #000;
  border-radius: 10px;
  flex: 1;
  margin-bottom: 0;
  padding: 18px 16px;
  font-size: 16px;
  box-shadow: inset 1px 1px #fff;
}

.text-field.dark {
  box-shadow: none;
  color: #000;
  background-color: #302f2f;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  margin-right: 30px;
}

.text-field.creator-week {
  width: 40%;
}

.text-field.yestheory {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-field.home2-1 {
  width: 85%;
}

.icon-social {
  max-height: 60px;
}

.icon-social.profile {
  max-height: 20px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding-right: 10px;
}

.inner-footer-nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-footer {
  color: rgba(255, 255, 255, 0.54);
  font-size: 16px;
  text-decoration: none;
}

.link-footer:hover {
  color: #fff;
}

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

.heading-wrapper.align-left {
  text-align: left;
}

.heading-wrapper.inner-padding-small.align-center {
  align-items: center;
}

.inner-grid-hero {
  height: 100%;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.image-profile-wrapper {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.image-profile-wrapper.large {
  width: 220px;
  height: 220px;
}

.image-profile-wrapper.large.margin-bottom-xsmall {
  border-radius: 300px;
}

.stats-wrapper {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wrapper-text-opacity {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.image-profile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.paragraph-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-wrapper.margin-bottom-small {
  align-items: flex-start;
}

.paragraph-wrapper.inner-padding-micro,
.paragraph-wrapper.align-center {
  align-items: center;
}

.paragraph-wrapper.align-center.half {
  max-width: 50%;
  padding-bottom: 35px;
}

.ratings {
  align-items: center;
  display: flex;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.ratings-stars.large {
  max-height: 24px;
}

.plan-column {
  min-height: auto;
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 2em 2vw 3em;
  display: flex;
  position: relative;
}

.plan-column.recommended {
  width: 100%;
  background-color: #fff;
  padding-top: 3em;
  padding-bottom: 5em;
}

.plan-column.recommended._1 {
  padding-top: 2em;
}

.plan-column.recommended.new {
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 8px 8px #000;
}

.form-wrapper.left {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.form-wrapper.left.yestheory {
  width: auto;
  margin-bottom: 0;
}

.icon-content {
  max-height: 45px;
  max-width: 55px;
  margin-bottom: -20px;
}

.icon-content._3 {
  max-width: 60px;
}

.big-heading-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.big-heading-wrapper.margin-bottom.margin-large.flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.xlarge-scroll-heading {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -3px;
  text-transform: none;
  white-space: nowrap;
  margin-left: 30px;
  font-family: Hauora, Verdana, sans-serif;
  font-size: 18vh;
  font-weight: 700;
}

.xlarge-scroll-heading.wrap-mobile {
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 30px;
  margin-left: 60px;
  font-size: 16vh;
}

.top-padding {
  padding-top: 10vh;
}

.quote-icon {
  margin-bottom: 4%;
}

.image-grid-wrapper {
  min-height: 45vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-grid-wrapper.logo-wrapper {
  z-index: 3;
  max-height: none;
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.image-grid-wrapper.rounded {
  height: 100%;
}

.image-grid-wrapper.hero {
  height: 70vh;
  min-height: auto;
}

.logo-footer {
  max-height: 60px;
  margin-bottom: 25px;
}

.grid-overlap {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.overlap-divider {
  height: 100%;
  background-color: #e6e6e6;
}

.overlap-divider.black {
  height: 100%;
  min-height: 400px;
  color: #000;
  background-color: #000;
}

.overlap-divider.bg-dark-gray {
  background-color: #272727;
}

.overlap-divider.bg-dark-gray.medium {
  height: 35%;
}

.device-wrapper {
  z-index: 6;
  width: 100%;
  max-width: 1050px;
  min-height: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.device-wrapper.side-padding {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.half-section {
  width: 100%;
  height: 100%;
  min-height: auto;
  border-top-left-radius: 5px;
  align-items: center;
  padding-left: 0;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.half-section.reverse {
  padding-left: 5vw;
  padding-right: 0;
}

.inner-half-section {
  width: 100%;
  height: 75vh;
  max-width: 990px;
  box-shadow: none;
  border: 8px solid #000;
  border-left-style: none;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

.inner-half-section.reverse {
  border-left-style: solid;
  border-right-style: none;
  border-radius: 15px 0 0 25px;
}

.inner-half-section.reverse.device {
  border-style: solid;
  border-width: 0;
}

.inner-half-section.device {
  height: auto;
}

.inner-content-column {
  min-height: 550px;
  background-color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  overflow: hidden;
}

.inner-content-column.rounded {
  background-color: var(--dark-gray);
}

.inner-content-column.vertical-center {
  justify-content: center;
  padding: 1.5em 3.5em 2em;
}

.image-product-mobile {
  max-height: 85vh;
}

.content-divider-wrapper {
  width: 100%;
  max-width: none;
  min-height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
  position: relative;
}

.full-image.high-column {
  height: 40vh;
}

.full-image.device {
  height: auto;
}

.full-image.large-device {
  height: auto;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.full-image.inner-img-wrapper {
  margin-bottom: 25px;
}

.full-image.cta {
  max-width: 70%;
}

.full-image.contain {
  object-fit: contain;
}

.logo-grid-ticker {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  display: grid;
}

.logo-wrap-ticker {
  min-width: 200px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.flex-scrolling {
  display: flex;
  overflow: hidden;
}

.flex-scrolling.padding-bottom-medium {
  margin-top: 10vh;
  display: flex;
  position: relative;
}

.flex-scrolling.padding-bottom-medium.no-on-tab {
  grid-column-gap: 80px;
}

.grid-logo-wall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
}

.main-paragraph {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.6em;
  display: block;
}

.main-paragraph.text-white-opacity {
  color: rgba(255, 255, 255, 0.6);
}

.main-paragraph.text-white-opacity.black {
  color: rgba(0, 0, 0, 0.75);
  margin-top: 10px;
  font-size: 1.8em;
}

.main-paragraph.bold {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.95em;
  font-weight: 500;
}

.main-paragraph.margin-bottom-xsmall {
  font-size: 1.35rem;
}

.main-paragraph.split {
  column-count: 2;
  column-gap: 5em;
}

.main-paragraph.size-large {
  width: 30rem;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 1.8em;
  font-weight: 500;
}

.main-paragraph.margin-bottom-small {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 45px;
}

.main-paragraph.margin-bottom-small._2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.45em;
}

.main-paragraph.compare-pricing {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
}

.main-paragraph.white {
  color: rgba(255, 255, 255, 0.75);
  font-size: 2em;
}

.main-paragraph.black {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.8em;
  font-weight: 500;
}

.main-paragraph.black._2 {
  margin-top: 10px;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.main-paragraph.smaller {
  font-size: 1.35em;
  font-weight: 500;
}

.main-paragraph.margin-bottom.margin-medium {
  margin-bottom: 2rem;
  padding-top: 0;
  font-family: Milligram, Verdana, sans-serif;
}

.main-paragraph.margin-top.margin-medium {
  margin-top: 2rem;
}

.main-paragraph.color-white {
  color: #fff;
}

.main-paragraph.color-white.margin-bottom {
  margin-bottom: 2rem;
}

.main-paragraph.color-white.margin-bottom.center {
  text-align: center;
}

.main-paragraph.airrack {
  font-weight: 800;
}

.main-paragraph.airrack.align-center.creator-week-date {
  font-weight: 700;
}

.main-paragraph.align-center.creator-week {
  padding-left: 19rem;
  padding-right: 19rem;
  font-size: 1.3em;
}

.main-paragraph.align-center.creator-week-sh {
  font-weight: 700;
}

.main-paragraph.right.outer {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
  font-size: 1.375em;
  font-weight: 100;
}

.button-play {
  width: 140px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #313131;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  display: flex;
  overflow: hidden;
}

.button-play:hover {
  background-color: rgba(255, 0, 98, 0.9);
}

.media-videos {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.media-videos.absolute {
  position: absolute;
}

.icon-play {
  max-height: 22px;
  margin-left: 5px;
}

.circle-check {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.54);
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.circle-check.off {
  opacity: 0.35;
}

.list-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.list-wrapper.new_center {
  align-items: center;
}

.price {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2;
}

.span-small {
  color: var(--dark-grey);
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.price-wrapper {
  min-height: auto;
}

.faq-wrapper {
  border-bottom: 1px solid #424242;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-wrapper.last {
  border-bottom-style: none;
}

.faq-link {
  width: 100%;
  height: auto;
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.plus-icon {
  height: 16px;
}

.faq-container {
  width: auto;
  height: auto;
  color: #747474;
  overflow: hidden;
}

.faq-container.yestheory {
  width: auto;
  height: auto;
  overflow: hidden;
}

.rail-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.hero-cta-wrapper {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.rail-wrapper-reverse {
  flex: none;
  align-items: center;
  display: flex;
}

.wrapper-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-half {
  width: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inner-half.reverse {
  width: 100%;
  align-items: flex-end;
  padding-right: 0;
}

.content-wrap {
  max-width: 480px;
  min-height: auto;
}

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

.icon {
  opacity: 0.35;
  margin-right: 12px;
  font-size: 12px;
}

.wrapper-dark-bg {
  color: #fff;
  background-color: #1b1b1b;
}

.link-wrapper {
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  padding-right: 0;
}

.link-wrapper.text-white {
  color: rgba(255, 255, 255, 0.85);
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.icon-arrow.opacity {
  opacity: 0.5;
}

.text-gray {
  color: #5a5a5a;
}

.full-form {
  width: 100%;
  color: rgba(255, 255, 255, 0.85);
}

.full-form.sms {
  margin-bottom: 0;
}

.full-form.yestheory {
  width: auto;
  margin-bottom: 0;
  display: none;
}

.full-form.success {
  background-color: rgba(0, 0, 0, 0);
}

.image-gallery-hero {
  width: 100%;
  height: 100%;
  max-height: 50vh;
  object-fit: cover;
  padding: 13px 27px;
  position: relative;
}

.image-gallery-hero.move {
  height: auto;
  max-height: none;
  padding: 0;
}

.image-gallery-hero._3d {
  width: 100%;
  height: auto;
  max-height: none;
  flex: none;
  padding: 0;
}

.wrapper-user-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-image-overflow {
  width: 25vw;
  max-height: 38vh;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-image-overflow.no-frame {
  overflow: visible;
}

.lightbox-link {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 5px;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
}

.lightbox-link:hover {
  background-color: rgba(128, 128, 128, 0.35);
}

.icon-play-button {
  height: 12px;
  opacity: 0.7;
  margin-right: 12px;
}

.wrap-container {
  z-index: 7;
  width: 100%;
  max-width: 1380px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.inner-padding-micro {
  padding-top: 1em;
  padding-bottom: 1em;
}

.scribble {
  background-image: url("../images/Path-3.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.wrapper-outline {
  border: 1px solid #494949;
  overflow: hidden;
}

.small-paragraph-wrapper {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -55px;
  display: flex;
}

.small-paragraph-wrapper.new-home {
  text-align: center;
  align-items: center;
}

.icon-wrapper {
  width: auto;
  min-height: auto;
  flex: none;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 15px 10px 0;
}

.margin-bottom-xsmall {
  margin-bottom: 35px;
}

.grid-stats {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-content: stretch;
}

.grid-stats.gap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 1;
}

.text-small {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
}

.value {
  color: #fff;
  font-size: 4.5em;
  font-weight: 500;
}

.value.small {
  font-size: 3em;
}

.logo-quote-wrapper {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background-color: var(--crimson);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-quote-wrapper.rounded {
  min-height: 380px;
  background-color: #000;
}

.hero-grid {
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.grid-hero {
  height: 100vh;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.heading-medium {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 3em;
  line-height: 1.25;
}

.heading-medium.margin-bottom-xsmall.white {
  color: #000;
}

.heading-medium.text-white {
  margin-top: 180px;
}

.heading-medium.text-white.no-padding {
  color: #000;
  margin-top: 0;
}

.heading-medium.white {
  color: #fff;
}

.heading-medium.center {
  text-align: center;
  margin-bottom: 45px;
  font-size: 3.8em;
}

.heading-medium.black {
  text-align: center;
}

.heading-large {
  color: #000;
  margin-top: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-large.text-black {
  color: #000;
}

.heading-large.merch {
  font-family: Inter, sans-serif;
}

.heading-large.merch.text-black {
  letter-spacing: -0.03em;
  font-size: 5em;
  font-weight: 700;
}

.heading-large.small-mobile {
  color: #000;
}

.heading-regular {
  color: #fff;
  margin-top: 10px;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.8em;
}

.heading-regular.text-white {
  color: rgba(0, 0, 0, 0.95);
  font-weight: 600;
}

.heading-regular.text-white.outer {
  font-family: Made Outer Sans Light Personal Use, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.heading-regular.text-light-gray {
  color: var(--dark-grey);
  font-weight: 400;
}

.heading-regular.margin-bottom-xsmall {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.9rem;
}

.heading-regular.text-light {
  color: #000;
  margin-top: 10px;
  font-weight: 600;
}

.heading-regular.text-light._2 {
  font-size: 2em;
}

.heading-regular.text-light._2.max-width {
  width: 100%;
  max-width: 55rem;
  text-align: center;
}

.heading-regular.text-light._2.max-width.new_center {
  text-align: center;
}

.heading-regular.text-light-gray {
  font-family: Hauora, Verdana, sans-serif;
  font-weight: 400;
}

.heading-regular.margin-bottom-small,
.heading-regular.text-black {
  color: #000;
}

.heading-regular.max-300px {
  max-width: 400px;
  text-align: left;
}

.heading-regular.black {
  color: #000;
}

.heading-small {
  color: #000;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-small.text-light {
  font-weight: 400;
}

.heading-small.text-cyan {
  color: #6086d3;
}

.flex-name {
  font-size: 16px;
}

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

.bg-blue.rounded {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  overflow: hidden;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

.inner-hero-images {
  min-height: 100vh;
  padding-top: 15vh;
}

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

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

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

.text-white-opacity {
  color: rgba(255, 255, 255, 0.54);
}

.color-blue {
  background-color: #4700e0;
}

.hero-track {
  max-height: none;
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.paragraph-large {
  color: #fff;
  font-size: 2.8em;
}

.paragraph-large.spacing {
  margin-bottom: 0;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.wrapper-call-to-action {
  width: 100%;
  min-height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.wrapper-call-to-action.inner-cta-padding-small {
  padding-bottom: 45px;
}

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

.wrap-summary {
  max-width: 60em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap-summary.header {
  text-align: left;
}

.wrap-summary.inner-padding-small {
  padding-top: 2em;
}

.hero-ticker-images {
  min-height: auto;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: flex;
  overflow: hidden;
}

._20-ch {
  max-width: 20ch;
}

.p-xsmall {
  font-size: 14px;
}

.inner-overlap {
  background-color: var(--dark-gray);
}

.inner-overlap.rounded {
  min-height: 98%;
  min-width: 98.5%;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}

.dropdown-list {
  min-width: 150px;
  background-color: #2e2b2b;
  border-radius: 6px;
}

.dropdown-list.w--open {
  background-color: #242424;
}

.dropdown-link {
  color: rgba(223, 223, 223, 0.85);
}

.dropdown-link:hover {
  color: #dfdfdf;
  background-color: rgba(0, 0, 0, 0.35);
}

.dropdown-link.w--current {
  color: rgba(255, 255, 255, 0.5);
}

.padding-top-large {
  padding-top: 12em;
}

.text-orange {
  color: #f5841b;
}

.text-orange.spacing {
  padding-left: 7px;
  padding-right: 7px;
}

.text-cyan {
  color: #c9d5ec;
}

.bg-dark-gray {
  background-color: #1f1f1f;
}

.grid-list-stats {
  grid-template-rows: auto;
}

.inner-stats-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-column-features {
  height: 100%;
  min-height: auto;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.flex-column-features.device-wrapper {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.wrapper-full-image {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.wrapper-full-image.rounded {
  height: auto;
}

.wrapper-full-image.blog-post {
  height: 60vh;
}

.wrapper-full-image.full-height {
  height: 125vh;
}

.wrapper-full-image.device {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-full-image.banner {
  height: 50vh;
}

.wrapper-full-image.banner.margin-bottom-small {
  min-height: 550px;
}

.wrapper-full-image.large-size {
  height: auto;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrapper-full-image.media.rounded {
  height: 75vh;
  flex-direction: column;
  display: flex;
}

.wrapper-legal-page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.product-link-wrapper {
  width: 100%;
  height: 75vh;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid #000;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.product-image-wrapper {
  height: 40vh;
  min-height: 40vh;
  border-radius: 12px;
  flex: 1;
  overflow: hidden;
}

.product-image-wrapper.rounded {
  position: relative;
}

.product-image-wrapper.merch {
  height: 45vh;
  min-height: auto;
}

.product-image-wrapper.home {
  height: 55vh;
  min-height: auto;
}

.wrap-product-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar-product {
  position: -webkit-sticky;
  position: sticky;
  top: 14vh;
}

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

.view-more {
  width: 9em;
  height: 9em;
  background-color: var(--crimson);
  text-transform: capitalize;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrapper-image-product.rounded {
  margin-bottom: 45px;
}

.wrapper-image-product.banner {
  height: 100%;
  min-height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-button {
  min-height: 55px;
  background-color: rgba(27, 27, 27, 0.2);
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
}

.wrapper-features {
  min-height: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-vertical {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.text-light {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.inner-grid-cms {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  text-decoration: none;
  display: grid;
}

.inner-grid-cms.vertical {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}

.inner-grid-cms.vertical.short-gap {
  grid-row-gap: 16px;
}

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

.wrapper-image-blog {
  overflow: hidden;
}

.wrapper-image-blog.team-members {
  height: 45vh;
}

.wrapper-image-blog.list {
  height: 30vh;
  max-height: 220px;
}

.wrapper-image-blog.row {
  height: 25vh;
}

.paragraph-wrapper-center {
  width: 60%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-wrapper-center.inner-padding-small.full-width {
  margin-top: 0;
  margin-bottom: 0;
}

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

.tag-features {
  color: rgba(255, 255, 255, 0.56);
  background-color: rgba(46, 46, 46, 0.7);
  border-radius: 6px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 13px 20px;
  font-weight: 500;
}

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.stats-number.large {
  color: #fff;
  font-size: 45px;
}

.inner-grid-column {
  padding-right: 2.5em;
}

.form-container {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.label-form {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.contain-form {
  width: 100%;
  min-height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding: 5em 2.5em;
  display: flex;
  overflow: hidden;
}

.inner-input.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-input.password {
  margin-bottom: 10px;
}

.button-cart {
  z-index: 10;
}

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

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

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

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

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.icon-cart {
  margin-right: 0;
}

.cart-quantity {
  background-color: var(--crimson);
  color: #fff;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-header {
  color: rgba(0, 0, 0, 0.85);
}

.default-state-nav {
  color: var(--dim-grey);
}

.image-cart {
  border-radius: 4px;
}

.field-label {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 400;
}

.option-button {
  background-color: var(--dark-gray);
  color: #7a7a7a;
  border-radius: 4px;
  font-size: 12px;
}

.option-button.w--ecommerce-pill-selected {
  border-color: var(--crimson);
  background-color: var(--dark-gray);
}

.cart-wrapper {
  z-index: 200;
}

.underline {
  width: 100%;
  height: 1px;
  color: #000;
  background-color: #fff;
  background-image: url("../images/Rectangle-73_2.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.half-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: auto;
  border-top-left-radius: 5px;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-padding-small {
  margin-bottom: 0;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.full-hero-image {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 80vh;
  object-fit: cover;
}

.full-hero-image.device {
  height: auto;
  min-height: auto;
}

.wrapper-quote {
  background-color: var(--dark-gray);
  padding-left: 30px;
  padding-right: 30px;
}

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

.logo-quote {
  width: 100%;
  height: 100%;
  max-height: 40px;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-quote.large {
  max-height: none;
}

.text-gray-light {
  color: var(--dark-grey);
  font-family: Hauora, Verdana, sans-serif;
  font-weight: 400;
}

.collection-item-banner {
  width: 100%;
  height: auto;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  display: grid;
  overflow: hidden;
}

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

.ticker-wrapper {
  width: 100%;
  min-height: 300px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker-wrapper.shop {
  min-height: auto;
}

.inner-ticker {
  z-index: 12;
  max-width: 2500px;
  min-height: 35vh;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.inner-ticker.shop {
  min-height: auto;
  justify-content: flex-start;
}

.flex-rail {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.inner-text-scrolling {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: flex-start;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.flex-ticker {
  background-color: var(--green-yellow);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.flex-ticker.inner-padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.social-icons-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.link-social {
  min-height: 100px;
  box-shadow: inset 1px 1px 0 0 var(--dim-grey), 1px 1px 0 0 var(--dim-grey);
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  transition: padding-bottom 0.2s, background-color 0.2s;
  display: flex;
}

.link-social:hover {
  background-color: var(--crimson);
  box-shadow: inset 1px 1px 0 0 var(--dim-grey), 1px 1px 0 0 var(--dim-grey);
  padding-bottom: 10px;
}

.blog-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.overflow-wrapper {
  max-width: 100%;
  color: #000;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.wrapper-sticky {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrapper-sticky.blog {
  top: 50px;
}

.inner-track {
  width: 100%;
  min-height: auto;
  justify-content: center;
  align-items: flex-end;
  margin-top: -240px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.label {
  color: rgba(41, 40, 40, 0.85);
  font-weight: 400;
}

.label.text-bold {
  font-weight: 600;
}

.text-black-opacity {
  color: rgba(58, 58, 58, 0.7);
}

.checkout-form {
  background-color: var(--alice-blue);
}

.wrapper-header {
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-logo-back {
  height: 20px;
  margin-bottom: 3px;
  margin-right: 15px;
}

.wrapper-link-back {
  color: var(--dim-grey);
  border-bottom: 1px solid #b8b8b8;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-decoration: none;
  display: flex;
}

.wrapper-link-back:hover {
  color: var(--blue);
}

.paypal-checkout-form,
.order-confirmation {
  background-color: rgba(0, 0, 0, 0);
}

.remove-link {
  color: var(--dim-grey);
  text-decoration: underline;
}

.wrap-form-checkout {
  color: rgba(0, 0, 0, 0.85);
  border-radius: 12px;
  overflow: hidden;
}

.main-richtext h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-richtext p {
  margin-bottom: 35px;
}

.main-richtext blockquote {
  border-style: solid;
  border-color: #763ae6;
  margin-top: 30px;
  margin-bottom: 40px;
}

.wrapper-container {
  width: 100%;
}

.footer-inner {
  display: flex;
}

.divider-heading {
  border-top: 1px solid #a7a7a7;
  flex-direction: column;
  justify-content: center;
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.inner-grid-plan {
  width: 90%;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  align-content: start;
}

.span-divider {
  width: 25px;
  height: 25px;
}

.flex-form-field {
  display: flex;
}

.empty-state {
  color: rgba(0, 0, 0, 0.85);
}

.error-state {
  color: var(--crimson);
}

.link-banner {
  color: #fff;
  text-decoration: none;
}

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

.tag-sale {
  background-color: var(--blue-2);
  color: #9cecec;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
}

.tag-sale.plan {
  color: var(--dark-gray);
  background-image: url("../images/Group-14.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.buttons-nav-wrapper {
  display: inline-block;
}

.image-product {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  position: static;
}

.content-grid {
  width: 100%;
  height: 10%;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  justify-items: center;
}

.content-grid.gap-short {
  grid-row-gap: 2em;
}

.image-features {
  width: 100%;
  max-width: 85%;
}

.image-features.max-width {
  max-height: 550px;
  max-width: 55%;
  object-fit: contain;
  position: static;
}

.button-plan-wrapper {
  width: 100%;
  flex-direction: column;
  padding-top: 35px;
  display: flex;
}

.button-plan-wrapper.inline-link {
  align-items: flex-start;
  display: flex;
}

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

.loader {
  z-index: 90;
  width: 100%;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

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

.progress-bar-wrapper {
  width: 350px;
  height: 6px;
  background-color: #2e2e2e;
  border-radius: 20px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background-color: #fff;
}

.images-features-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licenses-image-wrapper {
  height: 180px;
  min-height: auto;
  overflow: hidden;
}

.screenshot {
  max-width: 100%;
  object-fit: cover;
}

.home-frame {
  height: auto;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.heading-style-guide {
  align-items: center;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.styleguide-color-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.color-swatch {
  height: 120px;
  background-color: #363636;
  margin-bottom: 25px;
}

.color-swatch.bg-red {
  background-color: var(--crimson);
}

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

.color-swatch.bg-dark-gray {
  background-color: var(--dark-gray);
}

.color-swatch.bg-mid-gray {
  background-color: var(--dim-grey);
}

.color-swatch.bg-light-grey {
  background-color: var(--dark-grey);
}

.color-swatch.bg-smoke-grey {
  background-color: var(--white-smoke);
}

.color-swatch.bg-blue-secondary {
  background-color: #4700e0;
}

.styleguide-elements {
  height: auto;
  margin-bottom: 10px;
}

.styleguide-elements.flex {
  display: flex;
}

.label-styleguide {
  color: #a5a5a5;
}

.grid-style-guide {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.grid-style-guide.inner-padding-xsmall {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 2fr;
  align-content: start;
  align-items: start;
}

.line {
  height: 1px;
  background-color: #5a5a5a;
  flex: 1;
  margin-left: 10px;
}

.row-changelog {
  width: 100%;
  border: 1px solid #414141;
  padding: 20px 25px;
}

.grid-column {
  height: 100%;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
  align-content: start;
}

.grid-column.short-gap {
  grid-row-gap: 16px;
}

.home-link-grid {
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 25px 25px;
  text-decoration: none;
  transition: background-color 0.35s;
  display: flex;
}

.home-link-grid:hover {
  background-color: #d2d5d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.home-small-text {
  color: rgba(63, 63, 63, 0.85);
  font-size: 13px;
  font-weight: 600;
}

.sing-up-link {
  background-color: #302f2f;
  border-radius: 7px;
  align-self: flex-start;
  padding: 18px 22px;
  text-decoration: none;
  display: flex;
}

.hero-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-posts {
  width: 100%;
  height: 1px;
  background-color: #424242;
  margin-bottom: 5em;
}

.textarea-message {
  min-height: 280px;
  background-color: #302f2f;
  border: 1px solid #302f2f;
  border-radius: 4px;
  padding-top: 12px;
  padding-left: 16px;
  font-size: 16px;
}

.inner-ticker-wrapper {
  width: 120vw;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -8%;
  right: auto;
  overflow: hidden;
  transform: rotate(-14deg);
}

.success {
  background-color: var(--cn-blue);
  color: #313d17;
  border-radius: 12px;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

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

.image-locker {
  height: 55px;
}

.more-images {
  width: 100%;
  margin-bottom: 45px;
}

.out-stock {
  color: rgba(182, 182, 182, 0.85);
  background-color: #575757;
  border-radius: 4px;
}

.quantity-field {
  background-color: var(--dim-grey);
  border-color: #464646;
}

.inner-icon {
  max-height: 42px;
}

.dropdown-grid {
  grid-column-gap: 5px;
  grid-template-rows: auto;
}

.inner-image-cta {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.logo-loader {
  height: 50px;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step {
  min-width: 120px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.white-line {
  width: 5px;
  height: 100%;
  background-color: var(--dark-gray);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.black-line {
  width: 2px;
  height: 72px;
  background-color: #0a0a0a;
  position: absolute;
  left: 19px;
  right: 20px;
}

.step-3-info-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #000;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-3-info-wrapper.new {
  background-color: #fff;
  box-shadow: 7px 7px #000;
}

.step-1-info-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #000;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-1-info-wrapper.new {
  background-color: #fff;
  box-shadow: 7px 7px #000;
}

.step-1-info-wrapper.new.yestheory {
  padding: 1.5rem 2rem;
}

.process-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template:
    "."
    "Area"
    / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.process-wrapper.home,
.process-wrapper.fix {
  grid-template-columns: 1fr;
}

.timeline-wrapper {
  width: 40px;
  height: 95%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.timeline-wrapper.yestheory {
  left: 3%;
}

.grey-line {
  width: 5px;
  height: 80%;
  background-color: var(--alice-blue);
  position: relative;
  top: auto;
}

.grey-line.yestheory {
  height: 90%;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-div.max-720w.margin-xl {
  margin-bottom: 40px;
}

.center-div.max-width {
  width: 100%;
  max-width: 50rem;
}

.center-div.fixed {
  height: 100px;
  justify-content: flex-start;
}

.center-div.margin-negative {
  margin-top: -110px;
}

.center-div.margin-negative.max-width-custom {
  max-width: 60rem;
}

.step-2-info-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #000;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-2-info-wrapper.new {
  background-color: #fff;
  box-shadow: 7px 7px #000;
}

.paragraph-m {
  letter-spacing: -0.4px;
  font-size: 20px;
}

.paragraph-m.text-white.margin-m {
  display: none;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-2.black {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-wrapper.margin-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

.step-heading {
  color: #fff;
  font-size: 22px;
}

.step-heading.margin-xs {
  color: #000;
  margin-top: 0;
  font-size: 25px;
}

.step-heading.margin-xs.replays {
  text-align: left;
}

.step-1-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.text-light-grey {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}

.text-light-grey.host-info {
  margin-bottom: 0;
  font-size: 1.2em;
}

.container-2 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-2.small {
  max-width: 920px;
}

.container-2.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-4-info-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #000;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.process-image {
  width: 240px;
  height: 240px;
  background-image: url("../images/Process_step_background.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-image._1 {
  background-image: url("../images/Photo1.png");
}

.process-image._2 {
  background-image: url("../images/b2fee2ed4e522a4ad7d50d5c9fd7d80c.jpeg");
}

.process-image._2.outline {
  border: 0 solid #000;
}

.process-image._3 {
  background-image: url("../images/Photo3.png");
}

.process-image._4 {
  background-image: url("../images/275896934_118147657473758_8872637679034036812_n.jpg");
}

.process-image._5 {
  background-image: url("../images/Photo4.png");
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading.black._3 {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
}

.body {
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.body.airrack {
  background-color: #eaeaea;
}

.body.hhs,
.body.overflow-hidden {
  overflow: hidden;
}

.icon-arrow-2 {
  height: 0.8rem;
  margin-top: 0.125rem;
}

.label-button {
  font-size: 1.1rem;
  font-weight: 600;
}

.label-button.hero {
  color: var(--dark-gray);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  overflow: visible;
}

.label-button.hero._2 {
  font-size: 1.7rem;
}

.label-button.hero.white {
  color: #fff;
}

.label-button.hero.yestheory,
.label-button.hero.pricing {
  font-size: 1.25rem;
}

.label-button.hero.other {
  font-size: 1rem;
}

.m-button-hover {
  width: 100%;
  height: 100%;
  background-color: var(--deep-sky-blue);
  opacity: 1;
  color: #fff;
  border-radius: 0.2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.m-button-hover.join {
  background-color: var(--cn-blue);
}

.m-button-hover._2 {
  cursor: pointer;
}

.m-button-label {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

.button-2 {
  z-index: 5;
  background-color: var(--pale-violet-red);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0.125rem #f36d97;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f36d97;
}

.button-2.join {
  border: 1px solid var(--cn-blue);
  background-color: var(--dark-gray);
  box-shadow: inset 0 0 0 0.125rem var(--cn-blue);
  padding: 0.6rem 1.5rem;
}

.main-button-wrap {
  margin-right: 10px;
  position: relative;
}

.main-button-wrap:hover {
  color: rgba(255, 255, 255, 0.85);
}

.main-button-wrap._2 {
  margin-right: 0;
}

.m-button-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circular-arrow {
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background-color: #ffce8a;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 0.8rem;
  display: flex;
  position: relative;
}

.horizontal--heading-wrappr {
  align-items: center;
  display: flex;
}

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

.text-block-5 {
  margin-left: 17px;
  margin-right: 17px;
}

.bold-text-2 {
  color: #000;
  text-align: center;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2.2rem;
}

.bold-text-3 {
  color: #000;
  font-size: 1.8rem;
}

.text-block-6 {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.text-block-6.small {
  font-size: 1.1rem;
}

.video {
  height: 100%;
}

.html-embed {
  margin-bottom: 120px;
  display: none;
}

.grid {
  margin-left: 0;
}

.bold-text-4 {
  color: #000;
}

.lottie-animation {
  width: 110px;
  height: 50px;
}

.lottie-animation.other {
  height: 32px;
}

.lottie-animation-2 {
  width: 155px;
  transition: width 0.3s;
}

.lottie-animation-2:hover {
  width: 170px;
}

.video-lable {
  font-size: 1.5rem;
  font-weight: 500;
}

.subheading {
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.lottie-animation-3 {
  width: 240px;
  margin-left: 17px;
  margin-right: 17px;
}

.link {
  opacity: 0.8;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.link:hover {
  opacity: 1;
  color: var(--cn-blue);
}

.bold-text-5 {
  color: #000;
}

.white {
  color: #000;
  text-align: center;
}

.text-block-8 {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.circle {
  width: 60vw;
  height: 90vh;
  background-color: #fe3218;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle._2 {
  background-color: #ff911a;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.circle._2.home {
  background-color: rgba(255, 151, 0, 0.1);
  top: -7%;
}

.circle._5 {
  background-color: #e100f5;
  top: auto;
  bottom: -39%;
  left: -4%;
  right: auto;
}

.circle._5.home {
  background-color: var(--powder-blue);
  bottom: -13%;
}

.circle._6 {
  background-color: #e100f5;
  top: auto;
  bottom: -39%;
  left: -4%;
  right: auto;
}

.circle._6.home {
  background-color: rgba(225, 235, 203, 0.3);
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle._3 {
  background-color: #e100f5;
  top: auto;
  bottom: -39%;
  left: -4%;
  right: auto;
}

.circle._3.home {
  width: 70vw;
  background-color: rgba(253, 226, 188, 0.3);
  bottom: 24%;
  left: -13%;
}

.circle._1 {
  top: -25%;
  left: 1%;
}

.circle._1.home {
  width: 70vw;
  background-color: rgba(92, 149, 255, 0.1);
  top: -6%;
  left: -10%;
}

.circle._4 {
  background-color: #450eff;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -10%;
}

.circle._4.home {
  width: 60vw;
  background-color: var(--thistle);
  bottom: -19%;
}

.gradient-wrapper-2 {
  z-index: -1;
  max-width: 90%;
  min-height: auto;
  filter: blur(160px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.italic-text {
  font-style: normal;
}

.middle-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 120px;
  display: flex;
}

.bold-text-6 {
  font-size: 22px;
}

.bold-text-6.emoji {
  color: #1a1a1a;
  font-size: 32px;
  font-weight: 800;
  line-height: 2;
  text-decoration: none;
}

.link-2 {
  line-height: 3;
  text-decoration: none;
}

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

.link-view-all-wrapper {
  cursor: cell;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    linear-gradient(to right, #ffccfc, #a1e8ff 10%, #ffeca9 22%, #feccb2 31%);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-view-all-wrapper:hover {
  color: #000;
  background-image: linear-gradient(
    to right,
    #ffccfc,
    #a1e8ff 29%,
    #ffeca9 63%,
    #feccb2
  );
}

.flex-rail-2 {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.inner-text-scrolling-2 {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  align-items: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.ascii-type {
  text-transform: none;
  margin-left: 0;
  font-size: 1.6em;
  font-weight: 500;
}

.ascii-type.copyright {
  flex: none;
  margin-left: 1vw;
  margin-right: 1.3vw;
  padding-top: 3px;
  font-size: 2.1em;
  line-height: 1;
}

.hero-about-flip-three {
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-about-flip-three.less-padding {
  padding: 2vh 3vw;
}

.hero-about-flip-three.no-padding {
  padding: 0 0;
}

.hero-about-flip-four {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.frame-flip-wrapper {
  min-height: 70vh;
  overflow: hidden;
}

.heading-hero {
  color: #000;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("../images/6280708d2303347773bb8d98_grain.gif");
  background-position: 0 0, 50%;
  background-size: auto, contain;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 19vw;
  font-weight: 800;
  line-height: 0.8;
}

.big-heading-wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-copyright-icon {
  color: #000;
  margin-top: 0;
  margin-left: 0;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.5;
}

.hero-about-flip-two {
  z-index: 5;
  width: 100%;
  height: 100%;
  color: #ff0dc6;
  padding: 0 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-about-flip-two.no-padding {
  padding: 0 0;
}

.hero-about-flip-two.less-padding {
  padding: 3vh 4vw 3vh 3vw;
}

.hero-about-flip-one {
  z-index: 6;
  width: 100%;
  height: 100%;
  color: #ff0dc6;
  position: relative;
}

.flipping-image-wrapper {
  height: 100%;
  position: relative;
}

.flipping-image-wrapper.front {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.flipping-image-wrapper.back {
  z-index: 5;
  position: absolute;
  top: 0;
}

.main-grid-2 {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.main-grid-2.collage {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.hero-about-flip-five {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.content-image {
  width: 400px;
  height: 500px;
  background-color: var(--dark-gray);
  object-fit: cover;
  object-position: 50% 0%;
  border: 3px solid #000;
  border-radius: 200px 200px 0 0;
  position: static;
}

.content-image.flip-right {
  transform: rotate(4deg);
}

.content-image.flip-left {
  border: 3px solid #000;
  border-radius: 100% 100% 0 0;
  transform: rotate(-9deg);
}

.button-uppertext-wrapper {
  padding: 10px 24px;
  position: relative;
  overflow: visible;
}

.button-uppertext-wrapper.pricing {
  font-size: 1rem;
}

.button-lowertext-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 2%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.button-main {
  box-shadow: 0 4px 0 0 var(--dark-gray);
  background-image: url("../images/Group-14.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-main:hover {
  opacity: 0.45;
}

.button-main.login {
  display: block;
  overflow: hidden;
}

.button-main.login:hover {
  opacity: 1;
}

.button-main.header {
  box-shadow: 6px -6px 0 0 var(--dark-gray);
}

.button-main.header.login {
  box-shadow: 9px 8px 0 0 var(--dark-gray);
  color: var(--dark-gray);
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.35s;
}

.button-main.header.login:hover {
  box-shadow: 4px 4px 0 0 var(--dark-gray);
  transform: translate(0, -2px);
}

.button-main.header.login.margin {
  margin-bottom: 2rem;
}

.button-main.header.login.airrack {
  width: 35%;
  background-color: var(--cn-blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-main.header.login.left-right {
  padding-left: 30px;
  padding-right: 30px;
}

.button-main.header.login.left-right.yestheory {
  box-shadow: 0 4px 0 0 var(--dark-gray);
  font-size: 1.25rem;
}

.button-main.header.login.left-right.yestheory.is-greyedout {
  filter: grayscale();
  color: var(--dark-grey);
}

.button-main.header.login.left-right.yestheory.hhs {
  border-radius: 5px;
  font-family: Made Outer Sans Light Personal Use, sans-serif;
}

.button-main.header.login.left-right.new-home {
  box-shadow: 4px 4px 0 0 var(--dark-gray);
  padding: 12px 24px;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.button-main.header.login.left-right.new-home:hover {
  box-shadow: 0 0 0 0 var(--dark-gray);
  transform: translate(0, -1px);
}

.button-main.header.login.left-right.new-home.pricing {
  box-shadow: none;
  border-style: none;
  border-radius: 100px;
  justify-content: flex-start;
  transition-property: none;
  display: flex;
}

.button-main.header.login.left-right.new-home.pricing.is-off {
  border-color: var(--dark-grey);
  background-color: var(--white-smoke);
  box-shadow: none;
  color: var(--dark-gray);
  background-image: none;
  transition-property: none;
}

.button-main.header.login.left-right.new-home.pricing.is-off:hover {
  transform: none;
}

.button-main.header.login.left-right.new-home.pricing.outer {
  font-family: Made Outer Sans Light Personal Use, sans-serif;
}

.button-main.header.login.left-right.new-home.hero {
  border-style: none;
  border-color: var(--dark-gray);
  box-shadow: 4px 4px rgba(255, 255, 255, 0.37);
}

.button-main.header.login.white {
  background-color: #fff;
  background-image: none;
}

.gradient-wrapper-3 {
  z-index: -1;
  min-height: 90vh;
  filter: blur(160px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border-purple {
  width: 100%;
  background-image: url("../images/Group-14.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
  display: flex;
  position: relative;
}

.border-purple.coming-cohort {
  width: auto;
  padding: 2px;
  position: absolute;
  top: 2%;
  right: 4%;
}

.div-block {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-7 {
  color: #000;
}

.hero-lottie {
  width: 100%;
  max-width: 800px;
  margin-top: 120px;
}

.link-block {
  text-decoration: none;
}

.lottie-animation-4 {
  width: 60%;
  max-width: 300px;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 0.5%;
}

.lottie-animation-5 {
  margin-bottom: 40px;
}

.lottie-animation-5.heading-medium.center {
  width: 800px;
  margin-bottom: 20px;
}

.lottie-animation-5.top {
  width: 35rem;
  margin-bottom: 20px;
}

.page-wrapper {
  width: 100%;
  transition: all 0.35s;
  overflow: visible;
}

.page-wrapper.hhs {
  overflow: hidden;
}

.lottie-animation-6 {
  width: auto;
  margin-right: 10px;
  display: none;
}

.divider {
  display: none;
}

.lottie-animation-7 {
  margin-left: -10px;
  margin-right: 10px;
  display: none;
}

.text-block-9 {
  color: #fff;
  font-weight: 600;
}

.text-block-10 {
  color: #fff;
  font-weight: 500;
}

.div-block-2 {
  width: 500px;
  color: rgba(255, 255, 255, 0.85);
}

.lottieheader {
  padding: 13px 20px;
}

.lottieheader2 {
  width: 35rem;
}

.genevalink {
  color: var(--cn-blue);
  transition: background-color 0.3s;
}

.genevalink:hover {
  color: var(--cn-orange);
}

.body-2 {
  background-color: #fff;
}

.rich-text-block,
.rich-text-black {
  color: rgba(0, 0, 0, 0.85);
}

.paragraph-black {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 60px;
  font-size: 1.2em;
  font-weight: 400;
}

.text-span {
  font-size: 1.8em;
}

.bold-text-9,
.bold-text-10 {
  font-size: 1em;
}

.brand_container {
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.brand_image {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
  position: relative;
}

.section-3 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-3.gradient-180 {
  background-image: linear-gradient(#e6def0 5%, #c1dedc 95%);
}

.brand_logo {
  transform: scale(0.5);
}

.container-3 {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

.brand_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-bottom: 80px;
  display: grid;
  transform: translate(0);
}

.brand_logo-wrap {
  height: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.brand_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brand_block {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

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

._480 {
  max-width: 480px;
}

._480.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.hero-heading {
  font-size: 1em;
}

.lottie-animation-8 {
  width: 69%;
  margin-bottom: 60px;
}

.text-block-11 {
  width: 10em;
}

.lightbox-play-icon {
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #fff;
  position: absolute;
}

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

.text-weight-semibold {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 600;
}

.testimonial16_logo {
  max-height: 3rem;
}

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

.heading-small-2 {
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small-2.minigram {
  padding-bottom: 0;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2rem;
}

.testimonial16_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex;
}

.testimonial16_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial16_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}

.testimonial16_lightbox-image {
  object-fit: cover;
}

.testimonial16_rating-wrapper {
  display: flex;
}

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

.padding-vertical.padding-xhuge {
  padding: 8rem;
}

.testimonial16_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial16_divider {
  width: 1px;
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial16_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial16_arrow.left {
  right: 4rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  margin: 2rem;
}

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

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

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial16_slide {
  margin-right: 5rem;
}

.testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial16_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: rgba(0, 0, 0, 0.75);
}

.paragraph-2.testimonial {
  margin-top: 13px;
  font-weight: 500;
}

.inner-frame {
  min-height: auto;
  perspective: 2000px;
  background-color: rgba(0, 0, 0, 0);
}

.flip-frame-horizontal {
  width: 25vw;
  height: 40vh;
  perspective: 2000px;
  flex: none;
  position: relative;
}

.flip-frame-reverse {
  width: 50vw;
  height: 40vh;
  perspective: 2000px;
  background-color: #b8b1b1;
  position: relative;
}

.inner-frame-wrap {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flip-face-front {
  z-index: 4;
  width: 100%;
  height: 100%;
  transform-origin: 50%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate3d(0, 0, -1px) rotateX(-180deg) rotateY(0) rotateZ(0);
}

.flip-face-front.horizontal {
  z-index: 2;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.main-grid-3 {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: 0;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  position: relative;
}

.main-grid-3.flipping {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh;
  margin-top: 75px;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.flip-frame {
  width: 50vw;
  height: 65vh;
  perspective: 2000px;
  background-color: #b8b1b1;
  position: relative;
}

.flip-face-back {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.flip-frame-horizontal-left {
  width: 100%;
  height: 40vh;
  perspective: 2000px;
  background-color: #b8b1b1;
  position: relative;
}

.image-flip {
  object-fit: cover;
  background-image: url("../images/62aba9d43ef844c480f68b5c_hero-1.jpeg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-flip.back {
  z-index: auto;
}

.flip-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flip-image-front {
  box-shadow: none;
  background-image: url("../images/62aba9d43ef844c480f68b5c_hero-1.jpeg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-31-icon {
  width: 70%;
  height: 70%;
  background-image: url("../images/sydney-opera-house.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.d-31-icon.space {
  background-image: url("../images/space-needle.svg");
  display: none;
}

.flip-image-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #000;
  background-image: url("../images/62aba9d43ef844c480f68b5c_hero-1.jpeg");
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotateX(180deg) rotateY(0) rotateZ(0);
}

.d-31-h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.d-31-p {
  color: #fff;
  text-align: center;
  font-family: PT Serif, serif;
}

.image-frame-2 {
  width: 20vw;
  max-width: 380px;
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-frame-2.move {
  width: 25vw;
  max-width: 480px;
  bottom: -20px;
  left: -45px;
  overflow: visible;
}

.image-frame-2.down {
  bottom: -7vh;
}

.image-frame-2.up {
  top: -8vh;
}

.cards-images-wrapper,
.header-text-wrapper {
  position: relative;
}

.animated-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.left-top-bubble {
  width: 1057px;
  height: 1057px;
  background-image: radial-gradient(
    circle,
    #fdc6aa,
    rgba(253, 198, 170, 0) 45%
  );
  position: absolute;
  top: -50%;
  bottom: auto;
  left: -30%;
  right: auto;
}

.left-top-bubble._2 {
  top: auto;
  bottom: -60%;
  left: auto;
  right: -30%;
}

.center-left-bubble {
  width: 1083px;
  height: 1083px;
  background-image: radial-gradient(
    circle,
    rgba(166, 233, 253, 0.6) 7%,
    rgba(166, 233, 253, 0) 28%
  );
  position: absolute;
  top: -12%;
  bottom: 0%;
  left: 14%;
  right: auto;
}

.center-right-bubble {
  width: 1083px;
  height: 1083px;
  background-image: radial-gradient(
    circle,
    rgba(255, 237, 176, 0.6) 10%,
    rgba(255, 237, 176, 0) 31%
  );
  position: absolute;
  top: 18%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-bottom-bubble {
  width: 1057px;
  height: 1057px;
  background-image: radial-gradient(
    circle,
    #fdc6aa,
    rgba(253, 198, 170, 0) 51%
  );
  position: absolute;
  top: auto;
  bottom: -50%;
  left: auto;
  right: -30%;
}

.heading-large-2 {
  color: var(--dark-gray);
  text-shadow: 0 1px 1px #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.09;
  display: inline;
}

.heading-large-2.z-2 {
  z-index: 2;
  font-size: 3.5rem;
  position: relative;
}

.heading-large-2.bigger {
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  display: block;
}

.heading-large-2.bigger.sms {
  text-align: center;
}

.stroke {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 1px 5px #000;
}

.outline-heading {
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.padding-bottom.padding-custom3 {
  padding-bottom: 10rem;
}

.padding-bottom.padding-custom1 {
  padding-bottom: 1.5rem;
}

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.underline-blue {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 73%,
    #a6e9fd 78%
  );
  background-clip: padding-box;
  display: inline;
}

.back-flipping {
  width: 103%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.star-rectangle-wrapper {
  z-index: 10;
  width: 88px;
  height: 76px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.join-bootcamp-wrap {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -22%;
  right: auto;
}

.rectangle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-15deg);
}

.rectangle.orange {
  background-color: #ff9243;
}

.rectangle.blue {
  background-color: #4ed6ff;
}

.rectangle.yellow,
.div-block-4 {
  background-color: #ffe691;
}

.text-size-xmedium {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
}

.image-4 {
  object-fit: cover;
}

.star-wrap {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.star-wrap._2 {
  top: auto;
  bottom: -14%;
  left: -23%;
  right: auto;
}

.star-wrap._3 {
  top: 30%;
  left: 20%;
  right: auto;
}

.star-wrap._4 {
  top: 70%;
  right: 30%;
}

.star-wrap._5 {
  top: 10%;
  right: 5%;
}

.overflow-hidden {
  height: 100%;
  flex-wrap: wrap;
  display: block;
  overflow: hidden;
}

.heading-layout {
  flex-flow: wrap;
  align-content: center;
  display: inline-block;
}

.heading-layout.new {
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: baseline;
  display: flex;
}

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

.underline-wrapper {
  margin-bottom: -12px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.blue-underline {
  height: 20px;
  background-color: #a6e9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie {
  position: relative;
  top: -4px;
}

.join-the-bootcamp {
  margin-top: -0.5rem;
}

.heading-medium-2 {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 3rem;
}

.heading-medium-2.max-width {
  width: 100%;
  max-width: 50rem;
  text-align: center;
}

.heading-medium-2.margin-bottom.margin-small.max-width.not-center {
  text-align: left;
}

.heading-medium-2.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.heading-medium-2.quote {
  background-image: linear-gradient(to right, #000 0.5%, rgba(0, 0, 0, 0) 0.5%);
}

.heading-medium-2.color-white {
  color: #fff;
  border: 1px #fff;
}

.heading-medium-2.no-margin {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-medium-2.no-margin.is-mid {
  text-align: center;
}

.heading-medium-2.no-margin.outer {
  font-family: Made Outer Sans Medium Personal Use, sans-serif;
  font-weight: 300;
}

.orange-span {
  color: var(--cn-orange);
  text-shadow: 0 1px 1px var(--cn-orange);
}

.hide {
  display: none;
}

.pay-for-trying.new {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.faqs.yestheory {
  margin-top: 10rem;
}

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

.center-line-timeline {
  width: 5px;
  background-color: var(--dark-gray);
}

._10vh {
  height: 10vh;
}

.header_home.negative-margin {
  height: auto;
  margin-bottom: 0;
}

.header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.bubble-up {
  height: auto;
  margin-left: 1rem;
  line-height: 1.09;
  position: relative;
}

.bubble {
  background-color: var(--yellow);
  border: 2px solid #000;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: none;
  position: absolute;
  top: -80%;
  bottom: auto;
  right: -20%;
}

.bubble-number {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.bubble-text {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 0.75rem;
}

.arrow {
  margin-left: 1rem;
  position: relative;
}

.arrow-wrapper {
  z-index: -1;
  display: none;
  position: absolute;
  top: auto;
  bottom: -45%;
  right: -2%;
}

.graph_section {
  display: none;
}

.graph-wrapper {
  margin-top: -15vh;
  margin-bottom: 15vh;
  position: relative;
}

.graph-layout {
  height: 325px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.graph_row {
  width: 5px;
  height: 15px;
  background-color: #000;
}

.graph_row._1 {
  height: 25px;
}

.graph_row._2 {
  height: 50px;
}

.graph_row._3 {
  height: 75px;
}

.graph_row._4 {
  height: 125px;
}

.graph_row._5 {
  height: 200px;
}

.graph_row._6 {
  height: 275px;
}

.graph_row.bold-text-7 {
  height: 325px;
}

.graph_row._8 {
  height: 400px;
}

.graph_row._7 {
  height: 325px;
}

.graph_row.hide_landscape {
  display: block;
}

.graph-text {
  color: #000;
  text-align: center;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.15rem;
}

.graph-point {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 22%;
}

.graph-point._2 {
  bottom: -25%;
  left: auto;
  right: 35%;
}

.graph-arrow.rotate {
  transform: rotate(180deg);
}

.text-span-3 {
  color: var(--cn-orange);
}

.timelin-wrapper {
  height: 500px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.centerline {
  width: 5px;
  height: 500px;
  background-color: #000;
}

.timeline-point {
  position: absolute;
  top: 20%;
}

.timeline-point._2 {
  top: 60%;
}

.timeline-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 16%;
  left: 52%;
}

.timeline-text._2 {
  align-items: flex-end;
  top: 55%;
  left: auto;
  right: 52%;
}

.timeline-heading {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 24px;
}

.timeline-heading.left {
  text-align: right;
}

.timeline-heading.creator-week {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 20px;
}

.timeline-paragraph {
  max-width: 30rem;
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.timeline-paragraph.left {
  text-align: right;
}

.underlineblue {
  background-image: url("../images/Rectangle-73-1.svg");
  background-position: 50% 150%;
  background-repeat: no-repeat;
  background-size: contain;
}

.underlineblue._2 {
  background-position: 50% 100%;
}

.unferlineorange {
  background-image: url("../images/Rectangle-73_1.svg");
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-5 {
  width: 5px;
  height: 100px;
  background-color: #000;
}

.cohorts-slider {
  margin-bottom: 5vh;
}

.slider-wrapper {
  justify-content: center;
  margin-top: 0;
  display: block;
  position: relative;
}

.slider-wrapper.hide {
  display: none;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  width: auto;
}

.mask {
  width: auto;
  margin-top: 0;
  padding-top: 5rem;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.slide--grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.cohor-card {
  z-index: auto;
  height: 35rem;
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  border: 2px solid #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 2rem 2rem;
  display: flex;
  position: relative;
  box-shadow: 7px 7px #000;
}

.cohor-card.middle {
  margin-top: 3rem;
}

.cohortcard-text {
  font-family: Milligram, Verdana, sans-serif;
  font-size: 32px;
}

.card-reflection {
  height: 100px;
  background-image: linear-gradient(#000, #fff 58%);
  border-radius: 10px;
  margin-top: 1rem;
  padding: 2px;
  display: none;
}

.div-block-6 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}

.cohort-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/Game-Night-Instagram-Post-4.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.cohort-image._2 {
  background-image: url("../images/Game-Night-Instagram-Post-3.png");
}

.cohort-image._3 {
  background-image: url("../images/Game-Night-Instagram-Post-5.png");
}

.cohort-image._4 {
  background-image: url("../images/Photo6.png");
}

.cohort-image._5 {
  background-image: url("../images/Photo5.png");
}

.cohort-image._6 {
  background-image: url("../images/Photo7.png");
}

.card_layout {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card_layout.middle {
  padding-top: 3rem;
}

.card_layout.row2 {
  z-index: 1;
}

.card_layout._1 {
  z-index: 2;
}

.card_layout._3 {
  z-index: 0;
}

.background-words {
  z-index: 0;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 10rem;
  line-height: 10rem;
  position: static;
  top: 0%;
}

.backgorund-heading {
  color: #000;
  text-align: center;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 10rem;
  line-height: 10rem;
}

.backgorund-heading._2 {
  margin-top: -95px;
  font-size: 12rem;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.image-5 {
  transition: all 0.2s;
  transform: rotate(180deg);
}

.image-5:hover {
  transform: translate(5px) rotate(180deg);
}

.image-5._2 {
  transform: rotate(0);
}

.image-5._2:hover {
  transform: translate(-5px) rotate(0);
}

.left-arrow {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.background-text {
  z-index: -2;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  display: flex;
  position: absolute;
  top: 0%;
}

.huge-heding {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 160px;
}

.huge-heding._2 {
  margin-top: -180px;
  font-size: 180px;
}

.carousel {
  width: 100%;
}

.slide-2 {
  width: 200px;
  height: 100px;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.steps_section.yestheory {
  margin-top: 10rem;
}

.partners_wrapper {
  width: auto;
  background-color: var(--cn-yellow);
  margin-top: -4rem;
  margin-bottom: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.carousel2 {
  width: 100%;
}

.slide_partner {
  width: 250px;
  height: 50px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.partner_text {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.partners_layout {
  overflow: hidden;
  transform: rotate(-5deg);
}

.underline-yellow {
  background-image: url("../images/Rectangle-104.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.underline-yellow._2 {
  background-image: url("../images/Rectangle-115.svg");
  background-position: 50% 120%;
}

.steps_wrapper {
  position: relative;
}

.creatorsslider_section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.slide-3 {
  z-index: auto;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.carousel3 {
  width: auto;
}

.creator_image {
  width: auto;
  border-radius: 200px;
}

.creator_hover_card {
  z-index: 2;
  opacity: 1;
  background-image: url("../images/HoverCard.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1rem 3rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}

.creator_info {
  width: 100%;
}

.creator_text_1 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.creator_text_1.hide {
  display: none;
}

.creator_icon {
  width: 16px;
  height: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  display: flex;
}

.text_creastor {
  color: #000;
  font-size: 10px;
  font-weight: 700;
}

.members_wrapper {
  margin-top: 2rem;
}

.members-margin {
  margin-top: -4rem;
}

.footer_new {
  background-image: url("../images/Footer_1920.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer_new.yestheory {
  background-image: url("../images/Footer-BG.webp");
  background-position: 50% 0;
  background-size: cover;
  margin-top: 10rem;
  position: static;
}

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

.calltoaction_wrapper.yestheory {
  position: static;
}

.calltoaction_card {
  width: 70%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 7px 7px #000;
}

.calltoaction_card.hosts {
  width: 65%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 4rem;
  display: grid;
}

.infinite_carousel {
  width: 100vw;
  height: 100px;
  overflow: hidden;
}

.loop-container {
  width: 100%;
  height: 100%;
  align-items: center;
  margin-left: 0;
  display: flex;
  transform: rotate(0);
}

.loop-container.rotate {
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(-3deg);
}

.content-holder {
  align-items: center;
  margin-left: 0;
  display: flex;
  transform: rotate(0);
}

.content-holder.color {
  background-color: var(--cn-orange);
  margin-right: -1px;
}

.pay-testimonials {
  background-color: var(--dark-gray);
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.pay_layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pay-text-wrapper {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.testimonials-wrapper {
  margin-bottom: -17px;
  overflow: hidden;
}

.html-embed-2 {
  width: 100%;
  height: 900px;
  margin-bottom: 0;
  overflow: scroll;
}

.cohort-layout {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
  position: relative;
}

.cohort-layout.second {
  padding-top: 5rem;
}

.cohort-layout.hide {
  display: none;
}

.logos_carousel {
  width: 100vw;
  height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-container {
  width: auto;
  height: auto;
  align-items: center;
  display: flex;
  transform: rotate(-3deg);
}

.parrners-loop-container {
  width: auto;
  height: auto;
  display: flex;
  transform: rotate(-3deg);
}

.cohort-info {
  width: 80%;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.15em;
  display: block;
  position: absolute;
}

.arrow-top {
  width: 445px;
  margin-top: -130px;
  margin-left: 240px;
}

.arrow-top2 {
  width: 300px;
  margin: 0 55rem -125px 0;
  display: none;
  position: relative;
  top: 0;
  left: auto;
}

.arrow-lottie {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: none;
}

.lottie-animation-9 {
  transform: rotate(-115deg);
}

.text-span-4 {
  color: var(--cn-orange);
  font-weight: 700;
}

.text-span-5,
.text-span-6 {
  color: var(--cn-blue);
  font-weight: 700;
}

.text-span-7 {
  color: var(--cn-orange);
  font-weight: 700;
}

.underline-orange {
  background-image: url("../images/Rectangle-73_1.svg");
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
}

.coming-cohort-text {
  color: var(--dark-gray);
  font-size: 1rem;
  font-weight: 700;
}

.cohort_image_last {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/Photo10.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.cohort_image_last._6 {
  background-image: url("../images/Photo7.png");
}

.background-video {
  width: 100%;
}

.background-video-2 {
  width: 100%;
  height: 700px;
  margin-top: -277px;
}

.html-embed-3 {
  width: auto;
  margin-top: -10rem;
  margin-bottom: 5rem;
}

.html-embed-3.desktop {
  margin-top: -10rem;
}

.mobile_animation {
  display: none;
}

.hero_image-animation_image {
  object-fit: cover;
}

.airrack-hero-layout {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.airrack-hero-layout.creator-week {
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 0;
}

.airrack-hero-text.original {
  width: 50%;
}

.airrack-hero-text.copy {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-4rem {
  height: 4rem;
}

.margin-1rem {
  width: auto;
  height: 1rem;
}

.margin-2rem {
  height: 2rem;
}

.underline-softblue {
  background-image: url("../images/Marked.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.underline-custom {
  margin-top: -0.5rem;
}

.floting-arrow {
  transform-style: preserve-3d;
  position: absolute;
  top: 25%;
  left: 30%;
}

.airrack-image-nopad {
  width: 100%;
}

.airrack-image-nopad.original {
  margin-top: -50rem;
  position: relative;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 80px;
  height: 80px;
}

.image-8.sms {
  width: 160px;
  height: 80px;
}

.image-mobile {
  display: none;
}

.host-image {
  width: 200px;
  height: 200px;
  border-radius: 12px;
}

.hosts-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.host-info-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.host-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.div-block-7,
.host-info-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal1_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.section_contact-modal1 {
  position: relative;
}

.success-text {
  font-weight: 600;
}

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

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

.contact-modal1_content-wrapper {
  width: 100%;
  height: auto;
  max-height: 80vh;
  max-width: 48rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  overflow: scroll;
}

.text-style-link {
  text-decoration: underline;
}

.field-label-2 {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.error-message {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.button-3 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.75rem 1.5rem;
}

.form-field-wrapper {
  position: relative;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 1;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.error-text {
  color: #e23939;
}

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

.text-size-medium {
  color: var(--dark-gray);
  font-size: 1.125rem;
}

.contact-modal1_form-block {
  color: var(--dark-gray);
  flex-direction: column;
  align-items: stretch;
}

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

.button-group.is-center {
  justify-content: center;
}

.contact-modal1_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.heading-2 {
  color: var(--dark-gray);
}

.image-12 {
  position: absolute;
}

.image-13 {
  z-index: -2;
  margin-top: -8rem;
  position: absolute;
}

.host-session-time {
  color: #000;
  margin-bottom: 0.5rem;
  font-size: 1em;
  font-weight: 700;
}

.host-session-time.underline-softblue {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.div-block-8 {
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
  overflow: visible;
}

.hero_yestheory-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 12vh;
  position: relative;
}

.hero_yestheory-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_video_wrapper {
  border-radius: 20px;
  position: relative;
}

.hero_video_wrapper.hhs {
  width: 100%;
  height: 650px;
  max-height: 650px;
  background-image: url("../images/HHS-photo-corrected.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.hero_info-wrapper {
  padding: 4rem;
}

.hero_info-layout {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero_info-subheader {
  position: relative;
}

.hero_subheader-text {
  color: #000;
  text-transform: uppercase;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.hero_subheader-text.outer {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
}

.hero_subheader-detail {
  position: absolute;
  top: auto;
  bottom: 90%;
  right: -10%;
}

.hero-date_layout {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}

.hero-date_icon {
  align-items: center;
  display: flex;
}

.hero-date_text {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-weight: 700;
}

.hero-date_text.outer {
  font-family: Made Outer Sans Regular Personal Use, sans-serif;
}

.is-blue {
  color: var(--cn-blue);
}

.is-blue.bold {
  font-weight: 700;
}

.is-blue.hhs {
  font-family: Made Outer Sans Regular Personal Use, sans-serif;
}

.hero-host_layout {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.hero-hosters {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.hero-host {
  width: 3rem;
  height: 3rem;
  border: 2px solid #fff;
  border-radius: 100px;
  overflow: hidden;
}

.hero-host.not-first {
  margin-left: -0.5rem;
}

.hero-host_text {
  color: #4d4d4d;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 0.75rem;
}

.hero_info-text {
  color: #4d4d4d;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
}

.hero_info-text.hide {
  overflow: hidden;
}

.hero_info-text.outer {
  color: var(--dark-gray);
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
  font-weight: 100;
}

.hero_yestheory-features1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.hero_yestheory-features1.how {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hero_yestheory-features1.how.creator {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.hero_yestheory-features1.how.creator.hide {
  display: none;
}

.hero-feature_card {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.hero-feature_card.how {
  height: 100%;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: flex-start;
  padding: 2rem;
}

.hero-feature_card.how.creator {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  align-items: stretch;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hero-feature_card.home2-0 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
}

.hero-feature_card.hhs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.hero-feature_text {
  color: #4d4d4d;
  text-align: center;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
}

.hero-feature_text.bold {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.hero-feature_text.bold.hhs {
  font-family: Made Outer Sans Light Personal Use, sans-serif;
}

.hero-feature_text.how {
  text-align: left;
}

.hero-feature_text.how.outer {
  text-align: center;
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
  font-weight: 100;
}

.hero-feature_text.hhs {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
}

.hero_yestheory-detail {
  z-index: 0;
  margin-top: 9vh;
  position: absolute;
  top: 0;
}

.hero_yestheory-detail.star1 {
  margin-top: 0;
  top: -70%;
  left: 5%;
}

.hero_yestheory-detail.star2 {
  margin-top: 0;
  top: 109%;
  right: 0%;
}

.hero_yestheory-detail.star3 {
  margin-top: 0;
  top: auto;
  bottom: -7%;
}

.hero_yestheory-detail.star4 {
  margin-top: 0;
  top: 15%;
  left: 0%;
}

.hero_yestheory-detail.star5 {
  margin-top: 0;
  top: 62%;
  right: -2%;
}

.hero_yestheory-detail.star6 {
  margin-top: 0;
  top: auto;
  bottom: -4%;
  left: 46%;
}

.hero_yestheory-detail.star7 {
  top: 29%;
  right: -31px;
}

.hero_yestheory-detail.star8 {
  margin-top: 0;
  top: -49px;
}

.hero_video-thumbnail {
  width: 100%;
  height: 100%;
  white-space: normal;
  object-fit: contain;
  border-radius: 20px;
}

.hero_video-thumbnail.hhs {
  width: auto;
  max-height: none;
  max-width: none;
  object-fit: cover;
  border-radius: 10px;
}

.btn {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: var(--cn-orange);
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  align-items: center;
  padding: 10px 24px;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.35s;
  display: flex;
  position: absolute;
  top: 75%;
  left: 0%;
  transform: rotate(-9deg);
}

.btn:hover {
  transform: rotate(0);
}

.btn.hide {
  display: none;
}

.video_modal {
  z-index: 21;
  width: 100%;
  height: 100vh;
  color: #000;
  background-color: rgba(0, 0, 0, 0.84);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
  position: fixed;
  top: 0;
}

.video_modal.letter {
  display: none;
}

.video_modal-wrapper {
  z-index: 1;
  width: 100%;
  height: 65%;
  position: relative;
}

.embed_video {
  width: 100%;
  height: 100%;
}

.close-pause {
  z-index: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.close-icon {
  filter: invert();
  cursor: pointer;
  margin-top: 12vh;
  margin-right: 2.5rem;
}

.features_yestheory {
  margin-top: 10rem;
}

.feature_yestheory-wrapper.is-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.feature_yestheory-wrapper.is-grid.hhs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}

.header_dropdown_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_dropdown_wrapper.letter.vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
}

.header_dropdown_wrapper.letter.vertical.hhs {
  align-items: center;
}

.header_dropdown_wrapper.letter.new {
  justify-content: space-between;
}

.dropdown_icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(180deg);
}

.dropdown_icon-wrapper.hide {
  display: none;
}

.margin-1-5rem {
  height: 1.5rem;
}

.feature-layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-layout.pricing {
  align-items: stretch;
}

.feature-text {
  max-width: 650px;
  color: #4d4d4d;
  text-align: center;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
}

.feature-text.align-right {
  text-align: left;
  font-size: 1.25rem;
}

.feature-text.align-right.outer {
  font-weight: 100;
}

.feature-text.outer {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
}

.is-orange {
  color: var(--cn-orange);
  font-weight: 700;
}

.margin-3rem {
  height: 3rem;
}

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

.feature-grid.hhs {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.feature-card {
  height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  align-items: flex-start;
  padding: 2rem;
  display: block;
}

.feature-card.is-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.feature-card.is-transparent.hhs {
  padding: 0.5rem;
}

.feature-image {
  display: flex;
}

.image-15 {
  width: 24px;
  height: 24px;
  max-width: none;
  object-fit: cover;
  border-radius: 10px;
}

.feature-card_text {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.feature-card_text.outer {
  font-family: Made Outer Sans Regular Personal Use, sans-serif;
  font-size: 1.25rem;
}

.feature-card_points {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-point {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.checkpoint-wrapper {
  width: 18px;
  height: 18px;
  min-width: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkpoint-wrapper.hide {
  display: none;
}

.feature-point_text {
  max-width: 200px;
  color: #4d4d4d;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
}

.feature-point_text.outer {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
}

.letter_yestheory {
  margin-top: 16rem;
}

.letter_yestheory.hhs {
  margin-top: 8rem;
}

.letter-yestheory_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.letter-yestheory_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.letter-hero {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.letter-text {
  max-width: 800px;
  color: #4d4d4d;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
}

.letter-detail {
  position: absolute;
  top: -3%;
  left: 20%;
}

.letter-detail._2 {
  top: -9%;
  left: -6%;
}

.letter-detail._3 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.letter-detail._1 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 20%;
}

.margin-6rem {
  height: 6rem;
}

.instructors-wrapper {
  display: block;
  position: relative;
}

.instructor-text_wrapper {
  justify-content: center;
  display: flex;
}

.instructor-name {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2rem;
}

.instructor-title {
  color: #000;
  text-align: center;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
}

.instructor-info {
  max-width: 650px;
  color: #4d4d4d;
  margin-bottom: 0;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
  display: none;
}

.instructo-info_wrapper {
  margin-left: 0;
}

.instructor-card {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 0;
  display: grid;
}

.instructor-details_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: none;
}

.intrustors-detail_card {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: #ece7e3;
  border-radius: 5px;
  align-items: center;
  padding: 0.25rem 0.5rem;
  display: flex;
}

.instructor-detail_text {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.instructor-photo_wrapper {
  width: 160px;
  min-width: 160px;
  border-radius: 15px;
  position: relative;
}

.instructor-photo {
  width: 160px;
  height: 160px;
  min-width: 160px;
  object-fit: cover;
  border-radius: 200px;
}

.date-wrapper {
  margin-right: 6rem;
}

.date-card {
  text-align: center;
  background-image: url("../images/Group-14.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 4px #000;
}

.text-block-13 {
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
}

.text-span-8 {
  color: #4d4d4d;
}

.instructor-layout {
  justify-content: center;
  align-items: center;
  display: flex;
}

.host-card_wrapper {
  background-image: url("../images/Group-14.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 25%;
  right: auto;
}

.host-card_wrapper.price {
  background-image: none;
  top: 1%;
  bottom: auto;
  left: auto;
  right: -10%;
  transform: rotate(22deg);
}

.host-card {
  background-color: var(--cn-orange);
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

.host-card.price {
  position: absolute;
}

.host-text {
  color: #000;
  text-transform: uppercase;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.how_yestheory {
  margin-top: 10rem;
}

.how_yestheory.hhs {
  margin-top: 8rem;
}

.stars-wrapper {
  display: block;
  position: absolute;
  top: 0%;
}

.how_wrapper {
  display: block;
  position: relative;
}

.faqs-yestheory {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.faqs-yestheory.new {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px #000;
  border-radius: 25px;
  justify-items: stretch;
  padding: 2rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.faqs-yestheory-layout {
  display: block;
  overflow: hidden;
}

.hero_info-expand-layout {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.hero_info-expand-layout.hide {
  display: none;
}

.hero_info-expand-text {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.hero_info-expand-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_info-expand-plus-icon-wrapper {
  padding: 6px 10px 10px 6px;
  position: absolute;
}

.hero_info-arrow-wrapper {
  margin-left: 4rem;
}

.arrow-img {
  height: 12px;
}

.feature-card-outline {
  background-image: url("../images/Group-14.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 5px;
}

.feature-card-outline.no-back {
  background-image: none;
}

.pricing_yestheory {
  margin-top: 10rem;
}

.pricing-card {
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 2rem 3rem;
  position: relative;
  box-shadow: 6px 6px #000;
}

.pricing-card.cta {
  width: auto;
}

.pricing-card.cta.hhs {
  border-radius: 5px;
}

.pricing-card.hhs {
  border-radius: 10px;
}

.pricing-card-title_layout {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pricing-card-title {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.pricing-card-price {
  color: var(--cn-blue);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.pricing-card-price.outer {
  font-family: Made Outer Sans Medium Personal Use, sans-serif;
}

.prcing-mini {
  color: #4d4d4d;
  font-size: 1.25rem;
  font-weight: 400;
}

.pricing-card-bullets {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-bullet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.pricing-bullet._2 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
}

.bullet-point {
  min-width: 24px;
}

.pricing-bullet-text {
  color: #4d4d4d;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.pricing-bullet-text.outer {
  font-family: Made Outer Sans Light Personal Use, sans-serif;
}

.pricing-card-cta {
  justify-content: flex-start;
  display: flex;
}

.letter-yestheory-card {
  z-index: 10;
  height: auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6rem;
  position: relative;
  top: auto;
  overflow: visible;
}

.letter-yestheory-card.no-modal {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
}

.close-letter {
  width: 32px;
  min-height: 24px;
  min-width: 32px;
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 5%;
}

.arrow-detail {
  position: absolute;
  top: -45%;
  right: 15%;
}

.letter-modal {
  z-index: 25;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.38);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: none;
  position: fixed;
  top: 0;
}

.cta-card_yestheory {
  margin-top: 10rem;
}

.cta-card_yestheory.hhs {
  margin-top: 6rem;
}

.cta-card_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-info_layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.floating-cta_yestheory {
  width: 100%;
  position: fixed;
  top: 89vh;
}

.floating-cta_yestheory.hhs {
  top: 83.1vh;
}

.floating-card_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.floating-card_wrapper.mobile {
  display: none;
}

.floating-card_wrapper.cta-only {
  width: auto;
  justify-content: flex-end;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.floating-card_wrapper.hhs {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border-radius: 5px;
  flex-direction: row;
}

.floating-card_text {
  color: #000;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.floating-card_text.outer {
  max-width: 450px;
  font-family: Made Outer Sans Light Personal Use, sans-serif;
  font-size: 1rem;
}

.hero_text-img {
  max-width: 150px;
}

.div-block-9 {
  justify-content: flex-end;
  display: flex;
}

.close-floating {
  width: 32px;
  cursor: pointer;
  position: absolute;
  top: 6%;
  right: 1%;
}

.floating-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-9 {
  font-size: 2rem;
  text-decoration: line-through;
}

.text-block-15 {
  color: var(--dark-grey);
  margin-bottom: -16px;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2rem;
  text-decoration: line-through;
  position: static;
}

.js-clock {
  color: var(--dark-gray);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: static;
  top: -9%;
  left: 47%;
  box-shadow: 6px 6px #000;
}

.js-clock.inside {
  box-shadow: none;
  border-style: none;
  flex-direction: row;
}

.js-clock.hide {
  display: none;
}

.box {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-family: Milligram, Verdana, sans-serif;
}

.pricing--card_countdown {
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: var(--cn-blue);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.outlineblue {
  color: var(--cn-blue);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--dark-gray);
}

.outlineorange {
  color: var(--cn-orange);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--dark-gray);
  text-shadow: none;
}

.hero_home2-0 {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  position: relative;
  overflow: visible;
}

.hero_wrapper {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_wrapper.is-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_title-wrapper.is-2 {
  max-width: 550px;
  align-items: flex-start;
}

.hero_title {
  max-width: 720px;
  color: #fff;
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 4.875rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero_title.is-2 {
  color: var(--dark-gray);
  text-align: left;
  font-size: 4rem;
}

.hero_title.is-2.is-lp2 {
  max-width: none;
  font-size: 3rem;
}

.hero_subtitle {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.hero_subtitle.is-darkgrey {
  color: var(--dark-gray);
  text-align: center;
}

.hero_subtitle.is-2 {
  color: var(--dark-gray);
  text-align: left;
  -webkit-text-stroke-color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
}

.flaoting-logo {
  position: absolute;
  top: 28%;
  right: 4%;
}

.flaoting-logo.lading2 {
  top: 55%;
  right: 28%;
}

.bg-video_wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/nubelson-fernandes-ZdOsQiwp0Ss-unsplash.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-video_home2-0 {
  height: 100%;
}

.img-home2-0 {
  width: 100%;
  height: 100%;
  background-color: var(--dark-gray);
  opacity: 1;
  object-fit: cover;
}

.section_wrapper {
  position: relative;
}

.heading-styleh2 {
  color: var(--dark-gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.text-style-subheader {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
}

.text-style-subheader.align-left {
  text-align: left;
}

.text-style-subheader.align-left.max-width-200 {
  max-width: 200px;
  font-weight: 400;
}

.text-style-subheader.align-left.outer {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
  font-weight: 100;
  position: static;
}

.text-style-subheader.max-width-720 {
  max-width: 720px;
}

.text-style-subheader.bold {
  color: var(--dark-gray);
  font-weight: 700;
}

.text-style-subheader.outer {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
}

.text-style-subheader.is-big {
  font-size: 1.5rem;
}

.video_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.platform-video {
  border-radius: 15px;
  overflow: hidden;
}

.video-features_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-feature_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.creators-portrait_wrapper {
  justify-content: center;
  display: flex;
}

.creators-img {
  width: 100%;
  border-radius: 20px;
}

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

.sixth-section.hide {
  display: none;
}

.creator-photo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.creator-img {
  width: 211px;
  height: 211px;
  object-fit: cover;
  border-radius: 100px;
}

.creator-img.landing2 {
  width: 160px;
  height: 160px;
}

.creator-name {
  max-width: 100px;
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.creator-name.small {
  font-size: 1.5rem;
}

.creator-channel {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.open-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.open-wrapper.hide {
  display: none;
}

.open-text {
  color: var(--dark-gray);
  -webkit-text-stroke-color: var(--dim-grey);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.open-cross-wrapper {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cross {
  width: 16px;
  height: 2px;
  background-color: var(--dark-gray);
}

.cross._1 {
  width: 16px;
  position: absolute;
  transform: rotate(90deg);
}

.creator-testimonial_wrapper {
  overflow: hidden;
}

.metrics-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.metrics-layout.hide {
  display: none;
}

.map-img {
  width: 100%;
  height: 495px;
  object-fit: cover;
  border-radius: 15px;
}

.metrics_card {
  box-shadow: 4px 4px 0 0 var(--dark-gray);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.creators-row_images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.creator_thumbnail {
  z-index: 4;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 100px;
  position: relative;
}

.creator_thumbnail.is-notfirst {
  z-index: 3;
  margin-left: -1rem;
  position: relative;
}

.creator_thumbnail.is-notfirst._2 {
  z-index: 2;
}

.creator_thumbnail.is-notfirst._3 {
  z-index: 1;
}

.metrics_info-ayout {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.metric-banner-text {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.metric-number {
  color: var(--cn-orange);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}

.metrics_wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: center;
  display: flex;
}

.metrics_wrapper.hide {
  display: none;
}

.metric-text_wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.metric__number-text {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 3.625rem;
  line-height: 1.1;
}

.metric-text {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.pricing_layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.pricing_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: 4px 4px 0 0 var(--dark-gray);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
}

.pricing_card.hhs {
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.pricing_card.hide {
  display: none;
}

.pricing_card.new {
  box-shadow: none;
  border-style: none;
  border-radius: 20px;
}

.pricing_title-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-title {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-title.is-lightgrey {
  color: var(--dark-grey);
}

.pricing-title.is-blue {
  color: var(--cn-orange);
  flex: 0 auto;
  align-self: auto;
  font-weight: 400;
}

.pricing-title.is-blue.outer {
  font-family: Made Outer Sans Light Personal Use, sans-serif;
}

.pricing-title.is-blue.outer._2 {
  font-size: 1rem;
}

.pricing-title.is-orange {
  color: var(--cn-orange);
}

.price-text {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
}

.price-text.outer {
  font-family: Made Outer Sans Medium Personal Use, sans-serif;
}

.pricing-bullets_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.space-doer {
  height: 24px;
}

.price-mintext {
  color: var(--dark-grey);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.price-mintext.outer {
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
}

.faq-text {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: all 0.2s;
}

.faq-text:hover {
  color: var(--cn-orange);
}

.faq_question {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: flex;
}

.creators-metrics_layout {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr 0.25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
  position: static;
  top: 0;
  overflow: visible;
}

.creator-metrics_wrapper {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.creator-metrics_wrapper.hide,
.creator-metrics_wrapper.hide-desktop {
  display: none;
}

.creator-metrix_numbers {
  height: 115px;
  background-color: #f3f3f6;
  border-radius: 15px;
  padding: 1.25rem;
  display: block;
  overflow: hidden;
}

.creator_number-text {
  color: var(--dark-gray);
  text-align: center;
  font-family: Milligram, Verdana, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.creator_number-text.not-on {
  color: var(--white-smoke);
}

.creator-metrics {
  justify-content: center;
  display: block;
  position: static;
  top: 64px;
}

.form-wrapper {
  width: 100%;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  display: flex;
}

.form-subtext_wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: flex;
}

.form-subtext_wrapper.hide {
  display: none;
}

.link_wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link_wrapper.hide {
  display: none;
}

.hero-rightimg_wrapper {
  width: 70%;
  height: 100%;
  grid-column-gap: 1rem;
  background-color: var(--dark-gray);
  border-radius: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  right: -20%;
  overflow: hidden;
}

.hero-rightimg_wrapper.is_hhswaitlist {
  width: 50%;
  border-radius: 20px;
  padding-left: 0;
  right: -5%;
}

.rightimg {
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tabs-menu-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.tab-link {
  background-image: url("../images/Group-14.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 0.35rem;
  transition: all 0.35s;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
      to bottom,
      var(--cn-orange),
      var(--cn-orange)
    ),
    url("../images/Group-14.svg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  padding: 0.35rem;
  transform: translate(0, -5px);
}

.creators-metrics_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.creators-metrics_wrapper.hide {
  display: none;
}

.bold-text-12 {
  color: var(--cn-blue);
  font-family: Made Outer Sans Regular Personal Use, sans-serif;
}

.host_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.image-16 {
  border-radius: 10px;
}

.host-text_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.host-name {
  color: var(--dark-gray);
  font-family: Made Outer Sans Medium Personal Use, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.host-info {
  color: var(--dark-gray);
  font-family: Made Outer Sans Thin Personal Use, sans-serif;
  font-size: 1.175rem;
  font-weight: 100;
}

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

.text-span-10 {
  color: var(--dark-gray);
  text-decoration: underline;
  transition: all 0.35s;
}

.text-span-10:hover {
  color: var(--cn-blue);
  text-decoration: underline;
}

.text-block-17 {
  display: none;
}

.div-block-10 {
  background-color: var(--dark-gray);
  border: 2px #000;
  border-radius: 8px;
  padding: 12px;
}

.text-span-11 {
  color: var(--cn-orange);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--dim-grey);
}

.text-span-12 {
  color: var(--cn-blue);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--dark-gray);
}

.html-embed-4 {
  border-radius: 20px;
  overflow: hidden;
}

.pricind_card_round {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  background-image: linear-gradient(
    to right,
    #a5ddfb,
    #d3bff6 25%,
    #f3b2ef 50%,
    #f4c7ad 75%,
    #f8dd9f
  );
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem;
  display: block;
}

.text-block-18 {
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: none;
}

.pricing_button {
  border: 1px none var(--dark-grey);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pricing_button.primary {
  box-shadow: none;
  background-image: linear-gradient(
    to right,
    #a5ddfb,
    #d3bff6 25%,
    #f3b2ef 50%,
    #f4c7ad 75%,
    #f8dd9f
  );
}

.text-block-19 {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.arrow_pricebutton {
  background-color: #fff;
  border-radius: 100px;
  padding: 0.5rem;
}

.arrow-pricing_img {
  width: 24px;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-span-13 {
  font-family: Made Outer Sans Regular Personal Use, sans-serif;
}

.text-span-14 {
  color: var(--dark-grey);
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: line-through;
}

.text-span-15 {
  font-size: 1rem;
  text-decoration: line-through;
}

.text-span-16 {
  background-image: url("../images/UnderlineCustom.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
}

.text-span-17 {
  font-size: 1.5rem;
}

.text-span-18 {
  font-weight: 400;
}

.creators-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.creators-flex.first {
  margin-left: 2rem;
  transform: translate(0, 500px);
}

.creators-flex.is-2 {
  transform: translate(0, 450px);
}

.creators-flex.is-3 {
  transform: translate(0, 500px);
}

.overlay-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    var(--dark-gray),
    rgba(27, 27, 27, 0) 19%,
    rgba(27, 27, 27, 0) 81%,
    var(--dark-gray)
  );
  display: block;
  position: absolute;
}

.creator-flex-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.creator-metrics_detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: var(--dark-gray);
  font-family: Milligram, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.image-17 {
  height: 112px;
  transform: rotate(-24deg);
}

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

.image-18 {
  height: 48px;
}

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

.video-2 {
  border-radius: 16px;
  overflow: hidden;
}

.body-3 {
  color: #000;
  background-color: #fbf2e6;
}

.heading-1 {
  color: #000;
  margin-left: 2rem;
  font-family: Made Outer Sans Black Personal Use, sans-serif;
  font-size: 28px;
  display: flex;
}

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

.image-19 {
  margin-right: 2rem;
}

.heading-4 {
  max-width: 936px;
  color: #201e9f;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-family: Made Outer Sans Black Personal Use, sans-serif;
  font-size: 56px;
  line-height: 1;
}

.div-block-15 {
  max-width: 70%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.image-20 {
  max-width: 300px;
}

.form-2 {
  max-width: 100%;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0;
  display: flex;
}

.text-field-2 {
  border-radius: 10px;
  margin-right: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.text-field-2.variant-light {
  background-color: #fff;
  border: 1px #272727;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form-block-2 {
  z-index: 200;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  top: 29px;
}

.submit-button {
  background-color: #a566f4;
  border-radius: 10px;
}

.image-21 {
  position: relative;
  top: -131px;
}

.image-22 {
  z-index: 0;
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0);
  position: static;
  top: -44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.section-5 {
  background-color: #1c1c1c;
}

.heading-5 {
  color: #a566f4;
  text-align: center;
  margin-top: 10rem;
  font-family: Made Outer Sans Black Personal Use, sans-serif;
}

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

.paragraph-3 {
  max-width: 425px;
  color: #fff;
  text-align: center;
}

.div-block-17 {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-18 {
  min-width: 20%;
}

.ai-feature-card {
  width: 215px;
  min-height: 135px;
  background-color: #222;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.div-block-19 {
  width: 36px;
  height: 36px;
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  display: flex;
}

.ai-feature-card-text {
  color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 14px;
}

.heading-6 {
  text-align: center;
  font-family: Made Outer Sans Black Personal Use, sans-serif;
  font-size: 28px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 0;
  padding-bottom: 10rem;
  display: flex;
}

.paragraph-4 {
  max-width: 300px;
  color: #fff;
  font-size: 1.2em;
}

.text-field-3 {
  border-radius: 10px;
  margin-right: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.text-field-3.variant-light {
  background-color: #272727;
  border: 1px #272727;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.form-3 {
  max-width: 100%;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0;
  display: flex;
}

.form-block-3,
.form-block-4 {
  z-index: 200;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  top: 29px;
}

.div-block-21 {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.section-6 {
  min-height: 100px;
  background-color: #f1e7d9;
}

.link-3 {
  color: var(--dark-grey);
  margin-right: 1rem;
}

.heading-7 {
  color: #292929;
  font-family: Made Outer Sans Black Personal Use, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
}

.heading-8 {
  color: #201e9f;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Made Outer Sans Black Personal Use, sans-serif;
  font-size: 48px;
  line-height: 1;
}

.paragraph-5 {
  width: 40%;
  color: #1c1c1c;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
}

.image-23 {
  z-index: -10;
  width: 50%;
  max-width: 100%;
  position: absolute;
  left: -10%;
  transform: rotate(171deg);
}

.image-24 {
  z-index: -10;
  width: 7%;
  position: absolute;
  top: 17%;
  right: 10%;
}

.image-25 {
  width: 30%;
  position: absolute;
  bottom: -1%;
  right: 6%;
  transform: rotate(195deg);
}

.image-28 {
  position: absolute;
  bottom: 60%;
  right: 0;
}

.image-29 {
  position: absolute;
  bottom: 0;
}

.image-30 {
  position: absolute;
}

.image-31 {
  z-index: -10;
  width: 300px;
  position: absolute;
  right: 0;
}

.image-32 {
  z-index: -10;
  width: 30%;
  position: relative;
  top: 0;
  right: -10%;
}

.div-block-24 {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
}

.success-message-2 {
  background-color: #fdfdfd;
}

.text-block-21,
.text-block-22 {
  font-weight: 700;
}

.success-message-3 {
  background-color: #fff;
}

.text-block-23 {
  font-weight: 700;
}

.success-message-4 {
  background-color: #fff;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.featured-in {
  max-width: 425px;
  color: #fff;
  text-align: center;
  padding-right: 0;
  font-size: 1em;
}

.image-33 {
  border-radius: 10px;
}

.image-34 {
  max-width: 250px;
}

.link-block-2 {
  min-width: 250px;
}

.footer-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .link-icons.center.yes-theory {
    background-color: #fff;
    border-radius: 10px;
  }

  .process-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .page-wrapper.hhs {
    overflow: hidden;
  }

  .brand_content {
    grid-row-gap: 32px;
  }

  .star-wrap._5 {
    right: 25%;
  }

  .heading-medium-2 {
    text-shadow: none;
  }

  .slide-3 {
    position: relative;
  }

  .footer_new.yestheory {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/Footer-BG.webp");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
  }

  .calltoaction_card.hosts {
    width: 70%;
  }

  .loop-container {
    width: 100%;
    height: 100%;
  }

  .loop-container.rotate.other {
    width: auto;
    height: auto;
  }

  .video_modal-wrapper {
    width: 60%;
    height: 80%;
  }

  .letter-text {
    max-width: 1250px;
  }

  .letter-modal {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: none;
  }

  .floating-cta_yestheory.hide {
    display: none;
  }

  .outlineblue {
    color: var(--cn-blue);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--dark-gray);
    text-shadow: none;
  }

  .outlineorange {
    color: var(--cn-orange);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--dim-grey);
  }

  .creator-name {
    max-width: 100px;
  }

  .div-block-14 {
    border-bottom: 1px solid rgba(40, 41, 40, 0.41);
  }

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

  .image-22 {
    opacity: 0.6;
    -webkit-text-fill-color: inherit;
    background-color: #fbf2e6;
    background-clip: border-box;
  }

  .div-block-16 {
    transform: rotate(0);
  }

  .text-field-3.variant-light {
    color: #e7e7e7;
  }

  .image-23 {
    width: 42%;
    top: 9%;
    transform: rotate(164deg);
  }

  .image-25 {
    z-index: -10;
    background-color: rgba(0, 0, 0, 0);
    bottom: 30%;
    right: 7%;
    transform: rotate(180deg);
  }

  .div-block-23 {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 10rem;
  }

  .image-26 {
    z-index: -10;
    position: absolute;
  }

  .image-27 {
    z-index: -10;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -50%;
    left: 10%;
  }

  .image-28 {
    z-index: 0;
    position: absolute;
    bottom: -81%;
    right: 0;
  }

  .image-29 {
    position: absolute;
    bottom: -60%;
    left: 10%;
  }
}

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

  blockquote {
    font-size: 2rem;
  }

  .section.titles {
    min-height: auto;
    padding-top: 0;
  }

  .section.desktop-top-padding-header {
    padding-top: 0;
  }

  .menu-mobile {
    width: 42px;
    height: auto;
    min-height: auto;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .nav-li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    flex: 0 auto;
    margin-top: 0;
  }

  .container.inner-padding-medium {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .container.desktop-padding {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.merch {
    padding-top: 2vh;
  }

  .container.bottom {
    margin-top: 90px;
    margin-bottom: 120px;
  }

  .main-grid {
    grid-column-gap: 36px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .main-grid.inner-padding-medium {
    justify-items: center;
  }

  .main-grid.inner-padding-small {
    grid-row-gap: 20px;
    justify-content: stretch;
    justify-items: center;
  }

  .main-grid.hero-images {
    min-height: auto;
    grid-template-rows: auto auto auto auto;
    margin-bottom: 60px;
  }

  .main-grid.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .grid-wrapper.product-banner {
    min-height: 35vh;
  }

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .inner-padding-xsmall {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-grid-header {
    min-height: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
  }

  .hero-grid-header.align-top {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid-rail {
    min-height: auto;
    min-width: 100vw;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-logo.slip {
    width: 285.594px;
    min-height: 35px;
  }

  .image-logo.rh {
    width: 430.156px;
    max-height: 50px;
    min-height: 35px;
  }

  .grid-gallery {
    min-width: 250vw;
  }

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

  .small-legal-text.sms {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .wrapper-heading.inner-padding-medium {
    margin-top: 30px;
    padding-top: 0;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .hero-images-wrapper {
    padding-bottom: 0;
  }

  .inner-full-width-grid {
    grid-template-columns: 1fr;
  }

  .half-container {
    width: auto;
    max-width: none;
    min-height: auto;
  }

  .half-container.reverse {
    padding-left: 30px;
  }

  .image-frame {
    width: 35vw;
  }

  .image-tiles-hero._3d-reverse {
    max-height: none;
  }

  .wrappernav {
    background-color: var(--dark-gray);
    position: -webkit-sticky;
    position: sticky;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr auto;
  }

  .form {
    align-items: center;
  }

  .form.yestheory {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-button {
    min-height: 45px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-xlarge {
    text-align: center;
    font-size: 4em;
  }

  .heading-xlarge.white {
    font-size: 60px;
  }

  .heading-xlarge.hero-v4 {
    padding-top: 45px;
  }

  .heading-xlarge.black {
    justify-content: center;
    margin-top: 120px;
    display: flex;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: rgba(128, 128, 128, 0.2);
  }

  .button.outline:hover {
    border-color: rgba(179, 179, 179, 0.3);
  }

  .button.color-red:hover,
  .button.color-red.topnav:hover {
    background-color: var(--crimson);
  }

  .button.color-red.home2-1 {
    margin-right: 1rem;
  }

  .button.color-red.home2-1:hover {
    background-color: var(--cn-orange);
  }

  .button.color-blue,
  .button.color-blue:hover {
    background-color: var(--blue-2);
  }

  .button.topnav {
    justify-content: flex-start;
  }

  .button.bg-white:hover {
    background-color: #fff;
  }

  .grid-buttons {
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .grid-buttons.inner-padding-small {
    width: 100%;
    justify-items: center;
  }

  .p-small-size.min-h {
    min-height: auto;
  }

  .nav-link {
    color: var(--dark-grey);
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .tabs-menu {
    justify-content: center;
    padding-bottom: 30px;
  }

  .icon-check {
    margin-right: 0;
  }

  .image-tab-wrapper {
    max-height: none;
  }

  .tabs-column {
    flex-direction: column;
  }

  .tabs-menu-vertical {
    justify-content: flex-start;
  }

  .tab-list {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mockup {
    width: 38rem;
    max-height: none;
    max-width: none;
    align-items: flex-start;
  }

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

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

  .gray-wrapper.inner-quote.mobile-grdient {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.6)
      ),
      url("../images/Group-16.svg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 10px;
    margin-left: 0;
  }

  .text-field {
    width: 100%;
    min-width: auto;
  }

  .text-field.creator-week {
    width: 50%;
  }

  .text-field.home2-1 {
    width: 100%;
  }

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

  .inner-footer-nav {
    justify-content: stretch;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .image-profile-wrapper.large {
    width: 120px;
    height: 120px;
  }

  .stats-wrapper {
    text-align: left;
    align-items: flex-start;
    padding: 30px;
    font-size: 16px;
  }

  .paragraph-wrapper.margin-bottom-medium,
  .paragraph-wrapper.margin-bottom-xsmall {
    align-items: center;
  }

  .paragraph-wrapper.align-center.half {
    max-width: none;
  }

  .plan-column {
    padding: 35px 35px 45px;
  }

  .xlarge-scroll-heading.wrap-mobile {
    width: 500rem;
    flex-wrap: wrap;
    font-size: 11vh;
    line-height: 1;
    display: flex;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-grid-wrapper.rounded {
    width: 60%;
  }

  .logo-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .device-wrapper.side-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .half-section {
    height: auto;
    min-height: auto;
    padding: 10vh 45px;
  }

  .half-section.reverse {
    padding-left: 45px;
    padding-right: 45px;
  }

  .inner-half-section {
    height: auto;
    min-height: 450px;
    border-left-style: solid;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    align-items: flex-start;
    display: flex;
  }

  .inner-content-column {
    padding-top: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .full-image.cta {
    max-width: 90%;
  }

  .logo-grid-ticker {
    grid-column-gap: 20px;
    margin-top: 90px;
    margin-bottom: 120px;
    margin-right: 20px;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .flex-scrolling.padding-bottom-medium.no-on-tab {
    grid-column-gap: 0px;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .main-paragraph {
    text-align: center;
    font-size: 1.25em;
  }

  .main-paragraph.split {
    column-count: 1;
  }

  .main-paragraph.margin-bottom-small {
    text-align: center;
    font-size: 1.8em;
    font-weight: 500;
  }

  .main-paragraph.black {
    align-self: center;
    margin-top: 0;
  }

  .main-paragraph.smaller {
    text-align: center;
    align-self: auto;
  }

  .main-paragraph.margin-top.margin-medium,
  .main-paragraph.color-white.margin-bottom {
    text-align: center;
  }

  .main-paragraph.align-center.creator-week {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.1em;
  }

  .main-paragraph.right {
    text-align: left;
  }

  .main-paragraph.right.outer {
    font-size: 1em;
  }

  .hero-cta-wrapper {
    max-width: none;
  }

  .inner-half {
    min-height: auto;
    padding: 10vw 35px;
  }

  .content-wrap {
    max-width: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .frame-image-overflow {
    width: 45vw;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .lightbox-link {
    padding: 18px 40px;
  }

  .lightbox-link:hover {
    background-color: rgba(128, 128, 128, 0.2);
  }

  .scribble {
    margin-left: 10px;
    padding-left: 0;
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-quote-wrapper {
    min-height: 400px;
  }

  .hero-grid {
    min-height: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
  }

  .heading-medium {
    align-self: center;
  }

  .heading-medium.margin-bottom-xsmall.white {
    margin-top: 60px;
    font-size: 3.5em;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.merch.text-black {
    font-size: 60px;
  }

  .heading-large.hero {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
  }

  .heading-large.small-mobile {
    font-size: 45px;
  }

  .heading-regular.text-white.outer {
    font-size: 1.25em;
  }

  .inner-hero-images {
    min-height: auto;
    padding-top: 0;
  }

  .collection-list-news,
  .collection-list-news._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 32px;
  }

  .wrapper-call-to-action {
    width: 100%;
  }

  .wrap-summary,
  .wrap-summary.header {
    text-align: center;
  }

  .hero-ticker-images {
    padding-bottom: 0;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .grid-list-stats.margin-bottom-small {
    grid-template-columns: 1fr 2fr;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
  }

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

  .product-link-wrapper {
    height: auto;
  }

  .product-image-wrapper {
    height: 35vh;
    border-radius: 8px;
    flex: none;
  }

  .view-more {
    display: none;
  }

  .wrapper-features {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 24px;
  }

  .wrapper-image-blog.team-members {
    height: 35vh;
  }

  .wrapper-image-blog.team-members.rounded {
    height: 55vh;
  }

  .paragraph-wrapper-center.inner-padding-small.full-width.no-padding-mobile {
    width: 90%;
  }

  .paragraph-wrapper-center.inner-padding-small.full-width.no-padding-mobile._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-features,
  .flex-features.inner-padding-xsmall {
    justify-content: center;
  }

  .tag-features {
    font-size: 14px;
  }

  .form-container {
    max-width: none;
  }

  .contain-form {
    padding-top: 1.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .dropdown {
    width: 100%;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 20px;
  }

  .label-dropdown {
    color: var(--dark-grey);
    font-size: 20px;
  }

  .underline {
    height: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
    overflow: visible;
  }

  .half-image-wrapper {
    height: auto;
    min-height: auto;
    padding: 10vw 45px 10vh;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    height: 100%;
    max-height: none;
  }

  .inner-text-scrolling {
    font-weight: 700;
  }

  .link-social:hover {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .overflow-wrapper.top-padding {
    overflow: visible;
  }

  .overflow-wrapper.rounded {
    width: 80%;
    height: auto;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0;
  }

  .inner-track {
    margin-top: 0;
  }

  .wrapper-link-back:hover {
    color: var(--dim-grey);
  }

  .tag-sale {
    font-size: 13px;
  }

  .buttons-nav-wrapper {
    display: flex;
  }

  .image-features.max-width {
    max-width: 85%;
  }

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

  .grid-style-guide {
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .home-link-grid {
    border-radius: 4px;
    padding: 20px 10px 15px;
  }

  .home-link-grid:hover {
    background-color: #fff;
  }

  .hero-wrapper {
    align-items: center;
  }

  .more-images {
    width: 100%;
  }

  .inner-image-cta {
    margin-bottom: 60px;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: -19px;
    bottom: auto;
    left: 24px;
    right: auto;
  }

  .black-line {
    display: none;
  }

  .step-3-info-wrapper {
    align-items: flex-start;
  }

  .step-3-info-wrapper.new {
    align-items: center;
  }

  .step-1-info-wrapper {
    align-items: flex-start;
  }

  .step-1-info-wrapper.new {
    align-items: center;
  }

  .process-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .timeline-wrapper {
    display: none;
  }

  .step-2-info-wrapper {
    align-items: flex-start;
  }

  .step-2-info-wrapper.new {
    align-items: center;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .section-2 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-2.black._2 {
    padding-top: 0;
  }

  .text-light-grey.host-info {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1em;
  }

  .container-2.small.flex {
    width: 100%;
    max-width: none;
  }

  .step-4-info-wrapper {
    align-items: flex-start;
  }

  .m-button-hover {
    display: none;
  }

  .button-2 {
    padding: 1.125rem 2rem;
  }

  .button-2:hover {
    background-color: #4fc2f9;
    border: 1px solid #4fc2f9;
  }

  .main-button-wrap {
    padding-right: 0;
    transition: background-color 0.2s;
  }

  .circular-arrow {
    width: 2.4em;
    height: 2.4em;
  }

  .text-block-6 {
    text-align: left;
  }

  .lottie-animation-2 {
    width: 200px;
  }

  .lottie-animation-2:hover {
    width: 210px;
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .circle._1 {
    top: -23%;
  }

  .gradient-wrapper-2 {
    filter: blur(180px);
  }

  .inner-text-scrolling-2 {
    grid-column-gap: 20px;
  }

  .frame-flip-wrapper {
    min-height: auto;
  }

  .heading-hero {
    font-size: 25vh;
  }

  .text-copyright-icon {
    font-size: 2em;
  }

  .flipping-image-wrapper.front {
    margin-bottom: 6rem;
  }

  .main-grid-2 {
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid-2.collage {
    grid-row-gap: 6rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    padding-top: 10vh;
    padding-bottom: 0;
    display: flex;
  }

  .button-main.login {
    display: block;
  }

  .gradient-wrapper-3 {
    filter: blur(180px);
  }

  .border-purple.hide-mobile {
    display: none;
  }

  .hero-lottie {
    width: auto;
    max-width: none;
    margin-bottom: 100px;
  }

  .lottie-animation-5.top,
  .lottie-animation-5.top._2 {
    width: 35rem;
  }

  .divider {
    display: none;
  }

  .lottieheader2 {
    width: 32rem;
    margin-top: 30px;
    margin-bottom: -30px;
    padding-bottom: 0;
  }

  .bold-text-8 {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 2.8rem;
    display: block;
  }

  .brand_image {
    min-height: 0;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    width: 90%;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .lottie-animation-8 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 45px;
  }

  .heading-small-2.minigram {
    font-size: 1.5rem;
  }

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

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

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

  .padding-vertical.padding-xhuge {
    padding: 6rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-medium {
    margin: 1.5rem;
  }

  .flip-frame-horizontal {
    width: 100%;
  }

  .main-grid-3 {
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid-3.flipping {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 35px;
    padding-top: 10vh;
  }

  .flip-frame {
    height: 40vh;
  }

  .flip-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-frame-2 {
    width: 35vw;
  }

  .left-top-bubble,
  .center-left-bubble,
  .center-right-bubble {
    width: 600px;
    height: 600px;
  }

  .heading-large-2 {
    font-size: 3.5rem;
  }

  .heading-large-2.bigger {
    font-size: 4rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .star-wrap._3 {
    top: 25%;
    left: 5%;
  }

  .star-wrap._5 {
    top: 5%;
  }

  .heading-medium-2,
  .heading-medium-2.margin-bottom.margin-small {
    font-size: 2.5rem;
  }

  .heading-medium-2.no-margin.is-mid,
  .heading-medium-2.no-margin.outer {
    text-align: center;
  }

  .bubble {
    top: -90%;
    right: -25%;
  }

  .arrow-wrapper {
    bottom: -50%;
    right: -3%;
  }

  .graph-point {
    left: 0%;
  }

  .graph-point._2 {
    right: 20%;
  }

  .timeline-text {
    left: 55%;
  }

  .timeline-text._2 {
    left: auto;
    right: 55%;
  }

  .timeline-heading.left {
    text-align: right;
  }

  .slider-wrapper {
    display: none;
  }

  .slide--grid {
    margin-right: 1rem;
    padding-left: 4rem;
    padding-right: 0;
  }

  .cohor-card {
    height: auto;
    padding-top: 20rem;
  }

  .cohor-card.middle {
    margin-top: 0;
  }

  .cohortcard-text {
    font-size: 28px;
  }

  .cohort-image {
    height: 100%;
    background-size: cover;
  }

  .card_layout {
    z-index: 1;
  }

  .card_layout.hide,
  .card_layout.hide-tablet {
    display: none;
  }

  .card_layout.middle {
    padding-top: 0;
  }

  .card_layout._1 {
    z-index: 0;
  }

  .card_layout._3 {
    z-index: 2;
  }

  .right-arrow {
    margin-right: -2rem;
  }

  .left-arrow {
    margin-left: -2rem;
  }

  .footer_new {
    background-image: url("../images/Footer-obile.svg");
    background-position: 50% 0;
  }

  .footer_new.yestheory {
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    padding-top: 4rem;
  }

  .calltoaction_card.hosts {
    width: 70%;
    grid-row-gap: 2rem;
    padding: 1rem 2rem 3rem;
  }

  .pay_layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pay-text-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }

  .testimonials-wrapper {
    margin-bottom: 0;
  }

  .html-embed-2 {
    height: 100%;
    overflow: auto;
  }

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

  .cohort-layout {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cohort-layout.second.hide {
    padding-top: 0;
    display: none;
  }

  .cohort-layout.hide {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cohort-info {
    position: static;
  }

  .airrack-hero-layout {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .airrack-hero-text {
    text-align: left;
  }

  .airrack-hero-text.original {
    width: 100%;
  }

  .airrack-logo {
    text-align: center;
    justify-content: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .airrack-logo.align-center.craetor-week {
    margin-bottom: 0;
  }

  .margin-4rem {
    display: none;
  }

  .underline-custom {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .floting-arrow {
    top: 102%;
    bottom: auto;
    left: auto;
    right: 31%;
    transform: rotateX(0) rotateY(180deg) rotateZ(0);
  }

  .airrack-image-nopad.original {
    margin-top: -8rem;
  }

  .image-7 {
    display: block;
  }

  .image-8 {
    width: 40px;
    height: 40px;
  }

  .image-9 {
    width: 150px;
  }

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

  .image-10 {
    width: 300px;
    display: none;
  }

  .image-mobile {
    width: 100%;
    display: none;
  }

  .image-mobile._2 {
    display: block;
  }

  .host-image {
    width: 320px;
    height: 320px;
  }

  .hosts-layout {
    grid-template-columns: 1fr 1fr;
  }

  .host-info-wrapper {
    flex-direction: column;
  }

  .host-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .host-info-text {
    align-items: center;
  }

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

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .host-session-time.underline-softblue {
    margin-top: 1rem;
  }

  .hero_yestheory-wrapper {
    margin-top: 6vh;
  }

  .hero_yestheory-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero_video_wrapper.hhs {
    height: 650px;
  }

  .hero_info-layout.hhs {
    align-items: center;
  }

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

  .hero_yestheory-features1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero_yestheory-features1.how {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero_yestheory-detail.star1 {
    top: -11%;
  }

  .hero_yestheory-detail.star3 {
    bottom: 0%;
  }

  .video_modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video_modal-wrapper {
    height: 35%;
  }

  .feature_yestheory-wrapper.is-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header_dropdown_wrapper {
    display: none;
  }

  .header_dropdown_wrapper.letter {
    display: flex;
  }

  .feature-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .image-15 {
    height: 24px;
  }

  .feature-point_text {
    max-width: none;
  }

  .letter-text {
    font-size: 0.875rem;
  }

  .letter-detail {
    top: -21%;
    left: 5%;
  }

  .letter-detail._2 {
    display: none;
  }

  .letter-detail._1 {
    bottom: -10%;
    right: 12%;
  }

  .instructor-info {
    font-size: 1rem;
  }

  .instructo-info_wrapper {
    margin-left: 0;
  }

  .instructor-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .instructor-photo_wrapper {
    z-index: 0;
  }

  .instructor-photo {
    max-height: none;
    object-fit: cover;
  }

  .date-wrapper {
    z-index: 1;
    position: absolute;
    top: -2%;
    left: 5%;
  }

  .instructor-layout {
    flex-direction: column;
    position: relative;
  }

  .host-card_wrapper {
    top: auto;
    bottom: -6%;
    right: auto;
  }

  .host-card_wrapper.price {
    right: -3%;
  }

  .letter-yestheory-card {
    padding: 3rem;
  }

  .floating-cta_yestheory {
    top: 78vh;
  }

  .floating-cta_yestheory.hhs {
    top: 85vh;
  }

  .floating-card_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .floating-card_wrapper.hhs {
    display: flex;
  }

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

  .js-clock {
    top: -7%;
    left: 55%;
  }

  .hero_wrapper.is-2 {
    grid-template-columns: 1fr;
  }

  .flaoting-logo {
    top: 41%;
    right: 13%;
  }

  .video_layout {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .video-features_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .creator-photo-wrapper {
    justify-content: flex-start;
  }

  .metrics-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .metrics_card {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .metrics_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .pricing_layout {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    padding-left: 0;
  }

  .creators-metrics_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-rightimg_wrapper {
    display: none;
  }

  .rightimg {
    height: 100%;
  }

  .tabs-menu-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .host_wrapper,
  .pricing-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    display: none;
  }

  .creator-metrics_detail {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .image-17 {
    transform: rotate(67deg);
  }

  .host_videos-layout {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
  }

  .ai-feature-card {
    width: 400px;
    margin-bottom: 1rem;
  }

  .ai-feature-card-text {
    font-size: 18px;
  }

  .div-block-22 {
    margin-top: 10rem;
  }

  .featured-in {
    font-style: normal;
    text-decoration: none;
  }

  .footer-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    display: flex;
  }
}

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

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  blockquote {
    font-size: 2rem;
  }

  .container.header {
    padding-top: 5vh;
  }

  .main-grid {
    grid-row-gap: 36px;
  }

  .main-grid.inner-padding-small {
    justify-content: stretch;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-rail.about-page {
    top: 0;
  }

  .frame-image-hero.hero {
    height: 30vh;
    min-width: 25vw;
  }

  .small-legal-text.sms {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .inner-full-width-grid {
    grid-template-columns: 1fr;
  }

  .wrappernav.transparent {
    height: 5rem;
  }

  .navgrid {
    min-height: 75px;
  }

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

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

  .navbar.transparent {
    height: 5rem;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .button.color-red.home2-1 {
    width: auto;
    margin-top: 0.375rem;
    margin-right: 0.375rem;
    display: block;
    position: absolute;
    top: 0%;
  }

  .grid-buttons {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-around;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons.social {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 2rem;
    padding-bottom: 30px;
  }

  .image-iphone {
    width: 50vw;
  }

  .tabs-menu,
  .tabs-menu-vertical {
    flex-direction: column;
  }

  .tab-list {
    margin: 10px 0;
  }

  .mockup {
    max-height: none;
    background-color: #ff2121;
    align-items: flex-start;
    display: block;
  }

  .tabs-nav-menu {
    flex-direction: column;
  }

  .button-tab {
    margin: 10px 0;
  }

  .gray-wrapper {
    padding: 35px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

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

  .text-field.creator-week {
    width: 60%;
  }

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

  .form-block {
    width: 100%;
  }

  .stats-wrapper {
    font-size: 14px;
  }

  .form-wrapper.left.yestheory {
    align-items: center;
  }

  .half-section {
    padding-right: 0;
  }

  .main-paragraph.bold {
    font-size: 24px;
  }

  .main-paragraph.align-center.creator-week {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9em;
  }

  .inner-half {
    min-height: auto;
  }

  .full-form.yestheory {
    align-items: center;
  }

  .lightbox-link {
    width: 100%;
    justify-content: center;
  }

  .value {
    font-size: 36px;
  }

  .logo-quote-wrapper {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .heading-large {
    font-size: 32px;
  }

  .heading-regular {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-regular.text-gray-light {
    font-weight: 400;
  }

  .heading-small {
    font-size: 16px;
    font-weight: 700;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
  }

  .product-image-wrapper {
    height: 32vh;
  }

  .product-image-wrapper.merch {
    height: 35vh;
  }

  .product-image-wrapper.home {
    height: 30vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

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

  .stats-number.large {
    font-size: 35px;
  }

  .underline {
    height: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .half-image-wrapper {
    padding-right: 0;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }

  .inner-ticker {
    min-height: auto;
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .link-social {
    flex: 0 33.3%;
  }

  .image-product {
    height: 45vh;
  }

  .grid-style-guide {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-around;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-style-guide.inner-padding-xsmall {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .home-small-text {
    font-size: 13px;
  }

  .logo-loader {
    height: 35px;
  }

  .step {
    left: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .step-3-info-wrapper,
  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .process-wrapper {
    grid-template-columns: 1fr;
  }

  .center-div.margin-negative {
    margin-top: auto;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .text-light-grey.host-info {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .process-image {
    width: 100%;
    background-image: url("../images/Process-Image-Background-Mobile.png");
    background-size: cover;
    margin-bottom: 24px;
  }

  .label-button.hero.white {
    font-size: 1.25rem;
  }

  .button-2 {
    width: auto;
    font-size: 1rem;
  }

  .circle {
    height: 80vh;
  }

  .main-grid-2 {
    grid-row-gap: 1.5vh;
  }

  .main-grid-2.collage {
    padding-top: 8vh;
  }

  .content-image {
    width: 350px;
    height: 450px;
  }

  .brand_container {
    width: 100%;
    padding-bottom: 80px;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    width: 90%;
  }

  .brand_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

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

  .testimonial16_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

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

  .padding-vertical.padding-xhuge {
    padding: 4rem;
  }

  .testimonial16_slide-nav {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .testimonial16_arrow {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .testimonial16_arrow.left {
    right: 3.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-medium {
    margin: 1.25rem;
  }

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

  .testimonial16_client {
    width: 100%;
    align-items: center;
  }

  .main-grid-3 {
    grid-row-gap: 1.5vh;
  }

  .left-top-bubble,
  .center-left-bubble,
  .center-right-bubble {
    width: 400px;
    height: 400px;
  }

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

  .heading-large-2.bigger {
    font-size: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .star-wrap._3 {
    top: 15%;
    left: 0%;
  }

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

  .heading-medium-2 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-medium-2.margin-bottom.margin-small {
    font-size: 2rem;
  }

  .heading-medium-2.color-white,
  .heading-medium-2.no-margin.outer {
    text-align: center;
  }

  .bubble {
    right: -5%;
  }

  .graph_row.hide_landscape {
    display: none;
  }

  .graph_row.hide_landscape.hide_mobile {
    display: block;
  }

  .timelin-wrapper,
  .centerline {
    height: 650px;
  }

  .timeline-heading.left {
    text-align: right;
  }

  .slide--grid {
    padding-right: 2rem;
  }

  .cohor-card {
    height: auto;
    padding-top: 12rem;
  }

  .card_layout.hide-mobile {
    display: none;
  }

  .right-arrow {
    margin-right: 0;
  }

  .left-arrow {
    margin-left: 0;
  }

  .footer_new {
    background-position: 50% 100%;
  }

  .calltoaction_card {
    width: 100%;
  }

  .calltoaction_card.hosts {
    width: 80%;
    padding: 1rem 2rem 2rem;
  }

  .cohort-layout {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cohort-info {
    width: 100%;
  }

  .arrow-top {
    width: 350px;
    margin-left: 235px;
  }

  .html-embed-3.desktop {
    display: none;
  }

  .mobile_animation {
    display: block;
  }

  .airrack-hero-layout {
    margin-top: 3rem;
  }

  .image-8 {
    width: 40px;
    height: 40px;
  }

  .host-image {
    width: 240px;
    height: 240px;
  }

  .hosts-layout {
    grid-template-columns: 1fr 1fr;
  }

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

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .contact-modal1_component {
    align-items: flex-start;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .hero_yestheory-wrapper {
    margin-top: 6vh;
  }

  .hero_video_wrapper.hhs {
    height: 500px;
  }

  .hero_info-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-feature_card.how.creator {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_yestheory-detail.star4 {
    display: none;
  }

  .video_modal-wrapper {
    height: 30%;
  }

  .feature-layout {
    display: flex;
  }

  .checkpoint-wrapper {
    min-width: 18px;
  }

  .letter-hero {
    font-size: 1.25rem;
  }

  .letter-detail {
    left: 0%;
  }

  .letter-detail._3 {
    bottom: 10%;
  }

  .instructors-wrapper {
    display: block;
  }

  .instructor-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
  }

  .instructor-photo {
    height: 160px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 100px;
  }

  .pricing-card {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .letter-yestheory-card {
    padding: 2rem;
  }

  .close-letter {
    top: 2%;
  }

  .arrow-detail {
    right: 1%;
  }

  .floating-cta_yestheory {
    top: 80vh;
  }

  .floating-cta_yestheory.hide {
    display: none;
  }

  .floating-cta_yestheory.hhs {
    top: 80vh;
  }

  .floating-card_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .floating-card_wrapper.mobile {
    flex-direction: column;
    display: flex;
  }

  .floating-card_wrapper.hhs {
    flex-direction: column;
  }

  .floating-card_text {
    font-size: 1rem;
  }

  .js-clock {
    top: -5%;
    left: 37%;
  }

  .hero_wrapper.is-2 {
    height: 100vh;
    grid-template-columns: 6.5fr 1fr;
  }

  .hero_title-wrapper.is-2 {
    max-width: none;
  }

  .hero_title {
    font-size: 3.5rem;
  }

  .hero_subtitle.is-darkgrey {
    font-size: 1rem;
  }

  .flaoting-logo {
    display: none;
    right: 11%;
  }

  .bg-video_wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("../images/nubelson-fernandes-ZdOsQiwp0Ss-unsplash.webp");
    background-position: 0 0, 50%;
  }

  .video-features_layout {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .creator-photo-wrapper {
    justify-content: center;
  }

  .creator-img {
    width: 112px;
    height: 112px;
  }

  .creator-name {
    max-width: none;
    font-size: 1.5rem;
  }

  .map-img {
    height: 495px;
  }

  .metrics_wrapper {
    flex-direction: column;
  }

  .pricing_layout {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
  }

  .creators-metrics_layout {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .creator-metrics_wrapper.hide-desktop {
    display: flex;
  }

  .creator-metrics_wrapper.hide-mobile {
    display: none;
  }

  .creator-metrix_numbers {
    height: 115px;
  }

  .creator_number-text {
    font-size: 4rem;
  }

  .creator_number-text.not-on.second,
  .creator_number-text.not-on.third,
  .creator_number-text.not-on.fourth,
  .creator_number-text.first {
    font-size: 5rem;
  }

  .hero-rightimg_wrapper {
    display: none;
  }

  .tabs-menu-2 {
    grid-template-columns: 1fr;
  }

  .creators-metrics_wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-columns: 1fr;
  }

  .host-name {
    font-size: 1.75rem;
  }

  .host-info {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .section.overflow {
    margin-top: 0;
  }

  .section.overflow._3 {
    padding-top: 60px;
  }

  .section.inner-padding-bottom.less-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section._2 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section._2._3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section._4 {
    margin-top: -150px;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .container {
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.inner-padding-medium {
    padding-top: 3.6em;
    padding-bottom: 3.6em;
  }

  .container.titles {
    margin-top: 30px;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.margin-bottom-medium.backers {
    margin-bottom: 6em;
  }

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

  .main-grid {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 120px;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .main-grid.inner-padding-medium._2 {
    margin-top: 0;
    margin-bottom: 90px;
  }

  .main-grid.margin-bottom-small.margin-bottom.margin-xxlarge {
    align-items: start;
  }

  .main-grid.no-gap {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    display: flex;
  }

  .main-grid.inner-padding-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .main-grid.hero-images {
    min-height: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-content: start;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .main-grid.short-gap {
    align-content: stretch;
  }

  .main-grid.faq {
    grid-row-gap: 0px;
  }

  .main-grid.faq.home {
    justify-items: start;
  }

  .grid-wrapper.top-padding {
    padding-top: 0;
  }

  .grid-wrapper.sticky-faq {
    padding-top: 0;
  }

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

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

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .title-tag {
    font-size: 12px;
  }

  .grid-rail {
    min-height: auto;
    min-width: auto;
    grid-column-gap: 1.5vw;
    flex: none;
    margin-right: 1.5vw;
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
  }

  .hero-rail {
    height: auto;
    align-items: flex-end;
  }

  .hero-rail.gap {
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-rail.about-page {
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .logos-wrapper {
    padding: 1em 1.5em;
  }

  .image-logo {
    max-height: 30px;
  }

  .image-logo.large,
  .image-logo.xlarge {
    max-height: 40px;
    max-width: 145px;
  }

  .image-logo.rhino {
    max-height: none;
    max-width: none;
    min-width: 250px;
  }

  .image-logo.confort {
    max-height: none;
    max-width: none;
    min-width: 300px;
  }

  .image-logo.slip {
    width: 214.188px;
    max-height: 45px;
    margin-left: 20px;
  }

  .image-logo.rh {
    width: 307.25px;
    max-height: 25px;
    min-height: 25px;
  }

  .image-logo.notion {
    min-height: 40px;
  }

  .grid-gallery {
    min-height: auto;
    min-width: 300vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
    margin-top: -30px;
  }

  .frame-image-hero {
    max-width: none;
  }

  .frame-image-hero._02 {
    z-index: 3;
  }

  .frame-image-hero.hero {
    width: 100%;
  }

  .small-legal-text {
    text-align: center;
    font-size: 11px;
  }

  .small-legal-text.sms {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-heading {
    align-items: center;
  }

  .wrapper-heading.inner-padding-medium {
    margin-top: -120px;
    padding-top: 3em;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .hero-images-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .divider-overlap {
    height: 30%;
    max-height: 15vh;
    display: block;
  }

  .heading-wrapper-center.inner-padding-small {
    margin-top: 0;
    padding-top: 0;
  }

  .half-container,
  .half-container.reverse {
    padding-right: 30px;
  }

  .image-frame {
    width: 80vw;
    height: 30vh;
    max-width: none;
  }

  .image-frame.move {
    width: 45vw;
  }

  .image-tiles-hero {
    width: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    flex: 0 auto;
  }

  .wrappernav {
    background-color: #fff;
  }

  .navgrid {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form.margin-top.align-center {
    grid-row-gap: 0rem;
    align-items: stretch;
  }

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

  .form.is-mid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-button {
    padding-left: 5px;
    padding-right: 10px;
    display: flex;
  }

  .heading-xlarge {
    align-self: center;
  }

  .heading-xlarge.white {
    font-size: 32px;
  }

  .heading-xlarge.black {
    text-align: center;
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-overlayer {
    background-image: linear-gradient(#000 18%, rgba(14, 14, 14, 0.15) 65%);
    display: block;
  }

  .navbar {
    background-color: #fff;
    justify-content: space-between;
  }

  .button {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.topnav {
    justify-content: center;
    font-size: 18px;
  }

  .grid-buttons {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.inner-padding-small {
    justify-items: stretch;
  }

  .grid-buttons.social {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .p-small-size {
    font-size: 1.1em;
    line-height: 1.3;
  }

  .p-small-size.text-white-opacity {
    font-size: 1.2em;
  }

  .nav-link {
    font-size: 18px;
  }

  .image-brand {
    max-height: 35px;
  }

  .image-iphone {
    width: 45vw;
    max-height: 550px;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .list-flex {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-check {
    margin: 0 0 20px;
    display: block;
  }

  .mockup {
    width: 19rem;
    height: auto;
    max-width: none;
    perspective-origin: 50% 0;
    border-width: 8px;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 75px;
  }

  .gray-wrapper {
    padding: 20px 25px;
  }

  .gray-wrapper.inner-quote {
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .gray-wrapper.inner-quote.mobile-grdient {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.6)
      ),
      url("../images/Group-14.svg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .gray-wrapper.float-bottom {
    margin-bottom: 40px;
    padding-top: 2rem;
  }

  .gray-wrapper.features-icons {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .gray-wrapper._2 {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stats {
    font-size: 35px;
  }

  .text-field {
    height: 60px;
    max-width: none;
    text-align: left;
    margin-right: 0;
  }

  .text-field.dark {
    min-width: auto;
    text-align: left;
  }

  .text-field.creator-week {
    width: 100%;
  }

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

  .inner-grid-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .stats-wrapper {
    padding: 0 0;
    font-size: 14px;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .paragraph-wrapper.margin-bottom-small {
    margin-top: -20px;
  }

  .paragraph-wrapper.margin-bottom-xsmall {
    align-items: flex-start;
  }

  .ratings.margin-bottom-small {
    margin-top: 20px;
  }

  .plan-column {
    padding: 20px 10px;
  }

  .plan-column.recommended {
    padding: 0 10px 1.5em;
  }

  .plan-column.recommended._1 {
    padding-bottom: 0;
  }

  .plan-column._1 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .form-wrapper,
  .form-wrapper.left {
    width: 100%;
  }

  .icon-content {
    margin-bottom: 10px;
  }

  .xlarge-scroll-heading {
    letter-spacing: -1.5px;
    font-size: 8vh;
    line-height: 1;
  }

  .xlarge-scroll-heading.wrap-mobile {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 45px;
    font-size: 8vh;
    display: flex;
  }

  .image-grid-wrapper {
    max-height: 45vh;
    min-height: auto;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 10px;
  }

  .image-grid-wrapper.rounded {
    width: 80%;
  }

  .logo-footer {
    max-height: 45px;
  }

  .grid-overlap {
    align-items: end;
  }

  .overlap-divider.black {
    height: auto;
    min-height: 150px;
  }

  .overlap-divider.bg-dark-gray {
    max-height: 15em;
  }

  .device-wrapper {
    max-width: none;
    min-height: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .device-wrapper.side-padding {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .half-section {
    height: auto;
    padding: 5vh 30px;
  }

  .inner-half-section {
    height: auto;
    max-height: 30vh;
    min-height: auto;
    border-style: solid;
    border-radius: 17px;
  }

  .inner-content-column {
    min-height: 50vh;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .inner-content-column.vertical-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-divider-wrapper {
    min-height: auto;
  }

  .full-image {
    width: 100%;
  }

  .full-image.cta {
    max-width: 90%;
    margin-top: 20px;
  }

  .logo-grid-ticker {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 40px;
    display: grid;
  }

  .logo-wrap-ticker {
    min-width: 180px;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-scrolling.padding-bottom-medium.no-on-tab {
    grid-column-gap: 40px;
  }

  .main-paragraph {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .main-paragraph.text-white-opacity.black {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .main-paragraph.bold {
    align-self: center;
    font-size: 22px;
  }

  .main-paragraph.size-large {
    width: 100%;
    margin-top: 0;
    font-size: 1.2rem;
  }

  .main-paragraph.margin-bottom-small {
    text-align: center;
    margin-bottom: 9px;
    font-size: 1.3rem;
  }

  .main-paragraph.margin-bottom-small._2 {
    font-size: 1.3em;
  }

  .main-paragraph.black,
  .main-paragraph.black._2 {
    margin-top: 0;
    font-size: 1.2em;
  }

  .main-paragraph.smaller {
    padding-top: 13px;
    font-size: 18px;
  }

  .list-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-wrapper.grey-mobile {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 20px;
  }

  .list-wrapper.grid-padding {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .list-wrapper.lesspadding {
    margin-top: 10px;
  }

  .list-wrapper._1,
  .list-wrapper.nopadding {
    margin-top: 0;
  }

  .price {
    font-size: 40px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    width: 40px;
    height: 20px;
  }

  .plus-icon {
    height: 12px;
  }

  .hero-cta-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inner-half {
    align-items: center;
    padding: 0 30px;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .full-form.yestheory {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-gallery-hero {
    width: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    flex: none;
  }

  .frame-image-overflow.no-frame {
    width: 45vw;
    max-height: 45vh;
  }

  .lightbox-link {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .small-paragraph-wrapper {
    margin-top: 0;
  }

  .margin-bottom-xsmall {
    margin-bottom: 30px;
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
  }

  .text-small {
    font-size: 13px;
  }

  .value {
    font-size: 36px;
  }

  .value.small {
    font-size: 24px;
  }

  .logo-quote-wrapper {
    min-height: auto;
    padding: 90px 35px;
  }

  .logo-quote-wrapper.rounded {
    min-height: auto;
    padding: 0;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    align-items: start;
  }

  .grid-hero {
    height: auto;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .heading-medium {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.15;
  }

  .heading-medium.margin-bottom-xsmall.white {
    margin-top: 0;
    font-size: 2em;
  }

  .heading-medium.text-white {
    font-size: 36px;
  }

  .heading-medium.text-white.no-padding {
    margin-top: 0;
  }

  .heading-medium.text-white.no-padding.faq {
    text-align: left;
  }

  .heading-medium.center {
    font-size: 1.8em;
  }

  .heading-large {
    font-size: 45px;
    line-height: 1;
  }

  .heading-large.merch.text-black {
    font-size: 45px;
  }

  .heading-large.small-mobile {
    font-size: 35px;
  }

  .heading-regular {
    margin-top: 20px;
    font-size: 24px;
  }

  .heading-regular.text-white {
    font-size: 22px;
    font-weight: 700;
  }

  .heading-regular.text-white._90 {
    width: 90%;
  }

  .heading-regular.text-light._2 {
    margin-top: 30px;
    font-weight: 500;
    line-height: 1;
  }

  .heading-regular.text-light._2._1 {
    margin-bottom: 0;
    font-weight: 600;
  }

  .heading-regular.text-light._2.max-width.new_center {
    margin-top: 0;
  }

  .heading-regular.black {
    margin-top: 20px;
  }

  .heading-regular._1 {
    margin-top: 0;
  }

  .heading-small {
    font-size: 16px;
  }

  .inner-hero-images {
    min-height: auto;
  }

  .collection-list-news {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
    overflow: auto;
  }

  .collection-list-news._3-col {
    grid-row-gap: 24px;
    align-content: stretch;
  }

  .hero-track {
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .paragraph-large {
    font-size: 28px;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 35vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-call-to-action.inner-padding-small {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-call-to-action.inner-cta-padding-small,
  .wrapper-call-to-action.less-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-summary.inner-padding-small {
    padding-top: 0.125em;
  }

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 151px;
    display: block;
  }

  .padding-top-large {
    padding-top: 6em;
  }

  .flex-column-features,
  .flex-column-features.device-wrapper {
    align-items: center;
  }

  .wrapper-full-image,
  .wrapper-full-image.blog-post,
  .wrapper-full-image.media.rounded {
    height: 35vh;
  }

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

  .product-image-wrapper {
    height: 15vh;
    min-height: auto;
    border-radius: 6px;
  }

  .product-image-wrapper.merch,
  .product-image-wrapper.home {
    height: 15vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

  .wrapper-image-product {
    height: 100%;
  }

  .wrapper-image-product.rounded {
    margin-bottom: 20px;
  }

  .cart-button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .inner-grid-cms.vertical {
    min-width: 200px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .inner-grid-cms.vertical.short-gap {
    grid-row-gap: 10px;
  }

  .wrapper-image-blog.team-members {
    height: 25vh;
  }

  .wrapper-image-blog.team-members.rounded {
    height: 35vh;
  }

  .wrapper-image-blog.list,
  .wrapper-image-blog.row {
    height: 15vh;
  }

  .paragraph-wrapper-center.inner-padding-small.full-width {
    width: auto;
    margin-bottom: 60px;
  }

  .paragraph-wrapper-center.inner-padding-small.full-width.no-padding-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-wrapper-center.inner-padding-small.full-width.hero {
    margin-bottom: 0;
  }

  .tag-features {
    font-size: 13px;
  }

  .inner-grid-column {
    padding-right: 10px;
  }

  .form-container {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .label-form {
    text-align: left;
  }

  .contain-form {
    min-height: 50vh;
  }

  .info-members {
    padding-right: 20px;
  }

  .icon-cart {
    font-size: 10px;
  }

  .label-dropdown {
    font-size: 18px;
  }

  .underline {
    width: auto;
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .half-image-wrapper {
    height: auto;
    padding: 5vh 30px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    height: auto;
    max-height: none;
    min-height: auto;
    object-fit: contain;
  }

  .ticker-wrapper {
    min-height: 150px;
  }

  .inner-ticker {
    min-height: auto;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .inner-text-scrolling {
    font-size: 18px;
  }

  .flex-ticker.inner-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .overflow-wrapper.top-padding {
    overflow: hidden;
  }

  .overflow-wrapper.rounded {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .inner-track {
    min-height: auto;
  }

  .inner-grid-plan {
    margin-bottom: 30px;
  }

  .inner-grid-plan._2 {
    margin-top: 0;
  }

  .inner-grid-plan.margin-top {
    margin-top: 40px;
  }

  .flex-form-field.verticle-mobile {
    flex-direction: column;
  }

  .buttons-nav-wrapper {
    padding: 15px 0;
  }

  .image-product {
    height: 35vh;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .content-grid.gap-short {
    align-content: space-between;
  }

  .image-features {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
  }

  .images-features-wrapper {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .home-frame {
    margin-bottom: 10px;
  }

  .grid-style-guide {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .home-link-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-wrapper {
    font-size: 18px;
  }

  .more-images {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner-image-cta {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .step-3-info-wrapper,
  .step-1-info-wrapper,
  .step-2-info-wrapper {
    padding-bottom: 25px;
  }

  .section-2.black {
    padding-top: 0;
  }

  .step-wrapper.margin-l {
    margin-bottom: 40px;
  }

  .text-light-grey {
    font-weight: 500;
  }

  .text-light-grey.host-info {
    font-size: 0.9em;
    font-weight: 400;
  }

  .container-2 {
    width: 100%;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.small.flex {
    padding-left: 0;
    padding-right: 0;
  }

  .step-4-info-wrapper {
    padding-bottom: 25px;
  }

  .process-image._1,
  .process-image._2,
  .process-image._3,
  .process-image._4 {
    margin-top: 20px;
  }

  .heading.black._3 {
    margin-top: 0;
    font-size: 26px;
  }

  .label-button {
    padding-top: 0;
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .label-button.hero,
  .label-button.hero._2 {
    font-size: 1.35rem;
  }

  .m-button-hover {
    background-color: #4fc2f9;
  }

  .button-2 {
    width: auto;
    background-color: #f36d97;
    justify-content: center;
    padding: 0.8rem 1rem;
    box-shadow: inset 0 0 0 0.125rem #f36d97;
  }

  .button-2:hover {
    background-color: #4fc2f9;
  }

  .main-button-wrap {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .main-button-wrap._2 {
    cursor: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .circular-arrow {
    width: 1.8em;
    height: 1.8em;
    background-color: #ffce8a;
  }

  .circular-arrow:hover {
    background-color: #f36d97;
  }

  .horizontal--heading-wrappr {
    flex-wrap: wrap;
  }

  .padding {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .bold-text-2 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .bold-text-3 {
    font-size: 1.5rem;
  }

  .text-block-6 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .html-embed {
    margin-bottom: 60px;
  }

  .image-2 {
    max-width: 80%;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .lottie-animation {
    width: 100px;
    height: 50px;
  }

  .lottie-animation-2 {
    width: 145px;
  }

  .lottie-animation-2:hover {
    width: 155px;
  }

  .video-lable {
    padding-top: 2px;
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .subheading {
    font-size: 1em;
  }

  .lottie-animation-3 {
    width: 120px;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-8 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .circle._2.home {
    background-color: rgba(156, 83, 152, 0.2);
  }

  .circle._3.home {
    background-color: rgba(253, 226, 188, 0.57);
  }

  .circle._1.home {
    background-color: rgba(132, 51, 182, 0.2);
  }

  .bold-text-6 {
    font-size: 1.3em;
  }

  .content-wrapper {
    width: 100%;
  }

  .link-view-all-wrapper {
    background-image: none;
  }

  .link-view-all-wrapper:hover {
    background-position: 50%;
    background-size: cover;
  }

  .flex-rail-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .inner-text-scrolling-2 {
    grid-column-gap: 10px;
  }

  .ascii-type {
    font-size: 1em;
  }

  .ascii-type.copyright {
    margin-left: 4vw;
    font-size: 1em;
  }

  .frame-flip-wrapper {
    min-height: 45vh;
  }

  .heading-hero {
    font-size: 11vh;
  }

  .text-copyright-icon {
    font-size: 1.3em;
  }

  .main-grid-2 {
    grid-row-gap: 3vh;
  }

  .main-grid-2.collage {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .content-image {
    width: 300px;
    height: 400px;
  }

  .button-main.header.login.airrack {
    width: 65%;
  }

  .border-purple {
    align-content: flex-start;
  }

  .border-purple.hide-mobile {
    display: none;
  }

  .hero-lottie {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .lottie-animation-4 {
    width: 90%;
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
    display: none;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .lottie-animation-5 {
    width: 290px;
    margin-bottom: 30px;
  }

  .lottie-animation-5.top {
    width: 100%;
    margin-bottom: 10px;
  }

  .lottie-animation-5.top._2 {
    width: 100%;
  }

  .lottie-animation-5.small {
    width: auto;
  }

  .lottie-animation-6 {
    margin-top: 30px;
    display: none;
  }

  .divider {
    width: 90%;
    height: 4px;
    background-color: var(--thistle);
    background-image: linear-gradient(
      to right,
      #ffccfc,
      #a1e8ff 35%,
      #ffeca9 68%,
      #feccb2
    );
    border-radius: 100px;
    margin: 13px auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .lottie-animation-7 {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-right: 10px;
    display: block;
  }

  .div-block-2 {
    width: 100%;
  }

  .lottieheader2 {
    width: 17rem;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .brand {
    padding-left: 0;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .brand_logo {
    max-height: 60px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

  .h2 {
    font-size: 32px;
  }

  ._480.sticky {
    margin-bottom: 0;
  }

  .heading-small-2 {
    padding-bottom: 10px;
  }

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

  .testimonial16_component {
    padding-top: 3rem;
  }

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

  .testimonial16_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .flip-frame-horizontal,
  .flip-frame-reverse {
    height: 30vh;
  }

  .main-grid-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 3vh;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid-3.flipping {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-top: 16vh;
  }

  .flip-frame {
    width: 100%;
    height: 30vh;
  }

  .flip-frame-horizontal-left {
    height: 30vh;
  }

  .div-block-3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .flip-image {
    width: 275px;
  }

  .image-frame-2 {
    width: 45vw;
    height: 15vh;
    max-width: none;
  }

  .image-frame-2.move {
    width: 45vw;
    left: 0;
  }

  .image-frame-2.up {
    top: 0;
  }

  .collection-item {
    margin-right: 16px;
  }

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

  .heading-large-2.bigger {
    font-size: 2.5rem;
    line-height: 1.5;
  }

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .star-rectangle-wrapper {
    width: 70px;
    height: 60px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .star {
    width: 40px;
  }

  .join-bootcamp-wrap {
    left: -4%;
  }

  .image-4 {
    width: 120px;
  }

  .star-wrap._3 {
    top: 14%;
  }

  .first-star {
    width: 15px;
  }

  .heading-layout.new {
    flex-direction: row;
    margin-top: -15px;
  }

  .underline-wrapper {
    margin-bottom: -9px;
  }

  .blue-underline {
    width: 100px;
  }

  .heading-medium-2.margin-bottom.margin-small {
    font-size: 2rem;
  }

  .heading-medium-2.color-white,
  .heading-medium-2.no-margin.outer {
    text-align: center;
  }

  .header_home.negative-margin {
    margin-bottom: -2rem;
  }

  .header-wrapper {
    padding-top: 9vh;
  }

  .bubble {
    top: -273%;
    right: 0%;
  }

  .arrow-wrapper {
    bottom: -80%;
    right: -6%;
  }

  .graph_row.hide_landscape.hide_mobile {
    display: none;
  }

  .graph-text {
    font-size: 0.75rem;
  }

  .timelin-wrapper {
    height: 650px;
    margin-top: -10px;
  }

  .centerline {
    height: 650px;
  }

  .timeline-heading {
    font-size: 20px;
  }

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

  .cohor-card {
    height: auto;
    padding-top: 5rem;
  }

  .calltoaction_card.hosts {
    width: 100%;
    grid-row-gap: 2rem;
    padding: 0 1rem 1rem;
  }

  .cohort-layout {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cohort-info {
    width: 100%;
    font-size: 1em;
  }

  .arrow-top {
    width: 275px;
    margin-top: -77px;
    margin-left: 70px;
  }

  .arrow-lottie {
    margin-bottom: 5rem;
  }

  .hero_image-animation_image {
    width: 120px;
  }

  .floting-arrow {
    top: 101%;
    right: 2%;
    transform: none;
  }

  .airrack-image-nopad {
    margin-top: -8rem;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    width: 24px;
    height: 24px;
  }

  .image-mobile {
    display: block;
  }

  .image-mobile.margin-bottom.margin-huge {
    margin-top: -12rem;
  }

  .image-mobile.margin-bottom.margin-huge.creator-week {
    margin-top: 8rem;
  }

  .host-image {
    width: 240px;
    height: 240px;
  }

  .hosts-layout {
    grid-template-columns: 1fr;
  }

  .host-info-wrapper {
    grid-row-gap: 0rem;
  }

  .contact-modal1_component {
    display: none;
  }

  .hero_yestheory-wrapper {
    margin-top: 3vh;
  }

  .hero_info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_subheader-detail {
    bottom: 80%;
    right: 5%;
  }

  .hero-host_layout {
    flex-direction: column;
  }

  .hero_yestheory-detail.star7 {
    display: none;
  }

  .video_modal-wrapper {
    height: 25%;
  }

  .feature-layout {
    display: flex;
  }

  .feature-text.align-right.outer {
    text-align: center;
  }

  .feature-card.is-transparent.hhs {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-15 {
    height: 24px;
  }

  .feature-card_text.outer,
  .feature-point_text.outer {
    text-align: center;
  }

  .letter-hero {
    font-size: 1rem;
  }

  .letter-text {
    font-size: 0.75rem;
  }

  .letter-detail {
    top: -23%;
  }

  .letter-detail._3 {
    display: none;
  }

  .letter-detail._1 {
    bottom: -30%;
    right: 4%;
  }

  .instructors-wrapper {
    display: block;
  }

  .instructor-photo {
    height: 160px;
  }

  .text-block-14 {
    font-size: 1rem;
  }

  .pricing-card {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-card-title {
    font-size: 1.5rem;
  }

  .pricing-card-price {
    font-size: 2rem;
  }

  .letter-yestheory-card {
    padding: 2rem 1rem;
  }

  .arrow-detail {
    display: none;
  }

  .letter-modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .floating-cta_yestheory {
    top: 80vh;
  }

  .floating-cta_yestheory.hhs {
    top: 75vh;
  }

  .floating-card_wrapper,
  .floating-card_wrapper.mobile {
    flex-direction: column;
  }

  .floating-card_text {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-15 {
    margin-bottom: -8px;
    font-size: 1.25rem;
  }

  .js-clock {
    flex-wrap: wrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    top: -6%;
    left: 0%;
  }

  .box {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .clock-number {
    font-size: 2rem;
  }

  .clock-label {
    line-height: 12px;
  }

  .text-block-16 {
    font-size: 1rem;
  }

  .hero_wrapper.is-2 {
    grid-template-columns: 6.75fr;
  }

  .hero_title.is-2 {
    font-size: 2.5rem;
  }

  .hero_subtitle.is-2 {
    font-size: 1.25rem;
  }

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

  .text-style-subheader.pricing {
    text-align: left;
  }

  .creator-photo-wrapper {
    justify-content: center;
  }

  .map-img {
    height: auto;
    object-fit: cover;
  }

  .metrics_card {
    padding: 2rem;
  }

  .pricing_layout {
    flex-flow: wrap;
    padding-left: 0;
  }

  .pricing_card.hhs {
    padding: 2rem 1rem;
  }

  .pricing_card.new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .pricing_title-wrapper {
    align-items: flex-start;
  }

  .creators-metrics_layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .creator-metrix_numbers {
    overflow: hidden;
  }

  .hero-rightimg_wrapper {
    display: none;
  }

  .rightimg {
    height: 100%;
  }

  .creators-metrics_wrapper {
    grid-template-columns: 1fr;
  }

  .text-block-19 {
    font-size: 1rem;
  }

  .host_videos-layout {
    grid-template-columns: 1fr;
  }

  .heading-1 {
    margin-left: 0;
    font-size: 22px;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-19 {
    max-width: 40%;
    margin-right: 0;
  }

  .heading-4 {
    margin-top: 2rem;
    font-size: 36px;
  }

  .image-20 {
    max-width: 200px;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .text-field-2.variant-light {
    background-color: #fff;
    margin-right: 0;
  }

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

  .heading-5 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .paragraph-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
  }

  .ai-feature-card {
    width: 80%;
    margin-bottom: 1rem;
  }

  .ai-feature-card-text {
    font-size: 16px;
  }

  .heading-6 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .paragraph-4 {
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-field-3.variant-light {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .form-3 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .form-block-3,
  .form-block-4 {
    width: 80%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
  }

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

  .div-block-22 {
    margin-top: 10rem;
  }

  .heading-8 {
    margin-top: 2rem;
    font-size: 36px;
  }

  .paragraph-5 {
    width: 70%;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1em;
  }

  .image-25 {
    bottom: 20%;
  }

  .featured-in {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

#w-node-b81cb9cd-53a3-fc18-9182-8f37bbec4540-c20b3517 {
  justify-self: center;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ad-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795be-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c1-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c4-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795d7-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795da-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ee-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795f1-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cee-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cff-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d02-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d05-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d16-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d19-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d2d-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d30-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450d6-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_90954859-0b49-7ac1-628a-b7501814f95c-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450e4-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7708d-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-a6ed85ee-51a6-c4d9-a83f-6a252b8b218d-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7709b-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_124e7a5a-87a4-4f84-02b3-c03749a54661-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8ea3c0cb-ba77-fa13-b4e1-5895bee5daed-c20b3517,
#w-node-_8c670124-9212-2baf-af68-5bdf1e7b05ae-c20b3517,
#w-node-f2e99b9f-331e-2635-1ccb-e7c821897cc3-c20b3517,
#w-node-cb46cd6b-27d3-740b-faf8-f44363d88e2c-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca6f-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_66650450-9344-c579-08f1-684931d47d11-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca7f-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca82-c20b3517 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_9ae81bf1-4456-2b06-082d-d2680be01bea-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca94-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_882ca566-58b9-c92a-0615-3ddca692e7ae-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecaa7-c20b3517,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab1-c20b3517,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab4-c20b3517,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab7-c20b3517 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d04-c20b3517,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d05-c20b3517,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d0f-c20b3517,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d10-c20b3517,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1a-c20b3517,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1b-c20b3517 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294873-c20b3517 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294875-c20b3517 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294877-c20b3517 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294879-c20b3517 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487b-c20b3517 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487e-c20b3517 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294880-c20b3517 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294882-c20b3517 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294884-c20b3517 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294886-c20b3517 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-c0b1c9df-1839-8fec-1ae2-68f6eae6acb1-c20b3517 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e3b627aa-4335-0931-bbed-8f8634a83adb-c20b3517 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34169-37b34150 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34171-37b34150 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-f0d1cd70-1294-db34-a141-a10fd568539b-8118b8ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2052354-5446-da9c-e906-f9d98118b8b3-8118b8ae {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-db0b3552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7a26f284-2b8e-e2dd-0b17-9bb9805caf55-db0b3552,
#w-node-_1e358956-9f1e-f537-bf84-f185d6d4ef10-db0b3552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1795c652-1f01-9a92-d1ca-4bf9c9b86e13-db0b3552 {
  justify-self: center;
}

#w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-cc0b356e {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: auto;
}

#w-node-_07372bdc-21c7-f973-ef89-54c0c4ab8996-cc0b356e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-afdd43e7-7df4-cab4-f4ac-b9183975a493-620b366b,
#w-node-d15bb096-b534-7de3-5a78-6f0a85479ac5-aa0b366c,
#w-node-bcf9455a-9d12-8a9e-94c2-12f63d52c132-aa0b366c {
  align-self: center;
}

#w-node-_410ec65a-e716-ed7a-b8c8-857240624ef0-40624eef {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-ab0b366e {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-ab0b366e {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-d8bf417a-a584-1ff9-efdd-26f8c07d8034-ab0b366e {
  align-self: center;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-d00b3670 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d7c7-d00b3670 {
  align-self: center;
}

#w-node-_1a4893b5-a70b-8667-1928-516e4ccb637b-400b36cd {
  grid-area: 1 / 1 / 4 / 6;
}

#w-node-_1a4893b5-a70b-8667-1928-516e4ccb637d-400b36cd {
  grid-area: 2 / 4 / 4 / 7;
  align-self: center;
}

#w-node-_1a4893b5-a70b-8667-1928-516e4ccb637f-400b36cd {
  grid-area: 2 / 7 / 4 / 11;
  align-self: start;
}

#w-node-_1a4893b5-a70b-8667-1928-516e4ccb6381-400b36cd {
  grid-area: 1 / 9 / 5 / 13;
}

#w-node-_1a4893b5-a70b-8667-1928-516e4ccb6383-400b36cd {
  grid-area: 3 / 6 / 5 / 10;
}

#w-node-_1a4893b5-a70b-8667-1928-516e4ccb63ae-400b36cd {
  grid-area: 1 / 1 / 2 / 13;
  align-self: stretch;
}

#w-node-_8b0b6447-e071-661c-5610-f16ee74e66e0-400b36cd,
#w-node-f3cd70c1-b7b7-9fff-4cf4-17e28f434486-400b36cd,
#w-node-_7355fdc8-0997-a4fe-006d-01f54374a5e0-400b36cd,
#w-node-_3219a5ec-2743-ea8d-bced-c9baa49dfb2b-400b36cd,
#w-node-b682cbcb-b993-bb9b-6bf3-8d03c9e70e19-400b36cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-a7e30d45-193e-702a-4eef-3d05585e1a05-400b36cd {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8ae5-400b36cd {
  grid-area: 1 / 9 / 2 / 12;
  align-self: center;
}

#w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8b0e-400b36cd {
  grid-area: 1 / 2 / 2 / 8;
  align-self: stretch;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bb-400b36cd {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bd-400b36cd {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bf-400b36cd {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c1-400b36cd {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c3-400b36cd {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-af6262d7-442a-313b-2098-d017ef373ccc-400b36cd {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cce-400b36cd {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd0-400b36cd {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd2-400b36cd {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd4-400b36cd {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-400b36cd {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-400b36cd {
  grid-area: 1 / 3 / 2 / 7;
  align-self: stretch;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955de2-400b36cd {
  grid-area: 1 / 7 / 2 / 12;
  align-self: stretch;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-400b36cd {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-ce367ad3-cb39-874d-2ade-4e8ee0e34c9d-400b36cd {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-400b36cd {
  grid-area: 1 / 5 / 2 / 13;
  align-self: stretch;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-400b36cd {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110f4-400b36cd {
  align-self: center;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-400b36cd {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e93cca45-79cc-a5b0-3821-8ab5b3ec5c8d-9f0b36d7 {
  grid-area: 3 / 1 / 7 / 13;
  align-self: center;
}

#w-node-_9793ad80-6ca4-4c83-1fb0-b36c89d43bcc-9f0b36d7,
#w-node-cbd263c1-4890-13d1-de64-8ad860b1f257-9f0b36d7 {
  justify-self: stretch;
}

#w-node-e93cca45-79cc-a5b0-3821-8ab5b3ec5ca7-9f0b36d7 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_1a4893b5-a70b-8667-1928-516e4ccb63ae-9f0b36d7 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: stretch;
}

#w-node-_37c6c502-671d-436c-e502-e382dbcef219-9f0b36d7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_37c6c502-671d-436c-e502-e382dbcef21b-9f0b36d7 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-a9fa4ba3-ac58-4602-83af-dae1fe3f4383-9f0b36d7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a9fa4ba3-ac58-4602-83af-dae1fe3f4385-9f0b36d7 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_27e81478-078c-2705-f522-e8702d18bd20-9f0b36d7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_27e81478-078c-2705-f522-e8702d18bd22-9f0b36d7 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-a7e30d45-193e-702a-4eef-3d05585e1a05-9f0b36d7 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d5b2bfdb-bed6-48fd-3874-d82b98cd972f-9f0b36d7 {
  align-self: center;
}

#w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-9f0b36d7 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-9f0b36d7 {
  grid-area: 1 / 3 / 2 / 7;
  align-self: stretch;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955de2-9f0b36d7 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: stretch;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-9f0b36d7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_876c5de0-5652-06f7-eccc-da1357647864-750b36d8 {
  grid-area: 1 / 1 / 4 / 6;
}

#w-node-_876c5de0-5652-06f7-eccc-da1357647866-750b36d8 {
  grid-area: 2 / 4 / 4 / 7;
  align-self: center;
}

#w-node-_876c5de0-5652-06f7-eccc-da1357647868-750b36d8 {
  grid-area: 2 / 7 / 4 / 11;
  align-self: start;
}

#w-node-_7c571ab9-6e35-af0c-ef9a-80e9b8e0b16a-750b36d8 {
  grid-area: 1 / 9 / 5 / 13;
}

#w-node-_7372ac1a-70e5-9ae8-e3b1-8b9a50752722-750b36d8 {
  grid-area: 3 / 6 / 5 / 10;
}

#w-node-_9e60e137-4772-1ef5-1cec-c5951313f4d2-750b36d8 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: stretch;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca0301-750b36d8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca0303-750b36d8 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca030e-750b36d8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca0310-750b36d8 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-b846b919-9ddb-d415-0a04-c905bd2ba8c0-750b36d8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b846b919-9ddb-d415-0a04-c905bd2ba8c2-750b36d8 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_867f6a8a-a57b-a80a-5c0f-5b1662282165-750b36d8 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-fe24d3f6-0e8d-ae24-ae49-7b064d431d21-750b36d8 {
  grid-area: 1 / 4 / 3 / 10;
  justify-self: center;
}

#w-node-a7e30d45-193e-702a-4eef-3d05585e1a05-750b36d8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f38b-750b36d8,
#w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f394-750b36d8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bb-750b36d8 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bd-750b36d8 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bf-750b36d8 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c1-750b36d8 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c3-750b36d8 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-af6262d7-442a-313b-2098-d017ef373ccc-750b36d8 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cce-750b36d8 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd0-750b36d8 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd2-750b36d8 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd4-750b36d8 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-750b36d8 {
  grid-area: 1 / 3 / 2 / 7;
  align-self: stretch;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955de2-750b36d8 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: stretch;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-750b36d8 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-750b36d8 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: stretch;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-750b36d8 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110f4-750b36d8 {
  align-self: center;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-750b36d8 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b81cb9cd-53a3-fc18-9182-8f37bbec4546-f30b36ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d04-f30b36ff,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d05-f30b36ff,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d0f-f30b36ff,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d10-f30b36ff,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1a-f30b36ff,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1b-f30b36ff,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea40-f30b36ff,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea41-f30b36ff,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea4b-f30b36ff,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea4c-f30b36ff,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea56-f30b36ff,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea57-f30b36ff {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_552bd574-072a-fd50-3a11-52771ad7506f-1ad7506b {
  grid-area: 2 / 1 / 6 / 8;
}

#w-node-_552bd574-072a-fd50-3a11-52771ad7507c-1ad7506b {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_552bd574-072a-fd50-3a11-52771ad75084-1ad7506b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_552bd574-072a-fd50-3a11-52771ad75086-1ad7506b {
  grid-area: 2 / 9 / 6 / 13;
}

#w-node-_552bd574-072a-fd50-3a11-52771ad75096-1ad7506b,
#w-node-_58e6b473-681c-324b-ff00-ee9826c99d0e-760b371f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b0b6447-e071-661c-5610-f16ee74e66e0-760b371f,
#w-node-f3cd70c1-b7b7-9fff-4cf4-17e28f434486-760b371f,
#w-node-_7355fdc8-0997-a4fe-006d-01f54374a5e0-760b371f,
#w-node-_3219a5ec-2743-ea8d-bced-c9baa49dfb2b-760b371f,
#w-node-b682cbcb-b993-bb9b-6bf3-8d03c9e70e19-760b371f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-a7e30d45-193e-702a-4eef-3d05585e1a05-760b371f {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ffeb43e2-5e95-c039-70a5-e68f75f4ac80-760b371f,
#w-node-_83831b9f-f57d-b249-2230-f6afc2e73072-760b371f,
#w-node-_6508fbfc-82b0-fb63-4704-a61f7421432a-760b371f,
#w-node-_83831b9f-f57d-b249-2230-f6afc2e7307b-760b371f,
#w-node-_14fdc4ec-d6c0-4075-18fd-19fd62066fd1-760b371f,
#w-node-_83831b9f-f57d-b249-2230-f6afc2e73084-760b371f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8ae5-760b371f {
  grid-area: 1 / 9 / 2 / 12;
  align-self: center;
}

#w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8b0e-760b371f {
  grid-area: 1 / 2 / 2 / 8;
  align-self: stretch;
}

#w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-760b371f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-760b371f {
  grid-area: 1 / 3 / 2 / 7;
  align-self: stretch;
}

#w-node-_7380aabc-75f4-a218-110c-8e1072955de2-760b371f {
  grid-area: 1 / 7 / 2 / 12;
  align-self: stretch;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bb-760b371f {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bd-760b371f {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bf-760b371f {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c1-760b371f {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c3-760b371f {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-af6262d7-442a-313b-2098-d017ef373ccc-760b371f {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cce-760b371f {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd0-760b371f {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd2-760b371f {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-af6262d7-442a-313b-2098-d017ef373cd4-760b371f {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-760b371f {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-ce367ad3-cb39-874d-2ade-4e8ee0e34c9d-760b371f {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-760b371f {
  grid-area: 1 / 5 / 2 / 13;
  align-self: stretch;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-760b371f {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-d4b6f866-8f04-6af6-b01a-7424fb5110f4-760b371f {
  align-self: center;
}

#w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-760b371f {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_227ae9f3-3600-8e6f-03ab-826ba009bb8f-550b3767 {
  grid-area: 1 / 3 / 6 / 4;
}

#w-node-e504857d-e5e2-29db-970f-0e756fe02615-4c0b376e {
  grid-area: 2 / 1 / 6 / 8;
}

#w-node-e504857d-e5e2-29db-970f-0e756fe0262b-4c0b376e {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-e504857d-e5e2-29db-970f-0e756fe02633-4c0b376e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e504857d-e5e2-29db-970f-0e756fe02635-4c0b376e {
  grid-area: 2 / 9 / 6 / 13;
}

#w-node-e504857d-e5e2-29db-970f-0e756fe02645-4c0b376e,
#w-node-b81cb9cd-53a3-fc18-9182-8f37bbec4546-4c0b376e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d04-4c0b376e,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d05-4c0b376e,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d0f-4c0b376e,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d10-4c0b376e,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1a-4c0b376e,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1b-4c0b376e,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea40-4c0b376e,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea41-4c0b376e,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea4b-4c0b376e,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea4c-4c0b376e,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea56-4c0b376e,
#w-node-d8cb0346-1575-6fa9-a984-4cfad716ea57-4c0b376e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_07372bdc-21c7-f973-ef89-54c0c4ab8996-f736d00f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b81cb9cd-53a3-fc18-9182-8f37bbec4540-13b168b9 {
  justify-self: center;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ad-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795be-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c1-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c4-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795d7-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795da-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ee-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795f1-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cee-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cff-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d02-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d05-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d16-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d19-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d2d-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d30-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450d6-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_90954859-0b49-7ac1-628a-b7501814f95c-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450e4-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7708d-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-a6ed85ee-51a6-c4d9-a83f-6a252b8b218d-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7709b-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_124e7a5a-87a4-4f84-02b3-c03749a54661-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8ea3c0cb-ba77-fa13-b4e1-5895bee5daed-13b168b9,
#w-node-_8c670124-9212-2baf-af68-5bdf1e7b05ae-13b168b9,
#w-node-f2e99b9f-331e-2635-1ccb-e7c821897cc3-13b168b9,
#w-node-cb46cd6b-27d3-740b-faf8-f44363d88e2c-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca6f-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_66650450-9344-c579-08f1-684931d47d11-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca7f-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca82-13b168b9 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_9ae81bf1-4456-2b06-082d-d2680be01bea-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca94-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_882ca566-58b9-c92a-0615-3ddca692e7ae-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecaa7-13b168b9,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab1-13b168b9,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab4-13b168b9,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab7-13b168b9 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d04-13b168b9,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d05-13b168b9,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d0f-13b168b9,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d10-13b168b9,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1a-13b168b9,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1b-13b168b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294873-13b168b9 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294875-13b168b9 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294877-13b168b9 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294879-13b168b9 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487b-13b168b9 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487e-13b168b9 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294880-13b168b9 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294882-13b168b9 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294884-13b168b9 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294886-13b168b9 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-c0b1c9df-1839-8fec-1ae2-68f6eae6acb1-13b168b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e3b627aa-4335-0931-bbed-8f8634a83adb-13b168b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-d842e133,
#w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-bf885056 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: auto;
}

#w-node-_07372bdc-21c7-f973-ef89-54c0c4ab8996-bf885056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-1610979c {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: auto;
}

#w-node-b81cb9cd-53a3-fc18-9182-8f37bbec4540-cf4f82d3 {
  justify-self: center;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ad-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795be-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c1-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c4-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795d7-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795da-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ee-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795f1-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cee-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cff-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d02-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d05-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d16-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d19-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d2d-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d30-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450d6-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_90954859-0b49-7ac1-628a-b7501814f95c-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450e4-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7708d-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-a6ed85ee-51a6-c4d9-a83f-6a252b8b218d-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7709b-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_124e7a5a-87a4-4f84-02b3-c03749a54661-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8ea3c0cb-ba77-fa13-b4e1-5895bee5daed-cf4f82d3,
#w-node-_8c670124-9212-2baf-af68-5bdf1e7b05ae-cf4f82d3,
#w-node-f2e99b9f-331e-2635-1ccb-e7c821897cc3-cf4f82d3,
#w-node-cb46cd6b-27d3-740b-faf8-f44363d88e2c-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca6f-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_66650450-9344-c579-08f1-684931d47d11-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca7f-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca82-cf4f82d3 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_9ae81bf1-4456-2b06-082d-d2680be01bea-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca94-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_882ca566-58b9-c92a-0615-3ddca692e7ae-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecaa7-cf4f82d3,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab1-cf4f82d3,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab4-cf4f82d3,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab7-cf4f82d3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d04-cf4f82d3,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d05-cf4f82d3,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d0f-cf4f82d3,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d10-cf4f82d3,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1a-cf4f82d3,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1b-cf4f82d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294873-cf4f82d3 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294875-cf4f82d3 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294877-cf4f82d3 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294879-cf4f82d3 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487b-cf4f82d3 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487e-cf4f82d3 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294880-cf4f82d3 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294882-cf4f82d3 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294884-cf4f82d3 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294886-cf4f82d3 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-c0b1c9df-1839-8fec-1ae2-68f6eae6acb1-cf4f82d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e3b627aa-4335-0931-bbed-8f8634a83adb-cf4f82d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b81cb9cd-53a3-fc18-9182-8f37bbec4540-28128764 {
  justify-self: center;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ad-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795be-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c1-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795c4-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795d7-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795da-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795ee-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2645283b-d16f-bbd6-5f45-396dd33795f1-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cee-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2cff-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d02-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d05-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d16-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d19-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d2d-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_23c51d7c-d62c-404d-43f7-a2f52a0d2d30-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450d6-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_90954859-0b49-7ac1-628a-b7501814f95c-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-ae54c7ea-1bc9-fa13-e66e-bddd583450e4-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7708d-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-a6ed85ee-51a6-c4d9-a83f-6a252b8b218d-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_64004dba-25cf-5aa7-60fd-24fa13c7709b-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_124e7a5a-87a4-4f84-02b3-c03749a54661-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8ea3c0cb-ba77-fa13-b4e1-5895bee5daed-28128764,
#w-node-_8c670124-9212-2baf-af68-5bdf1e7b05ae-28128764,
#w-node-f2e99b9f-331e-2635-1ccb-e7c821897cc3-28128764,
#w-node-cb46cd6b-27d3-740b-faf8-f44363d88e2c-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca6f-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_66650450-9344-c579-08f1-684931d47d11-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca7f-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca82-28128764 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_9ae81bf1-4456-2b06-082d-d2680be01bea-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9eca94-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-_882ca566-58b9-c92a-0615-3ddca692e7ae-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecaa7-28128764,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab1-28128764,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab4-28128764,
#w-node-_80025ae3-865c-b657-eeaa-dac8ff9ecab7-28128764 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d04-28128764,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d05-28128764,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d0f-28128764,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d10-28128764,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1a-28128764,
#w-node-e8fc5551-bef3-33f4-d7e0-b567bd1d0d1b-28128764 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294873-28128764 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294875-28128764 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294877-28128764 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294879-28128764 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487b-28128764 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba29487e-28128764 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294880-28128764 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294882-28128764 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294884-28128764 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_94663107-9aee-141a-f62a-dc71ba294886-28128764 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-c0b1c9df-1839-8fec-1ae2-68f6eae6acb1-28128764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e3b627aa-4335-0931-bbed-8f8634a83adb-28128764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d920-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-550bf01c {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_3d26d949-d71f-366c-a5d5-cf87f6d82d14-550bf01c,
#w-node-_1c3432a0-53f1-5f47-17ba-04a077368f6c-550bf01c,
#w-node-_4903d86e-6834-99bb-25f2-4095ddd01e06-550bf01c,
#w-node-a4af0c98-4660-1f2a-e5fb-7704fc5b71c8-550bf01c,
#w-node-_6a5059c0-e07c-b976-e21a-20da50925ede-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e625cf4-4e1b-8f64-8f5c-6ef874c66ee4-550bf01c {
  justify-self: stretch;
}

#w-node-_41543d03-6148-5a7b-68cd-d7010127efe0-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3f9e2998-72e7-ea73-9fe6-f0f9f3f3577b-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f5d7437-7f17-cbaa-da89-aa2da0aab743-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e49687db-85a4-8045-0c80-2dd089c19b43-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa88d5cb-63df-d9e3-1756-15dac6143513-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7db8b0d4-6fc1-cf90-cd19-4906ac4093ab-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13f04dcb-3870-50f6-d268-44d7d57b7dd3-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a7d528af-a9d2-b1e6-d060-605873531d18-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_490fe5e6-65cd-3424-adba-9ec450250bda-550bf01c {
  justify-self: auto;
}

#w-node-aa97ce03-595a-a11d-bd56-d2a387125d24-550bf01c,
#w-node-bfcc9177-59b9-95e6-43a9-5fac7b21b649-550bf01c,
#w-node-b6705ed9-1923-58b2-691c-9d79c1e48ea7-550bf01c,
#w-node-_9d2afc23-0b80-4d84-3a22-a284ad7711e6-550bf01c,
#w-node-_832279a4-db6c-5177-e712-275c67a73ce1-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ae55fc-e93c-c006-fe3b-c9e8d81ff7f5-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3c8169eb-6e56-4cfe-949d-6107f3e6d53d-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307fed42-152c-b7a3-7b6e-ceca47f60893-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3c8169eb-6e56-4cfe-949d-6107f3e6d544-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c802388-fa2a-37dd-6af6-224259f86397-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3c8169eb-6e56-4cfe-949d-6107f3e6d54b-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe131e0a-2c74-cc9a-00b8-7e033ead3cd8-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fe131e0a-2c74-cc9a-00b8-7e033ead3cd9-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a09-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a0c-550bf01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-550bf01c {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-550bf01c {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d920-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-bd3540c2 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-aa01f282-59bc-31d4-0b69-38494db15971-bd3540c2,
#w-node-aa01f282-59bc-31d4-0b69-38494db15972-bd3540c2,
#w-node-aa01f282-59bc-31d4-0b69-38494db1597c-bd3540c2,
#w-node-aa01f282-59bc-31d4-0b69-38494db1597d-bd3540c2,
#w-node-aa01f282-59bc-31d4-0b69-38494db15987-bd3540c2,
#w-node-aa01f282-59bc-31d4-0b69-38494db15988-bd3540c2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4903d86e-6834-99bb-25f2-4095ddd01e06-bd3540c2,
#w-node-a4af0c98-4660-1f2a-e5fb-7704fc5b71c8-bd3540c2,
#w-node-_6a5059c0-e07c-b976-e21a-20da50925ede-bd3540c2,
#w-node-fffcae6b-3db6-97a3-43e2-308b1cb12de4-bd3540c2,
#w-node-e0b6bb77-ed20-6118-2fe0-d7d9a4b51fa2-bd3540c2,
#w-node-_814f7f42-2256-254e-6de1-9422211e2c27-bd3540c2,
#w-node-d942fa48-7675-6b3b-35b0-6f91def27228-bd3540c2,
#w-node-_4d49bafe-beff-825d-a661-502e8e8fac98-bd3540c2,
#w-node-a813201c-6caa-c6d1-8feb-4fc5fe3fd030-bd3540c2,
#w-node-_13f7bf7b-c7aa-79ea-fc75-3e83d12f4c76-bd3540c2,
#w-node-_13f7bf7b-c7aa-79ea-fc75-3e83d12f4c79-bd3540c2,
#w-node-_186ae55c-2562-edcf-46cd-11d16f7fbe2f-bd3540c2,
#w-node-_186ae55c-2562-edcf-46cd-11d16f7fbe32-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa91-bd3540c2 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa92-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa93-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aaa8-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aaa9-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aabe-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aabf-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aad4-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aad5-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81ab0e2f-c82e-a849-61e1-56b41a3c7a37-bd3540c2 {
  align-self: start;
  justify-self: center;
}

#w-node-_9bed2f85-65cb-e000-82de-6e04ca1cc681-bd3540c2,
#w-node-_2fcea1b9-0098-f0a2-d88c-3c6dd2f0b950-bd3540c2,
#w-node-fa2934ce-553f-27d2-23d4-250c3c809231-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76a36f44-80e2-4594-67fe-944621230994-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d959-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3976157-1efc-2adb-3ea5-40ab3daab49a-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d966-bd3540c2,
#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d973-bd3540c2,
#w-node-a0753d48-3aa5-3205-03bf-c5774297ca80-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb0-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb1-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb8-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb9-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc0-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc1-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc8-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc9-bd3540c2,
#w-node-_3205bfe7-f80c-1b31-1c9a-832230d13856-bd3540c2,
#w-node-_4230ed54-deb5-ac22-a167-f29bc3c2c9a8-bd3540c2,
#w-node-_6c9823bb-caf5-95db-65ac-527dacf5a8a8-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccc6245a-584e-2673-1ae8-0de50a6f1e5e-bd3540c2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22d91aed-fe99-5bc9-fe94-8795384c784f-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72afe3de-cd01-d4a5-1f8d-fa7cbba79b83-bd3540c2 {
  order: 9999;
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: end;
}

#w-node-_72afe3de-cd01-d4a5-1f8d-fa7cbba79b86-bd3540c2,
#w-node-_518ea11a-cf80-63ef-c43e-6b1c572937c4-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68c222bb-359d-c4b0-56d4-be119c743081-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_68c222bb-359d-c4b0-56d4-be119c743089-bd3540c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-bd3540c2 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-bd3540c2 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d920-9fcfcc06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-9fcfcc06 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_8b82d2d1-2b7f-6481-d7bd-0c9dc9ab6fa2-9fcfcc06,
#w-node-_79d44d89-48c5-ee47-5850-4dfe498c0f3e-9fcfcc06,
#w-node-_6a41a5c8-fdf2-70c7-d588-6037fbbbb875-9fcfcc06,
#w-node-_1295a52c-f443-1199-698d-7b6dc3cebeb3-9fcfcc06,
#w-node-_1295a52c-f443-1199-698d-7b6dc3cebebf-9fcfcc06,
#w-node-_1295a52c-f443-1199-698d-7b6dc3cebecc-9fcfcc06,
#w-node-ebc61945-efb7-0b28-5c3d-c4820ca08b5f-9fcfcc06,
#w-node-ebc61945-efb7-0b28-5c3d-c4820ca08b8b-9fcfcc06,
#w-node-ebc61945-efb7-0b28-5c3d-c4820ca08b80-9fcfcc06,
#w-node-a9cc2058-572b-bf63-f111-bf0b144348b7-9fcfcc06,
#w-node-_9f8c1312-c75c-d4dc-3152-91782f6609f3-9fcfcc06,
#w-node-a9cc2058-572b-bf63-f111-bf0b144348cf-9fcfcc06,
#w-node-a9cc2058-572b-bf63-f111-bf0b144348db-9fcfcc06,
#w-node-_92ebd4be-86e4-5024-1b0e-9b24c162c4dc-9fcfcc06,
#w-node-_028c59cc-f1eb-5a83-d932-18857ae034c6-9fcfcc06,
#w-node-_44d16a1a-a8eb-c9f7-3f58-3e8319b6e3c7-9fcfcc06,
#w-node-_44d16a1a-a8eb-c9f7-3f58-3e8319b6e3dd-9fcfcc06,
#w-node-ed2e52bd-3f0e-61ec-1459-97ad7552c7a6-9fcfcc06,
#w-node-ae442a8a-afed-5336-b488-8aaa193e9388-9fcfcc06,
#w-node-ae442a8a-afed-5336-b488-8aaa193e9394-9fcfcc06,
#w-node-ae442a8a-afed-5336-b488-8aaa193e93a0-9fcfcc06,
#w-node-ae442a8a-afed-5336-b488-8aaa193e93ac-9fcfcc06,
#w-node-ae442a8a-afed-5336-b488-8aaa193e93b9-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b82181-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b82182-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b82183-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b82184-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b82185-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b82188-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b8218a-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b8218d-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b8218f-9fcfcc06,
#w-node-c465fe89-e0e1-0e55-dbea-79c397b82192-9fcfcc06,
#w-node-_694c596e-2c05-3414-cef7-374b8220d920-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-014472a9 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_3d26d949-d71f-366c-a5d5-cf87f6d82d14-014472a9,
#w-node-_1c3432a0-53f1-5f47-17ba-04a077368f6c-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4903d86e-6834-99bb-25f2-4095ddd01e06-014472a9,
#w-node-a4af0c98-4660-1f2a-e5fb-7704fc5b71c8-014472a9,
#w-node-_6a5059c0-e07c-b976-e21a-20da50925ede-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_41543d03-6148-5a7b-68cd-d7010127efe0-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3f9e2998-72e7-ea73-9fe6-f0f9f3f3577b-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f89108a-c57b-41ad-cf25-12519176b530-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4f89108a-c57b-41ad-cf25-12519176b531-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f5d7437-7f17-cbaa-da89-aa2da0aab743-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e49687db-85a4-8045-0c80-2dd089c19b43-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa88d5cb-63df-d9e3-1756-15dac6143513-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7db8b0d4-6fc1-cf90-cd19-4906ac4093ab-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13f04dcb-3870-50f6-d268-44d7d57b7dd3-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a7d528af-a9d2-b1e6-d060-605873531d18-014472a9,
#w-node-ee9542ba-c138-8dcb-b456-b7bc3faf5e37-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bf92490-938b-aa6e-4ae7-b56e99f1610a-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2977e46a-f1b2-9e27-88b6-425084a9151c-014472a9,
#w-node-_2904f86f-aea5-968c-a962-a60f4179d483-014472a9,
#w-node-cc467f84-a44c-24d0-004f-ab862be15710-014472a9,
#w-node-_0043c017-3fdf-c97a-6211-3259ffcedacf-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ae55fc-e93c-c006-fe3b-c9e8d81ff7f5-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3c8169eb-6e56-4cfe-949d-6107f3e6d53d-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307fed42-152c-b7a3-7b6e-ceca47f60893-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3c8169eb-6e56-4cfe-949d-6107f3e6d544-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c802388-fa2a-37dd-6af6-224259f86397-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3c8169eb-6e56-4cfe-949d-6107f3e6d54b-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe131e0a-2c74-cc9a-00b8-7e033ead3cd8-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fe131e0a-2c74-cc9a-00b8-7e033ead3cd9-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e625cf4-4e1b-8f64-8f5c-6ef874c66edd-014472a9 {
  justify-self: center;
}

#w-node-_0e625cf4-4e1b-8f64-8f5c-6ef874c66ee4-014472a9 {
  justify-self: stretch;
}

#w-node-ce1a06f2-aa98-1646-185e-cc71488357db-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_490fe5e6-65cd-3424-adba-9ec450250bda-014472a9 {
  justify-self: auto;
}

#w-node-aa97ce03-595a-a11d-bd56-d2a387125d24-014472a9,
#w-node-bfcc9177-59b9-95e6-43a9-5fac7b21b649-014472a9,
#w-node-b6705ed9-1923-58b2-691c-9d79c1e48ea7-014472a9,
#w-node-_9d2afc23-0b80-4d84-3a22-a284ad7711e6-014472a9,
#w-node-_832279a4-db6c-5177-e712-275c67a73ce1-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a09-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a0c-014472a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-014472a9 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-014472a9 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d920-6dd18312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-6dd18312 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d920-5b181e07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-5b181e07 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d920-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-a11ae202 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-aa01f282-59bc-31d4-0b69-38494db15971-a11ae202,
#w-node-aa01f282-59bc-31d4-0b69-38494db15972-a11ae202,
#w-node-aa01f282-59bc-31d4-0b69-38494db1597c-a11ae202,
#w-node-aa01f282-59bc-31d4-0b69-38494db1597d-a11ae202,
#w-node-aa01f282-59bc-31d4-0b69-38494db15987-a11ae202,
#w-node-aa01f282-59bc-31d4-0b69-38494db15988-a11ae202 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4903d86e-6834-99bb-25f2-4095ddd01e06-a11ae202,
#w-node-a4af0c98-4660-1f2a-e5fb-7704fc5b71c8-a11ae202,
#w-node-_6a5059c0-e07c-b976-e21a-20da50925ede-a11ae202,
#w-node-fffcae6b-3db6-97a3-43e2-308b1cb12de4-a11ae202,
#w-node-e0b6bb77-ed20-6118-2fe0-d7d9a4b51fa2-a11ae202,
#w-node-_814f7f42-2256-254e-6de1-9422211e2c27-a11ae202,
#w-node-d942fa48-7675-6b3b-35b0-6f91def27228-a11ae202,
#w-node-_4d49bafe-beff-825d-a661-502e8e8fac98-a11ae202,
#w-node-a813201c-6caa-c6d1-8feb-4fc5fe3fd030-a11ae202,
#w-node-_13f7bf7b-c7aa-79ea-fc75-3e83d12f4c76-a11ae202,
#w-node-_13f7bf7b-c7aa-79ea-fc75-3e83d12f4c79-a11ae202,
#w-node-_186ae55c-2562-edcf-46cd-11d16f7fbe2f-a11ae202,
#w-node-_186ae55c-2562-edcf-46cd-11d16f7fbe32-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa91-a11ae202 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa92-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa93-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aaa8-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aaa9-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aabe-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aabf-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aad4-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aad5-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81ab0e2f-c82e-a849-61e1-56b41a3c7a37-a11ae202 {
  align-self: start;
  justify-self: center;
}

#w-node-_9bed2f85-65cb-e000-82de-6e04ca1cc681-a11ae202,
#w-node-_2fcea1b9-0098-f0a2-d88c-3c6dd2f0b950-a11ae202,
#w-node-fa2934ce-553f-27d2-23d4-250c3c809231-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76a36f44-80e2-4594-67fe-944621230994-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d959-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3976157-1efc-2adb-3ea5-40ab3daab49a-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d966-a11ae202,
#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d973-a11ae202,
#w-node-a0753d48-3aa5-3205-03bf-c5774297ca80-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb0-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb1-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb8-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb9-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc0-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc1-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc8-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc9-a11ae202,
#w-node-_3205bfe7-f80c-1b31-1c9a-832230d13856-a11ae202,
#w-node-_4230ed54-deb5-ac22-a167-f29bc3c2c9a8-a11ae202,
#w-node-_6c9823bb-caf5-95db-65ac-527dacf5a8a8-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccc6245a-584e-2673-1ae8-0de50a6f1e5e-a11ae202 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22d91aed-fe99-5bc9-fe94-8795384c784f-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72afe3de-cd01-d4a5-1f8d-fa7cbba79b83-a11ae202 {
  order: 9999;
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: end;
}

#w-node-_72afe3de-cd01-d4a5-1f8d-fa7cbba79b86-a11ae202,
#w-node-_518ea11a-cf80-63ef-c43e-6b1c572937c4-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68c222bb-359d-c4b0-56d4-be119c743081-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_68c222bb-359d-c4b0-56d4-be119c743089-a11ae202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-a11ae202 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-a11ae202 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d920-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694c596e-2c05-3414-cef7-374b8220d921-549f1084 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-aa01f282-59bc-31d4-0b69-38494db15971-549f1084,
#w-node-aa01f282-59bc-31d4-0b69-38494db15972-549f1084,
#w-node-aa01f282-59bc-31d4-0b69-38494db1597c-549f1084,
#w-node-aa01f282-59bc-31d4-0b69-38494db1597d-549f1084,
#w-node-aa01f282-59bc-31d4-0b69-38494db15987-549f1084,
#w-node-aa01f282-59bc-31d4-0b69-38494db15988-549f1084 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4903d86e-6834-99bb-25f2-4095ddd01e06-549f1084,
#w-node-a4af0c98-4660-1f2a-e5fb-7704fc5b71c8-549f1084,
#w-node-_6a5059c0-e07c-b976-e21a-20da50925ede-549f1084,
#w-node-fffcae6b-3db6-97a3-43e2-308b1cb12de4-549f1084,
#w-node-e0b6bb77-ed20-6118-2fe0-d7d9a4b51fa2-549f1084,
#w-node-_814f7f42-2256-254e-6de1-9422211e2c27-549f1084,
#w-node-d942fa48-7675-6b3b-35b0-6f91def27228-549f1084,
#w-node-_4d49bafe-beff-825d-a661-502e8e8fac98-549f1084,
#w-node-a813201c-6caa-c6d1-8feb-4fc5fe3fd030-549f1084,
#w-node-_13f7bf7b-c7aa-79ea-fc75-3e83d12f4c76-549f1084,
#w-node-_13f7bf7b-c7aa-79ea-fc75-3e83d12f4c79-549f1084,
#w-node-_186ae55c-2562-edcf-46cd-11d16f7fbe2f-549f1084,
#w-node-_186ae55c-2562-edcf-46cd-11d16f7fbe32-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa91-549f1084 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa92-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aa93-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aaa8-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aaa9-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aabe-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aabf-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aad4-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0b6dffa4-ef3a-1dd8-c505-8ffb3e07aad5-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81ab0e2f-c82e-a849-61e1-56b41a3c7a37-549f1084 {
  align-self: start;
  justify-self: center;
}

#w-node-_9bed2f85-65cb-e000-82de-6e04ca1cc681-549f1084,
#w-node-_2fcea1b9-0098-f0a2-d88c-3c6dd2f0b950-549f1084,
#w-node-fa2934ce-553f-27d2-23d4-250c3c809231-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76a36f44-80e2-4594-67fe-944621230994-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d959-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3976157-1efc-2adb-3ea5-40ab3daab49a-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d966-549f1084,
#w-node-_5f1c2fd8-67fd-4d96-79b7-0b686d37d973-549f1084,
#w-node-a0753d48-3aa5-3205-03bf-c5774297ca80-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb0-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb1-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb8-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfb9-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc0-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc1-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc8-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_86fc2974-f1ce-b804-b4f9-787b2809cfc9-549f1084,
#w-node-_3205bfe7-f80c-1b31-1c9a-832230d13856-549f1084,
#w-node-_4230ed54-deb5-ac22-a167-f29bc3c2c9a8-549f1084,
#w-node-_6c9823bb-caf5-95db-65ac-527dacf5a8a8-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccc6245a-584e-2673-1ae8-0de50a6f1e5e-549f1084 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22d91aed-fe99-5bc9-fe94-8795384c784f-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72afe3de-cd01-d4a5-1f8d-fa7cbba79b83-549f1084 {
  order: 9999;
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: end;
}

#w-node-_72afe3de-cd01-d4a5-1f8d-fa7cbba79b86-549f1084,
#w-node-_518ea11a-cf80-63ef-c43e-6b1c572937c4-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68c222bb-359d-c4b0-56d4-be119c743081-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_68c222bb-359d-c4b0-56d4-be119c743089-549f1084 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-549f1084 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: center;
  justify-self: start;
}

#w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-549f1084 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34167-37b34150,
  #w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34169-37b34150 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34171-37b34150 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
    grid-column-end: 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b2052354-5446-da9c-e906-f9d98118b8b3-8118b8ae {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-db0b3552,
  #w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-cc0b356e {
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43,
  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_410ec65a-e716-ed7a-b8c8-857240624ef0-40624eef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-ab0b366e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-ab0b366e,
  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-d00b3670 {
    grid-column: 1 / 3;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb637b-400b36cd {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb637d-400b36cd {
    grid-area: 2 / 1 / 5 / 7;
    align-self: center;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb637f-400b36cd {
    grid-area: 2 / 7 / 5 / 13;
    align-self: start;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb6381-400b36cd {
    grid-area: 1 / 8 / 3 / 13;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb6383-400b36cd {
    grid-area: 3 / 6 / 5 / 13;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb63ae-400b36cd,
  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8ae5-400b36cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8b0e-400b36cd {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-400b36cd {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-400b36cd {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: stretch;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-400b36cd {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-400b36cd {
    grid-area: span 1 / span 10 / span 1 / span 10;
    align-self: stretch;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-400b36cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-400b36cd {
    grid-area: span 1 / span 10 / span 1 / span 10;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-400b36cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e93cca45-79cc-a5b0-3821-8ab5b3ec5c8d-9f0b36d7 {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-e93cca45-79cc-a5b0-3821-8ab5b3ec5ca7-9f0b36d7 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb63ae-9f0b36d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_37c6c502-671d-436c-e502-e382dbcef219-9f0b36d7 {
    grid-column: 1 / 3;
  }

  #w-node-_37c6c502-671d-436c-e502-e382dbcef21b-9f0b36d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a9fa4ba3-ac58-4602-83af-dae1fe3f4383-9f0b36d7 {
    grid-column: 1 / 3;
  }

  #w-node-a9fa4ba3-ac58-4602-83af-dae1fe3f4385-9f0b36d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_27e81478-078c-2705-f522-e8702d18bd20-9f0b36d7 {
    grid-column: 1 / 3;
  }

  #w-node-_27e81478-078c-2705-f522-e8702d18bd22-9f0b36d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-9f0b36d7 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-9f0b36d7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: stretch;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-9f0b36d7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-9f0b36d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e60e137-4772-1ef5-1cec-c5951313f4d2-750b36d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0301-750b36d8 {
    grid-column: 1 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0303-750b36d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca030e-750b36d8 {
    grid-column: 1 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0310-750b36d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b846b919-9ddb-d415-0a04-c905bd2ba8c0-750b36d8 {
    grid-column: 1 / 3;
  }

  #w-node-b846b919-9ddb-d415-0a04-c905bd2ba8c2-750b36d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_867f6a8a-a57b-a80a-5c0f-5b1662282165-750b36d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe24d3f6-0e8d-ae24-ae49-7b064d431d21-750b36d8 {
    grid-column: 1 / 3;
  }

  #w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f38b-750b36d8,
  #w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f394-750b36d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-750b36d8 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: stretch;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-750b36d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-750b36d8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-750b36d8,
  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-750b36d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-750b36d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_552bd574-072a-fd50-3a11-52771ad7506f-1ad7506b {
    grid-area: 8 / 1 / 13 / 13;
  }

  #w-node-_552bd574-072a-fd50-3a11-52771ad75086-1ad7506b {
    grid-area: 2 / 1 / 6 / 13;
  }

  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8ae5-760b371f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8b0e-760b371f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-760b371f {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-760b371f {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: stretch;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-760b371f {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-760b371f {
    grid-area: span 1 / span 10 / span 1 / span 10;
    align-self: stretch;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-760b371f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-760b371f {
    grid-area: span 1 / span 10 / span 1 / span 10;
    align-self: center;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0370-760b371f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e504857d-e5e2-29db-970f-0e756fe02615-4c0b376e {
    grid-area: 8 / 1 / 13 / 13;
  }

  #w-node-e504857d-e5e2-29db-970f-0e756fe02635-4c0b376e {
    grid-area: 2 / 1 / 6 / 13;
  }

  #w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-d842e133,
  #w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-bf885056,
  #w-node-ee7ef0e8-f56e-ec69-818f-99f74d9431f9-1610979c {
    justify-self: center;
  }

  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-550bf01c {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a09-550bf01c,
  #w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a0c-550bf01c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-550bf01c,
  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-550bf01c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-550bf01c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-bd3540c2 {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_76a36f44-80e2-4594-67fe-944621230994-bd3540c2,
  #w-node-e3976157-1efc-2adb-3ea5-40ab3daab49a-bd3540c2 {
    justify-self: center;
  }

  #w-node-_68c222bb-359d-c4b0-56d4-be119c743081-bd3540c2,
  #w-node-_68c222bb-359d-c4b0-56d4-be119c743089-bd3540c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-bd3540c2,
  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-bd3540c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-bd3540c2 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-9fcfcc06,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-014472a9 {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a09-014472a9,
  #w-node-_09812f60-3162-d4ba-c3c5-c5f522e07a0c-014472a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-014472a9,
  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-014472a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-014472a9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-6dd18312,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-5b181e07,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-a11ae202 {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_76a36f44-80e2-4594-67fe-944621230994-a11ae202,
  #w-node-e3976157-1efc-2adb-3ea5-40ab3daab49a-a11ae202 {
    justify-self: center;
  }

  #w-node-_68c222bb-359d-c4b0-56d4-be119c743081-a11ae202,
  #w-node-_68c222bb-359d-c4b0-56d4-be119c743089-a11ae202 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-a11ae202,
  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-a11ae202 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-a11ae202 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_694c596e-2c05-3414-cef7-374b8220d921-549f1084 {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
    justify-self: end;
  }

  #w-node-_76a36f44-80e2-4594-67fe-944621230994-549f1084,
  #w-node-e3976157-1efc-2adb-3ea5-40ab3daab49a-549f1084 {
    justify-self: center;
  }

  #w-node-_68c222bb-359d-c4b0-56d4-be119c743081-549f1084,
  #w-node-_68c222bb-359d-c4b0-56d4-be119c743089-549f1084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-549f1084,
  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-549f1084 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-549f1084 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2052354-5446-da9c-e906-f9d98118b8b1-8118b8ae {
    justify-self: start;
  }

  #w-node-_757bfbf4-453c-2efc-587f-33b2d9e945a4-9f0b36d7,
  #w-node-_61dfef82-a348-1b37-bc29-78866480ca69-9f0b36d7,
  #w-node-_757bfbf4-453c-2efc-587f-33b2d9e945bd-9f0b36d7 {
    order: -9999;
  }

  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-550bf01c,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-bd3540c2,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-9fcfcc06,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-014472a9,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-6dd18312,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-5b181e07,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-a11ae202,
  #w-node-_694c596e-2c05-3414-cef7-374b8220d91f-549f1084 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94663107-9aee-141a-f62a-dc71ba294875-c20b3517 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294877-c20b3517 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294879-c20b3517 {
    grid-column: 4 / 5;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294880-c20b3517 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294882-c20b3517 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294884-c20b3517 {
    grid-column: 4 / 5;
  }

  #w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34167-37b34150 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34169-37b34150 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b82cbacd-b9f8-bb70-db0a-3ea637b34171-37b34150 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_410ec65a-e716-ed7a-b8c8-857240624ef0-40624eef,
  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-d00b3670 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb637b-400b36cd {
    grid-area: 1 / 1 / 3 / 5;
    align-self: start;
    justify-self: center;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb637d-400b36cd {
    grid-area: 2 / 1 / 5 / 5;
    align-self: start;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb637f-400b36cd {
    grid-area: 3 / 3 / 5 / 7;
    align-self: center;
    justify-self: end;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb6381-400b36cd {
    grid-area: 1 / 4 / 3 / 7;
    align-self: center;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb6383-400b36cd {
    grid-area: 2 / 3 / 4 / 7;
    align-self: center;
    justify-self: end;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb63ae-400b36cd,
  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8ae5-400b36cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8b0e-400b36cd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bd-400b36cd {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bf-400b36cd {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c1-400b36cd {
    grid-column: 4 / 5;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cce-400b36cd {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cd0-400b36cd {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cd2-400b36cd {
    grid-column: 4 / 5;
  }

  #w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-400b36cd {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-400b36cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-400b36cd {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-400b36cd {
    grid-area: span 2 / span 12 / span 2 / span 12;
    align-self: stretch;
  }

  #w-node-ce367ad3-cb39-874d-2ade-4e8ee0e34c9d-400b36cd {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-400b36cd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-400b36cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e93cca45-79cc-a5b0-3821-8ab5b3ec5c8d-9f0b36d7 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-_9793ad80-6ca4-4c83-1fb0-b36c89d43bca-9f0b36d7,
  #w-node-cbd263c1-4890-13d1-de64-8ad860b1f255-9f0b36d7 {
    justify-self: stretch;
  }

  #w-node-e93cca45-79cc-a5b0-3821-8ab5b3ec5ca7-9f0b36d7 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_1a4893b5-a70b-8667-1928-516e4ccb63ae-9f0b36d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_37c6c502-671d-436c-e502-e382dbcef219-9f0b36d7 {
    grid-column: 1 / 3;
  }

  #w-node-_37c6c502-671d-436c-e502-e382dbcef21b-9f0b36d7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-a9fa4ba3-ac58-4602-83af-dae1fe3f4383-9f0b36d7 {
    grid-column: 1 / 3;
  }

  #w-node-a9fa4ba3-ac58-4602-83af-dae1fe3f4385-9f0b36d7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_27e81478-078c-2705-f522-e8702d18bd20-9f0b36d7 {
    grid-column: 1 / 3;
  }

  #w-node-_27e81478-078c-2705-f522-e8702d18bd22-9f0b36d7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-9f0b36d7 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-9f0b36d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-9f0b36d7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_876c5de0-5652-06f7-eccc-da1357647864-750b36d8 {
    grid-area: 1 / 2 / 3 / 6;
    align-self: start;
    justify-self: center;
  }

  #w-node-_876c5de0-5652-06f7-eccc-da1357647866-750b36d8 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_876c5de0-5652-06f7-eccc-da1357647868-750b36d8 {
    grid-area: 3 / 4 / 5 / 6;
    align-self: center;
    justify-self: end;
  }

  #w-node-_7c571ab9-6e35-af0c-ef9a-80e9b8e0b16a-750b36d8 {
    grid-area: 1 / 4 / 3 / 7;
    align-self: center;
  }

  #w-node-_7372ac1a-70e5-9ae8-e3b1-8b9a50752722-750b36d8 {
    grid-area: 2 / 5 / 4 / 7;
    align-self: center;
    justify-self: end;
  }

  #w-node-_9e60e137-4772-1ef5-1cec-c5951313f4d2-750b36d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0301-750b36d8 {
    grid-column: 1 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0303-750b36d8 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca030e-750b36d8 {
    grid-column: 1 / 3;
  }

  #w-node-_6ca7de54-152f-640c-e7f1-166eccca0310-750b36d8 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-b846b919-9ddb-d415-0a04-c905bd2ba8c0-750b36d8 {
    grid-column: 1 / 3;
  }

  #w-node-b846b919-9ddb-d415-0a04-c905bd2ba8c2-750b36d8 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fe24d3f6-0e8d-ae24-ae49-7b064d431d21-750b36d8 {
    grid-column: 1 / 5;
  }

  #w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f38b-750b36d8 {
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f392-750b36d8 {
    align-self: stretch;
  }

  #w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f394-750b36d8 {
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-_01dfb958-2bd9-42eb-1bef-807e8ee9f39b-750b36d8 {
    align-self: stretch;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bd-750b36d8 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bf-750b36d8 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c1-750b36d8 {
    grid-column: 4 / 5;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cce-750b36d8 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cd0-750b36d8 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cd2-750b36d8 {
    grid-column: 4 / 5;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-750b36d8,
  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-750b36d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-750b36d8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-750b36d8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_552bd574-072a-fd50-3a11-52771ad75086-1ad7506b {
    grid-column: 2 / 5;
    grid-row-end: 5;
  }

  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8ae5-760b371f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_50952de9-96e0-291c-3cf1-3a32d3fc8b0e-760b371f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6330a050-f4b4-8473-aedd-f28353bbb34d-760b371f {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955d9f-760b371f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7380aabc-75f4-a218-110c-8e1072955de2-760b371f {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bd-760b371f {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34bf-760b371f {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_9c1516aa-5ddd-4cd3-64f6-f98e4f7a34c1-760b371f {
    grid-column: 4 / 5;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cce-760b371f {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cd0-760b371f {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-af6262d7-442a-313b-2098-d017ef373cd2-760b371f {
    grid-column: 4 / 5;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e1-760b371f {
    grid-area: span 2 / span 12 / span 2 / span 12;
    align-self: stretch;
  }

  #w-node-ce367ad3-cb39-874d-2ade-4e8ee0e34c9d-760b371f {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e4-760b371f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4b6f866-8f04-6af6-b01a-7424fb5110e5-760b371f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e504857d-e5e2-29db-970f-0e756fe02635-4c0b376e {
    grid-column: 2 / 5;
    grid-row-end: 5;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294875-13b168b9 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294877-13b168b9 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294879-13b168b9 {
    grid-column: 4 / 5;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294880-13b168b9 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294882-13b168b9 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294884-13b168b9 {
    grid-column: 4 / 5;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294875-cf4f82d3 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294877-cf4f82d3 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294879-cf4f82d3 {
    grid-column: 4 / 5;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294880-cf4f82d3 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294882-cf4f82d3 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294884-cf4f82d3 {
    grid-column: 4 / 5;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294875-28128764 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294877-28128764 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294879-28128764 {
    grid-column: 4 / 5;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294880-28128764 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294882-28128764 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_94663107-9aee-141a-f62a-dc71ba294884-28128764 {
    grid-column: 4 / 5;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-550bf01c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-550bf01c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-550bf01c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-a0753d48-3aa5-3205-03bf-c5774297ca80-bd3540c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-bd3540c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-bd3540c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-bd3540c2 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-014472a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-014472a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-014472a9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-a0753d48-3aa5-3205-03bf-c5774297ca80-a11ae202 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-a11ae202 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-a11ae202 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-a11ae202 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-a0753d48-3aa5-3205-03bf-c5774297ca80-549f1084 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3c-549f1084 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a3e-549f1084 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feacf4cc-3a2f-53fd-b4e4-4b66e5707a46-549f1084 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Medium.ttf") format("truetype"),
    url("../fonts/Hauora-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hauora";
  src: url("../fonts/Hauora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hibana";
  src: url("../fonts/Hibana-SubMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Milligram";
  src: url("../fonts/Milligram-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Milligram";
  src: url("../fonts/Zetafonts---Milligram-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Alt Black Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Alt-Black-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Alt Bold Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Alt-Bold-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Alt Light Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Alt-Light-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Alt Medium Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Alt-Medium-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Alt Regular Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Alt-Regular-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Alt Thin Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Alt-Thin-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Black Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Black-PERSONAL-USE.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Bold Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Bold-PERSONAL-USE.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Light Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Light-PERSONAL-USE.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Medium Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Medium-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Regular Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Regular-PERSONAL-USE.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Outer Sans Thin Personal Use";
  src: url("../fonts/MADE-Outer-Sans-Thin-PERSONAL-USE.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
