:root {
  --propaya-purple: #593e9c;
  --alice-blue: #ecf0f7;
  --cornflower-blue: #9290f3;
  --pale-goldenrod: #faf4af;
  --dark-gray: #1b1b1b;
  --pale-goldenrod-2: #efffa6;
  --dim-grey-2: #616161;
  --crimson: #ff0062;
  --blue-2: #4700e0;
  --light-steel-blue: #b1b0eb;
  --tomato: #ff715b;
  --dark-slate-blue: #55378b;
  --blue: #6411ff;
  --light-green: #b0ebb9;
  --sky-blue: #38c0de;
  --light-blue: #b3dff5;
  --dim-grey: #464646;
  --white-smoke: #e9e8e8;
  --green-yellow: #c4f85c;
  --purple: #90115d;
  --salmon: #ff8d86;
  --white: #ffffffbf;
  --dark-turquoise: #27e0fa;
  --lemon-chiffon: #eee8bd;
  --papaya-whip: #f5e5cb;
  --pale-goldenrod-3: #efffb4;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

  .w-commerce-commercecartquantity, .w-commerce-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: #363636;
  background-color: #f5f5f5;
  font-family: Switzer, sans-serif;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Hauora;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  font-family: Hauora;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  line-height: 1.4;
}

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

p {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.5;
}

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

a:hover {
  color: #fff;
}

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

blockquote {
  color: #ffffff80;
  background-color: #ffffff0f;
  border: 1px solid #fff3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  color: #949494d9;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.effortless-property-management {
  background-color: #0000;
  margin-top: 40px;
  position: relative;
}

.effortless-property-management.blog-post {
  border: 1px #000;
  min-height: auto;
  padding-top: 9em;
  padding-bottom: 0;
}

.effortless-property-management.blog-post.bg-purple {
  margin-top: 0;
}

.effortless-property-management.overflow {
  width: 100%;
  overflow: hidden;
}

.effortless-property-management.light-blue {
  background-color: var(--alice-blue);
}

.effortless-property-management.bg-gray {
  margin-bottom: 60px;
}

