:root {
  --black: black;
  --black-2: white;
  --grey: #828282;
  --silver: #b6b6b6;
  --dark-grey: #afafaf;
}

.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;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

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

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

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

body {
  color: var(--black);
  max-width: 100%;
  height: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  overflow: visible;
}

h1 {
  clear: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 88px;
  font-weight: 700;
  line-height: 98px;
  position: relative;
}

h2 {
  clear: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 69px;
  font-weight: 700;
  line-height: 79px;
}

h3 {
  clear: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

h4 {
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
}

h6 {
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  position: relative;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.modal_cookies {
  z-index: 9999;
  background-color: #ececec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 90px;
  margin-left: 6px;
  margin-right: 60px;
  padding: 15px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: 4%;
  right: 0%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.modal_cookies_gird {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr .5fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 100%;
}

.par_cookie {
  color: #304040;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 13px;
  line-height: 23px;
}

.inline_link_footer {
  color: #304040;
  text-decoration: none;
}

.inline_link_footer:hover {
  color: #4893ed;
  text-decoration: none;
}

.button_close_cookie {
  color: #304040;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #304040;
  height: 45px;
  padding-top: 6px;
  font-weight: 700;
}

.section_basic {
  clear: left;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 90px 140px;
  display: block;
  position: relative;
}

.section_basic.black {
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 140px;
  display: block;
}

.section_basic.black.hide {
  display: block;
}

.section_basic.header {
  float: left;
  clear: left;
  margin-top: 160px;
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.section_basic.header.shop {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
  overflow: visible;
}

.section_basic.header.shop.hide {
  margin-top: 40px;
  display: none;
}

.section_basic.header.home {
  height: 45vh;
  min-height: 470px;
}

.section_basic.header.archive {
  margin-bottom: 100px;
  display: block;
}

.section_basic.header.product {
  padding-bottom: 20px;
}

.section_basic.header.is--bottom {
  padding-bottom: 0;
}

.section_basic.full_width {
  float: left;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section_basic.full_width.is--first {
  padding-top: 0;
}

.section_basic.shop_items {
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 140px;
  padding-right: 140px;
}

.section_basic.ad_book {
  padding-top: 0;
  padding-bottom: 0;
}

.section_basic.ad_book.home {
  margin-top: 100px;
}

.section_basic.hide {
  display: none;
}

.section_basic.metadata {
  padding-top: 0;
  padding-bottom: 0;
}

.section_basic.is--header-project {
  float: left;
  clear: left;
  margin-top: 160px;
  padding: 60px 140px 64px;
}

.section_basic.is--header-project.shop {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
  overflow: visible;
}

.section_basic.is--header-project.shop.hide {
  margin-top: 40px;
  display: none;
}

.section_basic.is--header-project.home {
  height: 45vh;
  min-height: 470px;
}

.section_basic.is--header-project.archive {
  margin-bottom: 100px;
  display: block;
}

.section_basic.is--header-project.product {
  padding-bottom: 20px;
}

.section_basic.is--header-project.is--bottom {
  padding-bottom: 0;
}

.section_basic.is--first {
  padding-top: 3rem;
}

.container-basic {
  float: none;
  clear: left;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-basic.centre {
  align-items: center;
}

.container-basic.large {
  margin-top: 120px;
}

.container-basic.shop {
  background-image: var(--image-236020d8);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 320px;
}

.container-basic.shop_02 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 45px;
}

.container-basic.hide {
  display: none;
}

.h5 {
  clear: left;
  align-self: center;
  margin-bottom: 0;
  font-size: 1.777em;
  font-weight: 600;
  line-height: 1.65em;
  display: block;
  position: relative;
  overflow: visible;
}

.h5.white {
  color: var(--black-2);
}

.h5.timeline {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  line-height: 1em;
}

.h5.label {
  align-self: flex-start;
  margin-bottom: 0;
}

.par {
  float: left;
  clear: left;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 1.65em;
  display: block;
  position: relative;
}

.par.white {
  color: var(--black-2);
}

.par_large {
  float: left;
  clear: left;
  margin-bottom: 40px;
  font-size: 1.333em;
  line-height: 1.65em;
  position: relative;
}

.par_large.white {
  color: var(--black-2);
}

.par_x_large {
  float: left;
  clear: left;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.7em;
  position: relative;
}

.par_x_large.is--white {
  color: var(--black-2);
}

.par_x_large.is--white.text-align-centre {
  text-align: center;
}

.par_x_large._75_width {
  width: 80%;
}

.par_x_large.home {
  text-align: center;
  line-height: 1.7em;
}

.h1 {
  align-self: flex-start;
  margin-bottom: 30px;
  font-size: 5.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.h1.white {
  color: var(--black-2);
}

.h1.shop {
  color: var(--black);
  align-self: center;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
}

.h1.archive {
  margin-bottom: 18px;
}

.h2 {
  margin-bottom: 30px;
  font-size: 4.209em;
  font-weight: 600;
  line-height: 1.4em;
}

.h2.white {
  color: var(--black-2);
}

.h3 {
  margin-bottom: 15px;
  font-size: 3.157em;
  font-weight: 600;
  line-height: 1.65em;
}

.h3.white {
  color: var(--black-2);
  flex: none;
}

.h3.first {
  margin-bottom: 60px;
}

.h4 {
  clear: left;
  margin-bottom: 15px;
  font-size: 2.369em;
  font-weight: 600;
  line-height: 1.65em;
  position: relative;
}

.h4.white {
  color: var(--black-2);
}

.h4.white.no-mar {
  color: var(--black);
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 400;
}

.h4.ad {
  width: 100%;
  line-height: 1.2em;
}

.h6 {
  clear: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 1.5em;
}

.h6.white {
  color: var(--black-2);
}

.h6.shop {
  float: none;
  clear: left;
  align-self: flex-start;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.h6.prod {
  margin-top: -7px;
  margin-bottom: 10px;
}

.img_header {
  width: 100%;
}

.navbar {
  z-index: 1000;
  background-color: var(--black-2);
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.link_block_nav {
  float: left;
  color: var(--black);
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link_block_nav:hover {
  color: #5e5e5e;
}

.link_block_nav.fullpage {
  clear: left;
  align-self: flex-start;
  margin-bottom: 0;
}

.link_block_nav.fullpage.small {
  margin-bottom: 10px;
}

.link_block_nav.mobile.w--current {
  text-decoration: none;
}

.wrapper_nav_links {
  float: right;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 31px;
  display: flex;
  position: relative;
}

.link_item_nav {
  margin-right: 40px;
  font-size: 18px;
  text-decoration: none;
}

.icon_menu {
  align-self: center;
  padding-top: 0;
}

.masonry {
  clear: none;
  flex: none;
  align-self: auto;
  position: relative;
}

.masonry-item {
  float: left;
  clear: none;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}

.col_list_wrapper {
  clear: left;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.col_list_wrapper.people {
  margin-bottom: 60px;
}

.grid_2col {
  clear: left;
  grid-column-gap: 60px;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.grid_2col.box {
  margin-bottom: 60px;
}

.video_home {
  width: 100%;
  display: none;
}

.footer {
  float: left;
  clear: left;
  background-color: var(--black-2);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 120px 140px 15px;
  display: block;
  position: relative;
}

.grid_footer {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
}

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

.wrapper_1col {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.wrapper_1col.nav_m {
  position: relative;
}

.wrapper_1col.is-centre {
  justify-content: center;
  align-items: flex-start;
}

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

.link_block_footer:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

.txt_block_x_large {
  float: left;
  clear: left;
  color: var(--black);
  font-size: 72px;
  font-weight: 400;
  line-height: 82px;
  position: relative;
}

.txt_block_x_large:hover {
  text-decoration: underline;
}

.txt_block_x_large.ft {
  font-weight: 600;
}

.text_block.grey {
  color: var(--grey);
}

.list_item_footer {
  margin-bottom: 4px;
}

.list_item_footer.hide {
  display: none;
}

.button_black {
  background-color: var(--black);
  color: var(--black-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: auto;
  height: 70px;
  margin-bottom: 30px;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button_black:hover {
  background-color: #303030;
}

.button_black.left {
  clear: left;
  flex: 0 auto;
  align-self: flex-start;
  display: flex;
}

.button_black.left.home {
  margin-bottom: 0;
}

.button_black.search_02 {
  float: left;
  justify-content: flex-start;
  height: 60px;
  display: block;
}

.button_black.pag {
  margin-bottom: 0;
}

.button_black_line {
  background-color: var(--black-2);
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 5px solid #000;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.grid_projects_home {
  float: left;
  clear: left;
  grid-column-gap: 30px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
  width: 150%;
  height: auto;
  margin-left: -25%;
  position: relative;
}

.line_black_5px {
  background-color: var(--black);
  width: 100%;
  height: 5px;
}

.line_black_5px.home {
  margin-bottom: 60px;
}

.line_black_5px.is-margin-bottom {
  margin-bottom: 3rem;
}

.h0 {
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.25;
}

.h0.white {
  color: var(--black-2);
  align-self: center;
  font-size: 170px;
  line-height: 150px;
}

.h0.white.centre {
  text-align: center;
  font-size: 160px;
}

.h0.centre {
  align-self: center;
}

.subtitle_medium {
  clear: left;
  color: var(--grey);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
}

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

.subtitle_medium.project {
  margin-bottom: 80px;
}

.subtitle_medium.black {
  color: var(--black);
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
}

.subtitle_medium.black.home:hover {
  color: var(--grey);
}

.img_box {
  z-index: 2;
  text-align: center;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.col_item_project {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.search_results_wrapper {
  margin-top: 60px;
}

.search_result_item {
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.link_block_card {
  color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 64%;
  text-decoration: none;
  display: flex;
}

.img_header_project {
  width: 100%;
}

.list-project-gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col_item_project_4th {
  width: 100%;
  padding-right: 0;
}

.subtitle_img {
  color: var(--grey);
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
}

.subtitle_img.hide {
  display: none;
}

.grid_meta_project {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.cart-embed-black {
  color: #000;
  margin-right: 20px;
  text-decoration: none;
}

.cart-embed-black:hover {
  color: #b0b7be;
}

.cart-embed-black:active {
  color: #000;
}

.nav_wrapper {
  height: 100%;
  padding: 30px;
}

.img-close-icon {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.logo-nav {
  margin-top: -30px;
  margin-left: 60px;
}

.nav_main_buttons {
  height: auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 60px;
}

.nav {
  z-index: 9999;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close_menu {
  width: 33px;
  height: 33px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.txt_block_nav_link {
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1.5em;
  text-decoration: none;
  transition: margin-left .2s;
}

.txt_block_nav_link:hover {
  color: var(--silver);
  margin-left: 8px;
}

.line_white_5px {
  background-color: var(--black-2);
  width: 100%;
  height: 5px;
  margin-bottom: 30px;
}

.grid_global_nav {
  grid-column-gap: 60px;
  grid-template-columns: 1fr .5fr;
}

.col_list_people {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col_list_item {
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

.col_list_item._3th {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 19px;
  padding-right: 0;
  position: static;
}

.grid_product {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-columns: 1fr .5fr;
  align-self: stretch;
  width: 100%;
  margin-bottom: 3rem;
}

.label_price {
  float: left;
  clear: left;
  align-self: flex-start;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 32px;
  font-weight: 700;
  display: block;
  position: relative;
}

.label_price.line {
  float: left;
  clear: none;
}

.div_ad_book {
  background-color: #d8dfe9;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.col_list_wrapper_action_right {
  width: 100%;
  margin-top: 315px;
}

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

.col_list_item_h_left {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.col_list_item_h_right {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.img_project_home {
  width: 100%;
}

.link_block_wrapper {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.link_block_wrapper:hover {
  color: var(--grey);
}

.txt_nav_link_small {
  color: var(--black-2);
  transition: margin-left .2s;
}

.txt_nav_link_small:hover {
  color: var(--silver);
  margin-left: 5px;
}

.search-input {
  float: left;
  clear: none;
  border: 4px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  height: 60px;
  margin-bottom: 30px;
  font-weight: 400;
  display: block;
  position: relative;
}

.search-input::placeholder {
  color: var(--grey);
}

.open_menu {
  float: left;
  color: var(--black);
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.open_menu:hover {
  color: #5e5e5e;
}

.grid_project_next {
  flex: 0 auto;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
}

.txt_previous {
  float: left;
  color: var(--black);
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 700;
  line-height: 72px;
  position: relative;
}

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

.img_icon_arrow {
  float: left;
  padding-top: 51px;
  padding-right: 30px;
}

.img_icon_arrow.right {
  padding-left: 30px;
  padding-right: 0;
}

.container-navbar {
  float: none;
  clear: left;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper_col_prj_2 {
  margin-top: 60px;
}

.img_grid_home {
  width: 100%;
}

.wrap_button_prj_home {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col_list_proj {
  float: left;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 15px;
  display: grid;
  position: relative;
}

.col_list_wrapper_projects {
  clear: left;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.col_list_wrapper_action_left {
  width: 100%;
  margin-top: 163px;
}

.grid-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.wrapper_project_logo {
  border: 1px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

.rich_text_element h3, .rich_text_element h4 {
  font-weight: 600;
}

.body {
  height: 100%;
  max-height: 100%;
}

.img_portrait {
  margin-bottom: 0;
}

.search {
  float: left;
  flex: none;
  align-self: flex-start;
  display: none;
  position: static;
}

.search_input {
  float: left;
  border: 3px solid #000;
  flex: 1;
  height: 45px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
}

.search_input::placeholder {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
}

.button_search {
  float: left;
  background-color: var(--black);
  color: var(--black-2);
  text-transform: uppercase;
  background-image: var(--image-71b6d317);
  background-position: 0 0;
  background-size: auto;
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.button_search.search {
  float: none;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.page_load_logo {
  z-index: 9999;
  background-color: var(--black);
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col_list_prod_shop {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.subtitle_small {
  clear: left;
  color: var(--grey);
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.ratio-box {
  background-color: #dee8eb;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.content-block {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-block.with-image {
  color: #fff;
}

.img-container {
  background-image: var(--image-i29cf56e);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  transition: transform .2s linear;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-container:hover {
  transform: scale(1.1);
}

.image-6 {
  max-width: 90%;
}

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

.col_list_tl {
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 5px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.wrapper_card_timeline_right {
  background-color: var(--silver);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.wrapper_card_timeline_right.addclasses.left {
  order: -1;
}

.wrapper_card_timeline {
  float: none;
  border: 4px #000;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 150px;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  position: relative;
}

.wrapper_card_timeline.left {
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  height: 100%;
}

.wrapper_card_timeline.right {
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  height: 100%;
}

.wrapper_card_timline_txt {
  flex: 1;
  align-self: center;
  padding-left: 30px;
  padding-right: 15px;
}

.col_item_arc_l {
  margin-bottom: 30px;
}

.img_logo {
  flex: none;
  align-self: center;
  width: 100%;
}

.grid_projects_home_mobile {
  float: left;
  clear: left;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
  width: 118%;
  height: auto;
  margin-left: -8%;
  display: none;
  position: relative;
}

.img_product_l {
  float: none;
  clear: left;
  width: 100%;
  position: relative;
}

.filters-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-bottom: 44px;
  padding-bottom: 40px;
  display: none;
  position: relative;
}

.button_black_small {
  background-color: var(--black);
  color: var(--black-2);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: auto;
  height: 60px;
  margin-bottom: 30px;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button_black_small:hover {
  background-color: #303030;
}

.subtitle_xs {
  float: left;
  clear: left;
  color: var(--silver);
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.subtitle_xs.product {
  margin-bottom: 60px;
}

.collection-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.list__more {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-button {
  float: left;
  color: var(--black);
  border: 3px solid #000;
  height: 45px;
  margin-bottom: 9px;
  margin-right: 14px;
  padding: 7px 15px;
  text-decoration: none;
  position: relative;
}

.filter-button:hover {
  background-color: #e4e4e4;
}

.button-active {
  float: left;
  background-color: var(--black);
  color: var(--black-2);
  border: 3px solid #000;
  height: 45px;
  margin-right: 14px;
  padding: 7px 21px;
  text-decoration: none;
  position: relative;
}

.button-active:hover {
  background-color: #e4e4e4;
}

.cat_name {
  display: none;
}

.wrapper_footer_bottom {
  margin-top: 60px;
}

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

.text_x_small {
  font-size: 12px;
}

.text_x_small.right {
  color: var(--grey);
  text-align: right;
}

.text_x_small.grey {
  color: var(--grey);
}

.line_black_2px {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-bottom: 15px;
}

.line_black_2px.grey {
  background-color: var(--grey);
  color: var(--grey);
  margin-bottom: 15px;
}

.line_black_3px_vert {
  background-color: var(--black);
  width: 5px;
}

.line_black_3px_vert.end {
  height: 50px;
}

.img_wide {
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
}

.grid_back_button {
  grid-template-rows: auto;
  grid-template-columns: 55px 1fr;
  align-content: start;
  justify-content: start;
  align-items: center;
  justify-items: start;
  text-decoration: none;
}

.link_block_small {
  float: left;
  clear: left;
  text-decoration: none;
  position: relative;
}

.link_block_small.is--project {
  margin-bottom: 2rem;
}

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

.img_product_s {
  width: 100%;
  height: 100%;
}

.warning {
  float: left;
  clear: left;
  color: red;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.search_in_nav {
  position: relative;
}

.ratio-box-2 {
  background-color: #dee8eb;
  border-radius: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-box-2._8-5 {
  border-radius: 0;
  margin-bottom: 6px;
  padding-top: 62.5%;
}

.img-container-2 {
  background-image: var(--image-i29cf56e);
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 45px;
  transition: transform .2s linear;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-container-2:hover {
  transform: scale(1.1);
}

.img-container-2.project {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img-container-3 {
  background-image: var(--image-i29cf56e);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  transition: transform .2s linear;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-container-3:hover {
  transform: scale(1.1);
}

.ratio-box-3 {
  background-color: #dee8eb;
  border-radius: 8px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio-box-3._8-5 {
  border-radius: 0;
  padding-top: 100%;
}

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

.image-7 {
  width: 115%;
  max-width: 120%;
  margin-left: 13%;
}

.link {
  color: var(--black);
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  color: var(--grey);
  font-size: 14px;
}

.search-2 {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
}

.paragraph {
  width: 80%;
}

.image-8 {
  margin-bottom: 45px;
}

.search-input-copy {
  float: left;
  clear: none;
  border: 4px solid var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  font-weight: 400;
  display: block;
  position: relative;
}

.search-input-copy::placeholder {
  color: var(--grey);
}

.filters {
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.feedback_empty {
  display: none;
}

.sub_filter_small {
  float: none;
  clear: left;
  color: var(--silver);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.rtf_archive {
  margin-bottom: 60px;
}

.rtf_archive h2, .rtf_archive h4 {
  font-weight: 600;
}

.rtf_archive p {
  margin-bottom: 20px;
}

.rtf_archive h2, .rtf_archive h3 {
  font-weight: 600;
}

.txt_date {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.image_archive {
  margin-bottom: 40px;
}

.collection-list-wrapper-3 {
  clear: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.collection-list-7 {
  display: inline-block;
}

.cat_tag {
  float: left;
  background-color: var(--black);
  color: var(--black-2);
  text-align: center;
  padding: 6px 15px;
  display: inline;
  position: relative;
}

.collection-item-2 {
  margin-right: 15px;
  display: inline-block;
}

.tagline_foto {
  color: var(--silver);
  padding-top: 3px;
  font-size: 10px;
}

.tagline_foto.marg {
  margin-bottom: 30px;
}

.tagline_foto.marg.shop {
  color: var(--black-2);
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-left: 8px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-2 {
  color: var(--silver);
}

.link-2.shop {
  color: var(--black-2);
}

.pagination-2 {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  padding-top: 20px;
  display: block;
}

.img__archive {
  width: 100%;
  height: 100%;
  position: relative;
}

.link_block__archive {
  float: left;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.label_arch_ite {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: -36px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 9px;
  font-weight: 600;
  position: absolute;
}

.col_list_wrapper__cat {
  display: block;
}

.button-embed {
  float: left;
  margin-right: 10px;
  position: relative;
}

.button {
  background-color: var(--black-2);
  color: var(--black);
  border: 3px solid #000;
  flex: 0 auto;
  align-self: auto;
  position: relative;
}

.button.is-checked {
  background-color: var(--black);
  color: var(--black-2);
}

.button.is-checked.hide {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.hide {
  height: 50px;
  display: none;
}

.html-embed {
  float: left;
  position: relative;
}

.dynamic-item {
  float: left;
}

.dynamic-listr {
  position: relative;
}

.collection-item {
  float: left;
  margin-right: 15px;
  position: relative;
}

.collection-item-3 {
  display: inline-block;
}

.container {
  width: 75%;
  min-width: 975px;
  max-width: 1195px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.category {
  text-transform: capitalize;
  background-color: #efefef;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  display: none;
}

.dynamic-item-2 {
  float: left;
  width: 33.33%;
  padding: 0 20px 0 0;
  display: block;
  position: relative;
}

.section {
  min-height: 75vh;
  padding: 50px 0;
  overflow: visible;
}

.button-embed-2 {
  margin-right: 10px;
}

.card-2 {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 0;
}

.card-title {
  z-index: 10;
  float: left;
  clear: left;
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
  transition: color .15s ease-in;
  position: relative;
}

.card-title:hover {
  color: #ff4363;
}

.filters-wrap {
  float: left;
  display: flex;
}

.button-group {
  justify-content: center;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 20px;
}

.quicksearch {
  float: right;
  border: 3px solid var(--black);
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  transition: border .15s ease-in;
  position: relative;
}

.quicksearch:focus {
  border-color: #ff4363;
}

.dynamic-listr-2 {
  float: none;
  clear: left;
  position: relative;
}

.search-wrapper {
  float: right;
  margin-bottom: 0;
  display: inline-block;
}

.link-block {
  width: 100%;
  padding-bottom: 20px;
  font-weight: 600;
  text-decoration: none;
}

.image-9 {
  float: left;
  clear: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.collection-list-wrapper-4 {
  clear: left;
  position: relative;
}

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

.masonry-item-home {
  float: left;
  clear: none;
  flex: none;
  align-self: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.masonry-copy {
  clear: none;
  flex: none;
  align-self: auto;
  position: relative;
}

.icon-go-on {
  align-self: center;
  margin-bottom: 2rem;
}

.card-title_grid-home {
  background-color: var(--black);
  padding: 1.5rem;
}

.text-block-3 {
  color: var(--black-2);
  text-transform: uppercase;
  font-weight: 700;
}

.h1_home {
  align-self: flex-start;
  width: 90%;
  margin-bottom: 30px;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.h2-white {
  color: var(--black-2);
  text-align: center;
  align-self: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 2;
}

.pagination {
  clear: left;
  position: relative;
}

.rich-text-rich {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-rich p {
  font-size: 1.125rem;
  line-height: 1.7;
}

.rich-text-rich.is--project {
  margin-top: 3rem;
}

.icon-pagination {
  margin-bottom: 6px;
}

.inline-link__footer {
  color: var(--black);
}

.par_meta-data {
  float: left;
  clear: left;
  font-size: 16px;
  line-height: 1.65em;
  display: block;
  position: relative;
}

.par_meta-data.white {
  color: var(--black-2);
}

.embed_youtube {
  width: 100%;
}

.video-embed {
  width: 100%;
  margin-bottom: 1.5rem;
  display: block;
}

.underline-gallery {
  color: var(--grey);
  padding-top: 2px;
  font-size: 14px;
}

.link_block_card-prj {
  clear: left;
  color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 64%;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .section_basic.header.is--bottom, .section_basic.is--header-project.is--bottom {
    padding-bottom: 0;
  }

  .container-basic.shop {
    height: 420px;
  }

  .container-basic.shop_02 {
    height: 150px;
  }

  .h5.timeline {
    font-size: 1.5em;
  }

  .par {
    font-size: 16px;
  }

  .par_x_large.is--white.text-align-centre {
    align-self: center;
    width: 70%;
  }

  .par_x_large.home {
    align-self: center;
    width: 80%;
  }

  .footer {
    margin-left: auto;
    margin-right: auto;
  }

  .button_black.left.home {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    margin-bottom: 0;
  }

  .nav {
    display: none;
  }

  .col_list_people {
    grid-column-gap: 60px;
  }

  .grid_product {
    align-self: stretch;
    margin-bottom: 60px;
  }

  .div_ad_book {
    transition: opacity .2s;
  }

  .wrap_button_prj_home:hover {
    background-color: rgba(255, 255, 255, .25);
  }

  .rich_text_element {
    font-weight: 600;
  }

  .rich_text_element h3 {
    float: left;
    clear: left;
    margin-top: 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
  }

  .rich_text_element p {
    float: left;
    clear: left;
    font-weight: 400;
    position: relative;
  }

  .rich_text_element h4 {
    font-size: 26px;
    font-weight: 600;
  }

  .content-block {
    padding: 0;
  }

  .wrapper_card_timeline.left, .wrapper_card_timeline.right {
    height: 100%;
  }

  .wrapper_card_timline_txt {
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
  }

  .img_product_l {
    width: 100%;
    display: inline-block;
    position: static;
  }

  .img_product_s {
    width: 100%;
    height: 100%;
  }

  .lb_thumbs {
    flex: 1;
    align-self: stretch;
  }

  .ratio-box-2 {
    margin-bottom: 19px;
  }

  .ratio-box-2._8-5 {
    border-radius: 0;
  }

  .img-container-2 {
    padding: 59px;
  }

  .img-container-3 {
    flex: 1;
  }

  .ratio-box-3._8-5 {
    border-radius: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    justify-items: center;
  }

  .image-7 {
    width: 112%;
    max-width: 115%;
    margin-left: 9%;
  }

  .search-input-copy {
    border-color: var(--black-2);
    width: 100%;
  }

  .sub_filter_small {
    display: flex;
  }

  .pagination-2 {
    float: none;
    clear: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    right: auto;
    overflow: visible;
  }

  .col_list_wrapper__cat {
    display: block;
  }

  .button-embed {
    float: left;
    position: relative;
  }

  .button {
    clear: left;
    background-color: var(--black-2);
    color: var(--black);
    border: 3px solid #000;
    margin-right: 14px;
    padding: 13px;
    display: block;
    position: relative;
  }

  .button:hover {
    background-color: #f1f1f1;
  }

  .button:active {
    border-radius: 0;
  }

  .button.is-checked {
    background-color: var(--black);
    color: var(--black-2);
    display: block;
  }

  .button.is-checked.hide, .button.hide {
    display: none;
  }

  .html-embed {
    float: left;
    position: relative;
  }

  .container {
    width: 100%;
    min-width: 100%;
    max-width: 1280px;
  }

  .dynamic-item-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .section {
    align-self: stretch;
  }

  .button-embed-2 {
    margin-right: 0;
  }

  .card-2 {
    padding-top: 0;
  }

  .card-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
  }

  .quicksearch {
    border-width: 3px;
    border-color: var(--black);
    border-radius: 0;
  }

  .link-block {
    color: var(--black);
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .par_meta-data {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper_1col {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .grid_meta_project {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .h1_home.fade-up.tricks {
    width: 70%;
  }

  .par_meta-data {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section_basic.header.home, .section_basic.is--header-project.home {
    align-items: center;
    height: 33vh;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .modal_cookies {
    height: 128px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_basic {
    padding-left: 90px;
    padding-right: 90px;
  }

  .section_basic.black {
    padding-top: 60px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .section_basic.header {
    padding-bottom: 30px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .section_basic.shop_items {
    padding-left: 90px;
    padding-right: 90px;
  }

  .section_basic.ad_book {
    padding-bottom: 75px;
  }

  .section_basic.ad_book.home {
    margin-bottom: 116px;
  }

  .section_basic.metadata {
    padding-bottom: 0;
  }

  .section_basic.is--header-project {
    padding-bottom: 30px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .h5, .h5.white {
    align-self: flex-start;
  }

  .h5.label {
    align-self: center;
    font-size: 1.3em;
  }

  .par_x_large._75_width {
    width: 100%;
  }

  .h1 {
    font-size: 5em;
  }

  .h2 {
    line-height: 1.3em;
  }

  .h6.shop {
    font-size: 16px;
    line-height: 1.25;
  }

  .navbar {
    padding-left: 90px;
    padding-right: 90px;
  }

  .link_block_nav {
    display: block;
  }

  .link_block_nav.mobile {
    display: none;
  }

  .masonry-item {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 15px;
  }

  .grid_2col {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-left: 90px;
    padding-right: 90px;
  }

  .grid_footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper_1col.is-centre {
    align-items: center;
  }

  .link_block_footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .txt_block_x_large.ft {
    font-size: 50px;
  }

  .txt_block_x_large.contact {
    font-size: 53px;
  }

  .button_black.left.home {
    align-self: center;
  }

  .grid_projects_home {
    grid-column-gap: 25px;
  }

  .h0 {
    font-size: 80px;
  }

  .h0.white.centre {
    font-size: 100px;
    line-height: 110px;
  }

  .img_box {
    margin-top: -32px;
    margin-bottom: 100px;
  }

  .col_item_project {
    margin-bottom: 0;
  }

  .list-project-gallery {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_wrapper {
    padding-left: 60px;
  }

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

  .nav {
    display: none;
  }

  .col_list_people {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div_ad_book {
    background-image: none;
    height: 100%;
    padding-bottom: 0;
  }

  .img_project_home {
    padding-right: 0;
  }

  .col_list_proj {
    grid-row-gap: 30px;
  }

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

  .wrapper_project_logo {
    align-items: center;
    padding: 20px;
  }

  .col_list_prod_shop {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .subtitle_small {
    align-self: flex-start;
  }

  .content-block {
    padding: 0;
  }

  .wrapper_card_timeline.left, .wrapper_card_timeline.right {
    height: 100%;
  }

  .img_logo {
    flex: 1;
    align-self: center;
  }

  .list__more {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text_x_small.right {
    line-height: 20px;
  }

  .text_x_small.grey {
    line-height: 22px;
  }

  .ratio-box-2._8-5 {
    margin-bottom: 6px;
  }

  .grid-3 {
    object-fit: fill;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .image-7 {
    max-width: 100%;
    margin-bottom: -75px;
    margin-left: 0;
  }

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

  .dynamic-item-2 {
    width: 50%;
  }

  .button-embed-2 {
    margin-bottom: 20px;
  }

  .masonry-item-home {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4em;
  }

  .h1_home {
    font-size: 4em;
  }

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

@media screen and (max-width: 767px) {
  .modal_cookies {
    width: 100%;
    max-width: 100%;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
    padding: 17px;
    bottom: 0%;
    left: 0%;
  }

  .modal_cookies_gird {
    justify-items: start;
    width: 100%;
  }

  .par_cookie {
    font-size: 12px;
    line-height: 20px;
  }

  .button_close_cookie {
    font-size: 14px;
  }

  .section_basic {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    overflow: visible;
  }

  .section_basic.black {
    float: none;
    max-width: 100%;
    padding: 70px 60px 90px;
    overflow: visible;
  }

  .section_basic.header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section_basic.header.home {
    height: 45vh;
  }

  .section_basic.shop_items {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section_basic.ad_book {
    margin-bottom: 20px;
  }

  .section_basic.ad_book.home {
    margin-top: 260px;
    margin-bottom: 89px;
  }

  .section_basic.is--header-project {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section_basic.is--header-project.home {
    height: 45vh;
  }

  .h5.timeline {
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .h5.label {
    text-align: left;
    align-self: flex-start;
    line-height: 1em;
  }

  .par_x_large._75_width {
    font-size: 26px;
    line-height: 38px;
  }

  .h1 {
    font-size: 4em;
  }

  .h3 {
    line-height: 1.3em;
  }

  .h6.shop {
    font-size: 1.2em;
  }

  .navbar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper_nav_links {
    flex: 1 0 auto;
    justify-content: flex-end;
    align-self: auto;
  }

  .img_logo_nav {
    width: 80px;
  }

  .masonry {
    clear: none;
  }

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

  .grid_2col {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid_footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .txt_block_x_large {
    font-size: 35px;
  }

  .txt_block_x_large.ft, .txt_block_x_large.contact {
    font-size: 41px;
  }

  .button_black {
    height: 60px;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: block;
  }

  .grid_projects_home {
    display: none;
  }

  .line_black_5px.home {
    float: left;
    clear: left;
  }

  .h0 {
    max-width: 100%;
    font-size: 70px;
  }

  .subtitle_medium {
    font-size: 19px;
  }

  .subtitle_medium.project {
    margin-bottom: 60px;
  }

  .subtitle_medium.black {
    float: left;
    font-size: 22px;
  }

  .col_item_project {
    padding-right: 0;
  }

  .cart-embed-black {
    float: right;
    line-height: 1em;
    position: relative;
  }

  .logo-nav {
    float: left;
    width: 90px;
  }

  .nav_main_buttons {
    float: left;
    clear: left;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    display: none;
  }

  .grid_global_nav {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .col_list_people {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .col_list_item {
    padding-right: 0;
  }

  .col_list_item._3th {
    margin-bottom: 0;
  }

  .col_list_proj {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .col_list_wrapper_projects {
    width: 100%;
  }

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

  .col_list_tl {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wrapper_card_timeline.left {
    border-right-style: solid;
  }

  .wrapper_card_timeline.right {
    border-left-style: solid;
  }

  .grid_projects_home_mobile {
    clear: left;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0%;
    display: grid;
  }

  .button_black_small {
    display: block;
  }

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

  .text_x_small.right {
    line-height: 1.4em;
  }

  .line_black_3px_vert {
    display: none;
  }

  .line_black_3px_vert.end {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border: 3px #000;
    border-left: 4px dashed #000;
    border-right-width: 5px;
    height: 70px;
    display: block;
  }

  .wrapper_discover_tag {
    padding-right: 15px;
  }

  .ratio-box-2._8-5 {
    margin-bottom: 10px;
  }

  .image-7 {
    width: 116%;
  }

  .dynamic-item-2 {
    width: 100%;
    padding-right: 0;
  }

  .button-embed-2 {
    margin-bottom: 20px;
  }

  .search-wrapper {
    float: left;
    margin-top: 20px;
  }

  .masonry-copy {
    clear: none;
  }

  .h1_home {
    font-size: 3.3em;
  }

  .h2-white {
    margin-bottom: 2rem;
    line-height: 1.2;
  }

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

  .video-embed {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .modal_cookies {
    height: 260px;
    margin-left: 0;
    padding-top: 20px;
    left: 0%;
  }

  .modal_cookies_gird {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .button_close_cookie {
    text-align: center;
    width: 100%;
  }

  .section_basic {
    padding: 60px 30px;
  }

  .section_basic.black {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_basic.header {
    padding: 30px;
  }

  .section_basic.header.shop {
    padding-top: 0;
  }

  .section_basic.header.home {
    height: 45vh;
  }

  .section_basic.full_width {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_basic.shop_items {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_basic.ad_book {
    padding-bottom: 93px;
  }

  .section_basic.ad_book.home {
    margin-top: 175px;
    padding-left: 0;
    padding-right: 0;
  }

  .section_basic.metadata {
    float: left;
  }

  .section_basic.is--header-project {
    padding: 30px;
  }

  .section_basic.is--header-project.shop {
    padding-top: 0;
  }

  .section_basic.is--header-project.home {
    height: 45vh;
  }

  .container-basic.shop {
    background-position: 50%;
    height: 320px;
  }

  .container-basic.shop_02 {
    background-image: none;
    height: 150px;
  }

  .h5 {
    display: block;
  }

  .h5.timeline {
    font-size: 1.1em;
  }

  .h5.label {
    font-size: 1.4em;
  }

  .par {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .par_large {
    font-size: 1.2em;
    line-height: 1.7em;
  }

  .par_x_large, .par_x_large._75_width {
    font-size: 22px;
  }

  .h1 {
    font-size: 2.6em;
    line-height: 1.3em;
  }

  .h1.shop {
    font-size: 2.8em;
  }

  .h1.contact {
    margin-bottom: 7px;
  }

  .h2 {
    font-size: 2.6em;
    line-height: 1.3em;
  }

  .h3, .h3.white {
    font-size: 2.1em;
    line-height: 1.4em;
  }

  .h4 {
    font-size: 1.9em;
  }

  .h4.white.no-mar {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .h6 {
    font-size: 1.1em;
  }

  .h6.shop {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .navbar {
    height: 80px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .wrapper_nav_links {
    padding-top: 24px;
  }

  .img_logo_nav {
    width: 70px;
  }

  .icon_menu {
    width: 40px;
  }

  .masonry-item {
    margin-bottom: 20px;
  }

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

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

  .footer {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid_footer {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .wrapper_1col.nav_m {
    width: 100%;
  }

  .txt_block_x_large {
    font-size: 23px;
  }

  .txt_block_x_large.ft {
    font-size: 24px;
    line-height: 36px;
  }

  .txt_block_x_large.contact {
    font-size: 24px;
  }

  .text_block.grey {
    line-height: 1.4em;
  }

  .button_black {
    font-size: 18px;
    line-height: 1em;
  }

  .button_black.left.home {
    font-size: 16px;
    line-height: 1.2em;
  }

  .grid_projects_home {
    grid-auto-flow: row;
    display: none;
  }

  .line_black_5px.home {
    width: 91%;
    margin-left: 13px;
  }

  .h0 {
    margin-bottom: 7px;
    font-size: 48px;
    overflow: visible;
  }

  .h0.white.centre {
    font-size: 40px;
    line-height: 60px;
  }

  .subtitle_medium {
    font-size: 16px;
    position: relative;
  }

  .subtitle_medium.centre {
    font-size: 18px;
    line-height: 26px;
  }

  .subtitle_medium.project {
    font-size: 15px;
  }

  .subtitle_medium.black {
    padding-left: 12px;
    font-size: 16px;
    line-height: 19px;
  }

  .img_box {
    margin-top: -23px;
  }

  .list-project-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid_meta_project {
    clear: left;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    position: relative;
  }

  .cart-embed-black {
    float: right;
    width: 85%;
    margin-right: 15px;
  }

  .nav_wrapper {
    float: none;
    clear: none;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .img-close-icon {
    margin-right: 15px;
  }

  .logo-nav {
    width: 75px;
    margin-left: 0;
    padding-top: 8px;
  }

  .nav_main_buttons {
    float: none;
    clear: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 30px;
  }

  .nav {
    display: none;
  }

  .txt_block_nav_link {
    font-size: 3em;
  }

  .line_white_5px {
    height: 4px;
  }

  .grid_global_nav {
    width: 100%;
  }

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

  .col_list_item {
    padding-right: 0;
  }

  .col_list_item._3th {
    margin-bottom: 0;
  }

  .div_ad_book {
    padding: 30px;
  }

  .search-input {
    color: var(--black-2);
    width: 100%;
    margin-bottom: 15px;
  }

  .container-navbar {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
  }

  .wrap_button_prj_home {
    display: none;
  }

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

  .col_list_wrapper_projects {
    max-width: 100%;
    overflow: visible;
  }

  .grid-logos {
    grid-template-rows: auto auto minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .button_search {
    z-index: 300;
    float: left;
    background-color: rgba(0, 0, 0, 0);
    background-image: var(--image-71b6d317);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 30px;
    height: 30px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 14px;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .col_list_prod_shop {
    grid-row-gap: 30px;
  }

  .subtitle_small {
    font-size: 12px;
  }

  .col_list_tl {
    align-self: auto;
  }

  .wrapper_card_timeline_right {
    width: 80px;
  }

  .wrapper_card_timline_txt {
    padding-left: 15px;
  }

  .grid_projects_home_mobile {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: 0%;
    display: grid;
  }

  .button_black_small {
    font-size: 18px;
    line-height: 1em;
  }

  .list__more {
    grid-column-gap: 15px;
  }

  .grid_bottom_footer {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text_x_small.right {
    text-align: left;
  }

  .grid_back_button {
    float: left;
    clear: left;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .search_in_nav {
    float: none;
    color: var(--black-2);
    position: relative;
  }

  .grid-3 {
    width: 100%;
  }

  .image-7 {
    margin-top: -2px;
    margin-bottom: -93px;
  }

  .paragraph {
    width: 100%;
  }

  .search-input-copy {
    color: var(--black-2);
    width: 100%;
    margin-bottom: 15px;
  }

  .button-embed {
    margin-right: 4px;
    display: inline-block;
  }

  .collection-item-3 {
    display: inline-block;
  }

  .dynamic-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-embed-2 {
    margin-right: 4px;
    display: inline-block;
  }

  .collection-list-8 {
    display: inline-block;
  }

  .filters-wrap {
    flex-flow: wrap;
  }

  .button-group {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .masonry-item-home {
    margin-bottom: 20px;
  }

  .masonry-copy {
    flex: none;
  }

  .h1_home {
    font-size: 2.6em;
    line-height: 1.3em;
  }

  .h2-white {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

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

  .par_meta-data {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .video-embed {
    margin-bottom: .5rem;
  }
}

#w-node-_402f5a84-3a9f-781f-1b1f-c0671f7e13b3-1b4b5067 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_402f5a84-3a9f-781f-1b1f-c0671f7e13b4-1b4b5067 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ea2977bc-1929-c73f-b892-ea6ec7d14ac9-1b4b5067 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: end;
}

#w-node-e818b749-9b1c-87dc-22ba-12f1e676b680-1b4b5067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-b689ac2a-a29d-daa8-8c44-87d11577a1e9-1b4b5067 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
  justify-self: start;
}

#w-node-e2134778-74ab-6a56-e954-f681b9765af9-1b4b5067, #w-node-_6a04e3cf-b591-4814-fe17-b05f32c2380a-1b4b5067 {
  align-self: start;
  justify-self: start;
}

#w-node-_414605be-1a23-4cb1-362b-475ff83d4e37-1b4b5067 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-f685696d-083f-57c2-3c76-6933ac7ca72d-1b4b5067, #w-node-f685696d-083f-57c2-3c76-6933ac7ca734-1b4b5067 {
  align-self: center;
  justify-self: start;
}

#w-node-d956eace-ff23-c02b-e393-381515261d3f-15261d3b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
  justify-self: start;
}

#w-node-d956eace-ff23-c02b-e393-381515261d45-15261d3b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d956eace-ff23-c02b-e393-381515261d57-15261d3b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d956eace-ff23-c02b-e393-381515261d69-15261d3b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d775d840-e677-826e-9f83-fa88f797f3c0-15261d3b {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f693ee82-e936-8332-580c-d981f6b26947-15261d3b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a5b2e230-620c-68b5-f8ec-e0bdda0315d8-cd4b5069 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ddf9719f-c7a6-474e-dfbf-6dcb918a3338-cd4b5069 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_92d3aa8a-8cc0-1c12-8aa4-ef3df4a1f550-cd4b5069 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-bf0ba45b-10e3-c6c1-f446-5578b91d0c80-cd4b5069 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-bd471bb2-4bc4-b1c3-479a-baf97c7e188f-cd4b5069 {
  grid-area: 1 / 2 / 10 / 3;
}

#w-node-b2c4eee2-9fe5-8e60-fb20-bc1fdebe0925-cd4b5069 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-d5cbf00a-4d04-943d-1be6-96629dd63792-cd4b5069 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_0bf4d5ce-cddd-57d6-3822-f76f212fda36-cd4b5069 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-fcd18bf0-79ec-9ff0-8f45-2266d0e499ce-cd4b5069 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-f92a8c03-6588-0127-6006-a0bb7f7a1d59-cd4b5069 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_274d6662-a4da-25b3-b41e-3a3b90a201c5-574b506d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4e7c7e98-88f8-30f7-9966-066aea83e39f-474b506f, #w-node-_6152b14e-d4cc-89e8-1c23-67920630c095-454b5074 {
  justify-self: start;
}

#w-node-_180ea12f-3964-6519-dceb-12b66b4f1b1e-454b5074 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_90ffca12-3e01-ef9d-d513-fe2540fe6392-454b5074 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: start;
}

#w-node-_2168acd6-dc5b-fb1a-1233-9ddca7f1456e-454b5074 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_18bb340c-a44f-4e14-3163-29230bcc3376-454b5074 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_91f9f6b7-af31-192b-8b15-48dbe1da5a2a-454b5074 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ab48f4a6-0f70-99b9-672e-1b1a881f9fe2-454b5074 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_9b8fc94b-0cad-8a2a-952a-64678192422f-de4b5075 {
  justify-self: start;
}

#w-node-_69ea2268-f49b-3c35-6c3d-c23ed92f5227-de4b5075 {
  align-self: start;
}

#w-node-a6a41dae-6e1a-9a8d-68d4-e546b58e66bd-de4b5075, #w-node-b9e7a473-fef8-f7f6-5df7-f387cb5369c4-de4b5075, #w-node-_9d2dc881-0352-5c1f-4223-7c3ce6841bb8-de4b5075, #w-node-_7210dab5-21f8-558d-2877-3b3face47dec-de4b5075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_196c89d5-ef14-2e37-88b6-36bb32579e46-de4b5075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2814875-ff64-9607-a254-7da91b662fc4-de4b5075 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e2814875-ff64-9607-a254-7da91b662fcb-de4b5075 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-dffc53cf-cb9c-460d-afd4-32ecf83bacce-1b4b5078 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3b8a9a7-366a-dd6c-bb26-190dd67d3f8a-1b4b5078 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6974ea44-8358-a85d-31fc-ced108048c10-1b4b5078 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6e324a4c-d6d7-fbe2-9bb8-e9a0989cfd38-1b4b5078 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7d1a743f-7349-c260-ad7d-2885bba05541-b54b507d {
  align-self: center;
  justify-self: center;
}

#w-node-_38d9cd41-dd46-c226-18df-2b08b477cf44-b54b507d, #w-node-_49ec09f6-1a7c-3a30-1bc7-4345315783e2-b54b507d, #w-node-_3400e46e-4935-d1bb-08ed-696dabda0a24-b54b507d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_651e8bfe-9594-ab68-acf2-985e90818739-b54b507d {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_19621370-ac34-5036-c7cf-dddfea64ce72-664b507f, #w-node-_19621370-ac34-5036-c7cf-dddfea64ce79-664b507f {
  align-self: center;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-f685696d-083f-57c2-3c76-6933ac7ca72d-1b4b5067, #w-node-_19621370-ac34-5036-c7cf-dddfea64ce72-664b507f {
    align-self: center;
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-f685696d-083f-57c2-3c76-6933ac7ca72d-1b4b5067 {
    align-self: center;
  }

  #w-node-f685696d-083f-57c2-3c76-6933ac7ca734-1b4b5067 {
    align-self: start;
    justify-self: start;
  }

  #w-node-_180ea12f-3964-6519-dceb-12b66b4f1b1e-454b5074 {
    justify-self: center;
  }

  #w-node-_19621370-ac34-5036-c7cf-dddfea64ce72-664b507f {
    align-self: center;
  }

  #w-node-_19621370-ac34-5036-c7cf-dddfea64ce79-664b507f {
    align-self: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e818b749-9b1c-87dc-22ba-12f1e676b680-1b4b5067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-b689ac2a-a29d-daa8-8c44-87d11577a1e9-1b4b5067 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: start;
    justify-self: start;
  }

  #w-node-f685696d-083f-57c2-3c76-6933ac7ca72d-1b4b5067 {
    justify-self: center;
  }

  #w-node-d956eace-ff23-c02b-e393-381515261d3f-15261d3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-d956eace-ff23-c02b-e393-381515261d45-15261d3b, #w-node-d956eace-ff23-c02b-e393-381515261d57-15261d3b, #w-node-d956eace-ff23-c02b-e393-381515261d69-15261d3b, #w-node-d775d840-e677-826e-9f83-fa88f797f3c0-15261d3b, #w-node-_274d6662-a4da-25b3-b41e-3a3b90a201c5-574b506d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_180ea12f-3964-6519-dceb-12b66b4f1b1e-454b5074 {
    align-self: stretch;
  }

  #w-node-_90ffca12-3e01-ef9d-d513-fe2540fe6392-454b5074 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3400e46e-4935-d1bb-08ed-696dabda0a24-b54b507d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_19621370-ac34-5036-c7cf-dddfea64ce72-664b507f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a04e3cf-b591-4814-fe17-b05f32c2380a-1b4b5067 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-_414605be-1a23-4cb1-362b-475ff83d4e37-1b4b5067 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-d956eace-ff23-c02b-e393-381515261d3f-15261d3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-d956eace-ff23-c02b-e393-381515261d45-15261d3b, #w-node-d956eace-ff23-c02b-e393-381515261d57-15261d3b, #w-node-d956eace-ff23-c02b-e393-381515261d69-15261d3b, #w-node-d775d840-e677-826e-9f83-fa88f797f3c0-15261d3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_275bb342-9416-4cbc-1bd0-b8aeee3532ce-15261d3b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a5b2e230-620c-68b5-f8ec-e0bdda0315d8-cd4b5069, #w-node-ddf9719f-c7a6-474e-dfbf-6dcb918a3338-cd4b5069, #w-node-_92d3aa8a-8cc0-1c12-8aa4-ef3df4a1f550-cd4b5069, #w-node-bf0ba45b-10e3-c6c1-f446-5578b91d0c80-cd4b5069, #w-node-b2c4eee2-9fe5-8e60-fb20-bc1fdebe0925-cd4b5069, #w-node-d5cbf00a-4d04-943d-1be6-96629dd63792-cd4b5069, #w-node-_0bf4d5ce-cddd-57d6-3822-f76f212fda36-cd4b5069, #w-node-fcd18bf0-79ec-9ff0-8f45-2266d0e499ce-cd4b5069 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f92a8c03-6588-0127-6006-a0bb7f7a1d59-cd4b5069 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_274d6662-a4da-25b3-b41e-3a3b90a201c5-574b506d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #button_close_cookie.w-node-_402f5a84-3a9f-781f-1b1f-c0671f7e13b9-1b4b5067 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_414605be-1a23-4cb1-362b-475ff83d4e37-1b4b5067 {
    align-self: start;
  }

  #w-node-d956eace-ff23-c02b-e393-381515261d3f-15261d3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-d956eace-ff23-c02b-e393-381515261d45-15261d3b, #w-node-d956eace-ff23-c02b-e393-381515261d57-15261d3b, #w-node-d956eace-ff23-c02b-e393-381515261d69-15261d3b, #w-node-d775d840-e677-826e-9f83-fa88f797f3c0-15261d3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_275bb342-9416-4cbc-1bd0-b8aeee3532ce-15261d3b {
    grid-column: span 1 / span 1;
  }

  #w-node-f693ee82-e936-8332-580c-d981f6b26947-15261d3b, #w-node-_274d6662-a4da-25b3-b41e-3a3b90a201c5-574b506d, #w-node-_91f9f6b7-af31-192b-8b15-48dbe1da5a2a-454b5074, #w-node-a6a41dae-6e1a-9a8d-68d4-e546b58e66bd-de4b5075, #w-node-b9e7a473-fef8-f7f6-5df7-f387cb5369c4-de4b5075 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d2dc881-0352-5c1f-4223-7c3ce6841bb8-de4b5075 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-_7210dab5-21f8-558d-2877-3b3face47dec-de4b5075, #w-node-_196c89d5-ef14-2e37-88b6-36bb32579e46-de4b5075 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_651e8bfe-9594-ab68-acf2-985e90818739-b54b507d {
    align-self: center;
    justify-self: center;
  }
}


