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

@font-face {
  font-family: Futura pt;
  src: url('../fonts/Futura-PT-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.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-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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.orb {
  z-index: 1;
  mix-blend-mode: normal;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: sticky;
  inset: 0 auto 700px;
  overflow: hidden;
}

.navbar-no-shadow {
  z-index: 9;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100vw;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: fixed;
}

.navbar-wrapper {
  z-index: 3;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.navbar-brand {
  align-self: flex-end;
  padding-left: 0;
  text-decoration: none;
}

.nav-bar {
  flex: none;
  width: 50vw;
  margin-left: auto;
  display: block;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Futura pt, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 0;
  display: block;
}

.zine-button-wrapper {
  z-index: 999;
  align-items: flex-start;
  width: 15vw;
  margin: 0 50px 0 auto;
  display: block;
  position: static;
  left: auto;
  right: 40px;
}

.button-primary {
  z-index: 3;
  color: #000;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #0000;
  width: 20vw;
  margin-right: 40px;
  padding: 0 25px 0 40px;
  font-family: Droid Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: block;
  position: relative;
}

.button-primary:hover {
  color: #000;
  background-color: #0000;
}

.button-primary:active {
  background-color: #0000;
}

.menu-button-2 {
  flex: 0 auto;
}

.goober-equateur {
  color: #000;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Equateur, sans-serif;
  text-decoration: none;
}

.blog_title {
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Bitter, serif;
  font-size: 30px;
  line-height: 20px;
  display: flex;
}

.category {
  color: #000;
  text-align: left;
  margin: 0 auto 0 0;
  padding-left: 40px;
  font-family: Bitter, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  display: none;
}

.header {
  margin-top: 109px;
  padding-left: 0;
  padding-right: 20px;
}

.image-14 {
  max-width: 120vh;
  margin-bottom: 0;
  margin-left: 233px;
  padding-bottom: 0;
  display: block;
}

.zine {
  z-index: 4;
  width: 100vw;
  margin-top: -25px;
  display: none;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.contacts {
  z-index: 4;
  background-color: #000;
  justify-content: space-around;
  align-items: flex-start;
  width: 100vw;
  min-height: 50vh;
  margin-top: -50vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-23 {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-family: Droid Serif, serif;
  font-size: 24px;
  font-weight: 500;
}

.add-to-cart-button {
  background-color: #000;
  width: 15vw;
  padding: 10px 25px 10px 10px;
  font-family: Droid Serif, serif;
}

.buy-now-button {
  background-color: #000;
  width: 15vw;
  margin-right: 0;
  padding: 10px 25px 10px 10px;
  font-family: Droid Serif, serif;
}

.field-label {
  font-family: Droid Serif, serif;
}

.image-16 {
  z-index: 1;
  width: 50vw;
  margin-top: 36px;
  display: block;
  position: static;
}

.heading-32 {
  color: #000;
  font-family: Droid Serif, serif;
}

.paragraph-7 {
  font-family: Droid Serif, serif;
}

.collection-list-wrapper-3 {
  margin-left: 0;
}

.heading-33 {
  color: #fff;
  margin-top: 10px;
  font-family: Droid Serif, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
}

.link-3 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.collection-item-3 {
  width: 100vw;
}

.btswrap {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  display: block;
  position: relative;
}

.image-28 {
  z-index: 1;
  mix-blend-mode: soft-light;
  width: 100vw;
  height: 100vh;
  font-size: 20px;
  display: block;
  position: fixed;
  inset: 0%;
}

.image-29 {
  z-index: 1;
  mix-blend-mode: hard-light;
  width: 25vw;
  display: none;
  position: static;
}

.paragraph-8 {
  z-index: 1;
  color: #fff;
  width: 40vw;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
  position: static;
}

.aissa_aboutme {
  margin-top: 5px;
  display: block;
  position: static;
}

.heading-34 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.contact_right {
  border-left: 0 #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-30 {
  mix-blend-mode: normal;
  width: 25vw;
  display: none;
  position: static;
}

.image-32 {
  width: 50vw;
  margin-left: 0;
  display: none;
}

.div-block-25 {
  width: 50vw;
  margin-left: 0;
  margin-right: auto;
}

.heading-35 {
  margin-top: 14px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 40px;
  font-family: Bitter, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 2px;
}

.heading-36 {
  border-top: 0 solid #000;
  margin-top: 0;
  padding-left: 40px;
  font-family: Bitter, serif;
  font-size: 30px;
  font-weight: 700;
}

.collection-list-wrapper-4 {
  z-index: 5;
  position: static;
  right: 0;
}

.link-block-2 {
  color: #000;
  height: 30vh;
  margin-left: 0;
  font-family: Varela, sans-serif;
  text-decoration: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.product-intro {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40vw;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.div-block-28 {
  display: flex;
}

.next-piece {
  width: 100vw;
  margin-top: 30px;
}

.contact_left {
  border-left: 0 solid #000;
  border-right: 0 solid #fff;
  width: 50vw;
  padding-bottom: 20px;
  padding-right: 20px;
}

.add-to-cart {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  display: block;
}

.default-state {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
}

.quantity {
  font-family: Droid Serif, serif;
}

.div-block-31 {
  flex-direction: row;
  align-items: flex-start;
  width: 100vw;
  height: 50vh;
  margin-top: 20vh;
  display: flex;
}

.rich-text-block {
  color: #000;
  background-color: #fff;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Droid Serif, serif;
}

.collection-item-6 {
  margin-left: 0;
}

.div-block-34 {
  border-top-width: 0;
  border-top-color: #000;
  width: 100vw;
}

.body-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100vw;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  display: block;
  overflow: visible;
}

.intro {
  z-index: 2;
  text-transform: none;
  width: 38vw;
  margin-left: 20vw;
  padding-right: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
  position: sticky;
  top: 10vh;
}

.zine-wrap {
  z-index: 9;
  background-color: #fffdfd;
  margin-top: 56px;
  display: block;
  position: static;
}

.text-span-3 {
  font-size: 26px;
}

.pt3-intro-img {
  z-index: 1;
  float: none;
  clear: none;
  border-radius: 0;
  width: 79vw;
  display: block;
  position: absolute;
}

.text-span-8 {
  font-size: 26px;
}

.text-span-9, .text-span-13, .text-span-14 {
  font-size: 24px;
}

.orbalt {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.background-video-3 {
  z-index: 1;
  filter: saturate();
  mix-blend-mode: multiply;
  object-fit: scale-down;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.pt2intro-img {
  border-radius: 20px;
  width: 66.6667vw;
  margin-left: auto;
  padding-left: 20px;
  overflow: hidden;
}

.heading-58 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.link-block-3 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.linkout {
  filter: invert();
  mix-blend-mode: normal;
  background-color: #fff;
  width: 20px;
  height: 20px;
}

.div-block-43 {
  margin-bottom: 10px;
  display: flex;
}

.div-block-44 {
  display: flex;
}

.prchase {
  margin-top: 0;
}

.pt2imgtrack {
  width: 75vw;
  height: 80vh;
  margin-left: 0;
  overflow: hidden;
}

.pt3img-wrap {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 79vw;
  height: 100vh;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.image-45 {
  z-index: 2;
  float: none;
  clear: both;
  position: static;
  transform: scale(1.2);
}

.nav {
  z-index: 9;
  mix-blend-mode: normal;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-content {
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #0000;
  border-top: 0 solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  height: 6vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.landing-page {
  mix-blend-mode: multiply;
  width: 100vw;
  position: relative;
  overflow: visible;
}

.note {
  width: 66.6667vw;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 20px;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 24px;
}

.editors-note {
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  display: none;
}

.mobile-orb-gif {
  display: none;
}

.body-wrap {
  display: block;
}

.text-block-10 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link-block-5 {
  color: #fff;
  text-decoration: none;
  display: flex;
}

.menu {
  cursor: default;
  flex: none;
}

.byline-heading {
  z-index: 2;
  color: #000;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Equateur, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  inset: 20% 0% auto;
}

.manifesto-inline {
  z-index: 2;
  white-space: break-spaces;
  width: 38vw;
  margin-left: auto;
  position: sticky;
  top: 10vh;
}

.manifesto-heading {
  font-size: 40px;
  font-weight: 400;
  position: static;
  top: 10vh;
}

.welcome-heading {
  margin-left: 33vw;
  font-size: 40px;
  font-weight: 400;
  display: none;
}

.text-span-19 {
  text-decoration: none;
}

.title-wrap {
  text-align: right;
  padding-left: 20px;
  position: sticky;
  top: 92px;
  bottom: 20px;
}

.part-number, .part-title {
  font-weight: 400;
}

.body-text-columns {
  padding-top: 20px;
  padding-right: 0;
  display: none;
}

.heading-image {
  object-fit: fill;
  width: 79vw;
  margin-top: 38px;
}

.article-wrap {
  border-bottom: 0 solid #e4ebf3;
  max-width: 100vw;
  margin-top: 100px;
  position: relative;
}

.article-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  width: 100vw;
  margin-top: 0;
  display: flex;
}

.title-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20vw;
  padding-left: 20px;
  display: block;
  position: sticky;
  top: 80px;
}

.body-image-text-wrap {
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  display: block;
}

.article-left, .article-right {
  padding-left: 0;
}

.indicator {
  background-image: linear-gradient(#ff00008c 57%, #f000);
  height: 6vh;
  display: block;
  position: fixed;
  inset: 0 0% auto;
}

.big-heading {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: -30vh;
  margin-bottom: 0;
  font-family: Equateur, sans-serif;
  font-size: 300px;
  line-height: 260px;
  display: block;
  position: relative;
}

.textual-opening {
  min-height: 100vh;
  position: relative;
}

.cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cta-image {
  object-fit: cover;
  border-radius: 40px;
  width: 60vw;
  max-height: 90vh;
  margin-bottom: 0;
}

.button {
  z-index: 5;
  color: #000;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  left: auto;
}

.button-gradient {
  z-index: 1;
  filter: blur(20px);
  background-image: radial-gradient(circle, red, #fff);
  min-height: 100px;
  position: absolute;
  inset: auto 0%;
}

.button-gradient.byline {
  top: 20px;
}

.button-wrap {
  color: #000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-wrap.byline {
  flex-direction: column;
  align-items: center;
  min-width: 20vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 20px;
  position: relative;
}

.text-block-13, .text-block-15, .text-block-16 {
  text-align: center;
}

.menu-pop-up {
  z-index: 10;
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 70vh;
  display: flex;
}

.column-4 {
  flex-direction: column;
  display: block;
}

.menu-head {
  height: 10vh;
  font-size: 40px;
}

.columns-3 {
  padding-top: 6vh;
}

.div-block-51 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  height: 70vh;
  display: flex;
}

.div-block-52 {
  background-color: #000;
  width: 100vw;
  height: 1px;
  position: fixed;
  top: 0;
}

.link-4 {
  color: #000;
  padding-left: 10px;
}

.link-5 {
  color: #000;
  padding-left: 0;
}

.link-6, .link-7, .link-8 {
  color: #000;
  padding-left: 10px;
}

.text-block-18 {
  color: #000;
  padding-left: 10px;
  text-decoration: none;
}

.image-49 {
  border: 0 solid #000;
}

.link-block-6 {
  border: 1px solid #000;
  text-decoration: none;
}

.link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
  color: #000;
}

.x {
  height: 13vh;
  position: fixed;
  inset: 0% 0% auto auto;
}

.column-5 {
  justify-content: flex-end;
  display: flex;
}

.name {
  color: #fff;
  font-size: 24px;
}

.role {
  color: #fff;
  text-decoration: underline;
}

.credit {
  text-align: right;
}

.text-block-19 {
  padding-right: 10px;
}

.text-block-20 {
  padding-left: 0;
  padding-right: 10px;
}

.quote {
  width: 20vw;
  padding-top: 40px;
}

.article-block {
  column-count: 4;
  display: block;
}

.div-block-53 {
  background-color: #444;
  border-radius: 20px;
  width: 30vw;
  height: 70vh;
  margin-left: 34px;
}

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

.div-block-55 {
  z-index: 2;
  background-color: #505050;
  border-radius: 0;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-56 {
  background-color: #3d3d3d;
  position: absolute;
}

.section {
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .zine-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list-item {
    width: 10vh;
    display: none;
  }

  .list-item-2 {
    width: 10vh;
  }

  .editors-note {
    display: none;
  }

  .part-title {
    text-align: right;
    font-size: 34px;
  }

  .article-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
  }

  .title-sticky {
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .body-image-text-wrap {
    flex: 0 auto;
  }

  .big-heading {
    font-size: 200px;
  }

  .article-block {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .nav-menu {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    list-style-type: none;
    display: none;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts {
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item {
    display: none;
  }

  .paragraph-8 {
    width: 40vw;
    font-size: 14px;
    line-height: 12px;
    overflow: scroll;
  }

  .heading-34 {
    font-size: 20px;
    line-height: 20px;
    overflow: scroll;
  }

  .list-item-2 {
    display: none;
  }

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

  .contact_left {
    width: 50vw;
  }

  .article-wrap {
    padding: 60px 15px;
  }

  .quote {
    width: 40vw;
  }

  .article-block {
    column-count: 2;
  }
}

@media screen and (max-width: 479px) {
  .orb {
    z-index: 1;
    mix-blend-mode: multiply;
    object-fit: fill;
    margin-bottom: 0;
    display: none;
  }

  .navbar-no-shadow {
    background-color: #fff;
    display: block;
  }

  .navbar-container {
    height: 10vh;
  }

  .navbar-wrapper {
    z-index: 999;
    justify-content: space-between;
    align-items: flex-end;
    height: 10vh;
    margin-top: -18px;
    margin-left: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-brand {
    z-index: 999;
    align-self: flex-end;
    display: block;
    position: static;
  }

  .nav-bar {
    margin-left: 0;
    display: none;
  }

  .nav-menu {
    flex-flow: wrap;
    flex: 0 auto;
    place-content: stretch flex-end;
    align-self: center;
    align-items: flex-end;
    width: 100vw;
    height: 10vh;
    margin-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    display: flex;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
    margin-bottom: 11px;
  }

  .zine-button-wrapper {
    mix-blend-mode: normal;
    justify-content: center;
    width: auto;
    margin-right: 0;
    display: block;
    position: relative;
    right: auto;
  }

  .button-primary {
    z-index: 5;
    color: #000;
    text-align: center;
    mix-blend-mode: normal;
    background-color: #0000;
    border-radius: 0;
    align-self: center;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Droid Serif, serif;
    position: static;
  }

  .button-primary:active {
    background-color: #0000;
  }

  .menu-button-2 {
    display: block;
  }

  .goober-equateur {
    z-index: 999;
    padding-left: 0;
    font-family: Equateur, sans-serif;
    font-size: 30px;
    font-weight: 400;
    position: static;
    inset: 0% auto auto 0%;
  }

  .blog_title {
    align-items: flex-start;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0;
    padding-left: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .category {
    width: 100vw;
    margin-left: 0;
    padding-left: 10px;
  }

  .header {
    background-color: #fff;
    max-width: 100vw;
    margin-top: 10vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14 {
    z-index: 5;
    width: 700px;
    max-width: 700px;
    margin-bottom: 0;
    margin-left: -110px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .zine {
    background-color: #0000;
    width: 100vw;
    height: 70vh;
    margin-top: 8vh;
    margin-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .contacts {
    flex-direction: row;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .heading-23 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .add-to-cart-button, .buy-now-button {
    width: 30vw;
    font-family: Droid Serif, serif;
  }

  .image-16 {
    width: 90vw;
    margin-top: 60px;
    position: static;
    inset: 0%;
  }

  .heading-32 {
    margin-top: 0;
  }

  .collection-list-wrapper-3 {
    margin-left: 0;
  }

  .list-item {
    list-style-type: none;
  }

  .heading-33 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .link-3 {
    font-size: 15px;
  }

  .btswrap {
    mix-blend-mode: normal;
    width: 100vw;
    margin-left: -10px;
  }

  .image-28 {
    display: block;
  }

  .image-29 {
    mix-blend-mode: normal;
    width: 50vw;
  }

  .paragraph-8 {
    width: 50vw;
    display: none;
    overflow: scroll;
  }

  .aissa_aboutme {
    width: 50vw;
    margin-top: 10px;
  }

  .heading-34 {
    text-align: left;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
  }

  .contact_right {
    border-left-width: 0;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50vw;
    padding-left: 0;
  }

  .image-30 {
    width: 50vw;
  }

  .image-32 {
    width: 100vw;
  }

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

  .div-block-25 {
    mix-blend-mode: normal;
    width: 100vw;
    margin-right: 0;
  }

  .heading-35 {
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-36 {
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 20px;
  }

  .link-block-2 {
    text-align: right;
    width: 100vw;
    padding-right: 0;
  }

  .product-intro {
    width: 100vw;
    margin-top: 0;
    padding-left: 10px;
    position: fixed;
  }

  .div-block-28 {
    mix-blend-mode: normal;
  }

  .next-piece {
    width: 40vw;
    height: 10vh;
    margin-right: auto;
  }

  .contact_left {
    mix-blend-mode: normal;
  }

  .div-block-30 {
    mix-blend-mode: normal;
    background-color: #ddd;
    overflow: scroll;
  }

  .add-to-cart {
    justify-content: flex-end;
  }

  .default-state {
    justify-content: flex-end;
    padding-right: 20px;
  }

  .collection-item-4 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    display: flex;
  }

  .rich-text-block {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item-6 {
    padding-left: 0;
  }

  .div-block-34 {
    background-color: #fff;
    padding-bottom: 3px;
  }

  .body-3 {
    object-fit: contain;
    background-color: #fff;
    max-width: 99vw;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .intro {
    color: #000;
    text-align: justify;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Bitter, serif;
    position: static;
  }

  .pt3-intro-img {
    width: auto;
    display: block;
  }

  .background-video-3 {
    width: 300vw;
    margin-left: -100vw;
    display: none;
  }

  .pt2intro-img {
    flex: none;
    width: 170vw;
    max-width: 300%;
  }

  .heading-58 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .prchase {
    padding-top: 10px;
  }

  .haveq {
    align-self: flex-start;
    padding-top: 13px;
  }

  .pt2imgtrack {
    width: 100vw;
    height: 60vh;
  }

  .pt3img-wrap {
    width: auto;
    height: auto;
  }

  .image-45 {
    width: auto;
  }

  .nav-content {
    padding-left: 5px;
  }

  .note {
    width: 100vw;
    padding-left: 10px;
  }

  .mobile-orb-gif {
    z-index: 1;
    opacity: .59;
    mix-blend-mode: multiply;
    object-fit: none;
    height: 90vh;
    margin-top: 0;
    display: block;
    position: relative;
    transform: scale(1.6);
  }

  .body-wrap {
    width: 100vw;
  }

  .link-block-5 {
    padding-top: 10px;
  }

  .byline-heading {
    line-height: 40px;
  }

  .manifesto-inline {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .title-wrap {
    padding-left: 0;
  }

  .part-number, .part-title {
    text-align: left;
  }

  .body-text-columns {
    padding-right: 0;
  }

  .heading-image {
    width: 100vw;
  }

  .article-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .article-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .title-sticky {
    width: auto;
    padding-left: 10px;
  }

  .body-image-text-wrap {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .article-left, .article-right {
    padding-right: 0;
  }

  .big-heading {
    margin-top: -30vh;
    font-size: 70px;
  }

  .cta-image {
    width: 100vw;
    margin-bottom: 40px;
  }

  .button {
    width: auto;
    left: auto;
  }

  .button-wrap {
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .text-block-17 {
    padding-bottom: 20px;
  }

  .menu-pop-up {
    display: none;
  }

  .content-wrap, .menu-head, .div-block-51 {
    height: auto;
  }

  .quote {
    width: 60vw;
  }

  .article-block {
    column-count: 1;
  }
}

#w-node-fcbe5199-fd4e-2484-171e-ca81edbdc3c1-7a712bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcbe5199-fd4e-2484-171e-ca81edbdc3c7-7a712bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a951f044-c17d-59e5-8e8e-153e0f3680c2-7a712bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a951f044-c17d-59e5-8e8e-153e0f3680c8-7a712bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7147e8ce-b759-267f-4190-b052b29f413b-7a712bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7147e8ce-b759-267f-4190-b052b29f4141-7a712bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23fdc38b-ed97-ba71-2ef4-8efa954ef99b-7a712bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23fdc38b-ed97-ba71-2ef4-8efa954ef9ab-7a712bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-fcbe5199-fd4e-2484-171e-ca81edbdc3c1-7a712bd0, #w-node-a951f044-c17d-59e5-8e8e-153e0f3680c2-7a712bd0, #w-node-_7147e8ce-b759-267f-4190-b052b29f413b-7a712bd0, #w-node-_23fdc38b-ed97-ba71-2ef4-8efa954ef99b-7a712bd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fcbe5199-fd4e-2484-171e-ca81edbdc3c1-7a712bd0, #w-node-fcbe5199-fd4e-2484-171e-ca81edbdc3c7-7a712bd0, #w-node-a951f044-c17d-59e5-8e8e-153e0f3680c2-7a712bd0, #w-node-a951f044-c17d-59e5-8e8e-153e0f3680c8-7a712bd0, #w-node-_7147e8ce-b759-267f-4190-b052b29f413b-7a712bd0, #w-node-_7147e8ce-b759-267f-4190-b052b29f4141-7a712bd0, #w-node-_23fdc38b-ed97-ba71-2ef4-8efa954ef99b-7a712bd0, #w-node-_23fdc38b-ed97-ba71-2ef4-8efa954ef9ab-7a712bd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Equateur';
  src: url('../fonts/Equateur-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura pt';
  src: url('../fonts/Futura-PT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura pt';
  src: url('../fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}