.effortless-property-management.gap {
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.effortless-property-management.bg-white {
  background-color: #fff0;
}

.effortless-property-management.bg-light-gray {
  background-color: #e6f0f6;
}

.effortless-property-management.hero {
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.effortless-property-management.flex-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 9em;
  display: flex;
  overflow: hidden;
}

.effortless-property-management.full {
  min-height: 100vh;
  padding-top: 8em;
  display: flex;
}

.effortless-property-management.bg-green {
  margin-top: 0;
}

.effortless-property-management.bg-dark-blue {
  background-color: #a9cbff;
}

.gallery-grid-wrapper {
  align-items: center;
  min-width: 100%;
  min-height: 50vh;
  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;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.container.titles {
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 8em;
  display: flex;
}

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

.container.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.container.merch {
  padding-top: 8.5em;
}

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

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

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

.container.large {
  margin-left: auto;
  margin-right: auto;
}

.container.large.padding-bottom-medium {
  padding-bottom: 100px;
}

.container.flex-v {
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.container.hero {
  padding-top: 8em;
  padding-bottom: 0;
  padding-left: 40px;
}

.container.gap-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 0 8em;
  display: flex;
  overflow: clip;
}

.main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.main-grid.inner-padding-medium {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-flow: row;
  align-self: center;
  place-items: center;
  padding-bottom: 0;
  display: grid;
}

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

.main-grid.inner-padding-small {
  box-shadow: none;
}

.main-grid.short-gap {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-grid.gallery {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.main-grid.logo-wall {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: center;
}

.main-grid.z-index {
  z-index: 2;
}

.main-grid.full {
  height: 100%;
}

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

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

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

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

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

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

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

.hero-grid-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto 10vh auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
  padding-top: 10em;
}

.title-tag {
  color: #fff9;
  text-align: left;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.grid-rail {
  z-index: 2;
  grid-column-gap: 2.2em;
  white-space: nowrap;
  flex: none;
  grid-template: ". . . . Area"
  / auto auto auto auto auto;
  grid-auto-columns: minmax(200px, 1fr);
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-rail.l-gap {
  grid-column-gap: 4em;
  align-items: center;
}

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

.hero-rail.gap {
  justify-content: space-between;
  position: relative;
}

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

.logos-wrapper {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 2em;
  display: flex;
}

.logos-wrapper.bg-gray {
  flex: none;
}

.logos-wrapper.bg-dark-green {
  background-color: #cbecb8;
}

.image-logo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 110px;
  max-height: 28px;
}

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

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

.grid-gallery {
  z-index: 5;
  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;
  width: 100%;
  min-width: 120vw;
  max-width: 1980px;
  min-height: 60vh;
  padding-right: 36px;
  position: relative;
}

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

.frame-image-hero._01 {
  border-radius: 100%;
  width: 35em;
  height: 35em;
}

.frame-image-hero._02 {
  border-radius: 200px;
  width: 45em;
  height: 26em;
}

.frame-image-hero._03 {
  z-index: 2;
  background-color: var(--pale-goldenrod);
  border-radius: 100%;
  width: 22em;
  height: 22em;
  padding: 37px 35px;
}

.frame-image-hero._03.scale-up {
  background-color: #f7fbff;
}

.frame-image-hero._04 {
  z-index: 0;
  border-radius: 100%;
  width: 20em;
  height: 20em;
}

.frame-image-hero._05 {
  z-index: 4;
  background-color: #0000;
  border-radius: 100%;
  width: 16em;
  height: 16em;
}

.frame-image-hero.hero {
  z-index: 3;
  background-color: #cdf6ff;
  border-radius: 200px;
  width: 14vw;
  height: 22vw;
}

.frame-image-hero.rounded {
  border-radius: 300px;
}

.frame-image-hero.med {
  z-index: 3;
  background-color: #0000;
  border-radius: 100%;
  width: 30em;
  height: 30em;
}

.frame-image-hero.small {
  background-color: var(--pale-goldenrod);
  border-radius: 200px;
  width: 28em;
  height: 18em;
}

.frame-image-hero.xsmall {
  background-color: var(--pale-goldenrod);
  border-radius: 200px;
  width: 12em;
  height: 12em;
}

.small-legal-text {
  color: #6e6e6e;
  font-size: 13px;
}

.wrapper-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

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

.wrapper-heading.blog-post {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6em;
  padding-bottom: 6em;
}

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

.heading-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5em;
  display: flex;
}

.half-container {
  width: 100%;
  max-width: 690px;
  min-height: 400px;
  padding-left: 30px;
}

.image-frame {
  perspective: 2000px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20em;
  max-width: 380px;
  height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-frame.up {
  top: -3em;
}

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

.image-frame.down.square {
  border-radius: 220px;
  width: 38em;
  max-width: none;
}

.image-frame.circle {
  border-radius: 100%;
}

.image-frame.circle.full {
  border-radius: 200px;
  width: 40em;
  max-width: none;
  display: flex;
}

.image-frame.circle.full-6-2 {
  border-radius: 200px;
  width: 60em;
  max-width: none;
  display: flex;
}

.image-frame.circle.full-6-2.bg-hot-pink {
  background-color: #fa6cc2;
}

.image-frame.circle.full-6-2.bg-light-orange {
  background-color: #f7b26d;
}

.image-frame.circle.bg-light-purple {
  background-color: #ede8f3;
}

.image-frame.circle.bg-propaya-purple {
  background-color: #5a3f99;
}

.image-frame.circle.bg-dark-cyan {
  background-color: #2c95be;
}

.image-frame.circle.bg-light-pink {
  background-color: #ffd8db;
}

.image-frame.circle.bg-peach {
  background-color: #fcadac;
}

.image-frame.circle.bg-light-darker-yellow {
  background-color: #e6b991;
}

.image-frame.circle.bg-tangarine {
  background-color: #f4b026;
}

.image-frame.circle.bg-light-maroon {
  background-color: #b74751;
}

.image-frame.circle.bg-light-peach {
  background-color: #f2aa8b;
}

.image-frame.circle.bg-lighter-pink {
  background-color: #ffa1cb;
}

.image-frame.square {
  border-radius: 230px;
  width: 32em;
  max-width: none;
}

.image-tiles-hero {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  position: relative;
  overflow: auto;
}

.image-tiles-hero._3d {
  max-height: none;
}

.image-tiles-hero._3d-reverse {
  transform: rotate(0);
}

.image-tiles-hero.contain {
  object-fit: contain;
}

.wrappernav {
  z-index: 20;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.navgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20em 1fr 20em;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 7.5em;
  padding-left: 30px;
  padding-right: 30px;
}

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

.form.single {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 10px 12px;
  display: flex;
  overflow: visible;
}

.form.single.gray {
  background-color: #e9e8e8;
}

.form.gap {
  grid-column-gap: 15px;
  width: 100%;
}

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

.heading-xlarge {
  color: var(--dark-gray);
  text-align: left;
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  padding-left: 0;
  font-family: Switzer, sans-serif;
  font-size: 5.8em;
  font-weight: 500;
  line-height: .94;
}

.heading-xlarge.margin-bottom-xsmall.text-white {
  color: var(--alice-blue);
}

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.button {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #593e9c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 1.2em 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--pale-goldenrod-2);
  color: var(--dim-grey-2);
}

.button.outline {
  color: #00000080;
  background-color: #0000;
  border: 1px solid #b3b3b34d;
}

.button.outline:hover {
  color: #ffffffd9;
  border-color: #b3b3b3cc;
}

.button.color-red {
  white-space: nowrap;
  background-color: #1d747e;
}

.button.color-red:hover {
  background-color: #4400c3;
}

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

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

.button.small {
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  flex: none;
  width: 90px;
  height: 55px;
  padding: 0 0;
  transition: background-position .2s, background-color .2s;
}

.button.small:hover {
  background-color: var(--light-steel-blue);
  background-position: 65%;
}

.button.plan {
  background-color: var(--dark-slate-blue);
}

.button.plan:hover {
  color: #fff;
  background-color: #79a315;
}

.button.plan.margin-bottom-xsmall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
  text-align: center;
  flex-flow: row;
  flex: none;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -12px;
  padding-top: 1.25em;
  transition: background-color .2s;
  display: flex;
}

.button.plan.margin-bottom-xsmall:active {
  background-color: #34460a;
}

.button.plan.margin-bottom-xsmall.hallow {
  background-color: var(--dark-slate-blue);
  border: 0 solid #55378b;
}

.button.plan.margin-bottom-xsmall.hallow:hover {
  background-color: var(--tomato);
}

.button.plan.margin-bottom-xsmall.test {
  background-color: var(--dark-slate-blue);
}

.grid-buttons {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.grid-buttons.social {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.p-small {
  color: #00000080;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.45;
}

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

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

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover {
  color: #141414bf;
}

.nav-link.w--current {
  color: #1b1b1b;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.image-brand {
  box-sizing: content-box;
  object-fit: fill;
  width: auto;
  max-width: 100%;
  max-height: none;
  padding-top: 20px;
  padding-left: 20px;
  overflow: auto;
}

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

.padding-bottom-small {
  padding-bottom: 4em;
}

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

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

.tabs-menu {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.tabs-menu.plan {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.list-flex {
  color: #000000a6;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.2em;
  display: flex;
}

.list-flex.off {
  color: #9191918a;
  text-decoration: line-through;
}

.icon-check {
  height: 9px;
}

.image-tab-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-height: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle {
  padding-left: 8px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.tabs-nav-menu {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 12px 15px;
  display: flex;
}

.gray-wrapper {
  grid-row-gap: 4em;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 3.5em 3em 4em;
  display: flex;
  position: relative;
}

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

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

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

.gray-wrapper.selected-plan {
  background-color: #fff;
  border: 3px solid #57cce9;
  overflow: hidden;
}

.gray-wrapper.selected-plan.pricing {
  background-color: #eef9ff;
  border-color: #ff715b;
}

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

.gray-wrapper.inner-form.margin-bottom-medium {
  margin-bottom: 5em;
}

.gray-wrapper.float-bottom {
  padding-bottom: 0;
  overflow: hidden;
}

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

.gray-wrapper.block-icons {
  border-radius: 32px;
}

.gray-wrapper.icons.bg-yellow {
  background-color: var(--light-green);
}

.gray-wrapper.popular {
  border: 2px solid #ff715b;
}

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

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

.stats {
  color: #000;
  font-family: Hauora;
  font-size: 4em;
  font-weight: 600;
}

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

.text-field {
  border: 1px solid #fff;
  border-radius: 200px;
  width: 100%;
  min-width: 16em;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 16px;
  box-shadow: inset 1px 1px #fff;
}

.text-field.small {
  font-size: 16px;
}

.text-field.small.gray {
  box-shadow: none;
  border-color: #e9e8e8;
}

.text-field.gray {
  background-color: #e9e8e8;
  border-color: #e9e8e8;
  padding-left: 32px;
  font-size: 18px;
  box-shadow: inset 1px 1px #e9e8e8;
}

.text-field.flex-white {
  background-color: #fff;
  flex: 1;
  min-width: auto;
}

.text-field.outline {
  box-shadow: none;
  background-color: #fff;
  border-color: #bbb;
  min-height: 65px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.text-field.flex-gray {
  background-color: #e9e8e8;
  flex: 1;
  min-width: auto;
  margin-right: 0;
}

.text-field.large-outline {
  background-color: #fff;
  border-width: 2px;
  border-color: #e9e8e8;
  min-height: 70px;
}

.text-field.flex-outline {
  background-color: #fff;
  border-width: 2px;
  border-color: #e9e8e8;
  flex: 1;
  min-width: auto;
  margin-right: 0;
}

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

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

.icon-social.med {
  flex: 1;
  max-height: 28px;
}

.form-block {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.form-block.right {
  justify-content: flex-end;
  display: flex;
}

.form-block.gap {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.inner-footer-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  display: grid;
}

.link-footer {
  color: #0000008a;
  font-size: 16px;
  text-decoration: none;
}

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

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

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

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

.profile._3col {
  grid-template-columns: auto 1fr 1fr;
  width: 100%;
}

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

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

.image-profile-wrapper.large {
  border-radius: 200px;
  width: 100%;
  height: 20em;
}

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

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

.paragraph-wrapper.align-center {
  align-items: center;
}

.ratings {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

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

.plan-column {
  background-color: #e6e0fc;
  background-image: linear-gradient(25deg, #ede8f3, #fff);
  border: 5px solid #593e9c;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  min-height: auto;
  padding: 2em 2em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 15px 15px 5px #593e9c;
}

.plan-column.recommended {
  border: 5px solid #ff715b;
}

.form-wrapper {
  width: 100%;
}

.form-wrapper.left {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.form-wrapper._w-med {
  max-width: 34em;
}

.icon-content {
  max-width: 42px;
  max-height: 38px;
}

.big-heading-wrapper {
  padding-top: 1em;
  padding-bottom: 1.4em;
  display: flex;
  overflow: hidden;
}

.big-heading-wrapper.outline {
  border-top: 1px solid var(--propaya-purple);
  border-bottom: 1px solid var(--propaya-purple);
}

.xlarge-scroll-heading {
  color: #000;
  letter-spacing: -.04em;
  white-space: nowrap;
  font-family: Switzer, sans-serif;
  font-size: 12em;
  font-weight: 400;
  line-height: 1.2;
}

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

.quote-icon {
  height: 3em;
  margin-bottom: 2em;
}

.quote-icon.small {
  height: 2em;
}

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

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

.image-grid-wrapper.rounded {
  background-color: #fce3b2;
  align-items: center;
  height: 100%;
}

.image-grid-wrapper.rounded.end {
  align-items: flex-end;
}

.image-grid-wrapper.box {
  padding: 2em;
}

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

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

.image-product-mobile {
  width: auto;
  height: 100%;
  max-height: 70vh;
  padding-top: 35px;
  padding-bottom: 35px;
}

.image-product-mobile.auto {
  width: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.full-image {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 1;
  width: 35vw;
  height: 100%;
  margin-top: 8px;
  margin-left: 0;
  padding-top: 0;
  position: relative;
}

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

.full-image.medium {
  object-fit: contain;
  height: 45em;
  margin-top: -21px;
  margin-left: -16px;
}

.logo-grid-ticker {
  grid-column-gap: 1.1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 1.2em;
  display: grid;
}

.logo-wrap-ticker {
  background-color: #0000001a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  display: flex;
}

.logo-wrap-ticker.square {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 14em;
  min-width: auto;
  height: 10em;
}

.logo-wrap-ticker.square-purple {
  background-color: #fff6;
  border-radius: 16px;
  width: 14em;
  min-width: auto;
  height: 8em;
}

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

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

.main-paragraph {
  color: #363636;
  letter-spacing: 0;
  font-size: 1.45em;
  line-height: 1.4;
}

.main-paragraph.text-white-opacity {
  color: #ffffff75;
}

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

.main-paragraph.size-large {
  font-size: 2em;
}

.main-paragraph.compare-pricing {
  color: #ffffffb3;
  text-decoration: line-through;
}

.main-paragraph.inner-padding-small {
  padding-top: 16px;
  padding-bottom: 20px;
}

.button-play {
  background-color: var(--cornflower-blue);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 90px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.button-play:hover {
  background-color: var(--sky-blue);
}

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

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

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

.circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

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

.circle-check.blue {
  background-color: #bcf3ff;
}

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

.price {
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
}

.price.large {
  font-size: 6em;
}

.price.medium {
  font-size: 6.5em;
}

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

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

.price-wrapper.margin-bottom-xsmall {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-wrapper {
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

.plus-icon {
  height: 16px;
}

.faq-container {
  color: #747474;
}

.rail-wrapper {
  flex: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

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

.icon {
  opacity: .35;
  color: #000;
  margin-right: 12px;
  font-size: 12px;
}

.link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.link-wrapper.text-white {
  color: #ffffffd9;
}

.link-wrapper.small {
  font-size: 1em;
}

.link-wrapper.small-header {
  color: var(--light-blue);
  border-bottom-style: dotted;
  border-bottom-color: #b3dff5;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
}

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

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

.full-form {
  align-self: center;
  width: 100%;
  margin-bottom: 0;
}

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

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

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

.frame-image-overflow {
  perspective: 2000px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-image-overflow.no-frame {
  border-radius: 20px;
  width: 18em;
  height: 18em;
  overflow: hidden;
}

.frame-image-overflow.circle {
  border-radius: 100%;
  width: 20em;
  height: 20em;
}

.frame-image-overflow.square {
  border-radius: 230px;
  width: 30em;
}

.frame-image-overflow.regular {
  width: 26em;
  height: 26em;
}

.lightbox-link {
  color: #575757;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  padding: 1.2em 2.1em;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lightbox-link:hover {
  color: #383737;
  background-color: #f5f5f5;
}

.icon-play-button {
  opacity: .7;
  background-color: #ff715b;
  border-radius: 100px;
  width: 1.8em;
  height: 1.8em;
  margin-right: 12px;
  padding: 6px 6px 6px 9px;
}

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

.scribble {
  background-image: url('../images/g-014.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .1em;
  display: inline-block;
}

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

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

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

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

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

.text-small {
  font-size: 13px;
}

.text-small.bold {
  background-image: none;
}

.value {
  color: #000;
  font-family: Switzer, sans-serif;
  font-size: 6.8em;
  font-weight: 500;
  line-height: 1.1;
}

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

.logo-quote-wrapper {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: flex;
}

.hero-grid {
  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;
  min-height: auto;
  overflow: hidden;
}

.grid-hero {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: auto;
  padding-top: 8em;
}

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

.center-wrapper._w-min {
  width: 100%;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}

.center-wrapper._w-med {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.center-wrapper.inner-padding-medium {
  z-index: 4;
  position: relative;
}

.center-wrapper.hero-container {
  grid-row-gap: 3em;
  width: 100%;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.center-wrapper.gap {
  grid-row-gap: 1em;
}

.center-wrapper.gap._100 {
  width: 100%;
}

.center-wrapper.cta-contain {
  z-index: 2;
  padding: 8em 30px;
  position: relative;
}

.center-wrapper.hero-container-top {
  z-index: 6;
  grid-row-gap: 2em;
  width: 100%;
  max-width: 80em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.center-wrapper.header {
  grid-row-gap: 2.5em;
  padding-top: 10em;
}

.center-wrapper.s-header {
  padding-top: 3em;
  padding-bottom: 3em;
}

.center-wrapper._w-med {
  width: 100%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.center-wrapper.box {
  z-index: 3;
  grid-row-gap: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.center-wrapper.hp {
  grid-row-gap: 15px;
  justify-content: space-between;
}

.heading-medium {
  color: #000;
  margin-top: 10px;
  font-family: Switzer, sans-serif;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.25;
}

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

.heading-large {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  font-family: Switzer, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.05;
}

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

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

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

.heading-large.margin-bottom-small {
  margin-bottom: 45px;
  font-size: 2.5em;
}

.heading-large.margin-bottom-xsmall {
  margin-bottom: 25px;
}

.sub-heading-regular {
  margin-top: 10px;
  font-family: Switzer, sans-serif;
  font-size: 20px;
}

.sub-heading-regular.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.sub-heading-regular.text-light {
  font-family: Hauora;
  font-weight: 400;
}

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

.heading-small {
  color: #000;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Switzer, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.25;
}

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

.heading-small.margin-bottom-xsmall {
  margin-bottom: 25px;
}

.heading-small.outline {
  border: 1px solid #00000026;
  border-radius: 100px;
  padding: 9px 15px;
  font-size: 1.1em;
}

.heading-small.outline.margin-bottom-small {
  margin-bottom: 25px;
  font-size: 1.2em;
}

.heading-small.regular {
  font-size: 1.6em;
}

.bg-blue {
  background-color: #82d4e5;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

.inner-hero-images {
  min-height: auto;
  padding-top: 10em;
  padding-bottom: 5vh;
}

.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-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-white-opacity {
  color: #ffffff8a;
}

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

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

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

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

.hero-ticker-images {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  min-height: auto;
  padding-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p-xsmall {
  color: #2c2c2c80;
  font-size: 14px;
}

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

.bg-overlap.rounded {
  background-color: #fff;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  min-width: 150px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 14px 14px 20px #0000001a;
}

.dropdown-link {
  background-color: #fff;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link:hover {
  background-color: var(--cornflower-blue);
  color: #fff;
}

.dropdown-link.w--current {
  color: #00000080;
  background-color: #ececec;
}

.text-orange {
  color: #f5841b;
}

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

.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 {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.flex-column-features.device-wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
}

.flex-column-features.rounded {
  padding: 0;
}

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

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

.wrapper-full-image.rounded.med {
  height: 70vh;
}

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

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

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

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

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

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

.product-link-wrapper {
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  height: 75vh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.product-image-wrapper.rounded {
  border-radius: 0;
  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;
}

.wrap-product-info.center {
  padding-top: 50px;
  padding-bottom: 60px;
}

.sidebar-product {
  background-color: #fff;
  border-radius: 20px;
  padding: 51px 50px;
  position: sticky;
  top: 11em;
  box-shadow: 0 1px 3px #00000026;
}

.default-state {
  border-bottom: 1px solid #e0e0e0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

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

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

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

.cart-button {
  color: var(--dark-gray);
  background-color: #0000;
  border-radius: 4px;
  min-height: 55px;
  padding: 15px 10px;
  font-size: 16px;
}

.cart-button:hover {
  color: #000;
}

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

.flex-vertical.gap {
  grid-row-gap: 2em;
  padding-bottom: 0;
}

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

.inner-grid-cms.vertical:hover {
  color: #838383;
}

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

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

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

.wrapper-image-blog.team-members {
  border-radius: 48px;
  height: 20em;
}

.wrapper-image-blog.team-members.rounded {
  border-radius: 28px;
}

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

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

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

.tag-features {
  color: #0000008f;
  background-color: #ebebebb3;
  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: center;
  display: flex;
}

.inner-form.gap {
  grid-row-gap: 1em;
}

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

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

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

.label-form {
  color: var(--dim-grey-2);
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

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

.contain-form.rounded {
  background-color: #e6e6e600;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.inner-input {
  width: 100%;
}

.inner-input.margin-bottom-xsmall {
  flex: 0 auto;
  order: 0;
  align-self: center;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.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: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-header {
  color: #000000d9;
}

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

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

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

.option-button {
  color: #7a7a7a;
  background-color: #ebebeb;
  border-style: none;
  border-color: #cacaca;
  border-radius: 200px;
  font-size: 12px;
}

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

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

.underline {
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.inner-padding-small {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

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

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

.text-gray-light {
  color: var(--propaya-purple);
  font-family: Hauora;
  font-weight: 400;
}

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

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

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

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

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

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

.inner-ticker.end {
  justify-content: flex-end;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.inner-ticker.short-padding {
  min-height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

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

.flex-rail.large {
  color: #df7e7e;
  font-size: 5em;
  font-weight: 500;
}

.inner-text-scrolling {
  grid-column-gap: 2rem;
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  align-items: center;
  padding: 13px 1rem;
  font-family: Switzer, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.flex-ticker {
  background-color: #000;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.flex-ticker.no-bg {
  background-color: #0000;
}

.flex-ticker.bg-dark {
  background-color: #8874d5;
}

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

.link-social {
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  transition: padding-bottom .2s, background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.link-social:hover {
  background-color: var(--light-steel-blue);
  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 {
  overflow: hidden;
}

.overflow-wrapper.hero {
  grid-row-gap: 4em;
  background-color: #e6e0fc00;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

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

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

.label {
  color: #292828d9;
  font-weight: 400;
}

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

.text-black-opacity {
  color: #3a3a3ab3;
}

.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: #0000;
}

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

.wrap-form-checkout {
  color: #000000d9;
  border-radius: 12px;
  overflow: hidden;
}

.main-richtext h2 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

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

.main-richtext blockquote {
  color: #000;
  text-align: center;
  border-style: solid;
  border-color: #b3b3b3;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.main-richtext h3 {
  font-family: Switzer, sans-serif;
}

.wrapper-container {
  width: 100%;
}

.wrapper-container.header {
  padding-top: 10em;
}

.footer-inner {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-heading {
  color: #000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px 0;
  display: flex;
}

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

.overflow-wrapper.bottom {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.empty-state {
  color: #000000d9;
}

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

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

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

.tag-sale {
  color: #706f88;
  text-transform: uppercase;
  background-color: #e6dffc;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 600;
}

.buttons-nav-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.image-product.rounded {
  object-fit: cover;
  border-radius: 22px;
}

.content-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  width: 100%;
  height: 100%;
}

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

.button-plan-wrapper {
  flex-direction: column;
  width: 100%;
  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;
}

.plan-header.margin-bottom-small {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.color-swatch {
  background-color: #363636;
  height: 120px;
  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(--propaya-purple);
}

.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;
  place-items: center start;
}

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

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

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

.home-link-grid {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 25px 24px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.home-link-grid:hover {
  background-color: #e7e7e7;
}

.home-link-grid.small {
  background-color: #fff;
  height: auto;
}

.home-link-grid.small:hover {
  background-color: #ebebeb;
}

.sign-up-link {
  color: var(--dim-grey);
  background-color: #f5f5f5;
  border-radius: 7px;
  align-self: flex-start;
  padding: 18px 22px;
  text-decoration: none;
  display: flex;
}

.sign-up-link.google {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.sign-up-link.google:hover {
  color: #7c7a7a;
  background-color: #e6e6e6;
}

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

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

.success {
  background-color: var(--green-yellow);
  color: #313d17;
}

.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: #b6b6b6d9;
  background-color: #575757;
  border-radius: 4px;
}

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

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

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

.logo-loader {
  height: 200px;
}

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

.content-wrapper._w-min {
  width: 100%;
  max-width: 28em;
}

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

.content-wrapper.xgap {
  grid-row-gap: 10em;
}

.content-wrapper.page._w-min {
  overflow: hidden;
}

.content-wrapper.page._w-med {
  max-width: 39em;
}

.content-wrapper._w-med {
  width: 100%;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.short {
  text-align: left;
  width: 100%;
  max-width: 35em;
}

.content-wrapper.heading {
  overflow: hidden;
}

.content-wrapper.shop {
  grid-row-gap: 1.25em;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.list-feed {
  grid-row-gap: 2em;
}

.content-wrapper.start-end {
  justify-content: space-between;
  height: 100%;
}

.overlap-blue {
  background-color: #e6f0f6;
  width: 100%;
  height: 26%;
  position: absolute;
  inset: auto 0% 0%;
}

.bold {
  background-image: url('../images/scribble.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  display: inline;
}

.bg-gray {
  background-color: #f5f5f5;
}

.p-medium {
  color: #000;
  letter-spacing: 0;
  font-size: 2em;
  line-height: 1.25;
}

.p-medium.min-w {
  max-width: 20em;
}

.bg-green {
  background-color: #dbf7cb;
}

.bg-pink {
  background-color: #ffc6d8;
}

.bg-brown {
  background-color: #903f11;
}

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

.xtra-rounded-top {
  border-radius: 100px 100px 0 0;
}

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

.bg-purple {
  background-color: #e6e0fc;
}

.box-wrapper {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4em 3.5em;
  display: flex;
  position: relative;
}

.box-wrapper.auto {
  width: 100%;
  height: auto;
  padding-top: 4em;
}

.box-wrapper.auto.center {
  width: 100%;
  height: auto;
  display: flex;
}

.box-wrapper.start {
  grid-row-gap: 6em;
  justify-content: space-between;
}

.box-wrapper.gap {
  grid-row-gap: 3em;
  justify-content: space-between;
}

.box-wrapper.bg-gray {
  background-color: #f1f1f1;
}

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

.box-wrapper.bg-white {
  align-items: center;
  height: 75%;
  font-weight: 400;
  position: absolute;
}

.box-wrapper.list {
  grid-row-gap: 3em;
  justify-content: flex-start;
}

.box-wrapper.align-top {
  justify-content: flex-start;
}

.box-wrapper.plan {
  justify-content: flex-start;
  padding-top: 2em;
}

.box-wrapper.plan.recommended {
  background-color: #fcf8d1;
}

.button-circle {
  background-color: #ff715b;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.button-circle:hover {
  background-color: #fcb55e;
}

.button-circle.large {
  color: #fff;
  flex-direction: column;
  width: 12em;
  height: 12em;
  font-size: 1.35rem;
  text-decoration: none;
}

.cta-arrow {
  width: 12px;
  margin-left: 15px;
}

.cta-arrow.circle {
  z-index: 4;
  width: 1.25rem;
  margin-left: 0;
  position: relative;
}

.relative-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

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

.center._w-min {
  max-width: 32em;
}

.divider-wrapper {
  align-items: flex-end;
  height: 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider-wrapper.bg-white {
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: flex-end;
}

.col-image {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.heading-regular {
  color: #000;
  font-family: Switzer, sans-serif;
  font-size: 1.85em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-regular.faq {
  margin-bottom: 0;
}

.tag {
  color: #414040;
  text-transform: uppercase;
  background-color: #f0f0f080;
  border-radius: 100px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1;
}

.tag.bg-opaci {
  color: #fff;
  background-color: #14141433;
}

.tag.green {
  color: #e8ffec;
  background-color: #84c98e;
}

.tag.purple {
  color: #887fa7;
  background-color: #ddd4ff;
}

.tabs {
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.ticker-shadow {
  z-index: 10;
  background-image: linear-gradient(to right, #e6f0f6 19%, #494f8500);
  width: 25em;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ticker-shadow.right {
  background-image: linear-gradient(280deg, #e6f0f6 5%, #494f8500);
  inset: 0% 0% 0% auto;
}

.ticker-shadow.right.gray {
  background-image: linear-gradient(270deg, #f5f5f5 19%, #494f8500);
}

.ticker-shadow.gray {
  background-image: linear-gradient(to right, #f5f5f5 19%, #494f8500);
}

.text-ui {
  background-image: url('../images/g-004.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  margin-right: 8px;
  padding-right: 3.5rem;
}

.graphics-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.graphics-wrapper.z-index {
  z-index: 2;
  position: relative;
}

.graphics-wrapper.med {
  height: 45em;
}

.heading-col-wrapper {
  grid-row-gap: 1em;
  color: var(--dim-grey-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.ui-image {
  object-fit: cover;
  height: 100%;
  padding-left: 51px;
  position: static;
}

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

.overlap-bottom {
  background-color: #e6e0fc;
  width: 100%;
  height: 20em;
  position: absolute;
  inset: auto 0% 0%;
}

.text-ui-arrow {
  background-image: url('../images/g-016.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 3.9rem;
}

.bg-cyan {
  background-color: #b3dff5;
}

.button-circle-small {
  background-color: #5a3f99;
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.2em;
  height: 3.2em;
  display: flex;
}

.button-circle-small:hover {
  background-color: #ffdd79;
}

.span-asteriks {
  background-image: url('../images/g-008.svg');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-right: 45px;
}

.span-smile {
  background-image: url('../images/g-013.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-right: 1.4em;
}

.span-smile.black {
  background-image: url('../images/smile-black.svg');
}

.span-smile.sun {
  background-image: url('../images/scribble-sun.svg');
  font-size: 5.5rem;
}

.span-smile.orange {
  background-image: url('../images/scribble-sc.svg');
  background-size: 75%;
}

.rounded-block {
  border-radius: 28px;
  width: 100%;
  padding: 0 4.5em;
  position: relative;
  overflow: hidden;
}

.rounded-block.bg-green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  top: auto;
}

.rounded-block.end {
  padding-bottom: 0;
}

.rounded-block.large {
  align-items: center;
  min-height: auto;
  display: flex;
}

.rounded-block.bottom {
  padding-bottom: 0;
}

.rounded-block.bottom.bg-light-blue {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.rounded-block.bg-purple {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.rounded-block.bg-purple.gap {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.rounded-block.bg-light-blue {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 4em;
}

.rounded-block.bg-white.m {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.rounded-block.gap {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.rounded-block.gap.bg-purple {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.rounded-block.bg-light-green {
  padding: 2em 5em;
}

.rounded-block.merch, .rounded-block.min {
  padding: 2em;
}

.rounded-block.bg-purple-image {
  background-color: #d0c3ff;
  background-image: url('../images/ui-067.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.rounded-block.bg-green-image {
  background-color: #dff3d7;
  background-image: url('../images/ui-066.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rounded-block.bg-propaya-purple {
  background-color: #593e9c;
}

.rounded-block.bg-organge {
  background-color: #ffc179;
}

.rounded-block.bg-darker-blue {
  background-color: #7cb0ff;
}

.input-wrapper {
  background-color: #fff;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 15px;
  display: flex;
}

.text-field-inline {
  border: 1px solid #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.container-min {
  width: 100%;
  max-width: 40em;
}

.flex-col {
  grid-column-gap: 2em;
  display: flex;
}

.heading-xxlarge {
  color: #000;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 7.2em;
  font-weight: 500;
  line-height: .94;
}

.heading-xxlarge.xtra {
  color: #bcb2df;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 22em;
  font-weight: 700;
}

.heading-xxlarge.xl {
  letter-spacing: -.02em;
  margin-top: 65px;
  font-size: 6vw;
  line-height: 1;
}

.overflow {
  overflow: hidden;
}

.overflow.headers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

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

.button-circle-medium {
  background-color: #ff715b;
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.2em;
  height: 5.2em;
  display: flex;
}

.button-circle-medium:hover {
  background-color: #ffdd79;
}

.hr-flex {
  grid-column-gap: 4em;
  display: flex;
}

.hr-flex.justify {
  justify-content: space-between;
}

.hr-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.grid-logo {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.uppercase-small {
  color: #8b8b8b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.span-icon {
  background-image: url('../images/smile-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  padding-right: 6.4rem;
}

.content-wrap-min {
  width: 32em;
  padding-top: 3em;
}

.ui-circle-wrap {
  background-color: #d8d0f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 40em;
  display: flex;
  position: absolute;
}

.ui-circle {
  background-color: #d2c7f8;
  border-radius: 100%;
  width: 22rem;
  height: 22rem;
  position: relative;
  right: -3.6em;
}

.wrapper-cta {
  border-radius: 30px;
  overflow: hidden;
}

.bg-dark-purple {
  background-color: #d4caff;
}

.bg-papaya {
  background-color: #ffeccd;
}

.vertical-rail {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 80em;
  display: flex;
  overflow: hidden;
}

.vertical-rail.middle {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.vertical-rail._001 {
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}

.scribble-002 {
  background-image: url('../images/scribble-line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 1rem;
  display: inline-block;
}

.logo-wall-wrap {
  grid-column-gap: 1em;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

.overflow-rail {
  flex: 1;
  height: 35em;
  overflow: hidden;
}

.inner-rail-logos {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.inner-rail-logos.up {
  padding-top: 1em;
}

.inner-rail-logos.down {
  padding-bottom: 1em;
}

.divider {
  border-radius: 100%;
  width: 200vw;
  height: 200vh;
  position: absolute;
  inset: 0% auto auto -50%;
}

.divider.bg-purple {
  background-color: #dbf7cb;
}

.divider.bottom {
  inset: auto 0% 0% -50%;
}

.divider.bottom.bg-green {
  background-color: #dbf7cb;
}

.divider.bottom.bg-dark-blue {
  background-color: #a9cbff;
}

.card {
  background-color: #fff;
  border-radius: 32px;
  flex: 1;
  justify-content: center;
  padding-top: 4.5em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.bg-purple {
  background-color: #e4e4ff;
}

.card.bg-papaya {
  background-color: #fcedd5;
}

.inner-col {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-card {
  grid-row-gap: 2em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-rounded {
  color: #a3a3a3;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.tab-rounded:hover {
  color: #6d6d6d;
}

.tab-rounded.w--current {
  background-color: var(--cornflower-blue);
  color: #fff;
  border-radius: 100px;
}

.v-shadown {
  background-image: linear-gradient(#fff, #cbeeff00);
  width: 100%;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.v-shadown.bottom {
  background-image: linear-gradient(360deg, #fff, #fdfdfd00);
  inset: auto 0% 0%;
}

.rounded-wrapper {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.rounded-wrapper.box {
  -webkit-text-stroke-color: #1f1f1f;
  padding: 2em;
}

.rounded-wrapper.wide {
  padding: 3.5em 4.1em;
}

.rounded-wrapper.wide.bg-light-blue {
  flex-flow: column;
  align-self: flex-start;
  height: 75%;
  padding-bottom: 3.6em;
  transition: opacity .2s;
  transform: translate(0);
}

.rounded-wrapper.retangule {
  border-radius: 450px;
  padding: 80px 40px;
}

.rounded-wrapper.bottom {
  align-items: flex-end;
}

.main-hero.bg-purple {
  background-color: #f5f5f5;
  background-image: linear-gradient(317deg, #432e76, #ede8fc);
}

.image-hero-wrapper {
  border-radius: 48px;
  width: 100%;
  height: 25em;
  overflow: hidden;
}

.image-hero-wrapper.circle {
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  width: 22em;
  height: 22em;
}

.image-hero-wrapper.square {
  border-radius: 300px;
  width: 22em;
  height: 32em;
}

.image-hero-wrapper.radius {
  border-radius: 300px;
  width: 16em;
}

.image-hero-wrapper._002 {
  background-color: #ffc3bf;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-hero-wrapper._003 {
  background-color: #ffc57e;
  border-radius: 200px;
  max-width: 20em;
  height: 32em;
}

.image-hero-wrapper._004 {
  height: auto;
}

.image-hero-wrapper._005 {
  width: 18em;
  height: auto;
}

.image-hero-wrapper.auto {
  width: 18vw;
  height: 18vw;
}

.content-flex {
  grid-column-gap: 5em;
  width: 100%;
  display: flex;
}

.bg-yellow {
  background-color: #feffba;
}

.inner-container {
  width: 100%;
}

.inner-container.gap {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.tabs-content-wrapper {
  width: 100%;
}

.ticker-logos-wrapper {
  grid-row-gap: 1.1em;
  flex-direction: column;
  padding-top: 15em;
  padding-bottom: 5em;
  display: flex;
}

.ticker-logos-wrapper.med {
  padding-top: 5em;
}

.span-arrow-heading {
  background-color: var(--cornflower-blue);
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32%;
  border-radius: 200px;
  width: 14rem;
  height: 10rem;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  bottom: -.12em;
}

.span-arrow-heading.orange {
  background-color: #ffb2ad;
}

.span-arrow-heading.green {
  background-color: #baeea4;
}

.rounded-button {
  background-color: var(--salmon);
  color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 1.2em 4em 1.2em 2.1em;
  font-size: 18px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rounded-button:hover {
  box-shadow: 0 4px #00000080;
}

.button-label {
  z-index: 4;
  position: relative;
}

.inner-circle-button {
  background-color: #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  position: absolute;
  inset: 1em 1em 0% auto;
}

.arrow-icon {
  opacity: .5;
  height: 13px;
  position: absolute;
  inset: 1.55em 1.55em 0% auto;
}

.image-contain {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 80vh;
}

.xtra-large-wrapper {
  align-items: center;
  width: 100%;
  height: 45em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.grid-2col {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.span-arrow {
  background-image: url('../images/g-016.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.8em;
}

.span-arrow.small {
  margin-left: 11px;
  margin-right: 11px;
  padding-right: .7em;
}

.overlap {
  background-color: #e6e0fc;
  width: 100%;
  height: 30em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image {
  height: 24px;
}

.image.ticker {
  height: 7rem;
}

.button-fill {
  background-color: var(--pale-goldenrod-2);
  border-radius: 100%;
  width: 8em;
  height: 8em;
  position: absolute;
}

.bg-light-blue {
  background-color: #d4f4fc;
}

.logos-wrapper-circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 12em;
  padding: 3.5em 2em;
  display: flex;
}

.contain-image {
  object-fit: cover;
  border-radius: 32px;
  width: 300px;
  max-width: 100%;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.gap-wrapper {
  grid-row-gap: 4em;
  flex-direction: column;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.gap-wrapper.short {
  grid-row-gap: 1em;
}

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

.flex-hat {
  grid-column-gap: 10px;
  text-align: left;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.bullet {
  background-color: #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.p-large {
  color: #000;
  font-size: 5.6em;
  line-height: 1.1;
}

.span-circle {
  background-color: #e70d0d;
  border-radius: 200px;
  width: 7rem;
  height: 4.8rem;
  margin-left: .2em;
  margin-right: .2em;
  display: inline-block;
  position: relative;
  bottom: -.5rem;
  overflow: hidden;
}

.span-circle.large {
  background-color: var(--pale-goldenrod);
  background-image: url('../images/ui-026.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 2000px;
  width: 12rem;
  height: 8rem;
}

.span-circle._001 {
  background-color: #faddaf;
  background-image: url('../images/ui-0450.png');
  background-position: 50% 0;
  background-size: cover;
  width: 7rem;
}

.span-circle._002 {
  background-color: #f5b3ea;
  background-image: url('../images/ui-021.png');
  background-position: 0 0;
  background-size: cover;
}

.bg-light-green {
  background-color: #dff3d7;
}

.min-container {
  width: 100%;
  max-width: 50em;
}

.graphics-image-wrapper.fixed-h {
  height: auto;
}

.first-row {
  position: relative;
}

.box {
  padding: 3em 3.5em;
}

.grid-card {
  grid-row-gap: 2em;
  align-content: start;
}

.overflow-heading, .overflow-grid {
  overflow: hidden;
}

.h-wrapper {
  align-self: auto;
}

.icon-box {
  background-color: #eceaea;
  border-radius: 15px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.5em;
  height: 5.5em;
  min-height: auto;
  margin-top: 0;
  margin-right: 10px;
  padding: 15px 16px;
  display: flex;
}

.icon-box.yellow {
  background-color: #fffaa0;
}

.icon-box.blue {
  background-color: #b6effd;
}

.icon-box.green {
  background-color: #dcffc2;
}

.icon-box.purple {
  background-color: #ffe6f1;
}

.icon-box.royal {
  background-color: #e7dbff;
}

.icon-box.orange {
  background-color: #ffeede;
}

.icon-box.red {
  background-color: #ffd2ca;
}

.promo-tag {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 5px 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.promo {
  color: #49818f;
  text-align: center;
  background-color: #d4f4fc;
  border-radius: 16px 16px 5px 5px;
  width: 100%;
  padding: 5px 40px;
  font-size: 12px;
}

.sub-bg {
  background-color: #e4e4ff;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.quote-author {
  width: 23em;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #f5f5f5;
  border-radius: 200px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  margin-left: 0;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block:hover {
  color: #000;
  background-color: #f0f0f0;
}

.link-block.salmon {
  background-color: #ffaaa4;
}

.link-block.green {
  background-color: #c1eca8;
}

.link-block.blue {
  background-color: #d4f4fc;
  padding-top: 20px;
}

.link-block.purple {
  background-color: #e6e0fc;
}

.link-block.yellow {
  background-color: #ffe595;
}

.link-block.dark-blue {
  background-color: #a8d0eb;
}

.link-block.dark-purple {
  background-color: #cabff1;
}

.link-block.blue-copy, .link-block.blue {
  background-color: #d4f4fc;
}

.link-block.orange {
  background-color: #ff6600e6;
  padding-top: 20px;
  display: block;
}

.btn-label-wrapper {
  z-index: 4;
  grid-column-gap: 12px;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-arrow-flip {
  color: var(--white);
  border: 1px solid #0000;
  height: 12px;
  margin-left: -8px;
  margin-right: -5px;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 5em;
  position: absolute;
  inset: 100% 0% auto;
}

.label-button {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  flex: 1;
  align-self: auto;
  font-size: 120%;
}

.in-line {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: inset 0 -3px #0000001a;
}

.in-line:hover {
  color: #444;
  box-shadow: inset 0 -3px #000;
}

.chart-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 5em;
  display: flex;
}

.grid-nav {
  flex: none;
  grid-template-rows: .25fr;
}

.link {
  text-decoration: none;
}

.overlap-gray {
  background-color: #d4f4fc;
  width: 100%;
  height: 35vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.min-h {
  grid-row-gap: 1.5em;
  flex-direction: column;
  min-height: 15em;
  display: flex;
}

.scale-up {
  width: 100%;
  height: 100%;
}

.scale-up.center {
  align-items: flex-end;
}

.scale-up.bg-dark-purple.bg-propaya-purple {
  background-color: #432e76;
}

.bg-dark-green {
  background-color: #c1eca8;
}

.inner-rounded {
  border-radius: 42px;
  width: 100%;
  padding: 2em;
  position: relative;
  overflow: hidden;
}

.text-span {
  background-image: url('../images/scribble-line.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: .8rem;
  display: inline-block;
}

.hero-sub-wrapper {
  flex-direction: column;
  height: 40em;
  display: flex;
}

.hero-sub-wrapper._01 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

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

.hero-sub-wrapper._07 {
  justify-content: center;
}

.span-scribble {
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 1.2rem;
  padding-right: 1.5rem;
  display: inline-block;
}

.span-scribble-circle {
  background-image: url('../images/scribble-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1rem;
  padding-right: .9rem;
}

.pop-up {
  width: 100%;
  height: 100%;
}

.pop-up.m {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.box-wrapper-copy.pop-up.popular {
  border: 2px solid #ff715b;
}

.ui-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 45px 22px;
  display: flex;
}

.text-ticker {
  color: #2b2b2b;
  background-color: #faf8ff;
  border: 2px solid #c7c6ff;
  border-radius: 200px;
  padding: 2rem 3.8rem;
  font-size: 3.2rem;
  font-weight: 500;
}

.rounded-wrapper-sq {
  background-color: #efffb4;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 33em;
  height: 44em;
  padding: 2em 25px;
  display: flex;
  overflow: hidden;
}

.rounded-wrapper-sq.bg-blue {
  background-color: var(--light-blue);
}

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

._w-wrapper.rounded {
  background-color: #fce3b2;
  align-items: center;
  height: 100%;
}

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

.article-image {
  border-radius: 32px;
  max-width: 1120px;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cta-wrapper {
  grid-row-gap: 4em;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 5em 3em;
  display: flex;
  position: relative;
}

.list-feed {
  grid-row-gap: 4em;
  border-bottom: 1px solid #000;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6em;
  display: flex;
}

.sub-title-wrapper {
  grid-column-gap: 10px;
  color: #585858;
  text-transform: uppercase;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.line-title {
  background-color: #cfcfcf;
  flex: 1;
  height: 1px;
}

.img.pop-up {
  height: auto;
}

.stamp-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.most-popular {
  color: #fff;
  text-transform: uppercase;
  background-color: #55378b;
  border-radius: 5px;
  padding: 5px 10px 4px;
  font-size: 11px;
  font-weight: 500;
}

.account-image-wrapper {
  min-height: 90vh;
  overflow: hidden;
}

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

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

.form-divider {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.google-logo {
  height: 20px;
}

.label-wrapper {
  grid-column-gap: 10px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.quantity-number {
  background-color: var(--light-green);
  border-radius: 100px;
  padding: 5px 8px;
}

.flex-about {
  grid-column-gap: 6px;
  display: flex;
}

.auto-image {
  object-fit: cover;
  width: auto;
  height: auto;
}

.rounded-bottom {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  padding-top: 4.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
  overflow: hidden;
}

.rounded-bottom.bg-dark-purple {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.ticker-quote {
  grid-column-gap: 2em;
  flex: none;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.quote-wrapper {
  flex: none;
}

.quote-block-wrapper {
  grid-row-gap: 4em;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 33em;
  height: 100%;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.wall-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-bottom: 4em;
  display: flex;
}

.ticker-nav {
  background-color: #3c88ad;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.inner-ticker-nav {
  grid-column-gap: 15px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.link-tab-inner-nav-01 {
  background-color: #414141;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  display: flex;
}

.inner-title-dropdown-links-02 {
  color: #9e9e9e;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.inner-title-dropdown-links-02.gray {
  grid-column-gap: 10px;
  background-color: #262626;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.icon-button-nav-flex {
  opacity: .67;
  height: 10px;
}

.icon-button-nav-flex.r {
  transform: rotate(180deg);
}

.button-inner-nav {
  grid-column-gap: 5px;
  color: #fff;
  background-color: #048547;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.button-inner-nav:hover {
  background-color: #46a889;
}

.grid-drop-down {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-drop-down.pop {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.link-tab-inner-nav {
  box-shadow: none;
  color: #979797;
  background-color: #252525;
  justify-content: space-between;
  width: 100%;
  padding: 11px 15px 11px 20px;
  font-family: Inter, sans-serif;
  font-size: .94em;
  text-decoration: none;
  display: flex;
}

.link-tab-inner-nav:hover {
  background-color: #313131;
}

.link-tab-inner-nav.w--current {
  color: #979797;
  background-color: #303030;
}

.link-tab-inner-nav.s {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.nav-flex {
  grid-column-gap: 1px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.icon-tab-arrow-in {
  height: 42px;
  position: absolute;
  top: -12px;
  left: 8px;
}

.title-dropdown-links-02 {
  grid-column-gap: 6px;
  text-transform: none;
  background-color: #0003;
  border-radius: 5px;
  align-items: center;
  padding: 4px 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
}

.inner-link-in-02 {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.title-tab-inner-nav {
  color: #747474;
  text-transform: uppercase;
  background-color: #252525;
  padding: 7px 20px;
  font-size: 10px;
}

.icon-tab-in-02 {
  opacity: .56;
  height: 10px;
  position: relative;
  top: 0;
}

.inner-icon-tab-in-03 {
  background-color: #303030;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.inner-icon-tab-in-03:hover, .inner-icon-tab-in-03.w--open {
  background-color: #4d4d4d;
}

.icon-dropdown-links-02 {
  height: 10px;
}

.inner-dropdown-links-02 {
  z-index: 3;
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.inner-button-inner-nav {
  grid-column-gap: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.inner-button-nav-flex {
  grid-column-gap: 8px;
  color: #a5a5a5;
  background-color: #303030;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.inner-button-nav-flex:hover {
  background-color: #4d4d4d;
}

.inner-button-nav-flex.absolute {
  background-color: #0000;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tab-inner-nav {
  grid-row-gap: 1px;
  background-color: #161616;
  border: 1px solid #161616;
  border-radius: 4px;
  flex-direction: column;
  width: 16em;
  min-height: auto;
  display: none;
  position: absolute;
  top: 55px;
  left: 10px;
  overflow: hidden;
  box-shadow: 0 5px 14px #0006;
}

.tab-inner-nav.w--open {
  display: flex;
}

.tab-inner-nav.page-name {
  width: 40em;
  overflow: visible;
}

.link-tab-inner-nav-02 {
  align-items: center;
  height: 100%;
  display: flex;
}

.wrapper-inner-nav {
  z-index: 21;
  background-color: #242424;
  border-bottom: 1px solid #202020;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  display: flex;
  position: relative;
}

.link-block-pop-up {
  z-index: 20;
  grid-row-gap: 1em;
  color: #fff;
  text-align: center;
  background-color: #242424;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 18em;
  height: auto;
  padding: 20px 20px 25px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  overflow: hidden;
}

.link-block-pop {
  color: #fff;
  width: 100%;
  line-height: 1.3;
  text-decoration: none;
}

.text-span-2 {
  color: #dbdbdb;
  background-color: #6411ff;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 3px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}

.image-2 {
  height: 75px;
}

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

.content-wrapper-2.sticky-faq {
  padding-top: 45px;
  position: sticky;
  top: 0;
}

.faq-wrapper-2 {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  border-radius: 20px;
  width: 100%;
  padding: 15px 30px;
}

.plus-icon-2 {
  opacity: .25;
  height: 15px;
}

.banner-figma {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.banner-inner {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: left;
  align-items: center;
  display: flex;
}

.banner-logo {
  height: 32px;
}

.banner-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.banner-button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  border: 1px solid #dadada;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 19px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 1px #0000000f;
}

.banner-button-outline:hover {
  box-shadow: none;
  color: #111;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.image-72 {
  width: 16px;
}

.image-73 {
  width: 177.984px;
  max-width: 75%;
  height: 99.9844px;
  font-size: 0;
}

.image-74 {
  display: block;
}

.div-block {
  background-color: #594141;
  border-radius: 100px;
  width: 200px;
  height: 200px;
}

.image-75 {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.div-block-2 {
  box-sizing: border-box;
  background-color: var(--crimson);
  border-radius: 100px;
  max-width: 250px;
  max-height: 250px;
}

.propaya-icon {
  background-image: url('../images/ideas.png');
  background-position: 50%;
  background-repeat: repeat;
  padding-right: 1.8em;
  overflow: visible;
}

.propaya-icon.small {
  margin-left: 11px;
  margin-right: 11px;
  padding-right: .7em;
}

.propaya-icon-1-0 {
  background-image: url('../images/propaya-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.4em;
  position: relative;
  right: 220px;
}

.propaya-icon-1-0.small {
  margin-left: 11px;
  margin-right: 11px;
  padding-right: .7em;
}

.propaya-icon-1-0.flip {
  color: #0b0b0b;
  background-image: url('../images/propaya-icon-flip.png');
  right: 0;
}

.image-frame-7-2 {
  perspective: 2000px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20em;
  max-width: 380px;
  height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-frame-7-2.up {
  top: -3em;
}

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

.image-frame-7-2.down.square {
  border-radius: 220px;
  width: 38em;
  max-width: none;
}

.image-frame-7-2.circle {
  border-radius: 100%;
}

.image-frame-7-2.circle.full {
  border-radius: 200px;
  width: 40em;
  max-width: none;
  display: flex;
}

.image-frame-7-2.square {
  border-radius: 230px;
  width: 32em;
  max-width: none;
}

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

.up-arrow {
  background-image: url('../images/2926153.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 3.9rem;
}

.text-block {
  color: #707070;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: static;
}

.propaya-icon-circle {
  background-image: url('../images/flip-flip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.4em;
}

.propaya-icon-circle.small {
  margin-left: 11px;
  margin-right: 11px;
  padding-right: .7em;
}

.propaya-icon-circle.flip {
  background-image: url('../images/propaya-icon-flip.png');
}

.animation-wrapper {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text {
  font-size: 5.5rem;
  line-height: 1.5;
}

.text.mr-2 {
  margin-right: 2rem;
}

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

.main-grid-copy.inner-padding-medium {
  grid-column-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
}

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

.main-grid-copy.short-gap {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-grid-copy.gallery {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.main-grid-copy.logo-wall {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  justify-content: center;
}

.main-grid-copy.z-index {
  z-index: 2;
}

.main-grid-copy.full {
  height: 100%;
}

.text-block-2, .text-block-2:hover {
  color: #55378b;
}

.rich-text-block {
  text-indent: 0;
}

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

.text-block-3 {
  font-family: Switzer, sans-serif;
  font-weight: 900;
}

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

.heading-4 {
  font-style: italic;
  font-weight: 200;
}

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

.text-block-4 {
  font-style: italic;
  font-weight: 200;
}

.text-block-5 {
  color: #a7a7a7;
  font-style: italic;
  font-weight: 200;
}

.text-block-6 {
  color: #aeaeae;
  font-style: italic;
  font-weight: 200;
}

.image-76 {
  align-self: center;
}

.text-block-7 {
  font-style: italic;
  font-weight: 200;
}

.heading-6 {
  text-align: center;
  font-size: 56px;
}

.image-77 {
  align-self: center;
}

.heading-7 {
  color: #1b1b1b;
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 5.8em;
  font-style: normal;
  font-weight: 500;
  line-height: .94;
}

.image-78 {
  align-self: center;
  padding-left: 71px;
}

.image-79 {
  margin-left: 62px;
}

.image-80 {
  width: 618.563px;
  margin-left: 62px;
}

.heading-8 {
  color: #fff;
  font-family: Switzer, sans-serif;
  font-weight: 500;
}

.image-81 {
  margin-left: -152px;
  margin-right: -97px;
}

.text-block-8 {
  font-style: italic;
  font-weight: 300;
}

.heading-9 {
  color: #ecf0f7;
}

.heading-10 {
  color: #fff;
  min-width: 150em;
  font-size: 5.8em;
}

.heading-11 {
  color: #fff;
}

.heading-12 {
  color: var(--white-smoke);
  font-size: 5.8em;
}

.image-83 {
  align-self: center;
}

.heading-14 {
  color: #000;
  text-align: left;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.05;
  display: flex;
}

.paragraph-2 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  padding-top: 20px;
  padding-bottom: 129px;
  font-size: 1.45em;
  display: flex;
}

.image-84 {
  vertical-align: top;
  flex: 0 auto;
  align-self: center;
  max-width: 40%;
  padding-top: 56px;
  position: static;
}

.image-85 {
  max-width: 20%;
}

.yc-img {
  align-self: center;
  max-width: 40%;
  display: block;
}

.circle-minus {
  color: #96969657;
  background-color: #bbb8b8;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.circle-minus.off {
  opacity: .35;
}

.circle-minus.blue {
  background-color: #bcf3ff;
}

.minus {
  max-width: 200%;
  height: 9px;
}

.price-copy {
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1;
}

.price-copy.large {
  font-size: 6em;
}

.price-copy.medium {
  font-size: 6.5em;
}

.text-span-3 {
  color: #55378b;
}

.divider-copy.bg-purple-copy {
  background-color: #e6e0fc;
}

.divider-wrapper-copy.bg-white {
  background-color: #ffffff40;
}

.divider-wrapper-copy.bg-gray-copy {
  max-height: 50px;
}

.label-button-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  flex: 1;
  font-size: 18px;
}

.image-87 {
  padding-left: 24px;
}

.heading-xlarge-copy {
  color: var(--dark-gray);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  padding-left: 0;
  font-family: Switzer, sans-serif;
  font-size: 5.8em;
  font-weight: 500;
  line-height: .94;
}

.heading-xlarge-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  font-family: Switzer, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}

.heading-xlarge-copy.margin-bottom-xsmall.text-white {
  color: var(--alice-blue);
}

.button-copy {
  z-index: 5;
  background-color: var(--tomato);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-copy:hover {
  background-color: var(--pale-goldenrod-2);
  color: var(--dim-grey-2);
}

.button-copy.outline {
  color: #00000080;
  background-color: #0000;
  border: 1px solid #b3b3b34d;
}

.button-copy.outline:hover {
  color: #ffffffd9;
  border-color: #b3b3b3cc;
}

.button-copy.color-red {
  white-space: nowrap;
  background-color: #1d747e;
}

.button-copy.color-red:hover {
  background-color: #4400c3;
}

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

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

.button-copy.small {
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  flex: none;
  width: 90px;
  height: 55px;
  padding: 0 0;
  transition: background-position .2s, background-color .2s;
}

.button-copy.small:hover {
  background-color: var(--light-steel-blue);
  background-position: 65%;
}

.button-copy.plan {
  background-color: var(--dark-slate-blue);
}

.button-copy.plan:hover {
  color: #fff;
  background-color: #79a315;
}

.button-copy.plan.margin-bottom-xsmall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-slate-blue);
  text-align: center;
  flex-flow: row;
  flex: none;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -12px;
  padding-top: 1.25em;
  transition: background-color .2s;
  display: flex;
}

.button-copy.plan.margin-bottom-xsmall:active {
  background-color: #34460a;
}

.button-copy.plan.margin-bottom-xsmall.hallow {
  background-color: var(--dark-slate-blue);
  border: 0 solid #55378b;
}

.button-copy.plan.margin-bottom-xsmall.hallow:hover {
  background-color: var(--tomato);
}

.button-copy.plan.margin-bottom-xsmall.test {
  background-color: var(--dark-slate-blue);
}

.image-88 {
  width: 506.188px;
}

.image-89 {
  padding-top: 20px;
}

.text-block-9 {
  font-size: 18px;
  font-weight: 500;
}

.contain-image-copy {
  object-fit: contain;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 100px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.image-90 {
  width: 450px;
}

.image-91 {
  width: 500px;
}

.image-92 {
  width: 625.594px;
}

.image-93 {
  width: 506.203px;
}

.rounded-block-copy {
  border-radius: 28px;
  width: 100%;
  padding: 0 4.5em;
  position: relative;
  overflow: hidden;
}

.rounded-block-copy.bg-green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  top: auto;
}

.rounded-block-copy.end {
  padding-bottom: 0;
}

.rounded-block-copy.large {
  align-items: center;
  min-height: auto;
  display: flex;
}

.rounded-block-copy.bottom {
  padding-bottom: 0;
}

.rounded-block-copy.bottom.bg-light-blue {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.rounded-block-copy.bg-purple {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}

.rounded-block-copy.bg-purple.gap {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.rounded-block-copy.bg-white.m {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.rounded-block-copy.gap {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.rounded-block-copy.gap.bg-purple {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.rounded-block-copy.merch, .rounded-block-copy.min {
  padding: 2em;
}

.rounded-block-copy.bg-purple-image {
  background-color: #d0c3ff;
  background-image: url('../images/ui-067.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.rounded-block-copy.bg-green-image {
  background-color: #dff3d7;
  background-image: url('../images/ui-066.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rounded-block-copy.bg-propaya-purple {
  background-color: #593e9c;
}

.rounded-block-copy.bg-organge {
  background-color: #ffc179;
}

.rounded-block-copy.bg-darker-blue {
  background-color: #7cb0ff;
}

.section-2 {
  color: #363636;
  background-color: #e6e0fc00;
  background-image: linear-gradient(#00000026, #00000026), url('../images/daytime-city-view-san-francisco-4k-1f5a3lkpvvtk0f7v.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

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

.heading-15, .heading-16, .heading-17, .heading-18 {
  font-size: 68px;
}

.heading-19 {
  max-width: 500px;
  font-family: Switzer, sans-serif;
  font-size: 68px;
  line-height: 3;
  position: relative;
}

.image-94 {
  float: right;
  position: relative;
}

.heading-20 {
  font-family: Switzer, sans-serif;
  font-size: 68px;
  line-height: 3;
}

.quick-stack {
  clear: none;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #eecdff00;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  max-width: 100%;
  padding-top: 10%;
  padding-bottom: 20%;
  position: relative;
  overflow: visible;
}

.heading-21 {
  font-family: Switzer, sans-serif;
  font-size: 68px;
  line-height: 3;
}

.heading-22 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #432e76;
  align-self: center;
  font-family: Switzer, sans-serif;
  font-size: 100px;
  line-height: 1;
}

.image-95 {
  flex: 0 auto;
  align-self: flex-end;
  max-width: 45%;
}

.text-span-4 {
  color: #4c2685;
  font-style: normal;
  text-decoration: underline;
}

.container-3 {
  aspect-ratio: 1;
  background-color: #d5f1c300;
  border-radius: 20px;
  align-self: flex-end;
  min-width: auto;
  max-width: 400px;
  min-height: auto;
  max-height: 400px;
}

.container-4 {
  align-self: flex-start;
  min-width: 400px;
  min-height: 400px;
}

.image-96 {
  box-sizing: border-box;
  text-align: left;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 200px;
  min-width: 300px;
  max-width: 100%;
  max-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.heading-23 {
  color: #363636;
  font-family: Switzer, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

.cell {
  background-color: #eecdff00;
  border-radius: 20px;
  padding: 40px 20px;
}

.cell-2 {
  background-color: #bdecff00;
  border-radius: 20px;
  padding: 10px;
}

.image-97 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 200px;
  align-self: center;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  position: static;
}

.heading-24 {
  font-family: Switzer, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

.cell-3 {
  background-color: #d6ffc500;
  border-radius: 20px;
}

.quick-stack-2 {
  margin-bottom: 40px;
}

.heading-25 {
  background-image: url('../images/scribble-line.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  align-self: center;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 50px;
  line-height: 3;
}

.text-span-5 {
  color: #61408d;
}

.text-span-6 {
  border: 1px #000;
}

.text-span-7 {
  color: #61408d;
  text-decoration: none;
}

.text-span-8, .text-span-9 {
  background-image: url('../images/g-014.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 20%;
  text-decoration: none;
}

.text-span-10 {
  color: #61408d;
}

.image-98 {
  border-radius: 200px;
  align-self: center;
  max-width: 300px;
}

.cell-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.cell-6 {
  padding-top: 70px;
}

.ycombinator {
  background-color: #f4e7ff;
}

.text-span-5-copy {
  color: #ff6f00;
}

.image-96-copy {
  box-sizing: border-box;
  text-align: left;
  border-radius: 30px;
  min-width: 300px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.quick-stack-2-copy {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.heading-23-copy {
  color: #363636;
  font-family: Switzer, sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}

.cell-copy {
  background-color: #eecdff00;
  border-radius: 20px;
  padding: 20px 40px 20px 0;
}

.quick-stack-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-4 {
  margin-bottom: 40px;
}

.heading-25-copy, .heading-25-copy-copy {
  align-self: center;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 50px;
  line-height: 3;
}

.our-story {
  background-color: #0000;
}

.our-path-foreward {
  background-color: #fff;
  padding-bottom: 60px;
}

.paragraph-3 {
  align-self: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  aspect-ratio: auto;
  object-position: 50% 50%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.cell-7 {
  background-color: #fff0;
  border-radius: 60px 0 0 60px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-size: 20px;
}

.image-99 {
  border-radius: 0 60px 60px 0;
  align-self: flex-start;
  width: 300px;
  height: 250px;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
}

.cell-8 {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image-100 {
  object-fit: cover;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 300px;
  height: 250px;
  padding-right: 0;
  overflow: clip;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
}

.cell-9 {
  background-color: #0000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
}

.image-101 {
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: cover;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  align-self: flex-end;
  width: 300px;
  height: 250px;
}

.cell-10 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
}

.image-102 {
  object-fit: cover;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  align-self: flex-start;
  width: 300px;
  height: 250px;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
}

.cell-11 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
}

.image-103 {
  object-fit: cover;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  align-self: flex-end;
  width: 300px;
  height: 250px;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
  font-size: 30px;
}

.youtube {
  width: 960px;
  height: 480px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-3 {
  align-self: center;
}

.heading-26 {
  color: #000;
  align-self: center;
  font-family: Switzer, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.text-span-11 {
  color: #61408d;
}

.section-4 {
  margin-left: 220px;
  margin-right: 220px;
}

.heading-25-copy {
  background-image: url('../images/g-014_1.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  align-self: center;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 50px;
  line-height: 3;
}

.heading-25-copy-copy {
  align-self: center;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 50px;
  line-height: 3;
}

.cell-12 {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  justify-content: center;
  align-items: center;
}

.cell-13 {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  justify-content: center;
  align-items: center;
}

.cell-14 {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  justify-content: center;
  align-items: center;
}

.cell-15 {
  background-color: #fff;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  justify-content: center;
  align-items: center;
}

.youtube-2 {
  box-sizing: border-box;
  object-position: 50% 50%;
  position: relative;
}

.image-97-copy {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 0%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 200px;
  align-self: center;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  position: static;
}

.image-97-copy-copy {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 100% 0%;
  border-radius: 200px;
  align-self: center;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  height: 220px;
  position: static;
}

.youtube-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  align-self: center;
  width: 50%;
  height: auto;
}

.video {
  align-self: center;
  width: 940px;
  height: 720px;
}

.youtube-4 {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  align-self: center;
  width: 50%;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  overflow: clip;
}

.image-104 {
  object-fit: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  position: relative;
}

.container-5 {
  background-color: #dbf0ff00;
  border: 1px #000;
  border-radius: 40px;
  align-self: center;
}

.cell-16 {
  text-align: center;
  background-color: #dbf0ff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
}

.container-6 {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 40px;
}

.heading-27 {
  text-align: center;
  font-family: Switzer, sans-serif;
}

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

.image-104-copy {
  object-fit: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  position: relative;
}

.container-5-copy {
  background-color: #d7ffe6;
  border: 1px #000;
  border-radius: 40px;
  align-self: center;
}

.quick-stack-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-left: 220px;
  padding-right: 220px;
}

.text-span-12 {
  background-image: url('../images/g-014.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.the-power-of-community {
  background-color: #0000;
  position: relative;
}

.the-power-of-community.blog-post {
  border: 1px #000;
  min-height: auto;
  padding-top: 9em;
  padding-bottom: 0;
}

.the-power-of-community.overflow {
  width: 100%;
  overflow: hidden;
}

.the-power-of-community.light-blue {
  background-color: var(--alice-blue);
}

.the-power-of-community.gap {
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.the-power-of-community.bg-light-gray {
  background-color: #e6f0f6;
}

.the-power-of-community.hero {
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.the-power-of-community.flex-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 9em;
  display: flex;
  overflow: hidden;
}

.the-power-of-community.full {
  min-height: 100vh;
  padding-top: 8em;
  display: flex;
}

.the-power-of-community.bg-dark-blue {
  background-color: #a9cbff;
}

.image-105 {
  align-self: flex-end;
  max-width: 20%;
}

.heading-28 {
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}

.image-105-copy {
  perspective-origin: 50%;
  transform-style: preserve-3d;
  align-self: flex-start;
  max-width: 20%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cell-18 {
  justify-content: center;
  align-items: center;
}

.quick-stack-7 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 0%;
}

.pricing {
  background-color: #0000;
  position: relative;
}

.pricing.blog-post {
  border: 1px #000;
  min-height: auto;
  padding-top: 9em;
  padding-bottom: 0;
}

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

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

.pricing.bg-purple {
  background-color: #dbf7cb;
}

.pricing.gap {
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.pricing.bg-light-gray {
  background-color: #e6f0f6;
}

.pricing.hero {
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.pricing.flex-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 9em;
  display: flex;
  overflow: hidden;
}

.pricing.full {
  min-height: 100vh;
  padding-top: 8em;
  display: flex;
}

.pricing.bg-dark-blue {
  background-color: #a9cbff;
}

.youtube-5 {
  border-radius: 0;
  width: 40vw;
  overflow: clip;
}

.text-span-13 {
  color: #593e9c;
}

.divider-wrappser-cospy {
  align-items: flex-end;
  height: 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider-wrappser-cospy.bg-gray {
  background-color: #f5f5f5;
}

.divider-wrappser-cospy.bg-white {
  background-color: #ffffff40;
}

.propaya-icon-1-0-copy {
  background-image: url('../images/propaya-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.4em;
  position: relative;
  left: 50px;
  right: 0;
}

.propaya-icon-2-copy {
  background-image: url('../images/propaya-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.4em;
  position: relative;
  right: 0;
}

.propaya-icon-2-copy.small {
  margin-left: 11px;
  margin-right: 11px;
  padding-right: .7em;
}

.propaya-icon-2-copy.flip {
  color: #0b0b0b;
  background-image: url('../images/propaya-icon-flip.png');
}

.box-wrapper-copy {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4em 3.5em;
  display: flex;
  position: relative;
}

.box-wrapper-copy.auto {
  width: 100%;
  height: auto;
  padding-top: 4em;
}

.box-wrapper-copy.auto.center {
  width: 100%;
  height: auto;
  display: flex;
}

.box-wrapper-copy.start {
  grid-row-gap: 6em;
  justify-content: space-between;
}

.box-wrapper-copy.gap {
  grid-row-gap: 3em;
  justify-content: space-between;
}

.box-wrapper-copy.bg-gray {
  background-color: #f1f1f1;
}

.box-wrapper-copy.short-gap {
  grid-row-gap: 2em;
}

.box-wrapper-copy.bg-white {
  align-items: center;
  height: 75%;
  font-weight: 400;
  position: absolute;
}

.box-wrapper-copy.list {
  grid-row-gap: 3em;
  justify-content: flex-start;
}

.box-wrapper-copy.align-top {
  justify-content: flex-start;
}

.box-wrapper-copy.plan {
  justify-content: flex-start;
  padding-top: 2em;
}

.box-wrapper-copy.plan.recommended {
  background-color: #fcf8d1;
}

.divider-copy {
  border-radius: 100%;
  width: 200vw;
  height: 200vh;
  position: absolute;
  inset: 0% auto auto -50%;
}

.divider-copy.bg-purple {
  background-color: #e6e0fc;
}

.divider-copy.bottom {
  inset: auto 0% 0% -50%;
}

.divider-copy.bottom.bg-dark-blue {
  background-color: #a9cbff;
}

.divider-copy-copy {
  border-radius: 100%;
  width: 200vw;
  height: 200vh;
  position: absolute;
  inset: 0% auto auto -50%;
}

.divider-copy-copy.bg-psurple {
  background-color: #dbf7cb;
}

.divider-copy-copy.bottom {
  inset: auto 0% 0% -50%;
}

.divider-copy-copy.bottom.bg-dark-blue {
  background-color: #a9cbff;
}

.heading-29 {
  color: #000;
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Switzer, sans-serif;
  font-size: 75px;
  font-weight: 500;
}

.propaya-icon-1-0-copy {
  background-image: url('../images/propaya-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.4em;
  position: relative;
  right: 220px;
}

.propaya-icon-1-0-copy.small {
  margin-left: 11px;
  margin-right: 11px;
  padding-right: .7em;
}

.propaya-icon-1-0-copy.flip {
  color: #0b0b0b;
  background-image: url('../images/propaya-icon-flip.png');
}

.propaya-icon-1-0-copy-copy {
  background-image: url('../images/propaya-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.4em;
  position: relative;
  right: 10vw;
}

.propaya-icon-1-0-copy-copy.small {
  margin-left: 11px;
  margin-right: 11px;
  padding-right: .7em;
}

.propaya-icon-1-0-copy-copy.flip {
  color: #0b0b0b;
  background-image: url('../images/propaya-icon-flip.png');
}

.rounded-blosck-copy {
  border-radius: 28px;
  width: 100%;
  padding: 0 4.5em;
  position: relative;
  overflow: hidden;
}

.rounded-blosck-copy.bg-green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  top: auto;
}

.rounded-blosck-copy.end {
  padding-bottom: 0;
}

.rounded-blosck-copy.large {
  align-items: center;
  min-height: auto;
  display: flex;
}

.rounded-blosck-copy.bottom {
  padding-bottom: 0;
}

.rounded-blosck-copy.bottom.bg-light-blue {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.rounded-blosck-copy.bg-purple {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.rounded-blosck-copy.bg-purple.gap {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.rounded-blosck-copy.bg-light-blue {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 4em;
}

.rounded-blosck-copy.bg-white.m {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.rounded-blosck-copy.gap {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.rounded-blosck-copy.gap.bg-purple {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.rounded-blosck-copy.bg-light-green {
  padding: 2em 5em;
}

.rounded-blosck-copy.merch, .rounded-blosck-copy.min {
  padding: 2em;
}

.rounded-blosck-copy.bg-purple-image {
  background-color: #d0c3ff;
  background-image: url('../images/ui-067.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.rounded-blosck-copy.bg-green-image {
  background-color: #dff3d7;
  background-image: url('../images/ui-066.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rounded-blosck-copy.bg-propaya-purple {
  background-color: #593e9c;
}

.rounded-blosck-copy.bg-organge {
  background-color: #ffc179;
}

.rounded-blosck-copy.bg-darker-blue {
  background-color: #7cb0ff;
}

.roundeds-block-copy {
  border-radius: 28px;
  width: 100%;
  padding: 0 4.5em;
  position: relative;
  overflow: hidden;
}

.roundeds-block-copy.bg-green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  top: auto;
}

.roundeds-block-copy.end {
  padding-bottom: 0;
}

.roundeds-block-copy.large {
  align-items: center;
  min-height: auto;
  display: flex;
}

.roundeds-block-copy.bottom {
  padding-bottom: 0;
}

.roundeds-block-copy.bottom.bg-light-blue {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.roundeds-block-copy.bg-purple {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.roundeds-block-copy.bg-purple.gap {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.roundeds-block-copy.bg-light-blue {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 4em;
}

.roundeds-block-copy.bg-white.m {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.roundeds-block-copy.gap {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.roundeds-block-copy.gap.bg-purple {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.roundeds-block-copy.bg-light-green {
  padding: 2em 5em;
}

.roundeds-block-copy.merch, .roundeds-block-copy.min {
  padding: 2em;
}

.roundeds-block-copy.bg-purple-image {
  background-color: #d0c3ff;
  background-image: url('../images/ui-067.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.roundeds-block-copy.bg-green-image {
  background-color: #dff3d7;
  background-image: url('../images/ui-066.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.roundeds-block-copy.bg-propaya-purple {
  background-color: #593e9c;
}

.roundeds-block-copy.bg-organge {
  background-color: #ffc179;
}

.roundeds-block-copy.bg-darker-blue {
  background-color: #7cb0ff;
}

.box-wrapsper-copy {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4em 3.5em;
  display: flex;
  position: relative;
}

.box-wrapsper-copy.auto {
  width: 100%;
  height: auto;
  padding-top: 4em;
}

.box-wrapsper-copy.auto.center {
  width: 100%;
  height: auto;
  display: flex;
}

.box-wrapsper-copy.start {
  grid-row-gap: 6em;
  justify-content: space-between;
}

.box-wrapsper-copy.gap {
  grid-row-gap: 3em;
  justify-content: space-between;
}

.box-wrapsper-copy.bg-gray {
  background-color: #f1f1f1;
}

.box-wrapsper-copy.short-gap {
  grid-row-gap: 2em;
}

.box-wrapsper-copy.bg-white {
  align-items: center;
  height: 75%;
  font-weight: 400;
  position: absolute;
}

.box-wrapsper-copy.list {
  grid-row-gap: 3em;
  justify-content: flex-start;
}

.box-wrapsper-copy.align-top {
  justify-content: flex-start;
}

.box-wrapsper-copy.plan {
  justify-content: flex-start;
  padding-top: 2em;
}

.box-wrapsper-copy.plan.recommended {
  background-color: #fcf8d1;
}

.box-wrappesr-copy {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4em 3.5em;
  display: flex;
  position: relative;
}

.box-wrappesr-copy.auto {
  width: 100%;
  height: auto;
  padding-top: 4em;
}

.box-wrappesr-copy.auto.center {
  width: 100%;
  height: auto;
  display: flex;
}

.box-wrappesr-copy.start {
  grid-row-gap: 6em;
  justify-content: space-between;
}

.box-wrappesr-copy.gap {
  grid-row-gap: 3em;
  justify-content: space-between;
}

.box-wrappesr-copy.bg-gray {
  background-color: #f1f1f1;
}

.box-wrappesr-copy.short-gap {
  grid-row-gap: 2em;
}

.box-wrappesr-copy.bg-white {
  align-items: center;
  height: 75%;
  font-weight: 400;
  position: absolute;
}

.box-wrappesr-copy.list {
  grid-row-gap: 3em;
  justify-content: flex-start;
}

.box-wrappesr-copy.align-top {
  justify-content: flex-start;
}

.box-wrappesr-copy.plan {
  justify-content: flex-start;
  padding-top: 2em;
}

.box-wrappesr-copy.plan.recommended {
  background-color: #fcf8d1;
}

.plan-column-copy {
  background-color: #e6e0fc;
  background-image: linear-gradient(24deg, #ede8f3, #fff);
  border: 5px solid #593e9c;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  min-height: auto;
  padding: 2em 2em 4em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 15px 15px 5px #593e9c;
}

.plan-column-copy.recommended {
  border: 5px solid #ff715b;
}

.container-7 {
  clear: both;
  text-align: left;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  width: 90%;
  max-width: 1480px;
  margin-bottom: 40px;
  font-weight: 500;
  position: relative;
  box-shadow: 10px 10px 5px #0003;
}

.heading-30 {
  aspect-ratio: auto;
  color: #000;
  text-align: center;
  object-fit: fill;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 350%;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.image-106 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 98%;
  position: relative;
  left: auto;
}

.heading-31 {
  text-align: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding: 0;
  font-family: Switzer, sans-serif;
  font-size: 150%;
  font-weight: 500;
}

.button-2 {
  background-color: #593e9c;
  border-radius: 4vw;
  justify-content: center;
  align-items: center;
  margin: 20px 10vw 40px;
  padding: 2vh 0;
  font-size: 150%;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.stories {
  object-fit: fill;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.heading-32 {
  color: #432e76;
  text-align: center;
  margin-bottom: 4vh;
  margin-left: 15vw;
  margin-right: 15vw;
  padding-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Switzer, sans-serif;
  font-size: 400%;
}

.image-107 {
  align-self: flex-start;
  width: 15%;
}

.image-108 {
  opacity: .5;
  object-fit: fill;
  object-position: 50% 50%;
  width: 12%;
  height: auto;
}

.image-109 {
  opacity: .5;
  object-fit: fill;
  object-position: 50% 50%;
  align-self: flex-end;
  width: 12%;
  height: auto;
  overflow: clip;
}

.paragraph-10 {
  margin-top: 20px;
  font-size: 150%;
}

.cell-19 {
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-11 {
  text-align: right;
  align-self: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 200%;
  font-weight: 500;
}

.text-span-14 {
  color: #593e9c;
  font-size: 80%;
  font-style: italic;
  font-weight: 200;
}

.image-110 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 80%;
}

.image-111 {
  object-fit: cover;
  border-radius: 20px;
  align-self: center;
  width: 99.992%;
  height: 100%;
}

.quick-stack-8 {
  grid-row-gap: 40px;
  padding-bottom: 100px;
}

.why-propaya {
  margin-left: 60px;
  margin-right: 60px;
}

.heading-33 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 500%;
  font-weight: 500;
}

.cell-20 {
  background-color: #ede8fc;
  background-image: linear-gradient(25deg, #ede8f3, #fff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  box-shadow: 10px 10px 5px #0003;
}

.cell-21, .cell-22 {
  background-color: #fff;
  background-image: linear-gradient(25deg, #ede8f3, #fff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 5px #0003;
}

.image-112 {
  flex: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-34 {
  text-align: left;
  background-image: url('../images/purplebarpng.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 10%;
  align-self: stretch;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
  font-family: Switzer, sans-serif;
  font-size: 250%;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-12 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 130%;
}

.heading-34-copy {
  text-align: left;
  background-image: url('../images/purplebarpng.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 10%;
  align-self: stretch;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
  font-family: Switzer, sans-serif;
  font-size: 150%;
  font-weight: 500;
  text-decoration: none;
}

.quick-stack-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 6vh;
  padding-left: 0;
  padding-right: 0;
}

.all-devices {
  margin-bottom: 10vh;
  margin-left: 5vw;
  margin-right: 5vw;
}

.heading-35 {
  color: #000;
  text-align: right;
  margin-left: 6vw;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
}

.image-113 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.container-8 {
  background-image: url('../images/g-016.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15%;
  width: auto;
  max-width: 1480px;
  height: auto;
}

.image-114 {
  background-image: url('../images/scribble-002.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
}

.link-2 {
  font-size: 1vw;
}

.container-9 {
  max-width: 90%;
}

.container-10 {
  max-width: 1480px;
}

.paragraph-11-copy {
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 200%;
  font-weight: 500;
}

.nav-link-copy {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-copy.w--current {
  color: #1b1b1b;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.container-11 {
  max-width: 1480px;
  margin-top: 5vh;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cell-23 {
  justify-content: center;
  align-items: center;
}

.youtube-6 {
  box-shadow: 10px 10px 15px 10px #0003;
}

.section-5 {
  margin-bottom: 2vh;
}

.heading-xxlarge-copy {
  color: #000;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 7.2em;
  font-weight: 500;
  line-height: .94;
}

.heading-xxlarge-copy.xtra {
  color: #bcb2df;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 22em;
  font-weight: 700;
}

.heading-xxlarge-copy.xl {
  letter-spacing: -.02em;
  background-image: url('../images/g-014.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 65px;
  font-size: 700%;
  line-height: 1;
}

.full-image-copy {
  aspect-ratio: auto;
  object-fit: contain;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 10vw;
  position: relative;
}

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

.full-image-copy.medium {
  object-fit: contain;
  height: 45em;
  margin-top: -21px;
  margin-left: -16px;
}

.heading-33-copy {
  color: #000;
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
}

.container-12 {
  max-width: 1480px;
}

.heading-36 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 5em;
  font-weight: 500;
}

.heading-37 {
  color: #000;
  font-family: Switzer, sans-serif;
  font-size: 300%;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-13 {
  font-size: 130%;
}

.quick-stack-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 100px;
}

.list-2 {
  font-size: 130%;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: #593e9c;
  font-weight: 700;
}

.button-3 {
  background-color: var(--propaya-purple);
  text-align: center;
  border-radius: 20px;
  width: 10em;
  height: 3em;
  padding-left: 5%;
  padding-right: 5%;
}

.image-115 {
  background-image: url('../images/ui-066.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  align-self: auto;
  width: 613.313px;
  height: 442.578px;
  max-height: 100%;
  position: relative;
}

.quick-stack-11 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 100px;
}

.image-116 {
  height: 442.5px;
  max-height: 100%;
}

.cell-24 {
  justify-content: center;
  align-items: center;
}

.image-115-copy {
  object-fit: contain;
  border: 5px solid #593e9c;
  border-radius: 20px;
  align-self: center;
  width: auto;
  max-width: none;
  height: 442.578px;
  max-height: 100%;
  position: relative;
  box-shadow: 10px 10px 15px 10px #0003;
}

.cell-24-copy {
  justify-content: center;
  align-items: center;
}

.pm-solution {
  margin-left: 60px;
  margin-right: 60px;
  display: none;
}

.our-features {
  padding-top: 100px;
  padding-bottom: 100px;
}

.in-action {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack-7-copy {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 0%;
}

.image-105-copy {
  align-self: flex-end;
  max-width: 40%;
  transform: none;
}

.heading-28-copy {
  color: #000;
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
  line-height: 3;
}

.cell-27 {
  justify-content: center;
  align-items: center;
}

.container-9-copy {
  max-width: 1480px;
}

.text-span-18 {
  color: #593e9c;
}

.container-13 {
  max-width: 1480px;
  margin-bottom: 100px;
}

.heading-38 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
}

.container-14 {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1480px;
  box-shadow: 15px 15px 5px #0003;
}

.cell-28 {
  justify-content: center;
  align-items: center;
}

.cell-29 {
  justify-content: center;
  align-items: flex-start;
}

.heading-39 {
  color: #593e9c;
  text-align: left;
  font-family: Switzer, sans-serif;
  font-size: 350%;
  font-weight: 500;
}

.heading-40 {
  color: #593e9c;
  font-family: Switzer, sans-serif;
  font-size: 180%;
  font-weight: 500;
}

.cell-30 {
  border: 1px solid #7e7e7e;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #0003;
}

.paragraph-14 {
  font-size: 130%;
}

.cell-31, .cell-32 {
  border: 1px solid #7e7e7e;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #0003;
}

.quick-stack-12 {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-toggle-copy {
  padding-left: 8px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
}

.link-3 {
  color: var(--dark-gray);
  text-decoration: none;
}

.container-15 {
  background-color: #fff;
  border: 1px solid #7e7e7e;
  border-radius: 40px;
  max-width: 1480px;
  box-shadow: 15px 15px 5px #0003;
}

.quick-stack-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 10vh 5vw;
}

.container-16 {
  background-color: #e6e0fc57;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #593e9c;
}

.heading-41 {
  color: #000;
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Switzer, sans-serif;
  font-size: 300%;
  font-weight: 500;
}

.image-117 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 100% 50%;
  width: 80%;
  max-width: 80%;
  height: 78.0261%;
}

.image-105-copy-copy {
  perspective-origin: 50%;
  transform-style: preserve-3d;
  align-self: flex-start;
  max-width: 20%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.heading-42 {
  color: #000;
  text-align: center;
  margin-top: 5vh;
  margin-bottom: 10vh;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
}

.container-17 {
  max-width: 1480px;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.heading-43 {
  color: #000;
  text-align: center;
  margin-bottom: 5vh;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
}

.container-18 {
  background-color: #fff;
  border-radius: 40px;
  width: 80%;
  max-width: none;
  padding-left: 2vw;
  padding-right: 2vw;
  box-shadow: 15px 15px 5px #0003;
}

.heading-44 {
  color: #593e9c;
  font-family: Switzer, sans-serif;
  font-size: 300%;
  font-weight: 500;
}

.paragraph-15 {
  color: #000;
  font-size: 150%;
}

.text-span-19 {
  font-weight: 700;
}

.cell-33 {
  background-color: #e6e0fc;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #593e9c;
}

.quick-stack-14 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
}

.image-118 {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 20px;
  align-self: flex-start;
  height: 85%;
  position: relative;
  top: 2vh;
  right: 3vw;
}

.button-4 {
  background-color: #593e9c;
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Switzer, sans-serif;
  font-size: 150%;
  font-weight: 400;
}

.container-19 {
  max-width: 1480px;
}

.heading-45 {
  color: #000;
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
}

.image-119 {
  border-radius: 40px;
  align-self: auto;
  box-shadow: 10px 10px 5px #0003;
}

.cell-34 {
  justify-content: center;
  align-items: center;
}

.cell-35, .cell-36, .cell-37 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #0003;
}

.image-120 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 0% 50%;
  flex: 0 auto;
  align-self: center;
  height: 75%;
}

.heading-46 {
  color: #593e9c;
  font-family: Switzer, sans-serif;
  font-size: 200%;
  font-weight: 500;
}

.paragraph-16 {
  font-size: 140%;
}

.cell-38 {
  justify-content: center;
  align-items: center;
}

.quick-stack-15 {
  margin-top: 2vh;
}

.container-20 {
  max-width: 1480px;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.paragraph-17 {
  text-align: center;
  margin-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container-21 {
  max-width: 1480px;
}

.image-112-copy {
  object-fit: cover;
  flex: 0 auto;
  max-height: 20vh;
  padding-left: 40px;
  padding-right: 40px;
}

.image-112-caopy, .image-112-acopy {
  flex: 0 auto;
  max-height: 20vh;
  padding-left: 40px;
  padding-right: 40px;
}

.container-22 {
  max-width: 1480px;
}

.heading-47 {
  color: #000;
  text-align: left;
  align-self: stretch;
  font-family: Switzer, sans-serif;
  font-size: 300%;
  font-weight: 500;
  line-height: 1;
}

.paragraph-18 {
  color: #363636;
  font-size: 150%;
  font-weight: 400;
  line-height: 1;
}

.text-span-20 {
  color: #593e9c;
}

.list-item {
  font-size: 0;
}

.list-item-2, .list-item-3, .list-item-4 {
  color: #000;
  font-size: 150%;
  line-height: 1;
}

.info-in-seconds, .info-in-seconds-copy {
  margin-top: 40px;
}

.list-3, .list-4 {
  line-height: 1;
}

.list-item-5, .list-item-6, .list-item-7 {
  color: #000;
  font-size: 150%;
}

.image-115-copy-copy {
  object-fit: contain;
  border: 5px solid #593e9c;
  border-radius: 20px;
  align-self: center;
  width: auto;
  max-width: none;
  height: 442.578px;
  max-height: 100%;
  position: relative;
  box-shadow: 10px 10px 15px 10px #0003;
}

.cell-40 {
  justify-content: center;
  align-items: flex-start;
}

.section-6 {
  opacity: 1;
  mix-blend-mode: darken;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Chicago_city_view_tinit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-bottom: 5vh;
}

.section-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-48 {
  color: #ede8fc;
  text-align: center;
  mix-blend-mode: normal;
  padding-top: 25vh;
  padding-bottom: 10vh;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 10em;
  font-weight: 700;
}

.text-span-21 {
  color: #f7f7f7;
}

.link-block-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #f5f5f5;
  border-radius: 200px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  margin-left: 43vw;
  margin-right: 43vw;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-copy:hover {
  color: #000;
  background-color: #f0f0f0;
}

.link-block-copy.salmon {
  background-color: #ffaaa4;
}

.link-block-copy.green {
  background-color: #c1eca8;
}

.link-block-copy.blue {
  background-color: #d4f4fc;
  padding-top: 20px;
}

.link-block-copy.purple {
  background-color: #e6e0fc;
}

.link-block-copy.yellow {
  background-color: #ffe595;
}

.link-block-copy.dark-blue {
  background-color: #a8d0eb;
}

.link-block-copy.dark-purple {
  background-color: #cabff1;
}

.link-block-copy.blue-copy, .link-block-copy.blue {
  background-color: #d4f4fc;
}

.link-block-copy.orange {
  background-color: #ff6600e6;
  padding-top: 20px;
  display: block;
}

.container-23 {
  max-width: 1480px;
}

.heading-49 {
  color: #000;
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Switzer, sans-serif;
  font-size: 300%;
  font-weight: 500;
}

.cell-41 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.text-span-22 {
  color: #593e9c;
  font-size: 130%;
}

.quick-stack-16 {
  padding-top: 100px;
}

.cell-42 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.youtube-7 {
  border-radius: 0;
  box-shadow: 10px 10px 15px 10px #0003;
}

.section-8 {
  background-color: #fff0;
  background-image: linear-gradient(172deg, #291c52 7%, #fff 66%);
  margin-bottom: 0;
}

.text-span-23, .text-span-24, .text-span-25 {
  color: #593e9c;
}

.text-span-26 {
  color: #352564;
}

.section-9 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#fff9, #fff9), url('../images/osman-rana-dI9KhXi0ooE-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.pricing-copy {
  background-color: #0000;
  position: relative;
}

.pricing-copy.blog-post {
  border: 1px #000;
  min-height: auto;
  padding-top: 9em;
  padding-bottom: 0;
}

.pricing-copy.overflow {
  width: 100%;
  overflow: hidden;
}

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

.pricing-copy.bg-purple {
  background-color: #352564;
  background-image: linear-gradient(#352564 36%, #fff 96%);
}

.pricing-copy.gap {
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.pricing-copy.bg-light-gray {
  background-color: #e6f0f6;
}

.pricing-copy.hero {
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.pricing-copy.flex-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 9em;
  display: flex;
  overflow: hidden;
}

.pricing-copy.full {
  min-height: 100vh;
  padding-top: 8em;
  display: flex;
}

.pricing-copy.bg-dark-blue {
  background-color: #a9cbff;
}

.heading-xlarge-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  font-family: Switzer, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: .94;
}

.heading-xlarge-copy-copy.margin-bottom-xsmall.text-white {
  color: var(--alice-blue);
}

.heading-33-copy {
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 300%;
  font-weight: 500;
}

.divider-cospy-copy-copy {
  border-radius: 100%;
  width: 200vw;
  height: 200vh;
  position: absolute;
  inset: 0% auto auto -50%;
}

.divider-cospy-copy-copy.bg-dark {
  background-color: #352564;
}

.divider-cospy-copy-copy.bottom {
  inset: auto 0% 0% -50%;
}

.divider-cospy-copy-copy.bottom.bg-dark-blue {
  background-color: #a9cbff;
}

.text-span-13-copy {
  color: #cab4ff;
}

.container-24 {
  max-width: 1480px;
}

.section-10 {
  background-color: #fff;
}

.heading-50 {
  text-align: center;
  margin-top: 40px;
  font-family: Switzer, sans-serif;
  font-size: 500%;
  font-weight: 500;
}

.cell-43 {
  justify-content: flex-start;
  align-items: center;
}

.cell-44 {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

.cell-45 {
  justify-content: flex-end;
  align-items: center;
}

.body {
  background-color: #fff;
}

.cell-46 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-19-copy {
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-46-copy {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.image-121 {
  border: 5px solid #593e9c;
  border-radius: 20px;
  align-self: center;
  box-shadow: 10px 10px 15px 10px #0003;
}

.heading-51 {
  color: #363636;
  padding-right: 0;
  font-family: Switzer, sans-serif;
  font-size: 300%;
  font-weight: 500;
}

.cell-47, .cell-48 {
  justify-content: center;
  align-items: center;
}

.image-122 {
  border: 2px solid #593e9c;
  border-radius: 20px;
  box-shadow: 10px 10px 15px 10px #0003;
}

.image-123 {
  border: 5px solid #593e9c;
  border-radius: 20px;
  box-shadow: 10px 10px 15px 10px #0003;
}

.nav-link-copy {
  color: #593e9c;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-copy:hover {
  color: #141414bf;
}

.nav-link-copy.w--current {
  color: #1b1b1b;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.heading-52 {
  align-self: flex-start;
  font-family: Switzer, sans-serif;
  font-size: 250%;
  font-weight: 500;
}

.image-124 {
  align-self: flex-start;
  max-width: 10%;
  padding-top: 10px;
}

.image-125 {
  align-self: flex-end;
  max-width: 10%;
}

.heading-53 {
  align-self: flex-start;
  font-family: Switzer, sans-serif;
  font-size: 250%;
  font-weight: 500;
  line-height: 1;
}

.text-span-27 {
  color: #593e9c;
  font-size: 55%;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.quick-stack-17 {
  margin-bottom: 40px;
}

.text-with-bg {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#ede8fc, #ede8fc);
  padding-top: 25vh;
  padding-bottom: 10vh;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 10em;
  font-weight: 700;
}

.section-11 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(196deg, #fff 58%, #000);
  background-clip: border-box;
}

.brand.w--current {
  background-image: none;
}

.paragraph-19 {
  padding-left: 0;
  padding-right: 0;
}

.cell-50 {
  padding-bottom: 40px;
}

.section-12 {
  background-image: linear-gradient(#fff0 10%, #000000d4 85%), url('../images/Home.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  margin-top: 0;
  padding-top: 23vh;
  padding-bottom: 15vh;
}

.container-25 {
  max-width: 1480px;
}

.heading-54 {
  color: #fff;
  padding-top: 0;
  padding-left: 2vw;
  padding-right: 2vh;
  font-family: Exo, sans-serif;
  font-size: 600%;
  font-weight: 400;
  line-height: 1;
}

.paragraph-22 {
  color: #bbb;
  padding-left: 2vw;
  padding-right: 2vw;
}

.text-span-28 {
  color: #593e9c;
}

.navbar-copy {
  background-color: #fff0;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.navbar-2 {
  background-color: #ddd0;
}

.container-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  vertical-align: baseline;
  display: block;
  position: relative;
}

.nav-link-3 {
  color: #fff;
}

.section-13 {
  background-color: #000;
  background-image: linear-gradient(270deg, #0a0a0a 49%, #e9e8e800), url('../images/Untitled-design.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.heading-55 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 300%;
  font-weight: 100;
  line-height: 1;
}

.paragraph-23 {
  color: #bbb;
  background-image: url('../images/purplebarpng.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 2%;
}

.cell-52 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.container-27, .container-28 {
  max-width: 1480px;
}

.image-126 {
  border-top-left-radius: 60px;
  box-shadow: 10px 10px 15px 10px #0003;
}

.cell-53 {
  justify-content: center;
  align-items: flex-start;
}

.heading-56 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.paragraph-24 {
  color: #666;
}

.button-5 {
  color: #fff;
  background-color: #593e9c;
  border-radius: 20px;
  padding: 10px 20px;
}

.cell-54 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cell-55 {
  justify-content: flex-end;
  align-items: center;
}

.cell-56 {
  justify-content: flex-start;
  align-items: center;
}

.image-127 {
  object-fit: cover;
  width: 100%;
  max-height: 80%;
  box-shadow: 10px 10px 15px 10px #0003;
}

.heading-57 {
  align-self: stretch;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.paragraph-25 {
  color: #666;
  align-self: stretch;
}

.quick-stack-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 60px;
}

.image-128, .image-129 {
  box-shadow: 10px 10px 15px 10px #0003;
}

.section-14 {
  background-image: linear-gradient(#0000, #f5f5f5c4), linear-gradient(#f5f5f5db, #f5f5f5db), url('../images/bg.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.divider-cospy-copy {
  border-radius: 100%;
  width: 200vw;
  height: 200vh;
  position: absolute;
  inset: 0% auto auto -50%;
}

.divider-cospy-copy.bg-dark {
  background-color: #0a0a0a;
}

.divider-cospy-copy.bottom {
  inset: auto 0% 0% -50%;
}

.divider-cospy-copy.bottom.bg-dark-blue {
  background-color: #a9cbff;
}

.section-15 {
  background-color: #0a0a0a;
  background-image: linear-gradient(#0a0a0a 40%, #525252 67%, #f5f5f5);
}

.heading-58 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 300%;
  font-weight: 300;
}

.paragraph-26 {
  color: #666;
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vw;
}

.divider-wrappser-cosspy-copy {
  align-items: flex-end;
  height: 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider-wrappser-cosspy-copy.bg-gray {
  background-color: #fff;
}

.divider-wrappser-cosspy-copy.bg-white {
  background-color: #ffffff40;
}

.link-4 {
  color: #ede8fc;
  text-align: center;
  font-size: 150%;
}

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

.heading-59 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.section-16 {
  text-align: center;
  background-image: linear-gradient(270deg, #59309c, #000 47%);
}

.link-block-2 {
  color: #fff0;
  text-align: left;
  margin-top: 0;
  padding-top: 10px;
}

.link-block-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-130 {
  background-color: #fff;
  border-radius: 60px;
  padding: 10px;
}

.heading-60 {
  text-align: center;
  font-family: Switzer, sans-serif;
  font-size: 400%;
  font-weight: 500;
}

.body-2 {
  background-color: #f5f5f500;
}

.divider-wrapper-copy {
  align-items: flex-end;
  height: 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider-wrapper-copy.bg-white {
  background-color: #f5f5f500;
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-58 {
  justify-content: center;
  align-items: flex-start;
}

.button-6 {
  color: #fff;
  background-color: #593e9c;
  border-radius: 20px;
  padding: 10px 20px;
}

.heading-51-copy {
  color: #363636;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 300%;
  font-weight: 500;
}

.image-131 {
  border: 5px solid #593e9c;
  border-radius: 20px;
  align-self: stretch;
  box-shadow: 10px 10px 15px 10px #0003;
}

.cell-59 {
  justify-content: center;
  align-items: flex-start;
}

.heading-51-copy-copy {
  color: #363636;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 300%;
  font-weight: 500;
}

.main-hero-copy.bg-purple {
  background-color: #f5f5f5;
  background-image: linear-gradient(317deg, #ede8fc, #432e76 94%);
}

.container-30 {
  max-width: 1480px;
}

.section-17 {
  background-image: linear-gradient(#593e9c, #fff0);
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .effortless-property-management.blog-post {
    min-height: auto;
    padding-top: 7.5em;
  }

  .effortless-property-management.full {
    padding-top: 6em;
  }

  .menu-mobile {
    background-color: var(--cornflower-blue);
    border-radius: 100%;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.2em;
    height: 2.2em;
    min-height: auto;
    padding: 7px;
    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;
    width: auto;
  }

  .container.desktop-padding {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.inner-padding-small, .container.large {
    width: 100%;
  }

  .container.large.padding-bottom-medium {
    padding-bottom: 0;
  }

  .main-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .main-grid.inner-padding-medium {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.inner-padding-small {
    padding-bottom: 0;
  }

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

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .inner-padding-xsmall {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
    padding-top: 0;
  }

  .grid-rail {
    align-items: center;
    min-width: 100vw;
    min-height: auto;
  }

  .hero-rail.gap {
    align-items: center;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 10em;
  }

  .grid-gallery {
    min-width: 250vw;
    min-height: 30vh;
  }

  .frame-image-hero._01 {
    width: 45vw;
    height: 45vw;
  }

  .frame-image-hero._02 {
    width: 30vw;
    height: 30vw;
  }

  .frame-image-hero._03 {
    width: 25vw;
    height: 25vw;
  }

  .frame-image-hero.med {
    width: 45vw;
    height: 45vw;
  }

  .frame-image-hero.small {
    width: 30vw;
    height: 30vw;
  }

  .frame-image-hero.xsmall {
    width: 22vw;
    height: 22vw;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .half-container {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding-right: 30px;
  }

  .image-frame {
    width: 35vw;
  }

  .image-frame.circle {
    width: 20vw;
    height: 20vw;
  }

  .image-frame.circle.full {
    width: 32vw;
  }

  .image-frame.circle.full-6-2 {
    width: 60vw;
  }

  .image-tiles-hero._3d-reverse {
    max-height: none;
  }

  .wrappernav {
    background-color: #fff;
    position: fixed;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr auto auto;
    min-height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 10px;
  }

  .menu-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 10px;
    display: flex;
  }

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

  .heading-xlarge {
    font-size: 4em;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #80808033;
  }

  .button.outline:hover {
    border-color: #b3b3b34d;
  }

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

  .button.color-blue, .button.color-blue:hover {
    background-color: var(--blue-2);
  }

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

  .button.small:hover {
    background-color: var(--tomato);
    background-position: 50%;
  }

  .grid-buttons {
    place-content: center space-between;
    place-items: center;
    width: 100%;
  }

  .grid-buttons.inner-padding-small {
    justify-items: center;
    width: 100%;
  }

  .p-small.min-h {
    min-height: auto;
  }

  .nav-link {
    color: #242424;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .nav-link:hover {
    color: #242424;
  }

  .image-brand {
    max-width: 100%;
    display: none;
  }

  .padding-bottom-small {
    padding-bottom: 2.5em;
  }

  .tabs-menu {
    justify-content: center;
  }

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

  .image-tab-wrapper {
    max-height: none;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .gray-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .text-field {
    min-width: auto;
  }

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

  .plan-column {
    padding: 35px 35px 45px;
  }

  .xlarge-scroll-heading {
    font-size: 16em;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-grid-wrapper.box {
    min-height: auto;
  }

  .logo-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .image-product-mobile {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .full-image {
    margin-left: 0;
    overflow: clip;
  }

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

  .main-paragraph.split {
    column-count: 1;
  }

  .hero-cta-wrapper {
    max-width: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .frame-image-overflow {
    width: 25vw;
    height: 25vw;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .frame-image-overflow.circle {
    width: 25vw;
    height: 25vw;
  }

  .frame-image-overflow.square {
    width: 40vw;
  }

  .frame-image-overflow.regular {
    width: 40vw;
    height: 30vw;
  }

  .lightbox-link {
    padding: 18px 40px;
  }

  .lightbox-link:hover {
    background-color: #80808033;
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-quote-wrapper {
    min-height: 400px;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .center-wrapper.hero-container, .center-wrapper.hero-container-top {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .center-wrapper.box {
    grid-row-gap: 2em;
  }

  .heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .heading-large.merch.text-black {
    font-size: 60px;
  }

  .inner-hero-images {
    min-height: auto;
    padding-top: 0;
  }

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

  .wrapper-call-to-action {
    width: 100%;
  }

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

  .hero-ticker-images {
    padding-bottom: 0;
  }

  .dropdown-list {
    width: 100%;
    position: absolute;
  }

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

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

  .product-link-wrapper {
    height: auto;
  }

  .product-image-wrapper {
    border-radius: 8px;
    flex: none;
    height: 35vh;
  }

  .view-more {
    display: none;
  }

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

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

  .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 {
    align-self: auto;
    width: 100%;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 20px;
  }

  .label-dropdown {
    color: #242424;
    font-size: 20px;
  }

  .underline {
    display: none;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    height: 100%;
    max-height: none;
  }

  .collection-item-banner {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .link-social:hover {
    background-color: #0000;
    padding-bottom: 0;
  }

  .overflow-wrapper.hero {
    grid-row-gap: 2em;
    padding-top: 4em;
    padding-bottom: 4em;
    display: none;
    position: static;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0;
  }

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

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

  .tag-sale {
    font-size: 13px;
  }

  .buttons-nav-wrapper {
    padding: 40px 30px;
    position: relative;
  }

  .content-grid {
    grid-row-gap: 20px;
  }

  .loader {
    display: none;
  }

  .grid-style-guide {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .home-link-grid {
    border-radius: 4px;
    height: 45em;
    padding: 20px 10px 15px;
  }

  .home-link-grid:hover {
    background-color: #fff;
  }

  .more-images {
    width: 100%;
  }

  .content-wrapper.xgap {
    grid-row-gap: 6em;
  }

  .content-wrapper.page._w-min, .content-wrapper.shop {
    max-width: none;
  }

  .box-wrapper {
    margin-bottom: 0;
    padding-bottom: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-wrapper.gap {
    grid-row-gap: 2em;
  }

  .box-wrapper.bg-white {
    margin-bottom: 220px;
    position: relative;
  }

  .divider-wrapper {
    background-size: auto 50%;
  }

  .ticker-shadow {
    width: 8em;
  }

  .text-ui {
    padding-right: 6rem;
  }

  .ui-image {
    height: auto;
  }

  .rounded-block {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .rounded-block.large {
    min-height: auto;
  }

  .rounded-block.bg-light-blue {
    padding-bottom: 40px;
    padding-left: 4em;
  }

  .rounded-block.bg-light-green {
    padding-bottom: 40px;
  }

  .heading-xxlarge {
    font-size: 4em;
  }

  .heading-xxlarge.xl {
    margin-top: 0;
    font-size: 5em;
  }

  .hr-flex {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .content-wrap-min {
    width: auto;
  }

  .ui-circle-wrap {
    width: 32em;
    height: 32em;
    display: none;
    top: -14.6em;
  }

  .vertical-rail {
    min-height: 50em;
  }

  .logo-wall-wrap {
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

  .overflow-rail {
    height: auto;
  }

  .inner-rail-logos {
    grid-row-gap: 1em;
  }

  .divider {
    height: 200vw;
  }

  .inner-col {
    height: auto;
    min-height: auto;
  }

  .rounded-wrapper.wide {
    padding: 20px;
  }

  .rounded-wrapper.wide.bg-light-blue {
    padding-bottom: 4em;
    position: relative;
  }

  .main-hero {
    padding-top: 8em;
  }

  .image-hero-wrapper {
    height: 12em;
  }

  .image-hero-wrapper.circle {
    width: 18vw;
    height: 18vw;
  }

  .image-hero-wrapper.square {
    width: 25vw;
    height: 32vh;
  }

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

  .button-fill {
    display: none;
  }

  .logos-wrapper-circle {
    width: 8em;
    height: 8em;
  }

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

  .p-large {
    font-size: 3.8em;
  }

  .span-circle {
    height: 3.2rem;
  }

  .span-circle.large {
    width: 12vw;
    height: 12vw;
  }

  .graphics-image-wrapper.fixed-h {
    height: auto;
  }

  .sub-bg {
    width: 100%;
    height: 50%;
  }

  .link-block {
    padding-left: 32px;
  }

  .link-block.green, .link-block.purple, .link-block.blue-copy, .link-block.blue {
    padding-right: 50px;
  }

  .inner-rounded {
    padding-left: 3em;
    padding-right: 3em;
  }

  .box-wrapper-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rounded-wrapper-sq {
    width: 100%;
    height: auto;
  }

  .cta-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .form-page-wrapper {
    padding: 45px 30px;
  }

  .rounded-bottom {
    padding-left: 3em;
    padding-right: 3em;
  }

  .quote-block-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-drop-down {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .wrapper-inner-nav {
    display: none;
  }

  .content-wrapper-2.sticky-faq {
    position: relative;
  }

  .image-frame-7-2 {
    width: 35vw;
  }

  .image-frame-7-2.circle {
    width: 20vw;
    height: 20vw;
  }

  .image-frame-7-2.circle.full {
    width: 32vw;
  }

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

  .main-grid-copy.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .minus {
    margin-right: 0;
  }

  .divider-wrapper-copy {
    background-size: auto 50%;
  }

  .heading-xlarge-copy {
    font-size: 4em;
  }

  .button-copy {
    padding: 18px 40px;
  }

  .button-copy:hover {
    background-color: #80808033;
  }

  .button-copy.outline:hover {
    border-color: #b3b3b34d;
  }

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

  .button-copy.color-blue, .button-copy.color-blue:hover {
    background-color: var(--blue-2);
  }

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

  .button-copy.small:hover {
    background-color: var(--tomato);
    background-position: 50%;
  }

  .contain-image-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rounded-block-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .rounded-block-copy.large {
    min-height: auto;
  }

  .rounded-block-copy.bg-light-blue, .rounded-block-copy.bg-light-green {
    padding-bottom: 40px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-5 {
    background-color: #dbf0ff00;
  }

  .cell-16 {
    background-color: #e0f2ff;
  }

  .cell-17 {
    background-color: #d7ffe6;
    border-radius: 40px;
  }

  .container-5-copy {
    background-color: #d7ffe600;
  }

  .quick-stack-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .the-power-of-community.blog-post {
    min-height: auto;
    padding-top: 7.5em;
  }

  .the-power-of-community.full {
    padding-top: 6em;
  }

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

  .quick-stack-7 {
    margin-left: 5vw;
  }

  .pricing.blog-post {
    min-height: auto;
    padding-top: 7.5em;
  }

  .pricing.full {
    padding-top: 6em;
  }

  .divider-wrappser-cospy {
    background-size: auto 50%;
  }

  .box-wrapper-copy {
    margin-bottom: 0;
    padding-bottom: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-wrapper-copy.gap {
    grid-row-gap: 2em;
  }

  .box-wrapper-copy.bg-white {
    margin-bottom: 220px;
    position: relative;
  }

  .divider-copy, .divider-copy-copy {
    height: 200vw;
  }

  .propaya-icon-1-0-copy-copy {
    right: 100px;
  }

  .rounded-blosck-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .rounded-blosck-copy.large {
    min-height: auto;
  }

  .rounded-blosck-copy.bg-light-blue {
    padding-bottom: 40px;
    padding-left: 4em;
  }

  .rounded-blosck-copy.bg-light-green {
    padding-bottom: 40px;
  }

  .roundeds-block-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .roundeds-block-copy.large {
    min-height: auto;
  }

  .roundeds-block-copy.bg-light-blue {
    padding-bottom: 40px;
    padding-left: 4em;
  }

  .roundeds-block-copy.bg-light-green {
    padding-bottom: 40px;
  }

  .box-wrapsper-copy {
    margin-bottom: 0;
    padding-bottom: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-wrapsper-copy.gap {
    grid-row-gap: 2em;
  }

  .box-wrapsper-copy.bg-white {
    margin-bottom: 220px;
    position: relative;
  }

  .box-wrappesr-copy {
    margin-bottom: 0;
    padding-bottom: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-wrappesr-copy.gap {
    grid-row-gap: 2em;
  }

  .box-wrappesr-copy.bg-white {
    margin-bottom: 220px;
    position: relative;
  }

  .plan-column-copy {
    padding: 35px 35px 45px;
  }

  .button-2 {
    left: 0;
  }

  .stories {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-32 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    font-size: 250%;
  }

  .quick-stack-8 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-propaya {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cell-20 {
    padding-left: 10px;
  }

  .image-112 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    background-size: auto 10%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-12, .heading-34-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .container-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .youtube-6 {
    align-self: auto;
  }

  .heading-xxlarge-copy {
    font-size: 4em;
  }

  .heading-xxlarge-copy.xl {
    margin-top: 0;
    font-size: 5em;
  }

  .full-image-copy {
    margin-left: 0;
    overflow: clip;
  }

  .full-image-copy.medium {
    height: auto;
  }

  .quick-stack-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-115 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .image-116 {
    height: auto;
  }

  .cell-24 {
    background-position: 100%;
    background-repeat: no-repeat;
  }

  .image-115-copy {
    width: auto;
    height: auto;
  }

  .cell-24-copy {
    background-position: 100%;
    background-repeat: no-repeat;
  }

  .cell-25, .cell-26 {
    justify-content: center;
    align-items: center;
  }

  .pm-solution {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack-7-copy {
    margin-left: 5vw;
  }

  .heading-28-copy {
    font-size: 8vw;
  }

  .container-9-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-toggle-copy {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-18 {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-112-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-112-caopy {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-112-acopy {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-115-copy-copy {
    width: auto;
    height: auto;
  }

  .cell-39 {
    justify-content: center;
    align-items: center;
  }

  .heading-48 {
    font-size: 5em;
  }

  .link-block-copy {
    margin-left: 25vw;
    margin-right: 25vw;
    padding-left: 32px;
  }

  .link-block-copy.green, .link-block-copy.purple, .link-block-copy.blue-copy, .link-block-copy.blue {
    padding-right: 50px;
  }

  .container-23 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-49 {
    font-size: 120%;
  }

  .quick-stack-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-8, .section-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-copy.blog-post {
    min-height: auto;
    padding-top: 7.5em;
  }

  .pricing-copy.full {
    padding-top: 6em;
  }

  .heading-xlarge-copy-copy {
    font-size: 4em;
  }

  .divider-cospy-copy-copy {
    height: 200vw;
  }

  .heading-50 {
    font-size: 250%;
  }

  .heading-51 {
    font-size: 150%;
  }

  .nav-link-copy {
    color: #242424;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .nav-link-copy:hover {
    color: #242424;
  }

  .heading-53 {
    font-size: 120%;
  }

  .paragraph-19, .paragraph-20, .paragraph-21 {
    font-size: 1em;
  }

  .section-12 {
    padding-top: 5vh;
  }

  .image-126 {
    align-self: auto;
  }

  .divider-cospy-copy {
    height: 200vw;
  }

  .cell-57 {
    justify-content: center;
    align-items: flex-start;
  }

  .divider-wrappser-cosspy-copy, .divider-wrapper-copy, .divider-wrapper-copy, .divider-wrapper-copy {
    background-size: auto 50%;
  }

  .heading-51-copy, .heading-51-copy-copy {
    font-size: 150%;
  }

  .main-hero-copy {
    padding-top: 8em;
  }
}

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

  .container.header {
    padding-top: 5vh;
  }

  .main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 2.2em;
    grid-auto-rows: minmax(auto, .25fr);
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-rail.about-page {
    top: 0;
  }

  .frame-image-hero.hero {
    height: 20vw;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .image-frame.circle.full-6-2 {
    width: 60vw;
  }

  .wrappernav {
    position: fixed;
  }

  .navgrid {
    min-height: 75px;
  }

  .form {
    flex-direction: column;
  }

  .form.single {
    flex-direction: row;
    align-items: center;
  }

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

  .button {
    width: 100%;
    font-size: 16px;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons.social {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-brand {
    display: none;
    position: relative;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    background-color: #0000;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-nav-menu {
    flex-direction: column;
  }

  .gray-wrapper {
    padding: 35px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

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

  .form-block {
    width: 100%;
  }

  .lightbox-link {
    justify-content: center;
    width: 100%;
  }

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

  .sub-heading-regular {
    font-size: 20px;
    font-weight: 700;
  }

  .sub-heading-regular.text-gray-light {
    font-weight: 400;
  }

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

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

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .inner-ticker {
    align-items: center;
    min-height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .link-social {
    flex: 0 33.3%;
  }

  .image-product {
    height: 45vh;
  }

  .loader {
    display: none;
  }

  .grid-style-guide {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    width: 100%;
    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-link-grid.small {
    height: auto;
  }

  .logo-loader {
    height: 100px;
  }

  .p-medium {
    font-size: 1.6em;
  }

  .box-wrapper.auto {
    margin-top: 20px;
  }

  .box-wrapper.bg-white {
    margin-bottom: 220px;
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
  }

  .divider-wrapper {
    height: 15vw;
  }

  .tag {
    font-size: 12px;
  }

  .heading-col-wrapper {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .rounded-block {
    padding-left: 0;
    padding-right: 0;
  }

  .rounded-block.bg-purple {
    margin-top: 40px;
    padding-top: 0;
  }

  .input-wrapper {
    flex-direction: column;
  }

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

  .heading-xxlarge.xtra {
    font-size: 12em;
  }

  .tab-rounded {
    border-radius: 100px;
    font-size: 1em;
  }

  .rounded-wrapper.wide.bg-light-blue {
    position: relative;
  }

  .xtra-large-wrapper {
    height: 25em;
  }

  .cta-wrapper {
    padding: 35px;
  }

  .label-wrapper {
    padding-bottom: 20px;
  }

  .quote-block-wrapper {
    max-width: 60vw;
  }

  .banner-text {
    font-size: 24px;
  }

  .main-grid-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .main-grid-copy {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .main-grid-copy.inner-padding-medium {
    grid-column-gap: 2.2em;
    grid-auto-rows: minmax(auto, .25fr);
  }

  .divider-wrapper-copy {
    height: 15vw;
  }

  .heading-xlarge-copy {
    font-size: 40px;
  }

  .button-copy {
    width: 100%;
    font-size: 16px;
  }

  .rounded-block-copy.bg-purple {
    margin-top: 40px;
    padding-top: 0;
  }

  .quick-stack {
    padding-bottom: 10%;
  }

  .heading-22 {
    font-size: 60px;
  }

  .heading-25-copy-copy {
    text-align: center;
  }

  .paragraph-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .divider-wrappser-cospy {
    height: 15vw;
  }

  .box-wrapper-copy.auto {
    margin-top: 20px;
  }

  .box-wrapper-copy.bg-white {
    margin-bottom: 220px;
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
  }

  .rounded-blosck-copy.bg-purple, .roundeds-block-copy.bg-purple {
    margin-top: 40px;
    padding-top: 0;
  }

  .box-wrapsper-copy.auto {
    margin-top: 20px;
  }

  .box-wrapsper-copy.bg-white {
    margin-bottom: 220px;
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
  }

  .box-wrappesr-copy.auto {
    margin-top: 20px;
  }

  .box-wrappesr-copy.bg-white {
    margin-bottom: 220px;
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
  }

  .heading-30 {
    font-size: 200%;
  }

  .button-2 {
    left: 0;
  }

  .stories {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .heading-33, .heading-35 {
    font-size: 200%;
  }

  .heading-xxlarge-copy {
    font-size: 40px;
  }

  .heading-xxlarge-copy.xtra {
    font-size: 12em;
  }

  .image-115-copy {
    order: 0;
  }

  .image-105-copy {
    order: 0;
    display: none;
  }

  .heading-28-copy {
    font-size: 8vw;
  }

  .heading-42 {
    font-size: 300%;
  }

  .image-115-copy-copy {
    order: 0;
  }

  .heading-xlarge-copy-copy {
    font-size: 40px;
  }

  .heading-33-copy {
    font-size: 200%;
  }

  .section-12 {
    padding-bottom: 5vh;
  }

  .section-13 {
    background-image: linear-gradient(270deg, #0a0a0a 49%, #e9e8e800);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .divider-wrappser-cosspy-copy, .divider-wrapper-copy, .divider-wrapper-copy, .divider-wrapper-copy {
    height: 15vw;
  }
}

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

  .effortless-property-management.bg-purple {
    background-color: #e6e0fc;
  }

  .effortless-property-management.full {
    padding-top: 5em;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .menu-mobile {
    object-fit: fill;
    align-self: flex-start;
    width: 1.6em;
    height: 1.6em;
    padding: 5px;
    position: relative;
  }

  .container {
    flex: 0 auto;
    width: auto;
  }

  .container.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.merch {
    padding-top: 7.5em;
  }

  .container.large.padding-bottom-medium {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero {
    padding-bottom: 60px;
  }

  .container.gap-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto 1fr 1fr;
  }

  .main-grid.inner-padding-small {
    grid-template-rows: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .main-grid.short-gap {
    grid-row-gap: 10px;
    align-content: stretch;
  }

  .grid-wrapper.top-padding {
    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: 2.5em;
    padding-bottom: 2.5em;
  }

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .title-tag {
    font-size: 12px;
  }

  .grid-rail {
    grid-column-gap: 30px;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
  }

  .hero-rail {
    align-items: center;
    height: auto;
  }

  .hero-rail.gap {
    flex: 0 auto;
    align-items: center;
    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 {
    border-radius: 12px;
    padding: 35px 20px;
  }

  .image-logo {
    width: auto;
    max-width: none;
    max-height: 22px;
  }

  .image-logo.large, .image-logo.xlarge {
    max-width: 145px;
    max-height: 40px;
  }

  .grid-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
    min-width: 300vw;
  }

  .frame-image-hero {
    max-width: none;
  }

  .frame-image-hero._04 {
    width: 33vw;
    height: 33vw;
  }

  .frame-image-hero._05 {
    width: 30vw;
    height: 30vw;
  }

  .frame-image-hero.hero {
    width: 25vw;
    height: 25vw;
  }

  .frame-image-hero.med {
    width: 55vw;
    height: 55vw;
  }

  .small-legal-text {
    font-size: 11px;
  }

  .wrapper-heading {
    align-items: center;
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .wrapper-heading.blog-post {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .heading-wrapper-center {
    padding-bottom: 3em;
  }

  .half-container {
    padding-right: 30px;
  }

  .image-frame {
    width: 45vw;
    max-width: none;
    height: 15vh;
  }

  .image-frame.up {
    width: 33vw;
    height: 33vw;
  }

  .image-frame.down.square {
    width: 45vw;
  }

  .image-frame.circle.full-6-2, .image-frame.circle.full-6-2.bg-light-orange {
    width: 60vw;
  }

  .image-tiles-hero {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .wrappernav {
    position: fixed;
  }

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

  .form {
    align-items: center;
  }

  .form.gap {
    grid-row-gap: 1em;
  }

  .menu-button {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.plan.margin-bottom-xsmall {
    margin-right: -30px;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.inner-padding-small {
    justify-items: stretch;
  }

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

  .p-small.min-h {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link {
    font-size: 18px;
  }

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

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

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-check {
    margin-bottom: 0;
  }

  .image-tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-nav-menu {
    grid-row-gap: 12px;
    text-align: center;
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gray-wrapper {
    height: auto;
    min-height: auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .stats {
    font-size: 35px;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

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

  .inner-grid-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

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

  .plan-column {
    padding: 20px 20px 40px;
  }

  .form-wrapper {
    width: 100%;
  }

  .xlarge-scroll-heading {
    font-size: 12vh;
    line-height: 1;
  }

  .quote-icon {
    height: 1.25em;
  }

  .quote-icon.small {
    height: 1.2em;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 25px;
  }

  .image-grid-wrapper.rounded.end {
    min-height: 30vh;
  }

  .image-grid-wrapper.box {
    min-height: auto;
  }

  .device-wrapper {
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-product-mobile {
    height: auto;
    max-height: none;
    padding: 30px 20px;
  }

  .image-product-mobile.auto {
    width: auto;
  }

  .full-image.medium {
    margin-top: 0;
    margin-left: 0;
  }

  .logo-grid-ticker {
    grid-column-gap: 1em;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .logo-wrap-ticker.square-purple {
    width: 9em;
  }

  .main-paragraph {
    font-size: 1em;
  }

  .main-paragraph.size-large {
    font-size: 22px;
  }

  .price {
    font-size: 40px;
  }

  .price.large {
    font-size: 3em;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .plus-icon {
    height: 12px;
  }

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

  .link-wrapper {
    font-size: 16px;
  }

  .link-wrapper.small {
    font-size: .8em;
  }

  .image-gallery-hero {
    object-fit: cover;
    flex: none;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .frame-image-overflow {
    width: 6em;
    height: 6em;
  }

  .frame-image-overflow.no-frame {
    width: 25vw;
    max-height: 25vh;
  }

  .lightbox-link {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    align-items: start;
  }

  .grid-hero {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
    padding-top: 2em;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .center-wrapper.hero-container {
    grid-row-gap: 1em;
  }

  .center-wrapper.cta-contain {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .center-wrapper.hero-container-top {
    grid-row-gap: 0em;
  }

  .center-wrapper.header {
    padding-top: 5em;
  }

  .heading-medium {
    line-height: 1.15;
  }

  .heading-large {
    font-size: 28px;
    line-height: 1.2;
  }

  .heading-large.merch.text-black {
    font-size: 45px;
  }

  .sub-heading-regular {
    font-size: 18px;
  }

  .heading-small {
    font-size: 1em;
  }

  .heading-small.outline {
    font-size: 14px;
  }

  .heading-small.outline.margin-bottom-small {
    text-align: left;
    object-fit: contain;
    padding-left: 15px;
    font-size: 1em;
  }

  .heading-small.outline.margin-bottom-small.heading-4 {
    font-style: normal;
    font-weight: 400;
  }

  .heading-small.regular {
    font-size: 18px;
  }

  .inner-hero-images {
    min-height: auto;
  }

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

  .collection-list-news._3-col {
    grid-row-gap: 24px;
    align-content: stretch;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 35vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .flex-column-features, .flex-column-features.device-wrapper {
    align-items: center;
  }

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

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

  .product-image-wrapper {
    border-radius: 6px;
    height: 15vh;
    min-height: auto;
  }

  .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 {
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

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

  .wrapper-image-blog.team-members {
    border-radius: 20px;
    height: 25vh;
  }

  .wrapper-image-blog.list, .wrapper-image-blog.row {
    height: 15vh;
  }

  .wrapper-image-blog.row.rounded {
    border-radius: 20px;
  }

  .tag-features {
    font-size: 13px;
  }

  .inner-form.gap {
    grid-row-gap: 2em;
  }

  .inner-grid-column {
    padding-right: 10px;
  }

  .form-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .label-form {
    text-align: left;
  }

  .contain-form {
    min-height: 50vh;
  }

  .inner-input.flex-horizontal {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .info-members {
    padding-right: 20px;
  }

  .icon-cart {
    font-size: 10px;
  }

  .label-dropdown {
    font-size: 18px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    object-fit: contain;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .ticker-wrapper {
    min-height: 150px;
  }

  .inner-ticker {
    min-height: auto;
  }

  .inner-ticker.shop {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .inner-text-scrolling {
    font-size: 16px;
  }

  .overflow-wrapper.hero {
    justify-content: center;
    display: none;
  }

  .footer-inner {
    width: 100%;
  }

  .buttons-nav-wrapper {
    padding: 20px 30px 40px;
  }

  .image-product {
    height: 35vh;
  }

  .content-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
    margin-bottom: 100px;
  }

  .content-grid.gap-short {
    grid-row-gap: 30px;
    align-content: space-between;
  }

  .loader {
    display: none;
  }

  .home-frame {
    margin-bottom: 10px;
  }

  .grid-style-guide {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-link-grid {
    height: 25em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-link-grid.small {
    height: auto;
  }

  .sign-up-link.google {
    font-size: 16px;
  }

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

  .logo-loader {
    width: 50px;
    height: 50px;
  }

  .p-medium {
    font-size: 1.15em;
  }

  .xtra-rounded-top {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

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

  .box-wrapper.bg-white {
    margin-top: 0;
    margin-bottom: 220px;
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
  }

  .button-circle {
    width: 5em;
    height: 5em;
  }

  .divider-wrapper {
    height: 16vw;
  }

  .col-image {
    height: 35vh;
  }

  .heading-regular {
    font-size: 20px;
  }

  .text-ui {
    padding-right: 3rem;
  }

  .graphics-wrapper.med {
    height: auto;
  }

  .ui-image {
    flex: none;
    padding-left: 33px;
  }

  .text-ui-arrow {
    padding-right: 2.4rem;
  }

  .span-asteriks {
    background-size: auto 45%;
    padding-right: 10vw;
  }

  .span-smile.sun {
    font-size: 2.5rem;
  }

  .rounded-block {
    padding: 20px 0 0;
  }

  .rounded-block.bg-purple {
    margin-top: 21px;
  }

  .rounded-block.bg-light-blue {
    padding-left: 20px;
  }

  .rounded-block.merch {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rounded-block.min {
    padding: 15px;
  }

  .input-wrapper {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-inline {
    border-radius: 20px;
    height: 50px;
    margin-bottom: 10px;
  }

  .flex-col {
    flex-wrap: wrap;
  }

  .heading-xxlarge.xtra {
    font-size: 8em;
  }

  .heading-xxlarge.xl {
    margin-top: 0;
    font-size: 3em;
  }

  .hr-flex.vertical {
    grid-row-gap: 1em;
  }

  .span-icon {
    width: 25vw;
    padding-right: 12vw;
  }

  .ui-circle-wrap {
    width: 20em;
    height: 20em;
    top: -12.8em;
  }

  .ui-circle {
    width: 12rem;
    height: 12rem;
  }

  .vertical-rail {
    min-height: 25em;
  }

  .vertical-rail.middle {
    min-height: 35em;
  }

  .scribble-002 {
    padding-bottom: 1rem;
  }

  .logo-wall-wrap {
    height: 40vh;
  }

  .overflow-rail {
    height: auto;
  }

  .divider.bg-purple {
    background-color: #e6e0fc;
  }

  .card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-col {
    height: auto;
  }

  .tab-rounded {
    flex: none;
    padding: 12px 15px;
    font-size: .65em;
  }

  .v-shadown.bottom {
    inset: auto 0% 0%;
  }

  .image-hero-wrapper {
    border-radius: 8px;
    height: 5em;
  }

  .image-hero-wrapper.circle {
    width: 35vw;
    height: 35vw;
  }

  .image-hero-wrapper.square {
    height: 18vh;
  }

  .span-arrow-heading {
    height: 10vh;
  }

  .xtra-large-wrapper {
    height: 16em;
  }

  .image.ticker {
    height: 3rem;
  }

  .logos-wrapper-circle {
    padding: 1.7em 1.5em;
  }

  .contain-image {
    margin-top: 0;
    margin-left: 0;
    padding: 40px;
  }

  .gap-wrapper {
    grid-row-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .flex-hat {
    text-align: left;
  }

  .p-large {
    font-size: 2.4em;
  }

  .span-circle {
    width: 4rem;
    height: 2.4rem;
  }

  .span-circle._002 {
    width: 6rem;
  }

  .promo-tag {
    justify-content: flex-end;
  }

  .promo {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sub-bg {
    height: 35%;
  }

  .link-block {
    padding-left: 30px;
    padding-right: 25px;
  }

  .label-button {
    font-size: 16px;
  }

  .inner-rounded {
    padding: 20px;
  }

  .span-scribble {
    background-size: auto 80%;
    padding-bottom: .6rem;
    padding-right: .5rem;
  }

  .box-wrapper-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-ticker {
    padding: 1rem 2rem;
    font-size: 1.25rem;
  }

  .article-image {
    height: 35vh;
  }

  .cta-wrapper {
    height: auto;
    min-height: auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .account-image-wrapper {
    min-height: 60vh;
  }

  .label-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rounded-bottom {
    padding: 20px;
  }

  .quote-block-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-ticker-nav {
    text-align: center;
    flex-direction: column;
  }

  .faq-wrapper-2 {
    border-radius: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plus-icon-2 {
    height: 12px;
  }

  .banner-figma {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .banner-text {
    font-size: 18px;
  }

  .main-grid-copy.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-frame-7-2 {
    width: 45vw;
    max-width: none;
    height: 15vh;
  }

  .image-frame-7-2.up {
    width: 33vw;
    height: 33vw;
  }

  .image-frame-7-2.down.square {
    width: 45vw;
  }

  .up-arrow {
    padding-right: 2.4rem;
  }

  .main-grid-copy {
    grid-row-gap: 2em;
  }

  .main-grid-copy.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid-copy.short-gap {
    grid-row-gap: 10px;
    align-content: stretch;
  }

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

  .heading-7 {
    max-width: 100%;
    font-size: 2em;
  }

  .image-78 {
    padding-left: 35px;
  }

  .image-80 {
    margin-left: 0;
  }

  .image-81 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-12 {
    font-size: 2.7em;
    font-weight: 700;
  }

  .image-82 {
    display: block;
    overflow: clip;
  }

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

  .yc-img {
    z-index: 1000;
    max-width: 40%;
    position: relative;
  }

  .minus {
    margin-bottom: 0;
  }

  .price-copy {
    font-size: 40px;
  }

  .price-copy.large {
    font-size: 3em;
  }

  .divider-wrapper-copy {
    height: 16vw;
  }

  .label-button-copy {
    font-size: 16px;
  }

  .heading-xlarge-copy {
    font-size: 36px;
  }

  .button-copy {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-copy.plan.margin-bottom-xsmall {
    margin-right: -30px;
  }

  .image-88 {
    z-index: 100;
    position: relative;
  }

  .contain-image-copy {
    margin-top: 0;
    margin-left: 0;
    padding: 40px;
  }

  .rounded-block-copy {
    padding: 20px 20px 0;
  }

  .rounded-block-copy.bg-purple {
    margin-top: 21px;
  }

  .rounded-block-copy.merch {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rounded-block-copy.min {
    padding: 15px;
  }

  .quick-stack {
    background-position: 50% 0;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-22 {
    font-size: 49px;
  }

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

  .cell-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-5-copy {
    text-align: center;
  }

  .image-96-copy {
    text-align: left;
  }

  .cell-copy {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .image-99 {
    opacity: 1;
    object-fit: cover;
    flex: 0 auto;
    order: 0;
    position: relative;
    overflow: clip;
  }

  .image-101, .image-102, .image-103 {
    position: relative;
  }

  .heading-25-copy {
    text-align: center;
    font-size: 20px;
    display: block;
  }

  .image-104 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-104-copy {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .the-power-of-community.full {
    padding-top: 5em;
  }

  .heading-28 {
    font-size: 200%;
  }

  .cell-18 {
    flex-flow: column;
    display: flex;
  }

  .pricing.full {
    padding-top: 5em;
  }

  .divider-wrappser-cospy {
    height: 16vw;
  }

  .box-wrapper-copy {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-wrapper-copy.bg-white {
    margin-top: 0;
    margin-bottom: 220px;
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
  }

  .divider-copy.bg-purple {
    background-color: #e6e0fc;
  }

  .rounded-blosck-copy {
    padding: 20px 20px 0;
  }

  .rounded-blosck-copy.bg-purple {
    margin-top: 21px;
  }

  .rounded-blosck-copy.bg-light-blue {
    padding-left: 20px;
  }

  .rounded-blosck-copy.merch {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rounded-blosck-copy.min {
    padding: 15px;
  }

  .roundeds-block-copy {
    padding: 20px 20px 0;
  }

  .roundeds-block-copy.bg-purple {
    margin-top: 21px;
    margin-bottom: 40px;
  }

  .roundeds-block-copy.bg-light-blue {
    padding-left: 20px;
  }

  .roundeds-block-copy.merch {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .roundeds-block-copy.min {
    padding: 15px;
  }

  .box-wrapsper-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-wrapsper-copy.auto {
    margin-bottom: 20px;
  }

  .box-wrapsper-copy.bg-white {
    margin-top: 0;
    margin-bottom: 220px;
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
  }

  .box-wrappesr-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-wrappesr-copy.auto {
    margin-bottom: 20px;
  }

  .box-wrappesr-copy.bg-white {
    margin-top: 0;
    margin-bottom: 220px;
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
  }

  .plan-column-copy {
    padding: 20px 20px 40px;
  }

  .heading-30 {
    font-size: 200%;
  }

  .heading-31 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 100%;
  }

  .button-2 {
    font-size: 5vw;
    left: 0;
  }

  .heading-32 {
    margin-bottom: 0;
    font-size: 200%;
    font-weight: 500;
  }

  .paragraph-10 {
    font-size: 80%;
  }

  .cell-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11 {
    font-size: 100%;
  }

  .image-110 {
    object-fit: cover;
    align-self: auto;
    width: 200%;
    max-width: none;
    height: 80%;
  }

  .image-111 {
    object-fit: cover;
    order: 0;
    align-self: auto;
    width: 200%;
    max-width: none;
    display: block;
  }

  .quick-stack-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-33 {
    font-size: 200%;
  }

  .cell-20, .cell-21 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-34 {
    font-size: 5vw;
  }

  .paragraph-12 {
    font-size: 3vw;
  }

  .heading-34-copy {
    font-size: 5vw;
  }

  .quick-stack-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    object-fit: fill;
    margin-bottom: 2.5vh;
    padding-right: 10px;
  }

  .all-devices {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-35 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 200%;
  }

  .container-9 {
    margin-left: 10px;
  }

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

  .paragraph-11-copy {
    font-size: 100%;
  }

  .container-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-23 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .heading-xxlarge-copy.xtra {
    font-size: 8em;
  }

  .heading-xxlarge-copy.xl {
    margin-top: 0;
    font-size: 3em;
  }

  .full-image-copy.medium {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-36 {
    font-size: 3em;
  }

  .heading-37 {
    font-size: 200%;
  }

  .button-3 {
    width: 10em;
    height: 2em;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }

  .cell-24 {
    display: block;
  }

  .image-115-copy {
    display: none;
  }

  .cell-24-copy, .cell-25, .cell-26 {
    display: block;
  }

  .our-features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-28-copy {
    font-size: 200%;
  }

  .container-9-copy {
    margin-left: 10px;
  }

  .heading-42 {
    font-size: 250%;
  }

  .image-115-copy-copy {
    order: 0;
    display: none;
  }

  .cell-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    background-image: linear-gradient(#0000, #0000), url('../images/Chicago_city_view_tinit.jpg');
    background-position: 0 0, 45%;
    padding-bottom: 7vh;
    display: block;
  }

  .heading-48 {
    margin-bottom: 0;
    padding-top: 10vh;
    padding-bottom: 5vh;
    font-size: 2em;
  }

  .link-block-copy {
    margin-bottom: 0;
    padding: 10px 25px;
  }

  .container-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-49 {
    padding-bottom: 20px;
  }

  .quick-stack-16 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section-8, .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-copy.full {
    padding-top: 5em;
  }

  .heading-xlarge-copy-copy {
    font-size: 36px;
  }

  .heading-33-copy {
    font-size: 200%;
  }

  .cell-19-copy {
    padding: 0 10px;
  }

  .cell-46-copy {
    padding: 40px 10px;
  }

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

  .cell-47 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-122 {
    order: -1;
  }

  .nav-link-copy {
    font-size: 18px;
  }

  .cell-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cell-50 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-51 {
    display: flex;
  }

  .section-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-25 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-54 {
    font-size: 300%;
  }

  .section-13 {
    padding-top: 0;
  }

  .image-126 {
    display: none;
  }

  .divider-wrappser-cosspy-copy, .divider-wrapper-copy, .divider-wrapper-copy, .divider-wrapper-copy {
    height: 16vw;
  }

  .heading-51-copy {
    text-align: center;
    text-align: center;
  }

  .image-131 {
    display: none;
  }

  .heading-51-copy-copy {
    text-align: center;
    display: none;
  }
}

#w-node-ffc1dfab-0eb3-f24d-8d75-2f73c684a634-99ccd0a0 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627c99-99ccd0a0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627c9b-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca0-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca5-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627caa-99ccd0a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_246a9fce-ebd9-a4ad-d103-9cdce1d5ac41-99ccd0a0 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-b320d3af-206e-2270-6565-33be84c2cd07-99ccd0a0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_4a2732ff-20aa-6bcd-6712-c9e65a76a10d-99ccd0a0, #w-node-_5e0aaaf5-47bc-bbdd-4b59-38fe88525ae8-99ccd0a0, #w-node-_5f1c945d-fb04-53df-a580-f2dee34b5884-99ccd0a0, #w-node-_1cf2de57-935e-21b0-59e8-8e9e49ce6486-99ccd0a0, #w-node-_93cc1b30-6222-2369-9068-22a4b7d579b9-99ccd0a0, #w-node-cbc65c21-5bbb-6236-11aa-a221c0f84ccf-99ccd0a0, #w-node-e2496a1a-dbb0-91cc-e533-84826f1222e1-99ccd0a0, #w-node-_7e3a4a42-0e66-db92-8495-57163331d1e7-99ccd0a0, #w-node-_4b35d4a6-5013-240d-054f-f97a100373e9-99ccd0a0, #w-node-_389a1dee-4fe2-803f-9b38-5a89adace807-99ccd0a0, #w-node-f8c094e5-01ff-c216-d322-ba9fba50461b-99ccd0a0, #w-node-_83d97bd6-bbef-21db-b58d-62f8a03973c0-99ccd0a0, #w-node-_449b2954-6596-799b-39a1-0e637e2e9ffb-99ccd0a0, #w-node-_4b7109c5-627b-a3fb-6eac-cf377c3645b5-99ccd0a0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3c2-99ccd0a0 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3cb-99ccd0a0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_313ea436-155f-3e20-a3d0-d61842852223-99ccd0a0, #w-node-_322a990c-af4b-833e-8335-3cd4f27b5931-99ccd0a0, #w-node-_07395b01-75c2-853b-e66b-a0b25cbfc113-99ccd0a0, #w-node-_1463f85e-0f45-61f7-6555-d86e39bd118f-99ccd0a0, #w-node-_1f5c1c66-f488-208d-eeaf-3cabc12759b5-99ccd0a0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fcc5f09b-1ac6-9c4e-b5dc-adfe06de10d4-99ccd0a0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e11c2478-73d6-016a-3920-a14ee552b917-99ccd0a0, #w-node-_831e2296-338d-f0e4-f996-03943eafee96-99ccd0a0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b5c08275-c141-cc26-41aa-1802cf2d27c6-07bf8e43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f74a4ca7-e334-6206-b99d-41381ef509ac-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e5c-07bf8e43, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e84-07bf8e43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e85-07bf8e43 {
  justify-self: center;
}

#w-node-_7ab790eb-ef07-168d-c88e-876f7e2e166c-07bf8e43 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-b2052354-5446-da9c-e906-f9d98118b8b1-8118b8ae {
  justify-self: start;
}

#w-node-b2052354-5446-da9c-e906-f9d98118b8b2-8118b8ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2052354-5446-da9c-e906-f9d98118b8b3-8118b8ae {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_669fac26-e732-4363-56e3-6eeefb7f56ee-8118b8ae {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_789e96f7-0420-3c9a-0cb2-d06ac7c188e8-8118b8ae {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-df0d903d-dab0-51a2-0754-daf57c9c59c1-8118b8ae {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9388177e-f329-07fd-1390-d73b33527660-99ccd0cb {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-_7b7c033c-ae4f-0d25-b383-998b9c66f3eb-99ccd0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9388177e-f329-07fd-1390-d73b3352766f-99ccd0cb {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_9388177e-f329-07fd-1390-d73b33527671-99ccd0cb {
  grid-area: 1 / 4 / 4 / 7;
  place-self: center end;
}

#w-node-_08129ae7-422c-2555-4bf7-aaed1b2e1631-99ccd0cb {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_04f86d17-8e30-c954-9bbc-cf7b95810160-99ccd0cb {
  grid-area: 3 / 1 / 6 / 4;
  place-self: end center;
}

#w-node-_9388177e-f329-07fd-1390-d73b33527673-99ccd0cb {
  grid-area: 4 / 3 / 6 / 7;
  place-self: center;
}

#w-node-_9388177e-f329-07fd-1390-d73b33527675-99ccd0cb {
  grid-area: 2 / 2 / 5 / 6;
  place-self: center;
}

#w-node-f73cd243-e050-3abf-d528-d32f18c215f6-99ccd0cb, #w-node-f73cd243-e050-3abf-d528-d32f18c215fe-99ccd0cb, #w-node-f73cd243-e050-3abf-d528-d32f18c21606-99ccd0cb, #w-node-f73cd243-e050-3abf-d528-d32f18c2160e-99ccd0cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-ebe8630c-0f52-1782-ff46-bb1501cc015d-99ccd0cb, #w-node-ebe8630c-0f52-1782-ff46-bb1501cc015f-99ccd0cb, #w-node-ebe8630c-0f52-1782-ff46-bb1501cc0161-99ccd0cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebe8630c-0f52-1782-ff46-bb1501cc0163-99ccd0cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-ebe8630c-0f52-1782-ff46-bb1501cc0165-99ccd0cb, #w-node-ebe8630c-0f52-1782-ff46-bb1501cc0167-99ccd0cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b921eba-b4f8-3b23-d597-4ab2672697e2-99ccd0cb {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-_9ce02363-d8e8-481a-d181-7a60dec5b4c2-99ccd0cb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_8b057110-0278-ed21-d38e-16c4950be6b8-99ccd0cb, #w-node-_90465754-6dad-8e72-5bb4-7dddaf123132-99ccd0cb, #w-node-_834df346-b183-6b86-9dc7-9e9a0dd4e30f-99ccd0cb, #w-node-_2e990165-170c-49c3-20b2-ef776733984f-99ccd0cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-a637d232-3cf4-a627-0aeb-ade0de31b0ed-99ccd0cb {
  grid-area: 1 / 1 / 2 / 8;
  justify-self: center;
}

#w-node-a637d232-3cf4-a627-0aeb-ade0de31b0ef-99ccd0cb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_645acc3b-0a73-0da8-69b1-5bc2d0a8fa59-99ccd0cb {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_645acc3b-0a73-0da8-69b1-5bc2d0a8fa57-99ccd0cb {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: center;
}

#w-node-d0fbe23e-370f-fb1c-b8a7-df6d245e9fa8-99ccd0cb {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_81b091a9-3344-4bc6-7449-45c9eac49795-99ccd0cb, #w-node-_81b091a9-3344-4bc6-7449-45c9eac497c1-99ccd0cb, #w-node-_81b091a9-3344-4bc6-7449-45c9eac497ed-99ccd0cb, #w-node-_81b091a9-3344-4bc6-7449-45c9eac49819-99ccd0cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_33cdee15-fa20-aa7c-7f6d-4286f9a954cf-99ccd0cb {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_33cdee15-fa20-aa7c-7f6d-4286f9a954d1-99ccd0cb {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_5e747d09-f72a-02e8-e5ae-78d2476c889c-476c889a {
  grid-area: 1 / 4 / 2 / 10;
  place-self: center;
}

#w-node-_499a51e4-e6c3-e671-331a-e9bb0f0d35cc-99ccd0e6 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-_89858942-2d24-aa26-3f68-f7d5ed130cc5-99ccd0e6 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12a1-99ccd0e6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12a3-99ccd0e6 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12b2-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end center;
}

#w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12b5-99ccd0e6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12b7-99ccd0e6 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12c6-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end center;
}

#w-node-e755f324-63cc-8495-ba81-51d6c598be06-99ccd0e6 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e755f324-63cc-8495-ba81-51d6c598be10-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: stretch;
}

#w-node-b65c76ec-b308-7ecc-2790-f3ec218e7d72-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-b65c76ec-b308-7ecc-2790-f3ec218e7d75-99ccd0e6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-d0103349-b393-458e-de5b-015138474577-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-d0103349-b393-458e-de5b-015138474579-99ccd0e6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-b72455c9-03e6-4fc5-3a7c-c43e20d8470b-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-b72455c9-03e6-4fc5-3a7c-c43e20d8470d-99ccd0e6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29d6f-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29d72-99ccd0e6 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29d92-99ccd0e6 {
  grid-area: 1 / 4 / 3 / 10;
  justify-self: center;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29d9d-99ccd0e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29da0-99ccd0e6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: end;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29da2-99ccd0e6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29da3-99ccd0e6 {
  place-self: auto;
}

#w-node-_31834222-9858-f4b5-13b6-2d274cd29da7-99ccd0e6, #w-node-_31834222-9858-f4b5-13b6-2d274cd29da8-99ccd0e6, #w-node-_31834222-9858-f4b5-13b6-2d274cd29db0-99ccd0e6, #w-node-_31834222-9858-f4b5-13b6-2d274cd29db1-99ccd0e6, #w-node-_31834222-9858-f4b5-13b6-2d274cd29db9-99ccd0e6, #w-node-_31834222-9858-f4b5-13b6-2d274cd29dba-99ccd0e6, #w-node-_31834222-9858-f4b5-13b6-2d274cd29dc2-99ccd0e6, #w-node-_31834222-9858-f4b5-13b6-2d274cd29dc3-99ccd0e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a8c3a97-4b6d-ad5d-57f3-dfe78c02bed2-99ccd0e6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_3a8c3a97-4b6d-ad5d-57f3-dfe78c02bef7-99ccd0e6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_8dbc2062-838d-a683-d578-21c553dff0b7-53dff0b6 {
  grid-area: 1 / 6 / 3 / 13;
  align-self: end;
}

#w-node-_8dbc2062-838d-a683-d578-21c553dff0ba-53dff0b6 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2c5a5a91-f210-a634-062b-d706036cc477-53dff0b6 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdef2-99ccd10d {
  justify-self: start;
}

#w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdef4-99ccd10d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdef6-99ccd10d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdf5b-99ccd10d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdf5c-99ccd10d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-99ccd10d {
  grid-area: 1 / 1 / 5 / 13;
  place-self: center;
}

#w-node-_1f73935c-39c5-3176-49a4-c26178c0a2f9-99ccd10d {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-99ccd10d {
  grid-area: 5 / 1 / 7 / 13;
  align-self: start;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195eb-99ccd10d {
  justify-self: stretch;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195ef-99ccd10d {
  align-self: end;
}

#w-node-ba39f28f-d45d-2b9d-a61e-4f5394a4f7c2-99ccd10d {
  justify-self: stretch;
}

#w-node-ba39f28f-d45d-2b9d-a61e-4f5394a4f7c6-99ccd10d {
  align-self: end;
}

#w-node-_46dc288f-6c9a-2d5c-199d-c9602fac8695-99ccd10d {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_46dc288f-6c9a-2d5c-199d-c9602fac869b-99ccd10d {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-_5d320d3a-a406-8b2c-3169-ca6008102f96-99ccd10d {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_5d320d3a-a406-8b2c-3169-ca6008102f9b-99ccd10d {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20ce-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d0-99ccd10d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d2-99ccd10d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d4-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d6-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d8-99ccd10d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20da-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20dc-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20de-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20e0-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20e2-99ccd10d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20e4-99ccd10d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-a4d31b3f-7afe-4797-ce5d-b2f26cb13385-99ccd10d {
  align-self: center;
}

#w-node-e5c02090-e15a-27bc-4989-43d14a308333-99ccd10e {
  grid-area: 1 / 1 / 7 / 13;
  align-self: center;
}

#w-node-_540680fd-71b5-b177-e197-d65362f85fe9-99ccd10e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: end;
}

#w-node-_09337193-bac1-3e62-d3b8-38f020c6f931-99ccd10e {
  grid-area: 1 / 6 / 7 / 13;
  align-self: start;
}

#w-node-_09337193-bac1-3e62-d3b8-38f020c6f933-99ccd10e {
  grid-area: 1 / 4 / 5 / 7;
  place-self: center;
}

#w-node-_09337193-bac1-3e62-d3b8-38f020c6f935-99ccd10e {
  grid-area: 2 / 2 / 5 / 5;
  place-self: center;
}

#w-node-_09337193-bac1-3e62-d3b8-38f020c6f937-99ccd10e {
  grid-area: 5 / 3 / 7 / 5;
  place-self: center;
}

#w-node-_3d1a67c4-95de-668b-c419-f4328315e6bb-99ccd10e {
  grid-area: 4 / 2 / 6 / 4;
  place-self: center start;
}

#w-node-fa8ac5b4-8b53-1684-209b-3797a8b1f12a-99ccd10e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_46a0875a-8d76-0bbc-92d1-a545cbc752c0-99ccd10e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_46a0875a-8d76-0bbc-92d1-a545cbc752c5-99ccd10e {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_5a8bc0bc-0a72-f8d4-4e26-1f1b5e8e5346-99ccd10e, #w-node-_5a8bc0bc-0a72-f8d4-4e26-1f1b5e8e534e-99ccd10e, #w-node-_5a8bc0bc-0a72-f8d4-4e26-1f1b5e8e5356-99ccd10e, #w-node-_5a8bc0bc-0a72-f8d4-4e26-1f1b5e8e535e-99ccd10e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_49626b72-5309-f459-09b4-f680f0397d05-99ccd10e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_617ac7f7-e386-935d-5ff1-a1f780d8e6cb-99ccd10e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-c3ef672b-e6b5-005f-6531-3dd65d4ed132-99ccd10e, #w-node-a5715886-62b4-26b9-55c0-6ed76f02399f-99ccd10e, #w-node-_40f3cd7a-d37e-abea-812c-f498510453f6-99ccd10e, #w-node-e562a262-61bc-a014-3c0e-18be4541c305-99ccd10e {
  align-self: center;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259ba-99ccd10e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259bf-99ccd10e {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259c7-99ccd10e {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259ca-99ccd10e {
  grid-area: 1 / 6 / 2 / 12;
  align-self: start;
}

#w-node-_295601c1-959a-67c3-decb-e757f507ab78-f507ab76 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_295601c1-959a-67c3-decb-e757f507ab83-f507ab76 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc83e-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc840-780dc838 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc842-780dc838 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc844-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc846-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc848-780dc838 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc84a-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc84c-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc84e-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc850-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc852-780dc838 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc854-780dc838 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#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 / 12;
}

#w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-99ccd10f {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center start;
}

#w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-99ccd10f {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center start;
}

#w-node-a93005f2-8c8c-890b-9dc8-c7edc30bd183-99ccd10f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6333c57c-18f6-8241-e683-dfd1499bb6fa-99ccd10f, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb702-99ccd10f, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb70a-99ccd10f, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb712-99ccd10f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_62e8585e-b2dd-6b5c-e815-1c978ab919a8-99ccd10f {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center start;
}

#w-node-_62e8585e-b2dd-6b5c-e815-1c978ab919ac-99ccd10f {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center start;
}

#w-node-_1cbb7549-e6cf-f932-95de-25483aaa46cd-99ccd10f {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_1cbb7549-e6cf-f932-95de-25483aaa46d0-99ccd10f {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_22441876-a645-1541-b229-54b2258176cb-99ccd10f {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_22441876-a645-1541-b229-54b2258176ce-99ccd10f {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-edc060c0-6197-f5c4-81d4-975241d79676-99ccd10f {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-edc060c0-6197-f5c4-81d4-975241d79682-99ccd10f {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_005dad75-ce37-fe47-a369-d3fc7e45188b-99ccd10f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_005dad75-ce37-fe47-a369-d3fc7e45188e-99ccd10f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_005dad75-ce37-fe47-a369-d3fc7e45188f-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451891-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451893-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451895-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451897-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451899-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e45189b-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e45189d-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e45189f-99ccd10f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee131ae3-f883-cceb-a801-a7f42a4df640-99ccd10f {
  align-self: center;
}

#w-node-c2864e63-da07-45d7-a893-74ed488cfc26-488cfc24 {
  grid-area: 1 / 4 / 2 / 10;
  place-self: center;
}

#w-node-c2864e63-da07-45d7-a893-74ed488cfc2c-488cfc24 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79234-e0d79233, #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79236-e0d79233 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79241-e0d79233 {
  align-self: center;
}

#w-node-d4d8e0f3-62ea-b2b7-32ad-124c8c4cc4dc-e0d79233 {
  place-self: center end;
}

#w-node-_417db195-3bf6-1495-ef92-2327a9cb3bdf-99ccd110 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_285b0cba-74ac-16b0-ec06-5b23db52b595-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b59e-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5a7-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5b0-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5b9-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5c2-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5cb-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5d4-99ccd110 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-eee4be13-2e2f-9df3-9173-ea05ebacf479-99ccd110 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-eee4be13-2e2f-9df3-9173-ea05ebacf486-99ccd110 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_105032b4-be35-5f43-2d23-1f46911587be-99ccd110 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_105032b4-be35-5f43-2d23-1f46911587c1-99ccd110 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7583b100-78f5-1ea3-a0c2-360849f72571-99ccd110 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_7583b100-78f5-1ea3-a0c2-360849f7257f-99ccd110 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: end;
}

#w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25a-99ccd110 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25d-99ccd110 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b067-99ccd110, #w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b06e-99ccd110, #w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b075-99ccd110, #w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b07c-99ccd110 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_9d3fb18d-2e52-ebc4-3428-5896a22f677d-99ccd110 {
  align-self: center;
}

#w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f2b-a15b3f29 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center;
}

#w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f35-a15b3f29 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_12e8f179-4707-6b35-16c5-70d799444f9a-a15b3f29 {
  align-self: center;
}

#w-node-_12e8f179-4707-6b35-16c5-70d799444fa1-a15b3f29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a22-6e256a21 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a24-6e256a21 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a26-6e256a21 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a28-6e256a21 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a2a-6e256a21 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-b7575744-a576-67bb-b83d-7346f92b9541-99ccd111 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-99ccd111 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_99e36361-3e4e-2043-c2f4-d28c1533f32e-99ccd111 {
  align-self: center;
}

#w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-99ccd112 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472887-99ccd147 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-99ccd147 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-99ccd148 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-99ccd148 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: stretch;
}

#w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-99ccd149 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-d6ba330d-7eb9-5bb5-2f9f-1a3de682d218-99ccd149 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: stretch;
}

#w-node-_6e7eea2a-9290-8462-2d86-df45dbecc054-99ccd14a {
  grid-area: 1 / 3 / 2 / 11;
  align-self: stretch;
}

#w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-99ccd14b {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-_3a08272a-59f3-d39b-1191-b0eba36bf8cc-99ccd14b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-afdd43e7-7df4-cab4-f4ac-b9183975a493-99ccd14c, #w-node-d15bb096-b534-7de3-5a78-6f0a85479ac5-99ccd14d, #w-node-bcf9455a-9d12-8a9e-94c2-12f63d52c132-99ccd14d {
  align-self: center;
}

#w-node-_410ec65a-e716-ed7a-b8c8-857240624ef0-40624eef {
  grid-area: 1 / 3 / 2 / 11;
  place-self: center;
}

#w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-99ccd14f {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-99ccd14f {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-d8bf417a-a584-1ff9-efdd-26f8c07d8034-99ccd14f {
  align-self: center;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: end;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-99ccd151 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d7c7-99ccd151 {
  align-self: center;
}

#w-node-c97a6baa-30aa-5443-e03b-bdaab4091a1b-b4091a19 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_8f2c35a0-4504-75c4-c44a-49ead9a0219b-b4091a19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a233fd52-2690-930e-85b1-731b5b124415-99ccd153 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-e440b273-90ac-461a-48fb-5eeb2f3d2733-99ccd154 {
  grid-area: 1 / 1 / 5 / 13;
  place-self: center;
}

#w-node-eba92702-92ca-270d-eebc-7a643b4b8ef3-99ccd154 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3b3c5210-c144-26b0-f298-04cf101164c6-99ccd154 {
  grid-area: 1 / 7 / 5 / 13;
  align-self: end;
}

#w-node-_9d27164c-bf56-20e4-eaa1-0fd6b61b0aac-99ccd154 {
  grid-area: 4 / 1 / 5 / 13;
  align-self: end;
}

#w-node-_18f9f2c1-a97e-c0e9-2991-a431adcc07e6-99ccd154 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c0d053f0-8b8c-c1ff-1344-fe5cea251420-99ccd154 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-c0d053f0-8b8c-c1ff-1344-fe5cea251430-99ccd154 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_05fcaccd-c9fb-bc42-7aa9-cfa3a24ebae4-99ccd154 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_05fcaccd-c9fb-bc42-7aa9-cfa3a24ebae9-99ccd154 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-cfb85865-a620-9769-13d0-276014cff740-99ccd154 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-cfb85865-a620-9769-13d0-276014cff748-99ccd154 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-f21527e0-dfea-7d59-3376-b5784d365227-99ccd154 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-f21527e0-dfea-7d59-3376-b5784d365239-99ccd154 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e690-99ccd154, #w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e697-99ccd154, #w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e69e-99ccd154, #w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e6a5-99ccd154 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-e1a6b6dc-5add-2945-1001-09a6b2499711-99ccd154, #w-node-e1a6b6dc-5add-2945-1001-09a6b2499719-99ccd154, #w-node-e1a6b6dc-5add-2945-1001-09a6b2499721-99ccd154 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_18c00867-5105-dd4c-7885-49e6df7b98b8-99ccd154 {
  grid-area: 1 / 4 / 2 / 10;
  place-self: center;
}

#w-node-_5b9c4a0e-3173-6e0b-6dc6-29b4273af39d-273af39c, #w-node-eef37878-bfbb-d61f-afae-c7e863fd87b4-273af39c, #w-node-ebd09504-cc8b-1fdb-13b9-0328b773d151-273af39c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a02b3a6a-2af0-3238-105a-2fe47e4d899a-99ccd155 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-a02b3a6a-2af0-3238-105a-2fe47e4d899c-99ccd155 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center start;
}

#w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e57229-99ccd155 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e5722c-99ccd155 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e57230-99ccd155, #w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e57235-99ccd155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed2-99ccd155, #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed4-99ccd155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed6-99ccd155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed8-99ccd155, #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44eda-99ccd155, #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44edc-99ccd155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7ebab97-d316-61fa-a76b-94ef67b5461c-99ccd155 {
  align-self: center;
}

#w-node-_98622589-833f-4010-454a-e9d34f15d852-4f15d851 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_98622589-833f-4010-454a-e9d34f15d854-4f15d851 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_51e59372-1a2a-4210-7034-6e11a64f6fca-99ccd156 {
  grid-area: 1 / 1 / 7 / 4;
  place-self: end center;
}

#w-node-_51e59372-1a2a-4210-7034-6e11a64f6fcf-99ccd156 {
  grid-area: 1 / 4 / 7 / 7;
  align-self: center;
}

#w-node-_51e59372-1a2a-4210-7034-6e11a64f6fd4-99ccd156 {
  grid-area: 1 / 7 / 7 / 10;
}

#w-node-_51e59372-1a2a-4210-7034-6e11a64f6fd7-99ccd156 {
  grid-area: 1 / 10 / 7 / 13;
}

#w-node-f6ca6402-6640-cc5f-cc9a-bff36d48a73d-99ccd156, #w-node-_5e77c701-0224-528e-f538-53662d0f33ec-99ccd156, #w-node-_85d176da-3056-a0d3-dc26-3c521a782868-99ccd156 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_4e51ec20-450c-59ce-68c6-5ae2a1f40dd1-99ccd156 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: center end;
}

#w-node-_4e51ec20-450c-59ce-68c6-5ae2a1f40dd4-99ccd156 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf8f-99ccd156, #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf95-99ccd156, #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf9b-99ccd156, #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaafa1-99ccd156 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0751-99ccd156 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center start;
}

#w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0755-99ccd156 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0756-99ccd156 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-c45bdfe7-dc99-300d-bba0-79f7fc667434-99ccd156, #w-node-d43fd0c0-28c8-dc3a-33f0-5ea265b50cb6-99ccd156, #w-node-_74248d99-5dee-c51c-94a9-0d37dfc6df4b-99ccd156 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_45d5efac-390c-06c9-3ad2-99fa711dc7f0-99ccd156, #w-node-ecc6d9ba-68f0-7804-5d0a-12c8353bce11-99ccd156, #w-node-_4a55705a-3873-e82e-6ac2-466af3919c0b-99ccd156, #w-node-_44389610-db2f-abe2-bdbc-badd16e84f0a-99ccd156 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_44389610-db2f-abe2-bdbc-badd16e84f0e-99ccd156 {
  align-self: start;
}

#w-node-e3f493c2-751e-0bb7-f195-afc8e2bdc1a7-99ccd156, #w-node-e3f493c2-751e-0bb7-f195-afc8e2bdc1af-99ccd156, #w-node-e3f493c2-751e-0bb7-f195-afc8e2bdc1b7-99ccd156, #w-node-e3f493c2-751e-0bb7-f195-afc8e2bdc1bf-99ccd156 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-a761abf1-5230-0c89-ef6e-b854009341b5-99ccd156 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6b215cd6-9b6b-c2a2-ca6b-c15ce1999842-99ccd16b, #w-node-_30ab401d-0755-2e89-460e-a30adaa830a3-99ccd16b, #w-node-_15fc9ec0-d125-aa40-c19a-8fe15c23786c-99ccd16b, #w-node-_65ad46f9-3d12-e569-e7ad-d4317456717c-99ccd16b, #w-node-_83e24302-97ca-0bde-d47a-93668aadfa48-99ccd16b, #w-node-_1a1045c3-97c5-36d4-4242-54d3c0f6e464-99ccd16b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_79924663-f60e-ef19-a0e2-01d4e91d2ffe-e91d2ffd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_79924663-f60e-ef19-a0e2-01d4e91d3023-e91d2ffd {
  align-self: end;
}

#w-node-_21eb38bc-7cb4-8bb1-3a9f-566bbcb51300-e91d2ffd, #w-node-a58d7687-3b48-7269-f6a5-a6a9239870d6-e91d2ffd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_394d3192-b755-2806-cfd5-046c96888a6a-99ccd16e, #w-node-_14571572-5054-5b45-5947-142a6b5cadce-99ccd16e, #w-node-_744c178f-fd96-e08e-97fa-4b224994144f-99ccd16e, #w-node-_39bbcae7-4589-7219-6aa4-29c9006691dc-99ccd16e, #w-node-ddddb7ab-8fe0-d946-ef8d-5b72c9f2fe4d-99ccd16e, #w-node-_609bfd93-88da-9a42-d2bd-2797ed501b1c-99ccd16e, #w-node-f9505f07-30ef-d883-9a45-855599529ae8-99ccd16e, #w-node-_49fd6688-c18c-12bc-1977-e0c514fc4d0d-99ccd16e, #w-node-ae089cf4-44f4-395b-7600-6bf1fe39d77f-99ccd16e, #w-node-_3acffecf-f30c-47b6-0b23-044b59add0fe-99ccd16e, #w-node-d34afa21-2d8b-bb0f-e07a-9807e0eaae06-99ccd16e, #w-node-d5d16449-4112-6fe6-d03d-1f56bc01f97c-99ccd16e, #w-node-_8ced9df1-b48b-56d2-0985-69fced164be8-99ccd16e, #w-node-_570e4136-b5f9-f3dc-14b2-a41945ee9824-99ccd16e, #w-node-bea1b72d-9ec6-c6bf-f043-f1448cdda3ad-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a6ff9-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a6ffc-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a6fff-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a7002-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a7005-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a7008-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a700b-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a700e-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a7011-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a7014-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a7017-99ccd16e, #w-node-_358bc2cd-829f-93c4-cb4d-f3a2352a701a-99ccd16e, #w-node-_9fada852-1f3e-c541-7b24-240981ac8efd-99ccd16e, #w-node-cf9120a2-8104-d7a1-77ac-791b8387b5dd-99ccd16e, #w-node-_37440427-56df-b19e-b3b2-0926e047b2c8-99ccd16e, #w-node-e53f71eb-bf87-99e8-e004-af8604c9e93c-99ccd16e, #w-node-_146ffbfd-bf8c-9ef8-d5c6-e6c6c636d735-99ccd16e, #w-node-_9c00a064-1388-8051-a9db-d30c29c06bd9-99ccd16e, #w-node-ca17625e-c774-d1da-a989-a23e5e17c2a2-99ccd16e, #w-node-_7a30d171-af57-fe35-6d82-b633e0c27da2-99ccd16e, #w-node-_0029e72b-9d68-f539-9c83-a9e0f61d6908-99ccd16e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a763637b-79bb-5037-a2ab-4d2a4d2bc935-99ccd16f {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-af7d3b01-b991-f928-9b44-d5573ca873b5-99ccd16f {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_5f378ba6-92c6-aaba-c423-03c6c5875b5e-99ccd16f {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_39473808-2504-be03-dcf0-0e5a45c0d540-99ccd16f {
  align-self: stretch;
}

#w-node-_39473808-2504-be03-dcf0-0e5a45c0d542-99ccd16f {
  align-self: center;
}

#w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb7-99ccd184 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb9-99ccd184 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-f451d034-4353-2b0a-f82e-e4ec698f4924-99ccd184 {
  align-self: center;
}

#w-node-_4d4a78a3-6e91-635e-7844-ae35954de5ae-954de5ac {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c17ca6fc-be05-dfa4-4a94-2ad69fa5b983-954de5ac {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_9be61596-31db-181e-93a6-c3359bddcd2a-9bddcd29, #w-node-ec02ac35-d092-ad36-a689-3ff8f890d4ca-9bddcd29, #w-node-d107247b-122e-9c98-30e6-61253f698065-9bddcd29, #w-node-a82b213a-e40d-f951-4522-7d28fb1873e7-9bddcd29 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e973279e-e973279d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e97327c6-e973279d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e97327d1-e973279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e9732807-e973279d, #w-node-_078377a5-da99-6552-6adf-b0a3e31e01fe-e973279d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_078377a5-da99-6552-6adf-b0a3e31e0200-e973279d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_578371c2-c7f1-6aa4-e798-ce79b89d7a7e-99ccd18b, #w-node-_578371c2-c7f1-6aa4-e798-ce79b89d7a87-99ccd18b, #w-node-_578371c2-c7f1-6aa4-e798-ce79b89d7a90-99ccd18b, #w-node-_578371c2-c7f1-6aa4-e798-ce79b89d7a99-99ccd18b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_45c6ccde-9929-827d-2861-403c04177f78-04177f77 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_45c6ccde-9929-827d-2861-403c04177f9f-04177f77 {
  align-self: end;
}

#w-node-_45c6ccde-9929-827d-2861-403c04177fab-04177f77, #w-node-_45c6ccde-9929-827d-2861-403c04177fde-04177f77 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-99ccd18c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131e2-99ccd18c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131ea-99ccd18c {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131f2-99ccd18c {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-99ccd18c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d13202-99ccd18c {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d1320a-99ccd18c {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-d389396d-466b-f853-99c5-c5dcd7d5c7b6-99ccd18c, #w-node-_313ed9e8-4929-8a8b-4d1c-34bfaa8eb2e5-99ccd18c, #w-node-_5238bbf6-4d27-f818-308a-0088b2e478a7-99ccd18c, #w-node-_5fbe2e59-448e-04c6-7240-4840ba00e235-99ccd18c, #w-node-_0a4c34cf-efea-dbd3-15aa-988d7f78c854-99ccd18c, #w-node-d90174d4-85da-66be-d95c-c967275cd06d-99ccd18c, #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-99ccd18c, #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-99ccd18c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf2-99ccd18c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf8-99ccd18c {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bfe-99ccd18c {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66c04-99ccd18c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-fc8127c1-6852-ce9f-5e45-1ff875208d59-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-fc8127c1-6852-ce9f-5e45-1ff875208d5b-99ccd18d, #w-node-fc8127c1-6852-ce9f-5e45-1ff875208d6b-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_77b171ed-90c2-b3d2-3aab-bb10559cdfe2-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce009-99ccd18d {
  align-self: end;
}

#w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce015-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce03c-99ccd18d {
  align-self: end;
}

#w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce048-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce06f-99ccd18d {
  align-self: end;
}

#w-node-_250a4860-4190-7ad1-3253-b24308868c39-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c50-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c67-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8d53db05-d8bd-8951-6c8e-327f251720bf-99ccd18d {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_8d53db05-d8bd-8951-6c8e-327f251720c0-99ccd18d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-_8d53db05-d8bd-8951-6c8e-327f251720c2-99ccd18d {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_8d53db05-d8bd-8951-6c8e-327f251720d3-99ccd18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c21a3f9-99c2-9548-1570-c552c6dc90c5-99ccd18d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_5d578190-e5c9-1fe3-cfd7-a2fc7ab9a1c8-99ccd18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c21a3f9-99c2-9548-1570-c552c6dc90c3-99ccd18d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-c7e8fef2-90e1-5d50-9204-c0e6e10d0c5e-99ccd18d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-_397d2079-5e79-b137-3129-b264a2b5495e-99ccd18d {
  grid-area: 1 / 4 / 3 / 10;
  justify-self: center;
}

#w-node-_147eadb3-3445-349a-9a08-437cf966b332-99ccd18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31a52e40-3bf6-b520-933e-9f73741d393f-99ccd18d {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_31a52e40-3bf6-b520-933e-9f73741d3942-99ccd18d {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_4d096d32-6aa4-ad1b-c9eb-5fc44704c75e-99ccd18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65e5-99ccd18d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65e8-99ccd18d {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65ef-99ccd18d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fcf1d565-4fa0-6673-420c-21cd0cd8f011-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-fcf1d565-4fa0-6673-420c-21cd0cd8f023-99ccd18d {
  align-self: center;
}

#w-node-fcf1d565-4fa0-6673-420c-21cd0cd8f028-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-fcf1d565-4fa0-6673-420c-21cd0cd8f03a-99ccd18d {
  align-self: center;
}

#w-node-fcf1d565-4fa0-6673-420c-21cd0cd8f03f-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-fcf1d565-4fa0-6673-420c-21cd0cd8f051-99ccd18d {
  align-self: center;
}

#w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b7d-99ccd18d {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b80-99ccd18d {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b81-99ccd18d {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b8f-99ccd18d {
  align-self: center;
}

#w-node-_102b277a-67b4-4623-3dba-16924cd15e50-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_102b277a-67b4-4623-3dba-16924cd15e5d-99ccd18d {
  align-self: center;
}

#w-node-_102b277a-67b4-4623-3dba-16924cd15e65-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_102b277a-67b4-4623-3dba-16924cd15e72-99ccd18d {
  align-self: center;
}

#w-node-_102b277a-67b4-4623-3dba-16924cd15e7a-99ccd18d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_102b277a-67b4-4623-3dba-16924cd15e88-99ccd18d {
  align-self: center;
}

#w-node-_6064630b-8876-8341-5bad-1c8767fbf288-99ccd18d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6064630b-8876-8341-5bad-1c8767fbf29b-99ccd18d {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_6f55853d-5473-dc7f-63d4-d04da1176729-99ccd18d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6f55853d-5473-dc7f-63d4-d04da117673c-99ccd18d {
  grid-area: 2 / 4 / 3 / 10;
  place-self: center end;
}

#w-node-ae283e9a-1038-0a7a-8426-5701a3851f50-99ccd18d {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-ae283e9a-1038-0a7a-8426-5701a3851f5c-99ccd18d {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-ae283e9a-1038-0a7a-8426-5701a3851f69-99ccd18d {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_29c02502-bead-c979-0fc9-5b431f8a83d9-99ccd18d {
  grid-area: 1 / 1 / 2 / 8;
  align-self: end;
}

#w-node-_29c02502-bead-c979-0fc9-5b431f8a83db-99ccd18d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-_29c02502-bead-c979-0fc9-5b431f8a83dc-99ccd18d {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-f6551add-eafc-c200-6c2d-ffdd37eb5369-99ccd18d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-f6551add-eafc-c200-6c2d-ffdd37eb5386-99ccd18d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-f948d5d0-5882-306b-ac82-dfb0172252fc-99ccd18d {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-f948d5d0-5882-306b-ac82-dfb0172252ff-99ccd18d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9e4eb399-aa76-58f0-e088-2fd094e40186-94e40185 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: end;
}

#w-node-_9e4eb399-aa76-58f0-e088-2fd094e40188-94e40185 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9e4eb399-aa76-58f0-e088-2fd094e40189-94e40185 {
  place-self: auto;
}

#w-node-_4d42fbc3-3eef-ea41-f60f-4895a57a3457-94e40185, #w-node-da3c39b5-c0ba-f17d-948c-0f291c1d6867-94e40185, #w-node-_99c5796b-746e-a4fa-f723-d02d99c805b5-94e40185, #w-node-_99c5796b-746e-a4fa-f723-d02d99c805b6-94e40185, #w-node-_23d032ed-86e1-36b4-6840-2c926363b520-94e40185, #w-node-_23d032ed-86e1-36b4-6840-2c926363b521-94e40185, #w-node-_3ae5d4ab-6dfc-93a1-d576-326b7df82b49-94e40185, #w-node-_3ae5d4ab-6dfc-93a1-d576-326b7df82b4a-94e40185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb7-d2c64eb6 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: end;
}

#w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb9-d2c64eb6 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_90dfccd7-97a5-db0b-22b4-7b54dce19e7f-dce19e70, #w-node-b840d765-11b7-8fe7-b47a-0959fb0e5913-dce19e70, #w-node-ecbff59e-f32b-c094-dc0b-590f99daa3a0-dce19e70, #w-node-_2691d7a4-6ee8-c3dc-dc7b-c90cda305bf3-dce19e70, #w-node-_5e5decde-ca91-c2e4-b9b1-45016d1a32f9-dce19e70 {
  align-self: center;
}

#w-node-a1dfca66-d594-e9ba-a566-0f6d1e244493-1e244491 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-a1dfca66-d594-e9ba-a566-0f6d1e244495-1e244491 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_988c1785-e233-f55e-4e85-19b8a9660274-99ccd18e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr .75fr;
}

#w-node-_8d3c6537-9a06-5e6d-ce95-cdd96c30ff0e-99ccd18e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a53ac97a-afef-6c72-694e-81010e7f374e-99ccd18e {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .5fr 1fr .25fr;
}

#w-node-_37e04cbe-4305-2683-62b6-4d38790cdca9-99ccd18e, #w-node-_6483da8d-db1a-6755-1aa1-bc5d2ba54129-99ccd18e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f2e723fc-d4cd-8518-1957-ef2cc5934ee1-99ccd18e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4ffcb6fa-05d6-cbaa-4bd2-4be637f9cd4b-99ccd18e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-e76c5c46-630a-9165-3abd-65d093be40e9-99ccd18e, #w-node-fecc152f-446d-b934-20f8-613754bd54ca-99ccd18e, #w-node-a5560f7d-ef81-dc41-23f8-93fbaa63b75a-99ccd18e, #w-node-_06c0b3bb-5604-8a67-8e04-9a8c6903b73f-99ccd18e {
  grid-column: span 2 / span 2;
}

#w-node-_7e2181be-b53f-f8aa-34a1-77b6d307e303-99ccd18e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-a4b3e4a6-bacd-03c1-745d-e2c7cf5019bd-99ccd18e {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr .25fr;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-99ccd1b5 {
  grid-area: 3 / 1 / 7 / 13;
  align-self: center;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-99ccd1b5, #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-99ccd1b5, #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cda-99ccd1b5, #w-node-b3534cf3-dc21-1394-b04c-2758e8eec4a2-99ccd1b5, #w-node-b3534cf3-dc21-1394-b04c-2758e8eec4a4-99ccd1b5, #w-node-b3534cf3-dc21-1394-b04c-2758e8eec4a6-99ccd1b5 {
  place-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b5 {
  grid-area: 1 / 1 / 3 / 13;
  place-self: center;
}

#w-node-e93d0b9b-71e9-4dbd-e250-ce2fc27474eb-99ccd1b5 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f866ed03-fed8-7025-cabe-c8b6997a2a72-99ccd1b5 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-f866ed03-fed8-7025-cabe-c8b6997a2a79-99ccd1b5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbdd-99ccd1b5 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center start;
}

#w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbe0-99ccd1b5 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbe1-99ccd1b5, #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbea-99ccd1b5 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbed-99ccd1b5 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbee-99ccd1b5 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbf9-99ccd1b5 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_03ec2c34-7dbf-6f29-f3fb-3fc4b0da94b6-99ccd1b5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_8b825c69-802d-6a55-2910-530c23f5f483-99ccd1b5 {
  align-self: center;
}

#w-node-_03ec2c34-7dbf-6f29-f3fb-3fc4b0da94b7-99ccd1b5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_92b51739-b4e3-2e2f-1b9f-fdc09dffa7df-99ccd1b5 {
  align-self: center;
}

#w-node-_03ec2c34-7dbf-6f29-f3fb-3fc4b0da94b8-99ccd1b5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_5a9e9642-905c-b961-2ba9-16e352eeb054-99ccd1b5 {
  align-self: center;
}

#w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d91f6-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d920d-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d9224-99ccd1b5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b6 {
  grid-area: 1 / 1 / 3 / 13;
  place-self: center;
}

#w-node-e93d0b9b-71e9-4dbd-e250-ce2fc27474eb-99ccd1b6 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_61666704-67e4-53b5-2126-8750936417d0-99ccd1b6 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_597b5782-9c5d-c351-155c-f0935ccfea19-99ccd1b6 {
  grid-area: 1 / 1 / 7 / 4;
  place-self: end center;
}

#w-node-c28216ed-64d1-4a15-5bad-3aa5fd046d54-99ccd1b6 {
  grid-area: 1 / 4 / 7 / 7;
  align-self: center;
}

#w-node-_1f1baebe-7b78-ebb8-5eed-2ceb340b97fb-99ccd1b6 {
  grid-area: 1 / 7 / 7 / 10;
}

#w-node-_436b2aba-b60b-e6d9-59e2-8e3841f13566-99ccd1b6 {
  grid-area: 1 / 10 / 7 / 13;
}

#w-node-_59a6c22b-8d1b-c5a4-5cbb-e1f5a8063d14-99ccd1b6 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d44d1-99ccd1b6 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_1dc1b062-d679-2ced-19b1-9ba419d15dd6-99ccd1b6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_1dc1b062-d679-2ced-19b1-9ba419d15ddf-99ccd1b6 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: center;
}

#w-node-df6b7e03-bb73-87a9-bfd4-1931cd314867-99ccd1b6, #w-node-df6b7e03-bb73-87a9-bfd4-1931cd31486f-99ccd1b6, #w-node-df6b7e03-bb73-87a9-bfd4-1931cd314877-99ccd1b6, #w-node-df6b7e03-bb73-87a9-bfd4-1931cd31487f-99ccd1b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d44e6-99ccd1b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d44ee-99ccd1b6 {
  align-self: center;
}

#w-node-ff1a2ad2-de6e-797c-be64-c58d62825e69-99ccd1b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-ff1a2ad2-de6e-797c-be64-c58d62825e71-99ccd1b6 {
  align-self: center;
}

#w-node-_25c4c32a-6361-1fe2-d648-2d8a7f59fbb0-99ccd1b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_25c4c32a-6361-1fe2-d648-2d8a7f59fbb8-99ccd1b6 {
  align-self: center;
}

#w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d452a-99ccd1b6 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c894ce13-db6d-6b27-2d28-4d0eeebe00e9-99ccd1b6, #w-node-c894ce13-db6d-6b27-2d28-4d0eeebe0111-99ccd1b6, #w-node-c894ce13-db6d-6b27-2d28-4d0eeebe0152-99ccd1b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_6428d815-43b4-48d9-ca9f-b5ac915898de-99ccd1b6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_3e1fb2c1-966e-50f2-5571-5898221010d8-99ccd1b6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ecca5a28-3ee4-cbe1-e84b-f41509c4bc50-99ccd1b7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_04f68222-7e9e-141a-0631-0d02bde67894-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center;
}

#w-node-db391ece-bc86-04a9-eaec-4198b2c80274-99ccd1b7 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_765ba1d7-cf4a-c350-5560-34b11a96c637-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_765ba1d7-cf4a-c350-5560-34b11a96c646-99ccd1b7 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: end center;
}

#w-node-_1f162899-edbe-24b3-7939-44579bba5875-99ccd1b7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_1f162899-edbe-24b3-7939-44579bba5876-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_1f162899-edbe-24b3-7939-44579bba5884-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: end center;
}

#w-node-_65faf202-d8d4-d641-7577-83d94b449c36-99ccd1b7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_65faf202-d8d4-d641-7577-83d94b449c38-99ccd1b7 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_65faf202-d8d4-d641-7577-83d94b449c47-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end center;
}

#w-node-_65faf202-d8d4-d641-7577-83d94b449c49-99ccd1b7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_65faf202-d8d4-d641-7577-83d94b449c4b-99ccd1b7 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_65faf202-d8d4-d641-7577-83d94b449c5a-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end center;
}

#w-node-df743746-c1fb-bbf6-5fa1-4f41372b617c-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start end;
}

#w-node-df743746-c1fb-bbf6-5fa1-4f41372b6180-99ccd1b7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b66-99ccd1b7 {
  grid-area: 1 / 1 / 3 / 7;
  align-self: end;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b68-99ccd1b7 {
  grid-area: 1 / 7 / 2 / 10;
  align-self: stretch;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b70-99ccd1b7 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b78-99ccd1b7 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: stretch;
}

#w-node-_0aaa4312-f58d-2e79-fa6e-e7fb0f144680-99ccd1b7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_0aaa4312-f58d-2e79-fa6e-e7fb0f144691-99ccd1b7 {
  align-self: center;
}

#w-node-_0aaa4312-f58d-2e79-fa6e-e7fb0f144696-99ccd1b7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_0aaa4312-f58d-2e79-fa6e-e7fb0f1446a7-99ccd1b7 {
  align-self: center;
}

#w-node-_0aaa4312-f58d-2e79-fa6e-e7fb0f1446ac-99ccd1b7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_0aaa4312-f58d-2e79-fa6e-e7fb0f1446bd-99ccd1b7 {
  align-self: center;
}

#w-node-_08ad461c-9061-ed37-96ff-40866d460b65-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center start;
}

#w-node-_08ad461c-9061-ed37-96ff-40866d460b69-99ccd1b7 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_08ad461c-9061-ed37-96ff-40866d460b6a-99ccd1b7 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-e80055a5-83a1-df50-22f4-4797d0ef0453-99ccd1b7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-e80055a5-83a1-df50-22f4-4797d0ef0455-99ccd1b7 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-b1674d80-3748-5488-fa5f-e3bcc883fabe-99ccd1b7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b1674d80-3748-5488-fa5f-e3bcc883fac0-99ccd1b7 {
  grid-area: 1 / 2 / 2 / 10;
  align-self: center;
}

#w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-99ccd1b7 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-99ccd1b8 {
  grid-area: 3 / 1 / 7 / 13;
  align-self: center;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-99ccd1b8, #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-99ccd1b8, #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cda-99ccd1b8, #w-node-_8926c318-8bf2-cba9-be48-f2a33e6fe80d-99ccd1b8, #w-node-_8926c318-8bf2-cba9-be48-f2a33e6fe80f-99ccd1b8, #w-node-_8926c318-8bf2-cba9-be48-f2a33e6fe811-99ccd1b8 {
  place-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b8 {
  grid-area: 1 / 1 / 3 / 13;
  place-self: center;
}

#w-node-ae83e7c5-581c-6bd7-e239-410a36ebe00c-99ccd1b8 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-ae83e7c5-581c-6bd7-e239-410a36ebe00e-99ccd1b8 {
  grid-area: 1 / 2 / 3 / 7;
  align-self: center;
}

#w-node-c98d793a-447f-b06f-474c-6839fc32f632-99ccd1b8 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-c98d793a-447f-b06f-474c-6839fc32f644-99ccd1b8 {
  grid-area: 1 / 6 / 2 / 13;
  justify-self: end;
}

#w-node-_6d7f000c-d402-b5e3-2b9c-6ae2874b8f78-99ccd1b8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_6d7f000c-d402-b5e3-2b9c-6ae2874b8f69-99ccd1b8 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dd6-99ccd1b8 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dd9-99ccd1b8 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dda-99ccd1b8 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575de8-99ccd1b8 {
  align-self: center;
}

#w-node-_7ae79bfe-c475-b4d7-ac84-a27599b5b8aa-99ccd1b8, #w-node-_03d618ce-13dc-d591-fa9e-a1490ccfbe16-99ccd1b8, #w-node-_7f84487c-3a9c-33b2-e8b6-18e0949662db-99ccd1b8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e3a4590e-51df-b941-6d6e-190627ab092f-99ccd1b8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fc5a65d1-83b9-40e2-6b05-f2f9181e4528-99ccd1b8 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_46aa284d-6e1c-21a1-3da9-2505e7c6f1eb-99ccd1b8 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center end;
}

#w-node-_46aa284d-6e1c-21a1-3da9-2505e7c6f1f9-99ccd1b8 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_33fd3c92-cbee-26f8-fb91-391abbbec8d0-99ccd1b8 {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_507d44ff-045a-7e5d-315e-e8b5471c6e2d-99ccd1b8 {
  grid-area: 2 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-b2c7a5fe-1337-abac-1fc4-d873a5075eaf-99ccd1b8 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-a5a869e5-52d1-5d9e-fd8f-97ed08377f8b-99ccd1b8 {
  grid-area: 2 / 4 / 4 / 5;
  justify-self: center;
}

#w-node-d6a6c198-e7af-a55a-6331-d1c7224ba878-99ccd1b8 {
  grid-area: 1 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-_154fb98f-c1b4-be4f-7cdd-fd15c88e74d9-99ccd1b8 {
  grid-area: 2 / 6 / 4 / 7;
  justify-self: center;
}

#w-node-b2531730-990d-e78a-c049-bda741cb53a5-99ccd1b8 {
  grid-area: 1 / 7 / 3 / 8;
  justify-self: center;
}

#w-node-_4b256eea-2d61-cb57-3943-fc6c929f201f-99ccd1b8 {
  grid-area: 2 / 8 / 4 / 9;
  justify-self: center;
}

#w-node-_9995bba6-9780-35f5-1729-651afce41c91-99ccd1b8 {
  grid-area: 1 / 9 / 3 / 10;
  justify-self: center;
}

#w-node-_04f68222-7e9e-141a-0631-0d02bde67894-e4dc5aba {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center;
}

#w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-e4dc5aba {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-bf2296c0-41c1-1355-cbf7-efdf56981213-e4dc5aba {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e223eb94-5b50-7529-c416-9a93b8336388-e4dc5aba {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_765ba1d7-cf4a-c350-5560-34b11a96c637-e4dc5aba {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_765ba1d7-cf4a-c350-5560-34b11a96c646-e4dc5aba {
  grid-area: 1 / 7 / 2 / 13;
  place-self: end center;
}

#w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d0f-e4dc5aba {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d10-e4dc5aba {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d1e-e4dc5aba {
  grid-area: 1 / 1 / 2 / 7;
  place-self: end center;
}

#w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd15f-e4dc5aba {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd161-e4dc5aba {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd170-e4dc5aba {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end center;
}

#w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd173-e4dc5aba {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd175-e4dc5aba {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd184-e4dc5aba {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end center;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b66-e4dc5aba {
  grid-area: 1 / 1 / 3 / 7;
  align-self: end;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b68-e4dc5aba {
  grid-area: 1 / 7 / 2 / 10;
  align-self: stretch;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b70-e4dc5aba {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-_993f762e-9d1a-1376-e100-18f3e82f3b78-e4dc5aba {
  grid-area: 2 / 7 / 3 / 13;
  align-self: stretch;
}

#w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-e4dc5aba {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_08ad461c-9061-ed37-96ff-40866d460b65-e4dc5aba {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center start;
}

#w-node-_08ad461c-9061-ed37-96ff-40866d460b69-e4dc5aba {
  grid-area: 1 / 7 / 2 / 13;
  place-self: start;
}

#w-node-_08ad461c-9061-ed37-96ff-40866d460b6a-e4dc5aba {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-eae53931-0fb3-921a-cab1-9e9013ba767f-979f72a2 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center start;
}

#w-node-eae53931-0fb3-921a-cab1-9e9013ba7682-979f72a2 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: center start;
}

#w-node-a93005f2-8c8c-890b-9dc8-c7edc30bd183-979f72a2 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6333c57c-18f6-8241-e683-dfd1499bb6fa-979f72a2, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb702-979f72a2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-_6333c57c-18f6-8241-e683-dfd1499bb70a-979f72a2, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb712-979f72a2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_1cbb7549-e6cf-f932-95de-25483aaa46cd-979f72a2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_1cbb7549-e6cf-f932-95de-25483aaa46d0-979f72a2 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-e96eaf3e-f946-7fb5-6e12-b294333fc287-979f72a2, #w-node-_54996ef9-154a-929f-6e04-83c334805f88-979f72a2, #w-node-ae96a77e-8d7c-8754-c909-60f057164767-979f72a2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-f22b06b4-8e8e-0a9e-9e85-63413bbcfcf3-979f72a2 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-f22b06b4-8e8e-0a9e-9e85-63413bbcfcf6-979f72a2 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-0630d2b8 {
  grid-area: 1 / 9 / 2 / 13;
  place-self: center start;
}

#w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-0630d2b8 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: center start;
}

#w-node-c87705a2-9be6-5829-bb0f-9cf539d983aa-0630d2b8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92353-0630d2b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a93005f2-8c8c-890b-9dc8-c7edc30bd183-0630d2b8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_441154f7-aae7-a00d-41e4-54ef245ff9a8-0630d2b8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_441154f7-aae7-a00d-41e4-54ef245ff9ab-0630d2b8 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_7a1b64fc-f3ba-bb01-7507-f38882e13ca3-57784ad7 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center start;
}

#w-node-_7a1b64fc-f3ba-bb01-7507-f38882e13ca6-57784ad7 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: center start;
}

#w-node-_22441876-a645-1541-b229-54b2258176cb-57784ad7 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_22441876-a645-1541-b229-54b2258176ce-57784ad7 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_6e3b5161-75a7-9e44-45a5-988bd07305af-57784ad7 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-_6e3b5161-75a7-9e44-45a5-988bd07305b2-57784ad7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-fdfd3d8d-95e3-af6d-959d-b8f7378a670a-57784ad7 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-fdfd3d8d-95e3-af6d-959d-b8f7378a670d-57784ad7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-03bc8c0c {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center start;
}

#w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-03bc8c0c {
  grid-area: 1 / 1 / 2 / 9;
  place-self: center start;
}

#w-node-fb2bfee6-e312-40d7-c27b-b57e4766b688-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b691-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b69a-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6a3-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6ac-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6b5-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6be-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6c7-03bc8c0c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_22441876-a645-1541-b229-54b2258176cb-03bc8c0c {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_22441876-a645-1541-b229-54b2258176ce-03bc8c0c {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_38c1878f-f947-6d4a-4abd-b154a894f09e-03bc8c0c {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-_38c1878f-f947-6d4a-4abd-b154a894f0a1-03bc8c0c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_5d1e7b99-90b7-3c6a-2770-807de16da63e-03bc8c0c {
  grid-area: 1 / 8 / 2 / 13;
  justify-self: center;
}

#w-node-_5d1e7b99-90b7-3c6a-2770-807de16da641-03bc8c0c {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-f8d06cdf-1834-9651-910c-18a54ee8df20-03bc8c0c {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-f8d06cdf-1834-9651-910c-18a54ee8df23-03bc8c0c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-ba3f6847-2b2a-c2d6-b3e3-7c0a9225bac1-3795e9b7 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center start;
}

#w-node-ba3f6847-2b2a-c2d6-b3e3-7c0a9225bac4-3795e9b7 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: center start;
}

#w-node-e47dae27-7d51-4f82-b375-8680e652ca29-3795e9b7 {
  grid-area: 1 / 8 / 2 / 13;
  justify-self: center;
}

#w-node-e47dae27-7d51-4f82-b375-8680e652ca2c-3795e9b7 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-cba2dd53-80c7-a686-be9d-77e1c266de62-3795e9b7 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-cba2dd53-80c7-a686-be9d-77e1c266de65-3795e9b7 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_45025b45-c56e-ffd6-9b7b-f99b262464a9-3795e9b7 {
  grid-area: 1 / 7 / 3 / 13;
  align-self: center;
}

#w-node-_45025b45-c56e-ffd6-9b7b-f99b262464b8-3795e9b7 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-_45025b45-c56e-ffd6-9b7b-f99b262464ba-3795e9b7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-fcbff56c-efbb-ff55-23cb-5acd47534c02-3795e9b7 {
  grid-area: 1 / 7 / 3 / 13;
  align-self: center;
}

#w-node-fcbff56c-efbb-ff55-23cb-5acd47534c08-3795e9b7 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: center;
}

#w-node-fcbff56c-efbb-ff55-23cb-5acd47534c09-3795e9b7 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-c24fe5a4 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-c24fe5a4 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: stretch;
}

#w-node-b7575744-a576-67bb-b83d-7346f92b9541-d732736d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-d732736d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_99e36361-3e4e-2043-c2f4-d28c1533f32e-d732736d {
  align-self: center;
}

#w-node-fa2dc359-2cac-beac-e662-36e6b9533083-ae0276ac {
  grid-area: 1 / 1 / 2 / 10;
  place-self: center;
}

#w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-ae0276ac {
  grid-area: 1 / 10 / 2 / 17;
}

#w-node-bf2296c0-41c1-1355-cbf7-efdf56981213-ae0276ac {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_31805cb3-1268-e3d1-02f9-e0a9575f0386-ae0276ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_609e428a-182a-7d0d-6924-7835f30d376b-ae0276ac {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_609e428a-182a-7d0d-6924-7835f30d376e-ae0276ac, #w-node-_609e428a-182a-7d0d-6924-7835f30d3778-ae0276ac {
  grid-column: span 2 / span 2;
}

#w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-ae0276ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-ae0276ac {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-fa2dc359-2cac-beac-e662-36e6b9533083-14a36f8e {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center;
}

#w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-14a36f8e {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-bf2296c0-41c1-1355-cbf7-efdf56981213-14a36f8e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_609e428a-182a-7d0d-6924-7835f30d376b-14a36f8e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_609e428a-182a-7d0d-6924-7835f30d376e-14a36f8e, #w-node-_609e428a-182a-7d0d-6924-7835f30d3778-14a36f8e {
  grid-column: span 2 / span 2;
}

#w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-14a36f8e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_89e9fd19-5c35-235a-4d7d-2f1e7993c4dd-14a36f8e, #w-node-e1bbf257-fa4f-4815-5071-ae272ba18227-14a36f8e, #w-node-_8bf09c08-cc63-1a99-301d-063ac562578c-14a36f8e, #w-node-_57a7036e-1499-0504-8130-53a63ee70a9f-14a36f8e, #w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-14a36f8e, #w-node-_02ece8f0-d3aa-96f8-2bb8-f0a9ddb6b0a8-14a36f8e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad15e319-32ec-cec6-9bbc-c33f0f783def-14a36f8e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_41e7e239-58cf-8f42-8772-0fcce236700e-14a36f8e, #w-node-_737b5593-fc63-18b9-a973-026f8013e07d-14a36f8e, #w-node-_1cc6589c-411c-30a0-1292-b3c5326eb8b9-14a36f8e {
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 1fr;
}

#w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-14a36f8e {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-fa2dc359-2cac-beac-e662-36e6b9533083-07689e95 {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center;
}

#w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-07689e95 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-bf2296c0-41c1-1355-cbf7-efdf56981213-07689e95 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_609e428a-182a-7d0d-6924-7835f30d376b-07689e95 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_609e428a-182a-7d0d-6924-7835f30d376e-07689e95, #w-node-_609e428a-182a-7d0d-6924-7835f30d3778-07689e95 {
  grid-column: span 2 / span 2;
}

#w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-07689e95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2b6b7772-92cd-e89e-9cc6-e630b9e7f0e2-07689e95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_14f4e49e-a7b6-c717-3fff-86ef25b9f297-07689e95 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-f2c76c02-b507-ba55-86f0-c4dfc5efabf7-07689e95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-07689e95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-07689e95 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-fa2dc359-2cac-beac-e662-36e6b9533083-5e505396 {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center;
}

#w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-5e505396 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-bf2296c0-41c1-1355-cbf7-efdf56981213-5e505396 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-fa2dc359-2cac-beac-e662-36e6b9533083-bdac8946 {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center;
}

#w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-bdac8946 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-bf2296c0-41c1-1355-cbf7-efdf56981213-bdac8946 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-fab250fd-1d32-87fa-66bc-bc277e898d1d-bdac8946 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-f6c27792-26aa-3f40-af0c-8c58671ef211-bdac8946 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2469d748-6540-c4e2-77f1-db38f51773d3-bdac8946 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-cd33855f-978c-bd2d-e228-e91abf255444-bdac8946, #w-node-_765c1884-600d-0498-4abb-8859d559601a-bdac8946, #w-node-dc09a5af-d9a5-f7f4-bfd3-cf40d6861b9b-bdac8946 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

#w-node-dfd39ee3-5ac5-97f6-2c57-cd16eda09ca0-bdac8946 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8a6af267-7483-b1d1-0de9-43cf14869f15-bdac8946 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_8a6af267-7483-b1d1-0de9-43cf14869f26-bdac8946 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: stretch;
}

#w-node-ae0cc455-9f1c-cc24-1862-f4f9f3b77fc0-d0f0a57f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_917f651e-b65f-db22-7052-5e9e12b4d594-d0f0a57f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d586e-d0f0a57f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d5871-d0f0a57f, #w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d587b-d0f0a57f, #w-node-_8861e98c-0543-8e38-e658-f060a3f85074-d0f0a57f {
  grid-column: span 2 / span 2;
}

#w-node-_3dad3f4f-26ef-5b4e-1d81-68ad24e3305a-d0f0a57f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6bac4a69-1fed-3a8e-2863-02924404d7bf-d0f0a57f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_68c95bac-f4e7-d618-6cb5-23067d48f1b0-ed2d7caf, #w-node-_90399dd8-d378-4ff8-0b40-da902b7ba694-ed2d7caf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8a3-ed2d7caf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8a9-ed2d7caf, #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8ab-ed2d7caf, #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8b7-ed2d7caf, #w-node-_6332f8e2-3202-c1eb-cbd5-4eb3022c37b6-ed2d7caf {
  grid-column: span 2 / span 2;
}

#w-node-dba84625-f89e-5bd8-005d-43b4283c543e-ed2d7caf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ffc1dfab-0eb3-f24d-8d75-2f73c684a634-99ccd0a0 {
    grid-column: 1 / 3;
  }

  #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627c99-99ccd0a0 {
    grid-column-end: 3;
  }

  #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627c9b-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca0-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca5-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627caa-99ccd0a0 {
    grid-column: 1 / 3;
  }

  #w-node-_246a9fce-ebd9-a4ad-d103-9cdce1d5ac41-99ccd0a0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b320d3af-206e-2270-6565-33be84c2cd07-99ccd0a0 {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-_4a2732ff-20aa-6bcd-6712-c9e65a76a10d-99ccd0a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e0aaaf5-47bc-bbdd-4b59-38fe88525ae8-99ccd0a0, #w-node-_5f1c945d-fb04-53df-a580-f2dee34b5884-99ccd0a0, #w-node-_1cf2de57-935e-21b0-59e8-8e9e49ce6486-99ccd0a0, #w-node-_93cc1b30-6222-2369-9068-22a4b7d579b9-99ccd0a0, #w-node-cbc65c21-5bbb-6236-11aa-a221c0f84ccf-99ccd0a0, #w-node-e2496a1a-dbb0-91cc-e533-84826f1222e1-99ccd0a0, #w-node-_7e3a4a42-0e66-db92-8495-57163331d1e7-99ccd0a0, #w-node-_4b35d4a6-5013-240d-054f-f97a100373e9-99ccd0a0, #w-node-_389a1dee-4fe2-803f-9b38-5a89adace807-99ccd0a0, #w-node-f8c094e5-01ff-c216-d322-ba9fba50461b-99ccd0a0, #w-node-_83d97bd6-bbef-21db-b58d-62f8a03973c0-99ccd0a0, #w-node-_449b2954-6596-799b-39a1-0e637e2e9ffb-99ccd0a0, #w-node-_4b7109c5-627b-a3fb-6eac-cf377c3645b5-99ccd0a0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3c2-99ccd0a0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3cb-99ccd0a0 {
    grid-column: 1 / 3;
    grid-row-start: 1;
  }

  #w-node-_313ea436-155f-3e20-a3d0-d61842852223-99ccd0a0, #w-node-_322a990c-af4b-833e-8335-3cd4f27b5931-99ccd0a0, #w-node-_07395b01-75c2-853b-e66b-a0b25cbfc113-99ccd0a0, #w-node-_1463f85e-0f45-61f7-6555-d86e39bd118f-99ccd0a0, #w-node-_1f5c1c66-f488-208d-eeaf-3cabc12759b5-99ccd0a0, #w-node-fcc5f09b-1ac6-9c4e-b5dc-adfe06de10d4-99ccd0a0, #w-node-e11c2478-73d6-016a-3920-a14ee552b917-99ccd0a0, #w-node-_831e2296-338d-f0e4-f996-03943eafee96-99ccd0a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5c08275-c141-cc26-41aa-1802cf2d27c6-07bf8e43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f74a4ca7-e334-6206-b99d-41381ef509ac-07bf8e43 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e84-07bf8e43 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_7ab790eb-ef07-168d-c88e-876f7e2e166c-07bf8e43 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_9659cfe2-9876-6245-a2f7-ac3989b1b9f8-8118b8ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2052354-5446-da9c-e906-f9d98118b8c9-8118b8ae {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }

  #w-node-df0d903d-dab0-51a2-0754-daf57c9c59c1-8118b8ae {
    grid-column: 3 / 4;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527660-99ccd0cb {
    grid-column: 1 / 3;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b3352766f-99ccd0cb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527671-99ccd0cb, #w-node-_08129ae7-422c-2555-4bf7-aaed1b2e1631-99ccd0cb, #w-node-_04f86d17-8e30-c954-9bbc-cf7b95810160-99ccd0cb {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527673-99ccd0cb {
    grid-column: 2 / 6;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527675-99ccd0cb {
    grid-column: 3 / 7;
    justify-self: end;
  }

  #w-node-f73cd243-e050-3abf-d528-d32f18c215f6-99ccd0cb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f73cd243-e050-3abf-d528-d32f18c215fe-99ccd0cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f73cd243-e050-3abf-d528-d32f18c21606-99ccd0cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f73cd243-e050-3abf-d528-d32f18c2160e-99ccd0cb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ebe8630c-0f52-1782-ff46-bb1501cc015d-99ccd0cb {
    grid-column: span 1 / span 1;
  }

  #w-node-ebe8630c-0f52-1782-ff46-bb1501cc015f-99ccd0cb, #w-node-ebe8630c-0f52-1782-ff46-bb1501cc0161-99ccd0cb, #w-node-ebe8630c-0f52-1782-ff46-bb1501cc0163-99ccd0cb, #w-node-ebe8630c-0f52-1782-ff46-bb1501cc0165-99ccd0cb, #w-node-ebe8630c-0f52-1782-ff46-bb1501cc0167-99ccd0cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b921eba-b4f8-3b23-d597-4ab2672697e2-99ccd0cb {
    grid-column: 1 / 3;
  }

  #w-node-_9ce02363-d8e8-481a-d181-7a60dec5b4c2-99ccd0cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a637d232-3cf4-a627-0aeb-ade0de31b0ed-99ccd0cb {
    grid-column: 1 / 3;
  }

  #w-node-a637d232-3cf4-a627-0aeb-ade0de31b0ef-99ccd0cb, #w-node-_645acc3b-0a73-0da8-69b1-5bc2d0a8fa59-99ccd0cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_645acc3b-0a73-0da8-69b1-5bc2d0a8fa57-99ccd0cb, #w-node-d0fbe23e-370f-fb1c-b8a7-df6d245e9fa8-99ccd0cb {
    grid-column: 1 / 3;
  }

  #w-node-_33cdee15-fa20-aa7c-7f6d-4286f9a954cf-99ccd0cb {
    grid-column-end: 3;
  }

  #w-node-_33cdee15-fa20-aa7c-7f6d-4286f9a954d1-99ccd0cb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5e747d09-f72a-02e8-e5ae-78d2476c889c-476c889a {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_499a51e4-e6c3-e671-331a-e9bb0f0d35cc-99ccd0e6, #w-node-_89858942-2d24-aa26-3f68-f7d5ed130cc5-99ccd0e6 {
    grid-column: 1 / 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12a3-99ccd0e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12b2-99ccd0e6 {
    grid-column: 1 / 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12b7-99ccd0e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12c6-99ccd0e6, #w-node-e755f324-63cc-8495-ba81-51d6c598be06-99ccd0e6, #w-node-e755f324-63cc-8495-ba81-51d6c598be10-99ccd0e6 {
    grid-column: 1 / 3;
  }

  #w-node-b65c76ec-b308-7ecc-2790-f3ec218e7d72-99ccd0e6, #w-node-b65c76ec-b308-7ecc-2790-f3ec218e7d75-99ccd0e6, #w-node-d0103349-b393-458e-de5b-015138474577-99ccd0e6, #w-node-d0103349-b393-458e-de5b-015138474579-99ccd0e6, #w-node-b72455c9-03e6-4fc5-3a7c-c43e20d8470b-99ccd0e6, #w-node-b72455c9-03e6-4fc5-3a7c-c43e20d8470d-99ccd0e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29d6f-99ccd0e6 {
    grid-column: 1 / 3;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29d72-99ccd0e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29d92-99ccd0e6 {
    grid-column: 1 / 3;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29da0-99ccd0e6 {
    grid-column-end: 3;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29da2-99ccd0e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a8c3a97-4b6d-ad5d-57f3-dfe78c02bef7-99ccd0e6 {
    justify-self: center;
  }

  #w-node-_8dbc2062-838d-a683-d578-21c553dff0b7-53dff0b6 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_8dbc2062-838d-a683-d578-21c553dff0ba-53dff0b6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_2c5a5a91-f210-a634-062b-d706036cc477-53dff0b6 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdf4f-99ccd10d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdf58-99ccd10d {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }

  #w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdf5c-99ccd10d {
    grid-column: 3 / 4;
  }

  #w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-99ccd10d {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_1f73935c-39c5-3176-49a4-c26178c0a2f9-99ccd10d {
    grid-column: 1 / 3;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-99ccd10d {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e7-99ccd10d, #w-node-ba39f28f-d45d-2b9d-a61e-4f5394a4f7be-99ccd10d {
    align-self: end;
  }

  #w-node-_46dc288f-6c9a-2d5c-199d-c9602fac8695-99ccd10d {
    grid-column-end: 3;
  }

  #w-node-_46dc288f-6c9a-2d5c-199d-c9602fac869b-99ccd10d {
    grid-column: 1 / 3;
  }

  #w-node-_5d320d3a-a406-8b2c-3169-ca6008102f96-99ccd10d, #w-node-_5d320d3a-a406-8b2c-3169-ca6008102f9b-99ccd10d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20ce-99ccd10d {
    grid-column: span 1 / span 1;
  }

  #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d0-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d2-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d4-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d6-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20d8-99ccd10d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20da-99ccd10d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20dc-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20de-99ccd10d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20e0-99ccd10d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20e2-99ccd10d, #w-node-a7da9b43-4020-d9c7-ff76-6a7fbadb20e4-99ccd10d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5c02090-e15a-27bc-4989-43d14a308333-99ccd10e {
    grid-column: 2 / 3;
    grid-row-end: 4;
  }

  #w-node-_540680fd-71b5-b177-e197-d65362f85fe9-99ccd10e {
    grid-column-end: 3;
  }

  #w-node-_09337193-bac1-3e62-d3b8-38f020c6f931-99ccd10e {
    grid-column: 1 / 4;
    grid-row-start: 4;
    align-self: center;
  }

  #w-node-fa8ac5b4-8b53-1684-209b-3797a8b1f12a-99ccd10e {
    grid-column: 1 / 3;
  }

  #w-node-_46a0875a-8d76-0bbc-92d1-a545cbc752c0-99ccd10e, #w-node-_46a0875a-8d76-0bbc-92d1-a545cbc752c5-99ccd10e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49626b72-5309-f459-09b4-f680f0397d05-99ccd10e {
    grid-column-end: 3;
  }

  #w-node-_617ac7f7-e386-935d-5ff1-a1f780d8e6cb-99ccd10e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c3ef672b-e6b5-005f-6531-3dd65d4ed132-99ccd10e, #w-node-a5715886-62b4-26b9-55c0-6ed76f02399f-99ccd10e, #w-node-e562a262-61bc-a014-3c0e-18be4541c305-99ccd10e {
    align-self: center;
  }

  #w-node-_2c691833-a16b-704d-69f4-d7f4c39259ba-99ccd10e, #w-node-_2c691833-a16b-704d-69f4-d7f4c39259bf-99ccd10e, #w-node-_2c691833-a16b-704d-69f4-d7f4c39259c7-99ccd10e, #w-node-_2c691833-a16b-704d-69f4-d7f4c39259ca-99ccd10e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_295601c1-959a-67c3-decb-e757f507ab78-f507ab76 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_295601c1-959a-67c3-decb-e757f507ab83-f507ab76 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc83e-780dc838 {
    grid-column: span 1 / span 1;
  }

  #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc840-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc842-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc844-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc846-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc848-780dc838 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc84a-780dc838 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc84c-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc84e-780dc838 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc850-780dc838 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc852-780dc838, #w-node-_789d531f-9a9e-a3e1-6e08-4bcc780dc854-780dc838 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #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-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-99ccd10f {
    grid-column: 1 / 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-99ccd10f {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-a93005f2-8c8c-890b-9dc8-c7edc30bd183-99ccd10f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6333c57c-18f6-8241-e683-dfd1499bb6fa-99ccd10f, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb702-99ccd10f, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb70a-99ccd10f, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb712-99ccd10f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62e8585e-b2dd-6b5c-e815-1c978ab919a8-99ccd10f {
    grid-column: 1 / 3;
  }

  #w-node-_62e8585e-b2dd-6b5c-e815-1c978ab919ac-99ccd10f {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_1cbb7549-e6cf-f932-95de-25483aaa46cd-99ccd10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1cbb7549-e6cf-f932-95de-25483aaa46d0-99ccd10f {
    grid-column: 1 / 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176cb-99ccd10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176ce-99ccd10f {
    grid-column: 1 / 3;
  }

  #w-node-edc060c0-6197-f5c4-81d4-975241d79676-99ccd10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-edc060c0-6197-f5c4-81d4-975241d79682-99ccd10f {
    grid-column: 1 / 3;
  }

  #w-node-_005dad75-ce37-fe47-a369-d3fc7e45188b-99ccd10f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_005dad75-ce37-fe47-a369-d3fc7e45188e-99ccd10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_005dad75-ce37-fe47-a369-d3fc7e45188f-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451891-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451893-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451895-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451897-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e451899-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e45189b-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e45189d-99ccd10f, #w-node-_005dad75-ce37-fe47-a369-d3fc7e45189f-99ccd10f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2864e63-da07-45d7-a893-74ed488cfc26-488cfc24 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c2864e63-da07-45d7-a893-74ed488cfc2c-488cfc24 {
    grid-column: 1 / 3;
  }

  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79234-e0d79233 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79236-e0d79233 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b595-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b59e-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5a7-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5b0-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5b9-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5c2-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5cb-99ccd110, #w-node-_285b0cba-74ac-16b0-ec06-5b23db52b5d4-99ccd110 {
    grid-column: span 2 / span 2;
  }

  #w-node-_105032b4-be35-5f43-2d23-1f46911587be-99ccd110 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_105032b4-be35-5f43-2d23-1f46911587c1-99ccd110 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7583b100-78f5-1ea3-a0c2-360849f72571-99ccd110 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7583b100-78f5-1ea3-a0c2-360849f7257f-99ccd110 {
    grid-column-end: 3;
  }

  #w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25a-99ccd110 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25d-99ccd110 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b067-99ccd110, #w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b06e-99ccd110, #w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b075-99ccd110, #w-node-_93c29a40-38b5-f869-dfb5-6cb48c69b07c-99ccd110 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f2b-a15b3f29 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f35-a15b3f29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b7575744-a576-67bb-b83d-7346f92b9541-99ccd111 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-99ccd111 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-99ccd112 {
    grid-column: 1 / 3;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472887-99ccd147 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-99ccd147 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-99ccd148 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-99ccd148, #w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-99ccd149 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d6ba330d-7eb9-5bb5-2f9f-1a3de682d218-99ccd149 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6e7eea2a-9290-8462-2d86-df45dbecc054-99ccd14a, #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-99ccd14b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a08272a-59f3-d39b-1191-b0eba36bf8cc-99ccd14b {
    grid-column: span 2 / span 2;
  }

  #w-node-_410ec65a-e716-ed7a-b8c8-857240624ef0-40624eef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-99ccd14f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-99ccd14f, #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-99ccd151, #w-node-c97a6baa-30aa-5443-e03b-bdaab4091a1b-b4091a19 {
    grid-column: 1 / 3;
  }

  #w-node-a233fd52-2690-930e-85b1-731b5b124415-99ccd153 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-e440b273-90ac-461a-48fb-5eeb2f3d2733-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-eba92702-92ca-270d-eebc-7a643b4b8ef3-99ccd154 {
    grid-column-end: 3;
  }

  #w-node-_3b3c5210-c144-26b0-f298-04cf101164c6-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_9d27164c-bf56-20e4-eaa1-0fd6b61b0aac-99ccd154 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_18f9f2c1-a97e-c0e9-2991-a431adcc07e6-99ccd154 {
    grid-column: 1 / 3;
  }

  #w-node-c0d053f0-8b8c-c1ff-1344-fe5cea251420-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c0d053f0-8b8c-c1ff-1344-fe5cea251430-99ccd154 {
    grid-column: 1 / 3;
  }

  #w-node-_05fcaccd-c9fb-bc42-7aa9-cfa3a24ebae4-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05fcaccd-c9fb-bc42-7aa9-cfa3a24ebae9-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cfb85865-a620-9769-13d0-276014cff740-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cfb85865-a620-9769-13d0-276014cff748-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f21527e0-dfea-7d59-3376-b5784d365227-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f21527e0-dfea-7d59-3376-b5784d365239-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e690-99ccd154, #w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e697-99ccd154, #w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e69e-99ccd154, #w-node-_08ff32eb-4013-d3d1-3719-b8bd2fc6e6a5-99ccd154 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c00867-5105-dd4c-7885-49e6df7b98b8-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5b9c4a0e-3173-6e0b-6dc6-29b4273af39d-273af39c, #w-node-eef37878-bfbb-d61f-afae-c7e863fd87b4-273af39c, #w-node-ebd09504-cc8b-1fdb-13b9-0328b773d151-273af39c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a02b3a6a-2af0-3238-105a-2fe47e4d899a-99ccd155 {
    grid-column: 1 / 3;
  }

  #w-node-a02b3a6a-2af0-3238-105a-2fe47e4d899c-99ccd155 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e57229-99ccd155 {
    grid-column: span 2 / span 2;
  }

  #w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e5722c-99ccd155 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed2-99ccd155 {
    grid-column: span 1 / span 1;
  }

  #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed4-99ccd155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed6-99ccd155, #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44ed8-99ccd155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44eda-99ccd155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-eedb58b6-9c52-99a8-20ea-6dc763f44edc-99ccd155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98622589-833f-4010-454a-e9d34f15d852-4f15d851 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_98622589-833f-4010-454a-e9d34f15d854-4f15d851, #w-node-f6ca6402-6640-cc5f-cc9a-bff36d48a73d-99ccd156 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5e77c701-0224-528e-f538-53662d0f33ec-99ccd156, #w-node-_85d176da-3056-a0d3-dc26-3c521a782868-99ccd156 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4e51ec20-450c-59ce-68c6-5ae2a1f40dd1-99ccd156 {
    grid-column-end: 3;
  }

  #w-node-_4e51ec20-450c-59ce-68c6-5ae2a1f40dd4-99ccd156 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf8f-99ccd156 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf95-99ccd156 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf9b-99ccd156 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaafa1-99ccd156 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0751-99ccd156 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0755-99ccd156, #w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0756-99ccd156 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45d5efac-390c-06c9-3ad2-99fa711dc7f0-99ccd156 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ecc6d9ba-68f0-7804-5d0a-12c8353bce11-99ccd156 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4a55705a-3873-e82e-6ac2-466af3919c0b-99ccd156 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_44389610-db2f-abe2-bdbc-badd16e84f0a-99ccd156 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a761abf1-5230-0c89-ef6e-b854009341b5-99ccd156 {
    grid-column: 1 / 3;
  }

  #w-node-_79924663-f60e-ef19-a0e2-01d4e91d2ffe-e91d2ffd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_21eb38bc-7cb4-8bb1-3a9f-566bbcb51300-e91d2ffd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a58d7687-3b48-7269-f6a5-a6a9239870d6-e91d2ffd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a763637b-79bb-5037-a2ab-4d2a4d2bc935-99ccd16f {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-af7d3b01-b991-f928-9b44-d5573ca873b5-99ccd16f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5f378ba6-92c6-aaba-c423-03c6c5875b5e-99ccd16f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb7-99ccd184 {
    grid-column-end: 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb9-99ccd184 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d4a78a3-6e91-635e-7844-ae35954de5ae-954de5ac {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-c17ca6fc-be05-dfa4-4a94-2ad69fa5b983-954de5ac {
    grid-row-start: 2;
    grid-column-start: 1;
    align-self: end;
  }

  #w-node-_45c6ccde-9929-827d-2861-403c04177f78-04177f77 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_45c6ccde-9929-827d-2861-403c04177fab-04177f77 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45c6ccde-9929-827d-2861-403c04177fde-04177f77 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131e2-99ccd18c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131ea-99ccd18c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131f2-99ccd18c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-99ccd18c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d13202-99ccd18c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d1320a-99ccd18c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-d389396d-466b-f853-99c5-c5dcd7d5c7b6-99ccd18c, #w-node-_313ed9e8-4929-8a8b-4d1c-34bfaa8eb2e5-99ccd18c, #w-node-_5238bbf6-4d27-f818-308a-0088b2e478a7-99ccd18c, #w-node-_5fbe2e59-448e-04c6-7240-4840ba00e235-99ccd18c, #w-node-_0a4c34cf-efea-dbd3-15aa-988d7f78c854-99ccd18c, #w-node-d90174d4-85da-66be-d95c-c967275cd06d-99ccd18c, #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-99ccd18c, #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-99ccd18c, #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf2-99ccd18c, #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf8-99ccd18c, #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bfe-99ccd18c, #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66c04-99ccd18c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc8127c1-6852-ce9f-5e45-1ff875208d59-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fc8127c1-6852-ce9f-5e45-1ff875208d5b-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fc8127c1-6852-ce9f-5e45-1ff875208d6b-99ccd18d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_77b171ed-90c2-b3d2-3aab-bb10559cdfe2-99ccd18d, #w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce015-99ccd18d, #w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce048-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c39-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c50-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c67-99ccd18d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8d53db05-d8bd-8951-6c8e-327f251720bf-99ccd18d, #w-node-_8d53db05-d8bd-8951-6c8e-327f251720c0-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8d53db05-d8bd-8951-6c8e-327f251720c2-99ccd18d, #w-node-_8c21a3f9-99c2-9548-1570-c552c6dc90c5-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8c21a3f9-99c2-9548-1570-c552c6dc90c3-99ccd18d, #w-node-c7e8fef2-90e1-5d50-9204-c0e6e10d0c5e-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_397d2079-5e79-b137-3129-b264a2b5495e-99ccd18d {
    grid-column: 1 / 3;
  }

  #w-node-_31a52e40-3bf6-b520-933e-9f73741d393f-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_31a52e40-3bf6-b520-933e-9f73741d3942-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65e5-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65e8-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b7d-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b80-99ccd18d, #w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b81-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_102b277a-67b4-4623-3dba-16924cd15e50-99ccd18d, #w-node-_102b277a-67b4-4623-3dba-16924cd15e65-99ccd18d, #w-node-_102b277a-67b4-4623-3dba-16924cd15e7a-99ccd18d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6064630b-8876-8341-5bad-1c8767fbf288-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_6064630b-8876-8341-5bad-1c8767fbf29b-99ccd18d {
    grid-row-start: 2;
    grid-column-start: 1;
    align-self: end;
  }

  #w-node-_6f55853d-5473-dc7f-63d4-d04da1176729-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_6f55853d-5473-dc7f-63d4-d04da117673c-99ccd18d {
    grid-row-start: 2;
    grid-column-start: 1;
    align-self: end;
  }

  #w-node-ae283e9a-1038-0a7a-8426-5701a3851f50-99ccd18d {
    grid-column: span 2 / span 2;
  }

  #w-node-ae283e9a-1038-0a7a-8426-5701a3851f5c-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ae283e9a-1038-0a7a-8426-5701a3851f69-99ccd18d {
    grid-column-end: 3;
  }

  #w-node-_29c02502-bead-c979-0fc9-5b431f8a83d9-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_29c02502-bead-c979-0fc9-5b431f8a83db-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29c02502-bead-c979-0fc9-5b431f8a83dc-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f6551add-eafc-c200-6c2d-ffdd37eb5386-99ccd18d {
    justify-self: center;
  }

  #w-node-f948d5d0-5882-306b-ac82-dfb0172252fc-99ccd18d {
    grid-column-end: 3;
  }

  #w-node-f948d5d0-5882-306b-ac82-dfb0172252ff-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9e4eb399-aa76-58f0-e088-2fd094e40186-94e40185 {
    grid-column-end: 3;
  }

  #w-node-_9e4eb399-aa76-58f0-e088-2fd094e40188-94e40185 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb7-d2c64eb6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb9-d2c64eb6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a1dfca66-d594-e9ba-a566-0f6d1e244493-1e244491 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a1dfca66-d594-e9ba-a566-0f6d1e244495-1e244491 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a53ac97a-afef-6c72-694e-81010e7f374e-99ccd18e {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
  }

  #w-node-_37e04cbe-4305-2683-62b6-4d38790cdca9-99ccd18e, #w-node-_6483da8d-db1a-6755-1aa1-bc5d2ba54129-99ccd18e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4ffcb6fa-05d6-cbaa-4bd2-4be637f9cd4b-99ccd18e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  }

  #w-node-a4b3e4a6-bacd-03c1-745d-e2c7cf5019bd-99ccd18e {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-99ccd1b5 {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b5 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-e93d0b9b-71e9-4dbd-e250-ce2fc27474eb-99ccd1b5 {
    grid-column: 1 / 3;
  }

  #w-node-f866ed03-fed8-7025-cabe-c8b6997a2a72-99ccd1b5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f866ed03-fed8-7025-cabe-c8b6997a2a79-99ccd1b5 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbdd-99ccd1b5 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbe0-99ccd1b5, #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbe1-99ccd1b5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbea-99ccd1b5 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbed-99ccd1b5 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbee-99ccd1b5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbf9-99ccd1b5 {
    grid-column: 1 / 3;
  }

  #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d91f6-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d920d-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d9224-99ccd1b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b6 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-e93d0b9b-71e9-4dbd-e250-ce2fc27474eb-99ccd1b6 {
    grid-column: 1 / 3;
  }

  #w-node-_61666704-67e4-53b5-2126-8750936417d0-99ccd1b6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_59a6c22b-8d1b-c5a4-5cbb-e1f5a8063d14-99ccd1b6, #w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d44d1-99ccd1b6 {
    grid-column-end: 3;
  }

  #w-node-_1dc1b062-d679-2ced-19b1-9ba419d15dd6-99ccd1b6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1dc1b062-d679-2ced-19b1-9ba419d15ddf-99ccd1b6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d44e6-99ccd1b6, #w-node-ff1a2ad2-de6e-797c-be64-c58d62825e69-99ccd1b6, #w-node-_25c4c32a-6361-1fe2-d648-2d8a7f59fbb0-99ccd1b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d452a-99ccd1b6 {
    grid-column: 1 / 3;
  }

  #w-node-_6428d815-43b4-48d9-ca9f-b5ac915898de-99ccd1b6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_3e1fb2c1-966e-50f2-5571-5898221010d8-99ccd1b6 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-ecca5a28-3ee4-cbe1-e84b-f41509c4bc50-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_04f68222-7e9e-141a-0631-0d02bde67894-99ccd1b7 {
    grid-column-end: 3;
  }

  #w-node-db391ece-bc86-04a9-eaec-4198b2c80274-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c637-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c646-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-_1f162899-edbe-24b3-7939-44579bba5875-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1f162899-edbe-24b3-7939-44579bba5876-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1f162899-edbe-24b3-7939-44579bba5884-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c38-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c47-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c4b-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c5a-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-df743746-c1fb-bbf6-5fa1-4f41372b617c-99ccd1b7 {
    grid-column-end: 3;
  }

  #w-node-df743746-c1fb-bbf6-5fa1-4f41372b6180-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b66-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b68-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b70-99ccd1b7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b78-99ccd1b7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b65-99ccd1b7 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b69-99ccd1b7, #w-node-_08ad461c-9061-ed37-96ff-40866d460b6a-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e80055a5-83a1-df50-22f4-4797d0ef0453-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-e80055a5-83a1-df50-22f4-4797d0ef0455-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b1674d80-3748-5488-fa5f-e3bcc883fabe-99ccd1b7 {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-b1674d80-3748-5488-fa5f-e3bcc883fac0-99ccd1b7, #w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-aaf15321-342e-2d26-5e51-6b15d740110e-d740110c, #w-node-aaf15321-342e-2d26-5e51-6b15d7401110-d740110c, #w-node-aaf15321-342e-2d26-5e51-6b15d7401112-d740110c, #w-node-aaf15321-342e-2d26-5e51-6b15d7401114-d740110c, #w-node-aaf15321-342e-2d26-5e51-6b15d7401116-d740110c {
    align-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-99ccd1b8 {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b8 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-ae83e7c5-581c-6bd7-e239-410a36ebe00c-99ccd1b8 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-ae83e7c5-581c-6bd7-e239-410a36ebe00e-99ccd1b8, #w-node-c98d793a-447f-b06f-474c-6839fc32f632-99ccd1b8 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-c98d793a-447f-b06f-474c-6839fc32f644-99ccd1b8, #w-node-_6d7f000c-d402-b5e3-2b9c-6ae2874b8f78-99ccd1b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6d7f000c-d402-b5e3-2b9c-6ae2874b8f69-99ccd1b8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dd6-99ccd1b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dd9-99ccd1b8, #w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dda-99ccd1b8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e3a4590e-51df-b941-6d6e-190627ab092f-99ccd1b8, #w-node-fc5a65d1-83b9-40e2-6b05-f2f9181e4528-99ccd1b8 {
    grid-column: 1 / 3;
  }

  #w-node-_46aa284d-6e1c-21a1-3da9-2505e7c6f1eb-99ccd1b8 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_46aa284d-6e1c-21a1-3da9-2505e7c6f1f9-99ccd1b8 {
    grid-column: 1 / 3;
  }

  #w-node-_33fd3c92-cbee-26f8-fb91-391abbbec8d0-99ccd1b8, #w-node-_507d44ff-045a-7e5d-315e-e8b5471c6e2d-99ccd1b8, #w-node-b2c7a5fe-1337-abac-1fc4-d873a5075eaf-99ccd1b8, #w-node-a5a869e5-52d1-5d9e-fd8f-97ed08377f8b-99ccd1b8, #w-node-d6a6c198-e7af-a55a-6331-d1c7224ba878-99ccd1b8, #w-node-_154fb98f-c1b4-be4f-7cdd-fd15c88e74d9-99ccd1b8, #w-node-b2531730-990d-e78a-c049-bda741cb53a5-99ccd1b8, #w-node-_4b256eea-2d61-cb57-3943-fc6c929f201f-99ccd1b8, #w-node-_9995bba6-9780-35f5-1729-651afce41c91-99ccd1b8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04f68222-7e9e-141a-0631-0d02bde67894-e4dc5aba {
    grid-column-end: 2;
  }

  #w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-e4dc5aba {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c637-e4dc5aba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c646-e4dc5aba {
    grid-column: 1 / 3;
  }

  #w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d0f-e4dc5aba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d10-e4dc5aba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d1e-e4dc5aba {
    grid-column: 1 / 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd161-e4dc5aba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd170-e4dc5aba {
    grid-column: 1 / 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd175-e4dc5aba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd184-e4dc5aba {
    grid-column: 1 / 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b66-e4dc5aba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b68-e4dc5aba {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b70-e4dc5aba {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b78-e4dc5aba {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-e4dc5aba {
    grid-column: 1 / 3;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b65-e4dc5aba {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b69-e4dc5aba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b6a-e4dc5aba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-eae53931-0fb3-921a-cab1-9e9013ba767f-979f72a2 {
    grid-column: 1 / 3;
  }

  #w-node-eae53931-0fb3-921a-cab1-9e9013ba7682-979f72a2 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-a93005f2-8c8c-890b-9dc8-c7edc30bd183-979f72a2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6333c57c-18f6-8241-e683-dfd1499bb6fa-979f72a2, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb702-979f72a2, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb70a-979f72a2, #w-node-_6333c57c-18f6-8241-e683-dfd1499bb712-979f72a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cbb7549-e6cf-f932-95de-25483aaa46cd-979f72a2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1cbb7549-e6cf-f932-95de-25483aaa46d0-979f72a2, #w-node-f22b06b4-8e8e-0a9e-9e85-63413bbcfcf3-979f72a2 {
    grid-column: 1 / 3;
  }

  #w-node-f22b06b4-8e8e-0a9e-9e85-63413bbcfcf6-979f72a2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-0630d2b8 {
    grid-column: 1 / 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-0630d2b8 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-a93005f2-8c8c-890b-9dc8-c7edc30bd183-0630d2b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_441154f7-aae7-a00d-41e4-54ef245ff9a8-0630d2b8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_441154f7-aae7-a00d-41e4-54ef245ff9ab-0630d2b8, #w-node-_7a1b64fc-f3ba-bb01-7507-f38882e13ca3-57784ad7 {
    grid-column: 1 / 3;
  }

  #w-node-_7a1b64fc-f3ba-bb01-7507-f38882e13ca6-57784ad7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176cb-57784ad7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176ce-57784ad7, #w-node-_6e3b5161-75a7-9e44-45a5-988bd07305af-57784ad7 {
    grid-column: 1 / 3;
  }

  #w-node-_6e3b5161-75a7-9e44-45a5-988bd07305b2-57784ad7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fdfd3d8d-95e3-af6d-959d-b8f7378a670a-57784ad7 {
    grid-column: 1 / 3;
  }

  #w-node-fdfd3d8d-95e3-af6d-959d-b8f7378a670d-57784ad7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-03bc8c0c {
    grid-column: 1 / 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-03bc8c0c {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b688-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b691-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b69a-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6a3-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6ac-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6b5-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6be-03bc8c0c, #w-node-fb2bfee6-e312-40d7-c27b-b57e4766b6c7-03bc8c0c {
    grid-column: span 2 / span 2;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176cb-03bc8c0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176ce-03bc8c0c, #w-node-_38c1878f-f947-6d4a-4abd-b154a894f09e-03bc8c0c {
    grid-column: 1 / 3;
  }

  #w-node-_38c1878f-f947-6d4a-4abd-b154a894f0a1-03bc8c0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5d1e7b99-90b7-3c6a-2770-807de16da63e-03bc8c0c {
    grid-column: 1 / 3;
  }

  #w-node-_5d1e7b99-90b7-3c6a-2770-807de16da641-03bc8c0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8d06cdf-1834-9651-910c-18a54ee8df20-03bc8c0c {
    grid-column: 1 / 3;
  }

  #w-node-f8d06cdf-1834-9651-910c-18a54ee8df23-03bc8c0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ba3f6847-2b2a-c2d6-b3e3-7c0a9225bac1-3795e9b7 {
    grid-column: 1 / 3;
  }

  #w-node-ba3f6847-2b2a-c2d6-b3e3-7c0a9225bac4-3795e9b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-e47dae27-7d51-4f82-b375-8680e652ca29-3795e9b7 {
    grid-column: 1 / 3;
  }

  #w-node-e47dae27-7d51-4f82-b375-8680e652ca2c-3795e9b7, #w-node-cba2dd53-80c7-a686-be9d-77e1c266de62-3795e9b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cba2dd53-80c7-a686-be9d-77e1c266de65-3795e9b7 {
    grid-column: 1 / 3;
  }

  #w-node-_45025b45-c56e-ffd6-9b7b-f99b262464a9-3795e9b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_45025b45-c56e-ffd6-9b7b-f99b262464b8-3795e9b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fcbff56c-efbb-ff55-23cb-5acd47534c02-3795e9b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fcbff56c-efbb-ff55-23cb-5acd47534c08-3795e9b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-c24fe5a4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-c24fe5a4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b7575744-a576-67bb-b83d-7346f92b9541-d732736d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-d732736d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-ae0276ac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-ae0276ac {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_31805cb3-1268-e3d1-02f9-e0a9575f0386-ae0276ac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-ae0276ac {
    grid-column: 1 / 3;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-14a36f8e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-14a36f8e {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-14a36f8e, #w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-14a36f8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-14a36f8e {
    grid-column: 1 / 3;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-07689e95 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-07689e95 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-07689e95, #w-node-f2c76c02-b507-ba55-86f0-c4dfc5efabf7-07689e95, #w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-07689e95 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_783c827e-72bb-a143-da43-2d0b1e4a2484-07689e95 {
    grid-column: 1 / 3;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-5e505396 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-5e505396 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-bdac8946 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5fad4698-21c9-ca60-9299-fdfd2720fe04-bdac8946 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-f6c27792-26aa-3f40-af0c-8c58671ef211-bdac8946, #w-node-dfd39ee3-5ac5-97f6-2c57-cd16eda09ca0-bdac8946 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a6af267-7483-b1d1-0de9-43cf14869f15-bdac8946 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a6af267-7483-b1d1-0de9-43cf14869f26-bdac8946 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ae0cc455-9f1c-cc24-1862-f4f9f3b77fc0-d0f0a57f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr;
  }

  #w-node-_917f651e-b65f-db22-7052-5e9e12b4d594-d0f0a57f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d586e-d0f0a57f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1.75fr 1fr;
  }

  #w-node-_3dad3f4f-26ef-5b4e-1d81-68ad24e3305a-d0f0a57f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_6bac4a69-1fed-3a8e-2863-02924404d7bf-d0f0a57f {
    grid-column: 1 / 3;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8a3-ed2d7caf {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1.75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627c9b-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca0-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca5-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627caa-99ccd0a0, #w-node-_246a9fce-ebd9-a4ad-d103-9cdce1d5ac41-99ccd0a0, #w-node-b320d3af-206e-2270-6565-33be84c2cd07-99ccd0a0, #w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3c2-99ccd0a0, #w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3cb-99ccd0a0 {
    grid-column: 1 / 3;
  }

  #w-node-b5c08275-c141-cc26-41aa-1802cf2d27c6-07bf8e43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f74a4ca7-e334-6206-b99d-41381ef509ac-07bf8e43 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e84-07bf8e43 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_7ab790eb-ef07-168d-c88e-876f7e2e166c-07bf8e43 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-b2052354-5446-da9c-e906-f9d98118b8b1-8118b8ae {
    justify-self: start;
  }

  #w-node-_5e747d09-f72a-02e8-e5ae-78d2476c889c-476c889a {
    grid-row-start: 1;
  }

  #w-node-_880a8c0c-3524-2060-ac2e-b970fe5bdef2-99ccd10d {
    justify-self: start;
  }

  #w-node-_09337193-bac1-3e62-d3b8-38f020c6f933-99ccd10e {
    grid-column: 1 / 3;
  }

  #w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-99ccd149 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5b9c4a0e-3173-6e0b-6dc6-29b4273af39d-273af39c, #w-node-eef37878-bfbb-d61f-afae-c7e863fd87b4-273af39c, #w-node-ebd09504-cc8b-1fdb-13b9-0328b773d151-273af39c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51b0b9d2-cb93-5e24-b186-16d065a93b7b-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6831-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6833-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6838-99ccd18c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683b-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683d-99ccd18c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6840-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6842-99ccd18c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6845-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6847-99ccd18c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684a-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684c-99ccd18c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684f-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6851-99ccd18c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6854-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6856-99ccd18c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6859-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685b-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685e-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6860-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6863-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6865-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6868-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b686a-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b686d-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b686f-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6872-99ccd18c {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6874-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e3b1f04-099a-5ab0-3a01-8b99f5059c5f-99ccd18c {
    justify-self: start;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131e1-99ccd18c, #w-node-_5049fc4a-a266-af71-51c4-13d706dfdfb5-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-99ccd18c {
    grid-column: 2 / 3;
  }

  #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-99ccd18c {
    grid-row: 2 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bdd-99ccd18c {
    justify-self: start;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bdf-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf8-99ccd18c {
    grid-column: 2 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bfe-99ccd18c {
    grid-row: 2 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66c04-99ccd18c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_250a4860-4190-7ad1-3253-b24308868c39-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c50-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c67-99ccd18d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_102b277a-67b4-4623-3dba-16924cd15e50-99ccd18d, #w-node-_102b277a-67b4-4623-3dba-16924cd15e65-99ccd18d, #w-node-_102b277a-67b4-4623-3dba-16924cd15e7a-99ccd18d {
    grid-row: 1 / 2;
  }

  #w-node-_8d3c6537-9a06-5e6d-ce95-cdd96c30ff0e-99ccd18e, #w-node-f2e723fc-d4cd-8518-1957-ef2cc5934ee1-99ccd18e {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
  }

  #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d91f6-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d920d-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d9224-99ccd1b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d44e6-99ccd1b6, #w-node-ff1a2ad2-de6e-797c-be64-c58d62825e69-99ccd1b6, #w-node-_25c4c32a-6361-1fe2-d648-2d8a7f59fbb0-99ccd1b6 {
    grid-row: 1 / 2;
  }

  #w-node-_31805cb3-1268-e3d1-02f9-e0a9575f0386-ae0276ac, #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-ae0276ac, #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-14a36f8e, #w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-14a36f8e, #w-node-_02ece8f0-d3aa-96f8-2bb8-f0a9ddb6b0a8-14a36f8e, #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-07689e95, #w-node-f2c76c02-b507-ba55-86f0-c4dfc5efabf7-07689e95, #w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-07689e95, #w-node-fab250fd-1d32-87fa-66bc-bc277e898d1d-bdac8946, #w-node-dfd39ee3-5ac5-97f6-2c57-cd16eda09ca0-bdac8946, #w-node-_917f651e-b65f-db22-7052-5e9e12b4d594-d0f0a57f, #w-node-_68c95bac-f4e7-d618-6cb5-23067d48f1b0-ed2d7caf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68c95bac-f4e7-d618-6cb5-23067d48f1b1-ed2d7caf {
    order: 0;
  }

  #w-node-dba84625-f89e-5bd8-005d-43b4283c543e-ed2d7caf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627c9b-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca0-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627ca5-99ccd0a0, #w-node-_2941221e-0e62-a20a-d5f7-ee1a4c627caa-99ccd0a0, #w-node-_246a9fce-ebd9-a4ad-d103-9cdce1d5ac41-99ccd0a0, #w-node-b320d3af-206e-2270-6565-33be84c2cd07-99ccd0a0, #w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3c2-99ccd0a0, #w-node-_7efcffe2-23d5-96e8-5c2a-e4f9b257d3cb-99ccd0a0 {
    grid-column: 1 / 3;
  }

  #w-node-b5c08275-c141-cc26-41aa-1802cf2d27c6-07bf8e43 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f74a4ca7-e334-6206-b99d-41381ef509ac-07bf8e43 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e5c-07bf8e43 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e84-07bf8e43 {
    grid-row: 4 / 5;
  }

  #w-node-_7ab790eb-ef07-168d-c88e-876f7e2e166c-07bf8e43 {
    grid-area: 5 / 1 / 6 / 5;
    justify-self: auto;
  }

  #w-node-b2052354-5446-da9c-e906-f9d98118b8c9-8118b8ae {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: start;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527671-99ccd0cb {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_08129ae7-422c-2555-4bf7-aaed1b2e1631-99ccd0cb {
    grid-row: 2 / 3;
    grid-column-end: 5;
    justify-self: center;
  }

  #w-node-_04f86d17-8e30-c954-9bbc-cf7b95810160-99ccd0cb {
    grid-row-start: 5;
    grid-column-end: 5;
    justify-self: center;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527673-99ccd0cb {
    grid-column: 2 / 5;
    grid-row-end: 5;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527675-99ccd0cb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f73cd243-e050-3abf-d528-d32f18c215f6-99ccd0cb, #w-node-f73cd243-e050-3abf-d528-d32f18c215fe-99ccd0cb, #w-node-f73cd243-e050-3abf-d528-d32f18c21606-99ccd0cb, #w-node-f73cd243-e050-3abf-d528-d32f18c2160e-99ccd0cb {
    grid-column: span 2 / span 2;
  }

  #w-node-_6b921eba-b4f8-3b23-d597-4ab2672697e2-99ccd0cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9ce02363-d8e8-481a-d181-7a60dec5b4c2-99ccd0cb {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-a637d232-3cf4-a627-0aeb-ade0de31b0ed-99ccd0cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a637d232-3cf4-a627-0aeb-ade0de31b0ef-99ccd0cb, #w-node-_645acc3b-0a73-0da8-69b1-5bc2d0a8fa59-99ccd0cb {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_645acc3b-0a73-0da8-69b1-5bc2d0a8fa57-99ccd0cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_81b091a9-3344-4bc6-7449-45c9eac49795-99ccd0cb, #w-node-_81b091a9-3344-4bc6-7449-45c9eac497c1-99ccd0cb, #w-node-_81b091a9-3344-4bc6-7449-45c9eac497ed-99ccd0cb, #w-node-_81b091a9-3344-4bc6-7449-45c9eac49819-99ccd0cb {
    grid-column: span 2 / span 2;
  }

  #w-node-_33cdee15-fa20-aa7c-7f6d-4286f9a954cf-99ccd0cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_33cdee15-fa20-aa7c-7f6d-4286f9a954d1-99ccd0cb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5e747d09-f72a-02e8-e5ae-78d2476c889c-476c889a {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12a3-99ccd0e6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12b2-99ccd0e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12b7-99ccd0e6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_010bc438-19a2-48fc-d16f-72ebcb4c12c6-99ccd0e6, #w-node-b65c76ec-b308-7ecc-2790-f3ec218e7d72-99ccd0e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b65c76ec-b308-7ecc-2790-f3ec218e7d75-99ccd0e6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-d0103349-b393-458e-de5b-015138474577-99ccd0e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d0103349-b393-458e-de5b-015138474579-99ccd0e6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-b72455c9-03e6-4fc5-3a7c-c43e20d8470b-99ccd0e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b72455c9-03e6-4fc5-3a7c-c43e20d8470d-99ccd0e6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29d6f-99ccd0e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29d72-99ccd0e6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29d92-99ccd0e6 {
    grid-column: 1 / 5;
  }

  #w-node-_31834222-9858-f4b5-13b6-2d274cd29da0-99ccd0e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8dbc2062-838d-a683-d578-21c553dff0b7-53dff0b6 {
    grid-column: 1 / 3;
  }

  #w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-99ccd10d {
    grid-column: 1 / 4;
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-99ccd10d {
    grid-column: 1 / 4;
    grid-row-start: 2;
    align-self: start;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e9-99ccd10d {
    place-self: center;
  }

  #w-node-ba39f28f-d45d-2b9d-a61e-4f5394a4f7c0-99ccd10d {
    justify-self: stretch;
  }

  #w-node-a4d31b3f-7afe-4797-ce5d-b2f26cb13385-99ccd10d {
    justify-self: center;
  }

  #w-node-e5c02090-e15a-27bc-4989-43d14a308333-99ccd10e {
    grid-column: 1 / 4;
    grid-row-start: 2;
  }

  #w-node-_09337193-bac1-3e62-d3b8-38f020c6f931-99ccd10e {
    grid-column: 1 / 4;
    grid-row-start: 4;
    align-self: center;
  }

  #w-node-_09337193-bac1-3e62-d3b8-38f020c6f933-99ccd10e {
    grid-column: 1 / 3;
    grid-row-end: 3;
  }

  #w-node-_09337193-bac1-3e62-d3b8-38f020c6f935-99ccd10e {
    grid-column: 2 / 5;
  }

  #w-node-_09337193-bac1-3e62-d3b8-38f020c6f937-99ccd10e {
    grid-column: 2 / 4;
  }

  #w-node-_3d1a67c4-95de-668b-c419-f4328315e6bb-99ccd10e {
    grid-column: 1 / 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-99ccd10f {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-99ccd10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_62e8585e-b2dd-6b5c-e815-1c978ab919a8-99ccd10f {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_62e8585e-b2dd-6b5c-e815-1c978ab919ac-99ccd10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176cb-99ccd10f {
    grid-row: 1 / 2;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176ce-99ccd10f {
    grid-row: 2 / 3;
  }

  #w-node-_005dad75-ce37-fe47-a369-d3fc7e45188b-99ccd10f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_005dad75-ce37-fe47-a369-d3fc7e45188e-99ccd10f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c2864e63-da07-45d7-a893-74ed488cfc26-488cfc24 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79234-e0d79233, #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79236-e0d79233 {
    grid-column-end: 3;
  }

  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79241-e0d79233 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-d4d8e0f3-62ea-b2b7-32ad-124c8c4cc4dc-e0d79233 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-_105032b4-be35-5f43-2d23-1f46911587be-99ccd110 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f2b-a15b3f29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f35-a15b3f29 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12e8f179-4707-6b35-16c5-70d799444f9a-a15b3f29 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_12e8f179-4707-6b35-16c5-70d799444fa1-a15b3f29 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a24-6e256a21 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a26-6e256a21 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a28-6e256a21 {
    grid-column: 4 / 5;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472887-99ccd147, #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-99ccd147, #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-99ccd148, #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-99ccd148 {
    grid-column-end: 3;
  }

  #w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-99ccd149 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d6ba330d-7eb9-5bb5-2f9f-1a3de682d218-99ccd149, #w-node-_6e7eea2a-9290-8462-2d86-df45dbecc054-99ccd14a, #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-99ccd14b {
    grid-column-end: 3;
  }

  #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-99ccd151 {
    grid-column: span 2 / span 2;
  }

  #w-node-c97a6baa-30aa-5443-e03b-bdaab4091a1b-b4091a19 {
    grid-column: 1 / 5;
  }

  #w-node-e440b273-90ac-461a-48fb-5eeb2f3d2733-99ccd154 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-_3b3c5210-c144-26b0-f298-04cf101164c6-99ccd154 {
    grid-column: 1 / 3;
    grid-row-start: 2;
    align-self: end;
  }

  #w-node-c0d053f0-8b8c-c1ff-1344-fe5cea251420-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c0d053f0-8b8c-c1ff-1344-fe5cea251430-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_05fcaccd-c9fb-bc42-7aa9-cfa3a24ebae4-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05fcaccd-c9fb-bc42-7aa9-cfa3a24ebae9-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cfb85865-a620-9769-13d0-276014cff740-99ccd154 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cfb85865-a620-9769-13d0-276014cff748-99ccd154, #w-node-f21527e0-dfea-7d59-3376-b5784d365239-99ccd154, #w-node-_18c00867-5105-dd4c-7885-49e6df7b98b8-99ccd154 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5b9c4a0e-3173-6e0b-6dc6-29b4273af39d-273af39c, #w-node-eef37878-bfbb-d61f-afae-c7e863fd87b4-273af39c, #w-node-ebd09504-cc8b-1fdb-13b9-0328b773d151-273af39c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a02b3a6a-2af0-3238-105a-2fe47e4d899a-99ccd155 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-a02b3a6a-2af0-3238-105a-2fe47e4d899c-99ccd155 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e57230-99ccd155, #w-node-f91dd9ea-fef2-84ef-2147-4ed9c9e57235-99ccd155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_98622589-833f-4010-454a-e9d34f15d852-4f15d851, #w-node-_98622589-833f-4010-454a-e9d34f15d854-4f15d851 {
    grid-column-end: 3;
  }

  #w-node-_2b8ba296-c438-81d8-829a-7780276c6f78-99ccd156 {
    justify-self: center;
  }

  #w-node-_51e59372-1a2a-4210-7034-6e11a64f6fca-99ccd156 {
    grid-column-end: 3;
  }

  #w-node-_51e59372-1a2a-4210-7034-6e11a64f6fcf-99ccd156 {
    grid-column: 2 / 4;
  }

  #w-node-_51e59372-1a2a-4210-7034-6e11a64f6fd4-99ccd156 {
    grid-column: 3 / 5;
  }

  #w-node-_51e59372-1a2a-4210-7034-6e11a64f6fd7-99ccd156 {
    grid-column: 3 / 5;
    justify-self: center;
  }

  #w-node-f6ca6402-6640-cc5f-cc9a-bff36d48a73d-99ccd156 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5e77c701-0224-528e-f538-53662d0f33ec-99ccd156, #w-node-_85d176da-3056-a0d3-dc26-3c521a782868-99ccd156 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4e51ec20-450c-59ce-68c6-5ae2a1f40dd1-99ccd156 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf8f-99ccd156, #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf95-99ccd156, #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaaf9b-99ccd156, #w-node-_4f4708fa-29f2-39d3-4df9-642d9bfaafa1-99ccd156 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0751-99ccd156 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_3f81483d-5adc-6c2e-2b32-48c0540b0756-99ccd156 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_79924663-f60e-ef19-a0e2-01d4e91d2ffe-e91d2ffd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_21eb38bc-7cb4-8bb1-3a9f-566bbcb51300-e91d2ffd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a58d7687-3b48-7269-f6a5-a6a9239870d6-e91d2ffd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5f378ba6-92c6-aaba-c423-03c6c5875b5e-99ccd16f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb7-99ccd184 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb9-99ccd184 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d4a78a3-6e91-635e-7844-ae35954de5ae-954de5ac {
    grid-column: 1 / 3;
  }

  #w-node-_9be61596-31db-181e-93a6-c3359bddcd2a-9bddcd29, #w-node-ec02ac35-d092-ad36-a689-3ff8f890d4ca-9bddcd29, #w-node-d107247b-122e-9c98-30e6-61253f698065-9bddcd29, #w-node-a82b213a-e40d-f951-4522-7d28fb1873e7-9bddcd29 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e973279e-e973279d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e97327c6-e973279d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e97327c8-e973279d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4f0b7a0d-22b0-c5f9-47ab-22a9e9732807-e973279d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_078377a5-da99-6552-6adf-b0a3e31e01fe-e973279d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_078377a5-da99-6552-6adf-b0a3e31e0200-e973279d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_45c6ccde-9929-827d-2861-403c04177f78-04177f77 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_45c6ccde-9929-827d-2861-403c04177fab-04177f77 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45c6ccde-9929-827d-2861-403c04177fde-04177f77 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_51b0b9d2-cb93-5e24-b186-16d065a93b7b-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6831-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683b-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6840-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6845-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684a-99ccd18c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684c-99ccd18c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684f-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6854-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6859-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685e-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6863-99ccd18c, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6868-99ccd18c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fc8127c1-6852-ce9f-5e45-1ff875208d59-99ccd18d {
    grid-column: 1 / 3;
  }

  #w-node-_77b171ed-90c2-b3d2-3aab-bb10559cdfe2-99ccd18d, #w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce015-99ccd18d, #w-node-_77b171ed-90c2-b3d2-3aab-bb10559ce048-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_250a4860-4190-7ad1-3253-b24308868c39-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c50-99ccd18d, #w-node-_250a4860-4190-7ad1-3253-b24308868c67-99ccd18d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8d53db05-d8bd-8951-6c8e-327f251720bf-99ccd18d, #w-node-_8d53db05-d8bd-8951-6c8e-327f251720c0-99ccd18d, #w-node-_8d53db05-d8bd-8951-6c8e-327f251720c2-99ccd18d, #w-node-_8c21a3f9-99c2-9548-1570-c552c6dc90c5-99ccd18d, #w-node-_8c21a3f9-99c2-9548-1570-c552c6dc90c3-99ccd18d, #w-node-c7e8fef2-90e1-5d50-9204-c0e6e10d0c5e-99ccd18d {
    grid-column-end: 3;
  }

  #w-node-_397d2079-5e79-b137-3129-b264a2b5495e-99ccd18d {
    grid-column: 1 / 5;
  }

  #w-node-_31a52e40-3bf6-b520-933e-9f73741d393f-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_31a52e40-3bf6-b520-933e-9f73741d3942-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65e5-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65e8-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_178fc69e-f485-cb6b-85b2-0f19d88c65ef-99ccd18d {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: start;
  }

  #w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b7d-99ccd18d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_19c6fbda-421c-23ae-bf0d-7e7a522d6b80-99ccd18d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_102b277a-67b4-4623-3dba-16924cd15e50-99ccd18d, #w-node-_102b277a-67b4-4623-3dba-16924cd15e65-99ccd18d, #w-node-_102b277a-67b4-4623-3dba-16924cd15e7a-99ccd18d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6064630b-8876-8341-5bad-1c8767fbf288-99ccd18d, #w-node-_6f55853d-5473-dc7f-63d4-d04da1176729-99ccd18d {
    grid-column: 1 / 3;
  }

  #w-node-_29c02502-bead-c979-0fc9-5b431f8a83d9-99ccd18d, #w-node-_29c02502-bead-c979-0fc9-5b431f8a83db-99ccd18d, #w-node-_29c02502-bead-c979-0fc9-5b431f8a83dc-99ccd18d {
    grid-column-end: 3;
  }

  #w-node-_9e4eb399-aa76-58f0-e088-2fd094e40186-94e40185 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb7-d2c64eb6, #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb9-d2c64eb6 {
    grid-column-end: 3;
  }

  #w-node-_90dfccd7-97a5-db0b-22b4-7b54dce19e7f-dce19e70, #w-node-b840d765-11b7-8fe7-b47a-0959fb0e5913-dce19e70, #w-node-ecbff59e-f32b-c094-dc0b-590f99daa3a0-dce19e70, #w-node-_2691d7a4-6ee8-c3dc-dc7b-c90cda305bf3-dce19e70, #w-node-_5e5decde-ca91-c2e4-b9b1-45016d1a32f9-dce19e70 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a1dfca66-d594-e9ba-a566-0f6d1e244493-1e244491 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a1dfca66-d594-e9ba-a566-0f6d1e244495-1e244491 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8d3c6537-9a06-5e6d-ce95-cdd96c30ff0e-99ccd18e {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr .25fr;
  }

  #w-node-_8cfd1b2e-8435-3215-3869-914d4954ced1-99ccd18e {
    grid-column: span 1 / span 1;
  }

  #w-node-_37e04cbe-4305-2683-62b6-4d38790cdca9-99ccd18e, #w-node-_6483da8d-db1a-6755-1aa1-bc5d2ba54129-99ccd18e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-99ccd1b5 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-99ccd1b5 {
    place-self: stretch stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-99ccd1b5 {
    justify-self: stretch;
  }

  #w-node-b3534cf3-dc21-1394-b04c-2758e8eec4a0-99ccd1b5 {
    place-self: stretch stretch;
  }

  #w-node-b3534cf3-dc21-1394-b04c-2758e8eec4a2-99ccd1b5 {
    justify-self: stretch;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b5 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-f866ed03-fed8-7025-cabe-c8b6997a2a72-99ccd1b5 {
    grid-column-start: 1;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbdd-99ccd1b5 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbe1-99ccd1b5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbea-99ccd1b5 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_73fc39a8-402e-cca6-3f8c-b0504441dbee-99ccd1b5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d91f6-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d920d-99ccd1b5, #w-node-_912ec2ca-fe01-6c4e-c4fc-c4e5ec1d9224-99ccd1b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b6 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_597b5782-9c5d-c351-155c-f0935ccfea19-99ccd1b6 {
    grid-column-end: 3;
  }

  #w-node-c28216ed-64d1-4a15-5bad-3aa5fd046d54-99ccd1b6 {
    grid-column: 2 / 4;
  }

  #w-node-_1f1baebe-7b78-ebb8-5eed-2ceb340b97fb-99ccd1b6 {
    grid-column: 3 / 5;
  }

  #w-node-_436b2aba-b60b-e6d9-59e2-8e3841f13566-99ccd1b6 {
    grid-column: 3 / 5;
    justify-self: center;
  }

  #w-node-_1dc1b062-d679-2ced-19b1-9ba419d15dd6-99ccd1b6 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_1dc1b062-d679-2ced-19b1-9ba419d15ddf-99ccd1b6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85a7ff2a-02c7-4e27-4712-5c02f14d44e6-99ccd1b6, #w-node-ff1a2ad2-de6e-797c-be64-c58d62825e69-99ccd1b6, #w-node-_25c4c32a-6361-1fe2-d648-2d8a7f59fbb0-99ccd1b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c894ce13-db6d-6b27-2d28-4d0eeebe00e9-99ccd1b6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c894ce13-db6d-6b27-2d28-4d0eeebe0111-99ccd1b6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c894ce13-db6d-6b27-2d28-4d0eeebe0152-99ccd1b6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ecca5a28-3ee4-cbe1-e84b-f41509c4bc50-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c637-99ccd1b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c646-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1f162899-edbe-24b3-7939-44579bba5875-99ccd1b7, #w-node-_1f162899-edbe-24b3-7939-44579bba5876-99ccd1b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_1f162899-edbe-24b3-7939-44579bba5884-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c38-99ccd1b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c47-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c4b-99ccd1b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_65faf202-d8d4-d641-7577-83d94b449c5a-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-df743746-c1fb-bbf6-5fa1-4f41372b617c-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b68-99ccd1b7 {
    grid-column-end: 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b70-99ccd1b7 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b78-99ccd1b7 {
    grid-row: 4 / 5;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b65-99ccd1b7 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b6a-99ccd1b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e80055a5-83a1-df50-22f4-4797d0ef0453-99ccd1b7 {
    grid-column: 1 / 3;
  }

  #w-node-e80055a5-83a1-df50-22f4-4797d0ef0455-99ccd1b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-b1674d80-3748-5488-fa5f-e3bcc883fac0-99ccd1b7 {
    grid-column-start: 1;
  }

  #w-node-aaf15321-342e-2d26-5e51-6b15d7401110-d740110c {
    justify-self: stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-99ccd1b8 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-99ccd1b8 {
    place-self: stretch stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-99ccd1b8 {
    justify-self: stretch;
  }

  #w-node-_8926c318-8bf2-cba9-be48-f2a33e6fe80b-99ccd1b8 {
    place-self: stretch stretch;
  }

  #w-node-_8926c318-8bf2-cba9-be48-f2a33e6fe80f-99ccd1b8 {
    justify-self: stretch;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-99ccd1b8 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-ae83e7c5-581c-6bd7-e239-410a36ebe00e-99ccd1b8, #w-node-_6d7f000c-d402-b5e3-2b9c-6ae2874b8f69-99ccd1b8 {
    grid-column-start: 1;
  }

  #w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dd6-99ccd1b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_771a23d6-7f8d-afd9-b1e0-6b60ef575dd9-99ccd1b8, #w-node-_46aa284d-6e1c-21a1-3da9-2505e7c6f1eb-99ccd1b8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_46aa284d-6e1c-21a1-3da9-2505e7c6f1f9-99ccd1b8 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_04f68222-7e9e-141a-0631-0d02bde67894-e4dc5aba {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-e223eb94-5b50-7529-c416-9a93b8336388-e4dc5aba {
    grid-area: span 4 / span 10 / span 4 / span 10;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c637-e4dc5aba {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_765ba1d7-cf4a-c350-5560-34b11a96c646-e4dc5aba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d0f-e4dc5aba, #w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d10-e4dc5aba {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_53ca8116-0d51-dc5e-d73c-47863ce08d1e-e4dc5aba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd161-e4dc5aba {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd170-e4dc5aba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd175-e4dc5aba {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_4726dd5d-ce67-f4cf-9f77-940ab49dd184-e4dc5aba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b68-e4dc5aba {
    grid-column-end: 3;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b70-e4dc5aba {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_993f762e-9d1a-1376-e100-18f3e82f3b78-e4dc5aba {
    grid-row: 4 / 5;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b65-e4dc5aba {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_08ad461c-9061-ed37-96ff-40866d460b6a-e4dc5aba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-eae53931-0fb3-921a-cab1-9e9013ba767f-979f72a2 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-eae53931-0fb3-921a-cab1-9e9013ba7682-979f72a2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f22b06b4-8e8e-0a9e-9e85-63413bbcfcf3-979f72a2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f22b06b4-8e8e-0a9e-9e85-63413bbcfcf6-979f72a2 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-0630d2b8 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-0630d2b8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a1b64fc-f3ba-bb01-7507-f38882e13ca3-57784ad7 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_7a1b64fc-f3ba-bb01-7507-f38882e13ca6-57784ad7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176cb-57784ad7 {
    grid-row: 1 / 2;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176ce-57784ad7 {
    grid-row: 2 / 3;
  }

  #w-node-_6e3b5161-75a7-9e44-45a5-988bd07305af-57784ad7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6e3b5161-75a7-9e44-45a5-988bd07305b2-57784ad7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fdfd3d8d-95e3-af6d-959d-b8f7378a670a-57784ad7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fdfd3d8d-95e3-af6d-959d-b8f7378a670d-57784ad7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92343-03bc8c0c {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-aa2f0cd9-7fd9-dbab-7331-5324dbc92347-03bc8c0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176cb-03bc8c0c {
    grid-row: 1 / 2;
  }

  #w-node-_22441876-a645-1541-b229-54b2258176ce-03bc8c0c {
    grid-row: 2 / 3;
  }

  #w-node-_38c1878f-f947-6d4a-4abd-b154a894f09e-03bc8c0c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_38c1878f-f947-6d4a-4abd-b154a894f0a1-03bc8c0c {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_5d1e7b99-90b7-3c6a-2770-807de16da63e-03bc8c0c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5d1e7b99-90b7-3c6a-2770-807de16da641-03bc8c0c {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-f8d06cdf-1834-9651-910c-18a54ee8df20-03bc8c0c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f8d06cdf-1834-9651-910c-18a54ee8df23-03bc8c0c {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-ba3f6847-2b2a-c2d6-b3e3-7c0a9225bac1-3795e9b7 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-ba3f6847-2b2a-c2d6-b3e3-7c0a9225bac4-3795e9b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e47dae27-7d51-4f82-b375-8680e652ca29-3795e9b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e47dae27-7d51-4f82-b375-8680e652ca2c-3795e9b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-cba2dd53-80c7-a686-be9d-77e1c266de62-3795e9b7 {
    grid-row: 1 / 2;
  }

  #w-node-cba2dd53-80c7-a686-be9d-77e1c266de65-3795e9b7 {
    grid-row: 2 / 3;
  }

  #w-node-_45025b45-c56e-ffd6-9b7b-f99b262464a9-3795e9b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_45025b45-c56e-ffd6-9b7b-f99b262464b8-3795e9b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fcbff56c-efbb-ff55-23cb-5acd47534c02-3795e9b7 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fcbff56c-efbb-ff55-23cb-5acd47534c08-3795e9b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-c24fe5a4, #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-c24fe5a4 {
    grid-column-end: 3;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-ae0276ac {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_31805cb3-1268-e3d1-02f9-e0a9575f0386-ae0276ac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376b-ae0276ac {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376c-ae0276ac {
    order: -9999;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376e-ae0276ac, #w-node-_609e428a-182a-7d0d-6924-7835f30d3778-ae0276ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-ae0276ac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-14a36f8e {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376b-14a36f8e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376c-14a36f8e {
    order: -9999;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376e-14a36f8e, #w-node-_609e428a-182a-7d0d-6924-7835f30d3778-14a36f8e {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-14a36f8e, #w-node-_89e9fd19-5c35-235a-4d7d-2f1e7993c4dd-14a36f8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89e9fd19-5c35-235a-4d7d-2f1e7993c4df-14a36f8e {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1bbf257-fa4f-4815-5071-ae272ba18227-14a36f8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1bbf257-fa4f-4815-5071-ae272ba18228-14a36f8e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8bf09c08-cc63-1a99-301d-063ac562578c-14a36f8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8bf09c08-cc63-1a99-301d-063ac56257a1-14a36f8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57a7036e-1499-0504-8130-53a63ee70a9f-14a36f8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_57a7036e-1499-0504-8130-53a63ee70aa0-14a36f8e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-14a36f8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-07689e95 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376b-07689e95 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376c-07689e95 {
    order: -9999;
  }

  #w-node-_609e428a-182a-7d0d-6924-7835f30d376e-07689e95, #w-node-_609e428a-182a-7d0d-6924-7835f30d3778-07689e95 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f0451f7-9a3a-ac17-dab8-9682b9d6b814-07689e95, #w-node-f2c76c02-b507-ba55-86f0-c4dfc5efabf7-07689e95, #w-node-_4d400481-aad8-5853-33f1-d23544b6f9b8-07689e95 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-5e505396, #w-node-fa2dc359-2cac-beac-e662-36e6b9533083-bdac8946 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-fab250fd-1d32-87fa-66bc-bc277e898d1d-bdac8946, #w-node-cd33855f-978c-bd2d-e228-e91abf255444-bdac8946, #w-node-_765c1884-600d-0498-4abb-8859d559601a-bdac8946, #w-node-dc09a5af-d9a5-f7f4-bfd3-cf40d6861b9b-bdac8946, #w-node-dfd39ee3-5ac5-97f6-2c57-cd16eda09ca0-bdac8946 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a6af267-7483-b1d1-0de9-43cf14869f15-bdac8946, #w-node-_8a6af267-7483-b1d1-0de9-43cf14869f26-bdac8946 {
    grid-column-end: 3;
  }

  #w-node-ae0cc455-9f1c-cc24-1862-f4f9f3b77fc0-d0f0a57f, #w-node-_917f651e-b65f-db22-7052-5e9e12b4d594-d0f0a57f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d586e-d0f0a57f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d586f-d0f0a57f {
    order: 2;
    grid-column: span 2 / span 2;
  }

  #w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d5871-d0f0a57f {
    order: 1;
    grid-column: span 2 / span 2;
  }

  #w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d587b-d0f0a57f {
    order: 3;
  }

  #w-node-_43cbb5cc-61f6-39d8-a6b4-7f022b0d5885-d0f0a57f {
    order: 4;
    grid-column: span 2 / span 2;
  }

  #w-node-b52fc9a4-6ef6-fb53-51a9-944c189743cc-d0f0a57f {
    order: 6;
    grid-column: span 2 / span 2;
  }

  #w-node-_8861e98c-0543-8e38-e658-f060a3f85074-d0f0a57f {
    order: 5;
  }

  #w-node-_3dad3f4f-26ef-5b4e-1d81-68ad24e3305a-d0f0a57f, #w-node-_90399dd8-d378-4ff8-0b40-da902b7ba694-ed2d7caf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8a3-ed2d7caf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8a4-ed2d7caf {
    order: 2;
    grid-column: span 2 / span 2;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8a9-ed2d7caf {
    order: 1;
    grid-column: span 2 / span 2;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8ab-ed2d7caf {
    order: 3;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8ad-ed2d7caf {
    order: 4;
    grid-column: span 2 / span 2;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8b2-ed2d7caf {
    order: 6;
    grid-column: span 2 / span 2;
  }

  #w-node-a987d3ff-b5eb-e49a-c959-81b4e188f8b7-ed2d7caf {
    order: 5;
  }
}


@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-ExtraBold.ttf') format('truetype'), url('../fonts/MangoGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype'), url('../fonts/Switzer-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype'), url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype'), url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype'), url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype'), url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans';
  src: url('../fonts/VelaSans-ExtraBold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pramukhrounded';
  src: url('../fonts/PramukhRounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pramukhrounded';
  src: url('../fonts/PramukhRounded-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}