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

@font-face {
  font-family: Mori SemiBold;
  src: url('../fonts/PPMori-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--grey-100: white;
  --colors--grey-900: #1a1b1f;
  --blue-light: #05056d;
  --blue-dark: #00004a;
  --grey-middle: #70797b;
  --grey-dark: #404c4f;
  --black: black;
  --colors--grey-200: #f9f9f9;
  --grey-light: #979797;
  --color: white;
  --headings: "Mori Regular", sans-serif;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-sizes--headings--h1: 5.625rem;
  --font-sizes--headings--h2: 3rem;
  --font-sizes--headings--h3: 2.25rem;
  --font-sizes--headings--h4: 2rem;
  --font-sizes--headings--h5: 1.25rem;
  --font-sizes--copy--copy-l: 1.375rem;
  --font-sizes--copy--copy-m: 1.125rem;
  --font-sizes--copy--copy-s: .875rem;
  --spacings--200-px: 12.5rem;
  --spacings--128-px: 8rem;
  --spacings--120px: 7.5rem;
  --spacings--100px: 6.25rem;
  --spacings--96px: 6rem;
  --spacings--80px: 5rem;
  --spacings--64px: 4rem;
  --spacings--48px: 3rem;
  --spacings--40px: 2.5rem;
  --spacings--32px: 2rem;
  --spacings--28px: 1.75rem;
  --spacings--20px: 1.25rem;
  --spacings--16px: 1rem;
  --spacings--8px: .5rem;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@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 {
  background-color: var(--colors--grey-100);
  color: var(--colors--grey-900);
  font-family: Mori Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  letter-spacing: 1px;
  white-space: pre-wrap;
  word-break: normal;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 96px;
}

h2 {
  letter-spacing: 1px;
  white-space: pre-wrap;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  letter-spacing: 1px;
  white-space: pre-wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
}

h4 {
  letter-spacing: 1px;
  white-space: pre-wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mori SemiBold, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  white-space: pre-wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mori SemiBold, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: var(--colors--grey-900);
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

a {
  color: var(--blue-light);
  white-space: normal;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
}

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

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  transition: transform .5s;
  display: block;
}

img:hover {
  transform: scale(1.02);
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: var(--grey-middle);
  text-align: left;
  justify-content: center;
  width: 90%;
  height: 1px;
  display: inline-block;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 320px;
  padding-right: 320px;
  display: block;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-s {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-s.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-s.bold {
  color: var(--colors--grey-900);
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-s.bold.on-dark {
  background-color: var(--colors--grey-900);
  color: var(--colors--grey-100);
  -webkit-text-stroke-color: transparent;
}

.paragraph-xl {
  font-size: 22px;
  line-height: 32px;
}

.paragraph-xl.cc-bigger-light {
  opacity: .6;
}

.paragraph-xl.bold {
  font-weight: 700;
}

.paragraph-xl.bold.white, .paragraph-xl.white {
  color: var(--colors--grey-100);
}

.button {
  background-color: var(--colors--grey-900);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 40px;
  padding: 12px 40px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  transition: transform .5s, background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--grey-dark);
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

.button:active {
  background-color: #43464d;
}

.button.large-button {
  background-color: var(--blue-light);
  padding: 16px 40px;
  font-size: 14px;
  line-height: 26px;
  transition: transform .5s, background-color .4s, opacity .4s, color .4s;
}

.button.large-button:hover {
  background-color: var(--grey-dark);
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.button.magin-0 {
  margin-top: 0;
}

.label {
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-size: 16px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-m {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-m.bold {
  font-weight: 700;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #e0002d;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: var(--blue-light);
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: var(--colors--grey-100);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  border-width: 0 0 2px;
  border-bottom-color: var(--blue-light);
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

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

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  color: var(--colors--grey-900);
  letter-spacing: 1px;
  text-transform: none;
  mix-blend-mode: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Mori Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  overflow: visible;
}

.navigation-item:hover {
  opacity: 1;
  border-bottom: 2px #000;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon, .logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.collection-item {
  background-color: var(--colors--grey-100);
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-text {
  background-color: var(--colors--grey-900);
  width: 100%;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-text.blue-bg {
  background-color: var(--blue-dark);
  color: var(--colors--grey-100);
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.form-block {
  margin-top: 20px;
}

.footer-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--colors--grey-900);
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  margin-top: 0;
  padding: 96px 50px 72px;
  position: relative;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.container-main {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-main.full-width {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-main.imprint {
  padding: 64px 160px;
}

.container-main.center {
  max-width: 1040px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  min-height: 200px;
  display: flex;
}

.hero-split.padding-text {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 62px 48px 80px;
}

.margin-bottom-24px {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 64px;
}

.teaser-big {
  background-color: var(--colors--grey-100);
  min-height: 200px;
  position: relative;
}

.bold {
  font-weight: 700;
}

.bold.paragraph-white {
  text-align: right;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-1 Area-2 Area-3"
                 ". . ."
                 "Area-4 . Area-5"
                 / 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch start;
  place-items: flex-start start;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

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

.center-intro-text {
  max-width: 880px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.ort {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-items: center;
  min-width: 110px;
  margin-left: 0;
  display: flex;
  position: static;
}

.h1-fadeblack {
  white-space: pre-wrap;
  word-break: normal;
}

.h1-fadeblack.pagetitle {
  object-fit: fill;
  margin-top: 0;
  padding-top: 0;
  line-height: 98px;
}

.h1-fadeblack.text-indent {
  text-indent: 64px;
}

.div-block-4 {
  padding-left: 24%;
}

.div-block-5 {
  padding-left: 16%;
}

.div-block-6 {
  padding-left: 4%;
}

.intro-details {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 120px;
  display: none;
}

.project-headline {
  margin-top: 100px;
  display: none;
}

.heading-reference {
  font-family: Mori Regular, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.div-block-grey {
  background-color: #c2c2c2;
}

.h1-white {
  color: var(--colors--grey-100);
}

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

.h2-white {
  color: var(--colors--grey-100);
  font-size: 48px;
  line-height: 48px;
}

.h2-white.center-align {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
}

.h2-fadeblack {
  justify-content: flex-start;
  align-items: flex-start;
}

.h2-fadeblack.margin-bottom-64-px {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
}

.h2-fadeblack.left {
  text-align: right;
  justify-content: flex-end;
  padding-right: 10%;
  font-size: 48px;
  line-height: 48px;
}

.h3-white {
  color: var(--colors--grey-100);
}

.h3-fadeblack {
  color: var(--colors--grey-900);
}

.h4-white {
  color: var(--colors--grey-100);
}

.h5-white {
  color: #fff;
}

.h5-blue {
  color: var(--colors--grey-900);
}

.h6-white {
  color: var(--colors--grey-100);
}

.white, .white:hover {
  color: #fff;
}

.label-year {
  border: 1px solid var(--blue-light);
  color: var(--colors--grey-900);
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.label-year.on-dark {
  border-color: var(--colors--grey-100);
  color: var(--colors--grey-100);
}

.label-location {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--blue-light);
  background-color: #0000;
  align-items: center;
  display: flex;
}

.project-info {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.intro-labels {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.project-intro {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.intro-split {
  width: 50%;
}

.text-block-2 {
  color: var(--colors--grey-900);
  text-align: right;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--colors--grey-900);
  padding-bottom: 64px;
  font-size: 100px;
  line-height: 100px;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 5%;
  padding-right: 20%;
  display: flex;
}

.div-block-intent {
  padding-left: 8%;
  padding-right: 10%;
}

.page-title {
  margin-top: 104px;
  margin-bottom: 80px;
  display: none;
}

.projekt-stage {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.slider-section {
  background-color: #0000;
  height: 96vh;
}

.paragraph {
  margin-bottom: 0;
}

.image-grid {
  margin-bottom: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 200px;
  padding-left: 160px;
  padding-right: 160px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-2 {
  flex: 1;
  display: block;
}

.columns {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-15 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.margin-bottom-64-px {
  margin-bottom: 64px;
}

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

.project-data {
  grid-column-gap: 12px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-12 {
  display: block;
}

.projekt-data-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: 32px;
  margin-right: 32px;
}

.stage-full-width {
  width: 100%;
  transition: transform .7s;
}

.stage-full-width:hover {
  transform: scale(1.01);
}

.teaser-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--colors--grey-900);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.teaser-card-image {
  background-color: var(--colors--grey-900);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.project-teaser {
  grid-column-gap: 0px;
  background-color: var(--colors--grey-900);
  padding-top: 64px;
  padding-bottom: 120px;
  position: relative;
}

.container-teaser-card {
  background-color: var(--colors--grey-900);
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: flex-start;
  max-width: none;
  padding: 0;
  display: flex;
}

.container-teaser-card:hover {
  background-color: #ffffffd9;
}

.card-label {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.card-label.teaser-card-label {
  padding-left: 12px;
  padding-right: 12px;
}

.card-label.teaser-card-label.dark {
  background-color: var(--colors--grey-900);
  min-height: 50px;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.heading-card {
  padding: 12px 16px;
}

.heading-card.on-dark {
  background-color: var(--colors--grey-900);
  color: var(--colors--grey-100);
  -webkit-text-stroke-color: var(--colors--grey-900);
  width: 100%;
  min-height: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.spacing-section-128px {
  width: 100%;
  height: 128px;
  min-height: 128px;
}

.spacing-section-128px.beige {
  background-color: #f9f9f9;
}

.slider-full {
  background-color: #0000;
  height: 100%;
  min-height: 320px;
}

.rup_slide-1 {
  background-image: url('../images/rup18-slider-01-64abc0607e79c.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.slider-arrow {
  width: auto;
  height: auto;
  margin-top: 400px;
  padding-left: 0;
  padding-right: 0;
}

.slider-arrow.left {
  margin-top: 308px;
  margin-bottom: 308px;
  margin-left: 15px;
}

.wrapper-project-data {
  grid-column-gap: 0px;
  justify-content: space-between;
  width: 100%;
  max-width: 1680px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.background-video {
  opacity: .95;
  height: 100%;
}

.rup_slide-2 {
  background-image: url('../images/rup18-slider-02-64abc0608cc5e.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rup_slide-3 {
  background-image: url('../images/rup18-slider-03-64abc06463236.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rup_slide-4 {
  background-image: url('../images/rup18-slider-04-64abc064bc571.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rup_slide-5 {
  background-image: url('../images/rup18-slider-05-64abc0685246c.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rup_slide-6 {
  background-image: url('../images/rup18-slider-06-64abc0699c4c3.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rup_slide-7 {
  background-image: url('../images/rup18-slider-07-64abc06bbb7f9.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rup_slide-8 {
  background-image: url('../images/rup18-slider-08-64abc06cc838a.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rup_slide-10 {
  background-image: url('../images/rup18-slider-10-64abc07034e7c.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-section {
  background-color: var(--colors--grey-100);
  padding-top: 120px;
  padding-bottom: 32px;
  position: relative;
}

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

.block-imprint {
  width: 100%;
  margin-bottom: 32px;
  margin-right: 20%;
}

.heading {
  margin-bottom: 39px;
}

.spacer-64px {
  background-color: var(--colors--grey-100);
  width: auto;
  height: 64px;
  min-height: 64px;
  position: relative;
}

.imprint-section {
  padding-top: 0;
  padding-bottom: 56px;
}

.div-block-26, .div-block-27 {
  display: flex;
}

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

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

.container-heading {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-heading.full {
  max-width: none;
}

.divider-teaser-big {
  background-color: var(--grey-middle);
  width: 100%;
  height: 1px;
  min-height: 1px;
}

.container-max-width {
  justify-content: center;
  width: 100%;
  max-width: 1680px;
  display: flex;
}

.image-fill {
  width: 100%;
  height: 100%;
  position: static;
}

.parallax-background {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.headline-home {
  background-color: #0000;
  padding-top: 50vh;
  padding-bottom: 3%;
  position: relative;
}

.link-teaser-card {
  background-color: var(--colors--grey-900);
  color: var(--colors--grey-900);
}

.link-teaser-card:hover {
  text-decoration: none;
}

.spacer-400-px {
  height: 400px;
}

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

.card {
  text-align: left;
  object-fit: fill;
  order: 1;
  width: 50%;
  display: block;
}

.teaser-split-2 {
  padding: 80px 160px 64px;
  position: relative;
}

.card-description {
  margin-top: 16px;
  padding-top: 20px;
  padding-left: 44px;
  padding-right: 44px;
}

.section-2 {
  background-color: var(--colors--grey-900);
  margin-top: 80px;
  margin-bottom: 148px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.paragraph-white {
  color: var(--colors--grey-100);
  -webkit-text-stroke-color: var(--colors--grey-200);
  width: auto;
  min-width: auto;
  min-height: auto;
}

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

.archiv {
  padding-bottom: 80px;
  padding-left: 100px;
  padding-right: 160px;
}

.projekt-teaser-mobiile, .footer-mobile {
  display: none;
}

.split-div {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.container-24, .container-25, .container-26, .container-27, .container-28, .container-29, .container-30, .container-31 {
  max-width: none;
}

.container-32 {
  width: 100%;
  max-width: 1680px;
  padding-left: 40px;
  padding-right: 40px;
}

.reinhard {
  background-color: var(--blue-dark);
  max-width: none;
  padding: 64px 0;
  display: none;
  overflow: visible;
}

.div-block-39 {
  padding-left: 5%;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr;
  grid-auto-flow: column;
  padding-top: 40px;
}

.div-block-41 {
  margin-bottom: 56px;
}

.section-wrapper {
  width: 100%;
  overflow: scroll;
}

.section-5 {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.horiz-wrapper {
  max-width: 100%;
  height: 500vh;
  position: relative;
}

.horiz {
  padding-top: 80px;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.ccard {
  width: 500vh;
  display: flex;
  overflow: hidden;
}

.div-block-43 {
  text-align: center;
  background-color: #f9f9f9;
  flex: 1;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 24px;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  display: inline-block;
}

.heading-4, .heading-5 {
  text-align: center;
}

.div-block-44 {
  width: 1400px;
  margin: 64px auto;
  display: block;
}

.div-block-45 {
  background-color: #000;
  border-radius: 5px;
  width: 1000px;
  height: 5px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-10, .heading-13, .heading-19 {
  font-size: 36px;
  line-height: 48px;
}

.image-reinhardbihler {
  width: auto;
  max-height: 450px;
}

.columns-7 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.pagetitle {
  max-width: 1680px;
  padding: 64px 40px;
}

.intro-page-title {
  max-width: 70%;
  margin-top: 40px;
  padding-left: 64px;
}

.hero-text-home {
  width: 100%;
  height: 100%;
}

.hero-text-wrapper {
  max-width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.project-code {
  text-align: right;
}

.project-details {
  width: 50%;
  margin-left: auto;
}

.page-title-base {
  padding-top: 96px;
  padding-bottom: 128px;
}

.page-title-row {
  max-width: 1680px;
  margin-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
}

.title-block {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.title {
  max-width: 70%;
}

.image-teaser-projects {
  width: 100%;
}

.reinhardbihler-desktop {
  background-color: var(--colors--grey-900);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-table {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-8"
                 "Area-9 Area-10"
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.werdegang {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.cell-3 {
  justify-content: center;
}

.grid-address {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / minmax(24px, 36px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-stack-2 {
  max-width: 60%;
  padding: 0;
}

.spacer-80-px {
  background-color: #fff;
  height: 80px;
  min-height: 80px;
  position: relative;
}

.div_slider_full {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.image_slider_full {
  flex: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.mask {
  background-color: var(--colors--grey-900);
}

.floating-button {
  position: fixed;
  inset: auto 4% 2% auto;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .container-main {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-xl, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer-main {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .card {
    padding-top: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .divider {
    width: 100%;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-s.bold {
    padding-top: 0;
    padding-left: 0;
  }

  .paragraph-xl.white {
    text-align: left;
    white-space: pre-wrap;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .button {
    margin-top: 16px;
    font-size: 14px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer-main {
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .get-in-touch-form-wrap, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .container-main {
    max-width: none;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-main.full-width {
    min-height: 0;
    display: block;
  }

  .container-main.imprint {
    padding: 0 24px;
  }

  .container-main.center {
    margin-top: 0;
    padding-top: 48px;
  }

  .hero-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-wrapper.margin-bottom-64-px {
    margin-bottom: 0;
  }

  .hero-split {
    width: auto;
    margin-bottom: 0;
  }

  .hero-split.padding-text {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-split.padding-text.space {
    margin-bottom: 80px;
  }

  .margin-bottom-24px {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .teaser-big {
    padding-bottom: 16px;
    display: block;
  }

  .teaser-big.img-right {
    display: none;
  }

  .bold {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold.paragraph-white {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 12px;
  }

  .footer-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area-1 . Area-3"
                         ". . Area-6"
                         "Area-4 . Area-5";
    grid-auto-columns: 1fr;
    align-self: stretch;
    width: 100%;
  }

  .div-block {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
  }

  .center-intro-text {
    padding-bottom: 32px;
  }

  .h1-fadeblack {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .h1-fadeblack.margin-bottom-32px {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .h1-fadeblack.extra {
    margin-bottom: 16px;
    padding-left: 24px;
  }

  .h1-fadeblack.pagetitle {
    object-fit: fill;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 36px;
    line-height: 40px;
    display: block;
    overflow: visible;
  }

  .h1-fadeblack.text-indent {
    text-indent: 0;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    padding-left: 0%;
  }

  .intro-details {
    margin-top: 0;
    margin-bottom: 64px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .project-headline {
    margin-top: 48px;
    display: none;
  }

  .margin-bottom-32px {
    font-size: 22px;
    line-height: 26px;
  }

  .h2-white {
    font-size: 32px;
    line-height: 40px;
  }

  .h2-white.center-align {
    font-size: 32px;
  }

  .h2-fadeblack {
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .h2-fadeblack.left {
    justify-content: flex-start;
    padding-bottom: 8px;
    padding-right: 0%;
    font-size: 24px;
    line-height: 32px;
  }

  .h4-white {
    font-size: 24px;
    line-height: 32px;
  }

  .h6-fadeblack {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .white {
    text-align: center;
    font-size: 16px;
  }

  .label-year {
    align-self: center;
    display: block;
  }

  .label-location {
    flex: 0 auto;
    align-self: auto;
  }

  .intro-labels {
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .project-intro {
    display: block;
  }

  .intro-split {
    width: 100%;
  }

  .text-block-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 64px;
  }

  .div-block-13 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .div-block-intent {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .slider-section {
    height: 400px;
    margin-bottom: 0;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .image-grid {
    display: none;
    position: static;
  }

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

  .container-20 {
    display: block;
  }

  .project-data {
    align-items: center;
    margin-bottom: 12px;
  }

  .projekt-data-section {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .grid-6, .teaser-row {
    display: block;
  }

  .project-teaser {
    padding: 48px 0 24px;
    display: block;
    overflow: visible;
  }

  .container-teaser-card {
    margin-bottom: 12px;
  }

  .container-teaser-card.mobile-teaser {
    margin-bottom: 24px;
  }

  .card-label.teaser-card-label.dark {
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-card.on-dark {
    padding-left: 12px;
    padding-right: 12px;
  }

  .spacing-section-128px {
    display: none;
  }

  .slider-full {
    object-fit: fill;
    height: 320px;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .rup_slide-1 {
    height: 300px;
  }

  .slider-arrow, .slider-arrow.left {
    display: none;
  }

  .wrapper-project-data {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .heading-section {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .block-imprint {
    margin-bottom: 24px;
    margin-right: 0%;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .spacer-64px {
    display: none;
  }

  .imprint-section {
    padding-top: 24px;
  }

  .container-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .headline-home {
    padding-bottom: 15%;
  }

  .link-teaser-card {
    margin-bottom: 16px;
  }

  .spacer-400-px {
    display: block;
  }

  .spacer-400-px.mobile {
    height: 80px;
  }

  .divider-middle {
    display: none;
  }

  .card {
    width: 100%;
    margin-bottom: 64px;
    padding-top: 0;
  }

  .teaser-split-2 {
    padding: 0 24px;
    display: block;
  }

  .card-description {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .paragraph-white {
    font-size: 18px;
  }

  .paragraph-white.center-align {
    padding-left: 24px;
    padding-right: 24px;
  }

  .archiv {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .projekt-teaser-mobiile {
    background-color: var(--blue-dark);
    display: block;
  }

  .footer-mobile {
    background-color: var(--colors--grey-900);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 24px 40px;
    display: block;
    position: relative;
  }

  .split-div {
    display: block;
  }

  .container-32 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .reinhard {
    background-color: var(--colors--grey-900);
    display: block;
  }

  .div-block-39 {
    padding-left: 0%;
  }

  .grid-7 {
    grid-column-gap: 6px;
    grid-template-columns: 2fr .25fr;
    grid-auto-flow: row;
    padding-top: 0;
  }

  .div-block-41 {
    margin-bottom: 40px;
  }

  .section-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .horiz {
    padding-top: 24px;
  }

  .div-block-44 {
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .div-block-45 {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-bottom: 0;
  }

  .heading-10 {
    object-fit: fill;
    align-self: auto;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    display: block;
    overflow: visible;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-19 {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-4 {
    width: 100%;
    display: inline-block;
  }

  .image-reinhardbihler {
    width: 100%;
    padding-bottom: 32px;
    display: block;
  }

  .paragraph-5 {
    object-fit: cover;
    display: inline;
  }

  .paragraph-6 {
    display: inline;
  }

  .image-28 {
    margin-top: 64px;
    padding-bottom: 64px;
  }

  .image-29 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
  }

  .div-block-46 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-7 {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .pagetitle {
    padding: 24px;
    display: block;
  }

  .intro-page-title {
    max-width: 100%;
    margin-top: 24px;
    padding-left: 0;
  }

  .div-block-53 {
    display: block;
  }

  .project-code {
    font-size: 32px;
    line-height: 42px;
  }

  .project-details {
    width: 100%;
  }

  .page-title-base {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .page-title-row {
    margin-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-block {
    flex-direction: column;
  }

  .title, .quick-stack-2 {
    max-width: 100%;
  }

  .heading-20 {
    font-size: 24px;
    line-height: 32px;
  }

  .spacer-80-px {
    height: 16px;
    min-height: 16px;
  }
}

#w-node-_7ffddd04-65b7-fa62-a895-08ce7a189fff-7a189ff2 {
  grid-area: Area-5;
}

#w-node-cb514cc1-6f02-9771-4ef3-77b98af40299-8af40297 {
  grid-area: Area-1;
  align-self: auto;
}

#w-node-cb514cc1-6f02-9771-4ef3-77b98af4029a-8af40297 {
  grid-area: Area-1;
  place-self: auto;
}

#w-node-cb514cc1-6f02-9771-4ef3-77b98af4029b-8af40297 {
  grid-area: Area-3;
}

#w-node-cb514cc1-6f02-9771-4ef3-77b98af402a4-8af40297 {
  grid-area: Area-4;
  align-self: auto;
}

#w-node-cb514cc1-6f02-9771-4ef3-77b98af402a5-8af40297 {
  grid-area: Area-1;
}

#w-node-cb514cc1-6f02-9771-4ef3-77b98af402a7-8af40297, #w-node-cb514cc1-6f02-9771-4ef3-77b98af402a8-8af40297 {
  grid-area: Area-5;
}

#w-node-b9c2f13c-43f5-dd9f-11a4-374eda6e0fcc-8a5946e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ae7bb14e-c394-e176-0616-9c471753b935-8a5946e4, #w-node-_1351db5d-cca3-81c6-ed87-960c46ea83e6-8a5946e4, #w-node-_9ccd89b3-6c92-3eb9-ce2e-6eb38c1c9dcb-8a5946e4, #w-node-dac229cb-129d-d734-b7ad-0ce33761b6e2-8a5946e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb65561f0-7e5cd141, #w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb65561f2-7e5cd141, #w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb65561f8-7e5cd141, #w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb65561fa-7e5cd141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb65561fe-7e5cd141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb6556200-7e5cd141, #w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb6556202-7e5cd141, #w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb6556208-7e5cd141, #w-node-_102d8d5d-85c9-ce9d-c4a3-8b2cb655620a-7e5cd141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c91-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c92-7e5cd142, #w-node-_61b34418-e178-f20f-6bb2-220054f98c94-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c98-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c99-7e5cd142, #w-node-_61b34418-e178-f20f-6bb2-220054f98c9b-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c9f-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98ca0-7e5cd142, #w-node-_61b34418-e178-f20f-6bb2-220054f98ca2-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98ca6-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98ca7-7e5cd142, #w-node-_61b34418-e178-f20f-6bb2-220054f98ca9-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cad-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cae-7e5cd142, #w-node-_61b34418-e178-f20f-6bb2-220054f98cb0-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cb4-7e5cd142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cb5-7e5cd142, #w-node-_61b34418-e178-f20f-6bb2-220054f98cb7-7e5cd142, #w-node-_238865d9-501b-94b2-957e-ae0c96d58a69-7e5cd143, #w-node-_238865d9-501b-94b2-957e-ae0c96d58a6b-7e5cd143, #w-node-_238865d9-501b-94b2-957e-ae0c96d58a71-7e5cd143, #w-node-_238865d9-501b-94b2-957e-ae0c96d58a73-7e5cd143, #w-node-_4fb39445-b3ee-ff6e-1000-77de341fbc8c-7e5cd143, #w-node-_4fb39445-b3ee-ff6e-1000-77de341fbc8e-7e5cd143 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_238865d9-501b-94b2-957e-ae0c96d58a77-7e5cd143 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_238865d9-501b-94b2-957e-ae0c96d58a79-7e5cd143, #w-node-_238865d9-501b-94b2-957e-ae0c96d58a7b-7e5cd143, #w-node-_238865d9-501b-94b2-957e-ae0c96d58a81-7e5cd143, #w-node-_238865d9-501b-94b2-957e-ae0c96d58a83-7e5cd143, #w-node-_98b77198-220c-22b2-eb5a-a1bd5a178f3a-7e5cd144, #w-node-_98b77198-220c-22b2-eb5a-a1bd5a178f3c-7e5cd144, #w-node-f699b3ac-f719-8d24-b2f2-8759c2a7ada1-7e5cd144, #w-node-f699b3ac-f719-8d24-b2f2-8759c2a7ada3-7e5cd144, #w-node-f699b3ac-f719-8d24-b2f2-8759c2a7ada9-7e5cd144, #w-node-f699b3ac-f719-8d24-b2f2-8759c2a7adab-7e5cd144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f699b3ac-f719-8d24-b2f2-8759c2a7adb4-7e5cd144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f699b3ac-f719-8d24-b2f2-8759c2a7adb6-7e5cd144, #w-node-f699b3ac-f719-8d24-b2f2-8759c2a7adb8-7e5cd144, #w-node-f699b3ac-f719-8d24-b2f2-8759c2a7adbe-7e5cd144, #w-node-f699b3ac-f719-8d24-b2f2-8759c2a7adc0-7e5cd144, #w-node-_0cc4989e-df26-8586-1976-cab496d8af10-7e5cd144, #w-node-_0cc4989e-df26-8586-1976-cab496d8af12-7e5cd144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f64e524f-8d5a-a7e5-d213-4cc1f84c5b2c-7e5cd147 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_297dd619-4eb7-90db-9bc9-8ef2e99f0ca9-7e5cd147, #w-node-f89b46ad-2bf9-3285-8c02-650c6ae781cb-7e5cd147 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6af192d1-fb75-3a45-ab0c-c0c7ec8b65f0-7e5cd149 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: grid;
}

#w-node-_6af192d1-fb75-3a45-ab0c-c0c7ec8b65f1-7e5cd149, #w-node-_3b45475b-a40a-47af-8923-5e5070337bc7-7e5cd149, #w-node-_6af192d1-fb75-3a45-ab0c-c0c7ec8b65f2-7e5cd149, #w-node-efdc2308-1af6-1d39-41cd-e5db0d05e7f9-7e5cd149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c995265-9e7e-321c-a7bf-7f3f5cb555b4-7e5cd149 {
  grid-area: Area-3;
}

#w-node-a328ce84-5392-28a2-65c9-829ee3df4a2a-7e5cd149 {
  grid-area: Area-5;
}

#w-node-_2701fc49-4f10-7797-c205-73430a562edc-7e5cd149 {
  grid-area: Area-7;
}

#w-node-a7c4934d-1e97-3ac4-e04e-285c0e514aa4-7e5cd149 {
  grid-area: Area-9;
}

#w-node-fb1841bb-ce2f-42fc-d9eb-e314974347e6-7e5cd149, #w-node-b6bc7567-d44c-f09c-1e01-60c7dd2b36fa-7e5cd149, #w-node-bba8846d-6053-2766-2f10-f9fa95f0e17a-7e5cd149, #w-node-e5d2ad83-98c2-47a1-1c1b-efac96034523-7e5cd149, #w-node-_860b63c0-6505-47d5-2a9b-43c539864460-7e5cd149, #w-node-f09a5a9d-9488-39eb-5c46-36b610617f4a-7e5cd149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c91-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c92-71fe013d, #w-node-_61b34418-e178-f20f-6bb2-220054f98c94-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c98-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c99-71fe013d, #w-node-_61b34418-e178-f20f-6bb2-220054f98c9b-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98c9f-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98ca0-71fe013d, #w-node-_61b34418-e178-f20f-6bb2-220054f98ca2-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98ca6-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98ca7-71fe013d, #w-node-_61b34418-e178-f20f-6bb2-220054f98ca9-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cad-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cae-71fe013d, #w-node-_61b34418-e178-f20f-6bb2-220054f98cb0-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cb4-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61b34418-e178-f20f-6bb2-220054f98cb5-71fe013d, #w-node-_61b34418-e178-f20f-6bb2-220054f98cb7-71fe013d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b9c2f13c-43f5-dd9f-11a4-374eda6e0fcc-8a5946e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ae7bb14e-c394-e176-0616-9c471753b935-8a5946e4, #w-node-_1351db5d-cca3-81c6-ed87-960c46ea83e6-8a5946e4, #w-node-_9ccd89b3-6c92-3eb9-ce2e-6eb38c1c9dcb-8a5946e4, #w-node-dac229cb-129d-d734-b7ad-0ce33761b6e2-8a5946e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f64e524f-8d5a-a7e5-d213-4cc1f84c5b2c-7e5cd147 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_297dd619-4eb7-90db-9bc9-8ef2e99f0ca9-7e5cd147, #w-node-f89b46ad-2bf9-3285-8c02-650c6ae781cb-7e5cd147 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6af192d1-fb75-3a45-ab0c-c0c7ec8b65f0-7e5cd149 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_6af192d1-fb75-3a45-ab0c-c0c7ec8b65f1-7e5cd149, #w-node-_6af192d1-fb75-3a45-ab0c-c0c7ec8b65f2-7e5cd149 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mori Regular';
  src: url('../fonts/PPMori-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mori SemiBold';
  src: url('../fonts/PPMori-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}