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

:root {
  --dark: #111;
  --haze: #f8f8f8;
  --color-1: #e60d44;
  --grey-3: #bbb;
  --grey-4: #e5e5e5;
  --white: white;
  --color-4: #fb416b;
  --grey-1: #666;
  --sky-blue: #6cb5d5;
  --lynx-white: white;
  --lynx-black: #1f2022;
  --lynx-grey: #797c83;
  --grey-2: #a5a5a5;
  --color-2: #009bfa;
  --color-3: #ffc12c;
  --lynx-medium-purple: #8979ec;
}

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

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

.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-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionaltextinput {
  -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-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.section {
  background-color: var(--haze);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 24px 120px;
  display: flex;
}

.section.haze.no-padding-top.booking {
  padding-top: 53px;
}

.section.haze.no-padding-top.booking.bookingbox {
  margin-top: 100px;
}

.section.haze.hidden {
  display: none;
}

.section.haze.startseite {
  padding-top: 57px;
}

.section.color {
  background-color: var(--color-1);
}

.section.hero-section {
  background-color: #1d4056;
  background-image: url('../images/626a96355e0d74df8a136ac5_header-fotobox-store.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vh;
  display: none;
  position: relative;
}

.section.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tim-gouw-165547-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
  display: none;
}

.section.no-padding-vertical {
  text-align: left;
  display: block;
}

.section.citysection {
  padding-top: 60px;
}

.section.motivsection {
  padding-top: 0;
}

.section.motivheader {
  padding-bottom: 0;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.wrapper.side-paddings {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.hidden {
  display: none;
}

.wrapper.uppercity {
  margin-top: 68px;
}

.wrapper.citywrapper {
  margin-top: 36px;
}

.button {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button:hover {
  box-shadow: 0 8px 8px -4px var(--grey-3);
  transform: scale(1.05);
}

.button.w--current {
  background-color: var(--color-1);
}

.button.w--current:hover {
  box-shadow: 0 8px 8px -4px var(--grey-3);
}

.button.small {
  border-radius: 20px;
  height: 40px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button.small.second {
  margin-left: 10px;
}

.button.white {
  color: var(--dark);
  background-color: #fff;
}

.button.white:hover {
  box-shadow: 0 8px 8px -4px #1113;
}

.button.ghost {
  box-shadow: inset 0 0 0 2px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
}

.button.ghost-bg {
  color: #fff;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button.big {
  border-radius: 28px;
  height: 56px;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 24px;
}

.button.add-to-cart-button {
  margin-bottom: 12px;
  margin-right: 8px;
}

.button.buy-now-button {
  box-shadow: inset 0 0 0 2px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
  margin-top: 0;
}

.button.featurebutton {
  margin-top: 11px;
}

.button.mop {
  margin-bottom: 18px;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 25%;
  padding: 24px 4%;
  display: flex;
}

.button-style-wrapper.dark-bg {
  background-color: var(--color-1);
  color: var(--grey-4);
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 15px #0000001f;
}

.nav-link {
  color: var(--white);
  border-radius: 16px;
  padding: 12px 18px;
  font-family: Intro, sans-serif;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--color-1);
}

.nav-link.hidden {
  display: none;
}

.text-white {
  color: #fff;
}

.utility-page-wrap {
  background-color: #0f2f42;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 48px 16px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 370px;
  padding: 48px;
  display: flex;
}

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

.haze {
  background-color: var(--haze);
}

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

.text-grey.toptext {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.no-margin {
  text-align: left;
  margin: 0;
  font-family: Intro, sans-serif;
}

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

.text-green {
  color: var(--color-1);
}

.intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-bottom: 37px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.intro.wide {
  max-width: 800px;
}

.title {
  color: var(--color-1);
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.title.white {
  color: #fff;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.footer-nav {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #ffffff40;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.nav-menu {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

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

.full-width {
  width: 100%;
}

.page-wrapper {
  background-color: #1e4057;
  padding-top: 104px;
  overflow: hidden;
}

.navigation {
  color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-intro {
  color: var(--dark);
  text-align: center;
  background-color: #fffc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 56px 34px;
  display: flex;
  position: relative;
}

.nav-top {
  color: #fff;
  background-color: #9ad5ef;
  flex-direction: column;
  align-items: center;
  height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.nav-main {
  background-color: #1d3f56;
  flex-direction: column;
  align-items: center;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.nav-top-info {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-top-text {
  margin-right: 16px;
}

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

.footer-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.footer-left {
  align-items: center;
  width: 200px;
  display: flex;
}

.footer-social {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer-bottom-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-bottom-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-bottom-divider {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.instagram {
  width: 100%;
  margin-bottom: 72px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.instagram-link {
  border-radius: 16px;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.instagram-link:hover {
  z-index: 1;
  transform: scale(1.05)translate(0);
  box-shadow: 0 8px 20px -4px #00000029;
}

.home-categories {
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.home-category-card {
  color: #fff;
  background-color: #db0859;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card.red {
  background-color: #6abbe9;
  justify-content: flex-end;
}

.home-category-card.red.gallerykit {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-category-image-1 {
  width: 220px;
  position: absolute;
  bottom: 26px;
  left: 15px;
}

.home-category-info-1 {
  margin-left: 224px;
}

.home-category-image-2 {
  width: 220px;
  position: absolute;
  bottom: 17px;
  right: 21px;
}

.home-category-info-2 {
  text-align: right;
  margin-right: 224px;
}

.shop-header {
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shop-header-line {
  background-color: var(--grey-4);
  width: 100%;
  height: 2px;
  margin-top: 32px;
}

.products {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.product-card-wrapper {
  flex-direction: column;
  width: 25%;
  padding: 15px;
  display: flex;
}

.product-card {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: 24px 24px 32px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.product-card:hover {
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px #00000026;
}

.product-card-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
  padding: 20px;
  display: flex;
}

.product-card-heading {
  color: var(--dark);
  margin-bottom: 12px;
}

.product-card-price {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 16px;
  height: 24px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.shop-header-color {
  background-color: var(--color-1);
  width: 136px;
  height: 100%;
}

.shop-header-color.green {
  background-color: var(--color-1);
}

.link {
  color: var(--dark);
  border-bottom: 2px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-block;
}

.link:hover {
  border-bottom-color: var(--color-1);
}

.link.arrow-link {
  background-image: url('../images/arrow-right-mini-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-top: 4px;
  padding-right: 20px;
}

.play-button {
  background-color: var(--color-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  transition: transform .3s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.1);
}

.subscribe {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.subscribe-form-wrapper {
  width: 50%;
  margin-bottom: 0;
  padding-left: 15px;
}

.subscribe-info {
  flex: 1;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

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

.input {
  border: 2px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  background-color: #fff;
}

.input:focus, .input.-wfp-focus {
  border-color: var(--color-1);
  background-color: #fff;
}

.input.subscribe-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.input.subscribe-input:focus {
  border-color: var(--color-1);
  background-color: #fff;
}

.input.quantity-input {
  width: 80px;
  margin-bottom: 12px;
  margin-right: 8px;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

.input.small {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.subscribe-icon {
  background-color: var(--color-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  padding: 18px 16px 16px;
  display: flex;
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--color-4);
  background-color: #fb416b1a;
  border-radius: 16px;
  margin-top: 12px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.product-error {
  margin-top: 0;
  display: inline-block;
}

.nav-top-social {
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.nav-top-social.hidden {
  display: none;
}

.social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #00000014;
}

.cart-icon {
  width: 32px;
  margin-left: 10px;
}

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

.footer-social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  transition: background-color .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #00000014;
}

.breadcrumbs {
  border: 2px solid var(--grey-4);
  color: var(--grey-1);
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 48px;
  margin-bottom: -8px;
  padding: 8px 28px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: var(--grey-1);
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  opacity: .2;
  width: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

.product {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 56px;
  padding: 80px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.product-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.product-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 10%;
  display: flex;
}

.add-to-cart {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.product-price {
  color: var(--color-1);
  margin-bottom: 32px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.product-details-wrapper {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.product-details {
  flex: 1;
  margin-top: 24px;
  margin-left: 15px;
}

.scroll-mouse-link {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #00000026;
}

.mouse-icon {
  border: 2px solid var(--grey-3);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.mouse-wheel-icon {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

.cart-button {
  color: var(--dark);
  background-color: #0000;
}

.item-count {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 600;
}

.contacts {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  padding: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.map {
  border-radius: 12px;
  width: 100%;
  height: 440px;
  margin-bottom: 64px;
}

.contact-form-wrapper {
  width: 66.66%;
  padding-right: 16.66%;
}

.label {
  color: var(--dark);
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.contact-info {
  flex: 1;
  font-size: 12px;
}

.contact-social {
  flex-flow: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.contact-social-link {
  background-color: var(--dark);
  color: var(--dark);
  border-radius: 50%;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.contact-social-link:hover {
  text-decoration: underline;
  transform: scale(1.12);
}

.contact-social-link.twitter {
  background-color: #2aa3f0;
}

.contact-social-link.facebook {
  background-color: #3b5998;
}

.contact-social-link.insta {
  background-color: var(--color-4);
}

.contact-social-link.youtube {
  background-color: #fc0d1c;
}

.contact-social-link.pinterest {
  background-color: #bd081c;
}

.contact-heading {
  margin-bottom: 28px;
  font-family: Intro, sans-serif;
}

.contact-social-heading {
  width: 100%;
  margin-bottom: 20px;
}

.shop-categories-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.shop-category-link {
  color: var(--dark);
  border-radius: 16px;
  height: 32px;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.shop-category-link:hover {
  text-decoration: underline;
}

.shop-category-link.w--current {
  background-color: var(--color-1);
  color: #fff;
}

.shop-category-link.w--current:hover {
  text-decoration: none;
}

.shop-categories {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-image {
  border-radius: 16px;
  width: 100%;
  margin-top: 64px;
}

.divider {
  background-color: var(--color-1);
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 23px;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.side-block.no-padding-left.booking {
  width: 100%;
  padding-right: 0%;
}

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

.side-block.small-padding-side.booking {
  width: 36%;
}

.side-block.no-padding-right {
  padding-right: 0%;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-image {
  border-radius: 16px;
  width: 100%;
}

.delivery {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  padding: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.delivery.team {
  display: block;
}

.delivery-info {
  flex: 1;
  width: 66.66%;
  padding-right: 8.33%;
}

.question {
  border: 2px solid var(--grey-4);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 270px;
  padding: 40px;
  font-size: 12px;
  display: flex;
}

.question-heading {
  margin-bottom: 16px;
}

.question-heading.phoni {
  padding-top: 26px;
  font-size: 14px;
}

.licence-items {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.licence-link-divider {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.password-heading {
  margin-bottom: 24px;
}

.product-table {
  border: 2px solid var(--grey-4);
  border-radius: 16px;
  width: 270px;
  margin-top: 24px;
  margin-left: 60px;
  margin-right: 15px;
  padding: 16px 32px;
}

.product-table-cell {
  border-bottom: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.product-table-cell.no-border-bottom {
  border-bottom-style: none;
}

.product-table-info {
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.sku {
  color: var(--grey-1);
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.out-of-stock {
  color: var(--color-4);
  background-color: #0000;
  margin-top: 0;
  padding: 15px 15px 15px 0;
  display: inline-block;
}

.cart-container {
  border-radius: 16px;
}

.cart-header {
  padding: 24px 32px;
}

.cart-footer {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-list {
  padding: 16px 32px;
}

.cart-remove-link {
  color: var(--color-4);
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

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

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  z-index: 1;
  width: 48px;
  position: relative;
}

.order-confirmation-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.order-block-content {
  border-style: none;
  padding: 40px 0 48px;
}

.checkout-form {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
  display: flex;
}

.order-block-header {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-4);
  padding: 10px 0;
  font-size: 12px;
}

.order-block {
  border-top: 1px dashed var(--grey-4);
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 24px 10%;
  overflow: hidden;
}

.select {
  background-color: #0000;
  border-style: none;
  border-radius: 24px;
  height: 100%;
}

.select-wrapper {
  border: 2px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.shipping-methods-list {
  border: 1px solid var(--grey-4);
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.shipping-method-item {
  margin-top: 1px;
  margin-bottom: -1px;
  padding: 24px 32px;
}

.shipping-method-radio-button {
  margin-top: 5px;
  margin-right: 6px;
}

.checkbox {
  margin-right: 2px;
  font-size: 20px;
}

.order-main-column {
  background-color: #fff;
  border-radius: 16px;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.order-sidebar {
  flex: 0 auto;
  width: 33.33%;
  max-width: 370px;
  margin-left: 30px;
}

.order-block-side {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.order-block-side.discount-block {
  border-style: none;
  padding: 20px 32px 4px;
}

.order-block-side-header {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-4);
  padding: 24px 32px;
  font-size: 12px;
}

.order-block-side-content {
  border-style: none;
  padding: 32px;
}

.order-block-heading {
  margin-bottom: 0;
}

.order-confirmation {
  width: 100%;
  max-width: none;
}

.cart-pay-button {
  border-radius: 24px;
  height: 45px;
  margin-bottom: 12px;
}

.pay-buttons {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.payment-method {
  z-index: 1;
  flex: 1;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.pay-button {
  border-radius: 24px;
  height: 35px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change-icon {
  color: #fff;
  cursor: pointer;
  background-color: #2c3340;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.change-text {
  color: var(--dark);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.buy-buttons {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.image {
  width: 300px;
}

.image-2 {
  width: 240px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-2 {
  font-size: 24px;
}

.heading-3 {
  font-size: 22px;
}

.heading-4 {
  font-family: Intro, sans-serif;
  font-size: 36px;
}

.heading-5 {
  font-family: Varela Round, sans-serif;
}

.heading-5.booking.workflowheadingh2 {
  font-size: 23px;
}

.heading-6, .heading-7 {
  font-family: Intro, sans-serif;
}

.highlight {
  color: var(--sky-blue);
  font-size: 21px;
  font-weight: 800;
}

.list {
  margin-bottom: 34px;
  padding-left: 0;
}

.list-item {
  margin-bottom: 13px;
  list-style-type: none;
}

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

.heading-8, .heading-9 {
  font-family: Intro, sans-serif;
}

.radio-button-field {
  background-image: url('../images/preis-fotobox-mieten.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.radiobutton.w--redirected-checked {
  background-color: #c92828;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-block {
  width: 100%;
}

.div-block-2, .div-block-3 {
  padding-right: 12px;
}

.text-field {
  margin-right: 0;
}

.div-block-4 {
  padding-right: 12px;
}

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

.backblock {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  width: 100%;
  padding: 20px;
}

.date {
  border: 3px solid var(--sky-blue);
  padding-top: 15px;
  padding-bottom: 15px;
}

.subheadingsub {
  text-align: center;
  font-size: 21px;
}

.subheadingsub.impressum {
  text-align: left;
  max-width: 700px;
  font-size: 21px;
}

.dsgvolink {
  font-size: 12px;
}

.contactbild {
  margin-bottom: 49px;
}

.html-embed {
  width: 100%;
  height: 100%;
  display: none;
}

.hiddenform {
  display: none;
}

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

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

.workflowgrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 26px;
}

.workflowgrid.backpage {
  display: none;
}

.workflwoimage {
  width: 80px;
  max-height: 80px;
}

.workflowheading {
  margin-top: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.workflowdiv {
  text-align: center;
}

.lynx-button-white {
  background-color: var(--lynx-white);
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
}

.lynx-paragraph-white {
  color: var(--lynx-white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-white {
  color: var(--lynx-white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Varela Round, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero-large {
  background-color: #1b3f56;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -34px;
  padding: 20px 60px;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/B7332F2E-E0C0-4164-8B2A-91D548D5D0AD.JPG'), url('../images/fotoboxbremen.jpg');
  background-position: 100%, 100%;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-hero-large.hamburg {
  background-image: url('../images/fotobox-mieten-hamburg.jpg'), url('../images/fotoboxbremen.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.lynx-hero-large.wedding {
  background-image: url('../images/fotoboxbremen.jpg'), url('../images/B7332F2E-E0C0-4164-8B2A-91D548D5D0AD.JPG'), url('../images/fotoboxbremen.jpg');
  background-position: 100%, 100%, 100%;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, cover, auto;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.bold-text {
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.lynx-paragraph-features {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-icon-features-small {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-features-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-features-bg {
  background-color: var(--lynx-white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-features-purple {
  background-color: #8979ec1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-grid-features.singlegrid {
  grid-template-columns: 1fr;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.featureimge {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 21px;
}

.lynx-text-check {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-paragraph-features-2 {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx-white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-button-white-2 {
  clear: none;
  background-color: var(--color-1);
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-right: 10px;
  padding: 22px 36px;
  font-family: Intro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 50%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: static;
}

.lynx-button-white-2:hover {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
}

.lynx-heading-white-small {
  color: var(--lynx-white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Intro, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white-2 {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero {
  background-color: #1e4058;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  margin-top: 110px;
  padding: 20px 60px;
  display: flex;
}

.lynx-hero {
  background-image: url('../images/fotobox-header.jpg');
  background-position: 50% 8%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  position: relative;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-hero-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  position: relative;
}

.headertext {
  color: var(--white);
  font-weight: 400;
}

.heading-10 {
  font-family: Intro, sans-serif;
}

.text-span-2 {
  text-decoration: underline;
}

.cityheader {
  color: var(--white);
  font-family: Intro, sans-serif;
}

.fullwidth, .quick-stack {
  width: 100%;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.motiv {
  box-shadow: 0 2px 5px #0003;
}

.button-2 {
  background-color: var(--color-1);
}

.motivbutton {
  background-color: var(--color-1);
  text-align: center;
  width: 100%;
}

.st-rer {
  background-color: var(--color-1);
}

.stoererheadling {
  color: var(--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.quick-stack-3 {
  width: 100%;
}

.block-content {
  padding-bottom: 0;
}

.text-span-3 {
  text-decoration: underline;
}

.lynx-client-info {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-reviews {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-reviews-bg {
  background-color: var(--lynx-white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-grid-reviews {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-2 {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

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

.quick-stack-4 {
  width: 100%;
}

.image-3 {
  width: 20%;
}

.cell {
  text-align: center;
  align-items: center;
}

.heading-11 {
  font-family: Intro, sans-serif;
}

.div-block-6 {
  width: 73%;
}

.heading-12.teamname {
  margin-bottom: 0;
  font-family: Intro, sans-serif;
  font-size: 18px;
}

.heading-12.teamtitel {
  font-family: Intro, sans-serif;
  font-size: 14px;
}

.teamlink {
  color: var(--color-1);
}

.ausgebucht {
  color: var(--color-1);
  text-align: center;
  margin-top: 33px;
  font-family: Intro, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  text-align: center;
  width: 100%;
}

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

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

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

  .section {
    padding: 88px 8px;
  }

  .section.haze.no-padding-top.booking.bookingbox {
    margin-top: 90px;
  }

  .section.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .section.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .section.citysection {
    padding-top: 10px;
  }

  .wrapper.nav-bar-wrapper {
    height: auto;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button:hover {
    transform: none;
  }

  .button-style-wrapper {
    width: 50%;
    padding: 48px 8%;
  }

  .nav-bar {
    position: absolute;
  }

  .nav-link {
    border-bottom: 1px solid var(--grey-4);
    border-radius: 0;
    padding: 16px 24px;
  }

  .no-margin {
    margin: 0;
  }

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

  .intro {
    margin-bottom: 56px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-nav {
    justify-content: flex-end;
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .brand {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-menu {
    border-top: 1px solid var(--grey-4);
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .page-wrapper {
    padding-top: 96px;
  }

  .navigation {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .hero-intro {
    max-width: 480px;
    padding: 40px;
  }

  .nav-top {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-main {
    height: 64px;
    padding-left: 8px;
    padding-right: 0;
  }

  .nav-top-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-left {
    flex: none;
    width: auto;
  }

  .footer-social {
    width: 100%;
    margin-top: 24px;
  }

  .instagram {
    flex-wrap: wrap;
    width: 75%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-link {
    flex: 25%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .instagram-link:hover {
    transform: none;
  }

  .home-categories {
    flex-direction: column;
    max-width: 480px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-category-card {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card.red {
    margin-top: 64px;
  }

  .home-category-image-1 {
    width: 176px;
    left: 10px;
  }

  .home-category-info-1 {
    margin-left: 176px;
  }

  .home-category-image-2 {
    width: 176px;
  }

  .home-category-info-2 {
    margin-right: 182px;
  }

  .shop-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .products {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-card-wrapper {
    width: 50%;
    padding: 20px;
  }

  .product-card:hover {
    transform: none;
  }

  .product-card-image-wrapper {
    height: 284px;
    padding: 32px;
  }

  .subscribe {
    flex-direction: column;
    justify-content: flex-start;
    width: 66.66%;
    padding: 64px;
  }

  .subscribe-form-wrapper {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }

  .subscribe-info {
    text-align: center;
    flex-direction: column;
    padding-right: 0;
  }

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

  .input.subscribe-input {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .subscribe-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-error {
    text-align: center;
  }

  .nav-top-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .breadcrumbs {
    height: 40px;
    margin-top: 20px;
  }

  .product {
    padding: 56px;
  }

  .product-image-wrapper {
    order: -1;
    padding: 48px;
  }

  .product-info {
    width: 100%;
    margin-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-details {
    flex: 0 auto;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .contacts {
    padding: 64px;
  }

  .map {
    height: 400px;
  }

  .menu-button {
    border-left: 1px solid var(--grey-4);
    height: 100%;
    padding: 20px;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .contact-form-wrapper {
    width: 100%;
    padding-right: 0%;
  }

  .contact-info {
    margin-top: 48px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.no-padding-left.booking {
    width: 100%;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.small-padding-side.booking {
    width: 100%;
  }

  .side-block.no-padding-right {
    padding-right: 8.33%;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: row-reverse;
    align-items: stretch;
  }

  .side-info {
    text-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-image {
    width: 83.33%;
  }

  .delivery {
    flex-direction: column;
    padding: 64px;
  }

  .delivery-info {
    flex: 0 auto;
    width: 100%;
    padding-right: 0%;
  }

  .question {
    text-align: left;
    flex-direction: row;
    width: 100%;
  }

  .question-heading {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-table {
    width: 50%;
    margin-top: -32px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .order-confirmation-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .checkout-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .order-block {
    padding: 0 32px;
  }

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

  .order-sidebar {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 24px;
  }

  .order-block-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .order-confirmation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pay-buttons {
    padding: 32px 48px;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .image-2 {
    right: 1%;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-radius: 0;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-hero-large {
    background-position: 85%;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.haze.no-padding-top.booking.bookingbox {
    margin-top: 82px;
  }

  .section.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.video-section {
    padding-bottom: 72px;
  }

  .button-style-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .no-margin {
    margin: 0;
  }

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

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 32px;
  }

  .footer-nav {
    padding-left: 24px;
    padding-right: 0;
  }

  .footer-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-bottom {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .footer-brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-social {
    margin-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .instagram {
    width: 100%;
  }

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

  .product-card-wrapper {
    padding: 8px;
  }

  .product-card-image-wrapper {
    height: 224px;
    padding: 24px;
  }

  .link.arrow-link {
    margin-top: 0;
  }

  .subscribe {
    width: 83.33%;
  }

  .subscribe-form-wrapper {
    margin-top: 16px;
  }

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

  .nav-top-social {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    border-width: 1px;
    height: 32px;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .product {
    padding: 32px 32px 48px;
  }

  .product-image-wrapper {
    width: 100%;
  }

  .scroll-mouse-link {
    display: none;
  }

  .contacts {
    padding: 40px;
  }

  .map {
    height: 280px;
  }

  .shop-categories-wrapper {
    justify-content: center;
    width: 100%;
  }

  .side-block.no-padding-left.booking, .side-block.small-padding-side.booking {
    width: 100%;
  }

  .side-blocks.mobile-reverse {
    flex-direction: row-reverse;
  }

  .side-image {
    width: 100%;
  }

  .delivery {
    padding: 40px;
  }

  .question {
    text-align: center;
    flex-direction: column;
  }

  .question-heading {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .licence-items {
    width: 100%;
  }

  .product-table {
    width: 66.66%;
  }

  .order-block {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .shipping-method-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shipping-method-radio-button {
    margin-right: 2px;
  }

  .form-columns {
    flex-flow: column wrap;
  }

  .order-block-side-header, .order-block-side-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pay-buttons {
    padding-left: 11px;
    padding-right: 11px;
  }

  .changelog {
    width: 100%;
  }

  .image-2 {
    width: 160px;
    bottom: -2%;
    right: -1%;
  }

  .workflowgrid {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .stoererheadling {
    font-size: 19px;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .section, .section.haze.no-padding-top.booking {
    padding-top: 10px;
  }

  .section.haze.no-padding-top.booking.bookingbox {
    margin-top: 73px;
  }

  .section.haze.startseite {
    padding-top: 0;
  }

  .section.hero-section {
    background-position: 0%;
    background-size: cover;
  }

  .wrapper {
    flex-direction: column;
    display: flex;
  }

  .wrapper.nav-bar-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    margin-bottom: 0;
  }

  .button.small.second {
    margin-top: 10px;
  }

  .button.workflowbutton {
    font-size: 11px;
  }

  .button.mop {
    margin-bottom: 8px;
  }

  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link {
    background-color: #5896b1;
  }

  .utility-page-content {
    width: 100%;
    padding: 32px;
  }

  .no-margin {
    margin: 0;
  }

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

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .hero-intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    width: 100%;
  }

  .instagram-link {
    margin: 4px;
  }

  .home-category-card {
    flex-direction: column;
    padding-top: 0;
  }

  .home-category-card.red {
    margin-top: 80px;
  }

  .home-category-card.red.gallerykit {
    border-radius: 0;
    margin-top: 10px;
    padding: 10px;
  }

  .home-category-image-1 {
    width: 80%;
    margin-top: -48px;
    margin-bottom: 16px;
    margin-left: -8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .home-category-info-1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .home-category-image-2 {
    margin-top: -48px;
    margin-bottom: 12px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .home-category-info-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .product-card-wrapper {
    width: 100%;
  }

  .product-card-image-wrapper {
    height: 76vw;
  }

  .subscribe {
    width: 100%;
    padding: 40px 32px;
  }

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

  .product {
    padding: 16px 16px 40px;
  }

  .product-image-wrapper {
    padding: 8px;
  }

  .product-info {
    margin-top: 40px;
  }

  .contacts {
    padding: 24px;
  }

  .contact-info {
    margin-bottom: 16px;
  }

  .shop-categories-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .shop-category-link {
    margin-bottom: 8px;
  }

  .shop-categories {
    flex-direction: column;
    justify-content: center;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .side-block.no-padding-left.booking, .side-block.small-padding-side.booking {
    width: 100%;
  }

  .side-blocks {
    flex-direction: row;
    display: flex;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

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

  .side-image {
    width: 100%;
  }

  .delivery {
    padding: 24px;
  }

  .question {
    padding: 32px 12%;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .product-table {
    width: 100%;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-block {
    padding: 0 32px;
  }

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

  .shipping-method-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shipping-method-radio-button {
    margin-top: 0;
    margin-bottom: 13px;
    margin-right: 0;
  }

  .order-block-side-header, .order-block-side-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pay-buttons {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .payment-method {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    width: auto;
    max-width: 200px;
    min-height: auto;
    max-height: 90%;
  }

  .image-2 {
    width: 170px;
    inset: 21% -3% auto auto;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-5.booking {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .list-item {
    text-align: left;
  }

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

  .subheadingsub {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .subheadingsub.impressum {
    width: 100%;
  }

  .dsgvolink {
    width: auto;
    font-size: 14px;
    display: inline;
  }

  .image_grid {
    flex-direction: column;
    display: flex;
  }

  .workflowgrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .workflowheading, .lynx-paragraph-white {
    font-size: 14px;
  }

  .lynx-heading-white {
    font-size: 27px;
  }

  .lynx-block-hero-large {
    border-radius: 0;
    width: 100%;
    margin-top: 328px;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 10px;
    font-size: 14px;
  }

  .lynx-hero-large {
    background-position: 93%;
    background-size: cover;
    border-radius: 0;
    min-height: 400px;
    margin-bottom: 403px;
  }

  .lynx-content-hero {
    border-radius: 0;
  }

  .lynx-heading-features-small {
    font-family: Varela Round, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .lynx-grid-features {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-image {
    border-radius: 0;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-button-white-2 {
    padding: 20px;
    font-size: 14px;
  }

  .lynx-heading-white-small {
    font-family: Intro, sans-serif;
    font-size: 29px;
  }

  .lynx-block-hero {
    background-color: #1e4057;
    border-radius: 0;
    padding-left: 22px;
    padding-right: 20px;
  }

  .lynx-hero {
    background-position: 57%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    border-radius: 0;
  }

  .div-block-5 {
    font-size: 14px;
  }

  .cityheadline, .cityheader {
    color: var(--white);
    font-family: Intro, sans-serif;
  }

  .fullwidth {
    flex-direction: column;
    display: flex;
  }

  .list-2 {
    text-align: left;
    padding-left: 15px;
  }

  .paragraph {
    text-align: left;
  }

  .stoererheadling {
    text-align: center;
    font-size: 19px;
  }

  .quick-stack-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .image-3 {
    width: 20%;
    margin-right: 12px;
  }

  .cell {
    flex-direction: row;
    display: flex;
  }

  .div-block-6 {
    width: 100%;
  }

  .heading-12 {
    width: 100px;
  }
}

#w-node-_4a90de72-9492-8947-9acc-f1b8cbecb670-fecbbb84, #w-node-_2bb29708-f2c2-33b0-eca5-5c1df95cfdcc-fecbbb84, #w-node-b08c9e90-4ef0-0b2c-1fba-bf929c51e2d9-fecbbb84, #w-node-_9d110a5f-8bb9-0e9f-48df-68e37f75fe31-fecbbb84, #w-node-bcd62b09-e187-a224-93c9-34033de1be48-fecbbb84, #w-node-bcd62b09-e187-a224-93c9-34033de1be49-fecbbb84, #w-node-bcd62b09-e187-a224-93c9-34033de1be4a-fecbbb84, #w-node-_8c08d352-bcd5-3765-87ee-0f4409ac5086-fecbbb84, #w-node-_8c08d352-bcd5-3765-87ee-0f4409ac5087-fecbbb84, #w-node-_8c08d352-bcd5-3765-87ee-0f4409ac5088-fecbbb84, #w-node-c573e598-2882-e8cd-e983-0ec813fcb2fc-fecbbb84, #w-node-c573e598-2882-e8cd-e983-0ec813fcb2fd-fecbbb84, #w-node-c573e598-2882-e8cd-e983-0ec813fcb2fe-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b164493485c-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b164493485d-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b164493485e-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934860-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934861-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934862-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934864-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934865-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934866-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934868-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934869-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b164493486a-fecbbb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cab265c-874d-ce03-ed5c-4b164493486c-fecbbb84 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2cab265c-874d-ce03-ed5c-4b164493486d-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934871-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934875-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b164493487d-fecbbb84, #Vorname.w-node-_2cab265c-874d-ce03-ed5c-4b1644934880-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934881-fecbbb84, #Nachname.w-node-_2cab265c-874d-ce03-ed5c-4b1644934884-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934885-fecbbb84, #Email-3.w-node-_2cab265c-874d-ce03-ed5c-4b1644934888-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934889-fecbbb84, #Telefon.w-node-_2cab265c-874d-ce03-ed5c-4b164493488c-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b164493488d-fecbbb84, #Adresse.w-node-_2cab265c-874d-ce03-ed5c-4b1644934890-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934891-fecbbb84, #ort.w-node-_2cab265c-874d-ce03-ed5c-4b1644934894-fecbbb84, #w-node-_5127fb29-e19f-eb15-2d94-03f8009e13e0-fecbbb84, #w-node-_5127fb29-e19f-eb15-2d94-03f8009e13f5-fecbbb84, #w-node-_5127fb29-e19f-eb15-2d94-03f8009e140a-fecbbb84, #w-node-b345f3ba-970e-85fc-4498-9618e967026c-aca226cf, #w-node-b5637fcf-f5cd-964a-60ae-cf21aca226d1-aca226cf, #w-node-_2c694d58-6077-416e-4e0e-dac9f816c9b0-aca226cf, #w-node-_2c694d58-6077-416e-4e0e-dac9f816c9b1-aca226cf, #w-node-d1e6812f-9dbc-8ec0-30a8-b7bef3d1daa3-aca226cf, #w-node-d1e6812f-9dbc-8ec0-30a8-b7bef3d1daa4-aca226cf, #w-node-_1d7260e2-b572-b7ed-2358-167ec4b79e67-aca226cf, #w-node-_1d7260e2-b572-b7ed-2358-167ec4b79e68-aca226cf, #w-node-_91d44147-3b27-eff9-35ca-59ab0d2ee1a7-aca226cf, #w-node-_91d44147-3b27-eff9-35ca-59ab0d2ee1a8-aca226cf, #w-node-_74a245fd-9692-9162-c958-4ffccbd09da2-aca226cf, #w-node-_74a245fd-9692-9162-c958-4ffccbd09da3-aca226cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea5d2364-a6c5-0b9c-2f78-e5bb8bc01097-fecbbb93 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bb218f06-3327-cc55-012f-342f1bb84e4d-fecbbb93, #w-node-_56097d3b-5090-14bc-809d-8379c37631a0-fecbbb93, #w-node-_980df2d9-4c8b-4e8d-f41c-67e887ff658e-fecbbb93, #w-node-e41e726e-cafe-11fc-2d22-bdad7d5e6e80-fecbbb93, #w-node-_74fbfaca-c8f8-480c-da68-66669b9e1c15-fecbbb93, #w-node-_9ea245de-ff49-7835-9836-e70f3df16aab-fecbbb93, #w-node-b53e7688-5140-3c49-c036-e61814119635-fecbbb93, #w-node-dba938ab-646d-342b-bf51-0ecfcf56d288-fecbbb93, #w-node-_8187ee94-10b2-297b-b04f-e506f79db746-fecbbb93, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462d5-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462d6-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462d7-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462d9-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462da-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462db-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462dd-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462de-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462df-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462e1-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462e2-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462e3-fecbbb94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f4b263-40e2-0d63-ad7f-4d88825847a8-fecbbb94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_64d5e84d-6563-0cca-c3fa-9c1aeb08f140-fecbbb94, #w-node-a43ae058-6a3e-a83b-78ad-b9ffcf48900a-fecbbb94, #w-node-a0098f2d-2fcc-56c8-e42d-f94311a38e6f-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462e9-fecbbb94, #Vorname.w-node-_9e60e30c-1113-5cc8-658a-d1cb154462ec-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462ed-fecbbb94, #Nachname.w-node-_9e60e30c-1113-5cc8-658a-d1cb154462f0-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462f1-fecbbb94, #Email.w-node-_9e60e30c-1113-5cc8-658a-d1cb154462f4-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462f5-fecbbb94, #Telefon.w-node-_9e60e30c-1113-5cc8-658a-d1cb154462f8-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462f9-fecbbb94, #Adresse.w-node-_9e60e30c-1113-5cc8-658a-d1cb154462fc-fecbbb94, #w-node-_9e60e30c-1113-5cc8-658a-d1cb154462fd-fecbbb94, #ort.w-node-_9e60e30c-1113-5cc8-658a-d1cb15446300-fecbbb94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cca340f-0d16-0821-0dd1-4758594403be-fecbbb9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d682e9d8-9698-4e20-95e3-c15b9ac13198-fecbbb9f, #w-node-_4c150b69-cc39-6d0d-5e0c-e9d3bc73bee7-fecbbb9f, #w-node-_8d1bfde7-c6e7-1753-b74c-91fccc192122-fecbbb9f, #w-node-_7e49c190-a7b8-13d6-26d9-78b7f5b3f08f-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a8d-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a8e-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a8f-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a91-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a92-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a93-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a95-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a96-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a97-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a99-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9a-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9b-fecbbba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9d-fecbbba0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9e-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa2-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa6-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aae-fecbbba0, #Vorname-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab1-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab2-fecbbba0, #Nachname-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab5-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab6-fecbbba0, #Email-6.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab9-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aba-fecbbba0, #Telefon-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9abd-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9abe-fecbbba0, #Adresse-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ac1-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ac2-fecbbba0, #ort-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ac5-fecbbba0, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aed97-fecbbba0, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aed9e-fecbbba0, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aeda7-fecbbba0, #w-node-a32eb9dd-5030-6c42-b983-be798e00c93c-fecbbba0, #w-node-a32eb9dd-5030-6c42-b983-be798e00c942-fecbbba0, #w-node-a32eb9dd-5030-6c42-b983-be798e00c94a-fecbbba0, #w-node-ec912ba9-54a5-dd2c-dc85-efd03273d05a-fecbbba0, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aed97-fecbbba1, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aed9e-fecbbba1, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aeda7-fecbbba1, #w-node-a32eb9dd-5030-6c42-b983-be798e00c93c-fecbbba1, #w-node-a32eb9dd-5030-6c42-b983-be798e00c942-fecbbba1, #w-node-a32eb9dd-5030-6c42-b983-be798e00c94a-fecbbba1, #w-node-ec912ba9-54a5-dd2c-dc85-efd03273d05a-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c172-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c180-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c181-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c182-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c184-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c185-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c186-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c188-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c189-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c18a-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c18c-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c18d-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c18e-fecbbba1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_528b6f8b-08ee-4929-f913-068a2e79c190-fecbbba1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_528b6f8b-08ee-4929-f913-068a2e79c191-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c195-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c199-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c1a1-fecbbba1, #Vorname-3.w-node-_528b6f8b-08ee-4929-f913-068a2e79c1a4-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c1a5-fecbbba1, #Nachname-3.w-node-_528b6f8b-08ee-4929-f913-068a2e79c1a8-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c1a9-fecbbba1, #Email-6.w-node-_528b6f8b-08ee-4929-f913-068a2e79c1ac-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c1ad-fecbbba1, #Telefon-3.w-node-_528b6f8b-08ee-4929-f913-068a2e79c1b0-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c1b1-fecbbba1, #Adresse-3.w-node-_528b6f8b-08ee-4929-f913-068a2e79c1b4-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c1b5-fecbbba1, #ort-3.w-node-_528b6f8b-08ee-4929-f913-068a2e79c1b8-fecbbba1, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca72-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca73-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca74-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca76-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca77-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca78-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca7a-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca7b-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca7c-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca7e-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca7f-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca80-fecbbba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca82-fecbbba6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca83-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca87-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca8b-fecbbba6, #w-node-_7e49c190-a7b8-13d6-26d9-78b7f5b3f08f-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a8d-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a8e-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a8f-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a91-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a92-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a93-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a95-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a96-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a97-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a99-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9a-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9b-dfab85d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9d-dfab85d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9e-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa2-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa6-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aae-dfab85d0, #Vorname-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab1-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab2-dfab85d0, #Nachname-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab5-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab6-dfab85d0, #Email-6.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ab9-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aba-dfab85d0, #Telefon-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9abd-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9abe-dfab85d0, #Adresse-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ac1-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ac2-dfab85d0, #ort-3.w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9ac5-dfab85d0, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aed97-dfab85d0, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aed9e-dfab85d0, #w-node-c349f2ad-8850-5aa1-567a-e9a2d28aeda7-dfab85d0, #w-node-a32eb9dd-5030-6c42-b983-be798e00c93c-dfab85d0, #w-node-a32eb9dd-5030-6c42-b983-be798e00c942-dfab85d0, #w-node-a32eb9dd-5030-6c42-b983-be798e00c94a-dfab85d0, #w-node-ec912ba9-54a5-dd2c-dc85-efd03273d05a-dfab85d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_697d8331-dd12-5e3e-87fa-3dd92d96ab30-3a2d2f85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0dc9554a-dbe4-3e71-04a3-80053309be29-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be37-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be38-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be39-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be3b-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be3c-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be3d-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be3f-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be40-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be41-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be43-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be44-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be45-b29329c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dc9554a-dbe4-3e71-04a3-80053309be47-b29329c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0dc9554a-dbe4-3e71-04a3-80053309be48-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be4c-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be50-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be58-b29329c1, #Vorname-3.w-node-_0dc9554a-dbe4-3e71-04a3-80053309be5b-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be5c-b29329c1, #Nachname-3.w-node-_0dc9554a-dbe4-3e71-04a3-80053309be5f-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be60-b29329c1, #Email-6.w-node-_0dc9554a-dbe4-3e71-04a3-80053309be63-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be64-b29329c1, #Telefon-3.w-node-_0dc9554a-dbe4-3e71-04a3-80053309be67-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be68-b29329c1, #Adresse-3.w-node-_0dc9554a-dbe4-3e71-04a3-80053309be6b-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be6c-b29329c1, #ort-3.w-node-_0dc9554a-dbe4-3e71-04a3-80053309be6f-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be7e-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be86-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be8e-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be97-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be9e-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309bea5-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309bead-b29329c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ea5d2364-a6c5-0b9c-2f78-e5bb8bc01097-fecbbb93 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bb218f06-3327-cc55-012f-342f1bb84e4d-fecbbb93, #w-node-_56097d3b-5090-14bc-809d-8379c37631a0-fecbbb93, #w-node-_980df2d9-4c8b-4e8d-f41c-67e887ff658e-fecbbb93, #w-node-e41e726e-cafe-11fc-2d22-bdad7d5e6e80-fecbbb93, #w-node-_74fbfaca-c8f8-480c-da68-66669b9e1c15-fecbbb93, #w-node-_9ea245de-ff49-7835-9836-e70f3df16aab-fecbbb93, #w-node-b53e7688-5140-3c49-c036-e61814119635-fecbbb93, #w-node-dba938ab-646d-342b-bf51-0ecfcf56d288-fecbbb93, #w-node-_8187ee94-10b2-297b-b04f-e506f79db746-fecbbb93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2cab265c-874d-ce03-ed5c-4b164493486c-fecbbb84 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2cab265c-874d-ce03-ed5c-4b164493486d-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934871-fecbbb84, #w-node-_2cab265c-874d-ce03-ed5c-4b1644934875-fecbbb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea5d2364-a6c5-0b9c-2f78-e5bb8bc01097-fecbbb93 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb218f06-3327-cc55-012f-342f1bb84e4d-fecbbb93, #w-node-_56097d3b-5090-14bc-809d-8379c37631a0-fecbbb93, #w-node-_980df2d9-4c8b-4e8d-f41c-67e887ff658e-fecbbb93, #w-node-e41e726e-cafe-11fc-2d22-bdad7d5e6e80-fecbbb93, #w-node-_74fbfaca-c8f8-480c-da68-66669b9e1c15-fecbbb93, #w-node-_9ea245de-ff49-7835-9836-e70f3df16aab-fecbbb93, #w-node-b53e7688-5140-3c49-c036-e61814119635-fecbbb93, #w-node-dba938ab-646d-342b-bf51-0ecfcf56d288-fecbbb93, #w-node-_8187ee94-10b2-297b-b04f-e506f79db746-fecbbb93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04f4b263-40e2-0d63-ad7f-4d88825847a8-fecbbb94 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_64d5e84d-6563-0cca-c3fa-9c1aeb08f140-fecbbb94, #w-node-a43ae058-6a3e-a83b-78ad-b9ffcf48900a-fecbbb94, #w-node-a0098f2d-2fcc-56c8-e42d-f94311a38e6f-fecbbb94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9d-fecbbba0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9e-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa2-fecbbba0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa6-fecbbba0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_528b6f8b-08ee-4929-f913-068a2e79c190-fecbbba1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_528b6f8b-08ee-4929-f913-068a2e79c191-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c195-fecbbba1, #w-node-_528b6f8b-08ee-4929-f913-068a2e79c199-fecbbba1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca82-fecbbba6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca83-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca87-fecbbba6, #w-node-_520c2b57-3040-16b5-3aa4-e5c35c65ca8b-fecbbba6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9d-dfab85d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9a9e-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa2-dfab85d0, #w-node-ee6ab309-dc3f-8a57-9bca-8c5128cd9aa6-dfab85d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be47-b29329c1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be48-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be4c-b29329c1, #w-node-_0dc9554a-dbe4-3e71-04a3-80053309be50-b29329c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Intro';
  src: url('../fonts/Intro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}