:root {
  --dark-grey: #2b2b2b;
  --black: black;
  --dim-grey: #555c62;
  --primary-color: #459dab;
  --light-grey: #a6a6a6;
  --plank-rot: #b30819;
  --super-light: silver;
  --white-smoke: #fbfbfb;
  --powder-blue: #cfdde5;
  --primary-light: #f4fdff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--dark-grey);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--dark-grey);
  margin-bottom: 10px;
}

a {
  color: var(--dim-grey);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.4;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--black);
  color: var(--dark-grey);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding: 20px 20px 20px 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

figure {
  width: 100%;
  margin-bottom: 30px;
}

figcaption {
  color: var(--light-grey);
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: 100%;
  height: 28px;
  margin-top: 10px;
  display: block;
}

.nav-logo.with-color {
  opacity: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav {
  z-index: 5;
  background-color: #fff;
  height: 80px;
  padding: 20px 2em;
  position: sticky;
  top: 0;
}

.nav.nav-transparent {
  background-color: #0000;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-menu {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nav-container.nav-inside {
  height: 100vh;
}

.nav-container.nav-container-preloader {
  width: 100%;
  transform: translate(50%, 50vh);
}

.nav-menu-list {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 90vh;
  padding: 20px 20px 20px 2em;
  display: flex;
  position: absolute;
  top: 0;
  overflow: auto;
}

.nav-logo-container {
  flex: 0 auto;
  max-width: 100%;
  min-height: 80px;
}

.navigation-link {
  width: auto;
  color: var(--dark-grey);
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.navigation-link:hover {
  text-decoration: none;
}

.navigation-link.w--current {
  color: #000;
  font-weight: 700;
}

.brand {
  float: left;
  padding-left: 0;
}

.brand.brand-preloader {
  transform: translate(-50%, -50%);
}

.nav-icon, .nav-icon.black {
  color: var(--dark-grey);
}

.nav-icon.icon-in-nav {
  color: #fff;
}

.nav-icon.icon-in-nav.black-hidden {
  opacity: 0;
  position: absolute;
  inset: 14px 10px auto auto;
}

.nav-icon.icon-in-nav.white {
  margin-top: 0;
}

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

.nav-menu-item._1 {
  flex: 0 auto;
}

.menu-button {
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  display: block;
}

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

.menu-button.inside-nav {
  margin-top: 20px;
  margin-right: 2em;
  display: block;
}

.menu-button.menu-in-nav.w--open {
  opacity: 0;
  display: block;
}

.section {
  z-index: 2;
  background-color: #fff;
  padding: 6rem 2rem;
  position: relative;
}

.section.no-padding {
  padding: 0;
}

.section.section-image {
  height: 38vw;
  overflow: hidden;
}

.section.bg-grey {
  background-color: #fbfbfb;
}

.section.no-padding-tb {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.services-section {
  min-height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.footer-top-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.hero {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.section.history-section {
  padding-top: 3rem;
  padding-bottom: 0;
  overflow: hidden;
}

.container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.hero-container {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-footer {
  text-align: right;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-right: 2em;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-footer-text {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 18px;
}

.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
  margin-bottom: 20px;
}

.footer-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 130px;
  height: 100%;
}

.footer-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--plank-rot);
  text-decoration: none;
}

.slide-img-section {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-img-section.overflow-hidden {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  overflow: hidden;
}

.slide-content-1 {
  z-index: 2;
  text-align: center;
  position: relative;
}

.background-black-25pct {
  z-index: 2;
  background-color: #00000040;
  position: absolute;
  inset: 0;
}

.splitscreen {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.slider-image {
  z-index: 1;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-image.bottom {
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  top: auto;
  bottom: 0;
}

.slider-image.top {
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.project-slide-nav {
  z-index: 1;
  color: #fff;
  text-align: left;
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 15px;
  margin: 10px 0 3px;
  padding-left: 6rem;
  padding-right: 0;
  font-size: 20px;
  line-height: 6px;
  display: none;
  bottom: 20%;
  left: 0;
}

.content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content.flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

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

.content.vertical-center {
  justify-content: center;
  align-items: flex-start;
}

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

.collection-wrapper-h100, .collection-list-h100 {
  height: 100%;
}

.project-collection-item {
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.slider-projects {
  background-color: #0000;
  width: 100vw;
  height: 100%;
  overflow: visible;
}

.section-full-height {
  z-index: 1;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section-full-height.default {
  cursor: auto;
}

.slide-horizontal {
  overflow: visible;
}

.projects-slider-mask {
  background-color: #0000;
  width: 100%;
  overflow: visible;
}

.hero-text {
  color: var(--black);
  margin-top: 10px;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-text.white {
  color: #fff;
  font-size: 90px;
}

.grid-5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.circle-color {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.circle-color._1 {
  background-color: var(--primary-color);
}

.circle-color._2 {
  background-color: var(--dark-grey);
}

.circle-color._3 {
  background-color: var(--dim-grey);
}

.circle-color._4 {
  background-color: var(--light-grey);
}

.circle-color._5 {
  background-color: var(--super-light);
}

.box-info {
  background-color: #fff;
  padding: 14px;
  text-decoration: none;
  display: inline-block;
}

.box-info:hover {
  text-decoration: none;
}

.button {
  border-bottom: 2px solid var(--dark-grey);
  width: auto;
  max-width: 100%;
  color: var(--dark-grey);
  cursor: pointer;
  background-color: #0000;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  border-style: none none solid;
  border-color: var(--dim-grey) var(--dim-grey) var(--primary-color);
  color: var(--plank-rot);
  border-bottom-width: 2px;
  text-decoration: none;
  display: inline-block;
}

.button.small {
  border-bottom-width: 1px;
  font-size: 18px;
}

.button.small:hover {
  text-decoration: none;
}

.button.no-border {
  border-bottom-style: none;
}

.button.color {
  background-color: var(--black);
  height: auto;
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 25px;
}

.button.color:hover {
  border-bottom-color: var(--black);
  background-color: var(--dark-grey);
  color: #fff;
}

.button.white {
  border-bottom-color: var(--white-smoke);
  color: var(--powder-blue);
}

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

.button.no-margin {
  margin-bottom: 0;
  margin-right: 0;
}

.blog-post {
  float: none;
  color: var(--dark-grey);
  display: block;
  position: relative;
}

.blog-post:hover {
  text-decoration: none;
}

.project-box {
  margin-bottom: 2em;
  text-decoration: none;
  display: block;
}

.project-box:hover {
  text-decoration: none;
}

.grid-4col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
}

.grid-4col.row-gap-30 {
  grid-column-gap: 30px;
}

.blog-image-container {
  flex-direction: column;
  justify-content: flex-end;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.grid-7col {
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.project-gallery-box {
  background-color: #0000;
  flex: 1;
  align-self: stretch;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.project-gallery-box:hover {
  text-decoration: none;
}

.gallery-scroll-track {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.img-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-wrapper.gallery-img-holder {
  height: 56vh;
  margin-bottom: 1rem;
}

.gallery {
  background-color: #0000;
  width: 100%;
  height: 200vw;
  position: relative;
}

.gallery-container {
  width: 100%;
  height: 90vh;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.gallery-track {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200vw;
  height: 100%;
  padding-left: 15vw;
  display: flex;
  position: relative;
}

.gallery-project-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.grid-12x8 {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 70vw;
  height: 100%;
  position: relative;
}

.grid-12x8.full-with {
  width: 100%;
}

.gallery-collection-item {
  width: 60vw;
  padding: 0 1rem 1rem;
}

.sticky-details {
  position: relative;
}

.link-container:hover {
  color: var(--plank-rot);
}

.rotation-box {
  z-index: 0;
  margin-top: 10px;
  position: relative;
}

.box-highlight {
  opacity: .1;
  filter: blur(60px);
  background-color: #fff;
  border-radius: 100%;
  width: 70%;
  height: 70%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.full-image {
  z-index: 1;
  background-image: url('../images/The-Runkelsteiner_10-Kopie.JPG');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-image.services {
  background-image: url('../images/Plank-Thumnail.png'), url('../images/archway-services-building.jpg');
  background-position: 50% 45%, 50%;
  background-size: cover, cover;
}

.form-grid {
  grid-template-rows: auto auto auto auto;
}

.field-container {
  height: auto;
  min-height: 62px;
  margin-bottom: .25em;
  margin-right: .75em;
  display: flex;
  position: relative;
}

.input-field {
  width: 100%;
  height: 60px;
  color: var(--dark-grey);
  background-color: #fff;
  border: 1px solid #cfdde5;
  margin-bottom: 0;
  padding: 0 7px 0 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.input-field::placeholder {
  color: #a6a6a6;
  font-weight: 300;
}

.input-field.multiline-textbox {
  height: auto;
  min-height: 150px;
  padding-top: 11px;
}

.input-field.margin-bottom-10 {
  margin-bottom: 10px;
}

.form, .form-settings {
  width: 100%;
}

.field {
  position: relative;
}

.scroll-down {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35px;
  display: flex;
}

.project-grid-masonry {
  column-count: 3;
  column-rule-style: none;
  column-rule-width: 0px;
  direction: ltr;
  column-gap: 30px;
}

.project-details-slide {
  height: auto;
  min-height: auto;
}

.project-slide-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask {
  height: auto;
}

.project-details-slidenav {
  font-size: 14px;
  display: block;
  position: absolute;
  inset: 10px 0% auto;
}

.project-slide-right-arrow, .project-slide-left-arrow {
  cursor: none;
  width: 48%;
  display: none;
}

.project-details-slider {
  background-color: #fff;
  height: auto;
  max-height: 800px;
  overflow: hidden;
}

.preloader {
  z-index: 100;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.preloader-animation {
  z-index: -1;
  width: 200px;
  margin-top: -45%;
  margin-left: -30px;
  position: absolute;
}

.main-section {
  position: relative;
}

.tabs {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  flex: 1;
  overflow: visible;
}

.service-img {
  z-index: 2;
  background-image: url('../images/Individuelle-Beratung.png');
  background-position: 0 0;
  background-size: cover;
  width: 400px;
  height: 400px;
  margin-top: 140px;
  position: relative;
}

.service-img._2 {
  float: right;
  background-image: url('../images/Tischlerei-PLANK-by-YUNG-HIAS-18.jpg'), url('../images/archway-service-image01.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.service-img._3 {
  background-image: url('../images/Tischlerei-PLANK-by-YUNG-HIAS-13.jpg'), url('../images/building-blue-sky.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
}

.service-img._4 {
  float: right;
  background-image: url('../images/Tischlerei-PLANK-by-YUNG-HIAS-08_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.service-svg {
  background-image: url('../images/service-plan-svg.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-svg._2 {
  background-image: url('../images/services-design-svg.svg');
  left: 0;
  right: auto;
}

.service-svg._4 {
  background-image: url('../images/services-implementation.svg');
  left: 0;
  right: auto;
}

.service-content {
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}

.one-side-content {
  z-index: 2;
  padding-top: 2em;
  position: relative;
}

.img-full-width {
  width: 100%;
  max-height: 50%;
}

.utility-page-wrap {
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  min-height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 400px;
  padding: 3rem;
  display: flex;
  position: relative;
}

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

.blog-collection-item {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.quote-icon {
  z-index: -1;
  background-image: url('../images/quote-ico.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 70px;
  height: 100px;
  font-family: Poppins;
  font-size: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.empty-state {
  color: var(--light-grey);
  text-align: center;
  background-color: #0000;
}

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

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

.text-white {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
}

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

.light {
  font-weight: 300;
}

.sticky {
  position: sticky;
  top: 100px;
}

.copyright {
  color: var(--light-grey);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.copyright-link:hover {
  text-decoration: none;
}

.copyright-content {
  text-align: left;
  min-width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
}

.copyright-content.content-right {
  text-align: right;
}

.slider-left-arrow {
  text-align: right;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  display: flex;
  left: 0%;
  right: auto;
  overflow: visible;
}

.slider-right-arrow {
  text-align: left;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 100px;
  font-size: 1rem;
  display: flex;
  left: auto;
  right: 0%;
  overflow: visible;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--primary-color);
  margin-top: 40px;
}

.blog-collection-wrapper {
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.collection-links {
  display: flex;
}

.project-image-holder {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.box-info-link {
  background-color: #fff;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  display: inline-block;
}

.box-info-link:hover {
  text-decoration: none;
}

.no-margin {
  margin-top: 0;
}

.cart {
  float: right;
}

.cart-button {
  color: var(--black);
  background-color: #0000;
  margin-top: 3px;
  font-size: 18px;
  line-height: 20px;
}

.cart-button:hover {
  color: var(--dark-grey);
  text-decoration: none;
}

.cart-button.white {
  color: #fff;
}

.cart-quantity {
  background-color: var(--black);
  color: #fff;
  border-color: #555c62;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.cart-quantity.white {
  color: var(--dark-grey);
  background-color: #fff;
}

.cart-icon {
  width: 18px;
  margin-right: 5px;
}

.cart-icon.black {
  opacity: 0;
  position: absolute;
  inset: 12px auto auto 15px;
}

.product-item {
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.product-item:hover {
  text-decoration: none;
}

.product-image-holder {
  position: relative;
  overflow: hidden;
}

.compare {
  color: var(--light-grey);
  font-weight: 400;
  text-decoration: line-through;
}

.product-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.close-button {
  opacity: .7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: opacity .2s, color .2s;
  display: flex;
}

.close-button:hover {
  opacity: 1;
}

.cart-header {
  align-items: center;
  display: none;
}

.cart-img-holder {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.cart-item-img {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.order-summary {
  flex-direction: column;
  display: flex;
  top: 100px;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.order-confirmation {
  background-color: #0000;
  justify-content: space-around;
  padding: 0;
  display: flex;
}

.confirmation-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.product-details-image {
  width: 100%;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.product-details-image:hover {
  opacity: .9;
}

.product-details {
  padding: 0 10px 10px;
}

.product-details-price {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.margin-right {
  margin-right: 10px;
}

.quantity {
  text-align: center;
  background-color: #f9f9f9;
  border-color: #efeded;
  border-radius: 0;
  width: 100%;
  max-width: 120px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.rotation-container {
  overflow: hidden;
}

.cart-empty {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 1em;
  margin-right: 1em;
}

.button-icon {
  margin-right: 5px;
}

.button-icon-content {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.medium-weight {
  font-weight: 600;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  width: 100%;
  position: relative;
}

.subscribe-form-input {
  color: #000;
  border: 1px solid #cfdde5;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.subscribe-form-input::placeholder {
  color: #a6a6a6;
  font-size: 18px;
}

.subscribe-button {
  background-color: #fff;
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 43px;
  transition: opacity .2s;
  position: absolute;
  inset: 1px 1px 1px auto;
}

.subscribe-button:hover {
  opacity: .7;
}

.form-subscribe {
  width: 100%;
  position: relative;
}

.footer-bottom {
  border-top: 1px solid #cfdde5;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.cart-footer {
  border-top-width: 0;
  flex-direction: column;
  align-items: stretch;
  padding: 0 25px 25px;
}

.cart-subtotal {
  flex-direction: column;
  min-width: 50%;
  margin-bottom: 25px;
  padding-right: 20px;
}

.subtotal-price {
  margin-top: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.color-button {
  background-color: var(--black);
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  transition: background-color .2s, color .2s;
}

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

.cart-quantity-input {
  border-color: var(--powder-blue);
  width: 70px;
  height: 30px;
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  transition: border-color .2s;
}

.cart-quantity-input:focus {
  border-color: var(--dark-grey);
}

.background {
  z-index: -1;
  background-color: #f6f6f6;
  position: absolute;
  inset: 0%;
}

.background.dark {
  background-color: #141414;
}

.required-field {
  color: var(--dim-grey);
  font-weight: 400;
}

.block-header {
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-color: var(--powder-blue) var(--powder-blue) transparent;
}

.block-content {
  border-right-color: var(--powder-blue);
  border-bottom-color: var(--powder-blue);
  border-left-color: var(--powder-blue);
}

.checkout-label {
  color: var(--dim-grey);
  font-weight: 400;
}

.radio-button {
  position: relative;
  top: 2px;
}

.shipping-method {
  border-bottom-color: var(--powder-blue);
}

.checkout-input {
  border-width: 1px;
  border-color: var(--powder-blue);
  color: var(--dark-grey);
  background-color: #fff;
  border-radius: 0;
  padding-right: 40px;
  transition: border-color .2s;
}

.checkout-input:focus, .checkout-input.-wfp-focus {
  border-color: var(--dark-grey);
}

.checkout-input.selection {
  background-color: var(--white-smoke);
}

.product-details-image-holder {
  background-color: #fff;
  position: relative;
}

.project-flip-background {
  z-index: 1;
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.project-flip-corner {
  z-index: 2;
  background-color: #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 20px 20px auto auto;
  transform: rotate(45deg);
}

.project-item-flip-icon {
  z-index: 2;
  position: absolute;
  inset: 45px 50px auto auto;
}

.project-flip-overlay {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.project-flip-container {
  z-index: 50;
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 99% 99% auto auto;
  transform: rotate(0)translate(70px, -70px);
  box-shadow: -3px 2px 14px -6px #000;
}

.h4-normal-weight {
  font-weight: 400;
}

.h5-open-sans {
  color: #555c62;
  font-family: Open Sans, sans-serif;
}

.slider-container {
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.next-project-text {
  z-index: 22;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 20px;
  display: flex;
  position: relative;
  transform: translate(50%);
}

.prev-project-text {
  z-index: 2;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  display: flex;
  position: relative;
  transform: translate(-50%);
}

.slider-title-sup {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: 30% -30px auto auto;
}

.animated-slider-image {
  z-index: 1;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
  transform: rotate(-45deg)scale(1.5);
}

.animated-slider-image-container {
  z-index: 2;
  width: 100vh;
  height: 100vh;
  box-shadow: none;
  opacity: 1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
  transform: rotate(45deg)scale(.6);
}

.slider-prev-next-text {
  font-family: Space Grotesk, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
}

.slider-top-image-container {
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider-bottom-image-container {
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.mouse-tracker {
  z-index: 2;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-left: 10px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.cursor-lottie {
  background-color: #0000;
  width: 230px;
  margin-bottom: auto;
  margin-left: -70px;
  margin-right: auto;
}

.slider-link {
  cursor: none;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.slider-link:hover {
  text-decoration: none;
}

.heading-display {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
}

.heading-display.text-white {
  color: #fff;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lightbox-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-link-text {
  color: #fff;
  width: 100px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
}

.blog-item-arrow-container {
  background-color: #fff;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
}

.blog-item-arrow {
  width: 21px;
  max-width: none;
  height: 17px;
  position: absolute;
  inset: auto 0% auto auto;
  transform: translate(-15px);
}

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

.horizontal-line {
  background-color: #2b2b2b;
  justify-content: flex-start;
  width: 40%;
  height: 4px;
  display: flex;
  position: relative;
  top: 2px;
}

.horizontal-title-with-line {
  border-bottom: 1px solid #a6a6a6;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.tabs-menu {
  flex-direction: column;
  justify-content: space-around;
  margin-top: 200px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link {
  opacity: .5;
  background-color: #0000;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.tab-link:hover {
  text-decoration: none;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.tab-pane {
  max-width: 50vh;
  overflow: visible;
}

.tab-service-image {
  width: auto;
  min-width: 50vw;
  max-width: none;
  min-height: 90vh;
  max-height: 90vh;
}

.tab-button-container {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-link-description {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
}

.tab-link-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-add-to-cart {
  height: 50px;
  color: var(--dark-grey);
  background-color: #fff;
  background-image: url('../images/shopping-cart.svg');
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  line-height: 1;
  position: relative;
}

.product-item-cart-container {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.product-collection-item {
  z-index: 1;
  width: 100%;
  position: relative;
}

.product-item-add-btn-container {
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.product-item-price {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.product-item-price-compare {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  text-decoration: line-through;
}

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

.gallery-image-item-top {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 56vh;
  position: absolute;
  inset: 0 0% auto;
  transform: translate(0%);
}

.gallery-image-item-bottom {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 56vh;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0%);
}

.gallery-item-top-container {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.gallery-item-bottom-container {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.gallery-image-text-container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-image-text-holder {
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.gallery-image-text {
  color: #fff;
  margin-top: 0;
}

.tab-service-image-container {
  z-index: 1;
  width: 50vw;
  position: relative;
}

.footer-heading {
  color: #fff;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.grid-6col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
}

.categories-sticky {
  z-index: 2;
  background-color: #fff;
  height: 40px;
  margin-bottom: 2em;
  padding-left: 0;
  position: sticky;
  top: 80px;
}

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

.project-grid-list._2-cols {
  grid-template-columns: 1fr 1fr;
}

.empty-state-display-none {
  display: none;
}

.hero-image {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: relative;
}

.hero-image.scale2 {
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.hero-image-anim {
  width: 50vh;
  height: 50vh;
  margin-top: -25vh;
  margin-left: -25vh;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: scroll;
  transform: rotate(45deg);
}

.hero-image-anim-container {
  width: 100vw;
  height: 100vh;
  margin-left: 25vh;
  position: absolute;
  inset: -25vh auto auto -50vw;
  overflow: visible;
  transform: rotate(-34deg);
}

.history-slider {
  background-color: #0000;
  height: auto;
  margin-top: 3em;
}

.history-year {
  color: #fff;
  width: auto;
  margin-bottom: 40px;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slider-history-left-arrow {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
  inset: auto auto 30px 0%;
}

.slider-history-left-arrow:hover {
  opacity: .6;
}

.slider-history-right-arrow {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
  inset: auto auto 30px 140px;
}

.slider-history-right-arrow:hover {
  opacity: .6;
}

.history-slide {
  height: auto;
  min-height: 100%;
}

.history-slider-mask {
  height: auto;
  overflow: visible;
}

.history-slider-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.history-content {
  height: 100%;
  position: relative;
}

.slider-history-icon {
  width: 27px;
}

.history-slider-nav {
  width: 110px;
  height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 7px;
  inset: auto auto 30px 40px;
}

.history-image-container {
  min-width: 50vw;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

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

.customers-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer-tab-link {
  opacity: .5;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  transition: opacity .2s, color .2s;
  display: flex;
}

.customer-tab-link:hover {
  opacity: .7;
}

.customer-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.customers-tabs-content {
  overflow: visible;
}

.customer-tab-pane {
  padding-top: 10px;
  padding-left: 30px;
  overflow: visible;
}

.customer-logo {
  max-height: 50px;
}

.other-sections {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.footer-email {
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 400;
  position: relative;
}

.footer-email:hover {
  color: var(--dim-grey);
  text-decoration: none;
}

.email-active-link-text {
  color: var(--black);
  position: absolute;
  inset: 0% auto auto 0%;
}

.email-link-text-container {
  width: 50%;
  position: absolute;
  inset: 0 auto 0% 0%;
  overflow: hidden;
}

.mouse-cursor-circle {
  z-index: -1;
  opacity: 1;
  background-color: #f9a90026;
  border: 5px solid #f8a801;
  border-radius: 50px;
  width: 30px;
  height: 31px;
  position: absolute;
  inset: 25px auto auto 29px;
}

.project-details-arrow-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.cart-remove-button {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: opacity .2s, color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-remove-button:hover {
  opacity: .6;
}

.cart-item {
  border-bottom: 1px solid silver;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 25px;
  padding-right: 25px;
  position: relative;
}

.cart-item-title {
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.cart-item-content {
  flex: 0 auto;
  margin-right: 0;
}

.cart-item-price-content {
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-item-times-text {
  color: var(--super-light);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.cart-item-price {
  color: var(--dim-grey);
}

.cart-list {
  padding: 25px 25px 0;
}

.cart-item-subtotal-text {
  color: var(--dim-grey);
  font-family: Space Grotesk, sans-serif;
  font-weight: 300;
}

.cart-checkout-actions {
  flex-direction: column;
  display: flex;
}

.web-payment-button {
  object-fit: fill;
  height: 50px;
}

.checkout-heading {
  margin-top: 10px;
  font-weight: 500;
}

.shipping-method-content {
  flex-direction: row;
  align-items: center;
}

.order-item {
  align-items: center;
}

.order-item-content {
  flex: 1;
  align-items: center;
  display: flex;
}

.order-summary-item {
  flex-direction: column;
}

.order-summary-item.order-total-item {
  border-top: 1px solid var(--super-light);
  margin-top: 10px;
  padding-top: 20px;
}

.product-out-of-stock {
  background-color: var(--white-smoke);
  color: var(--dim-grey);
}

.product-content-add {
  align-items: center;
  display: flex;
}

.product-tabs {
  border: 1px solid #efeded;
  margin-top: 2.5em;
}

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

.product-tab-link {
  width: 50%;
  height: 56px;
  color: var(--dim-grey);
  text-align: center;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.product-tab-link:hover {
  text-decoration: none;
}

.product-tab-link.w--current {
  color: var(--black);
  background-color: #fff;
}

.product-tab-pane {
  padding: 30px;
}

.margin-right-10 {
  margin-right: 10px;
}

.post-details-other-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.background-black-10pct {
  z-index: 2;
  background-color: #0000001a;
  position: absolute;
  inset: 0;
}

.project-grid-item {
  margin-bottom: 30px;
}

.section-hero-root {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.blog-item-date {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 10px;
}

.product-details-images-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-details-other-image {
  object-fit: cover;
  width: auto;
  height: 150px;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.product-details-other-image:hover {
  opacity: .9;
}

.heading-container {
  padding-bottom: .25em;
}

.heading-container.heading-container-small {
  padding-bottom: 2em;
}

.section-style-guide {
  margin-bottom: 5em;
}

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

.blog-details-main-image {
  margin-top: 2em;
  margin-bottom: 2em;
}

.button-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.product-second-image {
  margin-top: 2em;
  margin-bottom: 2em;
}

.image {
  margin-top: 0;
}

.image-2 {
  max-width: 200px;
}

.text-block {
  color: var(--light-grey);
  text-align: left;
}

.text-block-2 {
  text-align: right;
  padding-left: 0;
}

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

.text-block-4 {
  text-align: left;
}

.paragraph-2 {
  color: #555c62;
  width: 90%;
  font-family: Space Grotesk, sans-serif;
  font-size: 19px;
}

.heading-3 {
  margin-top: -2px;
  font-weight: 500;
}

.text-block-5 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
}

.text-block-6 {
  color: var(--primary-light);
  font-family: Space Grotesk, sans-serif;
}

.image-4 {
  text-align: left;
  max-width: 40px;
  margin-left: -5px;
}

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

.text-span {
  font-family: Space Grotesk, sans-serif;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--plank-rot);
  background-color: var(--plank-rot);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--plank-rot);
  color: var(--plank-rot);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border: 1px solid var(--plank-rot);
  color: var(--plank-rot);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--plank-rot);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--plank-rot);
  background-color: var(--plank-rot);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--plank-rot);
  color: var(--plank-rot);
  background-color: #fff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-size: 14px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h3 {
  background-color: var(--plank-rot);
}

.wg-selector-highlight.h4 {
  transform: translate(-100%);
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-7 {
  color: #dfdfdf;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

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

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

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-menu-list {
    padding-left: 1em;
    top: 0;
    overflow: auto;
  }

  .navigation-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 45px;
  }

  .menu-button {
    margin-right: -10px;
  }

  .menu-button.inside-nav.w--open {
    margin-right: 1em;
  }

  .section {
    background-color: #fff;
    padding: 3rem 1rem;
  }

  .section.history-section {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container.hero-container {
    width: 90%;
  }

  .nav-footer {
    padding-bottom: 1em;
    padding-right: 1em;
  }

  .slide-img-section {
    width: 100%;
  }

  .slide-content-1 {
    width: auto;
  }

  .splitscreen {
    min-height: 100%;
    display: flex;
  }

  .slider-image.bottom, .slider-image.top {
    height: 85vh;
  }

  .project-slide-nav {
    height: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .project-collection-item {
    height: 100%;
  }

  .section-full-height {
    cursor: auto;
    height: 85vh;
  }

  .hero-text {
    font-size: 75px;
  }

  .button {
    background-color: #0000;
  }

  .blog-post {
    cursor: pointer;
  }

  .grid-4col {
    grid-template-rows: auto;
    align-content: stretch;
    align-items: stretch;
  }

  .footer-col {
    margin-top: 40px;
  }

  .blog-image-container {
    width: 100%;
    overflow: hidden;
  }

  .grid-7col {
    grid-template-rows: auto;
    height: auto;
  }

  .project-gallery-box {
    height: auto;
  }

  .gallery-scroll-track {
    position: relative;
  }

  .img-wrapper {
    height: auto;
    min-height: 512px;
  }

  .gallery {
    height: auto;
  }

  .gallery-container {
    height: auto;
    position: relative;
    top: 0;
  }

  .gallery-track {
    width: 100%;
    height: auto;
    padding-left: 0;
    display: block;
  }

  .grid-12x8 {
    width: 100%;
  }

  .gallery-collection-item {
    width: 100%;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form {
    width: 80%;
  }

  .project-grid-masonry {
    column-count: 2;
  }

  .service-content {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .one-side-content {
    padding-top: 1em;
  }

  .copyright {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copyright-content {
    min-width: 100%;
    padding-left: 0;
  }

  .copyright-content.content-right {
    text-align: left;
  }

  .slider-left-arrow, .slider-right-arrow {
    cursor: pointer;
    height: auto;
    top: auto;
    bottom: 40px;
  }

  .blog-image, .product-thumb-image {
    height: 30vw;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .product-details {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-icon {
    position: relative;
  }

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

  .subscribe-form-flex {
    position: relative;
  }

  .subscribe-form-input {
    border: 1px solid #f3f3f3;
    height: 45px;
    padding-right: 30px;
  }

  .next-project-text, .prev-project-text {
    opacity: .6;
    transform: translate(0%);
  }

  .slider-title-sup {
    top: 0;
    right: 0;
  }

  .animated-slider-image-container {
    display: none;
  }

  .slider-prev-next-text {
    font-size: 60px;
  }

  .slider-link {
    cursor: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .background-video {
    width: 100%;
    height: 350px;
    margin-top: 60px;
  }

  .blog-collection-list {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .horizontal-title-with-line {
    margin-bottom: 20px;
  }

  .tabs-menu {
    margin-top: 20px;
  }

  .tab-link {
    padding-top: 10px;
  }

  .tab-pane {
    max-width: 100vh;
  }

  .tab-service-image {
    width: 100%;
    min-height: auto;
  }

  .product-item-price, .product-item-price-compare {
    font-size: 20px;
  }

  .gallery-item-top-container, .gallery-item-bottom-container, .gallery-image-text-container {
    display: none;
  }

  .tab-service-image-container {
    width: auto;
  }

  .grid-6col {
    grid-template-rows: auto;
    align-content: stretch;
    align-items: stretch;
  }

  .categories-sticky {
    height: auto;
    margin-bottom: 1em;
    position: relative;
    top: 0;
  }

  .history-year {
    top: 0;
    bottom: auto;
  }

  .slider-history-left-arrow, .slider-history-right-arrow {
    top: 17px;
    bottom: auto;
  }

  .history-slider-image {
    width: 100%;
    min-height: auto;
    max-height: none;
  }

  .history-content {
    height: auto;
    padding-top: 90px;
  }

  .history-slider-nav {
    top: 50px;
    bottom: auto;
  }

  .history-image-container {
    min-width: 100%;
  }

  .customers-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .customer-tab-link {
    align-items: flex-start;
    min-height: 90px;
  }

  .customer-tab-link.w--current {
    min-height: auto;
  }

  .footer-email {
    font-size: 40px;
  }

  .product-tabs {
    margin-top: 2em;
  }

  .product-tab-link {
    font-size: 18px;
  }

  .product-details-other-image {
    height: 100px;
  }

  .heading-container, .heading-container.heading-container-small {
    padding-bottom: 2em;
  }

  .button-container {
    padding-top: 1em;
  }

  .product-second-image {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .paragraph-2 {
    font-family: Space Grotesk, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
  }

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

  ul, ol {
    font-size: 18px;
    line-height: 25px;
  }

  .nav-menu-list {
    width: 100%;
    height: auto;
    max-height: 90vh;
    overflow: scroll;
  }

  .navigation-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.section-image {
    height: 50vw;
  }

  .section.services-section, .section.history-section {
    min-height: auto;
  }

  .container.hero-container {
    padding-bottom: 0;
  }

  .footer-logo {
    object-fit: contain;
  }

  .splitscreen {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .project-slide-nav {
    height: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .box-info {
    padding-left: 0;
    padding-right: 0;
  }

  .button.color {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

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

  .footer-col {
    flex: 0 auto;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-7col {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
  }

  .project-gallery-box {
    min-width: 22.5%;
  }

  .img-wrapper {
    min-height: 256px;
  }

  .img-wrapper.gallery-img-holder {
    height: 70vw;
  }

  .grid-12x8 {
    width: 100vw;
    display: block;
  }

  .gallery-collection-item {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .full-image {
    position: absolute;
  }

  .full-image.services {
    height: 100%;
    position: absolute;
    bottom: 0;
  }

  .field-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .input-field {
    font-size: 20px;
  }

  .form {
    width: 100%;
  }

  .project-grid-masonry {
    column-count: 1;
  }

  .preloader-content {
    display: block;
  }

  .tabs {
    padding-bottom: 20px;
  }

  .blog-collection-item {
    margin-bottom: 3em;
  }

  .blog-collection-item:last-child {
    margin-bottom: 0;
  }

  .copyright {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .copyright-content {
    margin-bottom: 20px;
  }

  .blog-collection-wrapper {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-image {
    height: 70vw;
  }

  .collection-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-thumb-image {
    height: 70vw;
  }

  .quantity {
    font-size: 26px;
  }

  .form-subscribe {
    min-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: space-between;
  }

  .slider-prev-next-text {
    font-size: 40px;
  }

  .heading-display {
    font-size: 35px;
  }

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

  .tabs-menu {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .tab-link-title {
    margin-bottom: 0;
  }

  .product-add-to-cart {
    font-size: 18px;
  }

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

  .footer-heading {
    margin-bottom: 20px;
  }

  .grid-6col {
    grid-template-columns: 1fr 1fr;
  }

  .categories-sticky {
    padding-left: 0;
  }

  .project-grid-list, .project-grid-list._2-cols {
    grid-template-columns: 1fr;
  }

  .hero-image {
    height: 100vh;
  }

  .hero-image-anim {
    width: 40vh;
    height: 40vh;
    margin-top: -20vh;
    margin-left: -20vh;
  }

  .hero-image-anim-container {
    margin-left: 20vh;
    top: -32vh;
  }

  .history-year {
    margin-left: 70px;
  }

  .history-slide {
    height: 100%;
    min-height: auto;
  }

  .history-slider-mask {
    overflow: hidden;
  }

  .footer-email {
    font-size: 30px;
  }

  .project-details-arrow-content {
    justify-content: center;
    align-items: flex-start;
  }

  .web-payment-button {
    height: 45px;
  }

  .product-tab-pane {
    padding: 20px;
  }

  .post-details-other-content.animation-3-on-load {
    align-items: flex-start;
  }

  .product-details-other-image {
    height: 130px;
  }

  .heading-container, .heading-container.heading-container-small {
    padding-bottom: 1em;
  }

  .blog-details-main-image {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 18px;
    line-height: 25px;
  }

  .nav, .nav.nav-transparent {
    padding-right: 0;
  }

  .nav-menu-list {
    top: 0;
  }

  .navigation-link {
    border: 1px #000;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .menu-button, .menu-button.inside-nav.w--open {
    margin-right: 0;
  }

  .section {
    padding: 1rem 1em;
  }

  .container, .container.hero-container {
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-link:hover {
    color: var(--plank-rot);
  }

  .background-black-25pct {
    background-color: #231f2040;
  }

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

  .hero-text {
    font-size: 45px;
    line-height: 1;
  }

  .hero-text.white {
    direction: ltr;
    font-size: 45px;
  }

  .grid-5col {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .button:hover {
    color: var(--plank-rot);
  }

  .grid-4col {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .footer-col {
    max-width: 100%;
  }

  .blog-image-container {
    height: auto;
  }

  .grid-7col {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: inline-block;
  }

  .img-wrapper.gallery-img-holder {
    height: 90vw;
    min-height: auto;
    margin-bottom: 0;
  }

  .gallery {
    padding-top: 2em;
  }

  .gallery-track {
    padding-left: 0;
  }

  .grid-12x8 {
    display: block;
  }

  .gallery-collection-item {
    width: 100vw;
    padding: 1rem;
  }

  .content-sticky {
    width: 100%;
  }

  .rotation-box {
    margin-top: 4px;
  }

  .full-image {
    position: absolute;
  }

  .form-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .form {
    width: 100%;
  }

  .scroll-down {
    width: 20px;
  }

  .service-img {
    width: 80%;
    height: 300px;
  }

  .service-img._2 {
    float: none;
  }

  .service-svg {
    width: 100%;
    height: 350px;
    left: 0;
    right: auto;
  }

  .service-content, .img-full-width {
    width: 100%;
  }

  .blog-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .copyright {
    padding-bottom: 0;
  }

  .slider-right-arrow {
    cursor: default;
  }

  .blog-image, .product-thumb-image {
    height: 90vw;
  }

  .cart-header {
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .cart-img-holder {
    display: none;
  }

  .product-details-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .cart-footer {
    flex-direction: column;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .block-header {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-content.shipping-method {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-title-sup {
    font-size: 18px;
    font-weight: 500;
    right: 10px;
  }

  .slider-prev-next-text {
    font-size: 30px;
  }

  .background-video {
    height: 200px;
  }

  .grid-6col {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
    width: 100%;
    position: relative;
  }

  .hero-image {
    max-width: 1px;
  }

  .history-image-container {
    height: 50vh;
  }

  .customer-tab-link {
    min-height: 80px;
    padding: 10px;
  }

  .customer-tab-pane {
    padding-left: 10px;
  }

  .footer-email {
    font-size: 24px;
  }

  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .cart-item-content {
    margin-left: 0;
  }

  .cart-list {
    padding-left: 1em;
    padding-right: 1em;
  }

  .checkout-heading {
    margin-bottom: 0;
  }

  .shipping-method-content {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }

  .shipping-method-text-content {
    margin-left: 0;
    margin-right: 0;
  }

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

  .prodcut-tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .product-tab-link {
    width: auto;
    height: 50px;
  }

  .background-black-10pct {
    background-color: #231f2040;
  }

  .product-details-images-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .product-details-other-image {
    height: 30vw;
  }

  .image-2 {
    display: inline-block;
  }

  .text-block {
    margin-top: -30px;
  }

  .paragraph-2 {
    margin-top: 30px;
    padding-top: 0;
    font-family: Space Grotesk, sans-serif;
  }

  .heading-3 {
    margin-top: 35px;
  }

  .image-3 {
    margin-top: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-manager_component {
    display: block;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

#w-node-_9d157787-692d-1841-4853-579474d09b87-cbf8ce46 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9d157787-692d-1841-4853-579474d09b8c-cbf8ce46 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9d157787-692d-1841-4853-579474d09ba9-cbf8ce46 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9d157787-692d-1841-4853-579474d09bac-cbf8ce46 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd30-cbf8ce46 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd27-cbf8ce46 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_72dbd2f3-c3b6-189b-e170-6daa43601295-cbf8ce46 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_72dbd2f3-c3b6-189b-e170-6daa4360129e-cbf8ce46 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a39-cbf8ce46 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a3c-cbf8ce46 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c413da01-cb8f-6c78-1acf-687e8e1a515b-14c4e808, #w-node-_6a14de0f-ac90-9713-4bba-f0c139e8db3b-14c4e808, #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e80d-14c4e808 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ca38e956-b780-017f-515d-6a5046a5b73d-14c4e808 {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e820-14c4e808, #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e82a-14c4e808 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adcfb895-74d2-27e1-8932-d1a71067f29b-1067f298 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adcfb895-74d2-27e1-8932-d1a71067f29e-1067f298 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-adcfb895-74d2-27e1-8932-d1a71067f2a3-1067f298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adcfb895-74d2-27e1-8932-d1a71067f2a8-1067f298 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-adcfb895-74d2-27e1-8932-d1a71067f2ad-1067f298 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-adcfb895-74d2-27e1-8932-d1a71067f2b2-1067f298 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-adcfb895-74d2-27e1-8932-d1a71067f2b7-1067f298 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-_0596e15c-db46-dc3e-33bb-f4c9966e68c9-eaf8ce37 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d69244b2-73c2-1b39-d735-0319fa300b34-eaf8ce37, #w-node-_60361651-a6e0-e94b-9722-1ae8bc189867-eaf8ce37, #w-node-_9b2d9bb4-35b7-bf3f-7d34-df50a0d53e95-eaf8ce37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-48f8ce3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97486398-1921-63a9-3291-a2c716af9baf-a2f8ce31 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-ee369fba-c10c-8c58-f8bc-b0d38db8bb72-a2f8ce31 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c722ea88-2c29-fd90-8743-f9c28fbcab45-a2f8ce31 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_9bcb8ab2-eede-78d9-72c9-afe223f9954a-a2f8ce31 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-fe573a67-1e84-c863-f073-c1af662cb692-a2f8ce31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe573a67-1e84-c863-f073-c1af662cb697-a2f8ce31 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fe573a67-1e84-c863-f073-c1af662cb69c-a2f8ce31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe573a67-1e84-c863-f073-c1af662cb69f-a2f8ce31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe573a67-1e84-c863-f073-c1af662cb6a2-a2f8ce31 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-fe573a67-1e84-c863-f073-c1af662cb6a5-a2f8ce31 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-fe573a67-1e84-c863-f073-c1af662cb6a8-a2f8ce31 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-c6ddc576-dc2e-c484-fe49-7581e2c231ce-a2f8ce31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3980749-6285-c253-1b29-2263cecff0a6-29f8ce30, #w-node-d3980749-6285-c253-1b29-2263cecff0b0-29f8ce30 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ce36705-e6b6-21ec-fc7f-dc053427bd2d-eaf8cda0 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_3e5f4e3d-72f3-0e76-1edf-c9f345cb1795-eaf8cda0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_61287a45-9dcd-e9d5-5b7e-f64a6b2c556b-eaf8cda0 {
  grid-area: 1 / 1 / 6 / 13;
}

#w-node-_61287a45-9dcd-e9d5-5b7e-f64a6b2c556f-eaf8cda0 {
  grid-area: 6 / 2 / 7 / 12;
}

#w-node-_7b35d5cf-b183-9e4f-6498-f888050c51f8-eaf8cda0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_92184365-822c-57fa-7f10-5d6a7db5ec58-eaf8cda0 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_92184365-822c-57fa-7f10-5d6a7db5ec59-eaf8cda0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_92184365-822c-57fa-7f10-5d6a7db5ec63-eaf8cda0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e0e35055-b037-3f9d-8025-d2a8fc31537b-daf8ce2f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9bf2fc92-3519-58f9-cf11-648907aa2f44-a2f8ce35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_326a50e7-d373-24cf-db0a-372b7017dd4f-cff8ce2b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_110699fc-90ce-cd7a-2ba4-3967e0003cdf-cff8ce2b {
  grid-area: 2 / 2 / 9 / 7;
}

#w-node-_66e17575-6f2c-ec90-355c-f3e0faf16212-cff8ce2b {
  grid-area: 4 / 7 / 9 / 12;
}

#w-node-dbd43061-e401-1f34-2709-18b73d5c4ec0-cff8ce2b {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-ac6529cb-2396-3e3d-c415-585e12ebe1d8-07f8ce2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1a0e0fc7-e23d-663d-0558-49591aed3529-e3f8ce28 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1a0e0fc7-e23d-663d-0558-49591aed352e-e3f8ce28 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_351be572-3b8a-7d0d-446e-9bce05276b54-e3f8ce28, #w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48916-e3f8ce28 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48919-e3f8ce28 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a7ad5e11-ad1a-440a-cd84-11405806be6a-a3f8ce32 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-beb89a8e-7ff3-f038-6319-0315d1964969-a3f8ce32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4c9c-a6f8cdf0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4ca1-a6f8cdf0 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4ca9-a6f8cdf0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4cad-a6f8cdf0 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b5cff6b9-f078-83db-6a6a-869aacc10d25-1cf8ce43, #w-node-b5cff6b9-f078-83db-6a6a-869aacc10d2a-1cf8ce43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-41f8ce36 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ba4fb5eb-4a32-efab-5a37-d1ca364a0201-41f8ce36 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ba4fb5eb-4a32-efab-5a37-d1ca364a0206-41f8ce36 {
  grid-area: 1 / 3 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_9d157787-692d-1841-4853-579474d09b87-cbf8ce46 {
    grid-column: span 7 / span 7;
  }

  #w-node-_9d157787-692d-1841-4853-579474d09b8c-cbf8ce46 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_9d157787-692d-1841-4853-579474d09ba9-cbf8ce46 {
    grid-column-end: 5;
  }

  #w-node-_9d157787-692d-1841-4853-579474d09bac-cbf8ce46 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd30-cbf8ce46 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd27-cbf8ce46 {
    grid-column: 1 / 5;
  }

  #w-node-_72dbd2f3-c3b6-189b-e170-6daa43601295-cbf8ce46 {
    grid-column-end: 5;
  }

  #w-node-_72dbd2f3-c3b6-189b-e170-6daa4360129e-cbf8ce46 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a39-cbf8ce46 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a3c-cbf8ce46 {
    grid-column: 1 / 5;
  }

  #w-node-c413da01-cb8f-6c78-1acf-687e8e1a515b-14c4e808, #w-node-_6a14de0f-ac90-9713-4bba-f0c139e8db3b-14c4e808 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e80d-14c4e808 {
    grid-column: span 6 / span 6;
  }

  #w-node-ca38e956-b780-017f-515d-6a5046a5b73d-14c4e808 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e820-14c4e808, #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e82a-14c4e808 {
    grid-row: span 3 / span 3;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f29b-1067f298 {
    grid-column-end: 5;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f29e-1067f298 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-48f8ce3c {
    grid-column: span 4 / span 4;
  }

  #w-node-_9bcb8ab2-eede-78d9-72c9-afe223f9954a-a2f8ce31 {
    grid-column: 1 / 8;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb692-a2f8ce31 {
    grid-column: span 4 / span 4;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb697-a2f8ce31 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3e5f4e3d-72f3-0e76-1edf-c9f345cb1795-eaf8cda0 {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-_7b35d5cf-b183-9e4f-6498-f888050c51f8-eaf8cda0 {
    grid-column-end: 5;
  }

  #w-node-_92184365-822c-57fa-7f10-5d6a7db5ec58-eaf8cda0 {
    grid-row-start: 2;
  }

  #w-node-_92184365-822c-57fa-7f10-5d6a7db5ec59-eaf8cda0 {
    grid-column-end: 3;
  }

  #w-node-_92184365-822c-57fa-7f10-5d6a7db5ec63-eaf8cda0 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_9bf2fc92-3519-58f9-cf11-648907aa2f44-a2f8ce35 {
    grid-column: span 4 / span 4;
  }

  #w-node-_326a50e7-d373-24cf-db0a-372b7017dd4f-cff8ce2b {
    grid-column: 1 / 13;
  }

  #w-node-_110699fc-90ce-cd7a-2ba4-3967e0003cdf-cff8ce2b {
    grid-column-start: 1;
  }

  #w-node-_66e17575-6f2c-ec90-355c-f3e0faf16212-cff8ce2b {
    grid-column: 7 / 13;
  }

  #w-node-_1a0e0fc7-e23d-663d-0558-49591aed3529-e3f8ce28 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1a0e0fc7-e23d-663d-0558-49591aed352e-e3f8ce28, #w-node-_351be572-3b8a-7d0d-446e-9bce05276b54-e3f8ce28 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48916-e3f8ce28 {
    grid-row-end: 2;
    grid-column-end: 5;
  }

  #w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48919-e3f8ce28 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4c9c-a6f8cdf0 {
    grid-column-end: 5;
  }

  #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4ca1-a6f8cdf0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4ca9-a6f8cdf0 {
    grid-column-end: 5;
  }

  #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4cad-a6f8cdf0 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-41f8ce36 {
    grid-column: span 4 / span 4;
  }

  #w-node-ba4fb5eb-4a32-efab-5a37-d1ca364a0201-41f8ce36 {
    grid-column-end: 5;
  }

  #w-node-ba4fb5eb-4a32-efab-5a37-d1ca364a0206-41f8ce36 {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d157787-692d-1841-4853-579474d09b87-cbf8ce46, #w-node-_9d157787-692d-1841-4853-579474d09b8c-cbf8ce46 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9d157787-692d-1841-4853-579474d09ba9-cbf8ce46, #w-node-_9d157787-692d-1841-4853-579474d09bac-cbf8ce46, #w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd30-cbf8ce46, #w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd27-cbf8ce46, #w-node-_72dbd2f3-c3b6-189b-e170-6daa43601295-cbf8ce46, #w-node-_72dbd2f3-c3b6-189b-e170-6daa4360129e-cbf8ce46, #w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a39-cbf8ce46, #w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a3c-cbf8ce46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c413da01-cb8f-6c78-1acf-687e8e1a515b-14c4e808, #w-node-_6a14de0f-ac90-9713-4bba-f0c139e8db3b-14c4e808, #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e80d-14c4e808, #w-node-ca38e956-b780-017f-515d-6a5046a5b73d-14c4e808 {
    grid-column: span 2 / span 2;
  }

  #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e820-14c4e808, #w-node-_84845ac1-457a-9a8c-4b80-c34a14c4e82a-14c4e808 {
    grid-row: span 1 / span 1;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f29b-1067f298, #w-node-adcfb895-74d2-27e1-8932-d1a71067f29e-1067f298 {
    grid-column-end: 3;
  }

  #w-node-_0596e15c-db46-dc3e-33bb-f4c9966e68c9-eaf8ce37, #w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-48f8ce3c, #w-node-_97486398-1921-63a9-3291-a2c716af9baf-a2f8ce31 {
    grid-column: span 2 / span 2;
  }

  #w-node-ee369fba-c10c-8c58-f8bc-b0d38db8bb72-a2f8ce31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c722ea88-2c29-fd90-8743-f9c28fbcab45-a2f8ce31 {
    grid-row-end: 2;
    grid-column-end: 5;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb692-a2f8ce31, #w-node-fe573a67-1e84-c863-f073-c1af662cb697-a2f8ce31 {
    grid-column: span 2 / span 2;
  }

  #w-node-d3980749-6285-c253-1b29-2263cecff0a6-29f8ce30, #w-node-d3980749-6285-c253-1b29-2263cecff0b0-29f8ce30 {
    grid-column-end: 3;
  }

  #w-node-_9ce36705-e6b6-21ec-fc7f-dc053427bd2d-eaf8cda0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3e5f4e3d-72f3-0e76-1edf-c9f345cb1795-eaf8cda0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b35d5cf-b183-9e4f-6498-f888050c51f8-eaf8cda0 {
    grid-column-end: 3;
  }

  #w-node-_92184365-822c-57fa-7f10-5d6a7db5ec58-eaf8cda0 {
    grid-row-end: 4;
    grid-column-end: 3;
  }

  #w-node-e0e35055-b037-3f9d-8025-d2a8fc31537b-daf8ce2f, #w-node-_9bf2fc92-3519-58f9-cf11-648907aa2f44-a2f8ce35 {
    grid-column: span 2 / span 2;
  }

  #w-node-dbd43061-e401-1f34-2709-18b73d5c4ec0-cff8ce2b {
    grid-column: 1 / 8;
  }

  #w-node-ac6529cb-2396-3e3d-c415-585e12ebe1d8-07f8ce2a, #w-node-_1a0e0fc7-e23d-663d-0558-49591aed3529-e3f8ce28, #w-node-_1a0e0fc7-e23d-663d-0558-49591aed352e-e3f8ce28, #w-node-_351be572-3b8a-7d0d-446e-9bce05276b54-e3f8ce28 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48916-e3f8ce28, #w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48919-e3f8ce28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7ad5e11-ad1a-440a-cd84-11405806be6a-a3f8ce32 {
    grid-column: span 2 / span 2;
  }

  #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4ca9-a6f8cdf0, #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4cad-a6f8cdf0, #w-node-_44cd625f-1f73-3888-a545-1891048952e3-1cf8ce43, #w-node-_94f9ef4f-aa25-9329-b818-02626af11d56-1cf8ce43, #w-node-_1d989ef3-3de8-b8f0-7c54-5b40097dc9d8-1cf8ce43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-41f8ce36 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d157787-692d-1841-4853-579474d09b87-cbf8ce46, #w-node-_9d157787-692d-1841-4853-579474d09b8c-cbf8ce46 {
    grid-column-end: 3;
  }

  #w-node-_9d157787-692d-1841-4853-579474d09ba9-cbf8ce46 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9d157787-692d-1841-4853-579474d09bac-cbf8ce46 {
    grid-column-end: 3;
  }

  #w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd30-cbf8ce46 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5ee32fe4-432f-2d8f-0db3-a011cd04dd27-cbf8ce46, #w-node-_72dbd2f3-c3b6-189b-e170-6daa43601295-cbf8ce46, #w-node-_72dbd2f3-c3b6-189b-e170-6daa4360129e-cbf8ce46, #w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a39-cbf8ce46, #w-node-a3baddf8-a6fc-2e87-4cb6-ee819dca8a3c-cbf8ce46, #w-node-adcfb895-74d2-27e1-8932-d1a71067f29b-1067f298, #w-node-adcfb895-74d2-27e1-8932-d1a71067f29e-1067f298 {
    grid-column-end: 3;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f2a3-1067f298 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f2a8-1067f298 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f2ad-1067f298 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f2b2-1067f298 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-adcfb895-74d2-27e1-8932-d1a71067f2b7-1067f298 {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: end;
  }

  #w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-48f8ce3c, #w-node-c722ea88-2c29-fd90-8743-f9c28fbcab45-a2f8ce31, #w-node-_9bcb8ab2-eede-78d9-72c9-afe223f9954a-a2f8ce31, #w-node-fe573a67-1e84-c863-f073-c1af662cb692-a2f8ce31, #w-node-fe573a67-1e84-c863-f073-c1af662cb697-a2f8ce31 {
    grid-column-end: 3;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb69c-a2f8ce31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb69f-a2f8ce31 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb6a2-a2f8ce31 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb6a5-a2f8ce31 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-fe573a67-1e84-c863-f073-c1af662cb6a8-a2f8ce31 {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: end;
  }

  #w-node-d3980749-6285-c253-1b29-2263cecff0a6-29f8ce30, #w-node-d3980749-6285-c253-1b29-2263cecff0b0-29f8ce30 {
    grid-column-end: 3;
  }

  #w-node-_9ce36705-e6b6-21ec-fc7f-dc053427bd2d-eaf8cda0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e5f4e3d-72f3-0e76-1edf-c9f345cb1795-eaf8cda0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7b35d5cf-b183-9e4f-6498-f888050c51f8-eaf8cda0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_92184365-822c-57fa-7f10-5d6a7db5ec58-eaf8cda0 {
    grid-row-end: 4;
  }

  #w-node-_9bf2fc92-3519-58f9-cf11-648907aa2f44-a2f8ce35, #w-node-dbd43061-e401-1f34-2709-18b73d5c4ec0-cff8ce2b, #w-node-_1a0e0fc7-e23d-663d-0558-49591aed3529-e3f8ce28, #w-node-_1a0e0fc7-e23d-663d-0558-49591aed352e-e3f8ce28, #w-node-_351be572-3b8a-7d0d-446e-9bce05276b54-e3f8ce28, #w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48916-e3f8ce28, #w-node-_8215aaaf-cf8c-963a-6b79-9764fbd48919-e3f8ce28, #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4c9c-a6f8cdf0, #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4ca1-a6f8cdf0 {
    grid-column-end: 3;
  }

  #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4ca9-a6f8cdf0 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: auto;
  }

  #w-node-_01056ee0-ddbc-8ae5-00fe-e7b453ca4cad-a6f8cdf0, #w-node-b5cff6b9-f078-83db-6a6a-869aacc10d25-1cf8ce43, #w-node-b5cff6b9-f078-83db-6a6a-869aacc10d2a-1cf8ce43 {
    grid-column-end: 3;
  }

  #w-node-_44cd625f-1f73-3888-a545-1891048952e3-1cf8ce43, #w-node-_94f9ef4f-aa25-9329-b818-02626af11d56-1cf8ce43, #w-node-_1d989ef3-3de8-b8f0-7c54-5b40097dc9d8-1cf8ce43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_928a0b3c-64d4-0eed-2274-e7b1f80cae6b-41f8ce36, #w-node-ba4fb5eb-4a32-efab-5a37-d1ca364a0201-41f8ce36, #w-node-ba4fb5eb-4a32-efab-5a37-d1ca364a0206-41f8ce36 {
    grid-column-end: 3;
  }
}


