@font-face {
  font-family: Tanker;
  src: url('../fonts/Tanker-Regular.woff') format("woff"), url('../fonts/Tanker-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-BoldLC.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newyork;
  src: url('../fonts/NewYork.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1c1c1c;
  --black-2: black;
  --seashell: #f1ebe8;
  --magenta: #f722c1;
  --light-grey: #d4d4d4;
  --light-salmon: #fe9d73;
  --light-green: #85eca9;
  --light-blue: #99cbd7;
  --wheat: #f8e7c2;
  --medium-slate-blue: #8c4dff;
  --yellow-green: #b6d81f;
  --dim-greywhite: white;
  --dim-grey: #4b4b4b;
  --tomato: #df6a58;
  --light-coral: #ff5a6e;
  --medium-blue: #1c1fca;
  --orange-red: #ff6624;
  --gold: #ffe837;
  --thistle: #e2bceb;
  --gold-2: #ffca0e;
  --dark-violet: #6900ca;
}

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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 {
  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;
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: #000;
  max-width: 700px;
  margin: 20px auto 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 20px;
}

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

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

label {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

blockquote {
  color: #6b6b6b;
  border-left: 5px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.5;
}

.section {
  width: 100%;
  position: relative;
}

.section.overflow {
  overflow: hidden;
}

.section.overflow.space {
  height: 100vh;
}

.section.overflow.space-dark {
  background-color: #0f0f0f;
  height: 100vh;
}

.section.overflow.padding-top-large {
  z-index: 1;
}

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

.section.bg-mid-gray {
  background-color: var(--black-2);
}

.section.bg-dark {
  overflow: hidden;
}

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

.container {
  flex: 0 auto;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.inner-padding-medium {
  text-align: center;
  max-width: none;
  display: block;
}

.container.header-page {
  max-width: 1180px;
}

.container.larger {
  max-width: 1680px;
}

.inner-padding-large {
  padding-top: 160px;
  padding-bottom: 160px;
}

.inner-padding-medium {
  padding: 120px 2em 0;
}

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

.inner-padding-xsmall {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-bottom-medium {
  padding-bottom: 110px;
}

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

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

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

.margin-bottom-xsmall {
  margin-bottom: 3vh;
}

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

.center-wrapper.hero.overflow {
  overflow: hidden;
}

.center-wrapper.center {
  align-items: flex-start;
}

.center-wrapper.center.box {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.center-wrapper.detail {
  justify-content: flex-start;
  padding-bottom: 35px;
}

.center-wrapper.inner-padding-medium {
  flex: 0 auto;
}

.content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.content-wrapper.right {
  flex: 0 auto;
  align-items: flex-end;
}

.content-wrapper.rotate-15 {
  transform: rotate(15deg);
}

.content-wrapper.rotate--10 {
  transform: rotate(-10deg);
}

.content-wrapper.form {
  align-items: flex-start;
}

.content-wrapper.detail {
  justify-content: center;
  padding-bottom: 35px;
}

.content-wrapper.detail.right {
  text-align: right;
}

.content-wrapper.list {
  display: none;
}

.content-wrapper.header {
  padding-top: 22vh;
}

.content-wrapper.job {
  height: 90vh;
  padding-bottom: 35px;
  overflow: hidden;
}

.content-wrapper.bg-mid-blue {
  background-color: #adc7ce;
}

.content-wrapper.full {
  height: 100%;
}

.content-wrapper.footer-right {
  text-align: right;
  align-items: flex-end;
}

.content-wrapper.nav-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper.nav-grid.margin-bottom-small {
  margin-bottom: 80px;
}

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

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

.main-grid.full-page {
  z-index: 5;
}

.main-grid.center {
  align-content: center;
  align-items: center;
}

.main-grid.margin-bottom-medium {
  text-align: left;
}

.main-grid.padding-bottom-medium.padding-top-medium.margin-bottom-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-grid.padding-bottom-medium.box-center-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.main-grid.overflow {
  overflow: hidden;
}

.main-grid.full-list {
  z-index: 5;
  min-height: 100%;
}

.main-grid.full-height {
  height: 100vh;
  overflow: hidden;
}

.main-grid.nav {
  z-index: 5;
  flex: none;
  height: 100%;
}

.main-grid.hero-area {
  padding-top: 200px;
  padding-bottom: 150px;
}

.main-grid.hero-area.full {
  text-transform: none;
  grid-auto-flow: row;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-grid.hero-area.full.padding-top-medium.padding-top-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

.main-grid.padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-grid.list {
  border-top: 1px solid #cfcfcf;
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-grid.row {
  grid-auto-flow: column;
}

.main-grid.contain {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

.simple-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.simple-grid.stretch {
  height: 100%;
}

.simple-grid.stretch.no-gap {
  grid-column-gap: 0px;
  grid-auto-flow: column;
  align-content: start;
}

.main-paragraph.text-medium.opacity {
  opacity: .5;
}

.main-paragraph.text-medium.margin-bottom-small {
  color: var(--seashell);
  font-size: 22px;
}

.main-paragraph.text-gray {
  color: var(--magenta);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.main-paragraph.text-off-white {
  justify-content: flex-start;
  display: flex;
}

.main-paragraph.text-off-white.right-text-wrapper {
  justify-content: flex-end;
}

.main-paragraph.split {
  column-count: 2;
  column-gap: 60px;
}

.main-paragraph.text-medium {
  z-index: 4;
  font-size: 26px;
  font-weight: 500;
  position: relative;
}

.main-paragraph.text-medium.text-light-gray {
  color: var(--light-grey);
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.text-medium {
  font-size: 2em;
  line-height: 1.35;
}

.heading-large {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 15vh;
  font-weight: 700;
  line-height: .85;
  position: relative;
}

.heading-large.repeat, .heading-large.list {
  font-family: Generalsans, sans-serif;
  font-size: 85px;
  font-weight: 500;
}

.heading-large.large {
  padding-top: 3.5vh;
  font-size: 25vh;
}

.heading-large.large.title {
  padding-top: 5vh;
  line-height: .55;
}

.heading-large.jobs {
  white-space: nowrap;
  font-family: Generalsans, sans-serif;
  font-size: 16em;
  font-weight: 500;
}

.heading-large.jobs.left {
  left: -40vw;
}

.heading-large.jobs.right {
  right: -25vw;
}

.heading-large.list-jobs {
  padding-top: 35px;
  font-size: 160px;
}

.heading-large.list-jobs.text-black {
  padding-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 70px;
  font-weight: 500;
}

.heading-large.list-jobs._3d-list, .heading-large.list-jobs.text-white-flip {
  color: #fff;
  padding-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 70px;
  font-weight: 500;
}

.heading-large.page {
  transform-origin: 0 0;
  padding-top: 3.5vh;
  font-size: 25vh;
  line-height: .65;
}

.heading-large.footer {
  color: #fff;
  max-width: none;
  font-size: 8em;
}

.heading-large.regular {
  flex: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Generalsans, sans-serif;
  font-size: 12vh;
  display: block;
}

.heading-large.kern {
  padding-top: 11px;
  line-height: 1;
}

.heading-medium {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Thunder, sans-serif;
  font-size: 7.5vh;
  line-height: .95;
  position: relative;
}

.heading-medium.regular-type {
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.heading-medium.footer {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-regular {
  z-index: 2;
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3vh;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.heading-regular.next-project {
  color: #fff;
  margin-top: 15px;
  font-size: 3vh;
  line-height: 1.1;
}

.heading-regular.mainline {
  color: #fff;
  text-align: left;
  font-family: Generalsans, sans-serif;
  font-size: 6em;
  font-style: normal;
  font-weight: 400;
  line-height: .9;
}

.heading-regular.password {
  color: #fff;
  font-size: 24px;
}

.heading-small {
  color: #000;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.heading-small.regular-type {
  margin-top: 5px;
  margin-bottom: 5px;
  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;
}

.heading-small.uppercase {
  text-transform: uppercase;
}

.heading-small.text-light-white {
  color: #fff;
  margin-bottom: 4px;
  font-weight: 500;
}

.cover-image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.cover-image.on {
  z-index: 2;
  position: relative;
}

.cover-image.off {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cover-image.z-image {
  z-index: 5;
  position: relative;
}

.button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 15px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.heading-xlarge {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Thunder, sans-serif;
  font-size: 28vh;
  font-weight: 700;
  line-height: .8;
  display: block;
  position: relative;
}

.heading-xlarge.no-wrap {
  letter-spacing: -.01em;
  white-space: nowrap;
  padding-top: 2vh;
}

.heading-xlarge.no-wrap.text-white {
  line-height: .95;
}

.heading-xlarge.hero {
  white-space: nowrap;
  padding-top: 10vh;
  font-size: 40vh;
  line-height: 1;
}

.heading-xlarge.med {
  white-space: nowrap;
  font-size: 30em;
  line-height: .72;
}

.heading-xlarge.regular {
  font-family: Generalsans, sans-serif;
  font-size: 7em;
  font-weight: 500;
}

.heading-xlarge.ff {
  color: #7856b6;
}

.full-page {
  min-height: 100vh;
}

.full-page.center {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-wrapper {
  transform-origin: 0 0;
  position: sticky;
  top: 0;
}

.sticky-wrapper.sidebar {
  height: auto;
}

.sticky-wrapper.background {
  z-index: 12;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.sticky-wrapper.home-page {
  top: 120px;
}

.navbar-wrapper {
  z-index: 90;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #0000;
  height: 12em;
}

.nav-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center space-between;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: static;
}

.brand {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 15vh;
  height: auto;
  display: flex;
}

.brand.center {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu {
  z-index: 11;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 12vh;
  display: flex;
  inset: 0% 0% auto;
}

.main-button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 2px solid #0000004d;
  border-radius: 100px;
  padding: 25px 35px;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .2s;
}

.main-button:hover {
  border-color: #000;
  box-shadow: 8px 8px #000;
}

.main-button.circle {
  color: #fff;
  white-space: normal;
  background-color: #df6a58;
  border-style: none;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button.circle:hover {
  box-shadow: none;
}

.menu-button {
  z-index: 12;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 9px 1.25em 9px 20px;
  font-family: Thunder, sans-serif;
  font-size: 23px;
  display: flex;
}

.menu-button.w--open {
  color: var(--black);
  background-color: #0000;
}

.bg-yellow {
  background-color: #ffca0e;
}

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

.text-white {
  color: #fff;
}

.bg-light-coral {
  background-color: #ee3f54;
  background-image: none;
  background-size: auto;
}

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

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

.image-logo {
  height: 16px;
}

.text-menu {
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.text-menu.close {
  display: none;
}

.text-menu.on {
  letter-spacing: .02em;
  line-height: 1;
}

.text-menu.on.text-white {
  font-weight: 500;
}

.shape-button {
  width: 100%;
  max-width: 80%;
}

.shape-button.medium {
  border: 2px solid #000;
  border-radius: 100px;
  width: 4vw;
  margin-left: 20px;
  margin-right: 20px;
}

.shape-button.head {
  width: 45px;
}

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

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

.ticker.outline-white {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.ticker.outline-white.inner-padding-xsmall {
  border-top-color: #474747;
  border-bottom-color: #474747;
}

.ticker.outline-white, .ticker.outline-white.inner-padding-medium {
  border: 1px #000;
}

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

.grid.top-nav {
  display: none;
}

.image-link.social-icons {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px 5px;
  display: flex;
}

.header-page-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.regular-link {
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.bg-blue-gray {
  background-color: #e0f5fa;
}

.figure-wrapper {
  position: relative;
}

.figure-wrapper.page {
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-left: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.figure-wrapper.center {
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 0;
}

.collection-list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: auto;
  place-content: center;
  display: flex;
}

.link-inline-list {
  z-index: 5;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.divider-bullet {
  z-index: 6;
  background-color: #000;
  border-radius: 20px;
  flex: none;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
  position: relative;
}

.divider-bullet.slash {
  background-color: #ffffff4d;
  border-radius: 20px;
  width: 3px;
  height: 4.8em;
  margin-left: 2em;
  margin-right: 2em;
  transform: rotate(18deg);
}

.divider-bullet.slash.gray {
  background-color: #0000004d;
}

.container-wrapper {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-wrapper.inner-page {
  padding-top: 15vh;
}

.container-wrapper.inner-padding-medium {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: block;
}

.container-wrapper.header-page {
  padding-top: 160px;
}

.container-wrapper.header-page.home {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.container-wrapper.home-divider {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.image-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.outline {
  z-index: 6;
  width: 100%;
  height: 100%;
  box-shadow: none;
  margin-bottom: 20px;
}

.image-wrapper.outline.mid-size {
  max-width: 12vw;
  max-height: 18vh;
}

.image-wrapper.outline.first {
  height: 40vh;
  margin-bottom: 0;
}

.image-wrapper.outline.down {
  max-width: 18vw;
  max-height: 18vw;
}

.image-wrapper.outline.med {
  max-height: 35vh;
  margin-bottom: 0;
}

.image-wrapper._001 {
  height: 35em;
}

.image-wrapper._001.med, .image-wrapper._003 {
  height: 45em;
}

.image-wrapper.product {
  height: 48em;
}

.text-large {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.35;
}

.padding-top-large {
  padding-top: 180px;
}

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

.combo-img-wrapper {
  width: 100%;
  height: 100%;
  box-shadow: none;
  text-align: left;
  border: 5px solid #000;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.combo-img-wrapper.hero {
  z-index: 6;
  max-width: 30vw;
  max-height: 25vw;
}

.combo-img-wrapper.hero.medium {
  justify-content: flex-end;
  max-width: 55vw;
  max-height: none;
}

.combo-img-wrapper.mid-size {
  max-height: 45vh;
}

.combo-img-wrapper.hero-split {
  z-index: 6;
  max-width: 30vw;
  max-height: 25vw;
  overflow: visible;
}

.collection-item {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.card-wrapper {
  z-index: 4;
  background-color: #1d1d1d;
  width: 78vw;
  height: 75vh;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-wrapper.full {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

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

.card-grid-wrapper {
  border: 4px solid #0000;
  border-radius: 22px;
  width: 100%;
  padding: 32px 35px 55px;
  text-decoration: none;
  position: relative;
}

.card-grid-wrapper:hover {
  background-color: #d9aae4;
  border: 4px solid #000;
}

.span-image-first {
  background-image: url('../images/serious-looking-male-handsomel.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 14rem;
  height: 7rem;
  margin-bottom: -.1em;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.span-image-first.second {
  background-image: url('../images/pexels-alena-shekhovtcova-6995845-2.jpg');
}

.scribble {
  background-image: url('../images/scribble-line-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.image-frame-gallery {
  height: 42vh;
  overflow: hidden;
}

.image-frame-gallery.rotate {
  z-index: 2;
  width: 45vw;
  height: 75vh;
  position: relative;
  transform: rotate(-5deg);
}

.image-frame-gallery.back {
  width: 35vw;
  height: 60vh;
  position: absolute;
  inset: 15% 0% auto auto;
  transform: rotate(37deg);
}

.heading-xlarge-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bg-red {
  background-color: #e92500;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.span-image-two {
  background-image: url('../images/KOI-002.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 14rem;
  height: 7rem;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  bottom: -.4rem;
}

.link-block-heading {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 75px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-image-wrapper {
  background-color: #5c5c5c;
  flex: none;
  width: 300px;
  height: 100%;
  position: relative;
}

.section-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-background.full-hero {
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.section-background.full-hero.no-pd {
  padding: 0;
  display: flex;
}

.section-background.fixed {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-background.fixed.bg-dark-blue {
  background-color: #ced4d4;
}

.frame-image-one, .frame-image-two {
  min-height: auto;
  overflow: hidden;
}

.frame-image-three {
  max-width: 20vw;
  min-height: auto;
  overflow: hidden;
}

.hero-rotate-image {
  z-index: 5;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: 30vw;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  transform: rotate(8deg);
}

.sd1 {
  z-index: 6;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd2 {
  z-index: 7;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd3 {
  z-index: 8;
  transform-origin: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd4 {
  z-index: 9;
  transform-origin: 0 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd5 {
  z-index: 10;
  transform-origin: 0 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.sd6 {
  z-index: 10;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: rotate(0);
}

.collection-list-section {
  position: relative;
}

.flex-ticker {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-ticker.list {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: inset 0 -2px #000;
}

.flex-ticker.list.gray {
  align-items: flex-start;
  box-shadow: inset 0 -2px #555;
}

.image-detail {
  height: 38px;
  margin-top: 2px;
}

.image-detail.margin-micro {
  height: 20px;
  margin-bottom: 15px;
}

.image-detail.medium {
  height: 60px;
  margin-bottom: 25px;
}

.hero-image-container {
  z-index: 6;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  max-width: 34vw;
  position: relative;
  overflow: visible;
}

.track {
  flex-direction: column;
  justify-content: space-between;
  height: 550vh;
  display: flex;
  position: relative;
}

.track.hero-three {
  height: auto;
}

.frame-image {
  width: 60vw;
  max-width: 800px;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transform: rotate(-9deg);
}

.frame-image.sec-three {
  width: 45vw;
  height: 67vh;
  margin-right: 0;
  transform: rotate(9deg);
}

.frame-image.sec-four {
  width: auto;
  height: 55vh;
  margin-right: 0;
  transform: rotate(-3deg);
}

.detail-hero-grid {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0 35px 20px;
  display: grid;
  position: relative;
}

.center-image-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.center-image-wrapper-mid {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.center-image-wrapper-back {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.z-index {
  z-index: 10;
  position: relative;
}

.z-index.bg-gray {
  background-color: #e2dcd7;
}

.wrapper-footer {
  z-index: 10;
  position: relative;
}

.combo-img-wrapper {
  border-style: none;
  border-radius: 0;
}

.specials-track {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrapper-col {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.specials-wrapper {
  background-color: #181818;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-content-section {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.small-number {
  z-index: 12;
  color: #000;
  flex: 0 auto;
  margin-right: 45px;
  padding-top: 3px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.link-content-heading {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-page-wrapper {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40vh;
  display: flex;
  position: relative;
}

.heading-page-wrapper.works {
  background-image: url('../images/Freedom_1622811144662-HR.jpg');
  background-position: 50% 0;
  background-attachment: fixed;
  border-style: none;
  height: 40vh;
  min-height: auto;
}

.divider {
  background-image: url('../images/divider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 5vh;
}

.opacity {
  color: #333333bf;
}

.link-cards {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #fff0;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.link-cards:hover {
  background-color: #fff;
  border: 1px solid #494949;
  transform: translate(0, -5px);
}

.link-cards.guide {
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  height: 12em;
  transition-property: none;
}

.link-cards.guide:hover {
  border-style: none;
  transform: none;
}

.screenshot-wrapper {
  border-width: 1px 1px 3px;
  border-color: #000;
  flex: none;
  width: 100%;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  overflow: hidden;
}

.screenshot-wrapper.square {
  border-style: none;
  border-width: 1px;
  height: 10vw;
  padding-top: 0;
  padding-bottom: 0;
}

.screenshot-wrapper.image {
  background-color: #c9dadf;
  border-style: none;
  border-width: 1px;
  padding: 65px;
}

.screenshot-wrapper.on {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.alt-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  font-size: 13px;
  display: flex;
}

.main-heading-wrapper {
  border: 1px #ff1212;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.inner-section {
  overflow: hidden;
}

.inner-section.footer-wr, .footer-wrapper {
  width: 100%;
}

.buttons-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.text-field {
  background-color: #fff;
  border: 2px #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 18px;
}

.text-field.dark {
  background-color: #111;
  border-bottom-color: #585858;
}

.text-field.dark::placeholder {
  color: #5c5c5c;
}

.text-field.pw {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #272727;
  border: 1px #979797;
  border-radius: 30px;
  height: 64px;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-style: italic;
}

.form-block {
  width: 100%;
}

.field-label {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.field-label.text-white {
  color: #fff;
}

.field-label.form {
  color: #949494;
  margin-bottom: 5px;
  font-size: 13px;
}

.auto-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
}

.auto-grid.shortgap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.header-page {
  padding-top: 12vh;
}

.text-blue {
  color: #1c1fca;
}

.text-gray {
  color: #313131;
}

.link-content-wrapper {
  color: #000;
  width: 100%;
  text-decoration: none;
  display: inline;
}

.link-content-wrapper.styleguide {
  border-bottom: 1px solid #0003;
  margin-bottom: 35px;
  display: block;
}

.heading-xsmall {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  margin-top: 16em;
  margin-bottom: 8em;
  display: flex;
}

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

.utility-page-content.password {
  width: 450px;
  padding-left: 25px;
  padding-right: 25px;
}

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

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

.box-center-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.box-checkout {
  border-radius: 0;
  overflow: hidden;
}

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

.figure-wrapper-heading {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2vh;
  height: 22vh;
  display: flex;
}

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

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

.small-link.text-black {
  color: var(--seashell);
  text-align: left;
  font-size: 26px;
}

.small-link.footer {
  color: #858585;
  margin-bottom: 4px;
}

.small-link.footer.text-black {
  color: #333;
}

.image-social {
  height: 100%;
}

.success {
  background-color: var(--yellow-green);
  font-size: 16px;
}

.error {
  background-color: var(--light-salmon);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.textarea {
  border: 1px solid #fff;
  border-bottom-color: #000;
  min-height: 120px;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 18px;
}

.textarea.dark {
  background-color: #111;
  border-color: #111 #111 #585858;
}

.textarea.dark::placeholder {
  color: #5c5c5c;
}

.color-swatch {
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.color-swatch.bg-black {
  color: #fff;
  background-color: #000;
}

.color-swatch.bg-wheat {
  border: 1px solid #b3b3b3;
}

.nav-link-wrapper {
  text-align: right;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 35px;
  display: flex;
}

.bg-dark {
  background-color: #111;
}

.bg-mid-gray {
  background-color: #f1ece8;
}

.medium-paragraph {
  color: var(--seashell);
  text-transform: none;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  position: relative;
}

.medium-paragraph:hover {
  color: var(--magenta);
}

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

.paragraph-medium {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
}

.paragraph-medium.regular {
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-medium.text-white {
  font-weight: 500;
  line-height: 1.25;
}

.bg-menu {
  z-index: 10;
  background-color: #000;
  border-radius: 120000px;
  width: 1.2em;
  height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.small {
  color: var(--black);
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.small.subheader {
  color: #aaa;
  text-transform: none;
  width: 100%;
  margin-bottom: 20px;
  font-style: normal;
  display: block;
}

.flex-center {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.small-bullet {
  background-color: #000;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  margin-right: 8px;
}

.small-bullet.bg-gray {
  background-color: #6e6e6e;
}

.work-image-wrapper {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.rich-text-works p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.44;
}

.rich-text-works h2, .rich-text-works h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-works img {
  width: 100%;
  max-width: 2000px;
  margin: 60px auto;
}

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

.full-div-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.next-wrapper {
  justify-content: center;
  align-items: center;
  height: 6em;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.image-arrow {
  height: 10vh;
}

.image-arrow.left {
  height: 20px;
  margin-right: 25px;
}

.image-arrow.right {
  height: 20px;
  margin-top: 4px;
  margin-left: 25px;
}

.next-link {
  border: 2px solid #fff;
  border-radius: 120px;
  height: 6em;
  padding: 0 40px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.text-nav {
  letter-spacing: -.04em;
  text-transform: uppercase;
  padding-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 6.8em;
  line-height: 1;
}

.link-block-nav {
  color: #fff;
  height: 7.4em;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-large {
  color: var(--seashell);
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 500;
  line-height: .93;
}

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

.paragraph-large.regular {
  color: var(--dim-greywhite);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  cursor: default;
  align-self: auto;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.paragraph-large.text-white {
  color: #fff;
}

.paragraph-large.text-white.heading {
  margin-top: 0;
}

.paragraph-large.lower {
  letter-spacing: 0;
  text-transform: none;
  font-size: 70px;
  line-height: 1;
}

.paragraph-large.heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.detail-text {
  color: #000;
  text-transform: uppercase;
  flex: 1;
  font-size: 22px;
  font-weight: 500;
}

.detail-text.small {
  color: var(--seashell);
  flex: 0 auto;
  font-size: 16px;
  position: relative;
}

.detail-text.regular {
  text-align: center;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 500;
}

.detail-text.regular.text-white {
  color: #fff;
}

.detail-text.xsmall {
  font-size: 11px;
}

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

.span-spacing {
  padding-left: 45px;
  padding-right: 45px;
}

.span-spacing.large {
  padding-left: 84px;
  padding-right: 84px;
}

.inner-cell-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13em;
  display: flex;
}

.divider-wrapper {
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.divider-wrapper.bottom {
  margin-top: 0;
  margin-bottom: 80px;
}

.divider-wrapper.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-fill {
  background-color: #000;
  width: 100%;
  height: 1px;
  display: none;
}

.divider-fill.bg-white {
  background-color: #fff;
}

.divider-fill.bg-mid-gray {
  background-color: #858585;
}

.wrapper-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  display: grid;
}

.wrapper-list.white {
  border-bottom-color: #fff3;
}

.wrapper-list.margin-bottom-xsmall {
  width: 100%;
}

.wrapper-list.list {
  border-bottom-style: none;
  padding-top: 10px;
  padding-bottom: 5px;
}

.wrapper-list.padding-top {
  padding-top: 15px;
}

.spot-project {
  z-index: 200;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 26px;
  padding-right: 26px;
  display: none;
  position: fixed;
  inset: -5% 0% auto -10%;
}

.flex-cap {
  display: flex;
}

.flex-cap.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.span-circle {
  background-color: #838383;
  border-radius: 200px;
  width: .9em;
  height: .9em;
  margin-bottom: -.1em;
  margin-left: .15em;
  margin-right: .15em;
  display: inline-block;
  position: relative;
}

.span-circle.image-one {
  background-image: url('../images/am-14.svg');
  background-position: 50%;
  background-size: cover;
  width: 2.2em;
  height: .88em;
  margin-bottom: -.05em;
}

.span-circle.image-two {
  background-image: url('../images/Frame-98.png');
  background-position: 50%;
  background-size: cover;
  width: 2.2em;
  height: .88em;
  margin-bottom: -.1em;
}

.span-serif {
  padding-right: 14px;
  font-family: Newyork, sans-serif;
  font-weight: 500;
  display: inline-block;
}

._3d-wrapper {
  z-index: 12;
  perspective: 2000px;
  width: 100%;
  height: 200px;
  transform-style: preserve-3d;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.cube-front {
  z-index: 2;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 2px);
}

.cube-front.dark {
  color: #fff;
  background-color: #111;
}

.cube-back {
  z-index: 5;
  transform-origin: 50% 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 200px)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.cube-back.white {
  color: #000;
  background-color: #fff;
}

.text-black {
  color: #000;
}

.text-black.small-link {
  text-align: right;
}

.alt-name {
  z-index: 30;
  color: #fff;
  cursor: none;
  background-color: #000;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  padding: 14px 21px;
  display: flex;
  position: fixed;
  top: -8vw;
  bottom: auto;
}

.grid-3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.ticker-large-type {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

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

.xsmall-span {
  color: #fff;
  margin-left: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.xsmall-span.text-black {
  color: #000;
}

.line-divider-cube {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-divider-cube.bg-white {
  background-color: #fff3;
}

.inner-info {
  padding-top: 5px;
  padding-left: 15px;
}

.square {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.list-link-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--dim-grey);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.list-link-wrapper.white {
  border-bottom-color: #fff3;
}

.fixed-image-wrapper {
  background-color: #a29f9f;
  border-radius: 0;
  width: 20vw;
  max-width: 360px;
  height: auto;
  margin-top: -15em;
  margin-left: 4.5em;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: -600px auto auto -60%;
  overflow: hidden;
}

.fixed-image-wrapper.hero1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-width: none;
  height: 30em;
  margin-top: -3em;
  margin-left: 6em;
  display: none;
  position: absolute;
  inset: 0 auto auto 0%;
}

.fixed-image-wrapper.hero2 {
  width: 85%;
  max-width: none;
  height: 30em;
  margin-top: -3em;
  margin-left: 6em;
  top: 0;
  left: 0%;
}

.fixed-image-wrapper.hero3 {
  width: 85%;
  max-width: none;
  height: 30em;
  margin-top: -4em;
  margin-left: 6em;
  display: none;
  top: 0;
  left: 0%;
}

.fixed-image-wrapper.hero4 {
  width: 85%;
  max-width: none;
  height: 30em;
  margin-top: -4.5em;
  margin-left: 6em;
  top: 0;
  left: 0%;
}

.fixed-image-wrapper.headlinegif1 {
  display: none;
}

.grid-mosaic {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 220vw;
  height: 110vw;
  display: grid;
  position: relative;
  transform: none;
}

.unlink {
  background-color: #e4dbdb;
  width: 100%;
  max-width: 40vw;
  height: 100%;
  max-height: 70vh;
  position: relative;
  overflow: hidden;
}

.alt-jobs {
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  position: absolute;
  inset: -6em 0% auto;
}

.cards-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cards-wrapper._002 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 25vh;
  display: flex;
}

.link-card {
  width: 100%;
  max-width: 38vw;
  height: 100%;
  max-height: 68vh;
  position: relative;
}

.background-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.swap-heading {
  height: 5em;
  overflow: hidden;
}

.mobile-card {
  display: none;
}

.bio-picture {
  height: 100vh;
}

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

.paragraph-xlarge {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: pre-line;
  font-size: 8.8em;
  line-height: 1;
  overflow: hidden;
}

.paragraph-xlarge.no-wrap {
  white-space: nowrap;
}

.paragraph-xlarge.text-white {
  color: #fff;
  letter-spacing: 0;
}

.paragraph-xlarge.regular {
  text-transform: none;
  font-size: 7em;
  font-weight: 500;
}

.large-serif {
  color: #000;
  text-transform: uppercase;
  font-family: Newyork, sans-serif;
  font-size: 40vh;
  font-weight: 400;
  line-height: .8;
}

.large-serif.small {
  font-size: 9em;
  font-weight: 400;
}

.large-serif.text-white {
  color: #fff;
}

.inner-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gray-bullet {
  background-color: #858585;
  border-radius: 20px;
  width: 6px;
  height: 6px;
}

.p-wrapper {
  perspective: 2000px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-reed {
  color: var(--tomato);
}

.text-light-gray {
  color: #787878;
}

.box {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.date-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

.article-wrapper {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.inner-cell-wrapper {
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.inner-cell-wrapper.right {
  align-items: flex-end;
}

.arrow-small {
  width: 25px;
  margin-left: auto;
  margin-right: 0;
}

.bg-dark-blue {
  background-color: #f0e0b3;
}

.checkout-form {
  padding-top: 0;
  padding-bottom: 0;
}

.text-off-white {
  color: #858585;
}

.logo-footer {
  height: 32px;
  margin-top: 5px;
  margin-bottom: 60px;
}

.xxlarge {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 24vw;
  font-weight: 600;
  line-height: 1;
}

.xxlarge.text-red {
  color: #6de3ff;
}

.xxlarge.text-red.serif {
  color: var(--light-coral);
  font-family: Newyork, sans-serif;
  font-size: 20em;
  font-weight: 400;
  line-height: .8;
}

.xxlarge.hero {
  text-align: center;
  font-size: 22em;
  font-weight: 700;
  line-height: .76;
}

.xxlarge.serif {
  font-family: Newyork, sans-serif;
  font-size: 16em;
  font-weight: 400;
  line-height: .8;
}

.xxlarge.purple {
  color: #7856b6;
  padding-top: 5vw;
  font-family: Thunder, sans-serif;
  font-size: 42vw;
  font-weight: 700;
  line-height: .7;
  overflow: hidden;
}

.bg-blue {
  background-color: #aeefff;
}

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

.link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 200px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -3px #0000001a;
}

.link-wrapper.white {
  color: #c4c4c4;
  box-shadow: inset 0 -3px #ffffff1a;
}

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

.hover-underline {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-underline.bg-white {
  background-color: #fff;
}

.assets-ticker {
  height: 59px;
  margin-left: 4em;
  margin-right: 4em;
}

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

.list-link {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.light {
  font-weight: 400;
}

.inner-hover {
  background-color: var(--medium-blue);
  border-radius: 300px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-text {
  z-index: 7;
  position: relative;
}

.blog-thumb {
  width: 300px;
  height: 230px;
  overflow: hidden;
}

.gallery-row {
  width: 150vw;
}

.dash {
  background-color: #000;
  border: 1px solid #fff;
  width: 32px;
  height: 2px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.dash.bg-gray {
  background-color: #787878;
}

.overlap-top {
  z-index: 10;
  position: relative;
  top: -60px;
}

.cta-wrapper {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.spacer {
  height: 65vh;
}

.inner-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  width: 85%;
  height: 100%;
}

.inner-hero-grid.full {
  align-content: space-between;
}

.default-state {
  align-items: center;
  display: flex;
}

.quantity {
  border-color: #000;
  width: 90px;
  height: 58px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 22px;
}

.page-divider {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.add-to-cart-button {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  padding: 20px 30px;
  font-weight: 600;
}

.rich-text-blog h4 {
  color: #000;
  font-weight: 600;
}

.rich-text-blog h3 {
  max-width: none;
  font-weight: 600;
}

.rich-text-blog p {
  margin-bottom: 45px;
}

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

.heading-bullet {
  background-color: #000;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  margin-bottom: 7px;
  margin-right: 15px;
}

.right-text-wrapper {
  text-align: right;
}

.thumbnail-wrapper {
  background-color: #fff;
  width: 100%;
  height: 45em;
  position: relative;
  overflow: hidden;
}

.thumbnail-wrapper.small {
  height: 35em;
}

.heading-scroll-jobs {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 8.8em;
  line-height: 1;
}

.heading-scroll-jobs.left {
  position: relative;
  left: -25vw;
}

.heading-scroll-jobs.right {
  position: relative;
  right: -18vw;
}

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

.img-shop-wrapper {
  height: 32em;
  overflow: hidden;
}

.img-shop-wrapper.margin-bottom-xsmall {
  width: 100%;
}

.link-block-card {
  width: 100%;
  text-decoration: none;
}

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

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

.heading-large-regular {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

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

.collection-item-list {
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.small-arrow {
  height: 14px;
  margin-left: 15px;
}

.purple {
  color: #7856b6;
}

.xlarge {
  color: #000;
  text-transform: uppercase;
  font-size: 22em;
  font-weight: 600;
  line-height: .85;
}

.bottom-cta {
  z-index: 20;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-block {
  background-color: var(--medium-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 21px 35px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 5px 2px #0000001a;
}

.link-block:hover {
  background-color: #2c2feb;
}

.link-block.more {
  color: #000;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding-top: 19px;
  padding-bottom: 19px;
}

.link-block.more:hover {
  background-color: #eeeef0;
}

.lap-img {
  transform-origin: 0 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lap-img._02 {
  transform-origin: 0 100%;
}

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

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

.icon-button-nav-flex {
  opacity: .67;
  height: 10px;
}

.link-block-pop {
  color: #fff;
  width: 100%;
  line-height: 1.3;
  text-decoration: none;
}

.text-span {
  color: #dbdbdb;
  background-color: #6411ff;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 3px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}

.text-span-2 {
  z-index: 99;
  color: var(--orange-red);
  cursor: default;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.text-span-2.squiggle {
  white-space: normal;
  padding-left: 16px;
  padding-right: 12px;
  font-size: 62px;
  line-height: .9;
  position: relative;
}

.text-span-2.squiggle:hover {
  text-decoration: none;
}

.text-span-2.squiggle.future {
  color: var(--magenta);
  font-size: 46px;
}

.text-span-3 {
  z-index: 99;
  color: var(--orange-red);
  white-space: normal;
  cursor: default;
  padding-left: 8px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.text-span-3.squiggle {
  color: var(--magenta);
  white-space: nowrap;
  font-size: 46px;
  line-height: .9;
  text-decoration: none;
}

.button-2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph, .paragraph-2 {
  text-align: right;
}

.text-block {
  text-align: left;
  margin-right: 20px;
}

.text-block-2 {
  color: var(--dim-greywhite);
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  margin-right: 0;
  font-size: 16px;
  display: block;
  position: static;
}

.cursor {
  z-index: 9999;
  background-color: var(--orange-red);
  border-radius: 20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
}

.body {
  background-color: #000;
}

.text-block-3 {
  color: var(--dim-greywhite);
  flex: none;
  margin-left: 0;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-block-4 {
  font-size: 30px;
}

.text-block-5 {
  text-align: right;
}

.gifblock {
  z-index: 999;
  width: 30em;
  height: 20em;
  display: none;
  position: absolute;
  top: -10em;
  left: 5em;
}

.gifblock.headlinegif1 {
  z-index: 9;
  cursor: default;
  border-radius: 0;
  width: 28em;
  height: 16em;
  display: none;
  position: absolute;
  top: -20em;
  left: -14em;
  overflow: hidden;
}

.gifblock.headlinegif2 {
  z-index: 6;
  border-radius: 0;
  width: 28em;
  height: 16em;
  top: -20em;
  left: -14em;
  overflow: hidden;
}

.div-block {
  position: static;
}

.text-span-4 {
  object-fit: fill;
  background-image: url('../images/000013220021.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 80px;
  height: 70px;
}

.div-block-2 {
  text-decoration: none;
  display: flex;
}

.nav-grid-2 {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center space-between;
  align-items: center;
  height: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.menu-button-2 {
  z-index: 12;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 9px 1.25em 9px 20px;
  font-family: Thunder, sans-serif;
  font-size: 23px;
  display: flex;
}

.menu-button-2.w--open {
  color: #1c1c1c;
  background-color: #0000;
}

.navbar-wrapper-2 {
  z-index: 90;
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.assets-ticker-2 {
  height: 55px;
  margin-left: 4em;
  margin-right: 4em;
}

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

.content-wrapper-2.footer-right {
  text-align: right;
  align-items: flex-end;
}

.buttons-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.body-2 {
  background-color: #000;
}

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

.grid-2.box-center-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ovalbutton {
  color: var(--seashell);
  text-transform: none;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 90px;
  padding: 10px 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  font-style: italic;
}

.ovalbutton:hover {
  border-color: var(--magenta);
  color: var(--magenta);
  background-color: #000;
}

.ovalbutton.inner-padding-xsmall {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 27px;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.text-span-5 {
  text-transform: none;
  margin-left: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.text-span-5:hover {
  font-size: 24px;
}

.image-2 {
  border-radius: 100%;
  margin-bottom: 20px;
}

.body-3 {
  background-color: var(--black-2);
  display: block;
}

.heading-2 {
  color: var(--magenta);
  font-family: Generalsans, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.contentset {
  display: block;
}

.contentset.newcontent {
  margin-top: 20px;
}

.imageset {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-bottom: 100px;
  display: grid;
}

.imageset._2col {
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
}

.imageset._2col.video {
  width: 100%;
  display: flex;
}

.imageset._3col {
  padding-bottom: 20px;
  display: flex;
}

.imageset._1col {
  padding-bottom: 20px;
  display: block;
}

.portfolio-img {
  width: 48%;
  max-width: none;
  box-shadow: none;
  border: .5px #d1cece;
  border-radius: 16px;
  flex: 0 auto;
  display: block;
}

.portfolio-img._3col {
  flex: 0 auto;
  width: 31.5%;
  display: block;
}

.portfolio-img._3col.milanround {
  border-radius: 33%;
}

.portfolio-img._2col {
  width: 48%;
}

.portfolio-img._1col {
  width: 100%;
  box-shadow: none;
  display: block;
}

.portfolio-img._1col.video {
  height: 750px;
}

.portfolio-img._1col.roundless {
  border-radius: 4px;
}

.image-3 {
  display: inline;
}

.paragraph-3 {
  font-size: 17px;
}

.paragraph-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.list {
  color: var(--light-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.cols {
  margin-top: 20px;
  margin-bottom: 40px;
}

.italic-text {
  font-size: 18px;
}

.column {
  padding-left: 0;
  padding-right: 10px;
}

.italic-text-2 {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.bold-text {
  color: var(--black);
}

.bold-text-2 {
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.main-wrapper {
  display: none;
}

.button-3 {
  background-color: #0000;
  border: 1px solid #c5f4ff;
  border-radius: 4px;
  margin-top: 30px;
}

.text-span-h1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  min-width: 1400px;
}

.hero-container {
  position: relative;
}

.heading {
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 130%;
}

.padding-hero {
  padding-top: 8rem;
  padding-left: 8rem;
}

.embed-video {
  z-index: -1;
  opacity: 1;
  color: #b34c1a;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.home-hero-section {
  z-index: 2;
  position: relative;
}

.h1 {
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 115%;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40px 40px 40px;
  grid-template-columns: 40px 40px 40px 40px 40px 40px;
  width: 100%;
  margin-left: 50%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(-50%);
}

.grid-3.clickable-off {
  z-index: 0;
  background-image: none;
  background-size: auto;
  position: fixed;
}

.embed-video-2 {
  z-index: -1;
  opacity: .5;
  color: #b34c1a;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: auto 0% 129px;
}

.embed-video-3 {
  z-index: -1;
  opacity: .52;
  color: #b34c1a;
  width: 52%;
  height: 95%;
  display: block;
  position: absolute;
  inset: 0% 60px 0% auto;
}

@media screen and (min-width: 1440px) {
  .inner-padding-medium {
    padding-left: 6em;
    padding-right: 6em;
  }

  .center-wrapper.center.box {
    margin-left: 0;
    margin-right: 0;
  }

  .main-grid.padding-bottom-medium.padding-top-medium.margin-bottom-small {
    padding-top: 10vh;
    padding-bottom: 100px;
  }

  .main-paragraph.text-medium.margin-bottom-small {
    font-size: 26px;
  }

  .main-paragraph.text-gray {
    display: inline;
  }

  .heading-regular.next-project {
    font-size: 3vh;
  }

  .heading-regular.mainline {
    font-family: Generalsans, sans-serif;
    font-size: 7em;
    font-style: normal;
  }

  .cover-image {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .utility-page-wrap {
    margin-top: 18em;
    margin-bottom: 10em;
  }

  .image-arrow.right {
    max-width: 90%;
    margin-left: -20px;
  }

  .paragraph-large.regular {
    font-size: 34px;
  }

  .list-link-wrapper {
    border-bottom-color: var(--dim-grey);
  }

  .fixed-image-wrapper.hero1, .fixed-image-wrapper.hero2 {
    height: 32em;
    margin-top: -4em;
  }

  .fixed-image-wrapper.hero3 {
    height: 32em;
    margin-top: -4.5em;
  }

  .fixed-image-wrapper.hero4 {
    height: 32em;
    margin-top: -5em;
  }

  .text-span-2.squiggle {
    padding-left: 16px;
    padding-right: 12px;
    font-size: 66px;
  }

  .text-span-2.squiggle.future, .text-span-3.squiggle {
    font-size: 48px;
  }

  .ovalbutton {
    padding-right: 30px;
  }

  .text-span-5 {
    background-image: none;
    line-height: 1;
    display: inline;
  }

  .text-span-5:hover {
    background-image: none;
  }

  .heading-2 {
    font-family: Generalsans, sans-serif;
    font-style: normal;
  }

  .imageset._2col {
    display: flex;
  }

  .portfolio-img._3col {
    box-shadow: none;
  }

  .list {
    font-size: 17px;
  }

  .column {
    padding-right: 30px;
  }

  .embed-video {
    opacity: 1;
    height: 30%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .embed-video-2 {
    position: absolute;
  }

  .embed-video-3 {
    z-index: -5;
  }
}

@media screen and (min-width: 1920px) {
  .center-wrapper.center.box {
    padding-left: 0;
    padding-right: 10px;
  }

  .main-paragraph.text-medium.margin-bottom-small {
    font-size: 28px;
  }

  .medium-paragraph {
    font-size: 56px;
  }

  .paragraph-large.regular {
    font-size: 42px;
  }

  .fixed-image-wrapper.hero1, .fixed-image-wrapper.hero2, .fixed-image-wrapper.hero3 {
    width: 90%;
  }

  .fixed-image-wrapper.hero4 {
    width: 90%;
    margin-top: -5em;
  }

  .text-span-2.squiggle.future, .text-span-3.squiggle {
    font-size: 58px;
  }
}

@media screen and (max-width: 991px) {
  .section.overflow.space, .section.overflow.space-dark {
    height: auto;
  }

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

  .section.padding-top-medium.box-center-wrapper {
    text-align: left;
    padding-top: 12vh;
    padding-bottom: 4vh;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .inner-padding-large {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .inner-padding-medium {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .inner-padding-small {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .inner-padding-xsmall {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

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

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

  .margin-bottom-medium {
    margin-bottom: 8vh;
  }

  .margin-bottom-small {
    margin-bottom: 4vh;
  }

  .margin-bottom-xsmall {
    margin-bottom: 2vh;
  }

  .center-wrapper.full-page {
    z-index: 20;
  }

  .center-wrapper.center.box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper.detail {
    padding-left: 25px;
  }

  .content-wrapper.detail.right {
    padding-left: 0;
    padding-right: 25px;
  }

  .content-wrapper.list {
    border-bottom: 2px solid #000;
    height: 50vh;
    margin-bottom: 5vh;
    padding: 30px;
    display: flex;
  }

  .content-wrapper.box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper.bg-mid-blue {
    z-index: 10;
  }

  .content-wrapper.footer-right {
    text-align: left;
    align-items: flex-start;
  }

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

  .main-grid.padding-bottom-medium {
    display: block;
    position: relative;
  }

  .main-grid.padding-bottom-medium.box-center-wrapper {
    text-align: left;
    display: flex;
  }

  .main-grid.full-list {
    align-content: start;
  }

  .main-grid.hero-area.full.padding-top-medium.padding-top-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid.hero-mobile {
    padding-top: 10em;
    padding-bottom: 10em;
  }

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

  .simple-grid.stretch.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-paragraph.text-medium.margin-bottom-small {
    font-size: 24px;
  }

  .main-paragraph.text-gray {
    display: none;
  }

  .main-paragraph.split {
    column-count: 1;
  }

  .heading-large {
    font-size: 90px;
  }

  .heading-large.repeat {
    display: none;
  }

  .heading-large.large {
    font-size: 120px;
  }

  .heading-large.large.title {
    white-space: nowrap;
  }

  .heading-large.jobs {
    font-size: 10em;
  }

  .heading-large.list-jobs, .heading-large.page {
    font-size: 120px;
  }

  .heading-regular.next-project {
    font-size: 2.5vh;
  }

  .heading-regular.mainline {
    font-size: 5em;
  }

  .cover-image {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: inline;
  }

  .heading-xlarge {
    font-size: 120px;
  }

  .heading-xlarge.no-wrap {
    letter-spacing: 0;
  }

  .heading-xlarge.hero {
    font-size: 300px;
  }

  .heading-xlarge.med {
    font-size: 20em;
  }

  .heading-xlarge.regular {
    font-size: 12vh;
  }

  .sticky-wrapper.home-page {
    position: relative;
    top: 0;
  }

  .sticky-wrapper.specials {
    position: relative;
  }

  .nav-grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    justify-content: flex-start;
  }

  .grid.top-nav {
    display: none;
  }

  .header-page-wrapper {
    padding-top: 10vh;
  }

  .collection-list {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .link-inline-list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 70px;
  }

  .divider-bullet {
    display: none;
  }

  .container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-wrapper.header-page {
    padding-top: 180px;
  }

  .image-wrapper.outline {
    margin-left: auto;
    margin-right: auto;
  }

  .text-large {
    font-size: 36px;
  }

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

  .padding-top-medium {
    padding-top: 8vh;
  }

  .combo-img-wrapper.hero, .combo-img-wrapper.hero-split {
    max-width: 80vw;
  }

  .collection-item {
    position: relative;
  }

  .card-wrapper {
    width: 90vw;
  }

  .card-grid-wrapper:hover {
    background-color: #0000;
  }

  .span-image-first {
    width: 120px;
    height: 100px;
  }

  .image-frame-gallery.rotate {
    width: 90vw;
    height: 45vh;
  }

  .image-frame-gallery.back {
    width: 100%;
    height: 100%;
    display: none;
    inset: 0% auto auto 0%;
  }

  .span-image-two {
    width: 120px;
    height: 100px;
  }

  .link-block-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 78px;
  }

  .hover-image-wrapper {
    width: 30vw;
    height: 100%;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .section-background.full-hero {
    border-style: none;
    display: none;
    position: relative;
  }

  .section-background.full-hero.no-pd {
    display: none;
  }

  .hero-rotate-image {
    width: 30vw;
    height: 30vw;
  }

  .flex-ticker.list {
    box-shadow: none;
    padding-left: 30px;
  }

  .flex-ticker.list.gray {
    box-shadow: none;
  }

  .hero-image-container {
    max-width: 60vw;
  }

  .track.hero-three {
    height: auto;
  }

  .center-image-wrapper {
    height: 35em;
  }

  .link-content-heading {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .link-cards:hover {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    transform: none;
  }

  .screenshot-wrapper {
    height: auto;
  }

  .screenshot-wrapper.square {
    height: 245px;
  }

  .screenshot-wrapper.image {
    padding: 20px;
  }

  .main-heading-wrapper {
    align-items: center;
  }

  .utility-page-wrap {
    margin-top: 18em;
  }

  .box-center-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .figure-wrapper-heading {
    height: 11vh;
  }

  .paragraph-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-list-wrapper-hero {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .medium-paragraph {
    font-size: 48px;
  }

  .paragraph-medium.regular {
    font-size: 38px;
  }

  .small.subheader {
    display: block;
  }

  .work-image-wrapper {
    max-width: none;
    height: auto;
  }

  .rich-text-works p, .rich-text-works h2, .rich-text-works h4 {
    max-width: none;
  }

  .next-wrapper {
    height: 6em;
  }

  .image-arrow {
    height: 60px;
  }

  .image-arrow.right {
    display: block;
  }

  .paragraph-large {
    font-size: 45px;
  }

  .paragraph-large.regular {
    font-size: 38px;
    position: static;
  }

  .span-spacing.large {
    padding-left: 10%;
    padding-right: 10%;
  }

  .divider-wrapper, .spot-project {
    display: none;
  }

  .flex-cap.center {
    align-self: flex-start;
  }

  ._3d-wrapper {
    height: auto;
    padding-left: 30px;
  }

  .cube-front {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .cube-back {
    display: none;
  }

  .alt-name {
    display: none;
    inset: auto auto 0% 0%;
  }

  .grid-mosaic {
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    height: auto;
  }

  .alt-jobs {
    color: #000;
    white-space: nowrap;
    background-color: #0000;
    border-radius: 0;
    order: 1;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .cards-wrapper._002 {
    flex-direction: row;
    padding-bottom: 5vh;
  }

  .cards-wrapper._001 {
    padding-bottom: 5vh;
  }

  .link-card {
    flex-flow: wrap;
    justify-content: flex-start;
    max-width: none;
    height: auto;
    max-height: none;
    text-decoration: none;
    display: block;
  }

  .background-wrapper {
    text-align: center;
    position: relative;
  }

  .swap-heading {
    height: auto;
  }

  .mobile-card {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
  }

  .paragraph-xlarge {
    font-size: 120px;
  }

  .large-serif {
    font-size: 200px;
  }

  .large-serif.small {
    font-size: 3em;
  }

  .box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .inner-cell-wrapper {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxlarge.text-red.serif {
    font-size: 16em;
  }

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

  .inner-hover {
    display: none;
  }

  .blog-thumb {
    width: auto;
    height: auto;
  }

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

  .heading-large-regular {
    font-size: 90px;
  }

  .heading-large-regular.off {
    display: none;
  }

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

  .xlarge {
    font-size: 10em;
  }

  .bottom-cta {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .text-span-2.squiggle {
    padding-right: 12px;
    font-size: 52px;
    line-height: .9;
    text-decoration: none;
  }

  .text-span-2.squiggle.future {
    font-size: 52px;
  }

  .text-span-3.squiggle {
    font-size: 52px;
    text-decoration: none;
  }

  .gifblock.headlinegif2 {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .nav-grid-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper-2.footer-right {
    text-align: left;
    align-items: flex-start;
  }

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

  .grid-2.box-center-wrapper {
    display: block;
  }

  .ovalbutton {
    padding-right: 40px;
  }

  .text-span-5 {
    display: none;
  }

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

  .div-block-4 {
    flex-wrap: nowrap;
    display: flex;
  }

  .padding-hero {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .embed-video-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .inner-padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid.padding-bottom-medium {
    text-align: left;
  }

  .main-grid.padding-bottom-medium.padding-top-medium.margin-bottom-small {
    padding-top: 4vh;
  }

  .main-paragraph.text-off-white {
    display: flex;
  }

  .main-paragraph.text-medium {
    z-index: 1;
    position: relative;
  }

  .text-medium {
    font-size: 24px;
  }

  .heading-large {
    font-size: 50px;
  }

  .heading-large.list {
    white-space: nowrap;
  }

  .heading-large.large.title {
    padding-top: 25px;
  }

  .heading-large.jobs {
    font-size: 9em;
  }

  .heading-regular {
    font-size: 20px;
  }

  .heading-regular.next-project {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 2.5em;
    line-height: 1.5;
  }

  .heading-regular.mainline {
    font-size: 5em;
  }

  .cover-image {
    width: 100%;
    max-width: 90vw;
    margin-left: 0;
  }

  .heading-xlarge {
    font-size: 70px;
  }

  .span-image-first {
    border-width: 3px;
    height: 60px;
  }

  .span-image-two {
    height: 60px;
  }

  .link-block-heading {
    align-items: flex-start;
  }

  .small-number {
    padding-top: 2px;
  }

  .link-cards {
    font-size: 14px;
  }

  .utility-page-wrap {
    margin-top: 16em;
    margin-bottom: 10em;
  }

  .small-link.text-black {
    font-size: 27px;
  }

  .medium-paragraph {
    font-size: 50px;
  }

  .small.subheader {
    width: 100%;
    font-size: 16px;
  }

  .image-arrow {
    height: 40px;
  }

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

  .text-nav {
    font-size: 6em;
    font-weight: 700;
  }

  .link-block-nav {
    height: 6em;
  }

  .paragraph-large.regular {
    max-width: 90vw;
    font-size: 36px;
    display: block;
  }

  .paragraph-large.lower {
    font-size: 45px;
  }

  .text-black.small-link {
    text-align: left;
  }

  .paragraph-xlarge {
    font-size: 80px;
  }

  .paragraph-xlarge.regular {
    font-size: 50px;
  }

  .large-serif {
    font-size: 80px;
  }

  .date-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxlarge.serif {
    font-size: 8em;
  }

  .gallery-row {
    width: 300vw;
  }

  .heading-large-regular {
    font-size: 50px;
  }

  .text-span-2.squiggle {
    white-space: normal;
    font-size: 50px;
    position: static;
  }

  .text-span-2.squiggle.future {
    font-size: 48px;
  }

  .text-span-3.squiggle {
    white-space: normal;
    font-size: 48px;
  }

  .text-block-2 {
    display: none;
  }

  .gifblock.headlinegif2 {
    width: auto;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2.box-center-wrapper {
    display: block;
  }

  .ovalbutton {
    padding-right: 40px;
  }

  .body-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-2 {
    font-size: 31px;
    line-height: 40px;
  }

  .imageset {
    max-width: 100%;
  }

  .padding-hero {
    text-align: center;
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .inner-padding-medium {
    padding-top: 3vh;
  }

  .center-wrapper.full-page {
    height: 100%;
    min-height: auto;
  }

  .center-wrapper.full-page._100vh {
    min-height: 100vh;
  }

  .center-wrapper.detail {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .content-wrapper.right {
    align-items: flex-start;
  }

  .content-wrapper.detail.right {
    align-items: flex-end;
  }

  .content-wrapper.bg-mid-blue {
    z-index: 10;
  }

  .content-wrapper.nav-grid.margin-bottom-small {
    margin-bottom: 4em;
  }

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

  .main-grid.full-page {
    align-content: start;
  }

  .main-grid.padding-bottom-medium.padding-top-medium.margin-bottom-small {
    margin-bottom: 1vh;
    padding-bottom: 0;
  }

  .main-grid.padding-bottom-medium.box-center-wrapper {
    padding-bottom: 2vh;
  }

  .main-grid.overflow.hero, .main-grid.full-list {
    align-content: start;
  }

  .main-grid.hero-area.full.padding-top-medium.padding-top-large {
    grid-template-columns: 1fr;
  }

  .main-grid.hero-mobile {
    padding-bottom: 0;
  }

  .simple-grid.stretch.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .main-paragraph.text-medium.margin-bottom-small {
    max-width: 83vw;
    font-size: 18px;
  }

  .main-paragraph.text-large {
    font-size: 36px;
  }

  .main-paragraph.text-medium {
    z-index: 4;
    font-size: 18px;
    position: relative;
  }

  .heading-large.list {
    font-size: 26px;
  }

  .heading-large.large {
    font-size: 75px;
  }

  .heading-large.large.title {
    padding-top: 16px;
  }

  .heading-large.jobs {
    font-size: 38px;
  }

  .heading-large.list-jobs {
    text-align: left;
    padding-top: 0;
    font-size: 60px;
    line-height: 1;
  }

  .heading-large.list-jobs.text-black {
    font-size: 35px;
  }

  .heading-large.list-jobs._3d-list {
    font-size: 40px;
    line-height: 2;
  }

  .heading-large.list-jobs.text-white-flip {
    font-size: 35px;
  }

  .heading-large.page {
    font-size: 60px;
    line-height: .8;
  }

  .heading-large.footer {
    font-size: 50px;
  }

  .heading-medium {
    font-size: 34px;
  }

  .heading-regular {
    font-size: 26px;
  }

  .heading-regular.next-project {
    padding-right: 0;
    font-size: 2em;
  }

  .heading-regular.mainline {
    font-size: 3.2em;
  }

  .heading-regular.password {
    font-size: 21px;
  }

  .cover-image {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .button {
    font-size: 24px;
  }

  .heading-xlarge.hero {
    font-size: 150px;
  }

  .heading-xlarge.med {
    font-size: 10em;
  }

  .heading-xlarge.regular {
    font-size: 7vh;
  }

  .navbar {
    height: 8em;
  }

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

  .brand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .main-button {
    white-space: nowrap;
    flex: 1;
    font-size: 16px;
  }

  .main-button.circle {
    width: 12em;
    height: 12em;
    margin-left: 0;
    margin-right: 0;
    font-size: .75rem;
  }

  .image-logo {
    height: 14px;
  }

  .shape-button.medium {
    width: auto;
    height: 50px;
  }

  .inner-ticker-wrapper {
    justify-content: space-around;
  }

  .ticker.outline-white {
    flex-direction: row;
  }

  .grid.social {
    width: 100%;
  }

  .container-wrapper.header-page {
    padding-top: 120px;
  }

  .image-wrapper._001 {
    height: 15em;
  }

  .image-wrapper._001.med, .image-wrapper._003 {
    height: 20em;
  }

  .image-wrapper.product {
    height: 25em;
  }

  .text-large {
    font-size: 26px;
  }

  .combo-img-wrapper.hero, .combo-img-wrapper.hero-split {
    opacity: 1;
    max-width: 70vw;
    max-height: 30vh;
  }

  .collection-item {
    height: auto;
  }

  .card-wrapper {
    height: 60vh;
  }

  .card-wrapper.full {
    height: auto;
  }

  .card-grid-wrapper {
    padding: 0;
  }

  .card-grid-wrapper:hover {
    background-color: #0000;
  }

  .image-frame-gallery {
    width: 75vw;
    height: auto;
  }

  .image-frame-gallery.rotate {
    height: 30vh;
  }

  .span-image-two {
    border-width: 3px;
  }

  .link-block-heading {
    align-items: flex-start;
    height: auto;
  }

  .hover-image-wrapper {
    flex: none;
  }

  .hero-rotate-image {
    width: 60vw;
    height: 60vw;
  }

  .flex-ticker.first, .flex-ticker.second {
    align-items: center;
  }

  .image-detail {
    display: block;
  }

  .hero-image-container {
    width: 75vw;
    max-width: none;
    padding-top: 120px;
  }

  .track {
    height: auto;
  }

  .frame-image {
    width: 80vw;
    height: 35vh;
  }

  .frame-image.sec-three {
    width: 60vw;
    height: 25vh;
  }

  .frame-image.sec-four {
    width: 70vw;
    max-width: none;
    height: 30vh;
  }

  .detail-hero-grid {
    grid-template-columns: .5fr 2fr .5fr;
  }

  .center-image-wrapper {
    height: 25em;
  }

  .center-image-wrapper-mid, .center-image-wrapper-back {
    display: none;
  }

  .specials-wrapper {
    max-height: 30vh;
  }

  .link-content-section.inner-padding-large {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .small-number {
    margin-right: 20px;
    padding-top: 0;
    font-size: 12px;
  }

  .link-content-heading {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .link-cards {
    font-size: 13px;
    line-height: 1;
  }

  .screenshot-wrapper.square {
    height: 150px;
  }

  .screenshot-wrapper.image {
    padding: 10px;
  }

  .alt-wrapper {
    padding: 15px 10px;
    font-size: 12px;
  }

  .utility-page-wrap {
    margin-top: 13em;
    margin-bottom: 8em;
  }

  .utility-page-content {
    align-items: center;
    width: auto;
  }

  .utility-page-form {
    max-width: 70vw;
    margin-left: 0;
  }

  .figure-wrapper-heading {
    width: auto;
    height: 8vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-link.text-black {
    white-space: normal;
    object-fit: fill;
    max-width: 80vw;
    font-size: 17px;
    display: block;
    overflow: visible;
  }

  .medium-paragraph {
    font-size: 28px;
    font-weight: 400;
  }

  .paragraph-medium.regular {
    font-size: 28px;
  }

  .small {
    font-size: 15px;
  }

  .image-arrow {
    height: 35px;
  }

  .image-arrow.left {
    margin-right: 10px;
  }

  .paragraph-large {
    font-size: 30px;
  }

  .paragraph-large.regular {
    font-size: 23px;
  }

  .paragraph-large.ticker {
    font-size: 18px;
  }

  .detail-text {
    font-size: 14px;
  }

  .detail-text.xsmall {
    font-size: 10px;
  }

  .span-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .span-spacing.large {
    padding-left: 10%;
    padding-right: 10%;
  }

  .inner-cell-text {
    justify-content: flex-end;
    padding-bottom: 15px;
  }

  .divider-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .flex-cap {
    align-items: flex-start;
  }

  .span-serif {
    padding-left: 5px;
    padding-right: 5px;
  }

  ._3d-wrapper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-content: center;
    align-items: center;
  }

  .square {
    height: 40vh;
  }

  .paragraph-xlarge {
    font-size: 40px;
  }

  .large-serif.small {
    font-size: 2.2em;
    line-height: 100%;
  }

  .p-wrapper.padding-bottom-medium {
    padding-bottom: 0;
  }

  .logo-footer {
    object-fit: cover;
    width: 25vw;
    height: auto;
    margin-bottom: 10px;
  }

  .xxlarge.text-red.serif {
    font-size: 4.5em;
  }

  .xxlarge.hero {
    font-size: 4em;
  }

  .link-wrapper {
    font-size: 18px;
  }

  .assets-ticker {
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .inner-hover {
    display: none;
  }

  .gallery-row {
    width: 300vw;
  }

  .spacer {
    display: none;
  }

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

  .thumbnail-wrapper, .thumbnail-wrapper.small {
    height: 35em;
  }

  .heading-scroll-jobs {
    font-size: 38px;
  }

  .img-shop-wrapper {
    height: 25em;
  }

  .heading-large-regular {
    margin-bottom: 35px;
    font-size: 32px;
  }

  .xlarge {
    font-size: 4em;
  }

  .bottom-cta {
    justify-content: center;
  }

  .link-block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .text-span-2.squiggle {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 32px;
    font-weight: 400;
  }

  .text-span-2.squiggle.future {
    font-size: 32px;
  }

  .text-span-3.squiggle {
    white-space: normal;
    padding-left: 4px;
    font-size: 32px;
  }

  .text-block-3 {
    font-size: 14px;
    display: block;
  }

  .gifblock.headlinegif2 {
    height: 18em;
  }

  .nav-grid-2 {
    grid-template-columns: auto 1fr auto;
  }

  .assets-ticker-2 {
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ovalbutton {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .div-block-3 {
    max-width: 80vw;
    margin-bottom: 1.1em;
    display: block;
  }

  .text-span-5 {
    font-size: 18px;
  }

  .body-3 {
    display: block;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .imageset._2col, .imageset._3col {
    flex-direction: column;
  }

  .portfolio-img._3col, .portfolio-img._2col {
    width: 100%;
  }

  .padding-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1 {
    font-size: 40px;
  }
}

#w-node-_07696ed0-4e2a-15f0-a38e-15e91eb5d739-5a2b2656 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-fd3f7910-34f1-773d-943a-7180b4321102-5a2b2656 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_1b691e52-5a96-3b06-78de-c0748fb72ce7-5a2b2656 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd213-5a2b2656, #w-node-_643e3a05-51af-624b-2f37-0fed1b25bc4e-5a2b2656 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7b0e34a0-6713-4d02-6cbf-ec9d64f3b384-5a2b2656, #w-node-c58c0872-8ede-8319-f5d4-6388980dd219-5a2b2656, #w-node-_4b78ae36-80b2-ae3b-dbaa-ec8f450411d8-5a2b2656 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4cd4-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4cda-5a2b2656 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4ce0-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4ce6-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4cec-5a2b2656 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040eb-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040f1-5a2b2656 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040f7-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040fd-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd504103-5a2b2656 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9f4294da-a029-cce4-0ebc-50a230821553-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a230821559-5a2b2656 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9f4294da-a029-cce4-0ebc-50a23082155f-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a230821565-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a23082156b-5a2b2656 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab710d-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab7113-5a2b2656 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab7119-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab711f-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab7125-5a2b2656 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7bd942c7-e5d6-953f-6756-c704689a1bbe-689a1bac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_074f87ff-846e-2990-03a5-fc824b4ebc6c-689a1bac {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-b65acb60-1ab1-7dbe-5ff1-8750a09acf93-689a1bac {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_0a30f6fc-de9a-0017-b5a4-c428da7ec77e-689a1bac {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_6ecf0fd4-591a-8916-835b-57094399742d-689a1bac {
  grid-area: 2 / 11 / 3 / 13;
  align-self: end;
}

#w-node-_06f431a9-89d1-11f3-2d62-31965f79a1b0-689a1bac {
  grid-area: 2 / 4 / 3 / 9;
  align-self: end;
}

#w-node-_06f431a9-89d1-11f3-2d62-31965f79a1b6-689a1bac {
  place-self: center;
}

#w-node-fdede2cf-8932-f235-b336-63fa4079b552-ac33830c, #w-node-cff6759e-edcf-d573-57a0-e93e5ca8a472-ac33830c {
  justify-self: start;
}

#w-node-_0f44a05e-783e-71ab-4c95-730c23eacfa6-ac33830c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-542b267d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bf-542b267d {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-_960e6280-a691-6ef9-1bb7-72078ee51e9c-542b267d {
  grid-area: 3 / 2 / 4 / 12;
  align-self: end;
}

#w-node-_0196267d-b909-f1de-4f9f-b666369879dc-542b267d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-542b267d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_00e1d14b-2904-e2b8-19e7-5efb5e6ce989-542b267d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-542b267d {
  grid-area: 1 / 5 / 2 / 10;
  align-self: center;
}

#w-node-_59cc11a8-f1a4-245f-9348-8f4733a07292-542b267d {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_59cc11a8-f1a4-245f-9348-8f4733a072b9-542b267d {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-af78d1ef-d6ad-4d3a-edb1-02f6f30eb90d-542b267d {
  grid-area: 3 / 2 / 4 / 13;
}

#w-node-_9aa733f6-f623-b655-d754-fa68b09124bc-542b267d {
  grid-area: 4 / 2 / 5 / 11;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-542b267d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e1b1b715-14f9-9304-c9b8-04af89643df2-542b267d {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-542b267d {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-b0e27ea6-0ca7-6095-4d48-ceb195f6c23e-542b267d {
  grid-area: 3 / 2 / 4 / 7;
  align-self: start;
}

#w-node-_59c9179e-45cb-3eeb-dad8-57d2e0abb27c-542b267d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_18354bc9-6401-6204-27dd-2dae9e004cc3-542b267d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_18354bc9-6401-6204-27dd-2dae9e004cc8-542b267d {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_27343c36-5a29-100a-c2a4-4e044f02457a-5b871ce8 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_27343c36-5a29-100a-c2a4-4e044f024581-5b871ce8 {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_27343c36-5a29-100a-c2a4-4e044f024588-5b871ce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e26b05f-268b-5643-e4bd-172e07689ae2-5b871ce8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_642d02a7-08ee-0e54-8800-a13e8e3c17ca-5b871ce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-fd2b2690 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-b94982a7-929c-6b17-f5a0-459802b0278c-fd2b2690 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5070ef98-58c2-cb5d-4fa6-f16fbb585872-fd2b2690 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b1552633-e463-03dc-3c31-3c2b3b044572-fd2b2690 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-d9db5edd-f2d2-a6f1-f742-9974fd391e7e-fd391e7b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d9db5edd-f2d2-a6f1-f742-9974fd391e80-fd391e7b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d9db5edd-f2d2-a6f1-f742-9974fd391e82-fd391e7b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-d9db5edd-f2d2-a6f1-f742-9974fd391e90-fd391e7b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-cb80f868-aabe-76ae-360a-2ef67c01b840-132b26a3 {
  grid-area: 1 / 2 / 2 / 11;
  align-self: center;
}

#w-node-_5462af95-e4fa-87cd-eb6e-ac84caea4a4b-132b26a3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5462af95-e4fa-87cd-eb6e-ac84caea4a51-132b26a3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_1d1f057b-f50c-4adf-8f14-0023234c6114-132b26a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d1f057b-f50c-4adf-8f14-0023234c6118-132b26a3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_0af87d40-01fc-fb5a-6ddd-9c20f917de12-132b26a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0af87d40-01fc-fb5a-6ddd-9c20f917de16-132b26a3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_34745fcb-0bcf-63b8-0d1c-35c3a49126e4-132b26a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34745fcb-0bcf-63b8-0d1c-35c3a49126e8-132b26a3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-d20a26fe-e7ce-60ab-66a7-3427139b4468-132b26a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d20a26fe-e7ce-60ab-66a7-3427139b446c-132b26a3 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-d7b5e781-b235-3012-6de8-fbf283766238-6e66c98e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-d7b5e781-b235-3012-6de8-fbf28376623e-6e66c98e {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-d7b5e781-b235-3012-6de8-fbf283766241-6e66c98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7b5e781-b235-3012-6de8-fbf28376624b-6e66c98e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-d7b5e781-b235-3012-6de8-fbf28376624f-6e66c98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-f72b26b6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bf-f72b26b6 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-_960e6280-a691-6ef9-1bb7-72078ee51e9c-f72b26b6 {
  grid-area: 3 / 2 / 4 / 12;
  align-self: end;
}

#w-node-_0196267d-b909-f1de-4f9f-b666369879dc-f72b26b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-f72b26b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_00e1d14b-2904-e2b8-19e7-5efb5e6ce989-f72b26b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-f72b26b6 {
  grid-area: 1 / 5 / 2 / 10;
  align-self: center;
}

#w-node-_59cc11a8-f1a4-245f-9348-8f4733a07292-f72b26b6 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_59cc11a8-f1a4-245f-9348-8f4733a072b9-f72b26b6 {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-af78d1ef-d6ad-4d3a-edb1-02f6f30eb90d-f72b26b6 {
  grid-area: 3 / 2 / 4 / 13;
}

#w-node-_9aa733f6-f623-b655-d754-fa68b09124bc-f72b26b6 {
  grid-area: 4 / 2 / 5 / 11;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-f72b26b6 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e1b1b715-14f9-9304-c9b8-04af89643df2-f72b26b6 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-f72b26b6 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-b0e27ea6-0ca7-6095-4d48-ceb195f6c23e-f72b26b6 {
  grid-area: 3 / 2 / 4 / 6;
  align-self: start;
}

#w-node-_59c9179e-45cb-3eeb-dad8-57d2e0abb27c-f72b26b6 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_18354bc9-6401-6204-27dd-2dae9e004cc3-f72b26b6 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_18354bc9-6401-6204-27dd-2dae9e004cc8-f72b26b6 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-c792dd68-a14d-30cd-8648-0cc8d5c118cb-d5c118c9 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_204a4689-f6b4-543b-0e7d-bf9b07bc9cea-552b26c9 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-b630227e-da64-7503-cebd-3819286b88fa-552b26c9 {
  grid-area: 3 / 5 / 4 / 9;
  align-self: center;
}

#w-node-cb80f868-aabe-76ae-360a-2ef67c01b840-552b26c9 {
  grid-area: 1 / 2 / 4 / 12;
  align-self: center;
}

#w-node-d0fce8b9-3575-0872-a64d-db18340e57db-552b26c9 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d0fce8b9-3575-0872-a64d-db18340e57df-552b26c9 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: end;
}

#w-node-fa94b210-26cd-8712-0d0a-d00d272de8b9-552b26c9 {
  grid-area: 2 / 8 / 3 / 11;
  align-self: center;
}

#w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e29f0-552b26c9 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e29f3-552b26c9 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_822a8013-2028-226f-47ef-0ce803e4db39-552b26c9 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e29fb-552b26c9 {
  grid-area: 1 / 7 / 3 / 12;
  align-self: center;
}

#w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e2a00-552b26c9 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_0cdcebf5-b12d-4019-5abf-519fd3420420-552b26c9 {
  grid-area: 1 / 2 / 3 / 12;
}

#w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-fc2b26de {
  grid-area: 1 / 1 / 4 / 13;
  place-self: center;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998109-fc2b26de {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-d761cf34-9f52-709a-b1c3-8df667318e47-fc2b26de {
  grid-area: 3 / 1 / 4 / 13;
  align-self: end;
}

#w-node-fe0881d7-483c-4e9a-6c1f-488f948f9ea9-fc2b26de {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-c3ab724c-0357-3b48-e8f1-888456ef9fa1-fc2b26de {
  grid-area: 1 / 6 / 2 / 8;
  align-self: end;
}

#w-node-f762ea7c-e1be-31e7-9165-6342e528d811-fc2b26de {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-ae3179ca-740e-f76a-0701-c3950e44df7c-fc2b26de {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f58ee298-bc28-4985-75b8-1d2287652687-fc2b26de {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd508f-fc2b26de {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd5093-fc2b26de {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c1f3deb-1311-657d-5340-b74496373e3f-fc2b26de {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a95ad4b9-045a-964b-eedc-1d1041f40f62-fc2b26de {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-c12b26df {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-b94982a7-929c-6b17-f5a0-459802b0278c-c12b26df {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5070ef98-58c2-cb5d-4fa6-f16fbb585872-c12b26df {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-b1552633-e463-03dc-3c31-3c2b3b044572-c12b26df {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184dd-9f2b26e0 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184e6-9f2b26e0 {
  grid-area: 3 / 1 / 5 / 4;
  align-self: end;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184e8-9f2b26e0 {
  grid-area: 1 / 7 / 2 / 9;
  place-self: start center;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184ea-9f2b26e0 {
  grid-area: 3 / 10 / 5 / 13;
  align-self: end;
}

#w-node-_21c33300-49e5-a888-2b92-b4d1b1cf390a-9f2b26e0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_21c33300-49e5-a888-2b92-b4d1b1cf390d-9f2b26e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-_21c33300-49e5-a888-2b92-b4d1b1cf3912-9f2b26e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
}

#w-node-bfa84cbf-3f23-ce68-445e-3e25a2554642-9f2b26e0 {
  grid-area: 3 / 1 / 4 / 13;
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f23-9f2b26e0 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f28-9f2b26e0 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f34-9f2b26e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ec1fe1b0-2209-2119-0dbe-39d7336acef5-9f2b26e0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f39-9f2b26e0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f3a-9f2b26e0 {
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f3c-9f2b26e0 {
  justify-self: end;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f3e-9f2b26e0 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f3f-9f2b26e0 {
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f41-9f2b26e0 {
  justify-self: end;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f43-9f2b26e0 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f44-9f2b26e0 {
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f46-9f2b26e0 {
  justify-self: end;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f48-9f2b26e0 {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f49-9f2b26e0 {
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f4b-9f2b26e0 {
  justify-self: end;
}

#w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-002b26e1 {
  grid-area: 1 / 1 / 4 / 13;
  place-self: center;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998109-002b26e1 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-d761cf34-9f52-709a-b1c3-8df667318e47-002b26e1 {
  grid-area: 3 / 1 / 4 / 13;
  align-self: end;
}

#w-node-fe0881d7-483c-4e9a-6c1f-488f948f9ea9-002b26e1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-c3ab724c-0357-3b48-e8f1-888456ef9fa1-002b26e1 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: end;
}

#w-node-f762ea7c-e1be-31e7-9165-6342e528d811-002b26e1 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-ae3179ca-740e-f76a-0701-c3950e44df7c-002b26e1 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f58ee298-bc28-4985-75b8-1d2287652687-002b26e1, #w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd508f-002b26e1 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd5093-002b26e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c1f3deb-1311-657d-5340-b74496373e3f-002b26e1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a95ad4b9-045a-964b-eedc-1d1041f40f62-002b26e1 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-4c2b26e2 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_04894e95-8698-0995-a8fb-07c8c03c9637-4c2b26e2 {
  grid-area: 3 / 1 / 5 / 13;
  place-self: center;
}

#w-node-_04894e95-8698-0995-a8fb-07c8c03c9639-4c2b26e2 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: end;
}

#w-node-_48d0f6a4-6f1a-138a-c293-7ddb9fb2f355-4c2b26e2 {
  grid-area: 3 / 1 / 5 / 13;
  align-self: start;
}

#w-node-cb572dff-a00f-7ba9-5d53-c59ee63792e6-4c2b26e2 {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f65-4c2b26e2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f6a-4c2b26e2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0f595d27-330b-f2fb-bfdd-79788c9f28fd-4c2b26e2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0f595d27-330b-f2fb-bfdd-79788c9f2900-4c2b26e2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9248bf6a-3348-8f3d-7c20-078033adf438-4c2b26e2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683ef-4c2b26e2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683f0-4c2b26e2 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683f1-4c2b26e2 {
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683f3-4c2b26e2 {
  justify-self: end;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683f5-4c2b26e2 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683f6-4c2b26e2 {
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683f8-4c2b26e2 {
  justify-self: end;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683fa-4c2b26e2 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683fb-4c2b26e2 {
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683fd-4c2b26e2 {
  justify-self: end;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de1683ff-4c2b26e2 {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de168400-4c2b26e2 {
  align-self: center;
}

#w-node-ae04229e-d966-cec6-04ce-36e4de168402-4c2b26e2 {
  justify-self: end;
}

#w-node-dd012874-56d6-c421-1680-7917af968069-4c2b26e2 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-dd012874-56d6-c421-1680-7917af96806c-4c2b26e2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: start center;
}

#w-node-dd012874-56d6-c421-1680-7917af968071-4c2b26e2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
}

#w-node-_144319e4-97b4-bcfb-1323-14e67aae0048-4c2b26e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-4c2b26e2 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e2-4c2b26e2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e4-4c2b26e2 {
  grid-area: 2 / 2 / 4 / 5;
  align-self: end;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e6-4c2b26e2 {
  grid-area: 2 / 10 / 4 / 13;
  align-self: end;
}

#w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-622b26e3 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-_4d57dc1f-94ca-4112-5583-320e731426d1-622b26e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4d57dc1f-94ca-4112-5583-320e731426d5-622b26e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4d57dc1f-94ca-4112-5583-320e731426db-622b26e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5438f368-d59b-3f45-cdd1-ddfd17750925-622b26e3 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: end start;
}

#w-node-_76e6ae2b-d61f-3fb7-e005-82c80123dbbb-622b26e3 {
  grid-area: 2 / 2 / 2 / 5;
  place-self: start center;
}

#w-node-_34554aa4-4f19-e4a9-4e98-5f799b32e7f5-622b26e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1145c22-1c33-337e-e9dd-d738f1b27737-622b26e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_15aaa1c8-434c-015e-2f71-e6eeed074522-622b26e3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c0005af1-1c33-c924-319a-8565883d9c3b-622b26e3 {
  grid-area: 2 / 5 / 3 / 9;
  place-self: start center;
}

#w-node-_27f95248-350e-eb70-a116-2625ac858454-622b26e3 {
  grid-area: 2 / 11 / 3 / 12;
  justify-self: end;
}

#w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a553-3b2b26e4 {
  grid-area: 1 / 2 / 2 / 9;
  align-self: center;
}

#w-node-_82c6f30e-f25b-468a-ff8c-7baa2c078603-3b2b26e4 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a556-3b2b26e4 {
  grid-area: 2 / 9 / 3 / 12;
  align-self: end;
}

#w-node-_6e37b5ae-8343-c935-ad92-c208e65ed85c-3b2b26e4 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_98db87dd-691f-e913-7680-20551efcde07-3b2b26e4 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_98db87dd-691f-e913-7680-20551efcde0b-3b2b26e4 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-c62b26e5 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_04894e95-8698-0995-a8fb-07c8c03c9637-c62b26e5 {
  grid-area: 3 / 1 / 5 / 13;
  place-self: center;
}

#w-node-_04894e95-8698-0995-a8fb-07c8c03c9639-c62b26e5 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: end;
}

#w-node-_48d0f6a4-6f1a-138a-c293-7ddb9fb2f355-c62b26e5 {
  grid-area: 3 / 1 / 5 / 13;
  align-self: start;
}

#w-node-cb572dff-a00f-7ba9-5d53-c59ee63792e6-c62b26e5 {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f65-c62b26e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f6a-c62b26e5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0f595d27-330b-f2fb-bfdd-79788c9f28fd-c62b26e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0f595d27-330b-f2fb-bfdd-79788c9f2900-c62b26e5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9248bf6a-3348-8f3d-7c20-078033adf438-c62b26e5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cbfa-c62b26e5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cbfb-c62b26e5 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cbfc-c62b26e5 {
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cbfe-c62b26e5 {
  justify-self: end;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc00-c62b26e5 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc01-c62b26e5 {
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc03-c62b26e5 {
  justify-self: end;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc05-c62b26e5 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc06-c62b26e5 {
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc08-c62b26e5 {
  justify-self: end;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc0a-c62b26e5 {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc0b-c62b26e5 {
  align-self: center;
}

#w-node-_6b5ae886-b458-5042-a18f-5cf06307cc0d-c62b26e5 {
  justify-self: end;
}

#w-node-dd012874-56d6-c421-1680-7917af968069-c62b26e5 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-dd012874-56d6-c421-1680-7917af96806c-c62b26e5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-dd012874-56d6-c421-1680-7917af968071-c62b26e5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
}

#w-node-_144319e4-97b4-bcfb-1323-14e67aae0048-c62b26e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-c62b26e5 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e2-c62b26e5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e4-c62b26e5 {
  grid-area: 2 / 2 / 4 / 5;
  align-self: end;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e6-c62b26e5 {
  grid-area: 2 / 10 / 4 / 13;
  align-self: end;
}

#w-node-_3d4a2b5d-2bba-43fe-c241-70b09e9f9de2-c62b26e5 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_9f917c46-f8db-4d60-68ff-da98d7de12df-9e2b26e6 {
  grid-area: 1 / 1 / 4 / 13;
  place-self: center;
}

#w-node-_9f917c46-f8db-4d60-68ff-da98d7de12e6-9e2b26e6 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-_9f917c46-f8db-4d60-68ff-da98d7de12e8-9e2b26e6 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_9f917c46-f8db-4d60-68ff-da98d7de12eb-9e2b26e6 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: end;
}

#w-node-_9f917c46-f8db-4d60-68ff-da98d7de12ef-9e2b26e6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_9f917c46-f8db-4d60-68ff-da98d7de12f0-9e2b26e6 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: end;
}

#w-node-_9f917c46-f8db-4d60-68ff-da98d7de12f3-9e2b26e6 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-_4b4dd7fc-30a0-d116-23fa-c911815b5060-9e2b26e6 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_4b4dd7fc-30a0-d116-23fa-c911815b5075-9e2b26e6 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_4b4dd7fc-30a0-d116-23fa-c911815b5078-9e2b26e6 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-c9632d6a-e288-3582-aa72-06e2949de32e-9e2b26e6, #w-node-d70a91ad-236f-b5e0-74f8-5682badac84f-9e2b26e6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998110-9e2b26e6 {
  grid-area: 1 / 2 / 3 / 6;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998112-9e2b26e6 {
  grid-area: 2 / 8 / 4 / 12;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998114-9e2b26e6 {
  grid-area: 6 / 9 / 8 / 12;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998116-9e2b26e6 {
  grid-area: 5 / 2 / 7 / 7;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998118-9e2b26e6 {
  grid-area: 8 / 3 / 10 / 7;
}

#w-node-_0b76985d-e46c-6d84-bf54-4a90478f97bd-9e2b26e6 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_593aa2c5-d6eb-2a65-d4ae-295e7c4628e8-9e2b26e6 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419747-9e2b26e6 {
  align-self: start;
}

#w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419754-9e2b26e6 {
  align-self: stretch;
}

#w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-032b26e7 {
  grid-area: 1 / 2 / 4 / 12;
  align-self: center;
}

#w-node-_4d57dc1f-94ca-4112-5583-320e731426d1-032b26e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4d57dc1f-94ca-4112-5583-320e731426d5-032b26e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4d57dc1f-94ca-4112-5583-320e731426db-032b26e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5438f368-d59b-3f45-cdd1-ddfd17750925-032b26e7 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: end start;
}

#w-node-_76e6ae2b-d61f-3fb7-e005-82c80123dbbb-032b26e7 {
  grid-area: 2 / 2 / 2 / 5;
  place-self: start center;
}

#w-node-_34554aa4-4f19-e4a9-4e98-5f799b32e7f5-032b26e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1145c22-1c33-337e-e9dd-d738f1b27737-032b26e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_15aaa1c8-434c-015e-2f71-e6eeed074522-032b26e7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c0005af1-1c33-c924-319a-8565883d9c3b-032b26e7 {
  grid-area: 2 / 5 / 3 / 9;
  place-self: start center;
}

#w-node-_27f95248-350e-eb70-a116-2625ac858454-032b26e7 {
  grid-area: 2 / 11 / 3 / 12;
  justify-self: end;
}

#w-node-ab47e8da-f239-08c5-c9dd-c3ff34233008-032b26e7 {
  grid-area: 3 / 2 / 4 / 12;
  align-self: end;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef6e-f32b26e8 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_32633175-3c44-7cdf-7415-494b64951b59-f32b26e8 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-f32b26e8 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4b-f32b26e8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-f32b26e8 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: end;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4f-f32b26e8 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef75-f32b26e8 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef77-f32b26e8 {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef79-f32b26e8 {
  grid-area: 6 / 9 / 8 / 12;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7b-f32b26e8 {
  grid-area: 5 / 2 / 7 / 7;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7d-f32b26e8 {
  grid-area: 8 / 3 / 10 / 7;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4b4-f32b26e8 {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4b8-f32b26e8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4bd-f32b26e8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4ca-f32b26e8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4cd-f32b26e8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4da-f32b26e8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf781e-f32b26e8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf781f-f32b26e8 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7820-f32b26e8 {
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7822-f32b26e8 {
  justify-self: end;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7824-f32b26e8 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7825-f32b26e8 {
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7827-f32b26e8 {
  justify-self: end;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7829-f32b26e8 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782a-f32b26e8 {
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782c-f32b26e8 {
  justify-self: end;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782e-f32b26e8 {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782f-f32b26e8 {
  align-self: center;
}

#w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7831-f32b26e8 {
  justify-self: end;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9ae-f32b26e8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9b3-f32b26e8 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9b9-f32b26e8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9ba-f32b26e8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-c72b26e9 {
  grid-area: 1 / 1 / 4 / 13;
  place-self: center;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998109-c72b26e9 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-_2922bcd8-2954-a173-fb1f-69e0ae560274-c72b26e9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_7e7c074c-2413-7a6c-231c-4140671f1d3d-c72b26e9 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: end;
}

#w-node-_9975f1ac-d482-c5a5-2f3e-fe22f19e470d-c72b26e9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_9975f1ac-d482-c5a5-2f3e-fe22f19e470e-c72b26e9 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: end;
}

#w-node-_9975f1ac-d482-c5a5-2f3e-fe22f19e4711-c72b26e9 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-_226eaeeb-a557-2b88-4ce2-eb8f8b06acc9-c72b26e9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-c9632d6a-e288-3582-aa72-06e2949de32e-c72b26e9, #w-node-d70a91ad-236f-b5e0-74f8-5682badac84f-c72b26e9 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998110-c72b26e9 {
  grid-area: 1 / 2 / 3 / 6;
  align-self: stretch;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998112-c72b26e9 {
  grid-area: 2 / 8 / 4 / 12;
  align-self: stretch;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998114-c72b26e9 {
  grid-area: 6 / 9 / 7 / 12;
  align-self: end;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998116-c72b26e9 {
  grid-area: 5 / 4 / 7 / 8;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998118-c72b26e9 {
  grid-area: 8 / 3 / 10 / 7;
}

#w-node-_0b76985d-e46c-6d84-bf54-4a90478f97bd-c72b26e9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_593aa2c5-d6eb-2a65-d4ae-295e7c4628e8-c72b26e9 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419747-c72b26e9 {
  align-self: start;
}

#w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419754-c72b26e9 {
  align-self: stretch;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef6e-ed2b26ea {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_32633175-3c44-7cdf-7415-494b64951b59-ed2b26ea {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-ed2b26ea {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4b-ed2b26ea {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-ed2b26ea {
  grid-area: 1 / 6 / 2 / 8;
  align-self: end;
}

#w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4f-ed2b26ea {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef75-ed2b26ea {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef77-ed2b26ea {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef79-ed2b26ea {
  grid-area: 6 / 9 / 8 / 12;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7b-ed2b26ea {
  grid-area: 5 / 2 / 7 / 7;
}

#w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7d-ed2b26ea {
  grid-area: 8 / 3 / 10 / 8;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4b4-ed2b26ea {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4b8-ed2b26ea {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4bd-ed2b26ea {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4ca-ed2b26ea {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4cd-ed2b26ea {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fcb-ed2b26ea {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fce-ed2b26ea {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fcf-ed2b26ea {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd0-ed2b26ea {
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd2-ed2b26ea {
  justify-self: end;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd4-ed2b26ea {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd5-ed2b26ea {
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd7-ed2b26ea {
  justify-self: end;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd9-ed2b26ea {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fda-ed2b26ea {
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fdc-ed2b26ea {
  justify-self: end;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fde-ed2b26ea {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fdf-ed2b26ea {
  align-self: center;
}

#w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fe1-ed2b26ea {
  justify-self: end;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9ae-ed2b26ea {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9b3-ed2b26ea {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9b9-ed2b26ea {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_2f9db871-260e-a22a-7b0a-d339b792e9ba-ed2b26ea {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_83a63e1e-d4dc-e8ad-0e2a-d8ca5a7c0956-472b26eb {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_83a63e1e-d4dc-e8ad-0e2a-d8ca5a7c0957-472b26eb {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_07b9a6b5-eefd-a97e-5a5b-6dd995155c12-472b26eb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f629f1a7-dcda-5016-3901-58bb658b247f-472b26eb {
  grid-area: 1 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_5194d6c9-9b07-7cd8-16d5-d859fe152811-472b26eb {
  grid-area: 2 / 3 / 4 / 6;
  place-self: end center;
}

#w-node-_575e4837-43d9-3fe9-55a5-f41949a38948-472b26eb {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-a71cbf44-ec17-5197-35ea-40877ac96b9a-472b26eb {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_8aaf2149-f814-6052-d982-9c36a207603c-472b26eb {
  grid-area: 2 / 2 / 3 / 4;
  align-self: center;
}

#w-node-_71c815c9-a4ab-d361-1f1f-157f9a932e8d-472b26eb {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_60166f96-f69a-0334-0c4b-6393df7f2f60-472b26eb {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-_25732a4f-a92f-4956-1998-2a5504117a7a-472b26eb, #w-node-_8630bc74-b1f3-d894-05e4-8367b34ff6f9-b34ff6f9 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-552b26ec {
  grid-area: 1 / 1 / 4 / 10;
  align-self: center;
}

#w-node-_1de977b8-82f5-fe48-4e66-6ad125d61a3c-552b26ec {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_4466d82d-6c7c-b180-64a2-5d43852ac4d2-552b26ec {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_5438f368-d59b-3f45-cdd1-ddfd17750925-552b26ec {
  grid-area: 1 / 2 / 2 / 6;
  place-self: end start;
}

#w-node-d13a20f6-96e2-3db4-49a8-88a29e4c5593-552b26ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13a20f6-96e2-3db4-49a8-88a29e4c5595-552b26ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d13a20f6-96e2-3db4-49a8-88a29e4c5596-552b26ec {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_644679ff-56b4-3727-2104-5e97147797bb-552b26ec {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_644679ff-56b4-3727-2104-5e97147797c0-552b26ec {
  grid-area: 1 / 2 / 2 / 6;
  place-self: end start;
}

#w-node-_644679ff-56b4-3727-2104-5e97147797c5-552b26ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_644679ff-56b4-3727-2104-5e97147797c7-552b26ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_644679ff-56b4-3727-2104-5e97147797c8-552b26ec {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6342ebd9-cbcf-a993-1110-d0cb1775b3d6-7d2b26ed {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-_7838f8be-3caf-e379-4370-ffd56c1e1865-7d2b26ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54168a3d-e200-bea7-a7c1-4e854f21f45e-7d2b26ed, #w-node-b87f32a4-2115-908b-038a-51409da65909-7d2b26ed, #w-node-_0af0f4ef-f66f-0bea-eb1b-06ba4cbc147d-7d2b26ed, #w-node-_7d80c6b9-d4f8-e227-0bc4-35ed25bce341-7d2b26ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0b5094ec-9dc2-3ee1-df44-e058332cc1b8-7d2b26ed {
  grid-area: 1 / 2 / 2 / 10;
  align-self: start;
}

#w-node-_93bdc22c-c4de-72bf-897b-bbf1a1f259ee-7d2b26ed {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_93bdc22c-c4de-72bf-897b-bbf1a1f259f3-7d2b26ed {
  grid-area: 1 / 6 / 2 / 12;
  align-self: center;
}

#w-node-_71523190-5258-195e-b922-6199db1d03ae-7d2b26ed {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d69e238e-6ae9-6108-fb72-283b8159a277-7d2b26ed {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-b4aec477-7b8f-5c8a-043f-e637714ab356-7d2b26ed {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-add904a2-a620-5c9c-9c85-89e9d117e9eb-7d2b26ed {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_1cc3af52-0ca6-221e-ac83-d6c0ed436a72-7d2b26ed {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc46-7d2b26ed {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc47-7d2b26ed {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc48-7d2b26ed {
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc4a-7d2b26ed {
  justify-self: end;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc4c-7d2b26ed {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc4d-7d2b26ed {
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc4f-7d2b26ed {
  justify-self: end;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc51-7d2b26ed {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc52-7d2b26ed {
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc54-7d2b26ed {
  justify-self: end;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc56-7d2b26ed {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc57-7d2b26ed {
  align-self: center;
}

#w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc59-7d2b26ed {
  justify-self: end;
}

#w-node-_8203aad0-8b21-ef35-4aad-01f3ffa4671a-242b2700 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center;
}

#w-node-_7ab7a12b-78c7-a161-d418-20e3d3849e82-242b2700 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_89ec6b3a-002c-c8e5-0cf5-f82851a3f99f-242b2700 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_07b9a6b5-eefd-a97e-5a5b-6dd995155c12-242b2700 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f629f1a7-dcda-5016-3901-58bb658b247f-242b2700 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_5194d6c9-9b07-7cd8-16d5-d859fe152811-242b2700 {
  grid-area: 2 / 3 / 4 / 6;
  place-self: end center;
}

#w-node-_575e4837-43d9-3fe9-55a5-f41949a38948-242b2700 {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-a71cbf44-ec17-5197-35ea-40877ac96b9a-242b2700 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_8aaf2149-f814-6052-d982-9c36a207603c-242b2700 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: center;
}

#w-node-_71c815c9-a4ab-d361-1f1f-157f9a932e8d-242b2700 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_60166f96-f69a-0334-0c4b-6393df7f2f60-242b2700 {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-_25732a4f-a92f-4956-1998-2a5504117a7a-242b2700 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_6342ebd9-cbcf-a993-1110-d0cb1775b3d6-3a2b2712 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-_7838f8be-3caf-e379-4370-ffd56c1e1865-3a2b2712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27a99890-8607-602d-2187-a62d9e711210-3a2b2712, #w-node-_27a99890-8607-602d-2187-a62d9e711212-3a2b2712, #w-node-_27a99890-8607-602d-2187-a62d9e711214-3a2b2712, #w-node-_27a99890-8607-602d-2187-a62d9e711216-3a2b2712 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0b5094ec-9dc2-3ee1-df44-e058332cc1b8-3a2b2712 {
  grid-area: 1 / 2 / 2 / 9;
  align-self: start;
}

#w-node-_094cef57-50be-888f-a27c-74837f148d24-3a2b2712 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_93bdc22c-c4de-72bf-897b-bbf1a1f259f3-3a2b2712 {
  grid-area: 1 / 6 / 2 / 12;
  align-self: center;
}

#w-node-_93bdc22c-c4de-72bf-897b-bbf1a1f259f4-3a2b2712 {
  align-self: center;
}

#w-node-e9298e69-f7fa-f412-7300-6a9a5c2e23ab-3a2b2712 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d69e238e-6ae9-6108-fb72-283b8159a277-3a2b2712 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-b4aec477-7b8f-5c8a-043f-e637714ab356-3a2b2712 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-add904a2-a620-5c9c-9c85-89e9d117e9eb-3a2b2712 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_505ebfe4-6d4c-762b-d7e4-0d44f8b05eeb-3a2b2712 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc2-3a2b2712 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc3-3a2b2712 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc4-3a2b2712 {
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc6-3a2b2712 {
  justify-self: end;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc8-3a2b2712 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc9-3a2b2712 {
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfcb-3a2b2712 {
  justify-self: end;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfcd-3a2b2712 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfce-3a2b2712 {
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfd0-3a2b2712 {
  justify-self: end;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfd2-3a2b2712 {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfd3-3a2b2712 {
  align-self: center;
}

#w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfd5-3a2b2712 {
  justify-self: end;
}

#w-node-fd3f7910-34f1-773d-943a-7180b4321102-212b275a {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-212b275a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd211-212b275a {
  grid-area: 1 / 5 / 2 / 13;
  align-self: center;
}

#w-node-_187cf683-ea91-4f08-8737-8d8b801ba560-5c2b2771 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99af-7b2b2773 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99b1-7b2b2773 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184dd-822b277f {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184e6-822b277f {
  grid-area: 3 / 1 / 5 / 4;
  align-self: end;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184e8-822b277f {
  grid-area: 1 / 7 / 2 / 9;
  place-self: center;
}

#w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184ea-822b277f {
  grid-area: 3 / 10 / 5 / 13;
  place-self: center end;
}

#w-node-_21c33300-49e5-a888-2b92-b4d1b1cf390a-822b277f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_21c33300-49e5-a888-2b92-b4d1b1cf390d-822b277f {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-_21c33300-49e5-a888-2b92-b4d1b1cf3912-822b277f {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
}

#w-node-bfa84cbf-3f23-ce68-445e-3e25a2554642-822b277f {
  grid-area: 3 / 1 / 4 / 13;
  align-self: center;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f23-822b277f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f28-822b277f {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc42e-822b277f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc431-822b277f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc432-822b277f {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc433-822b277f {
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc435-822b277f {
  justify-self: end;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc437-822b277f {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc438-822b277f {
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc43a-822b277f {
  justify-self: end;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc43c-822b277f {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc43d-822b277f {
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc43f-822b277f {
  justify-self: end;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc441-822b277f {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc442-822b277f {
  align-self: center;
}

#w-node-_1ec73776-aac1-2936-19f0-47c2995fc444-822b277f {
  justify-self: end;
}

#w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a553-ed2b2780 {
  grid-area: 1 / 2 / 2 / 9;
  align-self: center;
}

#w-node-_82c6f30e-f25b-468a-ff8c-7baa2c078603-ed2b2780 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a556-ed2b2780 {
  grid-area: 2 / 9 / 3 / 12;
  align-self: end;
}

#w-node-_6e37b5ae-8343-c935-ad92-c208e65ed85c-ed2b2780 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_98db87dd-691f-e913-7680-20551efcde07-ed2b2780 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_98db87dd-691f-e913-7680-20551efcde0b-ed2b2780 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-822b2781 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-822b2781 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-bd8612ab-5707-365b-8158-fc7ea9543863-822b2781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-d7d6a083-9288-82c9-58c7-1b8d4bc6a7e4-822b2781 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_82b05d05-163a-92a0-c4e1-ad0d4d8bbcbc-822b2781 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-422b2783 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-422b2783 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-bd8612ab-5707-365b-8158-fc7ea9543863-422b2783 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-d7d6a083-9288-82c9-58c7-1b8d4bc6a7e4-422b2783 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_82b05d05-163a-92a0-c4e1-ad0d4d8bbcbc-422b2783 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-532b2784 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-532b2784 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-bd8612ab-5707-365b-8158-fc7ea9543863-532b2784 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-7d2b2786 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-7d2b2786 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-bd8612ab-5707-365b-8158-fc7ea9543863-7d2b2786 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-d7d6a083-9288-82c9-58c7-1b8d4bc6a7e4-7d2b2786 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_82b05d05-163a-92a0-c4e1-ad0d4d8bbcbc-7d2b2786 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-492b2789 {
  grid-area: 1 / 1 / 4 / 10;
  align-self: center;
}

#w-node-_1de977b8-82f5-fe48-4e66-6ad125d61a3c-492b2789 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_4466d82d-6c7c-b180-64a2-5d43852ac4d2-492b2789 {
  grid-area: 1 / 1 / 3 / 8;
}

#w-node-_644679ff-56b4-3727-2104-5e97147797bb-492b2789 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-c4a60139-361a-d779-2433-dba2e352513c-492b2789 {
  grid-area: 3 / 4 / 4 / 13;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-502b2790 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-fa15791f-8ff5-6f55-9785-01b7cb041aca-502b2790 {
  grid-area: 1 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_9662c5e4-c70e-dc9b-31c2-03ebbaad9053-502b2790 {
  grid-area: 1 / 1 / 4 / 4;
  align-self: center;
}

#w-node-fa15791f-8ff5-6f55-9785-01b7cb041ace-502b2790 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_960e6280-a691-6ef9-1bb7-72078ee51e9c-502b2790 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_0196267d-b909-f1de-4f9f-b666369879dc-502b2790 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-502b2790 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_00e1d14b-2904-e2b8-19e7-5efb5e6ce989-502b2790 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-502b2790 {
  grid-area: 1 / 5 / 2 / 10;
  align-self: center;
}

#w-node-_59cc11a8-f1a4-245f-9348-8f4733a07292-502b2790 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_59cc11a8-f1a4-245f-9348-8f4733a072b9-502b2790 {
  grid-area: 2 / 2 / 3 / 13;
}

#w-node-af78d1ef-d6ad-4d3a-edb1-02f6f30eb90d-502b2790 {
  grid-area: 3 / 2 / 4 / 13;
}

#w-node-_9aa733f6-f623-b655-d754-fa68b09124bc-502b2790 {
  grid-area: 4 / 2 / 5 / 11;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-502b2790 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e1b1b715-14f9-9304-c9b8-04af89643df2-502b2790 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-502b2790 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-b0e27ea6-0ca7-6095-4d48-ceb195f6c23e-502b2790 {
  grid-area: 3 / 2 / 4 / 8;
  align-self: start;
}

#w-node-_59c9179e-45cb-3eeb-dad8-57d2e0abb27c-502b2790 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_18354bc9-6401-6204-27dd-2dae9e004cc3-502b2790 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_18354bc9-6401-6204-27dd-2dae9e004cc8-502b2790 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-c52b2791 {
  grid-area: 1 / 1 / 4 / 13;
  place-self: center;
}

#w-node-d22d5f4c-c287-7707-232e-c5ce89998109-c52b2791 {
  grid-area: 1 / 2 / 4 / 12;
  align-self: center;
}

#w-node-d761cf34-9f52-709a-b1c3-8df667318e47-c52b2791 {
  grid-area: 3 / 1 / 4 / 13;
  align-self: end;
}

#w-node-fe0881d7-483c-4e9a-6c1f-488f948f9ea9-c52b2791 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-c3ab724c-0357-3b48-e8f1-888456ef9fa1-c52b2791 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: end;
}

#w-node-f762ea7c-e1be-31e7-9165-6342e528d811-c52b2791 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-ae3179ca-740e-f76a-0701-c3950e44df7c-c52b2791 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f58ee298-bc28-4985-75b8-1d2287652687-c52b2791 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd508f-c52b2791 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd5093-c52b2791 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c1f3deb-1311-657d-5340-b74496373e3f-c52b2791 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a95ad4b9-045a-964b-eedc-1d1041f40f62-c52b2791 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-5a2b2792 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_04894e95-8698-0995-a8fb-07c8c03c9637-5a2b2792 {
  grid-area: 3 / 1 / 5 / 13;
  place-self: center;
}

#w-node-_04894e95-8698-0995-a8fb-07c8c03c9639-5a2b2792 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: end;
}

#w-node-_48d0f6a4-6f1a-138a-c293-7ddb9fb2f355-5a2b2792 {
  grid-area: 3 / 1 / 5 / 13;
  align-self: start;
}

#w-node-cb572dff-a00f-7ba9-5d53-c59ee63792e6-5a2b2792 {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f65-5a2b2792 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f6a-5a2b2792 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0f595d27-330b-f2fb-bfdd-79788c9f28fd-5a2b2792 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0f595d27-330b-f2fb-bfdd-79788c9f2900-5a2b2792 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9248bf6a-3348-8f3d-7c20-078033adf438-5a2b2792 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9acc-5a2b2792 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9acd-5a2b2792 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ace-5a2b2792 {
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ad0-5a2b2792 {
  justify-self: end;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ad2-5a2b2792 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ad3-5a2b2792 {
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ad5-5a2b2792 {
  justify-self: end;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ad7-5a2b2792 {
  grid-area: 3 / 7 / 4 / 13;
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ad8-5a2b2792 {
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9ada-5a2b2792 {
  justify-self: end;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9adc-5a2b2792 {
  grid-area: 4 / 7 / 5 / 13;
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9add-5a2b2792 {
  align-self: center;
}

#w-node-_872118c7-1385-87fc-deb2-8df3500a9adf-5a2b2792 {
  justify-self: end;
}

#w-node-dd012874-56d6-c421-1680-7917af968069-5a2b2792 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-dd012874-56d6-c421-1680-7917af96806c-5a2b2792 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-dd012874-56d6-c421-1680-7917af968071-5a2b2792 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: center;
}

#w-node-_144319e4-97b4-bcfb-1323-14e67aae0048-5a2b2792 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-5a2b2792 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e2-5a2b2792 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e4-5a2b2792 {
  grid-area: 2 / 2 / 4 / 5;
  align-self: end;
}

#w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e6-5a2b2792 {
  grid-area: 2 / 10 / 4 / 13;
  place-self: end;
}

#w-node-ce8d7be9-04af-546c-352d-a751f12e562c-792b2793 {
  grid-area: 1 / 1 / 4 / 13;
  place-self: center;
}

#w-node-ce8d7be9-04af-546c-352d-a751f12e5633-792b2793 {
  grid-area: 1 / 1 / 4 / 13;
  align-self: center;
}

#w-node-ce8d7be9-04af-546c-352d-a751f12e5635-792b2793 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-ce8d7be9-04af-546c-352d-a751f12e5638-792b2793 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: end;
}

#w-node-ce8d7be9-04af-546c-352d-a751f12e563c-792b2793 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ce8d7be9-04af-546c-352d-a751f12e563d-792b2793 {
  grid-area: 1 / 6 / 2 / 8;
  align-self: end;
}

#w-node-ce8d7be9-04af-546c-352d-a751f12e5640-792b2793 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-fb976f01-00b8-a74a-19b0-500601249657-792b2793 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_616431e9-5ace-e66d-8e16-ba1b00d22dc9-792b2793 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: end;
}

#w-node-_0b980c1e-fdd2-f647-ac6f-58174645a2e5-792b2793 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-c9632d6a-e288-3582-aa72-06e2949de32e-792b2793, #w-node-d70a91ad-236f-b5e0-74f8-5682badac84f-792b2793 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0b76985d-e46c-6d84-bf54-4a90478f97bd-792b2793 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_593aa2c5-d6eb-2a65-d4ae-295e7c4628e8-792b2793 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419747-792b2793 {
  align-self: start;
}

#w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419754-792b2793 {
  align-self: stretch;
}

#w-node-_8203aad0-8b21-ef35-4aad-01f3ffa4671a-c82b2794 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: center;
}

#w-node-_07b9a6b5-eefd-a97e-5a5b-6dd995155c12-c82b2794 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f629f1a7-dcda-5016-3901-58bb658b247f-c82b2794 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_5194d6c9-9b07-7cd8-16d5-d859fe152811-c82b2794 {
  grid-area: 2 / 3 / 4 / 6;
  place-self: end center;
}

#w-node-_575e4837-43d9-3fe9-55a5-f41949a38948-c82b2794 {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-a71cbf44-ec17-5197-35ea-40877ac96b9a-c82b2794 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_8aaf2149-f814-6052-d982-9c36a207603c-c82b2794 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: center;
}

#w-node-_71c815c9-a4ab-d361-1f1f-157f9a932e8d-c82b2794 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_60166f96-f69a-0334-0c4b-6393df7f2f60-c82b2794 {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-_25732a4f-a92f-4956-1998-2a5504117a7a-c82b2794 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-fd3f7910-34f1-773d-943a-7180b4321102-322b2797 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-322b2797 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd211-322b2797 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-c58c0872-8ede-8319-f5d4-6388980dd213-322b2797, #w-node-_6e8aad73-1c34-c3af-e385-f916ca5fec58-322b2797 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_682c18ee-f269-764d-e8fc-3b546a756099-322b2797 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_682c18ee-f269-764d-e8fc-3b546a75609c-322b2797 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_682c18ee-f269-764d-e8fc-3b546a75609e-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560a1-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560a4-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560a7-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560aa-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560ad-322b2797 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f638a-322b2797 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f638d-322b2797 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f638f-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f6392-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f6395-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f6398-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f639b-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f639e-322b2797, #w-node-fa7f8d17-7156-f7d3-bcf9-714709d91226-322b2797, #w-node-_290eb1b9-311e-e939-91f5-32db76a40403-322b2797, #w-node-_357808eb-cca7-2655-a164-ee3670cb95ff-322b2797 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1501b47a-005f-2358-bdd1-90e3fee49cd1-d12b279b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c7e-d12b279b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c81-d12b279b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c83-d12b279b, #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c88-d12b279b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3980-d12b279b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3983-d12b279b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_8a467164-3221-77e9-9900-d4d974a1f239-d12b279b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8a467164-3221-77e9-9900-d4d974a1f23c-d12b279b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_554a4b7c-050e-ef5a-75a1-664e7514106d-d12b279b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_554a4b7c-050e-ef5a-75a1-664e75141070-d12b279b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c5af1464-f9fb-5cb0-4c91-9cf0e966e6e9-d12b279b, #w-node-_63ef2506-67ad-13c7-7bf6-0af4c0dca59a-d12b279b, #w-node-c334ef1d-b656-2e67-a24e-4addd5f67ea8-d12b279b, #w-node-_0e0b2e16-eeed-09d0-8ea6-dd394cd508fc-d12b279b, #w-node-d2d7f95f-0aa6-6e1f-4bc0-aa4a2f90c32d-d12b279b, #w-node-_99e6d0a1-8503-e1f4-3e27-36deab029103-d12b279b, #w-node-_9066f08f-5f31-3096-c41d-c24347db392b-d12b279b, #w-node-_8bee2d0c-1276-42d7-f952-07151b9fa40f-d12b279b, #w-node-_375e8865-17b0-aba7-1937-e57e72593d97-d12b279b, #w-node-_47c143e3-d3fe-9544-71b7-a35fea4b7989-d12b279b, #w-node-_6ee12c58-4749-bb40-9b85-22efac5f2367-d12b279b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd374-67ea26a0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_4365f08b-c788-e5b5-4ea3-086482a6f48c-67ea26a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-67ea26a0 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd377-67ea26a0 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-67ea26a0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c27-67ea26a0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c28-67ea26a0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c29-67ea26a0 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd381-67ea26a0, #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd386-67ea26a0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_85089240-53cb-9399-878c-b19c84d35035-67ea26a0, #w-node-_49ce9adf-ece4-2729-98e1-c48e21ac6f51-67ea26a0, #w-node-aaa766b4-af8a-f949-250b-ee055f0ec940-67ea26a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b31a3a6-195d-253d-43c6-6eb9614984e3-67ea26a0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd384-67ea26a0 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd394-67ea26a0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd374-7cb208d3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_4365f08b-c788-e5b5-4ea3-086482a6f48c-7cb208d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-7cb208d3 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd377-7cb208d3 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-7cb208d3 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c27-7cb208d3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c28-7cb208d3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd381-7cb208d3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd386-7cb208d3 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_85089240-53cb-9399-878c-b19c84d35035-7cb208d3, #w-node-_49ce9adf-ece4-2729-98e1-c48e21ac6f51-7cb208d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b31a3a6-195d-253d-43c6-6eb9614984e3-7cb208d3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6ace9ddd-1931-c5ff-b1d1-3c4423a0893a-7cb208d3 {
  grid-area: span 3 / span 12 / span 3 / span 12;
}

#w-node-_6ace9ddd-1931-c5ff-b1d1-3c4423a0893b-7cb208d3, #w-node-_6ace9ddd-1931-c5ff-b1d1-3c4423a0893c-7cb208d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94c7cae1-6b3e-b9b5-d2f8-6cc61defc7e2-7cb208d3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd374-04089ec9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_4365f08b-c788-e5b5-4ea3-086482a6f48c-04089ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-04089ec9 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd377-04089ec9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-04089ec9 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd384-04089ec9 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_35d07713-8e32-181d-aee7-b45e398a9625-04089ec9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd386-04089ec9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_85089240-53cb-9399-878c-b19c84d35035-04089ec9, #w-node-_49ce9adf-ece4-2729-98e1-c48e21ac6f51-04089ec9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd381-04089ec9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c2ac1673-4cd2-38e6-9e7e-ce29e1666c70-04089ec9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd394-04089ec9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd374-6d87f172 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_4365f08b-c788-e5b5-4ea3-086482a6f48c-6d87f172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-6d87f172 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd377-6d87f172 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-6d87f172 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8a378c26-02de-07b3-7fdc-e66fe1b7d35e-6d87f172 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_63bd8183-fe74-e0e0-f0b3-711d1a6e960b-6d87f172, #w-node-_63bd8183-fe74-e0e0-f0b3-711d1a6e960c-6d87f172, #w-node-_8803e998-22b0-0124-d157-0e0337cadc67-6d87f172, #w-node-_8803e998-22b0-0124-d157-0e0337cadc68-6d87f172 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd394-6d87f172 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (min-width: 1920px) {
  #w-node-cb80f868-aabe-76ae-360a-2ef67c01b840-132b26a3, #w-node-_5462af95-e4fa-87cd-eb6e-ac84caea4a4b-132b26a3 {
    grid-column-start: 3;
  }

  #w-node-_5462af95-e4fa-87cd-eb6e-ac84caea4a51-132b26a3 {
    grid-column-end: 11;
  }

  #w-node-d7b5e781-b235-3012-6de8-fbf283766238-6e66c98e {
    grid-column-start: 3;
  }

  #w-node-d7b5e781-b235-3012-6de8-fbf28376623e-6e66c98e {
    grid-column-end: 11;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0f44a05e-783e-71ab-4c95-730c23eacfa6-ac33830c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1d1f057b-f50c-4adf-8f14-0023234c6114-132b26a3, #w-node-_0af87d40-01fc-fb5a-6ddd-9c20f917de12-132b26a3, #w-node-_34745fcb-0bcf-63b8-0d1c-35c3a49126e4-132b26a3, #w-node-d20a26fe-e7ce-60ab-66a7-3427139b4468-132b26a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7b5e781-b235-3012-6de8-fbf28376623e-6e66c98e {
    grid-column-end: 12;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-67ea26a0, #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-7cb208d3, #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-04089ec9, #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-6d87f172 {
    grid-column: 4 / 10;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_07696ed0-4e2a-15f0-a38e-15e91eb5d739-5a2b2656 {
    grid-column-end: 3;
  }

  #w-node-fd3f7910-34f1-773d-943a-7180b4321102-5a2b2656 {
    grid-column: 1 / 3;
  }

  #w-node-_1b691e52-5a96-3b06-78de-c0748fb72ce7-5a2b2656 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd213-5a2b2656, #w-node-_643e3a05-51af-624b-2f37-0fed1b25bc4e-5a2b2656, #w-node-_7b0e34a0-6713-4d02-6cbf-ec9d64f3b384-5a2b2656, #w-node-c58c0872-8ede-8319-f5d4-6388980dd219-5a2b2656, #w-node-_4b78ae36-80b2-ae3b-dbaa-ec8f450411d8-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4cd4-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4cda-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4ce0-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4ce6-5a2b2656, #w-node-_6f116429-feb4-3e5a-23b5-dd58f4cf4cec-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040eb-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040f1-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040f7-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd5040fd-5a2b2656, #w-node-_9e84a176-b12f-85d8-5dbd-d210dd504103-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a230821553-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a230821559-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a23082155f-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a230821565-5a2b2656, #w-node-_9f4294da-a029-cce4-0ebc-50a23082156b-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab710d-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab7113-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab7119-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab711f-5a2b2656, #w-node-_729826af-c363-9ce0-4bbf-0cc2f5ab7125-5a2b2656 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7bd942c7-e5d6-953f-6756-c704689a1bbe-689a1bac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_074f87ff-846e-2990-03a5-fc824b4ebc6c-689a1bac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b65acb60-1ab1-7dbe-5ff1-8750a09acf93-689a1bac {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_0a30f6fc-de9a-0017-b5a4-c428da7ec77e-689a1bac {
    grid-area: 4 / 1 / 4 / 2;
  }

  #w-node-_6ecf0fd4-591a-8916-835b-57094399742d-689a1bac {
    grid-area: 5 / 1 / 5 / 3;
  }

  #w-node-_06f431a9-89d1-11f3-2d62-31965f79a1b0-689a1bac {
    grid-area: 6 / 1 / 6 / 3;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-542b267d {
    grid-column-end: 3;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bf-542b267d {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_960e6280-a691-6ef9-1bb7-72078ee51e9c-542b267d {
    grid-column: 1 / 3;
  }

  #w-node-_0196267d-b909-f1de-4f9f-b666369879dc-542b267d {
    grid-column: span 1 / span 1;
  }

  #w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-542b267d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_00e1d14b-2904-e2b8-19e7-5efb5e6ce989-542b267d {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-542b267d {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_59cc11a8-f1a4-245f-9348-8f4733a07292-542b267d {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-_59cc11a8-f1a4-245f-9348-8f4733a072b9-542b267d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-af78d1ef-d6ad-4d3a-edb1-02f6f30eb90d-542b267d {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_9aa733f6-f623-b655-d754-fa68b09124bc-542b267d {
    grid-area: 4 / 1 / 5 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-542b267d {
    grid-column-end: 3;
  }

  #w-node-e1b1b715-14f9-9304-c9b8-04af89643df2-542b267d {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-542b267d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b0e27ea6-0ca7-6095-4d48-ceb195f6c23e-542b267d {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_27343c36-5a29-100a-c2a4-4e044f02457a-5b871ce8 {
    grid-column: 1 / 3;
  }

  #w-node-_6e26b05f-268b-5643-e4bd-172e07689ae2-5b871ce8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-fd2b2690 {
    grid-column-end: 3;
  }

  #w-node-b94982a7-929c-6b17-f5a0-459802b0278c-fd2b2690 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5070ef98-58c2-cb5d-4fa6-f16fbb585872-fd2b2690 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b1552633-e463-03dc-3c31-3c2b3b044572-fd2b2690 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9db5edd-f2d2-a6f1-f742-9974fd391e7e-fd391e7b {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-d9db5edd-f2d2-a6f1-f742-9974fd391e82-fd391e7b {
    grid-column: 1 / 3;
  }

  #w-node-cb80f868-aabe-76ae-360a-2ef67c01b840-132b26a3 {
    grid-column: 1 / 3;
    align-self: center;
  }

  #w-node-_5462af95-e4fa-87cd-eb6e-ac84caea4a4b-132b26a3 {
    grid-column: 1 / 3;
  }

  #w-node-_5462af95-e4fa-87cd-eb6e-ac84caea4a51-132b26a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d7b5e781-b235-3012-6de8-fbf283766238-6e66c98e {
    grid-column: 1 / 3;
  }

  #w-node-d7b5e781-b235-3012-6de8-fbf28376624b-6e66c98e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-f72b26b6 {
    grid-column-end: 3;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bf-f72b26b6 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_960e6280-a691-6ef9-1bb7-72078ee51e9c-f72b26b6 {
    grid-column: 1 / 3;
  }

  #w-node-_0196267d-b909-f1de-4f9f-b666369879dc-f72b26b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-f72b26b6 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_00e1d14b-2904-e2b8-19e7-5efb5e6ce989-f72b26b6 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-f72b26b6 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_59cc11a8-f1a4-245f-9348-8f4733a07292-f72b26b6 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-_59cc11a8-f1a4-245f-9348-8f4733a072b9-f72b26b6 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-af78d1ef-d6ad-4d3a-edb1-02f6f30eb90d-f72b26b6 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_9aa733f6-f623-b655-d754-fa68b09124bc-f72b26b6 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-f72b26b6 {
    grid-column-end: 3;
  }

  #w-node-e1b1b715-14f9-9304-c9b8-04af89643df2-f72b26b6 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-f72b26b6 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b0e27ea6-0ca7-6095-4d48-ceb195f6c23e-f72b26b6 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c792dd68-a14d-30cd-8648-0cc8d5c118cb-d5c118c9 {
    grid-column: 1 / 3;
  }

  #w-node-_204a4689-f6b4-543b-0e7d-bf9b07bc9cea-552b26c9 {
    grid-column-end: 3;
    align-self: center;
  }

  #w-node-b630227e-da64-7503-cebd-3819286b88fa-552b26c9 {
    grid-column: 1 / 3;
  }

  #w-node-cb80f868-aabe-76ae-360a-2ef67c01b840-552b26c9 {
    grid-column: 1 / 3;
    align-self: center;
  }

  #w-node-d0fce8b9-3575-0872-a64d-db18340e57db-552b26c9 {
    grid-column-end: 3;
  }

  #w-node-d0fce8b9-3575-0872-a64d-db18340e57df-552b26c9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fa94b210-26cd-8712-0d0a-d00d272de8b9-552b26c9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e29f0-552b26c9 {
    grid-column-end: 3;
  }

  #w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e29f3-552b26c9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_822a8013-2028-226f-47ef-0ce803e4db39-552b26c9, #w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e29fb-552b26c9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e2a00-552b26c9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0cdcebf5-b12d-4019-5abf-519fd3420420-552b26c9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-fc2b26de {
    grid-column-end: 3;
    align-self: end;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998109-fc2b26de {
    grid-column: 1 / 3;
  }

  #w-node-d761cf34-9f52-709a-b1c3-8df667318e47-fc2b26de {
    grid-column-end: 3;
  }

  #w-node-c3ab724c-0357-3b48-e8f1-888456ef9fa1-fc2b26de {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-f762ea7c-e1be-31e7-9165-6342e528d811-fc2b26de {
    grid-column: 3 / 4;
  }

  #w-node-f58ee298-bc28-4985-75b8-1d2287652687-fc2b26de {
    grid-column: 1 / 3;
  }

  #w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-c12b26df {
    grid-column-end: 3;
  }

  #w-node-b94982a7-929c-6b17-f5a0-459802b0278c-c12b26df {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5070ef98-58c2-cb5d-4fa6-f16fbb585872-c12b26df {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b1552633-e463-03dc-3c31-3c2b3b044572-c12b26df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184dd-9f2b26e0 {
    grid-column: 1 / 3;
  }

  #w-node-_21c33300-49e5-a888-2b92-b4d1b1cf390a-9f2b26e0 {
    grid-column-end: 3;
  }

  #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f23-9f2b26e0, #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f28-9f2b26e0 {
    grid-column: 1 / 3;
  }

  #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f39-9f2b26e0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f3e-9f2b26e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f43-9f2b26e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f48-9f2b26e0 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-002b26e1 {
    grid-column-end: 3;
    align-self: end;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998109-002b26e1 {
    grid-column: 1 / 3;
  }

  #w-node-d761cf34-9f52-709a-b1c3-8df667318e47-002b26e1 {
    grid-column-end: 3;
  }

  #w-node-c3ab724c-0357-3b48-e8f1-888456ef9fa1-002b26e1 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-f762ea7c-e1be-31e7-9165-6342e528d811-002b26e1 {
    grid-column: 3 / 4;
  }

  #w-node-f58ee298-bc28-4985-75b8-1d2287652687-002b26e1, #w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-4c2b26e2 {
    grid-column: 1 / 3;
  }

  #w-node-_04894e95-8698-0995-a8fb-07c8c03c9637-4c2b26e2 {
    grid-column-end: 3;
    align-self: end;
  }

  #w-node-_04894e95-8698-0995-a8fb-07c8c03c9639-4c2b26e2, #w-node-_48d0f6a4-6f1a-138a-c293-7ddb9fb2f355-4c2b26e2 {
    grid-column-end: 3;
  }

  #w-node-cb572dff-a00f-7ba9-5d53-c59ee63792e6-4c2b26e2 {
    grid-column: 1 / 3;
  }

  #w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f6a-4c2b26e2, #w-node-_0f595d27-330b-f2fb-bfdd-79788c9f2900-4c2b26e2, #w-node-ae04229e-d966-cec6-04ce-36e4de1683ef-4c2b26e2, #w-node-ae04229e-d966-cec6-04ce-36e4de1683f0-4c2b26e2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ae04229e-d966-cec6-04ce-36e4de1683f5-4c2b26e2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ae04229e-d966-cec6-04ce-36e4de1683fa-4c2b26e2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ae04229e-d966-cec6-04ce-36e4de1683ff-4c2b26e2 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-dd012874-56d6-c421-1680-7917af968069-4c2b26e2 {
    grid-column-end: 3;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-4c2b26e2 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e2-4c2b26e2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e4-4c2b26e2 {
    grid-area: 1 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e6-4c2b26e2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-622b26e3 {
    grid-column: 1 / 3;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426d1-622b26e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426d5-622b26e3 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426db-622b26e3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5438f368-d59b-3f45-cdd1-ddfd17750925-622b26e3, #w-node-_76e6ae2b-d61f-3fb7-e005-82c80123dbbb-622b26e3 {
    grid-column: 1 / 3;
  }

  #w-node-c0005af1-1c33-c924-319a-8565883d9c3b-622b26e3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_27f95248-350e-eb70-a116-2625ac858454-622b26e3 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a553-3b2b26e4, #w-node-_82c6f30e-f25b-468a-ff8c-7baa2c078603-3b2b26e4 {
    grid-column: 1 / 3;
  }

  #w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a556-3b2b26e4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6e37b5ae-8343-c935-ad92-c208e65ed85c-3b2b26e4 {
    grid-column: 1 / 3;
  }

  #w-node-_98db87dd-691f-e913-7680-20551efcde07-3b2b26e4 {
    grid-column-end: 3;
  }

  #w-node-_98db87dd-691f-e913-7680-20551efcde0b-3b2b26e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-c62b26e5 {
    grid-column: 1 / 3;
  }

  #w-node-_04894e95-8698-0995-a8fb-07c8c03c9637-c62b26e5 {
    grid-column-end: 3;
    align-self: end;
  }

  #w-node-_04894e95-8698-0995-a8fb-07c8c03c9639-c62b26e5, #w-node-_48d0f6a4-6f1a-138a-c293-7ddb9fb2f355-c62b26e5 {
    grid-column-end: 3;
  }

  #w-node-cb572dff-a00f-7ba9-5d53-c59ee63792e6-c62b26e5 {
    grid-column: 1 / 3;
  }

  #w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f6a-c62b26e5, #w-node-_0f595d27-330b-f2fb-bfdd-79788c9f2900-c62b26e5, #w-node-_6b5ae886-b458-5042-a18f-5cf06307cbfa-c62b26e5, #w-node-_6b5ae886-b458-5042-a18f-5cf06307cbfb-c62b26e5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6b5ae886-b458-5042-a18f-5cf06307cc00-c62b26e5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6b5ae886-b458-5042-a18f-5cf06307cc05-c62b26e5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6b5ae886-b458-5042-a18f-5cf06307cc0a-c62b26e5 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-dd012874-56d6-c421-1680-7917af968069-c62b26e5 {
    grid-column-end: 3;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-c62b26e5 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e2-c62b26e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e4-c62b26e5 {
    grid-area: 1 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e6-c62b26e5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3d4a2b5d-2bba-43fe-c241-70b09e9f9de2-c62b26e5 {
    grid-column: 1 / 3;
  }

  #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12df-9e2b26e6, #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12e6-9e2b26e6 {
    grid-column-end: 3;
  }

  #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12e8-9e2b26e6 {
    grid-column-end: 4;
  }

  #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12eb-9e2b26e6 {
    grid-column-start: 1;
  }

  #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12f0-9e2b26e6 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12f3-9e2b26e6 {
    grid-column: 3 / 4;
  }

  #w-node-_4b4dd7fc-30a0-d116-23fa-c911815b5060-9e2b26e6, #w-node-_4b4dd7fc-30a0-d116-23fa-c911815b5075-9e2b26e6 {
    grid-column: 1 / 3;
  }

  #w-node-_4b4dd7fc-30a0-d116-23fa-c911815b5078-9e2b26e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c9632d6a-e288-3582-aa72-06e2949de32e-9e2b26e6, #w-node-d70a91ad-236f-b5e0-74f8-5682badac84f-9e2b26e6 {
    grid-column: 1 / 3;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998110-9e2b26e6 {
    grid-column: 1 / 2;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998112-9e2b26e6 {
    grid-column: 2 / 3;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998114-9e2b26e6 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998116-9e2b26e6 {
    grid-area: 4 / 2 / 6 / 3;
    align-self: start;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998118-9e2b26e6 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_0b76985d-e46c-6d84-bf54-4a90478f97bd-9e2b26e6, #w-node-_593aa2c5-d6eb-2a65-d4ae-295e7c4628e8-9e2b26e6 {
    grid-column: 1 / 3;
  }

  #w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419747-9e2b26e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419754-9e2b26e6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-032b26e7 {
    grid-column: 1 / 3;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426d1-032b26e7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426d5-032b26e7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426db-032b26e7 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5438f368-d59b-3f45-cdd1-ddfd17750925-032b26e7, #w-node-_76e6ae2b-d61f-3fb7-e005-82c80123dbbb-032b26e7 {
    grid-column: 1 / 3;
  }

  #w-node-c0005af1-1c33-c924-319a-8565883d9c3b-032b26e7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_27f95248-350e-eb70-a116-2625ac858454-032b26e7 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-ab47e8da-f239-08c5-c9dd-c3ff34233008-032b26e7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef6e-f32b26e8, #w-node-_32633175-3c44-7cdf-7415-494b64951b59-f32b26e8 {
    grid-column-end: 3;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-f32b26e8 {
    grid-column: 1 / 3;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-f32b26e8 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4f-f32b26e8 {
    grid-column: 3 / 4;
  }

  #w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4b4-f32b26e8 {
    grid-column: 1 / 3;
  }

  #w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4bd-f32b26e8, #w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4cd-f32b26e8, #w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf781e-f32b26e8, #w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf781f-f32b26e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7824-f32b26e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf7829-f32b26e8 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4446d424-0ae3-cfcc-cda3-d9b3adaf782e-f32b26e8 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_2f9db871-260e-a22a-7b0a-d339b792e9ae-f32b26e8 {
    grid-column: 1 / 3;
  }

  #w-node-_2f9db871-260e-a22a-7b0a-d339b792e9b3-f32b26e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-c72b26e9, #w-node-d22d5f4c-c287-7707-232e-c5ce89998109-c72b26e9 {
    grid-column-end: 3;
  }

  #w-node-_9975f1ac-d482-c5a5-2f3e-fe22f19e470e-c72b26e9 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_9975f1ac-d482-c5a5-2f3e-fe22f19e4711-c72b26e9 {
    grid-column: 3 / 4;
  }

  #w-node-_226eaeeb-a557-2b88-4ce2-eb8f8b06acc9-c72b26e9, #w-node-c9632d6a-e288-3582-aa72-06e2949de32e-c72b26e9, #w-node-d70a91ad-236f-b5e0-74f8-5682badac84f-c72b26e9 {
    grid-column: 1 / 3;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998110-c72b26e9 {
    grid-column: 1 / 2;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998112-c72b26e9 {
    grid-column: 2 / 3;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998114-c72b26e9 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998116-c72b26e9 {
    grid-area: 4 / 2 / 6 / 3;
    align-self: start;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998118-c72b26e9 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_0b76985d-e46c-6d84-bf54-4a90478f97bd-c72b26e9, #w-node-_593aa2c5-d6eb-2a65-d4ae-295e7c4628e8-c72b26e9 {
    grid-column: 1 / 3;
  }

  #w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419747-c72b26e9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419754-c72b26e9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef6e-ed2b26ea, #w-node-_32633175-3c44-7cdf-7415-494b64951b59-ed2b26ea {
    grid-column-end: 3;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4a-ed2b26ea {
    grid-column: 1 / 3;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4c-ed2b26ea {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-db42b60b-08d0-4440-75e0-9e3f255f3f4f-ed2b26ea {
    grid-column: 3 / 4;
  }

  #w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4b4-ed2b26ea {
    grid-column: 1 / 3;
  }

  #w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4bd-ed2b26ea, #w-node-_1e2b29b1-e62d-ea56-75e6-89f638e2d4cd-ed2b26ea {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fce-ed2b26ea {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fcf-ed2b26ea {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd4-ed2b26ea {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fd9-ed2b26ea {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4b1c9ea5-5628-2a57-2db9-c2669f4d4fde-ed2b26ea {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_2f9db871-260e-a22a-7b0a-d339b792e9ae-ed2b26ea {
    grid-column: 1 / 3;
  }

  #w-node-_2f9db871-260e-a22a-7b0a-d339b792e9b3-ed2b26ea {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_83a63e1e-d4dc-e8ad-0e2a-d8ca5a7c0956-472b26eb, #w-node-_83a63e1e-d4dc-e8ad-0e2a-d8ca5a7c0957-472b26eb {
    grid-column: 1 / 3;
  }

  #w-node-f629f1a7-dcda-5016-3901-58bb658b247f-472b26eb {
    grid-row-end: 2;
  }

  #w-node-_5194d6c9-9b07-7cd8-16d5-d859fe152811-472b26eb {
    grid-column: 2 / 5;
    grid-row-end: 3;
  }

  #w-node-_575e4837-43d9-3fe9-55a5-f41949a38948-472b26eb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a71cbf44-ec17-5197-35ea-40877ac96b9a-472b26eb {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_8aaf2149-f814-6052-d982-9c36a207603c-472b26eb {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_71c815c9-a4ab-d361-1f1f-157f9a932e8d-472b26eb {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-_60166f96-f69a-0334-0c4b-6393df7f2f60-472b26eb {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_25732a4f-a92f-4956-1998-2a5504117a7a-472b26eb {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-552b26ec {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_1de977b8-82f5-fe48-4e66-6ad125d61a3c-552b26ec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4466d82d-6c7c-b180-64a2-5d43852ac4d2-552b26ec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5438f368-d59b-3f45-cdd1-ddfd17750925-552b26ec {
    grid-column: 1 / 3;
  }

  #w-node-_644679ff-56b4-3727-2104-5e97147797bb-552b26ec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_644679ff-56b4-3727-2104-5e97147797c0-552b26ec {
    grid-column: 1 / 3;
  }

  #w-node-_6342ebd9-cbcf-a993-1110-d0cb1775b3d6-7d2b26ed, #w-node-_0b5094ec-9dc2-3ee1-df44-e058332cc1b8-7d2b26ed {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93bdc22c-c4de-72bf-897b-bbf1a1f259ee-7d2b26ed {
    grid-column: 1 / 3;
  }

  #w-node-_93bdc22c-c4de-72bf-897b-bbf1a1f259f3-7d2b26ed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_71523190-5258-195e-b922-6199db1d03ae-7d2b26ed {
    grid-column: 1 / 3;
  }

  #w-node-d69e238e-6ae9-6108-fb72-283b8159a277-7d2b26ed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1cc3af52-0ca6-221e-ac83-d6c0ed436a72-7d2b26ed {
    grid-column: 1 / 3;
  }

  #w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc46-7d2b26ed, #w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc47-7d2b26ed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc4c-7d2b26ed {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc51-7d2b26ed {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b1fcde23-19af-1b53-8c9e-c6678ad8bc56-7d2b26ed {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_7ab7a12b-78c7-a161-d418-20e3d3849e82-242b2700, #w-node-_89ec6b3a-002c-c8e5-0cf5-f82851a3f99f-242b2700 {
    grid-column: 1 / 3;
  }

  #w-node-f629f1a7-dcda-5016-3901-58bb658b247f-242b2700 {
    grid-row-end: 2;
  }

  #w-node-_5194d6c9-9b07-7cd8-16d5-d859fe152811-242b2700 {
    grid-column: 2 / 5;
    grid-row-end: 3;
  }

  #w-node-_575e4837-43d9-3fe9-55a5-f41949a38948-242b2700 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a71cbf44-ec17-5197-35ea-40877ac96b9a-242b2700 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_8aaf2149-f814-6052-d982-9c36a207603c-242b2700 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_71c815c9-a4ab-d361-1f1f-157f9a932e8d-242b2700 {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-_60166f96-f69a-0334-0c4b-6393df7f2f60-242b2700 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_25732a4f-a92f-4956-1998-2a5504117a7a-242b2700 {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-_6342ebd9-cbcf-a993-1110-d0cb1775b3d6-3a2b2712, #w-node-_0b5094ec-9dc2-3ee1-df44-e058332cc1b8-3a2b2712 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_094cef57-50be-888f-a27c-74837f148d24-3a2b2712 {
    grid-column: 1 / 3;
  }

  #w-node-_93bdc22c-c4de-72bf-897b-bbf1a1f259f3-3a2b2712 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9298e69-f7fa-f412-7300-6a9a5c2e23ab-3a2b2712 {
    grid-column: 1 / 3;
  }

  #w-node-d69e238e-6ae9-6108-fb72-283b8159a277-3a2b2712 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_505ebfe4-6d4c-762b-d7e4-0d44f8b05eeb-3a2b2712 {
    grid-column: 1 / 3;
  }

  #w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc2-3a2b2712, #w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc3-3a2b2712 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfc8-3a2b2712 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfcd-3a2b2712 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_68b178fc-0e69-3317-f1ae-a682dcfecfd2-3a2b2712 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-fd3f7910-34f1-773d-943a-7180b4321102-212b275a {
    grid-column: 1 / 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-212b275a {
    grid-column-end: 2;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd211-212b275a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99af-7b2b2773 {
    grid-column-end: 3;
  }

  #w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99b1-7b2b2773 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9a8ce3f3-ad2a-2f1c-a473-76a5716184dd-822b277f {
    grid-column: 1 / 3;
  }

  #w-node-_21c33300-49e5-a888-2b92-b4d1b1cf390a-822b277f {
    grid-column-end: 3;
  }

  #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f23-822b277f, #w-node-e1ee40a4-d8fa-0211-bedb-ca8f511e8f28-822b277f {
    grid-column: 1 / 3;
  }

  #w-node-_1ec73776-aac1-2936-19f0-47c2995fc431-822b277f, #w-node-_1ec73776-aac1-2936-19f0-47c2995fc432-822b277f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1ec73776-aac1-2936-19f0-47c2995fc437-822b277f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1ec73776-aac1-2936-19f0-47c2995fc43c-822b277f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_1ec73776-aac1-2936-19f0-47c2995fc441-822b277f {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a553-ed2b2780, #w-node-_82c6f30e-f25b-468a-ff8c-7baa2c078603-ed2b2780 {
    grid-column: 1 / 3;
  }

  #w-node-dfc87f1b-9181-28f4-cb6a-774dfcd9a556-ed2b2780 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6e37b5ae-8343-c935-ad92-c208e65ed85c-ed2b2780 {
    grid-column: 1 / 3;
  }

  #w-node-_98db87dd-691f-e913-7680-20551efcde07-ed2b2780 {
    grid-column-end: 3;
  }

  #w-node-_98db87dd-691f-e913-7680-20551efcde0b-ed2b2780 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-822b2781 {
    grid-column-end: 3;
  }

  #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-822b2781 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d7d6a083-9288-82c9-58c7-1b8d4bc6a7e4-822b2781 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_82b05d05-163a-92a0-c4e1-ad0d4d8bbcbc-822b2781 {
    grid-column: 1 / 3;
  }

  #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-422b2783 {
    grid-column-end: 3;
  }

  #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-422b2783 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d7d6a083-9288-82c9-58c7-1b8d4bc6a7e4-422b2783 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_82b05d05-163a-92a0-c4e1-ad0d4d8bbcbc-422b2783 {
    grid-column: 1 / 3;
  }

  #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-532b2784 {
    grid-column-end: 3;
  }

  #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-532b2784 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bd8612ab-5707-365b-8158-fc7ea9543863-532b2784, #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6321-7d2b2786 {
    grid-column-end: 3;
  }

  #w-node-_13ca8754-be91-4ddd-b3ab-bf89c7fe6323-7d2b2786 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bd8612ab-5707-365b-8158-fc7ea9543863-7d2b2786 {
    grid-column-end: 3;
  }

  #w-node-d7d6a083-9288-82c9-58c7-1b8d4bc6a7e4-7d2b2786 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_82b05d05-163a-92a0-c4e1-ad0d4d8bbcbc-7d2b2786 {
    grid-column: 1 / 3;
  }

  #w-node-_7ab2a22f-c9a8-e59d-daa4-c19ba1f7b8fb-492b2789 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_1de977b8-82f5-fe48-4e66-6ad125d61a3c-492b2789 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4466d82d-6c7c-b180-64a2-5d43852ac4d2-492b2789 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_644679ff-56b4-3727-2104-5e97147797bb-492b2789 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c4a60139-361a-d779-2433-dba2e352513c-492b2789 {
    grid-column: 1 / 3;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68bd-502b2790, #w-node-fa15791f-8ff5-6f55-9785-01b7cb041aca-502b2790 {
    grid-column-end: 3;
  }

  #w-node-_9662c5e4-c70e-dc9b-31c2-03ebbaad9053-502b2790 {
    grid-column-end: 4;
  }

  #w-node-_960e6280-a691-6ef9-1bb7-72078ee51e9c-502b2790 {
    grid-column: 1 / 4;
  }

  #w-node-_0196267d-b909-f1de-4f9f-b666369879dc-502b2790 {
    grid-column: span 1 / span 1;
  }

  #w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-502b2790 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_00e1d14b-2904-e2b8-19e7-5efb5e6ce989-502b2790 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-502b2790 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_59cc11a8-f1a4-245f-9348-8f4733a07292-502b2790 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-_59cc11a8-f1a4-245f-9348-8f4733a072b9-502b2790 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-af78d1ef-d6ad-4d3a-edb1-02f6f30eb90d-502b2790 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_9aa733f6-f623-b655-d754-fa68b09124bc-502b2790 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68d6-502b2790 {
    grid-column-end: 3;
  }

  #w-node-e1b1b715-14f9-9304-c9b8-04af89643df2-502b2790 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68da-502b2790 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b0e27ea6-0ca7-6095-4d48-ceb195f6c23e-502b2790 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-c52b2791 {
    grid-column-end: 3;
    align-self: end;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998109-c52b2791 {
    grid-column: 1 / 3;
  }

  #w-node-d761cf34-9f52-709a-b1c3-8df667318e47-c52b2791 {
    grid-column-end: 3;
  }

  #w-node-c3ab724c-0357-3b48-e8f1-888456ef9fa1-c52b2791 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-f762ea7c-e1be-31e7-9165-6342e528d811-c52b2791 {
    grid-column: 3 / 4;
  }

  #w-node-f58ee298-bc28-4985-75b8-1d2287652687-c52b2791, #w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-5a2b2792 {
    grid-column: 1 / 3;
  }

  #w-node-_04894e95-8698-0995-a8fb-07c8c03c9637-5a2b2792 {
    grid-column-end: 3;
    align-self: end;
  }

  #w-node-_04894e95-8698-0995-a8fb-07c8c03c9639-5a2b2792, #w-node-_48d0f6a4-6f1a-138a-c293-7ddb9fb2f355-5a2b2792 {
    grid-column-end: 3;
  }

  #w-node-cb572dff-a00f-7ba9-5d53-c59ee63792e6-5a2b2792 {
    grid-column: 1 / 3;
  }

  #w-node-d63d98f8-cb46-87a4-7d1a-e217b00e2f6a-5a2b2792, #w-node-_0f595d27-330b-f2fb-bfdd-79788c9f2900-5a2b2792, #w-node-_872118c7-1385-87fc-deb2-8df3500a9acc-5a2b2792, #w-node-_872118c7-1385-87fc-deb2-8df3500a9acd-5a2b2792 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_872118c7-1385-87fc-deb2-8df3500a9ad2-5a2b2792 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_872118c7-1385-87fc-deb2-8df3500a9ad7-5a2b2792 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_872118c7-1385-87fc-deb2-8df3500a9adc-5a2b2792 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-dd012874-56d6-c421-1680-7917af968069-5a2b2792 {
    grid-column-end: 3;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-5a2b2792 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e2-5a2b2792 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e4-5a2b2792 {
    grid-area: 1 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356e6-5a2b2792 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce8d7be9-04af-546c-352d-a751f12e562c-792b2793, #w-node-ce8d7be9-04af-546c-352d-a751f12e5633-792b2793 {
    grid-column-end: 3;
  }

  #w-node-ce8d7be9-04af-546c-352d-a751f12e563d-792b2793 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-ce8d7be9-04af-546c-352d-a751f12e5640-792b2793 {
    grid-column: 3 / 4;
  }

  #w-node-fb976f01-00b8-a74a-19b0-500601249657-792b2793, #w-node-_616431e9-5ace-e66d-8e16-ba1b00d22dc9-792b2793, #w-node-_0b980c1e-fdd2-f647-ac6f-58174645a2e5-792b2793, #w-node-c9632d6a-e288-3582-aa72-06e2949de32e-792b2793, #w-node-d70a91ad-236f-b5e0-74f8-5682badac84f-792b2793, #w-node-_0b76985d-e46c-6d84-bf54-4a90478f97bd-792b2793, #w-node-_593aa2c5-d6eb-2a65-d4ae-295e7c4628e8-792b2793 {
    grid-column: 1 / 3;
  }

  #w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419747-792b2793 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29d1c35d-ad90-00d2-4f3b-0cdf35419754-792b2793 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f629f1a7-dcda-5016-3901-58bb658b247f-c82b2794 {
    grid-row-end: 2;
  }

  #w-node-_5194d6c9-9b07-7cd8-16d5-d859fe152811-c82b2794 {
    grid-column: 2 / 5;
    grid-row-end: 3;
  }

  #w-node-_575e4837-43d9-3fe9-55a5-f41949a38948-c82b2794 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a71cbf44-ec17-5197-35ea-40877ac96b9a-c82b2794 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_8aaf2149-f814-6052-d982-9c36a207603c-c82b2794 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_71c815c9-a4ab-d361-1f1f-157f9a932e8d-c82b2794 {
    grid-area: 6 / 2 / 7 / 5;
  }

  #w-node-_60166f96-f69a-0334-0c4b-6393df7f2f60-c82b2794 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_25732a4f-a92f-4956-1998-2a5504117a7a-c82b2794 {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-fd3f7910-34f1-773d-943a-7180b4321102-322b2797 {
    grid-column: 1 / 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-322b2797 {
    grid-column-end: 2;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd211-322b2797 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd213-322b2797, #w-node-_6e8aad73-1c34-c3af-e385-f916ca5fec58-322b2797 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_682c18ee-f269-764d-e8fc-3b546a756099-322b2797 {
    grid-column-end: 2;
  }

  #w-node-_682c18ee-f269-764d-e8fc-3b546a75609c-322b2797 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_682c18ee-f269-764d-e8fc-3b546a75609e-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560a1-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560a4-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560a7-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560aa-322b2797, #w-node-_682c18ee-f269-764d-e8fc-3b546a7560ad-322b2797 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f638a-322b2797 {
    grid-column-end: 2;
  }

  #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f638d-322b2797 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f638f-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f6392-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f6395-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f6398-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f639b-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f639e-322b2797, #w-node-fa7f8d17-7156-f7d3-bcf9-714709d91226-322b2797, #w-node-_290eb1b9-311e-e939-91f5-32db76a40403-322b2797, #w-node-_357808eb-cca7-2655-a164-ee3670cb95ff-322b2797 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1501b47a-005f-2358-bdd1-90e3fee49cd1-d12b279b {
    grid-column: 1 / 3;
  }

  #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c7e-d12b279b {
    grid-column-end: 2;
  }

  #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c81-d12b279b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c83-d12b279b, #w-node-_2d59c3cf-fa80-dfd0-370f-7ebed50b2c88-d12b279b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3980-d12b279b {
    grid-column-end: 2;
  }

  #w-node-_8d28cfa8-420e-1f9a-cfa4-6a8dd9fd3983-d12b279b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8a467164-3221-77e9-9900-d4d974a1f239-d12b279b {
    grid-column-end: 2;
  }

  #w-node-_8a467164-3221-77e9-9900-d4d974a1f23c-d12b279b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_554a4b7c-050e-ef5a-75a1-664e7514106d-d12b279b {
    grid-column-end: 2;
  }

  #w-node-_554a4b7c-050e-ef5a-75a1-664e75141070-d12b279b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-67ea26a0 {
    grid-column: 2 / 8;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-67ea26a0 {
    grid-column-end: 3;
  }

  #w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c28-67ea26a0 {
    grid-column-start: 1;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-7cb208d3 {
    grid-column: 2 / 8;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-7cb208d3 {
    grid-column-end: 3;
  }

  #w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c28-7cb208d3 {
    grid-column-start: 1;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-04089ec9 {
    grid-column: 2 / 8;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-04089ec9 {
    grid-column-end: 3;
  }

  #w-node-_35d07713-8e32-181d-aee7-b45e398a9625-04089ec9 {
    grid-column-start: 1;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-6d87f172 {
    grid-column: 2 / 8;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd378-6d87f172 {
    grid-column-end: 3;
  }

  #w-node-_8a378c26-02de-07b3-7fdc-e66fe1b7d35e-6d87f172 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7bd942c7-e5d6-953f-6756-c704689a1bbe-689a1bac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0a30f6fc-de9a-0017-b5a4-c428da7ec77e-689a1bac {
    grid-row: 3 / 3;
    grid-column-end: 2;
  }

  #w-node-_6ecf0fd4-591a-8916-835b-57094399742d-689a1bac {
    grid-row: 4 / 4;
    grid-column-end: 3;
  }

  #w-node-_06f431a9-89d1-11f3-2d62-31965f79a1b0-689a1bac {
    grid-column-start: 1;
  }

  #w-node-_0f44a05e-783e-71ab-4c95-730c23eacfa6-ac33830c {
    grid-column-start: 3;
  }

  #w-node-_5070ef98-58c2-cb5d-4fa6-f16fbb585872-fd2b2690 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b1552633-e463-03dc-3c31-3c2b3b044572-fd2b2690 {
    grid-row: 3 / 4;
  }

  #w-node-_1d1f057b-f50c-4adf-8f14-0023234c6114-132b26a3, #w-node-_0af87d40-01fc-fb5a-6ddd-9c20f917de12-132b26a3, #w-node-_34745fcb-0bcf-63b8-0d1c-35c3a49126e4-132b26a3, #w-node-d20a26fe-e7ce-60ab-66a7-3427139b4468-132b26a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7b5e781-b235-3012-6de8-fbf28376624f-6e66c98e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5070ef98-58c2-cb5d-4fa6-f16fbb585872-c12b26df {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-67ea26a0, #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-7cb208d3, #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-04089ec9, #w-node-_8c6811fc-1654-fdfa-6eee-dd88c0abd376-6d87f172 {
    grid-column: 1 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bd942c7-e5d6-953f-6756-c704689a1bbe-689a1bac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_074f87ff-846e-2990-03a5-fc824b4ebc6c-689a1bac {
    grid-row: 2 / 3;
  }

  #w-node-b65acb60-1ab1-7dbe-5ff1-8750a09acf93-689a1bac {
    grid-row: 3 / 3;
  }

  #w-node-_0a30f6fc-de9a-0017-b5a4-c428da7ec77e-689a1bac {
    grid-row: 4 / 4;
    grid-column-end: 3;
  }

  #w-node-_6ecf0fd4-591a-8916-835b-57094399742d-689a1bac {
    grid-row: 4 / 6;
    grid-column-start: 1;
  }

  #w-node-_06f431a9-89d1-11f3-2d62-31965f79a1b0-689a1bac {
    grid-row: 6 / 7;
  }

  #w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-542b267d {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-542b267d {
    justify-self: center;
  }

  #w-node-b94982a7-929c-6b17-f5a0-459802b0278c-fd2b2690 {
    grid-column-end: 3;
  }

  #w-node-b1552633-e463-03dc-3c31-3c2b3b044572-fd2b2690 {
    grid-row: 3 / 4;
  }

  #w-node-d9db5edd-f2d2-a6f1-f742-9974fd391e7e-fd391e7b {
    grid-column: 1 / 3;
    justify-self: start;
  }

  #w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-f72b26b6 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-f72b26b6 {
    justify-self: center;
  }

  #w-node-_64a5d251-5b4f-025d-8c1a-aa4a966e29f3-552b26c9 {
    grid-row: 1 / 2;
  }

  #w-node-_822a8013-2028-226f-47ef-0ce803e4db39-552b26c9 {
    grid-row: 2 / 3;
  }

  #w-node-_0cdcebf5-b12d-4019-5abf-519fd3420420-552b26c9 {
    grid-row: 1 / 2;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-fc2b26de {
    grid-row: 2 / 3;
  }

  #w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd5093-fc2b26de {
    grid-column: 2 / 5;
  }

  #w-node-_6c1f3deb-1311-657d-5340-b74496373e3f-fc2b26de {
    grid-column: 1 / 5;
  }

  #w-node-a95ad4b9-045a-964b-eedc-1d1041f40f62-fc2b26de {
    grid-column: 3 / 6;
    grid-row-start: 2;
  }

  #w-node-b94982a7-929c-6b17-f5a0-459802b0278c-c12b26df {
    grid-column-end: 3;
  }

  #w-node-_5070ef98-58c2-cb5d-4fa6-f16fbb585872-c12b26df {
    grid-row: 3 / 4;
  }

  #w-node-ec1fe1b0-2209-2119-0dbe-39d7336acef5-9f2b26e0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-002b26e1 {
    grid-row: 2 / 3;
  }

  #w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd5093-002b26e1 {
    grid-column: 2 / 5;
  }

  #w-node-_6c1f3deb-1311-657d-5340-b74496373e3f-002b26e1 {
    grid-column: 1 / 5;
  }

  #w-node-a95ad4b9-045a-964b-eedc-1d1041f40f62-002b26e1 {
    grid-column: 3 / 6;
    grid-row-start: 2;
  }

  #w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-4c2b26e2 {
    align-self: end;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-4c2b26e2 {
    grid-row-start: 1;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426d5-622b26e3 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-c62b26e5 {
    align-self: end;
  }

  #w-node-_6b5ae886-b458-5042-a18f-5cf06307cbfa-c62b26e5 {
    grid-row: 2 / 3;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-c62b26e5 {
    grid-row-start: 1;
  }

  #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12df-9e2b26e6 {
    grid-row: 1 / 3;
  }

  #w-node-_9f917c46-f8db-4d60-68ff-da98d7de12e6-9e2b26e6 {
    grid-row: 3 / 4;
  }

  #w-node-_4d57dc1f-94ca-4112-5583-320e731426d5-032b26e7 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef75-f32b26e8 {
    grid-column: 1 / 2;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef77-f32b26e8 {
    grid-column: 2 / 3;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef79-f32b26e8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7b-f32b26e8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a1c9b462-1e0c-ee39-d2a1-8f67ef30ef7d-f32b26e8 {
    grid-area: 5 / 2 / 7 / 3;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-c72b26e9 {
    grid-row: 2 / 3;
  }

  #w-node-d22d5f4c-c287-7707-232e-c5ce89998109-c72b26e9 {
    grid-row: 3 / 4;
    align-self: start;
  }

  #w-node-_2922bcd8-2954-a173-fb1f-69e0ae560274-c72b26e9 {
    grid-column-end: 4;
  }

  #w-node-_7e7c074c-2413-7a6c-231c-4140671f1d3d-c72b26e9 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
  }

  #w-node-_1de977b8-82f5-fe48-4e66-6ad125d61a3c-552b26ec {
    justify-self: start;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-212b275a {
    grid-column-end: 3;
  }

  #w-node-c0b8f39c-3844-1ac4-fdaf-794e919c99b1-7b2b2773 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_020772c8-afb1-166e-3f1e-b20808cfe1dc-502b2790 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-c0e24a08-8fea-bd54-4fc1-7c57f3bc68c8-502b2790 {
    justify-self: center;
  }

  #w-node-_45e45415-08b5-95d3-7ad2-ab5a83e45f74-c52b2791 {
    grid-row: 2 / 3;
  }

  #w-node-a30dcc32-ee4d-b4ed-b8fc-f71583bd5093-c52b2791 {
    grid-column: 2 / 5;
  }

  #w-node-_6c1f3deb-1311-657d-5340-b74496373e3f-c52b2791 {
    grid-column: 1 / 5;
  }

  #w-node-a95ad4b9-045a-964b-eedc-1d1041f40f62-c52b2791 {
    grid-column: 3 / 6;
    grid-row-start: 2;
  }

  #w-node-_17f8d0c1-7db2-f2b9-15f9-4e5db7f1e056-5a2b2792 {
    align-self: end;
  }

  #w-node-_5cecbe7e-4d88-b62f-4201-c12e611356da-5a2b2792 {
    grid-row-start: 1;
  }

  #w-node-ce8d7be9-04af-546c-352d-a751f12e562c-792b2793 {
    grid-row: 2 / 3;
    align-self: start;
  }

  #w-node-ce8d7be9-04af-546c-352d-a751f12e5633-792b2793 {
    grid-row: 3 / 4;
  }

  #w-node-ce8d7be9-04af-546c-352d-a751f12e5635-792b2793 {
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-ce8d7be9-04af-546c-352d-a751f12e5638-792b2793 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd20e-322b2797 {
    grid-column-end: 3;
  }

  #w-node-c58c0872-8ede-8319-f5d4-6388980dd213-322b2797, #w-node-_6e8aad73-1c34-c3af-e385-f916ca5fec58-322b2797 {
    grid-column: span 2 / span 2;
  }

  #w-node-_682c18ee-f269-764d-e8fc-3b546a756099-322b2797, #w-node-_1c9f15f1-dc0a-112c-87fc-ec9e963f638a-322b2797 {
    grid-column-end: 3;
  }

  #w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c28-67ea26a0 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c29-67ea26a0 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_51c97f7f-88a0-70a9-4fad-75ff8ca22c28-7cb208d3, #w-node-_35d07713-8e32-181d-aee7-b45e398a9625-04089ec9, #w-node-_8a378c26-02de-07b3-7fdc-e66fe1b7d35e-6d87f172 {
    grid-area: 1 / 1 / 2 / 7;
  }
}


@font-face {
  font-family: 'Tanker';
  src: url('../fonts/Tanker-Regular.woff') format('woff'), url('../fonts/Tanker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BoldLC.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork';
  src: url('../fonts/NewYork.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}