:root {
  --18181d: #18181d;
  --white: white;
  --red: #ff0004;
  --rosy-brown: #af9387;
  --white-smoke: #ebedee;
  --black: black;
  --indian-red: #db4b68;
  --sea-green: #12b878;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

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

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #1f499c;
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: #3a6bce;
  text-decoration: none;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

label {
  color: #18181db3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #18181db3;
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: #18181d80;
  text-align: center;
  margin-top: 5px;
}

.grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero1-image {
  background-image: url('../images/medical-eye-exam.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero1-image.lightbox-wrap {
  background-position: 50%;
  transition: opacity .2s;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 40px;
}

.size1-text.size1-top-clear {
  margin-top: 0;
}

.size1-text.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-text.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size1-text.piros {
  color: #e20004;
}

.size1-text.center {
  text-align: center;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.white-label {
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
}

.label.white-outline-label {
  background-color: #ffffff1a;
  border-color: #ffffff80;
}

.label.inside-label {
  z-index: 40;
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label {
  z-index: 40;
  background-color: var(--18181d);
  color: var(--white);
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label.sale-label {
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.button-large {
  background-color: var(--18181d);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-large.hero2-button {
  background-color: #030303;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.hero2-button:hover {
  background-color: #2f2f38;
}

.button-large.hero3-button {
  background-color: #3b3e45;
  position: static;
  inset: auto auto 0% 0%;
}

.button-large.hero3-button:hover {
  background-color: #363e52;
}

.button-large.uma-button {
  background-color: #758056;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.uma-button:hover {
  background-color: #5f6736;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.hero1-product-name {
  background-color: #fff;
  border: 1px solid #ebedee;
  width: 309px;
  padding: 36px 56px;
  position: absolute;
  inset: auto 0% 86px auto;
}

.section {
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.section.plus {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section.kozep {
  margin-left: auto;
  margin-right: auto;
}

.size2-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

.size2-text.size2-top-clear {
  margin-top: 0;
}

.size2-text.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-text.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text.piros {
  color: #e20004;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  margin-top: 0;
}

.size5-text.size5-bottom-clear {
  margin-bottom: 0;
}

.size5-text.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.size4-text.size4-top-clear {
  margin-top: 0;
}

.size4-text.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-text.center {
  text-align: center;
}

.size4-text.nincsfent {
  margin-top: 0;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70.sorkizart {
  text-align: justify;
}

.paragraph-70.sorkizart.felsohely {
  margin-top: 5px;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.size6-text.size6-top-clear {
  margin-top: 0;
}

.size6-text.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
  margin-bottom: 0;
}

.product-image {
  background-image: url('../images/circa-chandelier_hires_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.product-image.product-image-size-s {
  height: 240px;
}

.product-image.product-image-size-m {
  height: 360px;
}

.product-image.product-image-size-l {
  height: 480px;
}

.product-image.product-image-size-xl {
  height: 600px;
}

.product-wrap {
  margin-bottom: 40px;
}

.button-small {
  background-color: var(--18181d);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 0 20px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-small.white-small.green {
  background-color: #119c59;
  padding-left: 10px;
  padding-right: 10px;
}

.button-small.form-centered-button {
  justify-content: center;
}

.button-small.red {
  background-color: #c90205;
  border-bottom-left-radius: 25px;
}

.button-small.blue {
  background-color: #275b97;
}

.button-small.turkiz {
  background-color: #0089ac;
  border-bottom-right-radius: 25px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-label.spaced-word-label {
  opacity: 1;
  letter-spacing: 2px;
}

.text-label.center {
  text-align: center;
  margin-top: 10px;
}

.content23-item {
  margin-bottom: 25px;
}

.button-text {
  color: var(--18181d);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content24-image {
  background-image: url('../images/google-glass.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content24-quote {
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.deco-dot {
  background-color: var(--rosy-brown);
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.content24-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content8-grey-background {
  background-color: #fafafa;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content8-image {
  z-index: 1;
  background-image: url('../images/Funduskamera-01.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  display: flex;
  position: relative;
}

.content8-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content4-headline-wrap {
  position: relative;
}

.content4-image {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 700px;
}

.content4-image2 {
  background-image: url('../images/belmont_essence_1_low_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 520px;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
}

.content10-content-wrap {
  position: relative;
}

.content10-image2 {
  background-image: url('../images/optika_03.webp');
  background-position: 0%;
  background-size: cover;
  border-bottom-left-radius: 25px;
  width: 376px;
  min-height: 480px;
}

.content10-image {
  background-image: url('../images/szemuvegkeretek01.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40px;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.content33-divider {
  background-color: #292931;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content33-image {
  background-image: url('../images/optika_01.webp');
  background-position: 50% 20%;
  background-size: cover;
  height: 230px;
  margin-bottom: 45px;
}

.content34-item-wrap {
  margin-top: -38px;
  display: flex;
}

.footer1 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.content9-content-wrap {
  padding-right: 36px;
  position: relative;
}

.content9-text {
  margin-bottom: 30px;
}

.content9-image1 {
  background-image: url('../images/optika_04.webp');
  background-position: 50% 40%;
  background-size: 130%;
  justify-content: center;
  align-items: flex-end;
  height: 460px;
}

.content9-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.content9-image2 {
  background-image: url('../images/szemuvegkeret.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  height: 320px;
}

.content9-grey-section {
  background-color: #fafafa;
  min-height: 140px;
}

.content8-category-image {
  text-align: center;
  border-top-right-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 460px;
  display: flex;
}

.content8-category-image._01 {
  background-image: url('../images/optika_01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content8-category-image._02 {
  background-image: url('../images/optika-banner.webp');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content8-category-image._03 {
  background-image: url('../images/02.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content8-category-image._04 {
  background-image: url('../images/optika_vizsgalo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content8-category-image._05 {
  background-image: url('../images/optika_03.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content8-category-image._06 {
  background-image: url('../images/optika_04.webp');
  background-position: 0 0;
  background-size: cover;
}

.content8-category-image._07 {
  background-image: url('../images/keretek01.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content8-category-image._08 {
  background-image: url('../images/06.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content8-category-image._09 {
  background-image: url('../images/vizsgalo01.webp');
  background-position: 80% 30%;
  background-size: cover;
}

.content8-category-image._10 {
  background-image: url('../images/vizsgalo_panorama1.webp');
  background-position: 50%;
  background-size: cover;
}

.product8-headline-wrap {
  padding-right: 40px;
}

.hero3-image {
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero2-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 900px;
  position: absolute;
  inset: 0%;
}

.hero2-image {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-with-background-wrap {
  border-bottom: 1px solid var(--white-smoke);
  position: relative;
}

.hero-with-background-wrap.hero2-wrap {
  border-bottom: 1px solid var(--white-smoke);
}

.hero2-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.hero2-product {
  background-color: var(--white);
  color: var(--18181d);
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero2-product-name {
  opacity: .7;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero2-product-name:hover {
  opacity: 1;
}

.hero2-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero2-title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 36px;
  padding-right: 123px;
  display: flex;
}

.hero2-latest {
  color: #fff;
  background-color: #18181d;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.hero2-latest:hover {
  background-color: var(--black);
}

.hero2-image-collection {
  background-image: url('../images/contourenviro1_300_download.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 180px;
  height: 180px;
  margin-right: 36px;
}

.hero2-product-price {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content23-image {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.content10-bottom-section {
  margin-top: 100px;
}

.hero3-content {
  padding-right: 36px;
}

.content32-quote {
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.content32-image {
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 103px;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image2 {
  background-image: url('../images/02.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content35-feed-image.content35-image3 {
  background-image: url('../images/szemuvegkeretek.webp');
  background-position: 50%;
}

.content35-feed-image.content35-image4 {
  background-image: url('../images/semmelweis_tabla.webp');
}

.content35-feed-image.content35-image5 {
  background-image: url('../images/05.webp');
  background-position: 50%;
}

.content35-feed-image.content35-image6 {
  background-image: url('../images/06.webp');
}

.content35-feed-image.content35-image1 {
  background-image: url('../images/optika_01.webp');
  background-position: 50%;
  background-size: cover;
}

.content35-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 310px;
  margin-bottom: 56px;
  display: grid;
}

.content35-headline-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content11-image {
  background-image: url('../images/szinlatas.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.content11-headline-wrap {
  margin-bottom: 80px;
}

.top-notification {
  background-color: var(--18181d);
  text-align: center;
}

.notification-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.other4-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.notification-link-wrap {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.content29-qa-item {
  padding-right: 103px;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content7-image {
  background-image: url('../images/szubjektiv.webp');
  background-position: 100%;
  background-size: cover;
  height: 460px;
}

.content7-content-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content7-content-wrap.image {
  background-image: url('../images/szubjektiv-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.product2-content-wrap {
  z-index: 5;
  color: var(--white-smoke);
  background-color: #fff;
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 582px;
  padding: 36px;
  display: flex;
}

.product2-name-wrap {
  margin-bottom: 10px;
}

.nav1-menu-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

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

.cart-quantity {
  color: var(--18181d);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link {
  color: #d4d4d4;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-weight: 400;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  opacity: .7;
  color: #ff0004;
  font-weight: 700;
}

.nav-link.kiemelt {
  color: var(--red);
  font-weight: 700;
}

.cart {
  margin-left: 15px;
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero1 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content6-image2 {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 360px;
}

.content6-image3 {
  background-image: url('../images/circafloor_pedestal_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
}

.hero6 {
  color: #fff;
  text-align: center;
  background-image: url('../images/Montage_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 640px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.hero6-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 300;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
  margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
  margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.sizejumbo-text.sizejumbo-full-clear.montage {
  background-color: var(--white);
  color: var(--18181d);
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 65px;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

.content16-left-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content22-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content22-text-wrap {
  margin-bottom: 36px;
}

.blog1-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog1-image:hover {
  opacity: .8;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.blog3-image {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 460px;
  padding: 36px;
  display: flex;
  position: relative;
}

.blog3-headline-wrap, .content17-headline-wrap {
  max-width: 582px;
}

.content17-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
}

.content17-author-pic.content17-image2 {
  background-image: url('../images/Avatar-2.jpg');
}

.content17-author-pic.content17-image1 {
  background-image: url('../images/Avatar-1.jpg');
}

.content17-author-pic.content17-image3 {
  background-image: url('../images/Avatar-3.jpg');
}

.content17-author-pic.content17-image4 {
  background-image: url('../images/Avatar-4.jpg');
}

.content17-author-pic.content17-image8 {
  background-image: url('../images/Avatar-8.jpg');
}

.content17-author-pic.content17-image7 {
  background-image: url('../images/Avatar-7.jpg');
}

.content17-author-pic.content17-image6 {
  background-image: url('../images/Avatar-6.jpg');
}

.content17-author-pic.content17-image5 {
  background-image: url('../images/Avatar-5.jpg');
}

.product2-content-card-wrap {
  color: var(--18181d);
  background-color: #fff;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 36px 30px;
  display: flex;
}

.text-field {
  color: var(--18181d);
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus, .text-field.-wfp-focus {
  color: var(--18181d);
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.cart-input {
  color: var(--white);
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

.cta8-form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content14-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 460px;
  transition: opacity .2s;
}

.content14-image:hover {
  opacity: .8;
}

.content14-image.content14-image1 {
  background-image: url('../images/uma-mini-part-mode-1_download.jpg');
  background-position: 50% 0;
}

.content14-image.content14-image2 {
  background-image: url('../images/uma-mini-top-view-updated-grill_download.jpg');
  background-position: 50%;
}

.content14-image.content14-image3 {
  background-image: url('../images/uma-mini--v7-copy_download.jpg');
  background-position: 50%;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

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

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

.menu-icon {
  color: #1d1818;
  display: inline-block;
  position: relative;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content6-image1 {
  background-image: url('../images/bvulgari-01.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.product5-category-link {
  color: var(--18181d);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-nav-wrap {
  position: sticky;
  top: 130px;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  position: sticky;
  top: 0;
}

.hero3 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end start;
  justify-items: start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
}

.content4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content9-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content10-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content24-grid, .content25-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content28-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-grid, .content32-grid, .content33-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-contacts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content34-grid {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.product5-feed-grid, .product8-categories-grid, .product8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-button-wrap {
  margin-top: 36px;
  display: flex;
}

.blog2-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog2-image:hover {
  opacity: .8;
}

.blog2-headline-wrap {
  max-width: 582px;
}

.blog2-grid, .blog3-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-form {
  align-self: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.cta8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta8-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 582px;
  display: flex;
}

.footer1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.other4-grid, .footer1-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph {
  margin-bottom: 10px;
}

.cart-wrap {
  color: #fff;
  background-color: #18181d4d;
}

.content6-headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  width: 150px;
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-close-icon {
  opacity: .5;
}

.cart-container {
  background-color: var(--18181d);
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-image {
  width: 80px;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-remove-link {
  color: var(--white);
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

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

.cart-line-item {
  text-transform: none;
}

.close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state {
  color: var(--18181d);
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper.m100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.m80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.m50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper.m100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wrapper.m50-100 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.wrapper.m50-100.dark {
  background-image: linear-gradient(#f3f3f3, #fff);
}

.wrapper.m50-100.lent-ninncs {
  padding-bottom: 50px;
}

.wrapper.m80-100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper.m100-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrapper.m20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.m80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.m0-100.hide {
  display: none;
}

.wrapper.m0-100.lentkicsi {
  padding-bottom: 0;
}

.wrapper.m20-100 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
}

.wrapper.m0-80 {
  padding-bottom: 80px;
}

.wrapper.m0-20 {
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapper.m0-20.plus {
  padding-top: 40px;
}

.wrapper.m100-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.wrapper.m100-0 {
  padding-top: 100px;
}

.wrapper.first-wrap {
  margin-bottom: 100px;
}

.wrapper.first-wrap.felfele {
  margin-top: 100px;
}

.wrapper.bovebb {
  padding-top: 0;
  padding-bottom: 80px;
}

.styleguide-products-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.grey-body {
  background-color: #f4f6f6;
}

.hero2-product-name-link-wrap {
  color: #000;
  text-decoration: none;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.size6-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.size6-link:hover {
  opacity: .7;
}

.size6-link.size6-top-clear {
  margin-top: 0;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0;
}

.size6-link.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.size3-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.size3-link:hover {
  opacity: .7;
}

.size3-link.size3-top-clear {
  margin-top: 0;
}

.size3-link.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-link.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.product3-content-wrap, .product4-content-wrap {
  margin-top: 26px;
}

.blog2-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.size4-link {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.size4-link:hover {
  opacity: .7;
}

.size4-link.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-link.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-link.size4-top-clear {
  margin-top: 0;
}

.blog2-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog3-link {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

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

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.size5-link.size5-top-clear {
  margin-top: 0;
}

.size5-link.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
  margin-bottom: 0;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -103px;
  position: relative;
}

.cta11-map {
  z-index: 1;
  line-height: 20px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.cta11-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.cta11-item-wrap.center {
  text-align: center;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.cta11-title-wrap.center {
  text-align: center;
}

.footer1-link {
  float: left;
  opacity: .7;
  color: #18181d;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}

.footer1-link:hover, .footer1-link.w--current {
  opacity: 1;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer1-bottom-link {
  opacity: .7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-bottom-link:hover {
  opacity: 1;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

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

.lightbox-product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 173px;
  height: 173px;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image:hover {
  opacity: .8;
}

.lightbox-link {
  display: block;
}

.option {
  margin-bottom: 24px;
}

.headline-wrap-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-detail-wrap {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.category-detail-wrap.all-products-header {
  background-image: linear-gradient(#18181d73, #18181d73), url('../images/belmont_essence_1_low_download.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content36-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 360px;
  margin-bottom: 26px;
}

.content36-author-pic.content36-pic1 {
  background-image: url('../images/drtothgabor.webp');
  border-bottom-left-radius: 25px;
}

.content36-author-pic.content36-pic2 {
  background-image: url('../images/72725931_2726006020751558_5969653977619365888_n.jpg');
  background-position: 50% 0;
  border-bottom-right-radius: 25px;
}

.content36-author-pic.content36-pic3 {
  background-image: url('../images/Avatar-7.jpg');
}

.content36-headline-wrap {
  max-width: 582px;
}

.content36-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home1-deco-part {
  background-image: url('../images/optika_02.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.content28-logo {
  opacity: .3;
  max-width: 103px;
  max-height: 103px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog3-image-dark-overlay {
  background-color: #18181d80;
  position: absolute;
  inset: 0%;
}

.blog3-content-wrap {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home2-deco-part {
  background-image: url('../images/circafloor_pedestal_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.blog1-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  color: #18181db3;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block em {
  opacity: .7;
}

.rich-text-block a {
  text-decoration: none;
}

.rich-text-block a:hover {
  text-decoration: underline;
}

.rich-text-block blockquote {
  border-left-width: 4px;
  border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product-description-wrap {
  margin-top: 26px;
}

.styleguide-text-combo-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.styleguide-note-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.wrapper-content-preview {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50px;
  height: 100px;
}

.checkout-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-form {
  padding: 80px 40px;
}

.order-summary-wrap {
  top: 100px;
}

.checkout-section-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.block-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.payment-details-wrap {
  margin-right: 30px;
}

.order-price {
  font-weight: 500;
}

.item-image {
  width: 80px;
}

.items-in-order-content-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.order-item {
  margin-bottom: 30px;
}

.quantity-wrap-items {
  opacity: .7;
}

.order-confirmation-container {
  padding: 80px 40px;
}

.total-line-item {
  margin-bottom: 0;
}

.blog-detail-post-cover-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.blog-detail-author-wrap {
  align-items: flex-start;
  display: flex;
}

.blog-detail-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-detail-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.blog-detail-author-pic {
  background-image: url('../images/Avatar-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 57px;
  height: 57px;
  margin-right: 24px;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-section-wrap {
  background-color: var(--white);
  padding: 90px 130px;
  position: relative;
}

.paragraph-small-70 {
  opacity: .7;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.styleguide-background-wrap {
  background-color: var(--18181d);
  color: var(--white);
  text-align: center;
  padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
  background-color: var(--white-smoke);
  color: var(--18181d);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
  background-color: var(--black);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
  background-color: var(--18181d);
  color: var(--white);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
  background-color: var(--rosy-brown);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
  background-color: var(--indian-red);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
  background-color: var(--sea-green);
}

.styleguide-button-wrap {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 50px;
  padding: 20px;
}

.item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.styleguide-form-wrap, .styleguide-form {
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  margin-top: 20px;
}

.size1-link {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

.size1-link:hover {
  opacity: .7;
}

.size1-link.size1-top-clear {
  margin-top: 0;
}

.size1-link.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-link.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

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

.utility-page-form-wrap {
  flex-direction: column;
  width: 360px;
  display: flex;
}

._404-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-message-wrap {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.size2-link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  display: block;
}

.size2-link.size2-top-clear {
  margin-top: 0;
}

.size2-link.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-link.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.licence-buttons-grid {
  grid-template-rows: auto;
  margin-top: 30px;
}

.licence-image {
  background-image: url('../images/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: url('../images/Avatar-1.jpg');
}

.content4-product-description-wrap {
  margin-top: 15px;
}

.promopage-deco-part {
  background-image: url('../images/david-travis-aVvZJC0ynBQ-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.image {
  margin-top: 15px;
}

.div-block {
  align-self: flex-start;
}

.licence-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.paypal {
  margin-bottom: 15px;
}

.text-block {
  padding-top: 2px;
}

.navbar1-dark {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  background-color: var(--18181d);
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1-dark.active-nav1 {
  z-index: 8000;
  position: sticky;
  top: 0;
}

.gallery_image {
  background-image: url('../images/optika_04.webp');
  background-position: 50% 40%;
  background-size: auto;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 700px;
}

.gallery_image-2 {
  background-image: url('../images/optika_vizsgalo.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 285px;
}

.button-video {
  background-color: var(--red);
  border-radius: 20px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.footer_logo {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.footer_logo.w--current {
  order: -1;
  width: 150px;
}

.social {
  text-align: center;
  flex-direction: row;
  order: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-section {
  border-top: 1px solid #cecece;
  flex-direction: row;
  flex: 1;
  place-content: flex-start space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.szolgaltatas-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.szolgaltatas_title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.szolgaltatas_title:hover {
  opacity: .7;
}

.szolgaltatas_title.size4-bottom-clear {
  margin-bottom: 0;
}

.szolgaltatas_title.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.szolgaltatas_title.size4-top-clear {
  margin-top: 0;
}

.szolgaltatas_pic {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.szolgaltatas_pic._01, .szolgaltatas_pic._02 {
  max-width: none;
  height: 260px;
  display: block;
}

.szolgaltatasok-headline-wrap {
  max-width: 582px;
}

.social-ico {
  opacity: .35;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-ico:hover {
  opacity: .55;
}

.semmelweis-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  transition: opacity .2s;
  display: flex;
}

.semmelweis-logo:hover {
  opacity: .72;
}

.semmelweis-logo.white-small {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 0 20px;
  justify-content: center;
}

.semmelweis-logo.form-centered-button {
  justify-content: center;
}

.content12-image {
  background-color: #010101;
  background-image: url('../images/Szemfenek_vizsgalat_pupillatagitas_nelkul_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 600px;
}

.keretek {
  transition: all .5s;
}

.keretek:hover {
  filter: saturate(31%);
}

.logo {
  z-index: 500;
  filter: invert();
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
}

.logo.black {
  filter: none;
}

.logo.nagyobb {
  width: 200px;
  margin-bottom: -50px;
}

.content6-image2-1 {
  background-image: url('../images/armani.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image3-1 {
  background-image: url('../images/prada.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image4 {
  background-image: url('../images/DG-01.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image5 {
  background-image: url('../images/ralf_lauren.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image6 {
  background-image: url('../images/versace.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image7 {
  background-image: url('../images/michael_kors.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image8 {
  background-image: url('../images/marc_O_Polo.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image9 {
  background-image: url('../images/tom_ford.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image10 {
  background-image: url('../images/max_mara.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image11 {
  background-image: url('../images/Moncler.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image12 {
  background-image: url('../images/safilo.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image13 {
  background-image: url('../images/carrera.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image14 {
  background-image: url('../images/boss.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image15 {
  background-image: url('../images/jimmy-choo.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image16 {
  background-image: url('../images/moschino.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image17 {
  background-image: url('../images/Tommy-Hilfiger.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image18 {
  background-image: url('../images/retro.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image19 {
  background-image: url('../images/guess.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image20 {
  background-image: url('../images/cazal.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.content6-image21 {
  background-image: url('../images/bolon.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  height: 360px;
  display: flex;
}

.image-2 {
  opacity: .5;
  align-self: flex-end;
  width: 120px;
  height: 32px;
  margin-left: 12px;
}

.gallery_image-3 {
  background-image: url('../images/01.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 285px;
}

.button-video-kozep {
  background-color: var(--red);
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 32% 0% auto;
}

.dropdown-menu {
  color: #d4d4d4;
  margin-left: 10px;
  margin-right: 6px;
  padding: 0;
  font-weight: 400;
}

.dropdown-menu.w--current {
  opacity: .7;
  color: #ff0004;
  font-weight: 700;
}

.dropdown-menu.kiemelt {
  color: var(--red);
  font-weight: 700;
}

.dropdown-toggle {
  color: var(--white);
  padding: 3px 15px 0 0;
}

.text-block-2 {
  color: #d4d4d4;
}

.dropdown-list {
  margin-top: 50px;
}

.almenu-link:hover {
  background-color: #ccc;
}

.almenu-link.w--current {
  color: var(--red);
}

.arak-div-block {
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 14px;
  padding: 20px 30px;
}

.lista {
  text-align: left;
  margin-left: 33px;
  font-size: 14px;
  line-height: 14px;
}

.ar {
  color: var(--white);
  background-color: #969696;
  border-radius: 12px;
  margin-bottom: 5px;
  padding: 5px 15px;
}

.ar.fix {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  display: flex;
}

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

.line {
  text-align: center;
  border-top: 1px dotted #b1b1b1;
  margin-top: 60px;
}

.columns-2 {
  display: flex;
}

.markak-image-2 {
  width: 60%;
}

.grid-2 {
  grid-template-rows: auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.logok {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding-bottom: 10%;
  font-weight: 500;
  position: relative;
}

.section-2.collections {
  background-color: #fff;
  border-top-style: none;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section-2.collections.dark {
  background-color: #e7e7e7;
}

.div-info-wrapper {
  margin-top: 90px;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-column-left {
  float: left;
  width: 90%;
}

.empty {
  height: 0;
}

.empty._50px {
  height: 50px;
}

.history-paragraph {
  color: #616161;
  text-align: justify;
  margin-top: 20px;
  font-weight: 300;
  line-height: 24px;
}

.div-column-right {
  float: right;
  width: 90%;
}

.slide-01 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.section-tittle {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.dark {
  color: #f40c28;
}

.top-text {
  color: #a1a1a1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-3 {
  padding: 20px;
}

.paragraph-71 {
  font-weight: 300;
}

.semmelweis-logo-fooldal {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: -86px;
  transition: opacity .2s;
  display: flex;
}

.semmelweis-logo-fooldal:hover {
  opacity: .72;
}

.semmelweis-logo-fooldal.white-small {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 0 20px;
  justify-content: center;
}

.semmelweis-logo-fooldal.form-centered-button {
  justify-content: center;
}

.telefon_ico {
  background-color: #ce0000;
  background-image: url('../images/contact-icon-phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 20px;
  height: 15px;
  margin-top: -7px;
  margin-left: 15px;
  margin-right: 15px;
}

.telefon_ico:hover {
  background-color: #292f36;
}

.icon {
  margin-top: 7.5px;
  margin-right: 0;
  font-size: 10px;
}

.image-kontaktlencse {
  background-image: url('../images/kontaktlencse.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.piros {
  color: var(--red);
}

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

.kek {
  color: #0a4d8f;
}

.content13-image {
  background-image: url('../images/Alino.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}

.szonja {
  background-image: url('../images/72725931_2726006020751558_5969653977619365888_n.jpg');
  background-position: 50% 40%;
  background-size: cover;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 400px;
}

.gabor {
  background-image: url('../images/drtothgabor.webp');
  background-position: 50% 25%;
  background-size: cover;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 400px;
}

.varjuk-text {
  opacity: .7;
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
}

.varjuk-text.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.varjuk-text.sorkizart {
  text-align: justify;
}

.varjuk-text.sorkizart.felsohely {
  margin-top: 5px;
}

.content5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-4 {
  background-image: url('../images/Novacell-BG.webp');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.idopontfoglalas-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-icon {
  float: right;
  opacity: .4;
  width: 15px;
  margin-left: 5px;
  display: block;
}

.footer_adatvedelem {
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 10px auto 14px;
  display: flex;
}

.footer_adatvedelem.w--current {
  order: -1;
  width: 150px;
}

.adatvedelmi {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cta11-form-wrap-copy {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
  }

  .button-large.uma-button {
    width: auto;
    position: static;
  }

  .hero1-product-name {
    background-color: #fff;
    border-top-style: none;
    border-right-style: none;
    width: auto;
    padding: 0;
    position: static;
  }

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

  .product-image {
    background-position: 50%;
  }

  .content24-image {
    background-position: 50%;
    height: 400px;
    margin-top: 0;
  }

  .content24-quote {
    width: auto;
    position: static;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .content4-image {
    height: 640px;
  }

  .content4-image2 {
    height: 460px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    width: 100%;
    max-width: 738px;
    height: 640px;
  }

  .content34-item-wrap {
    margin-top: 0;
  }

  .content9-image-grid {
    margin-top: 36px;
  }

  .content8-category-image {
    background-position: 50%;
  }

  .product8-headline-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero3-image {
    min-height: 640px;
  }

  .hero2-background {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-image {
    height: 480px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero-with-background-wrap {
    flex-direction: column;
    display: flex;
  }

  .hero-with-background-wrap.hero2-wrap {
    flex-direction: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero2-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-product {
    color: var(--white);
    background-color: #18181d;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero2-product-name {
    color: #fff;
  }

  .hero2-content {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-title {
    padding: 47px 0 67px;
  }

  .hero2-latest {
    padding: 26px;
  }

  .content {
    max-width: 738px;
  }

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

  .content10-bottom-section {
    margin-top: 60px;
  }

  .content32-quote {
    width: auto;
    position: static;
  }

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

  .content35-pictures-feed {
    min-height: 170px;
  }

  .content11-image {
    background-position: 50%;
    min-height: 350px;
    margin-left: 0;
  }

  .content11-headline-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-image {
    background-image: url('../images/szubjektiv.webp');
    background-position: 80%;
    height: auto;
    min-height: 460px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .nav-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 6px 24px;
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .hero1 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-image3 {
    height: 260px;
  }

  .hero6 {
    background-image: url('../images/Montage.webp');
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .sizejumbo-text {
    line-height: 66px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    font-size: 60px;
  }

  .sizejumbo-text.sizejumbo-full-clear.montage {
    padding-bottom: 6px;
    font-size: 50px;
  }

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content22-content-wrap {
    margin-top: -25px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .blog3-image {
    min-height: 400px;
  }

  .blog3-headline-wrap, .content17-headline-wrap {
    max-width: none;
  }

  .cta8-form-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta8-headline-wrap {
    text-align: left;
  }

  .content14-image {
    height: 376px;
  }

  .cta7-map {
    height: auto;
  }

  .menu-button {
    margin-left: 24px;
  }

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

  .nav1-menu {
    z-index: 15;
    border-bottom: 1px solid var(--white-smoke);
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav1-menu.dark {
    background-color: #232329;
  }

  .cta7-map-wrap {
    flex-direction: row;
    min-height: 360px;
    display: flex;
  }

  .content6-image1 {
    background-position: 50% 0;
    height: 260px;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero3, .hero6-grid, .content4-grid, .content6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content8-grid, .content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid, .content25-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content28-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content29-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content32-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-contacts-grid {
    grid-column-gap: 24px;
    width: 100%;
    max-width: 738px;
    margin-bottom: 30px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .blog2-headline-wrap {
    max-width: none;
  }

  .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .footer1-grid, .other4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer1-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .empty-state, .success-message, .error-message {
    max-width: 738px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper.m50-100.lent-ninncs {
    padding-bottom: 40px;
  }

  .wrapper.m0-100 {
    padding-bottom: 0;
  }

  .wrapper.m0-100.fent {
    margin-top: 100px;
  }

  .wrapper.m0-100.lentkicsi.pluszfent {
    margin-top: 40px;
  }

  .wrapper.first-wrap {
    margin-top: 50px;
  }

  .wrapper.first-wrap.kicsi {
    margin-top: 0;
  }

  .blog2-button-wrap {
    margin-bottom: 30px;
  }

  .cta11-map-wrap {
    flex-direction: row;
    min-height: 360px;
    margin-top: 0;
    display: flex;
  }

  .cta11-map {
    height: auto;
  }

  .cta11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .add-to-cart {
    width: 479px;
  }

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content36-author-pic {
    height: 260px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .content36-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .home1-deco-part {
    height: 260px;
  }

  .content28-logo {
    max-width: 70%;
  }

  .home2-deco-part {
    height: 260px;
  }

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

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

  .order-summary-wrap {
    position: static;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

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

  .order-confirmation-container {
    background-color: #0000;
    padding: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

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

  .promopage-deco-part {
    height: 260px;
  }

  .navbar1-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gallery_image {
    height: 640px;
  }

  .gallery_image-2 {
    height: 220px;
  }

  .footer-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .szolgaltatas_pic, .szolgaltatas_pic._01, .szolgaltatas_pic._02 {
    height: auto;
  }

  .szolgaltatasok-headline-wrap {
    max-width: none;
  }

  .content12-image {
    background-position: 50%;
    min-height: 460px;
    margin-left: 0;
  }

  .content6-image2-1, .content6-image3-1, .content6-image4, .content6-image5, .content6-image6, .content6-image7, .content6-image8, .content6-image9, .content6-image10, .content6-image11, .content6-image12, .content6-image13, .content6-image14, .content6-image15, .content6-image16, .content6-image17, .content6-image18, .content6-image19, .content6-image20, .content6-image21 {
    background-position: 50% 0;
    height: 260px;
  }

  .gallery_image-3 {
    height: 220px;
  }

  .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 24px;
    display: block;
  }

  .dropdown-menu.almenu {
    flex-direction: row;
    justify-content: flex-start;
    left: 0;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    position: relative;
  }

  .almenu-link {
    color: #a0a0a0;
    background-color: #232329;
  }

  .almenu-link:hover {
    background-color: #414141;
  }

  .arak-div-block {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lista {
    margin-left: 0;
  }

  .columns {
    flex-direction: column;
  }

  .logok {
    width: 200px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.collections {
    border-top-width: 0;
  }

  .div-column-left, .div-column-right {
    width: auto;
  }

  .slide-01 {
    padding-left: 45px;
    padding-right: 10px;
  }

  .telefon_ico {
    width: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .content13-image {
    background-position: 50%;
    min-height: 460px;
    margin-left: 0;
  }

  .szonja, .gabor {
    height: 640px;
  }

  .content5-grid, .idopontfoglalas-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer_adatvedelem {
    margin-top: 0;
    margin-bottom: 0;
  }
}

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

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

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

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

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

  .button-small.white-small {
    padding: 10px 20px;
  }

  .content23-item {
    margin-bottom: 10px;
  }

  .content24-image {
    background-position: 50%;
  }

  .content24-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content8-image {
    background-position: 50%;
    min-height: 400px;
    margin-bottom: 18px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image {
    height: 460px;
  }

  .content4-product-name-wrap {
    width: 100%;
    margin-bottom: -30px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    height: 460px;
  }

  .content9-image1 {
    background-size: cover;
    margin-bottom: 20px;
  }

  .content9-grey-section {
    display: none;
  }

  .hero3-image {
    min-height: 460px;
  }

  .hero2-image {
    height: 480px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero2-product {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-title {
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .hero2-latest {
    flex-direction: column;
  }

  .hero2-image-collection {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content23-image {
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .content32-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content32-image {
    height: auto;
    min-height: 360px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 360px;
  }

  .content11-image {
    background-position: 50% 90%;
    min-height: 250px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .product2-content-wrap {
    padding: 26px;
  }

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

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .hero1 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content6-image3 {
    display: none;
  }

  .hero6 {
    min-height: 600px;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    font-size: 50px;
    line-height: 60px;
  }

  .sizejumbo-text.sizejumbo-full-clear.montage {
    padding-bottom: 4px;
    font-size: 40px;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content25-item {
    padding-right: 0;
  }

  .blog3-image {
    padding: 26px;
  }

  .menu-button {
    margin-left: 20px;
  }

  .nav1-menu.dark {
    background-color: #232329;
  }

  .product5-nav-wrap {
    position: static;
  }

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

  .hero3, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content23-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content24-grid, .content25-grid, .content28-grid, .content29-grid, .content32-grid, .content33-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content33-contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .footer1-grid, .other4-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer1-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content6-headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .brand {
    width: 100px;
  }

  .headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

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

  .cart-product-image {
    width: 56px;
  }

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

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .empty-state, .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m100.nincs-hely {
    padding-top: 40px;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
  }

  .cta11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .add-to-cart {
    width: auto;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .content36-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content28-logo {
    max-width: 100%;
    max-height: none;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

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

  .payment-details-wrap {
    margin-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .size2-link {
    font-size: 32px;
    line-height: 40px;
  }

  .navbar1-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar1-dark.active-nav1 {
    padding: 15px 30px;
  }

  .gallery_image, .gallery_image-2 {
    height: 460px;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content12-image {
    min-height: 360px;
  }

  .image-2 {
    height: 28px;
  }

  .gallery_image-3 {
    height: 460px;
  }

  .dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .section-content-tittle {
    margin-bottom: 0;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .slide-01 {
    height: auto;
    padding-left: 24px;
  }

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

  .content13-image {
    min-height: 360px;
  }

  .szonja, .gabor {
    height: 460px;
  }

  .content5-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .div-block-4 {
    height: 450px;
  }

  .idopontfoglalas-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cta11-form-wrap-copy {
    padding: 36px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .size1-text {
    font-size: 26px;
    line-height: 32px;
  }

  .label.white-label, .label.inside-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .size3-text.size3-top-clear {
    font-size: 25px;
  }

  .paragraph-70 {
    font-size: 14px;
    line-height: 22px;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
    align-self: center;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content8-image {
    background-position: 100%;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image, .content4-image2 {
    height: 400px;
  }

  .content10-image {
    height: 360px;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .content9-content-wrap {
    padding-right: 0;
  }

  .content9-image1 {
    height: 320px;
    margin-bottom: 16px;
  }

  .hero2-image {
    height: 360px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero2-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero2-product-name {
    margin-bottom: 0;
  }

  .hero2-latest {
    flex-direction: column;
    padding: 20px;
  }

  .content32-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .product2-content-wrap {
    padding: 16px;
  }

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

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .hero6 {
    min-height: 400px;
  }

  .hero6-content {
    align-items: center;
    width: 100%;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .sizejumbo-text.sizejumbo-full-clear.montage {
    justify-content: center;
    padding-bottom: 0;
    font-size: 30px;
  }

  .text-field.cart-input {
    color: var(--white);
  }

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .content14-image {
    height: 260px;
  }

  .menu-button {
    margin-left: 16px;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .product5-nav-wrap {
    display: block;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero3, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content14-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid, .content25-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content28-grid {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content29-grid, .content32-grid, .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .footer1-grid, .other4-grid, .footer1-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .cart-product-image {
    width: 56px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m100.nincs-hely {
    padding-top: 0;
  }

  .wrapper.m50-100.lent-ninncs {
    padding-bottom: 20px;
  }

  .wrapper.m0-100.fent {
    margin-top: 40px;
  }

  .wrapper.m0-20.plus {
    padding-top: 20px;
  }

  .wrapper.first-wrap.kicsi.lentnincs {
    margin-bottom: 0;
  }

  .size3-link {
    font-size: 28px;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .lightbox-product-image {
    height: 70px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .category-detail-wrap {
    min-height: 260px;
  }

  .content36-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part, .home2-deco-part {
    height: 200px;
  }

  .checkout-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .item-image {
    width: 60px;
  }

  .items-in-order-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

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

  .licence-image {
    height: 300px;
  }

  .promopage-deco-part {
    height: 200px;
  }

  .navbar1-dark {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery_image, .gallery_image-2 {
    height: 400px;
  }

  .footer_logo.w--current {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .social {
    margin-bottom: 20px;
  }

  .footer-section {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .semmelweis-logo {
    flex: 1;
    align-self: stretch;
  }

  .semmelweis-logo.white-small {
    flex: none;
  }

  .content6-image2-1, .content6-image3-1, .content6-image4, .content6-image5, .content6-image6, .content6-image7, .content6-image8, .content6-image9, .content6-image10, .content6-image11, .content6-image12, .content6-image13, .content6-image14, .content6-image15, .content6-image16, .content6-image17, .content6-image18, .content6-image19, .content6-image20, .content6-image21 {
    margin-bottom: 0;
  }

  .image-2 {
    height: 26px;
  }

  .gallery_image-3 {
    height: 400px;
  }

  .dropdown-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logok {
    width: 100px;
  }

  .slide-01 {
    height: auto;
    margin-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .semmelweis-logo-fooldal {
    flex: 1;
    align-self: stretch;
  }

  .semmelweis-logo-fooldal.white-small {
    flex: none;
  }

  .columns-3 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .szonja, .gabor {
    height: 400px;
  }

  .varjuk-text {
    font-size: 14px;
    line-height: 22px;
  }

  .content5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-4 {
    object-fit: scale-down;
    background-image: url('../images/Novacell-BG.webp');
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .idopontfoglalas-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer_adatvedelem {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .footer_adatvedelem.w--current {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .cta11-form-wrap-copy {
    border-style: none;
    border-width: 0;
    padding: 0;
  }
}

#w-node-_8d359ace-8c76-7ccb-ca22-b4580e2811e3-94e7ac11 {
  grid-area: 1 / 1 / 2 / 9;
  justify-self: start;
}

#w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de5-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de7-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de9-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405deb-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405ded-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405def-94e7ac11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c823-94e7ac11 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_0b45e1fe-433f-6852-320d-a2de60b56d1e-94e7ac11 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-c52eee05-3971-230e-fe65-5f2955011e3f-94e7ac11, #w-node-_3c78832c-a78c-53e4-ceed-148725f20e45-94e7ac11 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c83a-94e7ac11 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_43846aa1-e6a0-f910-4af7-9f4d80a25968-94e7ac11 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_50a63644-0fd6-a049-5932-f8ecb6700d00-94e7ac11, #w-node-c7fdc08d-581e-c8be-fe93-2396b8bc22a0-94e7ac11, #w-node-c7fdc08d-581e-c8be-fe93-2396b8bc22a1-94e7ac11, #w-node-cf598958-7008-332e-e706-8f246411c508-94e7ac11 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1c016b22-ce5d-c5b9-7746-b9dfaf288051-94e7ac11 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1c016b22-ce5d-c5b9-7746-b9dfaf28805f-94e7ac11 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1c016b22-ce5d-c5b9-7746-b9dfaf28806e-94e7ac11 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-94e7ac11, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-94e7ac11, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-94e7ac11 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81e-c739f7eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_711a1fa5-3b8c-0a0c-3567-8740b7095500-b70954fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_711a1fa5-3b8c-0a0c-3567-8740b7095502-b70954fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-2be7ac24 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-2be7ac24 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-2be7ac24 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-2be7ac24 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1dc-2be7ac24 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ab-2be7ac24 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ba-2be7ac24 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-2be7ac24 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f3496c2c-8ee9-32b0-6803-75773ca743f9-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74403-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7440d-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74417-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74421-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7442b-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74435-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7443f-2be7ac24 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-2be7ac24 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-2be7ac24 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-2be7ac24 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc560965-213c-5f5a-18ab-3a6cb5c55bef-b5c55beb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_209593d6-7cfc-28ad-62dd-2a0640dbbe82-f8e7ac25 {
  justify-self: end;
}

#w-node-ef4f19e6-f796-6f5a-e694-e9de91330137-f8e7ac25 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-ef4f19e6-f796-6f5a-e694-e9de91330138-f8e7ac25 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef4f19e6-f796-6f5a-e694-e9de91330130-f8e7ac25 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3913aa9a-6ea4-ab37-d88b-7b153f16ad03-f8e7ac25 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-ef09760a-8bf7-2316-e00a-928687ee1c06-f8e7ac25 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-a4fb3dc9-1cb6-cef4-3b9f-6af4e0556761-f8e7ac25, #w-node-_1ace5f19-400f-9038-d489-392e83e6b56f-f8e7ac25, #w-node-b54c124a-2198-714a-fb19-ec636e1ab102-f8e7ac25, #w-node-ca0d81e6-85f4-b0a2-408d-501b927fcc77-f8e7ac25, #w-node-_770b26e2-4fe1-ce9b-2f06-9473ce9350ee-f8e7ac25, #w-node-a5ddfb1d-7c31-2501-beb7-65bb6c6ded4d-f8e7ac25, #w-node-fcf98d0c-406f-a731-2415-04f2eb5b8b2d-f8e7ac25, #w-node-_9af75979-e33d-ab3b-26b5-270532b54c7d-f8e7ac25, #w-node-_62a7931f-1e01-5e7e-8542-ed6600d42c60-f8e7ac25 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_96d14efb-4f91-341a-ee4d-2bf3ccb1d469-f8e7ac25 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-94e7ac26 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-94e7ac26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-94e7ac26 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-94e7ac26 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_559c5766-88ee-680a-fff0-7281d808904a-94e7ac26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_559c5766-88ee-680a-fff0-7281d8089063-94e7ac26 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_559c5766-88ee-680a-fff0-7281d8089065-94e7ac26 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-94e7ac26 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-94e7ac26 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-4fe7ac27 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-dfe7ef0c-dec5-0066-7949-dd1171469d61-4fe7ac27 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-dfe7ef0c-dec5-0066-7949-dd1171469d62-4fe7ac27 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_90fef650-dc97-e834-4936-37bb9ed37933-4fe7ac27 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_4d28ad15-467b-7f94-196f-4975ea0b9d93-4fe7ac27 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_90fef650-dc97-e834-4936-37bb9ed37939-4fe7ac27 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-4fe7ac27 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_57edb05e-5748-d0c8-058b-77e80cc89305-4fe7ac27 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
  grid-area: 2 / 1 / 3 / 13;
}

#email-form.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b5-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b7-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-bde7ac28 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-bde7ac28 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-64e7ac29 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-64e7ac29 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-64e7ac29, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-64e7ac29 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-_8e454688-028a-83b4-a215-b194917e0020-64e7ac29 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8e454688-028a-83b4-a215-b194917e0034-64e7ac29 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803b8-64e7ac29 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803ba-64e7ac29 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c1-64e7ac29 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c8-64e7ac29 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-e7e7ac2a {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-e7e7ac2a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-e7e7ac2a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad959-e7e7ac2a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-34e7ac2b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-34e7ac2b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-34e7ac2b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-34e7ac2b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-34e7ac2b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-34e7ac2b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-34e7ac2b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-34e7ac2b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-dbe7ac2c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-dbe7ac2c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-dbe7ac2c {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-dbe7ac2c {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-dbe7ac2c {
  grid-area: 4 / 3 / 5 / 11;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-dbe7ac2c, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-dbe7ac2c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-dbe7ac2c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-30e7ac2d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-30e7ac2d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-30e7ac2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-30e7ac2d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-30e7ac2d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-30e7ac2d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-30e7ac2d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-30e7ac2d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-30e7ac2d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-30e7ac2d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-9ce7ac72 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a4861a-9ce7ac72 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48621-9ce7ac72 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1cf-9ce7ac72 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1d0-9ce7ac72 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ef7261df-8462-f5ef-5504-5680af4d03bb-9ce7ac72 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fd262acb-b615-e409-b1c0-cbb3072deee2-9ce7ac72 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac72 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac72 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-9ce7ac72 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44c2-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44c4-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44d4-9ce7ac72 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fd837f25-dc92-e7f3-49c0-d2094fa8efec-9ce7ac72 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff4-9ce7ac72 {
  grid-area: 2 / 1 / 3 / 13;
}

#email-form.w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff5-9ce7ac72, #email-2.w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff6-9ce7ac72, #email-2.w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff7-9ce7ac72, #email-2.w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff8-9ce7ac72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff9-9ce7ac72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-a9e7ac9a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-a9e7ac9a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-a9e7ac9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32124c62-f375-107f-8e9f-35e7246db990-a9e7ac9a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-27e7ac9c {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-27e7ac9c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-f1e7ac9d {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5dc0b19387abf4598bb20c75an-f1e7ac9d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-9ce7ac9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c3-9ce7ac9e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-9ce7ac9e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-9ce7ac9e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-9ce7ac9e {
  grid-area: 1 / 8 / 3 / 13;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-9ce7ac9e {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-9ce7ac9e {
  grid-area: 2 / 4 / 3 / 7;
  align-self: end;
}

#w-node-_641616c4-e787-e590-9bba-61667fda4a09-9ce7ac9e {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_641616c4-e787-e590-9bba-61667fda4a0a-9ce7ac9e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ebe94861-0263-65ac-bccc-6c0750fd1be6-9ce7ac9e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-ebe94861-0263-65ac-bccc-6c0750fd1be7-9ce7ac9e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ebe94861-0263-65ac-bccc-6c0750fd1be8-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-9ce7ac9e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-9ce7ac9e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac9e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac9e {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_4ed574b8-6ad0-5634-7da6-1bb6bf929492-9ce7ac9e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-dcec4be3-efc5-5015-1fea-8b46a3f62ce5-9ce7ac9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-ede7ac9f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-ede7ac9f, #w-node-_32124c62-f375-107f-8e9f-35e7246db990-ede7ac9f, #w-node-_351f2930-9287-ed56-80b8-1eaf65a9d540-ede7ac9f, #w-node-_39d00bf7-0a9d-de0a-91f4-b616b78842c5-ede7ac9f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-ede7ac9f, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-ede7ac9f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: stretch;
}

#w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-ede7ac9f, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-ede7ac9f, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-ede7ac9f, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-ede7ac9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_8f820265-6d08-76d1-be32-74b0497fff00-ede7ac9f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_82618b33-d2f0-5647-d587-8c0569b9b8af-ede7ac9f {
  justify-self: start;
}

#w-node-a80f176a-8dc7-531f-5483-d098e36764cc-ede7ac9f, #w-node-c48b3b0a-af55-ee4c-c84d-e4fa0b8b14ea-ede7ac9f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_06146b22-9988-6a8f-b44e-64d5fbda8387-ede7ac9f, #w-node-_06146b22-9988-6a8f-b44e-64d5fbda838b-ede7ac9f {
  justify-self: center;
}

#w-node-_39f87b93-830a-cdd0-4fd4-e4790ddafdd9-ede7ac9f {
  justify-self: stretch;
}

#w-node-_83cd19a7-45c1-881b-314f-d3266d552af0-ede7ac9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8b877d42-c0af-4fde-c9cf-160c374fd32c-ede7ac9f, #w-node-a474127c-7e32-38d6-4d6b-d9017d588f5e-ede7ac9f, #w-node-_50f936af-e77c-e818-a04c-13a221b463c7-ede7ac9f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-ede7ac9f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_219b70cf-f1c6-fddf-1580-f6a6f045cbdd-ede7ac9f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e1965b80-b5ec-3a6f-ebfc-2c8613ba7a06-deceee98 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-e1965b80-b5ec-3a6f-ebfc-2c8613ba7a09-deceee98 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_82f7e2e6-41fe-8e24-6496-99ae6bc6e041-deceee98 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_82f7e2e6-41fe-8e24-6496-99ae6bc6e052-deceee98 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_72cf411e-280f-e5ac-c992-7f852cdc0913-deceee98 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f8766e98-2bda-3ce1-3c9a-e9a6dd836c23-deceee98 {
  grid-area: 1 / 6 / 3 / 13;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-deceee98 {
  grid-area: 1 / 1 / 3 / 6;
  align-self: end;
}

#w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-deceee98 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-deceee98 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-deceee98 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-deceee98 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-f87bab55-6607-2eed-3edd-a6e0cf11cc65-deceee98 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f87bab55-6607-2eed-3edd-a6e0cf11cc6b-deceee98 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393aae-deceee98 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393ab1-deceee98 {
  grid-area: 1 / 1 / 3 / 8;
}

#w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393ab4-deceee98 {
  grid-area: 1 / 8 / 3 / 13;
  align-self: end;
}

#w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c93f-deceee98 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c942-deceee98, #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c94c-deceee98 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cf98b979-e1ee-dd2c-8e1b-15edb7e30b46-deceee98 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ea87c8d-0c88-051e-c26f-815a47c68aea-deceee98 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-b2903716-c663-0bcb-0d8c-a20da64b1747-deceee98 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b2903716-c663-0bcb-0d8c-a20da64b174d-deceee98, #w-node-b2903716-c663-0bcb-0d8c-a20da64b1757-deceee98 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-639930c9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-639930c9 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_19d67913-c929-a32c-f8ba-97a984d114f2-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-f648fcee-27a5-94df-f2ef-62db569edbb9-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f648fcee-27a5-94df-f2ef-62db569edbba-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_337ac7cf-61c9-5246-9646-3605860d60c9-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_337ac7cf-61c9-5246-9646-3605860d60ca-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_6c8d1723-7776-5a51-940e-d8c1c320c406-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6c8d1723-7776-5a51-940e-d8c1c320c407-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c4ee069d-c171-ec5a-81a8-03678c9df5b3-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c4ee069d-c171-ec5a-81a8-03678c9df5b4-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-cd1467bd-e36a-c618-d9d7-589d5507394d-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cd1467bd-e36a-c618-d9d7-589d5507394e-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_279c0c82-926a-bf17-b649-d9f7d7b81226-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_279c0c82-926a-bf17-b649-d9f7d7b81227-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_362fb4cd-926a-478f-0c93-d3b69d8bcabe-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_362fb4cd-926a-478f-0c93-d3b69d8bcabf-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-b2b516ea-acb6-2f02-e546-216794dccfaf-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b2b516ea-acb6-2f02-e546-216794dccfb0-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_681fe6db-3f67-4379-005a-f06885717060-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_681fe6db-3f67-4379-005a-f06885717061-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-ece5aa03-9457-62ba-3dad-a987deea0edc-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ece5aa03-9457-62ba-3dad-a987deea0edd-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-d919c7e8-a701-c2b5-64b9-a05871b10ca4-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d919c7e8-a701-c2b5-64b9-a05871b10ca5-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2ca4ad86-b5a9-4965-c011-6f38b9e03d88-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2ca4ad86-b5a9-4965-c011-6f38b9e03d89-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_5181f97b-60e3-73a9-b4d1-f5f848747f00-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5181f97b-60e3-73a9-b4d1-f5f848747f01-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2535942f-748b-d79d-9931-eae04f721ce4-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2535942f-748b-d79d-9931-eae04f721ce5-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_6f603aac-6cfa-fb79-92d4-c6359ea40d94-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6f603aac-6cfa-fb79-92d4-c6359ea40d95-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-cc996827-2ea1-67f3-bd4a-8196d221fc0f-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cc996827-2ea1-67f3-bd4a-8196d221fc10-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_1aa9fff4-6977-0526-51a5-cb44631d5326-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1aa9fff4-6977-0526-51a5-cb44631d5327-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_434dd35a-491d-ac5b-1cf2-45c86321246e-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_434dd35a-491d-ac5b-1cf2-45c86321246f-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c6653849-7e37-cd33-1f82-7205148697dd-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c6653849-7e37-cd33-1f82-7205148697de-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_4d8df05b-6361-6b25-b2b2-8c59dc148a27-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4d8df05b-6361-6b25-b2b2-8c59dc148a28-639930c9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-639930c9 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-639930c9 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-639930c9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-239d6391 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-239d6391 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_825c053c-a693-3438-f1a8-f107371999ab-239d6391, #w-node-ed657062-5347-35ee-9415-24654e784041-239d6391, #w-node-_0490e58c-653d-e959-246d-699e6ca6f0d4-239d6391, #w-node-ec02c59b-5664-673f-1283-7accab1dfc81-239d6391, #w-node-bb4cf4b6-cb11-e6be-7a21-562ac7dc860e-239d6391, #w-node-f76c0ac5-eb5d-751b-1ded-c7b606864c8e-239d6391 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a1b9035c-d99a-61c1-c4ec-ba6239555275-239d6391 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0e22067e-67d2-ccd2-a811-07af6ab1e692-239d6391 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_0e2d98bf-f196-9003-08c2-6c8ce51bb8f4-239d6391, #w-node-_1b3b25b5-ded5-7d50-d97a-f06ffe6897bc-239d6391 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3bd9768b-0b4a-ffb8-0e42-95d55018e374-239d6391 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d82e4c53-04fc-6e97-b52b-350fb70cda20-239d6391, #w-node-_54ee031b-e6ae-00f3-c6ce-80ff32e25cf3-239d6391 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-685c1575 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-685c1575 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-c0bfecbe-c22f-fe4a-7fbd-eb5b347151c8-685c1575 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a1b9035c-d99a-61c1-c4ec-ba6239555275-685c1575 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2eb9f532-57c2-8da9-df0c-05131870ff49-685c1575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74258218-c262-ebd5-770a-d7e854d58e1e-685c1575 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_843d7f8c-1f33-2b11-3ff3-e21ea5114681-685c1575, #w-node-_63d5d505-f71b-862e-2889-f81801d953d0-685c1575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc7fff86-86ac-91d3-2026-ecf04e461c25-719ebf3c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-fc7fff86-86ac-91d3-2026-ecf04e461c32-719ebf3c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-1fd8fb23 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-1fd8fb23 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-1fd8fb23 {
  grid-area: 1 / 2 / 2 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-_8d359ace-8c76-7ccb-ca22-b4580e2811e3-94e7ac11 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de5-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de7-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de9-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405deb-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405ded-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405def-94e7ac11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c823-94e7ac11 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0b45e1fe-433f-6852-320d-a2de60b56d1e-94e7ac11 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-c52eee05-3971-230e-fe65-5f2955011e3f-94e7ac11 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3c78832c-a78c-53e4-ceed-148725f20e45-94e7ac11 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c83a-94e7ac11, #w-node-_43846aa1-e6a0-f910-4af7-9f4d80a25968-94e7ac11 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_50a63644-0fd6-a049-5932-f8ecb6700d00-94e7ac11, #w-node-c7fdc08d-581e-c8be-fe93-2396b8bc22a0-94e7ac11, #w-node-c7fdc08d-581e-c8be-fe93-2396b8bc22a1-94e7ac11, #w-node-cf598958-7008-332e-e706-8f246411c508-94e7ac11 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1c016b22-ce5d-c5b9-7746-b9dfaf288051-94e7ac11 {
    grid-column: span 8 / span 8;
  }

  #w-node-_1c016b22-ce5d-c5b9-7746-b9dfaf28805f-94e7ac11 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_1c016b22-ce5d-c5b9-7746-b9dfaf28806e-94e7ac11 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81e-c739f7eb {
    grid-column: span 8 / span 8;
    justify-self: start;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-2be7ac24 {
    grid-column: span 8 / span 8;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-2be7ac24 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-2be7ac24 {
    grid-column: span 2 / span 2;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-2be7ac24 {
    grid-column: span 4 / span 4;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1dc-2be7ac24 {
    grid-column: span 2 / span 2;
  }

  #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ab-2be7ac24 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ba-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-2be7ac24 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f9-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74403-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7440d-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74417-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74421-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7442b-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74435-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7443f-2be7ac24 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-2be7ac24, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-2be7ac24 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-2be7ac24 {
    grid-area: 3 / 1 / 4 / 9;
    justify-self: auto;
  }

  #w-node-_209593d6-7cfc-28ad-62dd-2a0640dbbe7d-f8e7ac25 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-ef4f19e6-f796-6f5a-e694-e9de91330137-f8e7ac25 {
    grid-column: span 8 / span 8;
  }

  #w-node-ef4f19e6-f796-6f5a-e694-e9de91330130-f8e7ac25 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3913aa9a-6ea4-ab37-d88b-7b153f16ad03-f8e7ac25 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: center;
  }

  #w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-94e7ac26 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-94e7ac26 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-94e7ac26, #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-94e7ac26 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d808904a-94e7ac26 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089063-94e7ac26 {
    grid-column: 1 / 9;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089065-94e7ac26 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-94e7ac26 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center start;
  }

  #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-4fe7ac27 {
    grid-column: span 8 / span 8;
    align-self: center;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed37933-4fe7ac27 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4d28ad15-467b-7f94-196f-4975ea0b9d93-4fe7ac27 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-4fe7ac27, #w-node-_57edb05e-5748-d0c8-058b-77e80cc89305-4fe7ac27 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-column: 1 / 9;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-bde7ac28 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-bde7ac28 {
    grid-column: span 8 / span 8;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-64e7ac29 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-64e7ac29, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-64e7ac29 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_8e454688-028a-83b4-a215-b194917e0034-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803b8-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803ba-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c1-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c8-64e7ac29, #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-e7e7ac2a, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-e7e7ac2a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-e7e7ac2a {
    grid-column: 1 / 9;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad959-e7e7ac2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-34e7ac2b, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-34e7ac2b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-34e7ac2b {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-34e7ac2b {
    grid-column: 1 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-34e7ac2b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-34e7ac2b {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center start;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-dbe7ac2c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-dbe7ac2c {
    grid-column: span 8 / span 8;
  }

  #w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-dbe7ac2c {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-dbe7ac2c, #w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-dbe7ac2c, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-dbe7ac2c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-dbe7ac2c {
    grid-column: span 8 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-dbe7ac2c, #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-30e7ac2d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-30e7ac2d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-30e7ac2d {
    grid-area: 2 / 1 / 3 / 9;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-30e7ac2d, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-30e7ac2d, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-30e7ac2d, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-30e7ac2d, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-30e7ac2d, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-30e7ac2d, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-30e7ac2d, #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-9ce7ac72 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a4861a-9ce7ac72 {
    grid-area: 1 / 1 / 2 / 9;
    align-self: end;
  }

  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48621-9ce7ac72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1cf-9ce7ac72, #w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1d0-9ce7ac72, #w-node-ef7261df-8462-f5ef-5504-5680af4d03bb-9ce7ac72 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-fd262acb-b615-e409-b1c0-cbb3072deee2-9ce7ac72 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac72 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac72 {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-9ce7ac72 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44c2-9ce7ac72 {
    grid-column: span 8 / span 8;
  }

  #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44c4-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44d4-9ce7ac72 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-fd837f25-dc92-e7f3-49c0-d2094fa8efec-9ce7ac72 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff4-9ce7ac72 {
    grid-column: 1 / 9;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-a9e7ac9a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-a9e7ac9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-27e7ac9c, #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-f1e7ac9d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5dc0b19387abf4598bb20c75an-f1e7ac9d {
    grid-column: span 8 / span 8;
  }

  #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c3-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c4-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-9ce7ac9e, #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-9ce7ac9e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-9ce7ac9e {
    grid-column: 1 / 9;
    grid-row-end: 2;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-9ce7ac9e, #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-9ce7ac9e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_641616c4-e787-e590-9bba-61667fda4a09-9ce7ac9e, #w-node-_641616c4-e787-e590-9bba-61667fda4a0a-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-9ce7ac9e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac9e {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac9e {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-_4ed574b8-6ad0-5634-7da6-1bb6bf929492-9ce7ac9e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-dcec4be3-efc5-5015-1fea-8b46a3f62ce5-9ce7ac9e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-ede7ac9f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-ede7ac9f, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-ede7ac9f, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-ede7ac9f, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-ede7ac9f, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-ede7ac9f, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-ede7ac9f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-ede7ac9f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e1965b80-b5ec-3a6f-ebfc-2c8613ba7a06-deceee98, #w-node-e1965b80-b5ec-3a6f-ebfc-2c8613ba7a09-deceee98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_82f7e2e6-41fe-8e24-6496-99ae6bc6e041-deceee98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_82f7e2e6-41fe-8e24-6496-99ae6bc6e052-deceee98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f8766e98-2bda-3ce1-3c9a-e9a6dd836c23-deceee98 {
    grid-column-start: 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-deceee98 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-deceee98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-deceee98 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-deceee98 {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-f87bab55-6607-2eed-3edd-a6e0cf11cc6b-deceee98 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393aae-deceee98 {
    grid-column-start: 9;
  }

  #w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393ab1-deceee98 {
    grid-column: 1 / 9;
  }

  #w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393ab4-deceee98 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c93f-deceee98, #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c942-deceee98, #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c94c-deceee98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cf98b979-e1ee-dd2c-8e1b-15edb7e30b46-deceee98, #w-node-_6ea87c8d-0c88-051e-c26f-815a47c68aea-deceee98 {
    grid-column: span 12 / span 12;
  }

  #w-node-b2903716-c663-0bcb-0d8c-a20da64b1747-deceee98 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b2903716-c663-0bcb-0d8c-a20da64b174d-deceee98, #w-node-b2903716-c663-0bcb-0d8c-a20da64b1757-deceee98 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-639930c9 {
    grid-column: span 8 / span 8;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-639930c9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-639930c9, #w-node-f648fcee-27a5-94df-f2ef-62db569edbba-639930c9, #w-node-_337ac7cf-61c9-5246-9646-3605860d60ca-639930c9, #w-node-_6c8d1723-7776-5a51-940e-d8c1c320c407-639930c9, #w-node-c4ee069d-c171-ec5a-81a8-03678c9df5b4-639930c9, #w-node-cd1467bd-e36a-c618-d9d7-589d5507394e-639930c9, #w-node-_279c0c82-926a-bf17-b649-d9f7d7b81227-639930c9, #w-node-_362fb4cd-926a-478f-0c93-d3b69d8bcabf-639930c9, #w-node-b2b516ea-acb6-2f02-e546-216794dccfb0-639930c9, #w-node-_681fe6db-3f67-4379-005a-f06885717061-639930c9, #w-node-ece5aa03-9457-62ba-3dad-a987deea0edd-639930c9, #w-node-d919c7e8-a701-c2b5-64b9-a05871b10ca5-639930c9, #w-node-_2ca4ad86-b5a9-4965-c011-6f38b9e03d89-639930c9, #w-node-_5181f97b-60e3-73a9-b4d1-f5f848747f01-639930c9, #w-node-_2535942f-748b-d79d-9931-eae04f721ce5-639930c9, #w-node-_6f603aac-6cfa-fb79-92d4-c6359ea40d95-639930c9, #w-node-cc996827-2ea1-67f3-bd4a-8196d221fc10-639930c9, #w-node-_1aa9fff4-6977-0526-51a5-cb44631d5327-639930c9, #w-node-_434dd35a-491d-ac5b-1cf2-45c86321246f-639930c9, #w-node-c6653849-7e37-cd33-1f82-7205148697de-639930c9, #w-node-_4d8df05b-6361-6b25-b2b2-8c59dc148a28-639930c9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-639930c9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-639930c9 {
    grid-area: 3 / 1 / 4 / 9;
    justify-self: auto;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-639930c9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-239d6391 {
    grid-column: span 12 / span 12;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-239d6391 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-685c1575 {
    grid-column: span 12 / span 12;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-685c1575, #w-node-c0bfecbe-c22f-fe4a-7fbd-eb5b347151c8-685c1575 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-fc7fff86-86ac-91d3-2026-ecf04e461c25-719ebf3c {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-fc7fff86-86ac-91d3-2026-ecf04e461c32-719ebf3c, #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-1fd8fb23, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-1fd8fb23 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-1fd8fb23 {
    grid-column: 1 / 9;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad959-1fd8fb23, #w-node-c92b8730-5297-944f-4a6f-4c18d8e52e20-1fd8fb23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d359ace-8c76-7ccb-ca22-b4580e2811e3-94e7ac11 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de5-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de7-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de9-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405deb-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405ded-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405def-94e7ac11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c823-94e7ac11 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0b45e1fe-433f-6852-320d-a2de60b56d1e-94e7ac11, #w-node-c52eee05-3971-230e-fe65-5f2955011e3f-94e7ac11, #w-node-_3c78832c-a78c-53e4-ceed-148725f20e45-94e7ac11, #w-node-f6400198-598d-45a5-8566-ba775fd5c83a-94e7ac11 {
    grid-column: span 6 / span 6;
  }

  #w-node-_43846aa1-e6a0-f910-4af7-9f4d80a25968-94e7ac11 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_50a63644-0fd6-a049-5932-f8ecb6700d00-94e7ac11, #w-node-c7fdc08d-581e-c8be-fe93-2396b8bc22a0-94e7ac11 {
    grid-column: span 8 / span 8;
  }

  #w-node-c7fdc08d-581e-c8be-fe93-2396b8bc22a1-94e7ac11, #w-node-cf598958-7008-332e-e706-8f246411c508-94e7ac11 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-94e7ac11, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-94e7ac11, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-94e7ac11 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81e-c739f7eb {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-2be7ac24, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-2be7ac24 {
    grid-column: span 6 / span 6;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-2be7ac24, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-2be7ac24 {
    grid-column: span 3 / span 3;
  }

  #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ab-2be7ac24, #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ba-2be7ac24 {
    grid-column: span 6 / span 6;
  }

  #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f9-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74403-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7440d-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74417-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74421-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7442b-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74435-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7443f-2be7ac24, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-2be7ac24, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-2be7ac24, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-2be7ac24 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_209593d6-7cfc-28ad-62dd-2a0640dbbe7d-f8e7ac25 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-ef4f19e6-f796-6f5a-e694-e9de91330137-f8e7ac25 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ef4f19e6-f796-6f5a-e694-e9de91330139-f8e7ac25, #w-node-ef4f19e6-f796-6f5a-e694-e9de9133013a-f8e7ac25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ef4f19e6-f796-6f5a-e694-e9de91330130-f8e7ac25 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3913aa9a-6ea4-ab37-d88b-7b153f16ad03-f8e7ac25 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: center;
  }

  #w-node-a4fb3dc9-1cb6-cef4-3b9f-6af4e0556761-f8e7ac25, #w-node-_1ace5f19-400f-9038-d489-392e83e6b56f-f8e7ac25, #w-node-b54c124a-2198-714a-fb19-ec636e1ab102-f8e7ac25, #w-node-ca0d81e6-85f4-b0a2-408d-501b927fcc77-f8e7ac25, #w-node-_770b26e2-4fe1-ce9b-2f06-9473ce9350ee-f8e7ac25, #w-node-a5ddfb1d-7c31-2501-beb7-65bb6c6ded4d-f8e7ac25, #w-node-fcf98d0c-406f-a731-2415-04f2eb5b8b2d-f8e7ac25, #w-node-_9af75979-e33d-ab3b-26b5-270532b54c7d-f8e7ac25, #w-node-_62a7931f-1e01-5e7e-8542-ed6600d42c60-f8e7ac25, #w-node-_96d14efb-4f91-341a-ee4d-2bf3ccb1d469-f8e7ac25 {
    grid-column: span 6 / span 6;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-94e7ac26 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-94e7ac26 {
    grid-column: span 6 / span 6;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-94e7ac26 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d808904a-94e7ac26 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089063-94e7ac26, #w-node-_559c5766-88ee-680a-fff0-7281d8089065-94e7ac26 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-94e7ac26 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-94e7ac26 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-4fe7ac27, #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d61-4fe7ac27 {
    grid-column: span 6 / span 6;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed37933-4fe7ac27 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4d28ad15-467b-7f94-196f-4975ea0b9d93-4fe7ac27 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed37939-4fe7ac27 {
    grid-column: span 6 / span 6;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-4fe7ac27 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_57edb05e-5748-d0c8-058b-77e80cc89305-4fe7ac27 {
    grid-column: span 6 / span 6;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-bde7ac28, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-bde7ac28 {
    grid-column: span 6 / span 6;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-64e7ac29 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-64e7ac29, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-64e7ac29 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-_8e454688-028a-83b4-a215-b194917e0034-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803b8-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803ba-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c1-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c8-64e7ac29, #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-e7e7ac2a, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-e7e7ac2a {
    grid-column: span 6 / span 6;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-e7e7ac2a {
    grid-column-end: 7;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-34e7ac2b, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-34e7ac2b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-34e7ac2b {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-34e7ac2b, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-34e7ac2b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-34e7ac2b {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-34e7ac2b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-dbe7ac2c {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-dbe7ac2c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-dbe7ac2c {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-dbe7ac2c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-30e7ac2d {
    grid-column: span 6 / span 6;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-30e7ac2d, #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-30e7ac2d {
    grid-column-end: 7;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-30e7ac2d, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-30e7ac2d {
    grid-column: span 6 / span 6;
  }

  #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-30e7ac2d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-30e7ac2d, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-30e7ac2d {
    grid-column: span 6 / span 6;
  }

  #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-30e7ac2d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-30e7ac2d {
    grid-column: span 6 / span 6;
  }

  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-9ce7ac72 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a4861a-9ce7ac72 {
    grid-column-end: 7;
  }

  #w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1cf-9ce7ac72, #w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1d0-9ce7ac72 {
    grid-column: span 6 / span 6;
  }

  #w-node-ef7261df-8462-f5ef-5504-5680af4d03bb-9ce7ac72 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fd262acb-b615-e409-b1c0-cbb3072deee2-9ce7ac72 {
    grid-column: span 6 / span 6;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac72, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-9ce7ac72 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44c2-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44d4-9ce7ac72 {
    grid-column: span 6 / span 6;
  }

  #w-node-fd837f25-dc92-e7f3-49c0-d2094fa8efec-9ce7ac72, #w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff4-9ce7ac72 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-a9e7ac9a, #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-27e7ac9c, #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-f1e7ac9d, #w-node-_5dc0b19387abf4598bb20c75an-f1e7ac9d, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c3-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c4-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-9ce7ac9e {
    grid-column: span 6 / span 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-9ce7ac9e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-9ce7ac9e {
    grid-row-end: 2;
    grid-column-end: 7;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-9ce7ac9e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-9ce7ac9e {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: end;
  }

  #w-node-ebe94861-0263-65ac-bccc-6c0750fd1be6-9ce7ac9e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ebe94861-0263-65ac-bccc-6c0750fd1be8-9ce7ac9e {
    grid-column: span 6 / span 6;
  }

  #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-9ce7ac9e, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac9e, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac9e, #w-node-_4ed574b8-6ad0-5634-7da6-1bb6bf929492-9ce7ac9e, #w-node-dcec4be3-efc5-5015-1fea-8b46a3f62ce5-9ce7ac9e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-ede7ac9f {
    grid-column: span 6 / span 6;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-ede7ac9f, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-ede7ac9f, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-ede7ac9f, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-ede7ac9f, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-ede7ac9f, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-ede7ac9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-ede7ac9f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_82f7e2e6-41fe-8e24-6496-99ae6bc6e041-deceee98, #w-node-_82f7e2e6-41fe-8e24-6496-99ae6bc6e052-deceee98 {
    grid-column: span 6 / span 6;
  }

  #w-node-_72cf411e-280f-e5ac-c992-7f852cdc0913-deceee98 {
    grid-area: 2 / 1 / 2 / 13;
  }

  #w-node-f8766e98-2bda-3ce1-3c9a-e9a6dd836c23-deceee98 {
    grid-row-end: 2;
    grid-column-start: 1;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-deceee98 {
    grid-area: 3 / 1 / 4 / 13;
    align-self: end;
  }

  #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-deceee98 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-deceee98, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-deceee98 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f87bab55-6607-2eed-3edd-a6e0cf11cc65-deceee98 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f87bab55-6607-2eed-3edd-a6e0cf11cc6b-deceee98 {
    grid-area: 2 / 1 / 4 / 13;
    align-self: end;
  }

  #w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393aae-deceee98 {
    grid-area: 2 / 1 / 2 / 13;
  }

  #w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393ab1-deceee98 {
    grid-column: 1 / 13;
    grid-row-end: 2;
  }

  #w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393ab4-deceee98 {
    grid-area: 3 / 1 / 4 / 13;
    align-self: end;
  }

  #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c93f-deceee98, #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c942-deceee98, #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c94c-deceee98 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_6ea87c8d-0c88-051e-c26f-815a47c68aea-deceee98 {
    grid-column: span 12 / span 12;
  }

  #w-node-b2903716-c663-0bcb-0d8c-a20da64b1747-deceee98, #w-node-b2903716-c663-0bcb-0d8c-a20da64b174d-deceee98, #w-node-b2903716-c663-0bcb-0d8c-a20da64b1757-deceee98 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-639930c9, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-639930c9 {
    grid-column: span 6 / span 6;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-639930c9, #w-node-f648fcee-27a5-94df-f2ef-62db569edbba-639930c9, #w-node-_337ac7cf-61c9-5246-9646-3605860d60ca-639930c9, #w-node-_6c8d1723-7776-5a51-940e-d8c1c320c407-639930c9, #w-node-c4ee069d-c171-ec5a-81a8-03678c9df5b4-639930c9, #w-node-cd1467bd-e36a-c618-d9d7-589d5507394e-639930c9, #w-node-_279c0c82-926a-bf17-b649-d9f7d7b81227-639930c9, #w-node-_362fb4cd-926a-478f-0c93-d3b69d8bcabf-639930c9, #w-node-b2b516ea-acb6-2f02-e546-216794dccfb0-639930c9, #w-node-_681fe6db-3f67-4379-005a-f06885717061-639930c9, #w-node-ece5aa03-9457-62ba-3dad-a987deea0edd-639930c9, #w-node-d919c7e8-a701-c2b5-64b9-a05871b10ca5-639930c9, #w-node-_2ca4ad86-b5a9-4965-c011-6f38b9e03d89-639930c9, #w-node-_5181f97b-60e3-73a9-b4d1-f5f848747f01-639930c9, #w-node-_2535942f-748b-d79d-9931-eae04f721ce5-639930c9, #w-node-_6f603aac-6cfa-fb79-92d4-c6359ea40d95-639930c9, #w-node-cc996827-2ea1-67f3-bd4a-8196d221fc10-639930c9, #w-node-_1aa9fff4-6977-0526-51a5-cb44631d5327-639930c9, #w-node-_434dd35a-491d-ac5b-1cf2-45c86321246f-639930c9, #w-node-c6653849-7e37-cd33-1f82-7205148697de-639930c9, #w-node-_4d8df05b-6361-6b25-b2b2-8c59dc148a28-639930c9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-639930c9, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-639930c9, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-639930c9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-239d6391 {
    grid-column: span 12 / span 12;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-239d6391 {
    grid-column: span 6 / span 6;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-685c1575 {
    grid-column: span 12 / span 12;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-685c1575, #w-node-c0bfecbe-c22f-fe4a-7fbd-eb5b347151c8-685c1575, #w-node-fc7fff86-86ac-91d3-2026-ecf04e461c25-719ebf3c, #w-node-fc7fff86-86ac-91d3-2026-ecf04e461c32-719ebf3c, #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-1fd8fb23, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-1fd8fb23 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-1fd8fb23 {
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d359ace-8c76-7ccb-ca22-b4580e2811e3-94e7ac11 {
    grid-column: span 4 / span 4;
    justify-self: center;
  }

  #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de5-94e7ac11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de7-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405de9-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405deb-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405ded-94e7ac11, #w-node-_4b946e88-956b-47dd-4e9b-2a9b44405def-94e7ac11 {
    grid-column: span 1 / span 1;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c823-94e7ac11, #w-node-f6400198-598d-45a5-8566-ba775fd5c83a-94e7ac11 {
    grid-column: span 6 / span 6;
  }

  #w-node-_43846aa1-e6a0-f910-4af7-9f4d80a25968-94e7ac11 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c7fdc08d-581e-c8be-fe93-2396b8bc22a1-94e7ac11, #w-node-cf598958-7008-332e-e706-8f246411c508-94e7ac11, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-94e7ac11, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-94e7ac11, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-94e7ac11 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81e-c739f7eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-2be7ac24, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-2be7ac24, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-2be7ac24 {
    grid-column: span 4 / span 4;
  }

  #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f9-2be7ac24 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f3496c2c-8ee9-32b0-6803-75773ca74403-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7440d-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74417-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74421-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7442b-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca74435-2be7ac24, #w-node-f3496c2c-8ee9-32b0-6803-75773ca7443f-2be7ac24, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-2be7ac24, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-2be7ac24, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-2be7ac24 {
    grid-column: span 4 / span 4;
  }

  #w-node-_209593d6-7cfc-28ad-62dd-2a0640dbbe7d-f8e7ac25 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ef4f19e6-f796-6f5a-e694-e9de91330137-f8e7ac25, #w-node-ef4f19e6-f796-6f5a-e694-e9de91330130-f8e7ac25 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3913aa9a-6ea4-ab37-d88b-7b153f16ad03-f8e7ac25 {
    grid-column: span 9 / span 9;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-94e7ac26, #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-94e7ac26, #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-94e7ac26 {
    grid-column: span 4 / span 4;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d808904a-94e7ac26 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089063-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-94e7ac26, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-94e7ac26, #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-4fe7ac27, #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d61-4fe7ac27, #w-node-_90fef650-dc97-e834-4936-37bb9ed37933-4fe7ac27, #w-node-_4d28ad15-467b-7f94-196f-4975ea0b9d93-4fe7ac27 {
    grid-column: span 4 / span 4;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-4fe7ac27 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9, #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-column: span 4 / span 4;
  }

  #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b7-36ef57a9, #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-bde7ac28, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-64e7ac29, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-64e7ac29, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-64e7ac29, #w-node-_8e454688-028a-83b4-a215-b194917e0034-64e7ac29 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803b8-64e7ac29 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803ba-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c1-64e7ac29, #w-node-_3d09b860-35ce-ae8a-aa2f-f1997cd803c8-64e7ac29, #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-e7e7ac2a, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-e7e7ac2a {
    grid-column: span 4 / span 4;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-e7e7ac2a {
    grid-column-end: 5;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-34e7ac2b, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-34e7ac2b, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-34e7ac2b, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-34e7ac2b, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-34e7ac2b, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-dbe7ac2c {
    grid-column: span 4 / span 4;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-dbe7ac2c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-30e7ac2d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-30e7ac2d {
    grid-column-end: 5;
  }

  #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-30e7ac2d {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-30e7ac2d, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-30e7ac2d, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-30e7ac2d, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-30e7ac2d, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-30e7ac2d, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-30e7ac2d, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-30e7ac2d, #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48609-9ce7ac72 {
    grid-column: span 4 / span 4;
  }

  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a4861a-9ce7ac72 {
    grid-column-end: 5;
  }

  #w-node-_1c8e674e-3cef-b4ac-3e58-e51f03a48621-9ce7ac72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1cf-9ce7ac72, #w-node-_049bf1f7-3a3a-4d9b-d5e9-5c4146cdc1d0-9ce7ac72, #w-node-ef7261df-8462-f5ef-5504-5680af4d03bb-9ce7ac72, #w-node-fd262acb-b615-e409-b1c0-cbb3072deee2-9ce7ac72, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac72, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44c2-9ce7ac72, #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44d4-9ce7ac72, #w-node-fd837f25-dc92-e7f3-49c0-d2094fa8efec-9ce7ac72, #w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff4-9ce7ac72 {
    grid-column: span 4 / span 4;
  }

  #email-2.w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff6-9ce7ac72, #email-2.w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff7-9ce7ac72, #email-2.w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff8-9ce7ac72 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fd837f25-dc92-e7f3-49c0-d2094fa8eff9-9ce7ac72 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-a9e7ac9a, #w-node-_5dc0b19387abf4598bb20c75an-f1e7ac9d, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c3-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c4-9ce7ac9e, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-9ce7ac9e, #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-9ce7ac9e {
    grid-column: span 4 / span 4;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-9ce7ac9e {
    grid-column-end: 5;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-9ce7ac9e, #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-9ce7ac9e, #w-node-_641616c4-e787-e590-9bba-61667fda4a09-9ce7ac9e, #w-node-_641616c4-e787-e590-9bba-61667fda4a0a-9ce7ac9e, #w-node-ebe94861-0263-65ac-bccc-6c0750fd1be6-9ce7ac9e, #w-node-ebe94861-0263-65ac-bccc-6c0750fd1be7-9ce7ac9e, #w-node-ebe94861-0263-65ac-bccc-6c0750fd1be8-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-9ce7ac9e, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-9ce7ac9e, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-9ce7ac9e, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-9ce7ac9e, #w-node-_4ed574b8-6ad0-5634-7da6-1bb6bf929492-9ce7ac9e, #w-node-dcec4be3-efc5-5015-1fea-8b46a3f62ce5-9ce7ac9e, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-ede7ac9f {
    grid-column: span 4 / span 4;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-ede7ac9f, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-ede7ac9f, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-ede7ac9f, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-ede7ac9f, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-ede7ac9f, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-ede7ac9f {
    grid-column: span 1 / span 1;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-ede7ac9f, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-ede7ac9f, #w-node-e1965b80-b5ec-3a6f-ebfc-2c8613ba7a06-deceee98, #w-node-e1965b80-b5ec-3a6f-ebfc-2c8613ba7a09-deceee98 {
    grid-column: span 4 / span 4;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-deceee98 {
    grid-column: span 12 / span 12;
  }

  #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-deceee98, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-deceee98, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-deceee98, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-deceee98 {
    grid-column: span 4 / span 4;
  }

  #w-node-f87bab55-6607-2eed-3edd-a6e0cf11cc6b-deceee98, #w-node-_9ea00eaa-f511-5df9-1a29-1b7d26393ab4-deceee98 {
    grid-column: span 12 / span 12;
  }

  #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c93f-deceee98, #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c942-deceee98, #w-node-_37438cb1-84c4-3f67-d9bf-f48f5897c94c-deceee98 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6ea87c8d-0c88-051e-c26f-815a47c68aea-deceee98 {
    grid-column: span 12 / span 12;
  }

  #w-node-b2903716-c663-0bcb-0d8c-a20da64b1747-deceee98, #w-node-b2903716-c663-0bcb-0d8c-a20da64b174d-deceee98 {
    grid-column: span 4 / span 4;
  }

  #w-node-b2903716-c663-0bcb-0d8c-a20da64b1757-deceee98 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-639930c9, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-639930c9, #w-node-f648fcee-27a5-94df-f2ef-62db569edbba-639930c9, #w-node-_337ac7cf-61c9-5246-9646-3605860d60ca-639930c9, #w-node-_6c8d1723-7776-5a51-940e-d8c1c320c407-639930c9, #w-node-c4ee069d-c171-ec5a-81a8-03678c9df5b4-639930c9, #w-node-cd1467bd-e36a-c618-d9d7-589d5507394e-639930c9, #w-node-_279c0c82-926a-bf17-b649-d9f7d7b81227-639930c9, #w-node-_362fb4cd-926a-478f-0c93-d3b69d8bcabf-639930c9, #w-node-b2b516ea-acb6-2f02-e546-216794dccfb0-639930c9, #w-node-_681fe6db-3f67-4379-005a-f06885717061-639930c9, #w-node-ece5aa03-9457-62ba-3dad-a987deea0edd-639930c9, #w-node-d919c7e8-a701-c2b5-64b9-a05871b10ca5-639930c9, #w-node-_2ca4ad86-b5a9-4965-c011-6f38b9e03d89-639930c9, #w-node-_5181f97b-60e3-73a9-b4d1-f5f848747f01-639930c9, #w-node-_2535942f-748b-d79d-9931-eae04f721ce5-639930c9, #w-node-_6f603aac-6cfa-fb79-92d4-c6359ea40d95-639930c9, #w-node-cc996827-2ea1-67f3-bd4a-8196d221fc10-639930c9, #w-node-_1aa9fff4-6977-0526-51a5-cb44631d5327-639930c9, #w-node-_434dd35a-491d-ac5b-1cf2-45c86321246f-639930c9, #w-node-c6653849-7e37-cd33-1f82-7205148697de-639930c9, #w-node-_4d8df05b-6361-6b25-b2b2-8c59dc148a28-639930c9, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-639930c9, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-639930c9 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-639930c9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-239d6391, #w-node-_825c053c-a693-3438-f1a8-f107371999ab-239d6391, #w-node-ed657062-5347-35ee-9415-24654e784041-239d6391, #w-node-_0490e58c-653d-e959-246d-699e6ca6f0d4-239d6391, #w-node-ec02c59b-5664-673f-1283-7accab1dfc81-239d6391, #w-node-bb4cf4b6-cb11-e6be-7a21-562ac7dc860e-239d6391, #w-node-f76c0ac5-eb5d-751b-1ded-c7b606864c8e-239d6391, #w-node-_0e22067e-67d2-ccd2-a811-07af6ab1e692-239d6391, #w-node-_0e2d98bf-f196-9003-08c2-6c8ce51bb8f4-239d6391, #w-node-_1b3b25b5-ded5-7d50-d97a-f06ffe6897bc-239d6391, #w-node-d82e4c53-04fc-6e97-b52b-350fb70cda20-239d6391, #w-node-_54ee031b-e6ae-00f3-c6ce-80ff32e25cf3-239d6391, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-685c1575 {
    grid-column: span 12 / span 12;
  }

  #w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-1fd8fb23, #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad956-1fd8fb23 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5e406ddc-ba75-0fa9-722a-d3831b4ad958-1fd8fb23 {
    grid-column-end: 5;
  }
}


