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

:root {
  --colour-four: #000;
  --colour-two: #777;
  --colour-one: #f3f3f3;
  --colour-four-transparent: #0000004d;
  --colour-three-transparent: #8d553580;
  --colour-one-transparent: #fff9;
  --colour-6-transparent: var(--colour-one);
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 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 {
  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;
  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-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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

body {
  color: var(--colour-four);
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 150%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--colour-two);
  font-family: Barlow, sans-serif;
  text-decoration: none;
  transition: opacity .4s, color .4s;
}

a:hover {
  opacity: .7;
  color: var(--colour-two);
}

a.w--current {
  z-index: 4;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 34px;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--colour-one);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section._100-vh {
  height: 100vh;
}

.section.colour-one {
  z-index: auto;
  background-color: var(--colour-one);
  max-width: none;
  margin-top: 0;
  margin-bottom: auto;
  overflow: hidden;
}

.section.colour-one.z {
  z-index: 4;
}

.section.colour-one.top-margin-mobile {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 70px;
  display: flex;
}

.section.colour-one.top-margin-mobile.hp {
  margin-top: -160px;
}

.section.colour-one.top-margin-mobile.mentoring {
  margin-top: 350px;
}

.section.colour-four {
  background-color: var(--colour-one);
  margin-top: -80px;
  margin-bottom: 0;
  display: flex;
}

.section.colour-four.z {
  z-index: 4;
  z-index: 3;
  margin-top: 100px;
}

.section.z {
  z-index: 4;
}

.section._400-px {
  min-height: 400px;
}

.section.colour-white {
  background-color: #fff;
}

.section.colour-white.z {
  z-index: 4;
  background-color: var(--colour-one);
  margin-top: 50px;
}

.section.colour-white.z.port {
  z-index: auto;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  max-width: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  overflow: hidden;
}

.section.colour-white.z.new {
  margin-top: 0;
}

.section.top-margin-mobile {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section.min-300px {
  min-height: 400px;
}

.section.min-300px.top-margin-80-px {
  min-height: 300px;
}

.section.top-margin-80-px.min-500-px {
  min-height: 500px;
}

.section._60-vh {
  height: 60vh;
}

.section.top {
  grid-template-rows: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container {
  z-index: auto;
  background-color: var(--colour-one);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.nav {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.nav.center {
  justify-content: center;
}

.container.port {
  padding-top: 28vw;
}

.container.port1 {
  margin-top: auto;
  overflow: visible;
}

.container.home {
  margin-top: 0;
}

.container.portw {
  margin-top: 50px;
}

.container.mentoring {
  margin-top: 0;
}

.container.formnew {
  text-align: left;
  padding-top: 5vw;
  font-size: 18px;
}

.styleguide-section-wrapper {
  border-bottom: 1px solid var(--colour-four-transparent);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.styleguide-section-wrapper.headings {
  padding-top: 40px;
  padding-bottom: 40px;
}

.styleguide-colour-info {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide-colour {
  width: 200px;
  height: 200px;
  position: relative;
}

.styleguide-colour.colour-two {
  background-color: var(--colour-two);
}

.styleguide-colour.bg-darkest {
  background-color: var(--colour-four);
}

.styleguide-colour.colour-one {
  background-color: var(--colour-one);
}

.styleguide-left-column-sticky-container {
  margin-bottom: 10vw;
  position: sticky;
  top: 400px;
}

.styleguide-left-column {
  width: 20%;
}

.styleguide-left-column.center {
  align-items: center;
  display: flex;
}

.paragraph-light {
  opacity: .5;
}

.styleguide-colours {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.styleguide-right-column {
  flex-direction: row;
  align-items: center;
  width: 80%;
  padding-left: 5vw;
  display: flex;
}

.styleguide-right-column.vertical {
  flex-direction: column;
}

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

.styleguide-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.styleguide-class-label {
  background-color: var(--colour-one);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.styleguide-class-label.class-label-no-margin {
  margin-top: 0;
}

.styleguide-all-sections-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.labels-wrapper {
  flex-flow: wrap;
  display: flex;
}

.styleguide-two-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-wrapper {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-basic-one {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--colour-three-transparent);
  width: 100%;
  height: 60px;
  color: var(--colour-one);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 3px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.button-basic-one:hover {
  opacity: .9;
  color: var(--colour-two);
}

.button-basic-one.wide {
  width: 100%;
}

.button-basic-one.buy-now {
  background-color: var(--colour-four-transparent);
  height: 40px;
  color: var(--colour-four);
}

.button-basic-one.about {
  width: 30%;
}

.label-button {
  z-index: 1;
  position: relative;
}

.button-basic-two {
  z-index: 2;
  border: 1px solid var(--colour-one);
  background-color: var(--colour-one);
  height: 60px;
  color: var(--colour-four);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-basic-two:hover {
  opacity: .9;
  color: var(--colour-two);
}

.button-basic-two.small {
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-basic-two.small.border {
  border-style: solid;
  border-color: var(--colour-four-transparent);
}

.link-light {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: color .4s;
}

.link-light:hover {
  opacity: .8;
  color: var(--colour-one);
}

.link-light.margin-right {
  margin-right: 20px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 1.4;
}

.paragraph-big {
  font-family: Indian type foundry editor condensed;
  font-size: 26px;
  line-height: 1.2;
}

.styleguide-content-wrapper {
  padding: 20px;
}

.styleguide-content-wrapper.colour-four {
  background-color: var(--colour-four);
}

.styleguide-content-wrapper.colour-three {
  background-color: var(--colour-two);
}

.animated-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.animated-link-wrapper.no-margins {
  font-size: 30px;
}

.line-hover {
  background-color: var(--colour-one);
  color: #0000;
  width: 30%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-hover.invisible-mobile {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 25%;
  margin-left: 0;
  padding-left: 0;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  direction: ltr;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
}

.brand.margin-right {
  margin-right: 10vw;
}

.nav-bar {
  z-index: 99;
  height: 74px;
  color: var(--colour-four);
  -webkit-text-stroke-color: var(--colour-one);
  overflow-wrap: normal;
  background-color: #0000;
  flex: 0 auto;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.no-dynamic {
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.nav-bar.portfolio {
  background-color: var(--colour-one);
}

.navlink {
  opacity: .8;
  color: var(--colour-four);
  text-align: left;
  -webkit-text-stroke-color: var(--colour-one);
  mix-blend-mode: normal;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 400;
  transition: opacity .4s, color .4s;
  display: block;
  overflow: visible;
}

.navlink:hover {
  opacity: 1;
  color: #000;
}

.navlink.w--current {
  color: var(--colour-four);
}

.navlink.dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
}

.line-horizontal {
  background-color: var(--colour-four-transparent);
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal.short {
  width: 100px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-horizontal.short.line-light {
  background-color: var(--colour-one-transparent);
}

.line-horizontal.light {
  background-color: var(--colour-one-transparent);
  opacity: 0;
  margin-top: 10vw;
}

.search-wrapper {
  justify-content: flex-end;
  height: 50px;
  margin-right: 40px;
  display: flex;
}

.search-wrapper.mobile {
  display: none;
}

.search {
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--colour-one);
  width: 100%;
  height: 36px;
  color: var(--colour-four);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
}

.search-input:active {
  background-color: #0000;
}

.search-input::placeholder {
  color: var(--colour-one-transparent);
}

.search-button {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/icons8-search_1icons8-search.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 46px;
  height: 36px;
  transition: opacity .2s;
}

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

.brand-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: -80px;
  padding-left: 0;
  display: flex;
}

.no-margin {
  z-index: auto;
  color: var(--colour-one);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: -50px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
}

.no-margin.text-light.text-caps {
  transition: color .4s;
}

.no-margin.text-light.text-caps.right-margin {
  margin-right: 20px;
}

.no-margin.text-light.text-caps.right-margin-60px {
  margin-right: 60px;
}

.no-margin.opt1 {
  width: 800px;
  color: var(--colour-three-transparent);
  margin-bottom: 0;
  line-height: 1.2;
}

.no-margin.familysite, .no-margin.about {
  color: var(--colour-four);
}

.success-message {
  background-color: #91867e33;
}

.success-message.dark {
  background-color: #90707033;
}

.field {
  background-color: var(--colour-four-transparent);
  width: 100%;
  min-width: 200px;
  height: 60px;
  color: var(--colour-four);
  border: 1px #000;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
}

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

.field.no-margin::placeholder {
  color: var(--colour-four);
}

.field.no-margin.field-light {
  background-color: var(--colour-one-transparent);
  border-style: none;
}

.field.field-light {
  background-color: var(--colour-one-transparent);
  color: var(--colour-two);
  border: 1px #000;
  font-family: Indian type foundry editor condensed;
  font-size: 16px;
}

.field.field-light::placeholder {
  color: var(--colour-two);
  font-family: Indian type foundry editor condensed;
  font-size: 16px;
}

.newsletter-grid {
  z-index: 2;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.newsletter-wrapper {
  flex-direction: row;
  display: flex;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
}

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

.form.newsletter {
  flex-direction: column;
}

.copyright-wrapper {
  background-color: var(--colour-four);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 10vw 20px;
  display: flex;
}

.form-block-newsletter {
  width: 100%;
  margin-bottom: 0;
}

.footer-wrapper {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-wrapper.bottom {
  align-items: flex-end;
  display: flex;
}

.footer-wrapper.right {
  align-items: flex-end;
}

.footer-wrapper.left-margin {
  margin-left: 40px;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.footer-links-wrapper.bottom-margin-small {
  margin-bottom: 40px;
}

.brand-footer {
  width: 100px;
}

.link-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.link-caps.top-margin-10px {
  margin-top: 10px;
}

.link-caps.top-margin-10px.w--current {
  color: var(--colour-four);
}

.text-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.text-light {
  color: #fff;
  position: relative;
}

.text-light.top-margin-20px {
  margin-top: 20px;
}

.link-light-reversed {
  color: var(--colour-one-transparent);
  transition: color .4s;
}

.link-light-reversed:hover {
  opacity: .8;
  color: var(--colour-one);
}

.link-light-reversed:focus {
  color: var(--colour-one);
}

.search-cart-menu {
  align-items: center;
  display: flex;
}

.invisible {
  display: none;
}

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

.cart-quantity {
  border: 1px solid var(--colour-one-transparent);
  background-color: var(--colour-four);
  width: 40px;
  height: 40px;
  color: var(--colour-one);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.search-wrapper-mobile {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-wrapper-mobile.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.info-wrapper {
  flex-basis: 50%;
  margin-right: 0;
  padding: 5vw;
}

.order-summary {
  flex-basis: 50%;
  padding: 5vw;
}

.checkout-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 90vw;
  display: flex;
  position: relative;
}

.checkout-form {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.order-summary-sticky {
  position: sticky;
  top: 5vw;
}

.bg-checkout {
  position: fixed;
  inset: 0%;
}

.bg-checkout-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  height: 100%;
}

.colour-checkout {
  width: 100%;
  height: 100%;
}

.colour-checkout.colour-one {
  background-color: var(--colour-one);
}

.colour-checkout.colour {
  background-color: #fff;
}

.block-content-transparent {
  background-color: #0000;
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.block-header-transparent {
  border-style: none none solid;
  border-bottom-color: var(--colour-four-transparent);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.field-label {
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.field-checkout {
  height: 46px;
}

.field-checkout:active {
  border-color: var(--colour-four);
}

.field-checkout.transparent {
  border-style: solid;
  border-color: var(--colour-four-transparent);
  background-color: #0000000d;
}

.web-payments-wrappoer {
  border: 1px solid var(--colour-four-transparent);
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px 20px 12px;
  display: flex;
}

.image-stripe {
  opacity: .5;
  width: 130px;
  margin-top: 20px;
}

.paypal-checkout-form {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.thank-you {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.order-confirmation {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.full-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 100%;
  background-size: cover;
  width: 100%;
  height: 120vh;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image.contacts-01-image-01 {
  background-image: url('../images/h-f-e-co-studio-oUylvh58ZEk-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.center {
  text-align: center;
  width: 300%;
  padding-right: 0;
}

.center._70 {
  width: 80%;
  color: var(--colour-three-transparent);
  font-size: 3vw;
  line-height: 1.2;
}

.center._70.margins {
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.center._70.top-margin-80-px {
  color: var(--colour-one);
  margin-top: 20px;
  font-size: 19px;
}

.center._70.top-margin-80-px.in {
  color: var(--colour-four);
  font-size: 30px;
}

.center._70.top-margin-80-px.in.small {
  font-size: 18px;
}

.center._70.top-margin-80-px.below {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 70%;
  color: var(--colour-four);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 23px;
  display: block;
  position: static;
  left: auto;
}

.center._70.top-margin-80-px.below.mentoring {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-left: 0;
  font-size: 23px;
  line-height: 1.2;
  display: block;
  position: static;
}

.center._70.text-light.top-margin-80-px {
  margin-left: 0;
  padding-left: 0;
  font-size: 3.6vw;
}

.center._70.family {
  width: 150%;
}

.center._70.home {
  width: 120%;
  color: var(--colour-three-transparent);
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 70px;
  font-size: 4.5vw;
  overflow: hidden;
}

.center._70 {
  width: 70%;
}

.center.home {
  width: 200%;
  margin-right: 0;
}

.center.home.text {
  text-align: left;
  width: 210%;
  margin-top: -10px;
  padding-left: 400px;
  font-size: 3vw;
  overflow: hidden;
}

.center.lowercase {
  color: var(--colour-four);
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 2.5vw;
  display: block;
}

.text-accent-one {
  text-transform: none;
  font-family: Testimonia, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-accent-one.biggest {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--colour-one);
  text-transform: none;
  font-size: 7vw;
  display: block;
}

.text-accent-one.biggest.relative-left {
  color: var(--colour-four);
  position: relative;
  left: -7vw;
}

.text-accent-one.rez {
  margin-left: 0;
  margin-right: 8px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.colour-one {
  background-color: var(--colour-one);
}

.image-vertical {
  background-image: url('../images/familie-kuratli-jaypegphotofilm-58-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical.tutorials-image-01 {
  background-image: url('../images/Zerocodegirl_3.avif');
  background-position: 50%;
  background-size: cover;
}

.image-vertical.support-image-01 {
  background-image: url('../images/LIZ09219-1-1_1.avif');
  background-position: 39% 80%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.image-vertical.packages-image-01 {
  background-image: url('../images/zerocodegirl-photo_1.avif');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: 140%;
}

.image-vertical.int-01-image-03 {
  background-image: url('../images/15-Weddingfotograf-Ostschweiz-5-2048x1365_1.avif');
  height: 100%;
  padding-bottom: 0%;
}

.image-vertical.int-01-image-03.family {
  background-image: url('../images/NeueWebseite2024Bilder-9_1.avif');
  background-position: 0%;
}

.image-vertical.int-01-image-04 {
  background-image: url('../images/NeueWebseite2024Bilder-92_1.avif');
  height: 100%;
  padding-bottom: 0%;
}

.image-vertical.int-01-image-04.family {
  background-image: url('../images/NeueWebseite2024Bilder-72_1.avif');
  background-position: 100%;
  background-size: 512px;
  width: 100%;
}

.image-vertical.int-01-image-02 {
  background-image: url('../images/NeueWebseite2024Bilder-81_1.avif');
  height: 100%;
  padding-bottom: 0%;
}

.image-vertical.int-01-image-02.family {
  background-image: url('../images/235-Familienshooting-AJessica-Rechsteiner-61-2048x1365_1.avif');
}

.image-vertical.accent-l01-image-01 {
  background-image: url('../images/familie-kuratli-jaypegphotofilm-58-1_1.avif');
  background-size: cover;
}

.image-vertical.accent-l01-image-03 {
  background-image: url('../images/NeueWebseite2024Bilder-4_1.avif');
}

.image-vertical.accent-l01-image-03.family {
  background-image: url('../images/Familien-Fotografie-Blog_1.avif');
  background-position: 50% -150px;
}

.image-vertical.accent-l01-image-04 {
  background-image: url('../images/Wedding-Hochzeits-Bild-Kopie-1_1.avif');
}

.image-vertical.accent-l01-image-04.family {
  background-image: url('../images/18.avif');
  background-position: 50% 10%;
}

.image-vertical.accent-l01-image-05 {
  background-image: url('../images/NeueWebseite2024Bilder-5_1.avif');
}

.image-vertical.accent-l01-image-05.family {
  background-image: url('../images/NeueWebseite2024Bilder-64_1.avif');
}

.image-vertical.accent-l01-image-06 {
  background-image: url('../images/Hochzeitsbilder-24-1365x2048_1.avif');
  background-position: 50% 25%;
  background-size: 682px;
}

.image-vertical.accent-l01-image-06.family {
  background-image: url('../images/18.avif');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 540px;
}

.image-vertical.accent-l01-image-02 {
  background-image: url('../images/shahin-khalaji-HZQ1iiNpWtY-unsplash_1.avif');
}

.image-vertical.testimonials-l01-image-01 {
  background-image: url('../images/reham-youssef-XLBDdrNQwqo-unsplash_1.avif');
}

.image-vertical.testimonials-l01-image-02 {
  background-image: url('../images/vladislav-filippov-KmFtWzL4nUs-unsplash_1.avif');
}

.image-vertical.opt-in-01-image-01 {
  background-image: url('../images/NeueWebseite2024Bilder-12_1.avif');
}

.image-vertical.opt-in-01-image-01.family {
  background-image: url('../images/NeueWebseite2024Bilder-72_1.avif');
}

.image-vertical.opt-in-01-image-01.about {
  background-image: url('../images/Jasmina-Kuratli4_1.avif');
}

.image-vertical.opt-in-01-image-02 {
  background-image: url('../images/NeueWebseite2024Bilder-5_1.avif');
}

.image-vertical.opt-in-01-image-02.test {
  background-image: url('../images/NeueWebseite2024Bilder-13_1.avif');
}

.image-vertical.opt-in-01-image-02.family {
  background-image: url('../images/NeueWebseite2024Bilder-89_1.avif');
}

.image-vertical.int-l03-image-01 {
  background-image: url('../images/NeueWebseite2024Bilder-85_1.avif');
}

.image-vertical.int-l03-image-01.family-about {
  background-image: url('../images/NeueWebseite2024Bilder-102_1.avif');
}

.image-vertical.int-l03-image-01.wedding-about {
  background-image: url('../images/Wedding-Vibes_1.avif');
}

.image-vertical.int-l03-image-02 {
  background-image: url('../images/NeueWebseite2024Bilder-65_1.avif');
}

.image-vertical.int-l03-image-02.wedding-about {
  background-image: url('../images/Wedding-Vibes-6_1.avif');
}

.image-vertical.accent-l03-image-01 {
  background-image: url('../images/shahin-khalaji-HZQ1iiNpWtY-unsplash_1.avif');
  background-size: cover;
}

.image-vertical.accent-l03-image-02 {
  background-image: url('../images/nati-melnychuk-oO0JAOJhquk-unsplash_1.avif');
}

.image-vertical.accent-l03-image-03 {
  background-image: url('../images/h-f-e-co-studio-oUylvh58ZEk-unsplash_1.avif');
}

.image-vertical.accent-c06-image-01 {
  background-image: url('../images/mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash_1.avif');
}

.image-vertical.accent-c06-image-02, .image-vertical.testimonials-l02-image-01 {
  background-image: url('../images/reham-youssef-XLBDdrNQwqo-unsplash_1.avif');
}

.image-vertical.testimonials-l02-image-02 {
  background-image: url('../images/vladislav-filippov-KmFtWzL4nUs-unsplash_1.avif');
}

.image-vertical.accent-l04-image-01 {
  background-image: url('../images/NeueWebseite2024Bilder-101_1.avif');
}

.image-vertical.accent-l04-image-02 {
  background-image: url('../images/mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash_1.avif');
}

.image-vertical.showcase-l01-image-01 {
  background-image: url('../images/daniel-sessler-YVKbOZIB1IA-unsplash_1.avif');
}

.image-vertical.showcase-l01-image-03 {
  background-image: url('../images/pat-whelen-cHvyUM-kXoA-unsplash_1.avif');
}

.image-vertical.showcase-l01-image-04 {
  background-image: url('../images/finding-dan-dan-grinwis-pY4La9JmNvg-unsplash_1.avif');
}

.image-vertical.info-c01-image-01 {
  background-image: url('../images/mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash_1.avif');
}

.image-vertical.showcase-l03-image-01 {
  background-image: url('../images/NeueWebseite2024Bilder-102_1.avif');
  background-position: 65%;
  width: 520px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.image-vertical.showcase-l03-image-02 {
  z-index: 0;
  background-image: url('../images/108-Fotograf-Newborn-Schwei-2-1_1.avif');
  background-position: 20%;
  background-repeat: repeat-y;
  background-attachment: scroll;
  width: 520px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  inset: auto 0% 0%;
}

.image-vertical.showcase-l03-image-02.angebot2.wedding {
  background-image: url('../images/NeueWebseite2024Bilder-6_1.avif');
}

.image-vertical.showcase-l03-image-02.angebot2.mentoring {
  background-image: url('../images/NeueWebseite2024Bilder-103_1.avif');
  background-position: 70%;
}

.image-vertical.showcase-l03-image-02.angebot2.family {
  background-image: url('../images/Newborn-Simona-8_1.avif');
  background-position: 55%;
}

.image-vertical.showcase-l03-image-02.angebot4 {
  background-image: url('../images/NeueWebseite2024Bilder-69_1.avif');
  background-position: 40%;
}

.image-vertical.showcase-l03-image-02.angebot4.family {
  background-image: url('../images/NeueWebseite2024Bilder-64_1.avif');
  background-position: 40%;
}

.image-vertical.showcase-l03-image-02.angebot4.mentoring {
  text-align: right;
  background-image: url('../images/NeueWebseite2024Bilder-11_1.avif');
  background-position: 35%;
}

.image-vertical.showcase-l03-image-02.angebot4.mentoring.herz {
  z-index: 10;
  background-image: url('../images/Familien-Liebe-2.jpg');
  background-position: 50%;
  width: 600px;
}

.image-vertical.showcase-l03-image-03 {
  background-image: url('../images/NeueWebseite2024Bilder-102_1.avif');
  background-position: 65%;
  width: 520px;
}

.image-vertical.showcase-l03-image-03.angebot1 {
  background-image: url('../images/BB-SW-Schwangerschafts-Fotosessi-2_1.avif');
}

.image-vertical.showcase-l03-image-03.angebot1.wedding {
  background-image: url('../images/Couple-Paar-Nati-Joshua-14.jpg');
  background-position: 50%;
}

.image-vertical.showcase-l03-image-03.angebot1.mentoring {
  background-image: url('../images/Newborn-Neugeborenes-Baby-Bild_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-vertical.showcase-l03-image-03.angebot1.family {
  background-image: url('../images/BB-Ramona-Schmitz-11-1536x1024-1_1.avif');
  background-position: 51%;
}

.image-vertical.showcase-l03-image-03.angebot3 {
  background-image: url('../images/Hochzeitsbilder-18_1.avif');
  background-position: 60%;
}

.image-vertical.showcase-l03-image-03.angebot3.family {
  background-image: url('../images/Newborn-Love-4_1.avif');
  background-position: 100%;
}

.image-vertical.showcase-l03-image-03.angebot3.mentoring {
  background-image: url('../images/NeueWebseite2024Bilder-27_1.avif');
  background-position: 50%;
  position: relative;
}

.image-vertical.showcase-l03-image-03.angebot5 {
  background-image: url('../images/NeueWebseite2024Bilder-60_1.avif');
  background-position: -400px;
  width: 1000px;
}

.image-vertical.showcase-l03-image-04 {
  background-image: url('../images/vladislav-filippov-KmFtWzL4nUs-unsplash_1.avif');
}

.image-vertical.showcase-l05-image-01 {
  background-image: url('../images/Newborn-Neugeborenes-Baby-Bild_1.avif');
  background-position: 50%;
  margin-top: 0;
}

.image-vertical.showcase-l05-image-01.wedding {
  background-image: url('../images/NeueWebseite2024Bilder-26_1.avif');
  background-position: 40%;
}

.image-vertical.showcase-l05-image-01.family {
  background-image: url('../images/Neugeborenes-Newborn-Fotografie-scaled-1_1.avif');
  background-position: 40%;
}

.image-vertical.showcase-l05-image-02 {
  background-image: url('../images/Hochzeitsbilder-18_1.avif');
  background-position: 35%;
}

.image-vertical.showcase-l05-image-02.wedding {
  background-image: url('../images/NeueWebseite2024Bilder-6_1.avif');
  background-position: 30%;
}

.image-vertical.showcase-l05-image-02.family {
  background-image: url('../images/NeueWebseite2024Bilder-46_1.avif');
  background-position: 50%;
}

.image-vertical.showcase-l05-image-03 {
  background-image: url('../images/WhatsApp-Image-2025-08-06-at-08.55.16.jpeg');
}

.image-vertical.showcase-l05-image-03.family {
  background-image: url('../images/babybauch-27_1.avif');
  background-position: 45%;
}

.image-vertical.showcase-l05-image-03.wedding {
  background-image: url('../images/Wedding-Hochzeits-Bild_1.avif');
  background-position: 60% 70%;
}

.image-vertical.showcase-l05-image-04 {
  background-image: url('../images/reham-youssef-XLBDdrNQwqo-unsplash_1.avif');
}

.image-vertical.shop-accent-c01-image-01 {
  background-image: url('../images/shahin-khalaji-HZQ1iiNpWtY-unsplash_1.avif');
}

.image-vertical.intro-01-image-01 {
  background-image: url('../images/nati-melnychuk-oO0JAOJhquk-unsplash_1.avif');
}

.image-vertical._100-vh {
  height: 100vh;
  padding-bottom: 0%;
}

.image-vertical.tutorials-image-01 {
  background-image: url('../images/Zerocodegirl_1.avif');
}

.image-vertical.accent-l01-image-01 {
  background-image: url('../images/Wedding-Hochzeits-Bild-11-1_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-vertical.accent-l01-image-01.family {
  background-image: url('../images/NeueWebseite2024Bilder-57_1.avif');
  background-position: 50% -100px;
}

.image-vertical.accent-l01-image-02 {
  background-image: url('../images/NeueWebseite2024Bilder-3_1.avif');
  background-position: 55%;
  background-size: 1024px;
}

.image-vertical.accent-l01-image-02.family {
  background-image: url('../images/NeueWebseite2024Bilder-65_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-vertical.int-03-image-03 {
  background-size: cover;
}

.image-vertical.int-l03-image-03 {
  background-image: url('../images/NeueWebseite2024Bilder-69_1.avif');
}

.image-vertical.int-l03-image-03.wedding-about {
  background-image: url('../images/Wedding-Vibes-4_1.avif');
}

.image-vertical.int-l03-image-04.wedding-about.about {
  background-image: url('../images/Wedding-Vibes-7_1.avif');
  background-position: 30%;
}

.image-vertical.int-l03-image-05.wedding-about {
  background-image: url('../images/Wedding-Vibes-10_1.avif');
  background-position: 50%;
  background-size: cover;
}

.productwrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-accent-two {
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.4;
}

.text-accent-two.text-light {
  color: var(--colour-four);
  font-size: 26px;
}

.colour-layer {
  background-color: var(--colour-four-transparent);
  position: absolute;
  inset: 0%;
}

.web-payments {
  width: 50%;
}

.item-checkout {
  border-radius: 4px;
  overflow: hidden;
}

.checkout-item-image {
  height: 100%;
}

.faq-info-label {
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  font-size: 18px;
  display: flex;
  position: relative;
}

.faq-info-label.faq-info-label-product {
  text-align: left;
  letter-spacing: 2px;
  font-size: 12px;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-info-wrapper {
  border-top: 1px solid #3d3a3133;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 30vw;
  display: flex;
  position: relative;
}

.faq-info-wrapper.last {
  border-bottom: 1px solid #3d3a3133;
}

.product-description-wrapper {
  margin-top: 60px;
}

.faq-expanded {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: none;
}

.faq-expanded._01 {
  width: 100%;
  min-width: 30vw;
  height: auto;
  display: flex;
  overflow: hidden;
}

.faq-collapsed {
  z-index: 2;
  transform-origin: 50% 0;
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.product-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  width: 100%;
  height: 100%;
}

.faq-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.line-vertical {
  background-color: #000;
  width: 1px;
  height: 100%;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-vertical.line-absolut {
  position: absolute;
}

.product-price-inside {
  font-size: 18px;
  position: static;
}

.product-details-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10vw;
  padding-top: 200px;
  transition: color .2s;
  display: flex;
}

.add-to-cart {
  width: 100%;
  margin-top: 40px;
}

.quantity {
  border-style: none none solid;
  border-color: black black var(--colour-four);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 70px;
}

.tab {
  border-top: 2px none var(--colour-two);
  border-right: 2px none var(--colour-two);
  border-bottom: 2px none var(--colour-two);
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.caps-accent {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.caps-accent.text-lighter {
  opacity: .5;
  color: var(--colour-one);
  margin-top: 30px;
}

.top-margin {
  width: 130%;
  margin-top: 40px;
  font-size: 23px;
  position: relative;
}

.preview-01-animated-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-01-animated-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.contacts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  width: 100%;
  min-height: 100vh;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5vw;
  display: block;
  position: relative;
}

.utility-page-content.justify {
  justify-content: space-between;
}

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

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

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

.div-horizontal {
  flex-direction: row;
  display: flex;
}

.full-image-coming-soon {
  background-image: url('../images/bekah-allmark-CkH8PiV2qsA-unsplash-1_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.success-message-2 {
  background-color: #efebe21a;
}

.coming-soon-form {
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.coming-soon-social-links {
  margin-top: 40px;
}

.form-error {
  background-color: #ff9e9e66;
}

.coming-soon-form-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.coming-soon-form-social {
  background-color: var(--colour-four-transparent);
  margin: 5vw;
  padding: 40px 5vw;
  position: relative;
}

.search-container {
  width: 70%;
  display: flex;
}

.search-result-list {
  grid-column-gap: 5vw;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colour-two {
  background-color: var(--colour-two);
}

.privacy-policy-wrapper {
  width: 70%;
  margin-top: 80px;
}

.image-license {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 130%;
}

.image-license.styleguide-unsplash-image-04 {
  background-image: url('../images/reham-youssef-XLBDdrNQwqo-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-05 {
  background-image: url('../images/mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-06 {
  background-image: url('../images/nati-melnychuk-oO0JAOJhquk-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-07 {
  background-image: url('../images/h-f-e-co-studio-oUylvh58ZEk-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-02 {
  background-image: url('../images/vladislav-filippov-KmFtWzL4nUs-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-01 {
  background-image: url('../images/christina-spiliotopoulou-qeNdAifCKAo-unsplash-3-1-1-1_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-03 {
  background-image: url('../images/shahin-khalaji-HZQ1iiNpWtY-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-08 {
  background-image: url('../images/h-f-e-co-studio-mZ7ZsqrG4is-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-09 {
  background-image: url('../images/bekah-allmark-CkH8PiV2qsA-unsplash-1_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-10 {
  background-image: url('../images/pat-whelen-cHvyUM-kXoA-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-11 {
  background-image: url('../images/tony-pham-IRpqqevrPvM-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-12 {
  background-image: url('../images/daniel-sessler-YVKbOZIB1IA-unsplash_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-13 {
  background-image: url('../images/finding-dan-dan-grinwis-pY4La9JmNvg-unsplash_1.avif');
  background-size: cover;
}

.grid-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.password-wrap {
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 5vw;
  display: flex;
  overflow: hidden;
}

.website-login {
  margin-bottom: 20px;
}

.logo-coming-soon {
  align-items: flex-start;
  width: 100px;
  display: flex;
}

.body {
  background-color: var(--colour-one);
  object-fit: fill;
  overflow: visible;
}

.page-change-l01-appearance-wrapper {
  padding: 5px;
  overflow: hidden;
}

.page-change-l01-brand {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  display: flex;
}

.cart-container {
  height: 100vh;
}

.cart-wrapper-100-vh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  width: 100%;
  min-height: 100vh;
}

.card-logotypes-wrapper {
  flex-direction: row;
  margin-left: 40px;
  display: flex;
}

.logotype-image {
  border: 1px solid #5655414d;
  border-radius: 4px;
  margin-right: 5px;
}

.getting-started-section-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.zerocodegirl-avatar-wrapper {
  border-radius: 200px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.zerocodegirl-avatar {
  background-image: url('../images/image_mm_13.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.signature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-top: 20px;
  display: flex;
}

.zerocodegirl-image-wrapper {
  width: 150px;
}

.template-info-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.page-change-l01-wrapper {
  z-index: 600;
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.contacts-grid-content {
  background-color: var(--colour-one);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
  position: relative;
}

.contacts-grid-preview {
  background-color: var(--colour-two);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.animated-link-wrapper-nav {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper-nav.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.animated-link-wrapper-nav.no-right-margin {
  margin-right: 0;
}

.int-l01 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 5vw;
  margin-bottom: 2vw;
  display: flex;
}

.int-l01-text-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 10vw;
  display: grid;
}

.int-l01-text-grid.invisible {
  display: none;
}

.int-l01-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.int-01-image-04-wrapper {
  position: relative;
}

.int-01-image-04-wrapper.absolut, .int-01-image-02-wrapper {
  position: absolute;
  inset: 0%;
}

.int-c01-grid {
  grid-column-gap: 0px;
  background-color: var(--colour-one);
  grid-template-rows: auto;
  grid-template-columns: 55% 1fr;
  width: 100%;
  min-height: 70vh;
}

.int-01-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.int-01-image-03-wrapper {
  position: relative;
}

.int-01-image-03-wrapper.absolut {
  position: absolute;
  inset: 0%;
}

.int-c01-content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 10vw 25vw 10vw 5vw;
  display: flex;
  position: relative;
}

.int-c01-content-wrapper.tabs {
  width: 5%;
  padding: 0;
}

.int-c01-content-wrapper.preview {
  overflow: hidden;
}

.int-01-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  display: flex;
}

.three-columns {
  column-count: 3;
  column-gap: 5vw;
}

.three-columns.top-margin-150-px {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  order: 0;
  align-self: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: visible;
}

.accent-l01-image-01-wrapper {
  width: 25vw;
  position: relative;
  left: auto;
  right: auto;
}

.accent-l01-images-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 25vh;
  overflow: visible;
}

.accent-l01-image-02-wrapper, .accent-l01-image-03-wrapper, .accent-l01-image-04-wrapper, .accent-l01-image-05-wrapper, .accent-l01-image-06-wrapper {
  width: 25vw;
  position: absolute;
  inset: 0% auto;
}

.int-l01-colour-reveal {
  z-index: 2;
  background-color: var(--colour-one);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.accent-l01-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 15vw;
  margin-bottom: 15vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.accent-l01-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
}

.testimonials-l01-slider {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  display: flex;
}

.testimonials-l01-wrapper {
  background-color: var(--colour-two);
  width: 100%;
  height: 100%;
  color: var(--colour-four);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 15vw;
  display: flex;
}

.accent-l01-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 141px;
  padding-top: 5vw;
  display: flex;
}

.accent-l01-text.rez {
  margin-right: 0;
  overflow: visible;
}

.testimonials-l01-image-wrapper {
  border-radius: 100%;
  width: 130px;
  min-height: 150px;
  margin-top: 40px;
  overflow: hidden;
}

.int-l02-grid {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: -100px;
  overflow: visible;
}

.int-l02-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20vw 20vw 20vw 25vw;
  display: flex;
}

.int-l02-content-wrapper.colour-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colour-one);
  height: auto;
  color: var(--colour-four);
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.int-l02-image-wrapper {
  width: 25vw;
  position: relative;
  left: auto;
  right: -12.5vw;
}

.int-l02-image-container {
  background-color: var(--colour-one);
  color: var(--colour-one);
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.int-l02-colour-layer {
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.int-l02-colour-layer.invisible-mobile {
  background-color: var(--colour-one);
  color: var(--colour-one);
}

.container-paddings {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.opt-in-form-02 {
  margin-top: 40px;
  margin-bottom: 0;
}

.field-underline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--colour-four-transparent);
  background-color: var(--colour-one-transparent);
  width: 100%;
  min-width: 220px;
  height: 60px;
  color: var(--colour-four);
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.field-underline.text {
  height: 100px;
}

.field-underline.no-top-margin {
  color: var(--colour-four);
  border-style: none;
  margin-top: 0;
}

.field-underline.no-top-margin::placeholder {
  color: var(--colour-four);
}

.field-underline.no-right-margin {
  margin-right: 0;
}

.field-underline.checkbox {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 150px;
}

.instagram-content {
  margin-right: 0;
  padding-bottom: 100%;
  position: relative;
}

.instagram-content._07 {
  background-image: url('../images/NeueWebseite2024Bilder-69_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.instagram-content._07.family {
  background-image: url('../images/NeueWebseite2024Bilder-69_1.avif');
}

.instagram-content._07.wedding {
  background-image: url('../images/NeueWebseite2024Bilder-12_1.avif');
}

.instagram-content._11 {
  background-image: url('../images/NeueWebseite2024Bilder-81_1.avif');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._11.family {
  background-image: url('../images/NeueWebseite2024Bilder-65_1.avif');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._08 {
  background-image: url('../images/NeueWebseite2024Bilder-18_1.avif');
  background-position: 35%;
  background-size: cover;
}

.instagram-content._08.family {
  background-image: url('../images/NeueWebseite2024Bilder-11_1.avif');
  background-position: 35%;
}

.instagram-content._09 {
  background-image: url('../images/NeueWebseite2024Bilder-104_1.avif');
  background-position: 50% 0;
  background-size: cover;
}

.instagram-content._09.family {
  background-image: url('../images/NeueWebseite2024Bilder-62_1.avif');
  background-position: 100%;
  background-size: cover;
}

.instagram-content._10 {
  background-image: url('../images/145-Newborn-Neugeborenes-Fotografie-St.Gallen-1-2048x1366_1.avif');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._10.family {
  background-image: url('../images/145-Newborn-Neugeborenes-Fotografie-St.Gallen-1-2048x1366_1.avif');
}

.instagram-content._10.wedding {
  background-image: url('../images/Family-Fotografie-Blog-42.avif');
}

.instagram-content._12 {
  background-image: url('../images/NeueWebseite2024Bilder-46_1.avif');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._12.family {
  background-image: url('../images/NeueWebseite2024Bilder-46_1.avif');
}

.instagram-content._12.wedding {
  background-image: url('../images/NeueWebseite2024Bilder-14_1.avif');
}

.instagram-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-content-wrapper:hover {
  opacity: 1;
}

.opt-in-01-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.opt-in-01-image-02-wrapper {
  z-index: 1;
  width: 12vw;
  position: absolute;
  inset: 0% -10vw auto auto;
}

.opt-in-01-image-01-wrapper {
  width: 100%;
  position: absolute;
  top: -5vw;
  right: auto;
}

.opt-in-01 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5vw;
  display: flex;
}

.grid-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-content-wrapper.facts-01-layout {
  border: 1px solid var(--colour-four-transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
}

.grid-content-wrapper.facts-01-layout.no-right-border {
  border-right-style: none;
}

.grid-content-wrapper.facts-01-layout.no-top-border {
  border-top-style: none;
}

.opt-in-01-form-wrapper {
  z-index: auto;
  background-color: var(--colour-one);
  width: 100%;
  height: 100%;
  color: var(--colour-four);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: 0 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.instagram-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 40% -30%;
}

.text-block {
  order: 1;
}

.text-span {
  font-weight: 400;
}

.purchase {
  height: 10%;
}

.opt-in-01-colour-layer {
  background-color: var(--colour-one);
  width: 5vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.colour-four {
  background-color: var(--colour-four);
  color: var(--colour-one);
}

.accent-l02-grid {
  grid-column-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  width: 100%;
}

.accent-l02-empty {
  height: 20vh;
}

.preview-wrapper {
  overflow: hidden;
}

.preview-wrapper._01 {
  width: 70%;
  position: relative;
  right: -5vw;
}

.preview-wrapper._04 {
  width: 55%;
  position: absolute;
  inset: auto 0% -60% auto;
}

.preview-wrapper._03 {
  width: 56%;
  position: relative;
  left: -7.1vw;
}

.preview-wrapper._02 {
  width: 22vw;
  position: absolute;
  inset: auto 0% -50% auto;
}

.accent-l02-line-wrapper {
  position: relative;
}

.accent-l02-line-wrapper._01 {
  justify-content: space-between;
  display: flex;
}

.accent-l02-line-wrapper.empty {
  justify-content: space-between;
  height: 60vh;
  display: flex;
}

.accent-l02-line-wrapper._02 {
  justify-content: space-between;
  margin-top: 10vh;
  display: flex;
}

.vertical-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 140%;
  position: relative;
  overflow: hidden;
}

.vertical-image.accent-l02-g1-image-01 {
  background-image: url('../images/christina-spiliotopoulou-qeNdAifCKAo-unsplash-3-1-1-1_1.avif');
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g1-image-02 {
  background-image: url('../images/vladislav-filippov-KmFtWzL4nUs-unsplash_1.avif');
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g1-image-03 {
  background-image: url('../images/mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash_1.avif');
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g1-image-04 {
  background-image: url('../images/h-f-e-co-studio-mZ7ZsqrG4is-unsplash_1.avif');
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g2-image-01 {
  background-image: url('../images/cat-han-gNMuWRsRVEU-unsplash_1.avif');
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g2-image-02 {
  background-image: url('../images/artem-ivanchencko-fV4UkFNWwaQ-unsplash_1.avif');
  background-position: 50%;
  background-size: 180%;
}

.vertical-image.accent-l02-g2-image-03 {
  background-image: url('../images/vladislav-filippov-KmFtWzL4nUs-unsplash_1.avif');
  background-position: 50%;
  background-size: 180%;
}

.vertical-image.accent-l02-g2-image-04 {
  background-image: url('../images/reham-youssef-XLBDdrNQwqo-unsplash_1.avif');
  background-position: 50%;
  background-size: 180%;
}

.vertical-image.accent-l02-g3-image-01 {
  background-image: url('../images/christina-spiliotopoulou-qeNdAifCKAo-unsplash-3-1-1-1_1.avif');
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g3-image-02 {
  background-image: url('../images/nati-melnychuk-oO0JAOJhquk-unsplash_1.avif');
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g3-image-03 {
  background-image: url('../images/h-f-e-co-studio-oUylvh58ZEk-unsplash_1.avif');
  background-position: 50%;
  background-size: 180%;
}

.vertical-image.accent-l02-g3-image-04 {
  background-image: url('../images/bekah-allmark-CkH8PiV2qsA-unsplash-1_1.avif');
  background-position: 50%;
  background-size: 180%;
}

.accent-l02-sticky {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 15vh;
}

.accent-l02-sticky._100-vh {
  justify-content: flex-end;
  height: 100vh;
  top: 5vw;
}

.accent-l02-sticky._100-vh.margin-mobile {
  justify-content: center;
}

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

.int-l03-grid-background {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 25% 1fr;
  width: 100%;
  height: 100vh;
}

.int-l03-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.int-l03-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 15vw 100px 20vw;
  display: flex;
  position: relative;
}

.int-l03-content-wrapper.colour-one {
  z-index: 20;
  overflow: visible;
}

.int-l03-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 600px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -10vw;
}

.l01-right-arrow {
  background-image: url('../images/Arrow-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 66px;
}

.l01-left-arrow {
  background-image: url('../images/Arrow-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 66px;
  transform: rotate(-180deg);
}

.int-l03-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 25%;
  width: 100%;
  height: 100vh;
}

.int-l03-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.int-l03-slider {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.int-l03-arrow-right {
  z-index: 10;
  border: 1px solid var(--colour-four-transparent);
  background-image: url('../images/Arrow-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100px;
  height: 60px;
  right: 0;
}

.int-l03-arrow-left {
  z-index: 10;
  border: 1px solid var(--colour-four-transparent);
  background-image: url('../images/Arrow-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100px;
  height: 60px;
  left: 0;
  transform: rotate(180deg);
}

.opt-in-l02-form-wrapper {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 10vw;
  display: flex;
  position: relative;
}

.accent-l02-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  margin-top: 15vw;
  margin-bottom: 15vw;
  display: flex;
  position: relative;
}

.opt-in-l02-form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.opt-in-l02-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.accent-l03-grid {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 5px;
}

.top-margin-80-px {
  margin-top: 80px;
}

.info-c03-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  display: grid;
}

.info-c03-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw 0;
  display: flex;
  position: relative;
}

.accent-c06-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7vw;
  display: flex;
  position: relative;
}

.accent-c06-content-wrapper.relative-left {
  background-color: #fff;
  top: -5vw;
  left: -2.5vw;
}

.accent-c06-content-wrapper.relative-right {
  z-index: 1;
  top: -5vw;
  right: -2.5vw;
}

.link-block-absolut {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.accent-c06-content {
  cursor: pointer;
  position: relative;
}

.accent-c06-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.accent-c06-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15vw;
  margin-bottom: 10vw;
  display: grid;
}

.accent-c06-grid.reversed {
  grid-template-columns: 1fr 40%;
}

.accent-c06-image-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.accent-c06-image-container.relative-right {
  right: -2.5vw;
}

.accent-c06-image-container.relative-left {
  left: -2.5vw;
}

.accent-l03-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
  display: flex;
}

.testimonials-l02-slider {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  display: flex;
}

.testimonials-l02-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 15vw;
  display: flex;
}

.testimonials-l02-image-wrapper {
  border-radius: 100%;
  width: 130px;
  margin-top: 40px;
  overflow: hidden;
}

.l02-left-arrow {
  z-index: 10;
  background-image: url('../images/Arrow-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 66px;
  transform: rotate(-180deg);
}

.l02-right-arrow {
  z-index: 10;
  background-image: url('../images/Arrow-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 66px;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 0;
  margin-bottom: 5vw;
  display: flex;
  overflow: hidden;
}

.hero-60 {
  text-align: center;
  width: 60%;
}

.accent-l04-grid {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  width: 100%;
  overflow: visible;
}

.accent-l04-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accent-l04-image-container.colour-white {
  background-color: var(--colour-one);
}

.accent-l04-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20vw 10vw 20vw 20vw;
  display: flex;
  position: relative;
}

.accent-l04-content-wrapper.colour-one {
  margin-bottom: -270px;
  padding-top: 5vw;
}

.accent-l04-content-wrapper.colour-one.mentoring {
  z-index: 0;
  margin-bottom: -500px;
}

.accent-l04-image-wrapper-01 {
  z-index: 1;
  width: 36vw;
  position: absolute;
  inset: 0% 0% auto;
}

.two-columns {
  color: var(--colour-four);
  column-count: 2;
  column-gap: 5vw;
  font-size: 20px;
}

.accent-l04-image-wrapper-02 {
  width: 15vw;
  position: absolute;
  inset: auto 0% -10vw auto;
  overflow: visible;
}

.showcase-l01-line-01 {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.showcase-l01-line-01.no-bottom-and-top {
  margin-top: 0;
  margin-bottom: 0;
}

.showcase-l01-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.showcase-l01-content-wrapper._100above {
  margin-top: -200px;
}

.image-horizontal {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.image-horizontal.showcase-l01-image-02 {
  background-image: url('../images/Couple-Civil_1.avif');
}

.image-horizontal.showcase-l01-image-02.wedding {
  background-image: url('../images/Daniela-Manuel-am-Wasser-low-re-12.jpg');
}

.image-horizontal.showcase-l01-image-02.next {
  background-image: url('../images/babybauch-18_1.avif');
}

.showcase-l02-image-wrapper-02 {
  width: 100%;
  overflow: hidden;
}

.showcase-l01-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto .25fr;
  grid-template-columns: 1.5fr;
  grid-auto-columns: .25fr;
}

.showcase-l01-image-wrapper-01 {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.showcase-l01-content-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.showcase-l01-content-container.big-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-c03-two-column-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.container-max {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-max.justify-right {
  align-items: flex-end;
}

.container-max.justify-right.container-top-padding {
  padding-top: 140px;
}

.int-l05-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.full-image-video {
  width: 100%;
  height: 160vh;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image-video.intro-c03-image-03 {
  background-image: url('../images/Jasmina-Kuratli3_1.avif');
  background-position: 0 -200%;
  background-repeat: no-repeat;
}

.full-image-video.showcase-l04-image-01 {
  filter: brightness(70%);
  background-image: url('../images/NeueWebseite2024Bilder-83_1.avif');
  background-position: 50% -10000%;
  background-size: auto;
}

.full-image-video.showcase-l04-image-01.wedding {
  background-position: 50% 100px;
  background-size: cover;
}

.full-image-video.showcase-l04-image-01.wedding.unten {
  background-image: url('../images/NeueWebseite2024Bilder-8_1.avif');
  background-position: 0 400px;
  background-size: cover;
}

.full-image-video.showcase-l04-image-01.family {
  background-image: url('../images/NeueWebseite2024Bilder-57_1.avif');
  background-position: 40% 400px;
  background-size: cover;
}

.full-image-video.showcase-l04-image-02 {
  filter: brightness(70%);
  background-image: url('../images/NeueWebseite2024Bilder-103_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.showcase-l04-image-02.wedding {
  background-image: url('../images/41-Wedding-Couple-Fotograf-Schweiz-2-2048x1365_1.avif');
  background-position: 0 200px;
  background-size: cover;
  background-attachment: scroll;
  overflow: visible;
}

.full-image-video.showcase-l04-image-02.family {
  background-position: 50%;
}

.full-image-video.showcase-l04-image-03 {
  filter: brightness(70%);
  background-color: #0000;
  background-image: url('../images/NeueWebseite2024Bilder-47_1.avif');
  background-position: 50% -10000%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.showcase-l04-image-03.family {
  background-image: url('../images/NeueWebseite2024Bilder-46_1.avif');
  background-position: 50% 0;
  background-size: cover;
}

.full-image-video.showcase-l04-image-04 {
  background-image: url('../images/christina-spiliotopoulou-qeNdAifCKAo-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.intro-c03-image-02 {
  background-image: url('../images/h-f-e-co-studio-oUylvh58ZEk-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.full-image-video-wrapper-parallax {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.int-l04-grid {
  grid-column-gap: 10vw;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.int-l04-grid.top-margin-20-vw {
  margin-top: 20vw;
}

.int-l04-content-wrapper {
  position: relative;
}

.int-l04-image-wrapper {
  width: 100%;
}

.int-l04-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.int-l04-details-line {
  border-top: 1px solid var(--colour-four-transparent);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 23px;
  display: flex;
}

.int-l04-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% auto auto -20vw;
}

.logotypes-c01 {
  border-top-width: 1px;
  border-top-color: var(--colour-four-transparent);
  border-bottom-width: 1px;
  border-bottom-color: var(--colour-four-transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.logotypes-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

.logotype-wrapper {
  border-right: 1px solid var(--colour-four-transparent);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px 30px;
  display: flex;
}

.logotype-wrapper.no-border {
  border-style: none;
}

.logotype {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 100%;
  display: flex;
}

.accent-c03-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 5vw;
}

.accent-c03-content-wrapper {
  border: 1px solid var(--colour-four-transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
}

.accent-c03-content-wrapper.no-bottom-border {
  border-bottom-style: none;
}

.accent-c03-content-wrapper.no-left-border {
  border-left-style: none;
}

.accent-c03-content-wrapper.no-left-border.no-bottom-border {
  border-bottom-style: none;
}

.container-paddings-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.accent-c03-title-wrapper {
  z-index: 1;
  text-align: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.int-l05 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.int-l06 {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.int-l06-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: auto;
  padding: 5vw;
  display: flex;
  position: relative;
  bottom: -10vw;
}

.int-l06-content-wrapper.colour-white {
  background-color: #fff;
  margin-top: 0;
}

.info-c01-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 25% 15vw 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 50vh;
  display: grid;
}

.info-c01-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-c01-image-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.info-c01-paragraph-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 16px;
  border-top: 1px solid var(--colour-four-transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 80px;
  display: grid;
}

.info-c01-image-01-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.info-c01-content {
  transform-origin: 0 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 60vh;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto auto 0 15vw;
  transform: rotate(-90deg);
}

.paragraph-bigger {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
}

.info-c01 {
  justify-content: center;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.intro-c01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-max-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.intro-c01-image-wrapper {
  position: relative;
  overflow: hidden;
}

.accent-one {
  color: #b9ac46;
  font-style: italic;
  line-height: .8;
}

.intro-c01-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10vw;
  display: flex;
  position: relative;
}

.intro-c01-line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-wide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-wide.intro-c01-image-02 {
  background-image: url('../images/christina-spiliotopoulou-qeNdAifCKAo-unsplash-3-1-2-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-wide.intro-c01-image-01 {
  background-image: url('../images/reham-youssef-XLBDdrNQwqo-unsplash_1.avif');
  background-position: 50%;
  background-size: cover;
}

.wrapper {
  cursor: pointer;
  position: relative;
}

.showcase-l04 {
  z-index: 2;
  width: 100%;
  height: 70vh;
  color: var(--colour-four);
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showcase-l04:hover {
  opacity: 1;
  color: var(--colour-four);
}

.showcase-l04-content-wrapper {
  width: 60vw;
  max-width: 100%;
  height: auto;
  color: var(--colour-one);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 10vw;
  font-weight: 400;
  display: flex;
  position: relative;
}

.showcase-l04-content-wrapper.port {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5vw;
}

.showcase-l03-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vw;
  margin-bottom: 5vw;
  display: grid;
}

.showcase-l03-grid.reverse {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  margin-left: 0;
  display: grid;
}

.showcase-l03-image-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.showcase-l03-image-container.relative-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: relative;
  right: -2.5vw;
}

.showcase-l03-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.showcase-l03-contane-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7vw;
  display: flex;
  position: relative;
}

.showcase-l03-contane-wrapper.relative-left {
  z-index: 1;
  background-color: #fff;
  width: auto;
  height: auto;
  margin-right: -100px;
  top: -5vw;
  left: -2.5vw;
}

.showcase-l03-content {
  width: auto;
  height: auto;
  position: relative;
}

.showcase-l05 {
  flex-flow: wrap;
  width: 100%;
  padding-left: 10px;
  display: flex;
  overflow: visible;
}

.showcase-l05-container {
  cursor: pointer;
  width: 33.3333%;
  margin-bottom: 5vw;
  padding-bottom: 10px;
  padding-right: 20px;
  position: relative;
}

.showcase-l05-image-wrapper {
  margin-top: -40px;
  position: relative;
  overflow: hidden;
}

.showcase-l05-content-wrapper {
  flex-direction: column;
  align-items: center;
  height: 130px;
  padding: 20px 30px 40px;
  display: flex;
}

.project-image {
  width: 100%;
}

.preview-l01-container {
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}

.preview-l01-image-wrapper {
  position: relative;
  overflow: hidden;
}

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

.preview-l02-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: grid;
  overflow: hidden;
}

.preview-l02-grid.inverse {
  grid-template-columns: 1fr 35%;
  width: 100%;
}

.preview-l02-grid.prices {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 35%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.preview-l02-grid.prices.bottom {
  margin-top: 0;
}

.preview-l02-image-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.preview-l02-content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 7vw;
  display: flex;
  position: relative;
}

.preview-l02-content {
  cursor: pointer;
  position: relative;
}

.preview-l02-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.preview-l03-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.preview-l03-image-wrapper.preview-l03-image-01 {
  background-image: url('../images/nati-melnychuk-oO0JAOJhquk-unsplash_1.avif');
  background-position: 50% 0;
  position: relative;
}

.preview-l03-split-left {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.preview-l03-split-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.preview-l03-split-wrapper._100-vh {
  height: 100vh;
}

.preview-l03-content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw 5vw 8vw;
  display: flex;
  position: relative;
}

.preview-l03-split-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.italic {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.preview-l03 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.int-l03-text-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -3vw 10vw auto auto;
}

._100 {
  background-image: none;
  height: 100%;
}

._100.grayscale {
  filter: grayscale();
}

.shop-accent-c01-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.shop-accent-c01 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 10vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-accent-c01-image-wrapper {
  width: 35%;
  margin-bottom: 40px;
  position: relative;
}

.full-video-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-video-wrapper.colour-layer {
  display: flex;
}

.shop-accent-c02-grid {
  grid-column-gap: 8vw;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  width: 100%;
  margin-top: 100px;
}

.categories-left-menu-wrapper {
  padding-bottom: 20vh;
}

.categories-sticky-wrapper {
  position: sticky;
  top: 20vh;
}

.collection-page {
  flex-flow: column wrap;
  display: flex;
}

.collection-page-item {
  margin-bottom: 10vw;
}

.product-overview-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.product-overview-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.product-details-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px #2c1403;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: grid;
}

.product-description-preview-wrapper {
  padding-right: 5vw;
}

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

.product-description-content-wrapper {
  border: 1px #2c1403;
  padding-left: 5vw;
  padding-right: 0;
}

.number-bullet {
  border: 1px solid var(--colour-four-transparent);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 50px;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.statement {
  display: flex;
  position: relative;
}

.user-manual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.user-manual-wrapper {
  width: 100%;
  margin-top: 80px;
}

.user-manual-content-wrapper {
  width: 100%;
}

.user-manual-number-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-manual-number-wrapper.right {
  justify-content: flex-end;
}

.wide-line {
  background-color: #624040cc;
  border: 1px #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.wide-line.top {
  background-color: var(--colour-four-transparent);
  inset: 0% 0% auto;
}

.product-preview-inside {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-post-content-wrapper {
  width: 70%;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.preview-l05 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.preview-l05.port {
  justify-content: center;
  align-items: center;
}

.rotation-container-left {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rotation-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}

.rotation-text.rotate {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.purchase-the-template-wrapper {
  z-index: 300;
  border: 1px solid var(--colour-one-transparent);
  background-color: #000;
  width: 40px;
  height: 240px;
  position: fixed;
  inset: auto 0% 40vh auto;
}

.learn-more-wrapper {
  align-items: flex-end;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.learn-more-wrapper.vertical {
  justify-content: flex-start;
  width: 40px;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.learn-more-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.learn-more-text.vertical {
  width: auto;
  height: auto;
  transform: rotate(-90deg);
}

._150-vh {
  height: 150vh;
}

._150-vh.relative {
  top: -40vh;
}

.preview-l05-colour-layer {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colour-four-transparent);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tutorials-image-2 {
  justify-content: center;
  align-items: center;
  width: 12vw;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.section-under-wrapper {
  height: 250vh;
}

.video-icon-wrapper {
  opacity: .7;
  background-image: url('../images/Video.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
}

.where-to-start-grid-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 10vw;
  display: flex;
}

.where-to-start-grid-wrapper-2.right-border {
  border-right: 1px solid var(--colour-four-transparent);
}

.support-image-2 {
  width: 12vw;
  margin-bottom: 40px;
}

.section-under {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-under.colour-white {
  background-color: #fff;
}

.preview-l06-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.preview-l06-preview-wrapper {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.preview-l06-preview-wrapper:hover {
  opacity: 1;
}

.preview-l06-preview-wrapper.no-pointer {
  cursor: auto;
}

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

.preview-l04-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: auto;
  padding: 5vw;
  display: flex;
  position: relative;
  top: 5vw;
}

.preview-l04-content-wrapper.bg-white {
  background-color: #fff;
}

.facts-01-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 5vw;
}

.preview-l06-image {
  z-index: 1;
  width: 100%;
  height: 18vw;
  position: relative;
}

.preview-l06-image.preview-l06-image-01 {
  background-image: url('../images/Screenshot-2021-12-09-at-5.15.20-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.preview-l06-image.preview-l06-image-02 {
  background-image: url('../images/Screenshot-2021-12-09-at-5.25.45-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-03 {
  background-image: url('../images/Screenshot-2021-12-09-at-5.25.59-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-04 {
  background-image: url('../images/Screenshot-2021-12-09-at-6.13.20-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-05 {
  background-image: url('../images/Screenshot-2021-12-09-at-6.14.05-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-06 {
  background-image: url('../images/Screenshot-2021-12-09-at-6.14.25-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-07 {
  background-image: url('../images/Screenshot-2021-12-09-at-6.30.47-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-08 {
  background-image: url('../images/Screenshot-2021-12-09-at-6.31.02-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-09 {
  background-image: url('../images/Screenshot-2021-12-09-at-6.31.39-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-10 {
  background-image: url('../images/Screenshot-2021-12-14-at-12.31.12-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.preview-l06-image.preview-l06-image-12 {
  background-image: url('../images/Screenshot-2021-12-14-at-2.39.59-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-13 {
  background-image: url('../images/Screenshot-2021-12-14-at-2.46.26-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-14 {
  background-image: url('../images/Screenshot-2021-12-14-at-2.47.17-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-15 {
  background-image: url('../images/Screenshot-2021-12-14-at-2.56.09-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-17 {
  background-image: url('../images/Screenshot-2021-12-14-at-12.38.16-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-16 {
  background-image: url('../images/Screenshot-2021-12-14-at-2.38.32-PM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-image.preview-l06-image-18 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.54.02-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.preview-l06-columns {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  width: 90%;
  margin-top: 5vw;
  margin-bottom: 0;
}

.preview-l06-columns.bottom-margin {
  margin-bottom: 10vw;
}

.preview-l06-columns.top-margin {
  margin-top: 10vw;
}

.close-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  transform: rotate(45deg);
}

.text-info-line {
  color: #ebe3d8;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  align-items: center;
  margin-right: 5px;
  font-size: 10px;
  line-height: 20px;
  display: flex;
}

.line-horizontal-reversed {
  background-color: #ebe3d8;
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal-reversed.line-absolut {
  position: absolute;
  inset: auto;
}

.line-horizontal-reversed.line-absolut.line-rotate {
  transform: rotate(90deg);
}

.empty-div {
  width: 1px;
  height: 1px;
}

.navbar-announcement {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.announcement {
  z-index: 500;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.dropdown-list {
  background-color: var(--colour-one);
}

.dropdown-list.w--open {
  padding: 20px;
}

.dropdown-link {
  opacity: .7;
  width: 100%;
  color: var(--colour-four);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 12px;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--colour-four);
}

.dropdown-link.w--current {
  color: var(--colour-four);
  font-weight: 400;
}

.icon {
  color: var(--colour-one-transparent);
  font-size: 12px;
}

.link-underline {
  border-bottom: 1px solid var(--colour-two);
}

.product-wrapper-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 22vw 1fr;
  width: 100%;
}

.caps-small-accent {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-name-wrapper {
  background-color: var(--colour-four);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 20% auto auto -10%;
}

.product-preview {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.showcase-l07 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.showcase-l07-content-wrapper {
  background-color: var(--colour-one);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  padding: 7vw 15vw;
  display: flex;
  position: relative;
  bottom: -5vw;
}

.preview-l06-video-wrapper {
  position: absolute;
  inset: 0%;
}

.preview-l06-video {
  width: 100%;
  height: 18vw;
}

.preview-l07 {
  flex-flow: wrap;
  width: 100%;
  padding-left: 10px;
  display: block;
}

.preview-l07-container {
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}

.preview-l07-image-wrapper {
  position: relative;
  overflow: hidden;
}

.contacts-colour-reveal {
  background-color: var(--colour-one);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.styleguide-license-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.styleguide-section-license-wrapper {
  border-bottom: 1px solid #3d3a3133;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide-left-column-sticky-container-2 {
  position: sticky;
  top: 400px;
}

.styleguide-left-column-sticky-container-2.not-sticky {
  position: static;
}

.styleguide-license-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.barlow {
  font-family: Barlow, sans-serif;
}

.button-basic-one-outlined {
  border: 1px solid var(--colour-four-transparent);
  height: 60px;
  color: var(--colour-four);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  transition: border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-outlined:hover {
  border-color: var(--colour-four);
  opacity: .9;
  color: var(--colour-four);
}

.styleguide-changelog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.styleguide-section-changelog-wrapper {
  border-bottom: 1px solid #3d3a3133;
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide-section-changelog-wrapper.bottom {
  border-bottom-style: none;
}

.fixed-wrapper {
  z-index: 2;
  width: 100%;
  position: fixed;
}

.block-content {
  border: 1px #000;
}

.preview-l06-image-under {
  width: 100%;
  height: 18vw;
}

.preview-l06-image-under.preview-l06-image-under-01 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.16.01-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-02 {
  background-image: url('../images/Screenshot-2022-01-13-at-10.51.31-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-03 {
  background-image: url('../images/Screenshot-2022-01-13-at-10.51.51-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-04 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.25.45-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-05 {
  background-image: url('../images/Screenshot-2022-01-13-at-10.54.52-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-06 {
  background-image: url('../images/Screenshot-2022-01-13-at-10.54.34-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-07 {
  background-image: url('../images/Screenshot-2022-01-13-at-10.54.23-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-08 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.29.10-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-09 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.31.10-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-10 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.32.38-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-11 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.51.57-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-image-under.preview-l06-image-under-12 {
  background-image: url('../images/Screenshot-2022-01-13-at-11.54.12-AM_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.preview-l06-preview-wrapper-no-hover {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.preview-l06-preview-wrapper-no-hover:hover {
  opacity: 1;
}

.container-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.container-footer.colour-four {
  background-color: var(--colour-two);
}

.container-footer.home {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-nav {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.container-nav.nav {
  color: var(--colour-four);
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-header {
  padding-top: 36px;
}

.collection-list-wrapper {
  line-height: 1;
}

.testimonia {
  text-transform: none;
  font-family: Testimonia, sans-serif;
}

.collection-item {
  margin-top: 10px;
}

.empty-state {
  flex-direction: column;
}

.caps-small {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
}

.ui-kit-footer-link-wrap {
  flex-direction: row;
  display: flex;
}

.ui-kit-number {
  color: var(--colour-four-transparent);
  padding-left: 3px;
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.button-basic-one-1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-1:hover {
  opacity: .9;
  color: #aaa6a0;
}

.section-m01 {
  display: none;
}

.freebie-container {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.freebie-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 470px 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.freebie-preview-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.freebie {
  border: 1px solid #6c380866;
  width: 100%;
}

.freebie-content-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.heading-medium-h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 300;
  line-height: .9;
}

.blog-n01-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

.resources-n01-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.resources-n01-content {
  margin-left: auto;
  margin-right: auto;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-small-h4 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.resources-n01-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--colour-four);
  flex-direction: column;
  align-items: center;
  padding: 0 7vw;
  display: flex;
}

.resources-n01-content-wrapper:hover {
  opacity: 1;
  color: var(--colour-four);
}

.resources-n01-content-wrapper.right-border {
  border-right: 1px solid #6c380866;
}

.image-scale-wrapper {
  cursor: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-scale-wrapper.coursor {
  cursor: pointer;
}

.image-scale-wrapper.coursor.frame {
  background-color: #e8e8ee;
}

.resources-n01 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-basic-one-underlined {
  color: #301e0e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #00000080;
  justify-content: center;
  align-items: center;
  padding: 5px 0 2px;
  font-size: 11px;
  font-weight: 600;
  transition: border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-underlined:hover {
  opacity: .9;
  color: #301e0e;
  border-color: #301e0e;
}

.overflow {
  overflow: hidden;
}

.resources-e01-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 140px;
}

.resources-n01-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5%;
  display: flex;
}

.resources-n01-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-vertical-2 {
  width: 100%;
  padding-bottom: 140%;
  position: relative;
  overflow: visible;
}

.image-vertical-2:hover {
  opacity: 1;
}

.resources-n01-content-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  transition: background-color .4s, border-color .4s, opacity .4s, color .4s;
  display: flex;
}

.resources-n01-content-wrapper-2:hover {
  opacity: 1;
}

.resources-n01-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.resources-n01-content-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  flex: 0 auto;
  order: 0;
  font-size: 2vw;
}

.heading.center {
  color: var(--colour-one);
  background-image: url('../images/Design-ohne-Titel.avif');
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 1.5vw;
  font-style: normal;
}

.heading-2 {
  color: var(--colour-four);
  margin-bottom: -100px;
}

.slide {
  overflow: visible;
}

.heading-3 {
  color: var(--colour-four);
  margin-top: -292px;
}

.paragraph {
  color: var(--colour-four);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
}

.background-video {
  position: static;
  top: 351px;
  overflow: hidden;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5vw 10vw 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  color: var(--colour-four);
}

.heading-4 {
  color: var(--colour-four);
  font-weight: 400;
}

.div-block-3 {
  background-color: var(--colour-four-transparent);
  flex: 1;
  position: absolute;
  inset: auto;
}

.heading-5 {
  text-transform: lowercase;
  font-size: 2.7vw;
}

.image-7 {
  position: static;
}

.bold-text {
  display: inline;
}

.section-2 {
  display: flex;
}

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

.dropdown-toggle-2 {
  clear: none;
  margin-left: -10px;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.dropdown-2 {
  margin-left: 0;
}

.heading-6 {
  text-transform: capitalize;
}

.image-10, .image-11, .image-12 {
  padding-bottom: 10px;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-3.colour-four {
  background-color: #000;
}

.section-3.colour-four.z {
  z-index: 3;
}

.section-3.colour-four.z.top-margin-mobile {
  z-index: 3;
  color: var(--colour-four);
  margin-top: 80px;
  overflow: visible;
}

.two-columns-2 {
  column-count: 2;
  column-gap: 5vw;
}

.line-horizontal-2 {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal-2.short {
  width: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.accent-l04-image-wrapper-3 {
  z-index: 1;
  width: 36vw;
  position: absolute;
  inset: 0% 0% auto;
}

.image-vertical-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical-3.accent-l04-image-01 {
  background-image: url('../images/NeueWebseite2024Bilder-101_1.avif');
}

.image-vertical-3.accent-l04-image-01.mentoring {
  margin-top: auto;
}

.image-vertical-3.accent-l04-image-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/familie-kuratli-jaypegphotofilm-55-683x1024_1.avif');
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  margin: 0 0 -100px -200px;
  padding: 0 0 180%;
  display: block;
  overflow: hidden;
}

.image-vertical-3.accent-l04-image-02.wedding {
  z-index: auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-bottom: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160%;
  display: flex;
  overflow: hidden;
}

.image-vertical-3.accent-l04-image-02.mentoring {
  z-index: 200;
  margin-top: 0;
  margin-bottom: -73px;
  margin-left: -70px;
  padding-bottom: 104%;
  overflow: hidden;
}

.image-vertical-3.accent-l04-image-02.invisible-mobile.mentoring {
  margin-bottom: -100px;
  margin-left: -150%;
  padding-bottom: 180%;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.int-l01-2 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 15vw;
  margin-bottom: 5vw;
  display: flex;
}

.line-horizontal-3 {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal-3.short {
  width: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10vw 5vw;
  display: flex;
  position: relative;
}

.image-vertical-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical-4.showcase-l01-image-03 {
  background-image: url('../images/NeueWebseite2024Bilder-14_1.avif');
  background-position: 50% 100%;
  background-repeat: repeat;
  width: 100%;
  height: 50%;
}

.image-vertical-4.showcase-l01-image-01 {
  background-image: url('../images/daniel-sessler-YVKbOZIB1IA-unsplash_1.avif');
}

.image-vertical-4.showcase-l01-image-04 {
  background-image: url('../images/finding-dan-dan-grinwis-pY4La9JmNvg-unsplash_1.avif');
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.full-image-video-wrapper-parallax-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-basic-one-3 {
  color: #f3f3f3;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-3:hover {
  opacity: .9;
  color: #777;
}

.button-basic-one-3.wide {
  width: 100%;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-6.colour-one {
  background-color: #f3f3f3;
  overflow: hidden;
}

.int-l01-3 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  font-size: 18px;
}

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

.button-basic-one-1-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-1-copy:hover {
  opacity: .9;
  color: #aaa6a0;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.div-block-4 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.int-01-links-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.int-01-link-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.int-c01-grid-2 {
  grid-column-gap: 0px;
  background-color: #f3f3f3;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  width: 100%;
  min-height: 70vh;
}

.int-c01-grid-2.wedding {
  grid-template-columns: 35% 1fr;
  overflow: hidden;
}

.image-vertical-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical-5.int-01-image-04 {
  background-image: url('../images/vladislav-filippov-KmFtWzL4nUs-unsplash_1.avif');
  height: 100%;
  padding-bottom: 0%;
}

.image-vertical-5.int-01-image-03 {
  background-image: url('../images/shahin-khalaji-HZQ1iiNpWtY-unsplash_1.avif');
  height: 100%;
  padding-bottom: 0%;
}

.image-vertical-5.int-01-image-02 {
  background-image: url('../images/Paar-Fotoshooting-57-scaled_1.avif');
  background-position: 50% 40%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0%;
}

.image-vertical-5.int-01-image-02.family {
  background-image: url('../images/NeueWebseite2024Bilder-72_1.avif');
}

.image-vertical-5.int-01-image-02.family.main {
  background-image: url('../images/familie-kuratli-jaypegphotofilm-58-1_1.avif');
}

.image-vertical-5.int-01-image-02.wedding {
  background-image: url('../images/Hochzeitsbilder-33_1.avif');
  background-position: 50% 100%;
}

.image-vertical-5.int-01-image-02.mentoring {
  background-image: url('../images/4-IMA09596-Jasmina-Kuratli-Julie_Troxler-768x512_1.avif');
  background-position: 50%;
}

.int-l01-colour-reveal-2 {
  z-index: 2;
  background-color: #f3f3f3;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-basic-one-4 {
  color: #f3f3f3;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-4:hover {
  opacity: .9;
  color: #777;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.port {
  text-align: center;
  max-height: 100px;
  font-size: 21px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 66px;
  grid-template-columns: 1fr 1fr;
}

.showcase-l01-grid-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-columns: 1.5fr 1fr;
}

.section-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.center-2._70 {
  width: 70%;
  color: var(--colour-three-transparent);
}

.int-l01-4 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 15vw;
  margin-bottom: 5vw;
  display: flex;
}

.int-l01-4.no-top {
  margin-top: 5vw;
}

.container-4 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-vertical-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical-6.showcase-l01-image-03, .image-vertical-6.showcase-l01-image-03.wedding {
  background-image: url('../images/I-und-S-Paarshooting-klein--3-1_1.avif');
}

.image-vertical-6.showcase-l01-image-03.next {
  background-image: url('../images/NeueWebseite2024Bilder-72_1.avif');
}

.image-vertical-6.showcase-l01-image-01 {
  background-image: url('../images/NeueWebseite2024Bilder-27_1.avif');
  background-position: 50%;
}

.image-vertical-6.showcase-l01-image-01.wedding {
  background-image: url('../images/Mara-Nabil-12_1.avif');
  background-position: 50% 40%;
}

.image-vertical-6.showcase-l01-image-01.next {
  background-image: url('../images/Family-3_1.avif');
}

.image-vertical-6.showcase-l01-image-04 {
  background-image: url('../images/Couple-Paar-Nati-Joshua-16.jpg');
  background-position: 60%;
}

.image-vertical-6.showcase-l01-image-04.wedding {
  background-image: url('../images/Couple-Paar-Nati-Joshua-16.jpg');
}

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

.list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  list-style-type: disc;
  display: block;
}

.list-item {
  width: 70%;
}

.heading-7 {
  width: 200%;
  color: var(--colour-three-transparent);
  overflow-wrap: normal;
  line-height: 1.2;
}

.heading-8, .heading-9, .heading-10 {
  font-size: 3vw;
}

.heading-11 {
  color: var(--colour-three-transparent);
  font-size: 4.5vw;
  line-height: 1.2;
}

.heading-12 {
  color: var(--colour-three-transparent);
  font-size: 4.5vw;
  line-height: 1;
}

.heading-13 {
  color: var(--colour-three-transparent);
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  font-size: 23px;
}

.heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
  color: var(--colour-three-transparent);
}

.paragraph-10 {
  font-size: 23px;
}

.heading-21, .heading-22 {
  color: var(--colour-three-transparent);
  line-height: 1.2;
}

.heading-23 {
  color: var(--colour-three-transparent);
}

.heading-24 {
  width: 100%;
  color: var(--colour-three-transparent);
  line-height: 1.2;
}

.heading-25, .heading-26 {
  color: var(--colour-three-transparent);
  line-height: 1.2;
}

.heading-27 {
  color: var(--colour-three-transparent);
}

.heading-28, .heading-29 {
  color: var(--colour-three-transparent);
  line-height: 1.2;
}

.heading-30, .heading-31, .heading-32 {
  color: var(--colour-three-transparent);
}

.image-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  background-image: url('../images/NeueWebseite2024Bilder-19_1.avif');
  background-position: 0 -100px;
  background-size: 1920px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  padding-top: 200px;
  display: inline-flex;
}

.image-14 {
  background-image: url('../images/NeueWebseite2024Bilder-19_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1280px;
  background-attachment: scroll;
  flex: 1;
}

.heading-33, .heading-34 {
  overflow: hidden;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.top-margin-2 {
  margin-top: 40px;
  position: relative;
}

.top-margin-2.middle {
  text-align: center;
}

.button-basic-one-outlined-2 {
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000004d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  transition: background-color .5s, border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-outlined-2:hover {
  background-color: var(--colour-three-transparent);
  opacity: .9;
  color: #000;
}

.image-vertical-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical-7.accent-c06-image-01 {
  background-image: url('../images/mojtaba-mosayebzadeh-UzqLTRZorBg-unsplash_1.avif');
}

.image-vertical-7.accent-c06-image-01.blog1.family {
  background-image: url('../images/Blog-Beitrag-Family-Familienfoto-7.jpg');
  background-position: 55%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog1.wedding {
  background-image: url('../images/I-und-S-Paarshooting-klein--3_1.avif');
  background-position: 45%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog1.wedding.prices {
  background-size: cover;
}

.image-vertical-7.accent-c06-image-01.blog2.family {
  background-image: url('../images/Babybauch-13.jpg');
  background-position: 55%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog2.family.blog6 {
  background-image: url('../images/31---blog-BB-31_1.avif');
}

.image-vertical-7.accent-c06-image-01.blog2.wedding {
  background-image: url('../images/Mara-Nabil-4_1.avif');
  background-position: 45% 100%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog3.family {
  background-image: url('../images/Newborn-Neugeborenes-Baby-Bild_1.avif');
  background-position: 55%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog3.wedding {
  background-image: url('../images/147---blog-Hochzeit-38_1.avif');
  background-position: 50%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog3.wedding.mentoring.herz {
  background-image: url('../images/Familien-Liebe-2.jpg');
}

.image-vertical-7.accent-c06-image-01.blog3.wedding.mentoring.mara {
  background-image: url('../images/160---Mara-Nabil-12_1.avif');
}

.image-vertical-7.accent-c06-image-01.blog3.wedding.mentoring.newborn {
  background-image: url('../images/51---NB-Aida-Jon-63_1.avif');
}

.image-vertical-7.accent-c06-image-01.blog3.wedding.mentoring.newborn.workshop {
  background-image: url('../images/Newborn-Simona-12_1.avif');
}

.image-vertical-7.accent-c06-image-01.blog4.family {
  background-image: url('../images/Familien-Liebe-25.jpg');
  background-position: 65%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog4.family.blog8 {
  background-image: url('../images/51---NB-Aida-Jon-63_1.avif');
}

.image-vertical-7.accent-c06-image-01.blog4.wedding {
  background-image: url('../images/Daniela-Manuel-am-Wasser-low-re-4_1.avif');
  background-position: 50%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog5.family {
  background-image: url('../images/babybauch-21_1.avif');
  background-position: 45%;
  min-height: 100%;
}

.image-vertical-7.accent-c06-image-01.blog5.family.blog7 {
  background-image: url('../images/106---blog-Family-34_1.avif');
}

.image-vertical-7.accent-c06-image-01.blog5.family.blog8 {
  background-image: url('../images/41---Blog-Family-Session-Jasmina-Kuratli-Fotografie-42.avif');
}

.image-vertical-7.accent-c06-image-01.blog5.wedding {
  background-image: url('../images/Couple-Paar-Nati-Joshua-16.jpg');
  background-position: 60%;
  min-height: 100%;
}

.section-11 {
  padding: 50px 100px 20px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-12.colour-one {
  background-color: #f3f3f3;
}

.title-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 10vw;
  margin-bottom: 5vw;
  display: flex;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-35, .heading-36, .heading-37, .heading-38 {
  color: var(--colour-three-transparent);
}

.heading-38.full {
  width: 100%;
}

.heading-39, .heading-40, .heading-41, .heading-42, .heading-43, .heading-44, .heading-45, .heading-46 {
  color: var(--colour-three-transparent);
}

.heading-46.full {
  width: 100%;
}

.heading-47, .heading-48, .heading-49 {
  color: var(--colour-three-transparent);
}

.heading-49.full {
  width: 100%;
}

.heading-50 {
  color: var(--colour-three-transparent);
}

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

.rich-text-block {
  margin-bottom: 0;
}

.heading-54 {
  flex: 0 auto;
  height: 40px;
  margin-top: 10px;
  display: block;
}

.paragraph-12 {
  z-index: 100;
  position: static;
}

.link-block, .link-block.w--current {
  width: 333px;
}

.image-15 {
  width: 100%;
}

.this {
  margin-bottom: 0;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  width: 350px;
  height: auto;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4.5rem;
  box-shadow: 0 0 20px #0000001a;
}

.en {
  white-space: nowrap;
}

.image-16 {
  vertical-align: baseline;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}

.icon-3 {
  display: none;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-nav-list.w--open {
  background-color: var(--colour-one);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250%;
  padding-right: 20px;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.utility-margin-top-auto {
  margin-top: auto;
}

.mega-nav-dropdown-list-wrapper {
  color: #1c1c1c;
  background-color: #fff;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav-dropdown-list-wrapper.w--open {
  border-radius: 1rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em .5em 0;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: color-mix(in srgb, currentColor 10%, transparent);
  color: inherit;
}

.nav-link.w--current, .nav-link.w--open {
  background-color: #0000;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.tablet-1-column.grid-gap-sm {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.grid-layout.desktop-3-column.tablet-1-column.grid-gap-sm.utility-margin-bottom-0 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.utility-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #803aa5;
  border: 1px solid #0000;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #9f58c4;
}

.text-button.secondary-text-button {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.secondary-text-button:hover {
  opacity: .6;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.card-link {
  opacity: 1;
  color: #1c1c1c;
  background-color: #fff;
  background-image: none;
  border: 0 solid #1c1c1c33;
  border-radius: 1rem;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #1c1c1c33, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #1c1c1c;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #1c1c1c33, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.card-link.inverse-card-link {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #0000;
}

.card-link.inverse-card-link:hover {
  color: #fff;
  background-color: #1c1c1c;
}

.card-link.inverse-card-link.flex-child-expand {
  background-color: var(--colour-three-transparent);
}

.h3-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.78rem;
  font-weight: 400;
  line-height: 1.04em;
}

.mega-nav-link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1c1c1c;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav-link-item:hover {
  color: var(--colour-two);
}

.card-body {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.nav-mega-menu-list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-mega-menu-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.icon-medium {
  color: #803aa5;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.nav-menu-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.rich-text-block-2 {
  text-align: center;
  width: 70%;
}

.tabs-menu {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  bottom: -100px;
}

.tab-link-tab-2 {
  z-index: 4;
  border-radius: 20px;
  transition: background-color .5s, opacity .4s, color .4s;
}

.tab-link-tab-2:hover {
  background-color: var(--colour-three-transparent);
  opacity: 1;
  color: var(--colour-one);
}

.tab-link-tab-2.w--current {
  background-color: var(--colour-three-transparent);
  transition: background-color .5s, opacity .4s, color .4s;
}

.tab-link-tab-3 {
  z-index: 4;
  background-color: var(--colour-three-transparent);
  border-radius: 20px;
}

.tab-link-tab-1 {
  border-radius: 20px;
  transition: background-color .5s, opacity .4s, color .4s;
}

.tab-link-tab-1:hover {
  background-color: var(--colour-three-transparent);
  opacity: 1;
  color: var(--colour-one);
}

.tab-link-tab-1.w--current {
  background-color: var(--colour-three-transparent);
  color: var(--colour-one);
  border-radius: 20px;
}

.tab-link-tab-1.w--current:hover {
  opacity: 1;
  color: var(--colour-one);
}

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

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding-left: 10%;
  display: flex;
}

.image-17 {
  aspect-ratio: 2 / 3;
  height: 100%;
}

.div-block-8 {
  height: 100%;
  padding-right: 10%;
}

.rich-text-block-3 {
  max-height: 100%;
}

.text-span-2 {
  font-size: 18px;
  font-style: italic;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-15 {
  color: var(--colour-two);
  margin-bottom: 0;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-55, .heading-56 {
  width: 100%;
}

.heading-56.primary-color {
  color: var(--colour-three-transparent);
}

.heading-56.primary-color.quote {
  margin-left: -50px;
}

.heading-56.primary-color.smaller {
  font-size: 18px;
}

.quote {
  margin-bottom: 0;
  margin-left: -40px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.quote.smaller-gap {
  padding-top: 0;
}

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

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

.code-embed {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading57 {
  font-size: 18px;
}

.heading57.primarycolor {
  color: var(--colour-three-transparent);
}

@media screen and (min-width: 1920px) {
  .image-vertical-3.accent-l04-image-02.invisible-mobile.mentoring {
    margin-bottom: -200px;
  }

  .link-block {
    width: 333px;
  }

  .image-15 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5vw;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }

  .section.colour-one._100-vh, .section.colour-one._100-vh.top-margin-mobile {
    height: auto;
  }

  .section.colour-one.top-margin-mobile {
    margin-top: 0;
  }

  .section.top-margin-mobile {
    margin-top: 80px;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-basic-two {
    text-align: center;
  }

  .animated-link-wrapper.no-margins {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .line-hover.invisible-mobile {
    display: none;
  }

  .nav-menu {
    background-color: var(--colour-four);
    height: 100vh;
    color: var(--colour-one);
    align-items: flex-end;
    padding-top: 20vh;
    inset: 0% 0% auto;
  }

  .brand.margin-right {
    margin-right: 0;
  }

  .nav-bar {
    background-color: var(--colour-one);
    height: 80px;
  }

  .navlink, .navlink:hover {
    color: var(--colour-one);
  }

  .navlink.invisible-mobile-tablet {
    display: none;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .line-horizontal._01 {
    background-color: var(--colour-one);
    height: 2px;
    position: relative;
    top: -5px;
  }

  .line-horizontal._02 {
    background-color: var(--colour-one);
    height: 2px;
    position: relative;
    top: 5px;
    left: 0%;
    right: 0%;
  }

  .search-wrapper.desktop {
    display: none;
  }

  .search-wrapper.mobile {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .search {
    width: 100%;
  }

  .search-input {
    height: 60px;
  }

  .search-button {
    background-size: 24px;
    height: 60px;
  }

  .brand-nav {
    width: 60%;
    color: var(--colour-one);
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .menu-button {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .no-margin.opt1 {
    width: auto;
  }

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

  .div-block {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form {
    width: 100%;
  }

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

  .form-block-newsletter {
    width: 100%;
  }

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

  .cart-quantity {
    background-color: var(--colour-four);
    width: 50px;
    height: 50px;
  }

  .search-wrapper-mobile {
    height: 60px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .checkout-wrapper {
    width: 100%;
  }

  .block-content-transparent {
    border: 1px #000;
  }

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

  .center.home.text {
    padding-left: 200px;
  }

  .text-accent-one.biggest {
    padding-left: 160px;
  }

  .text-accent-one.biggest.englisch {
    justify-content: center;
    align-items: center;
    padding-left: 160px;
    display: block;
  }

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

  .image-vertical.int-01-image-03, .image-vertical.int-01-image-04, .image-vertical.int-01-image-02 {
    height: 100%;
    padding-bottom: 0%;
  }

  .text-accent-two {
    white-space: pre-line;
    font-size: 4vw;
    line-height: 1;
  }

  .product-grid {
    grid-column-gap: 40px;
  }

  .faq-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .product-details-wrapper {
    margin-right: 5vw;
    padding-right: 0%;
  }

  .tab {
    border-left: 2px none var(--colour-two);
    border-bottom-style: solid;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .preview-01-animated-link-wrapper {
    margin-bottom: 10px;
  }

  .utility-page-wrap {
    height: auto;
  }

  .search-container {
    width: 90%;
  }

  .privacy-policy-wrapper, .getting-started-section-wrapper {
    width: 100%;
  }

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

  .animated-link-wrapper-nav {
    height: 60px;
  }

  .int-c01-grid {
    grid-row-gap: 0px;
    grid-template-rows: 60vh auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .int-01-link {
    border-right: 1px solid var(--colour-four-transparent);
    border-top-style: none;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .int-c01-content-wrapper {
    padding: 5vw;
  }

  .int-01-links-wrapper {
    border-bottom: 1px solid var(--colour-four-transparent);
    flex-direction: row;
  }

  .three-columns.top-margin-150-px {
    margin-top: 10vw;
  }

  .accent-l01-images-wrapper {
    top: 30vh;
  }

  .accent-l01-image-02-wrapper {
    display: none;
  }

  .accent-l01-image-02-wrapper.invisible-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .accent-l01-image-03-wrapper, .accent-l01-image-03-wrapper.invisible-mobile {
    display: none;
  }

  .accent-l01-text {
    position: relative;
    top: -70px;
  }

  .int-l02-content-wrapper {
    padding-left: 15vw;
    padding-right: 10vw;
  }

  .int-l02-image-wrapper {
    width: 29vw;
    right: -5vw;
  }

  .container-paddings {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .opt-in-form-02 {
    margin-top: 20px;
  }

  .opt-in-01-grid {
    grid-template-columns: 30% 1fr;
  }

  .opt-in-01-image-02-wrapper {
    top: 0;
    right: 0;
  }

  .opt-in-01-image-01-wrapper {
    width: 70%;
    left: 0;
  }

  .opt-in-01-image-01-wrapper.invisible-mobile {
    display: none;
  }

  .grid-content-wrapper.facts-01-layout {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.facts-01-layout.no-right-border {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .grid-content-wrapper.facts-01-layout.no-top-border.no-right-border {
    border-bottom-style: solid;
  }

  .opt-in-01-form-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .colour-four {
    background-color: var(--colour-four);
  }

  .accent-l02-grid {
    grid-template-columns: 30% 1fr;
  }

  .accent-l02-sticky._100-vh {
    align-items: stretch;
  }

  .int-l03-content-wrapper {
    padding-left: 10vw;
  }

  .int-l03-image-wrapper {
    align-items: flex-end;
    width: 30vw;
    left: -30vw;
  }

  .int-l03-arrow-right {
    inset: 5% 0% auto auto;
  }

  .int-l03-arrow-left {
    inset: 5% auto auto 0%;
  }

  .accent-c06-image-wrapper {
    width: 100%;
  }

  .hero-60 {
    width: 90%;
  }

  .accent-l04-content-wrapper {
    padding-top: 15vw;
    padding-bottom: 15vw;
    padding-left: 10vw;
  }

  .accent-l04-image-wrapper-01 {
    width: 25vw;
  }

  .showcase-l01-content-wrapper._100above {
    margin-top: -100px;
  }

  .int-l05-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 0;
  }

  .int-l04-grid {
    grid-column-gap: 5vw;
    margin-top: 30vw;
  }

  .int-l04-image-wrapper {
    width: 100%;
    left: 0;
  }

  .int-l04-details-line {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logotypes-c01 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

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

  .logotype-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-paddings-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .int-l06-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .int-l06-content-wrapper.colour-white {
    bottom: -25vw;
  }

  .info-c01-grid {
    grid-column-gap: 5vw;
    grid-template-columns: 35% 60fr;
  }

  .info-c01-content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .info-c01-content-wrapper.invisible-mobile {
    display: none;
  }

  .info-c01-image-wrapper {
    justify-content: flex-start;
  }

  .info-c01-paragraph-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 5vw;
  }

  .info-c01 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-c01-content-wrapper {
    padding: 5vw;
  }

  .showcase-l04-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .showcase-l03-image-wrapper {
    width: 100%;
  }

  .showcase-l05-container {
    width: 50%;
  }

  .preview-l02-image-wrapper {
    width: 100%;
  }

  .preview-l03-image-wrapper {
    min-height: 40vh;
  }

  .preview-l03-image-wrapper.preview-l03-image-01 {
    background-position: 50%;
  }

  .preview-l03-split-left {
    width: 100%;
  }

  .preview-l03-split-wrapper {
    flex-direction: column;
    overflow: hidden;
  }

  .preview-l03-split-wrapper._100-vh {
    height: auto;
  }

  .preview-l03-content-wrapper {
    justify-content: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .preview-l03-split-right {
    align-items: flex-start;
    width: 100%;
  }

  .preview-l03 {
    height: auto;
  }

  .int-l03-text-wrapper {
    right: 30%;
  }

  .shop-accent-c01-content-wrapper, .full-video-wrapper {
    width: 100%;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-left-menu-wrapper {
    padding-bottom: 10vw;
  }

  .product-overview-wrapper {
    justify-content: flex-start;
  }

  .number-bullet {
    width: 50px;
    height: 50px;
  }

  .user-manual-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 20%;
  }

  .blog-post-content-wrapper {
    width: 90%;
  }

  .rotation-container-left {
    width: 80px;
    font-size: 16px;
  }

  .tutorials-image-2 {
    width: 20vw;
  }

  .section-under-wrapper.section-mobile {
    height: auto;
  }

  .where-to-start-grid-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .where-to-start-grid-wrapper-2.right-border {
    padding: 11vw;
  }

  .support-image-2 {
    width: 20vw;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    margin-top: 0;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .preview-l04-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .preview-l06-image {
    height: 29vw;
  }

  .preview-l06-columns, .preview-l06-columns.top-margin {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .close-icon-wrapper {
    opacity: .4;
    flex: 0 auto;
  }

  .dropdown {
    width: 90%;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-wrapper {
    flex-direction: column;
    height: 60px;
  }

  .dropdown-list {
    flex-wrap: wrap;
  }

  .dropdown-list.w--open {
    display: flex;
  }

  .product-wrapper-grid {
    grid-column-gap: 5vw;
    grid-template-columns: 30vw 1fr;
    width: 100%;
  }

  .product-name-wrapper {
    inset: auto auto -10%;
  }

  .showcase-l07-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .preview-l06-video, .preview-l06-image-under {
    height: 29vw;
  }

  .container-footer, .container-nav {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-nav.nav {
    color: var(--colour-one);
  }

  .section-m01 {
    position: relative;
  }

  .freebie-container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

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

  .freebie-preview-wrapper {
    width: 40%;
    margin: 140px auto 0;
    padding: 0;
  }

  .freebie-content-wrapper {
    padding: 10vw 10vw 20vw;
  }

  .heading-medium-h2 {
    font-size: 50px;
  }

  .resources-n01-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .resources-e01-layout {
    grid-template-columns: 1fr;
  }

  .image-vertical-2 {
    justify-content: center;
    align-items: center;
  }

  .resources-n01-content-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-9 {
    margin-left: -345px;
  }

  .accent-l04-image-wrapper-3 {
    width: 25vw;
  }

  .image-vertical-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-vertical-3.accent-l04-image-02 {
    margin-top: 0;
    margin-bottom: -150px;
    padding-top: 0;
  }

  .container-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-vertical-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .int-01-links-wrapper-2 {
    border-bottom: 1px solid #0000004d;
    flex-direction: row;
  }

  .int-01-link-2 {
    border-top-style: none;
    border-right: 1px solid #0000004d;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .int-c01-grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: 60vh auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .image-vertical-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-vertical-5.int-01-image-04, .image-vertical-5.int-01-image-03, .image-vertical-5.int-01-image-02 {
    height: 100%;
    padding-bottom: 0%;
  }

  .container-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-vertical-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-vertical-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-36, .heading-37, .heading-38 {
    width: auto;
  }

  .icon-2 {
    color: var(--colour-four);
    font-size: 40px;
    line-height: 1.8;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .mega-nav-dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: 0;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-color: #1c1c1c1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-link:hover {
    color: #803aa5;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link.w--current:hover, .nav-link.w--open {
    background-color: #0000;
  }

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

  .eyebrow {
    font-size: .9rem;
  }

  .h3-heading {
    font-size: 1.42rem;
  }

  .card-body {
    padding: 2rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .nav-mega-menu-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-mega-menu-dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav-menu-dropdown {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  h4 {
    font-size: 16px;
  }

  .section {
    min-height: 400px;
  }

  .section.colour-one.top-margin-mobile {
    min-height: 200px;
    margin-top: 0;
    padding-top: 70px;
    overflow: hidden;
  }

  .container {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

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

  .styleguide-left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .styleguide-right-column {
    width: 100%;
    padding-left: 0;
  }

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

  .styleguide-all-sections-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-basic-one {
    width: 100%;
  }

  .button-basic-one.top-margin-mobile-10px {
    margin-top: 10px;
  }

  .button-basic-two.top-margin-mobile-portrait-10px {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
  }

  .search-wrapper {
    width: 40vw;
  }

  .search-wrapper.mobile {
    height: auto;
  }

  .no-margin.text-light.text-caps.right-margin {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .no-margin.text-light.text-caps.purchase {
    margin-bottom: 60px;
  }

  .no-margin.text-light.text-caps.right-margin-60px {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .no-margin.opt1 {
    width: 400px;
  }

  .field {
    margin-right: 0;
  }

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

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

  .form {
    flex-direction: column;
  }

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

  .footer-wrapper.invisible-mobile {
    display: none;
  }

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

  .checkout-form {
    background-color: #fff;
  }

  .bg-checkout.invisible-mobile {
    display: none;
  }

  .paypal-checkout-form {
    background-color: #fff;
  }

  .full-image.contacts-01-image-01 {
    background-position: 0 100%;
    background-size: cover;
  }

  .center._70.top-margin-80-px.below {
    overflow: visible;
  }

  .center._70.home {
    width: auto;
    padding-left: 0;
  }

  .center._70 {
    width: 100%;
  }

  .center.home.text {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .product-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .product-details-wrapper {
    margin: 5vw;
    padding-top: 40px;
  }

  .contacts-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .utility-page-wrap {
    position: relative;
  }

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

  .utility-page-form {
    width: 100%;
    margin-top: 40px;
  }

  .div-horizontal {
    flex-direction: column;
    width: 100%;
  }

  .full-image-coming-soon {
    inset: 0%;
  }

  .coming-soon-form, .search-container {
    flex-direction: column;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .getting-started-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .contacts-grid-preview {
    min-height: 350px;
  }

  .int-c01-grid {
    grid-template-columns: 1fr;
  }

  .int-01-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .int-01-links-wrapper {
    padding-left: 0;
  }

  .three-columns, .three-columns.top-margin-150-px {
    column-count: 2;
  }

  .accent-l01-image-03-wrapper.invisible-mobile {
    display: none;
  }

  .accent-l01-container {
    margin-top: 5vw;
    padding-top: 0;
  }

  .opt-in-form-02 {
    margin-top: 20px;
  }

  .instagram-content {
    margin-bottom: 0;
    margin-right: 0;
  }

  .instagram-content._11, .instagram-content._12 {
    display: none;
  }

  .instagram-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-text {
    justify-content: center;
    inset: 0%;
  }

  .accent-l02-grid {
    grid-template-columns: 1fr;
    margin-bottom: 250px;
  }

  .accent-l02-empty {
    display: none;
  }

  .preview-wrapper._01 {
    right: 0;
  }

  .preview-wrapper._03 {
    left: 0;
  }

  .preview-wrapper._02 {
    width: 40vw;
  }

  .accent-l02-line-wrapper.empty.size-on-mobile {
    height: 10vh;
  }

  .accent-l02-line-wrapper._02 {
    padding-left: 0;
  }

  .accent-l02-sticky._100-vh {
    height: auto;
  }

  .accent-l02-sticky._100-vh.margin-mobile {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .opt-in-l02-content {
    width: 100%;
  }

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

  .info-c03-grid {
    grid-template-columns: 1fr 1fr;
  }

  .accent-c06-content-wrapper {
    border: 1px #000;
  }

  .accent-c06-grid, .accent-c06-grid.reversed {
    grid-template-columns: 1fr;
  }

  .accent-c06-image-container {
    border: 1px #000;
  }

  .title-wrapper {
    width: 100%;
  }

  .accent-l04-grid {
    grid-row-gap: 160px;
    grid-template-columns: auto;
    margin-bottom: 220px;
  }

  .accent-l04-grid.grid0row {
    grid-row-gap: 0px;
  }

  .accent-l04-image-container.colour-white, .accent-l04-image-container.colour-white._100vh {
    min-height: 100vh;
  }

  .accent-l04-content-wrapper.colour-one {
    margin-bottom: 0;
  }

  .accent-l04-content-wrapper.colour-one.mentoring {
    overflow: visible;
  }

  .accent-l04-content-wrapper.colour-one.zeromargin {
    margin-bottom: 0;
  }

  .two-columns {
    column-count: 1;
  }

  .accent-l04-image-wrapper-02 {
    width: 80vw;
    position: static;
    bottom: 0;
  }

  .accent-l04-image-wrapper-02.invisible-mobile {
    flex: 0 auto;
    margin-top: -270px;
  }

  .showcase-l01-line-01 {
    grid-column-gap: 3vw;
  }

  .showcase-l01-content-wrapper {
    padding-bottom: 5vw;
  }

  .showcase-l01-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .showcase-l01-content-container {
    padding-bottom: 5vw;
  }

  .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .container-max.justify-right.container-top-padding {
    align-items: center;
  }

  .int-l05-content-wrapper {
    width: 90vw;
  }

  .full-image-video.showcase-l04-image-01.wedding {
    height: 100vh;
  }

  .full-image-video.showcase-l04-image-01.wedding.unten {
    object-fit: cover;
    height: 100vh;
  }

  .full-image-video.showcase-l04-image-02.wedding {
    height: 100vh;
  }

  .int-l04-grid {
    grid-template-columns: 1fr;
  }

  .int-l04-text {
    margin-bottom: 40px;
    left: 0;
  }

  .int-l06-content-wrapper {
    width: 95vw;
    padding-right: 10vw;
  }

  .info-c01-grid {
    grid-template-columns: 60fr;
  }

  .info-c01-content-wrapper {
    margin-top: 5vw;
  }

  .info-c01-content-wrapper.invisible-mobile {
    display: none;
  }

  .info-c01 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .intro-c01 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .intro-c01-image-wrapper {
    height: 40vh;
    display: flex;
  }

  .intro-c01-line {
    grid-template-columns: 1fr;
  }

  .showcase-l04-content-wrapper {
    width: 90vw;
  }

  .showcase-l03-grid {
    grid-template-columns: 1fr;
  }

  .showcase-l03-image-container, .showcase-l03-contane-wrapper {
    border: 1px #000;
  }

  .preview-l02-grid {
    grid-template-columns: 1fr;
  }

  .preview-l02-image-container, .preview-l02-content-wrapper {
    border: 1px #000;
  }

  .preview-l03-split-wrapper {
    height: 120vh;
  }

  .preview-l03-content-wrapper {
    width: 100%;
  }

  .preview-l03-split-right {
    flex-direction: column;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-sticky-wrapper {
    position: static;
  }

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

  .product-overview-grid, .product-details-grid {
    grid-template-columns: 1fr;
  }

  .product-description-preview-wrapper {
    padding-right: 0;
  }

  .user-manual-wrapper {
    margin-top: 0;
  }

  .product-preview-inside {
    height: 40vh;
  }

  .rotation-container-left {
    display: none;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .tutorials-image-2 {
    width: 30vw;
  }

  .section-under-wrapper.section-mobile {
    height: auto;
  }

  .where-to-start-grid-wrapper-2 {
    min-height: 330px;
    padding: 40px;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    margin-top: 0;
  }

  .preview-l04-content-wrapper {
    width: 90vw;
  }

  .close-icon-wrapper {
    z-index: 2;
    opacity: 1;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 10px;
    font-size: 30px;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .text-info-line {
    flex-wrap: wrap;
  }

  .line-horizontal-reversed.line-absolut {
    background-color: var(--colour-one);
  }

  .announcement {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 60px;
    min-height: auto;
    padding: 30px 40px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .product-wrapper-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .product-content {
    padding: 5vw;
  }

  .product-name-wrapper {
    inset: 10% auto auto 10%;
  }

  .showcase-l07-content-wrapper {
    width: 90vw;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .container-footer, .container-nav {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .button-basic-one-1 {
    width: 100%;
  }

  .freebie-grid {
    border-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .freebie-preview-wrapper {
    width: 60%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium-h2 {
    font-size: 50px;
  }

  .blog-n01-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .resources-n01-image-wrapper {
    height: 270px;
    overflow: hidden;
  }

  .resources-n01-content-wrapper.right-border {
    border-right-style: none;
  }

  .resources-n01 {
    margin-bottom: 40px;
  }

  .resources-e01-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .resources-n01-2 {
    margin-bottom: 40px;
  }

  .resources-n01-image-wrapper-2 {
    overflow: hidden;
  }

  .container-2 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .menu-button-2 {
    color: var(--colour-four);
  }

  .image-9 {
    margin-left: -139px;
    padding-left: 0;
  }

  .section-3 {
    min-height: 400px;
  }

  .section-3.colour-four.z.top-margin-mobile {
    background-color: #0000;
    min-height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .two-columns-2 {
    column-count: 1;
  }

  .accent-l04-image-wrapper-3 {
    width: auto;
  }

  .image-vertical-3.accent-l04-image-02 {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-vertical-3.accent-l04-image-02.wedding {
    margin-bottom: 0;
  }

  .image-vertical-3.accent-l04-image-02.invisible-mobile {
    margin-top: -270px;
  }

  .section-4 {
    min-height: 400px;
  }

  .container-3 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-5 {
    min-height: 400px;
  }

  .button-basic-one-3 {
    width: 100%;
  }

  .section-6 {
    min-height: 400px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .button-basic-one-1-copy {
    width: 100%;
  }

  .section-7 {
    grid-template-columns: 1fr;
  }

  .section-9 {
    min-height: 400px;
  }

  .int-01-links-wrapper-2 {
    padding-left: 0;
  }

  .int-01-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .int-c01-grid-2 {
    grid-template-columns: 1fr;
  }

  .button-basic-one-4 {
    width: 100%;
  }

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

  .showcase-l01-grid-2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .section-10 {
    min-height: 400px;
  }

  .center-2._70 {
    width: 100%;
  }

  .container-4 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

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

  .image-13 {
    object-fit: cover;
    height: 100%;
    padding-top: 0;
  }

  .container-5 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .button-basic-one-outlined-2 {
    width: 100%;
  }

  .section-11 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-12 {
    min-height: 400px;
  }

  .title-wrapper-3 {
    width: 100%;
  }

  .title-wrapper-3.topmarging {
    margin-top: 18vw;
  }

  .heading-47, .heading-48, .heading-49 {
    width: auto;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    padding-top: 20px;
  }

  .flex-block {
    flex-flow: column;
    height: 100px;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

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

  .eyebrow {
    font-size: .8rem;
  }

  .h3-heading {
    font-size: 1.14rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .nav-mega-menu-list {
    grid-template-columns: 1fr;
  }

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

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

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

  .heading-56.primary-color.quote {
    margin-left: 20px;
  }

  .heading-56.primary-color.smaller {
    margin-left: 10px;
  }

  .quote {
    margin-left: 20px;
  }

  .form-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    padding-left: 3px;
    padding-right: 3px;
  }

  .section {
    z-index: 1;
    grid-template-rows: auto;
  }

  .section.colour-one.top-margin-mobile {
    margin-top: 0;
    padding-top: 0;
  }

  .section.colour-one.top-margin-mobile.mentoring {
    margin-top: 0;
  }

  .section.colour-four.invisible-mobile {
    min-height: 200px;
    padding-top: 0;
  }

  .section.top-margin-mobile {
    grid-template-rows: auto;
  }

  .section.top-margin-mobile.margin-mobile {
    margin-top: 80px;
  }

  .section.top-margin-mobile._0-padding {
    margin-top: 0;
    padding-top: 0;
  }

  .section.top-margin-mobile._0margin {
    z-index: 1;
    margin-top: 0;
    padding-top: 0;
  }

  .container {
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-colour {
    width: 100%;
  }

  .styleguide-colours, .styleguide-two-column-grid {
    grid-template-columns: 1fr;
  }

  .button-wrapper, .button-basic-one, .button-basic-two {
    width: 100%;
  }

  .button-basic-two.top-margin-mobile-portrait-10px {
    margin-top: 10px;
  }

  .animated-link-wrapper {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 80px;
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .brand {
    width: 70px;
  }

  .navlink {
    color: var(--colour-four);
    font-size: 30px;
  }

  .menu-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .brand-nav {
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .no-margin.opt1 {
    text-align: center;
    direction: ltr;
    align-self: center;
    width: 250px;
  }

  .field.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .newsletter-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 98%;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-grid {
    grid-column-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
  }

  .form {
    flex-direction: column;
  }

  .form.newsletter {
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-wrapper.no-border {
    border-bottom-style: none;
  }

  .footer-wrapper.right.top-margin-mobile-portrait {
    margin-top: 60px;
  }

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

  .footer-links-wrapper {
    align-items: center;
  }

  .brand-footer {
    width: 80px;
  }

  .search-wrapper-mobile {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .invisible-mobile {
    display: none;
  }

  .center._70, .center._70.home {
    font-size: 5vw;
  }

  .center.home.text {
    font-size: 4vw;
  }

  .text-accent-one {
    margin-top: 40px;
    font-size: 40px;
  }

  .text-accent-one.biggest.text-light {
    font-size: 20vw;
  }

  .text-accent-one.rez {
    padding: 10px;
  }

  .image-vertical.accent-l01-image-03.family {
    background-size: cover;
  }

  .image-vertical.int-l03-image-01.family-about {
    padding-bottom: 70vh;
  }

  .image-vertical.int-l03-image-01.wedding-about {
    background-image: url('../images/Wedding-Vibes-3_1.avif');
  }

  .image-vertical.int-l03-image-02.wedding-about {
    background-image: url('../images/Wedding-Vibes-4_1.avif');
  }

  .image-vertical.showcase-l03-image-02.angebot2.wedding {
    width: auto;
  }

  .image-vertical.showcase-l03-image-02.angebot2.family {
    width: 100%;
  }

  .image-vertical.showcase-l03-image-02.angebot4.family, .image-vertical.showcase-l03-image-02.angebot4.mentoring, .image-vertical.showcase-l03-image-03.angebot1.wedding, .image-vertical.showcase-l03-image-03.angebot1.mentoring {
    width: auto;
  }

  .image-vertical.showcase-l03-image-03.angebot1.family {
    width: 100%;
  }

  .image-vertical.showcase-l03-image-03.angebot3 {
    width: auto;
  }

  .image-vertical.showcase-l03-image-03.angebot3.family {
    width: 100%;
  }

  .image-vertical.showcase-l03-image-03.angebot3.mentoring {
    width: auto;
  }

  .image-vertical.accent-l01-image-02 {
    background-size: cover;
  }

  .image-vertical.int-l03-image-03.wedding-about {
    background-image: url('../images/Wedding-Vibes-6_1.avif');
  }

  .image-vertical.int-l03-image-04.wedding-about.about {
    background-image: url('../images/Wedding-Vibes-10_1.avif');
  }

  .image-vertical.int-l03-image-05.wedding-about {
    background-image: url('../images/Wedding-Vibes-7_1.avif');
  }

  .text-accent-two {
    font-size: 20px;
  }

  .text-accent-two.text-light {
    font-size: 14px;
    line-height: 1.4;
  }

  .faq-expanded._01 {
    padding-right: 0;
  }

  .faq-wrapper {
    margin-bottom: 40px;
  }

  .top-margin {
    width: auto;
    margin-top: 20px;
  }

  .preview-01-animated-link-wrapper {
    margin-bottom: 0;
  }

  .coming-soon-social-links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .grid-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .body {
    padding-top: 0;
  }

  .page-change-l01-brand {
    width: 130px;
  }

  .card-logotypes-wrapper {
    margin-left: 0;
  }

  .animated-link-wrapper-nav {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .animated-link-wrapper-nav.no-right-margin {
    color: var(--colour-four);
    display: none;
  }

  .int-c01-grid {
    grid-template-columns: 1fr;
  }

  .int-01-link {
    border-bottom: 1px solid var(--colour-four-transparent);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .int-c01-content-wrapper.tabs {
    overflow: visible;
  }

  .int-01-links-wrapper {
    border-bottom-style: none;
    flex-direction: column;
  }

  .three-columns, .three-columns.top-margin-150-px {
    column-count: 1;
  }

  .accent-l01-images-wrapper {
    padding-bottom: 140px;
  }

  .accent-l01-container {
    height: 30vh;
    margin-bottom: 15vw;
    padding-top: 0;
  }

  .accent-l01-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    top: -80vh;
  }

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

  .int-l02-image-wrapper {
    width: 100%;
    right: 0;
  }

  .int-l02-colour-layer {
    display: none;
  }

  .opt-in-form-02 {
    margin-top: 20px;
  }

  .field-underline {
    min-width: auto;
  }

  .field-underline.no-top-margin {
    margin-bottom: 20px;
  }

  .opt-in-01-grid {
    grid-template-columns: 1fr 1fr;
  }

  .opt-in-01-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-text {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
    inset: -25% 0% 0%;
  }

  .accent-l02-grid {
    margin-bottom: 100px;
  }

  .int-l03-grid-background {
    grid-row-gap: 0px;
    grid-template-columns: 100%;
    height: 70vh;
  }

  .int-l03-content-wrapper.colour-one {
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .int-l03-content-wrapper.colour-one.lowpadding {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .int-l03-image-wrapper {
    width: 100vw;
    position: static;
    left: auto;
  }

  .int-l03-image-wrapper.invisible-mobile {
    height: 70vh;
    display: block;
  }

  .int-l03-content {
    height: 100%;
    margin: 0 auto 200px;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .int-l03-grid-content {
    grid-template-columns: 1fr;
  }

  .int-l03-background.colour-one {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 120vh;
  }

  .int-l03-slider {
    height: 100vh;
    min-height: 50vh;
    overflow: visible;
  }

  .opt-in-l02-form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .opt-in-l02-content {
    width: 100%;
  }

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

  .info-c03-grid {
    grid-template-columns: 1fr;
  }

  .info-c03-content-wrapper {
    padding-right: 0;
  }

  .title-wrapper {
    margin-top: 25vw;
  }

  .accent-l04-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .accent-l04-image-container.colour-white {
    min-height: 80vh;
  }

  .accent-l04-content-wrapper.colour-one {
    margin-bottom: 0;
  }

  .accent-l04-content-wrapper.colour-one.mentoring {
    margin-bottom: 0;
    padding-bottom: 15vw;
  }

  .accent-l04-image-wrapper-01 {
    width: 100%;
    position: static;
  }

  .accent-l04-image-wrapper-02 {
    width: 50vw;
  }

  .showcase-l01-line-01 {
    grid-template-columns: 1fr;
  }

  .showcase-l01-content-wrapper._100above {
    margin-top: 0;
  }

  .showcase-l01-grid, .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .full-image-video.showcase-l04-image-01.wedding {
    background-position: -200px -100px;
  }

  .full-image-video.showcase-l04-image-01.wedding.unten {
    background-position: -350px 0;
    background-size: cover;
  }

  .full-image-video.showcase-l04-image-02.wedding {
    background-position: -650px -100px;
    height: 160vh;
  }

  .full-image-video.showcase-l04-image-02.family {
    height: 150%;
  }

  .full-image-video.showcase-l04-image-03.family {
    background-position: -700px 200px;
  }

  .int-l04-details-line {
    text-align: left;
  }

  .logotypes-grid, .accent-c03-grid {
    grid-template-columns: 1fr;
  }

  .accent-c03-content-wrapper.no-left-border {
    border-top-style: none;
    border-left-style: solid;
  }

  .accent-c03-content-wrapper.no-left-border.no-bottom-border {
    border-left-style: solid;
    border-left-color: #624040;
  }

  .int-l06-content-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .info-c01-content-wrapper {
    flex-direction: column;
  }

  .info-c01-paragraph-wrapper {
    grid-template-columns: 1fr;
  }

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

  .showcase-l04 {
    justify-content: center;
    align-items: center;
    padding-top: 5vw;
  }

  .showcase-l03-grid {
    grid-template-rows: auto auto;
  }

  .showcase-l03-grid.reverse {
    grid-template-columns: 1fr;
  }

  .showcase-l03-contane-wrapper.relative-left, .showcase-l03-content {
    margin-left: auto;
    margin-right: auto;
  }

  .showcase-l05-container {
    width: 100%;
  }

  .showcase-l05-content-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

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

  .preview-l03-content-wrapper {
    padding-bottom: 15vw;
  }

  .int-l03-text-wrapper {
    position: static;
    top: auto;
  }

  .shop-accent-c01 {
    height: auto;
    min-height: 100vh;
  }

  .shop-accent-c01-image-wrapper {
    width: 100%;
  }

  .product-details-grid, .user-manual-grid {
    grid-template-columns: 1fr;
  }

  .user-manual-number-wrapper.right {
    justify-content: flex-start;
  }

  .blog-post-content-wrapper {
    width: 100%;
  }

  .preview-l05 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .tutorials-image-2 {
    width: 40vw;
  }

  .where-to-start-grid-wrapper-2 {
    padding: 20px;
  }

  .support-image-2 {
    width: 40vw;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
  }

  .preview-l06-grid {
    grid-template-columns: 1fr;
  }

  .preview-l04-content-wrapper {
    align-items: flex-start;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .preview-l06-image {
    height: 200px;
  }

  .text-info-line {
    text-align: left;
  }

  .announcement-link-wrapper {
    text-align: center;
  }

  .announcement {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 60px;
  }

  .dropdown {
    align-self: flex-start;
    width: auto;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-wrapper {
    margin-bottom: 0;
  }

  .dropdown-list.w--open {
    flex-direction: column;
  }

  .dropdown-link {
    width: 100%;
  }

  .product-wrapper-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .caps-small-accent {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .product-content {
    padding-top: 10vw;
  }

  .showcase-l07-content-wrapper {
    align-items: flex-start;
  }

  .preview-l06-video {
    height: 200px;
  }

  .styleguide-license-grid {
    grid-template-columns: 1fr;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .preview-l06-image-under {
    height: 200px;
  }

  .container-nav.nav {
    height: 80px;
    position: relative;
  }

  .button-basic-one-1 {
    width: 100%;
  }

  .freebie-preview-wrapper {
    margin-top: 100px;
  }

  .freebie-content-wrapper {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-medium-h2 {
    font-size: 40px;
  }

  .heading-small-h4 {
    font-size: 29px;
  }

  .resources-n01-2 {
    margin-top: 40px;
  }

  .resources-n01-image-wrapper-2 {
    width: 100%;
  }

  .container-2 {
    margin-bottom: 56px;
  }

  .image-8 {
    margin-top: -165px;
    display: block;
  }

  .image-9 {
    margin-left: 44px;
  }

  .accent-l04-image-wrapper-3 {
    width: 100%;
    position: static;
  }

  .image-vertical-3.accent-l04-image-02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-vertical-3.accent-l04-image-02.invisible-mobile {
    margin-top: 0;
  }

  .image-vertical-3.accent-l04-image-02.invisible-mobile.mentoring {
    margin-left: 0%;
  }

  .container-3 {
    padding-top: 10vw;
  }

  .button-basic-one-3 {
    width: 100%;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .button-basic-one-1-copy {
    width: 100%;
  }

  .int-01-links-wrapper-2 {
    border-bottom-style: none;
    flex-direction: column;
  }

  .int-01-link-2 {
    border-bottom: 1px solid #0000004d;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .int-c01-grid-2, .int-c01-grid-2.wedding {
    grid-template-columns: 1fr;
  }

  .button-basic-one-4 {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .showcase-l01-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-4 {
    padding-top: 20vw;
    overflow: hidden;
  }

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

  .heading-12 {
    width: auto;
  }

  .heading-21 {
    width: 100%;
  }

  .heading-23 {
    width: auto;
  }

  .heading-24 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31, .heading-32 {
    width: auto;
  }

  .image-13 {
    object-fit: cover;
    background-image: url('../images/NeueWebseite2024Bilder-19_1.avif');
    background-size: auto;
    height: 100%;
  }

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

  .button-basic-one-outlined-2 {
    width: 100%;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrapper-3 {
    justify-content: center;
    align-items: center;
    margin-top: 20vw;
  }

  .title-wrapper-3.topmarging {
    margin-top: 20vw;
  }

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

  .heading-46 {
    width: 100%;
  }

  .heading-50, .heading-51 {
    width: auto;
  }

  .heading-52 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-2 {
    width: 100%;
  }

  .rich-text-block {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-53 {
    width: auto;
  }

  .icon-2 {
    color: var(--colour-four);
    font-size: 32px;
  }

  .menu-button-3 {
    background-color: #0000;
    padding: 5px;
  }

  .menu-button-3.w--open {
    background-color: var(--colour-one);
    padding: 5px;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-13 {
    margin-bottom: 0;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    display: none;
    left: 0;
    overflow: visible;
  }

  .paragraph-14 {
    padding-bottom: 120px;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .h3-heading {
    font-size: .91rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

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

  .paragraph-16 {
    margin-bottom: 10px;
  }
}

#w-node-_1a8823ce-24f9-846f-1481-b7203d8da8a1-48dcab20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4162cce1-67dd-6eae-0d23-bd7b07372603-48dcab20, #w-node-_591c7003-b254-9a6e-4371-9a43e3b44ace-48dcab20, #w-node-_87fa4100-7d8d-a86d-1bc9-82d2cebcc77f-48dcab20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd23fe77-7b58-9b24-62bf-a60a2dec2dde-48dcab20 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-dd23fe77-7b58-9b24-62bf-a60a2dec2de6-48dcab20, #w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735784-48dcab20, #w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735787-48dcab20 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735780-48dcab20 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7d359d76-00b2-b436-b398-496d83d67ac2-1627215c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f0f-d66a6ef8.w-node-c30dd145-1504-5c08-befb-79910ebf9162-0ebf914a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f1a-d66a6ef8.w-node-c30dd145-1504-5c08-befb-79910ebf916a-0ebf914a, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f25-d66a6ef8.w-node-c30dd145-1504-5c08-befb-79910ebf9172-0ebf914a, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f25-d66a6ef8.w-node-_1e454362-dc12-5d16-69ce-c2af10af610f-0ebf914a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#KontaktWedding.w-node-_5e1ccf55-632c-c1df-f00f-1047a0710a61-48dcab2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b15b85d-d168-adbc-b90b-90207d6d81ad-48dcab2e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#ButtonKontaktFamilie.w-node-_0b15b85d-d168-adbc-b90b-90207d6d81c7-48dcab2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1cdd57cd-9df6-56c4-7b79-65b1ba808907-ba808906 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_58566b08-3c30-402a-6240-0f773a041144-48dcab3c, #w-node-d208437d-95d3-2dd2-ae79-e1c3fb54cd0e-48dcab3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6219e48-40bf-e16b-7c2f-14c8997244cc-48dcab41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_778afddd-d429-dd69-db12-289c7e8f9075-48dcab42 {
  justify-self: start;
}

#w-node-_18fb5462-1448-c253-d899-8b36bbb9b7e3-0233c989, #w-node-_18fb5462-1448-c253-d899-8b36bbb9b7eb-0233c989, #w-node-_8bc9d932-6983-45b9-28eb-e83cd816a54e-c0c700d2, #w-node-_64dcc13b-4ba4-8ba2-fd64-f0857e543883-c0c700d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f0f-d66a6ef8.w-node-_51ca077d-876d-4693-1e60-7761fe927bec-3f4de3a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f1a-d66a6ef8.w-node-_51ca077d-876d-4693-1e60-7761fe927bf2-3f4de3a4, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f25-d66a6ef8.w-node-_51ca077d-876d-4693-1e60-7761fe927bfa-3f4de3a4, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f25-d66a6ef8.w-node-_51ca077d-876d-4693-1e60-7761fe927c02-3f4de3a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ab55814-c2bd-3fb5-4a09-18f2f4dde9a5-cfb63aa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0e87729-30b8-b0cb-90e3-73d0184214ae-cfb63aa9, #w-node-_4cf732e1-108e-31f2-5a93-32ec0d4052a0-cfb63aa9, #w-node-_5adc18f8-a7de-a814-03bb-a43896150aa3-346336ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85862dea-760d-7c92-6ac2-5414346336ec-346336ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9cc72d07-0fab-8540-402b-f7e3b8cc5663-b8cc5662 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#ButtonKontaktFamilie.w-node-_9cc72d07-0fab-8540-402b-f7e3b8cc567b-b8cc5662, #w-node-_4609cb7f-a2c9-357a-1637-441b62f33fff-62f33fe0, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f0f-d66a6ef8.w-node-_124cd184-8b29-0e3e-7e01-4f398cbd2057-8cbd203f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f1a-d66a6ef8.w-node-_124cd184-8b29-0e3e-7e01-4f398cbd205d-8cbd203f, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f25-d66a6ef8.w-node-_124cd184-8b29-0e3e-7e01-4f398cbd2065-8cbd203f, #w-node-_9ccb5034-3000-802a-a836-b6f1d66a6f25-d66a6ef8.w-node-_124cd184-8b29-0e3e-7e01-4f398cbd206d-8cbd203f, #w-node-cd5a81ae-ecf6-f214-a3af-47b627624b91-b83b2608, #w-node-_18fb5462-1448-c253-d899-8b36bbb9b7e3-6c620075, #w-node-_18fb5462-1448-c253-d899-8b36bbb9b7eb-6c620075, #w-node-_58566b08-3c30-402a-6240-0f773a041144-9dedb442, #w-node-d208437d-95d3-2dd2-ae79-e1c3fb54cd0e-9dedb442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a8823ce-24f9-846f-1481-b7203d8da8a1-a88bba0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4162cce1-67dd-6eae-0d23-bd7b07372603-a88bba0a, #w-node-_591c7003-b254-9a6e-4371-9a43e3b44ace-a88bba0a, #w-node-_87fa4100-7d8d-a86d-1bc9-82d2cebcc77f-a88bba0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd23fe77-7b58-9b24-62bf-a60a2dec2dde-a88bba0a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-dd23fe77-7b58-9b24-62bf-a60a2dec2de6-a88bba0a, #w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735784-a88bba0a, #w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735787-a88bba0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735780-a88bba0a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cd5a81ae-ecf6-f214-a3af-47b627624b91-130591cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0b7fee5-8c2f-e425-81aa-0532e9621e9b-46e71ead, #w-node-_6ab55814-c2bd-3fb5-4a09-18f2f4dde9a5-46e71ead, #w-node-ed3c9dda-e010-22dc-feed-71e5e4e856c2-46e71ead {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0e87729-30b8-b0cb-90e3-73d0184214ae-46e71ead, #w-node-_4cf732e1-108e-31f2-5a93-32ec0d4052a0-46e71ead, #w-node-_8bc9d932-6983-45b9-28eb-e83cd816a54e-8153f9ee, #w-node-_64dcc13b-4ba4-8ba2-fd64-f0857e543883-8153f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b15b85d-d168-adbc-b90b-90207d6d81ad-4437ab8c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_74d28719-80ce-0664-43da-45497945d19b-7945d17e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_47dc8845-baf2-21df-35e9-95e316272162-1627215c, #w-node-e7515c40-6007-7407-78b5-58427143da71-1627215c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_5e1ccf55-632c-c1df-f00f-1047a0710a48-48dcab2e, #w-node-_0b15b85d-d168-adbc-b90b-90207d6d81b0-48dcab2e, #w-node-_1cdd57cd-9df6-56c4-7b79-65b1ba80890a-ba808906, #w-node-_85862dea-760d-7c92-6ac2-5414346336cd-346336ca, #w-node-_85862dea-760d-7c92-6ac2-5414346336db-346336ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85862dea-760d-7c92-6ac2-5414346336ec-346336ca {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_85862dea-760d-7c92-6ac2-5414346336fe-346336ca {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_9cc72d07-0fab-8540-402b-f7e3b8cc5666-b8cc5662, #w-node-_4609cb7f-a2c9-357a-1637-441b62f33fe6-62f33fe0, #w-node-cd5a81ae-ecf6-f214-a3af-47b627624b94-b83b2608, #w-node-cd5a81ae-ecf6-f214-a3af-47b627624b94-130591cb, #w-node-_05dfa1f4-b890-606d-ab70-d3a7388e577a-388e5776, #w-node-_74d28719-80ce-0664-43da-45497945d182-7945d17e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47dc8845-baf2-21df-35e9-95e316272162-1627215c, #w-node-e7515c40-6007-7407-78b5-58427143da71-1627215c {
    grid-column: span 1 / span 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-column: span 2 / span 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c {
    grid-column-start: 2;
  }

  #w-node-_6f06c5f4-c7b7-a367-f827-86123c35439f-48dcab30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fc15dd8-e8b0-7d05-6044-d6ea99480dae-48dcab30, #w-node-bd6c90b2-dc56-c221-fd56-5b76e387353b-48dcab33 {
    order: 9999;
  }

  #w-node-_2fc22ed8-21d4-631b-c6a4-ad776d6d703b-48dcab3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4268231d-a263-ff4e-5dca-a7218d0970f2-48dcab41, #w-node-_4268231d-a263-ff4e-5dca-a7218d0970fb-48dcab41, #w-node-_4bfe7ab8-63e0-e977-7352-de39aaea3681-48dcab41, #w-node-_4bfe7ab8-63e0-e977-7352-de39aaea368f-48dcab41 {
    order: 9999;
  }

  #w-node-cf58b7d1-2755-c844-e5be-4c32e4fdc49f-0233c989 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2dea9733-96f7-ee8e-1e9f-3f50e0862409-c0c700d2, #w-node-_9c476043-9295-6d83-97b6-484d2884e8b0-c0c700d2, #w-node-_3e9b032a-8bea-6433-6542-afa9e616e7bf-c0c700d2, #w-node-_36927145-fb3e-c91f-1572-08398e40071f-c0c700d2, #w-node-edfd4a95-68e2-f836-31df-7ac01270808e-c0c700d2, #w-node-b0b742d1-ab9b-a142-340b-f8e2baa07519-c0c700d2, #w-node-f84809e4-f5a7-d896-16e3-c57e8b518f36-c0c700d2, #w-node-_949c6942-89a1-cfbb-ae1f-c7007f9862aa-c0c700d2, #w-node-fda5b6d2-3a16-1a88-7b09-eff764ab7171-c0c700d2, #w-node-_06bc2076-4e33-bc2d-a7c1-ed4737fa46a2-c0c700d2, #w-node-_8bc9d932-6983-45b9-28eb-e83cd816a54e-c0c700d2, #w-node-eeb9ebc1-3be0-e7c4-937d-ee0de2022b74-c0c700d2, #w-node-_64dcc13b-4ba4-8ba2-fd64-f0857e543883-c0c700d2, #w-node-ecfc505b-87a6-745a-90c5-86fd26d4e484-c0c700d2 {
    order: 9999;
  }

  #w-node-ae014b35-6192-0971-5623-d118d91e5735-3f4de3a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4a4e008-a7cf-5d6c-29ec-7963c2f8b4ba-cfb63aa9, #w-node-_2f048b71-246a-6db1-6d65-b58ada4fb088-cfb63aa9, #w-node-_6ab55814-c2bd-3fb5-4a09-18f2f4dde9a6-cfb63aa9, #w-node-d0e87729-30b8-b0cb-90e3-73d018421499-cfb63aa9, #w-node-d0e87729-30b8-b0cb-90e3-73d0184214a4-cfb63aa9, #w-node-d0e87729-30b8-b0cb-90e3-73d0184214af-cfb63aa9, #w-node-_4cf732e1-108e-31f2-5a93-32ec0d4052a1-cfb63aa9 {
    order: 9999;
  }

  #w-node-_85862dea-760d-7c92-6ac2-5414346336cd-346336ca, #w-node-_85862dea-760d-7c92-6ac2-5414346336db-346336ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_85862dea-760d-7c92-6ac2-5414346336ec-346336ca {
    grid-column: span 2 / span 2;
  }

  #w-node-_85862dea-760d-7c92-6ac2-5414346336fe-346336ca {
    grid-column-start: 2;
  }

  #ButtonKontaktFamilie.w-node-_9cc72d07-0fab-8540-402b-f7e3b8cc567b-b8cc5662 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ddac4f8-22a5-6963-b9f3-a24d7b84576b-b83b2608, #w-node-_162b0216-8ae3-4d16-56e6-5c227f7fa639-b83b2608, #w-node-c134bada-3510-ea03-8cc0-c03b78796e42-b83b2608, #w-node-_7d8c7bae-cca7-26f9-8f86-5029ca3b3028-b83b2608 {
    order: 9999;
  }

  #w-node-cf58b7d1-2755-c844-e5be-4c32e4fdc49f-6c620075, #w-node-_2fc22ed8-21d4-631b-c6a4-ad776d6d703b-9dedb442 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ddac4f8-22a5-6963-b9f3-a24d7b84576b-130591cb, #w-node-_162b0216-8ae3-4d16-56e6-5c227f7fa639-130591cb, #w-node-c134bada-3510-ea03-8cc0-c03b78796e42-130591cb, #w-node-_7d8c7bae-cca7-26f9-8f86-5029ca3b3028-130591cb, #w-node-b4a4e008-a7cf-5d6c-29ec-7963c2f8b4ba-46e71ead, #w-node-_2f048b71-246a-6db1-6d65-b58ada4fb088-46e71ead, #w-node-_6ab55814-c2bd-3fb5-4a09-18f2f4dde9a6-46e71ead, #w-node-d0e87729-30b8-b0cb-90e3-73d018421499-46e71ead, #w-node-d0e87729-30b8-b0cb-90e3-73d0184214a4-46e71ead, #w-node-d0e87729-30b8-b0cb-90e3-73d0184214af-46e71ead, #w-node-_4cf732e1-108e-31f2-5a93-32ec0d4052a1-46e71ead, #w-node-_2dea9733-96f7-ee8e-1e9f-3f50e0862409-8153f9ee, #w-node-_9c476043-9295-6d83-97b6-484d2884e8b0-8153f9ee, #w-node-_3e9b032a-8bea-6433-6542-afa9e616e7bf-8153f9ee, #w-node-_36927145-fb3e-c91f-1572-08398e40071f-8153f9ee, #w-node-edfd4a95-68e2-f836-31df-7ac01270808e-8153f9ee, #w-node-_4efd1653-aed1-a7aa-1603-732526cdcf2a-8153f9ee, #w-node-f84809e4-f5a7-d896-16e3-c57e8b518f36-8153f9ee, #w-node-b0b742d1-ab9b-a142-340b-f8e2baa07519-8153f9ee, #w-node-fda5b6d2-3a16-1a88-7b09-eff764ab7171-8153f9ee, #w-node-_06bc2076-4e33-bc2d-a7c1-ed4737fa46a2-8153f9ee, #w-node-_8bc9d932-6983-45b9-28eb-e83cd816a54e-8153f9ee, #w-node-eeb9ebc1-3be0-e7c4-937d-ee0de2022b74-8153f9ee, #w-node-_64dcc13b-4ba4-8ba2-fd64-f0857e543883-8153f9ee, #w-node-ecfc505b-87a6-745a-90c5-86fd26d4e484-8153f9ee {
    order: 9999;
  }

  #w-node-_74d28719-80ce-0664-43da-45497945d19b-7945d17e, #w-node-_69afcfb5-e78e-9414-ff09-fd227739691f-97d9b95f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9d1127a7-209e-49df-bea5-7d75d9e17060-48dcab20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd23fe77-7b58-9b24-62bf-a60a2dec2de6-48dcab20 {
    grid-column: span 1 / span 1;
  }

  #w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735784-48dcab20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272162-1627215c, #w-node-e7515c40-6007-7407-78b5-58427143da71-1627215c, #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-column: span 1 / span 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9522d0c9-d893-fb19-0e7e-a29c87add754-48dcab2f, #w-node-_9522d0c9-d893-fb19-0e7e-a29c87add75f-48dcab2f, #w-node-_9522d0c9-d893-fb19-0e7e-a29c87add76a-48dcab2f {
    order: -9999;
  }

  #w-node-_6f06c5f4-c7b7-a367-f827-86123c35439f-48dcab30 {
    grid-column: span 1 / span 1;
  }

  #w-node-e69ae792-4302-e36c-5bf5-076a4fc29dae-48dcab33, #w-node-e69ae792-4302-e36c-5bf5-076a4fc29db9-48dcab33, #w-node-e69ae792-4302-e36c-5bf5-076a4fc29dc4-48dcab33 {
    order: -9999;
  }

  #w-node-_2fc22ed8-21d4-631b-c6a4-ad776d6d703b-48dcab3c, #w-node-b6219e48-40bf-e16b-7c2f-14c8997244cc-48dcab41, #w-node-cf58b7d1-2755-c844-e5be-4c32e4fdc49f-0233c989, #w-node-ae014b35-6192-0971-5623-d118d91e5735-3f4de3a4, #w-node-_6ab55814-c2bd-3fb5-4a09-18f2f4dde9a5-cfb63aa9, #w-node-_85862dea-760d-7c92-6ac2-5414346336cd-346336ca, #w-node-_85862dea-760d-7c92-6ac2-5414346336db-346336ca, #w-node-_85862dea-760d-7c92-6ac2-5414346336ec-346336ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_85862dea-760d-7c92-6ac2-5414346336fe-346336ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf58b7d1-2755-c844-e5be-4c32e4fdc49f-6c620075, #w-node-_2fc22ed8-21d4-631b-c6a4-ad776d6d703b-9dedb442, #w-node-dd23fe77-7b58-9b24-62bf-a60a2dec2de6-a88bba0a {
    grid-column: span 1 / span 1;
  }

  #w-node-_94ca0f15-bddc-b0e4-cec0-3bdcfe735784-a88bba0a, #w-node-b4a4e008-a7cf-5d6c-29ec-7963c2f8b4b6-46e71ead, #w-node-_2f048b71-246a-6db1-6d65-b58ada4fb087-46e71ead, #w-node-d0e87729-30b8-b0cb-90e3-73d018421498-46e71ead, #w-node-d0e87729-30b8-b0cb-90e3-73d0184214a3-46e71ead {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0e87729-30b8-b0cb-90e3-73d0184214ae-46e71ead, #w-node-_4cf732e1-108e-31f2-5a93-32ec0d4052a0-46e71ead {
    grid-column: span 2 / span 2;
  }

  #w-node-_69afcfb5-e78e-9414-ff09-fd227739691f-97d9b95f {
    grid-column: span 1 / span 1;
  }
}


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