@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #1d2025;
  --white: whitesmoke;
  --light-gray: #d0d0d0;
  --primary: #dcf692;
  --matte: #2f2f2f;
  --dark-gray: var(--black);
  --dark-2: #231d1d;
  --transparent: #0000;
  --light-2: #3d3232;
  --albanien: #ffa27d;
  --border-radius: 20px;
  --yellow: #ffcd69;
  --e: var(--black);
  --primary-50: #dcf69280;
  --blue: #55779a;
  --green: #02989e;
  --light-red: #ffbfb2;
}

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

.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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  font-family: Satoshi, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11.11vw;
  font-weight: 500;
  line-height: 8.89vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 400;
  line-height: 5vw;
}

h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 400;
  line-height: 3.89vw;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22vw;
  font-weight: 500;
  line-height: 2.78vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1vw;
}

p {
  color: var(--light-gray);
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--white);
  letter-spacing: .07vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 300;
  text-decoration: none;
}

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

li {
  letter-spacing: .07vw;
  font-weight: 300;
}

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

label {
  margin-bottom: .3125rem;
  font-weight: 100;
  display: block;
}

sup {
  background-image: linear-gradient(0deg, var(--matte), var(--primary) 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

blockquote {
  border-left: .3125rem solid var(--primary);
  letter-spacing: .07vw;
  padding: 1.11vw 2.22vw;
  font-weight: 300;
}

figcaption {
  text-align: center;
  margin-top: .3125rem;
  font-weight: 300;
}

.space {
  min-height: 4.4vw;
}

.space.hide-on-tab {
  min-height: 6vw;
}

.space-large {
  opacity: 1;
  min-height: 7vw;
  display: block;
}

.space-large.desktop-only.what {
  min-height: 6vw;
}

.space-large._2 {
  min-height: 12vw;
}

.space-large.warum, .space-large.first {
  min-height: 10vw;
}

.space-mid {
  min-height: 4rem;
}

.space-small, .space-small.hide-on-mobile {
  min-height: 1vw;
}

.invert {
  filter: invert();
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-full.padding-72px.kontakt {
  background-color: var(--black);
  background-image: linear-gradient(#fff0, #65656554);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-full.padding-72px.kontakt.g {
  background-color: #1d202500;
  background-image: none;
}

.container-full.padding-72px.kontakt.landing {
  background-image: linear-gradient(0deg, #fff0, #65656554);
}

.container-full.padding-72px.mobile-he {
  padding-bottom: 60px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-full.padding-72px._10vw {
  padding-top: 10vw;
}

.container-full.padding-144px {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-full.padding-216px {
  padding-left: 8rem;
  padding-right: 8rem;
}

.container-full.padding-216px.hey {
  margin-top: 120px;
  padding: 6rem 3rem;
}

.container-full.padding-216px.hey._5s {
  margin-top: 60px;
}

.container-full.padding-72px {
  padding: 40px 4.5rem;
}

.container-full.landing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.container-full.padding-72px {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.section {
  pointer-events: auto;
  background-image: none;
  width: 100%;
}

.section.background-black {
  background-color: #1d202500;
  padding-top: 60px;
}

.section.weg {
  display: none;
}

.section.kontakt.gelb-unten {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.footer {
  z-index: 9;
  background-image: linear-gradient(180deg, #55779a54, #fff0), linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  position: relative;
}

.section.footer.la {
  background-image: linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
}

.section.footer.yellow-footer {
  background-image: linear-gradient(180deg, #ffa27d1c, #fff0), linear-gradient(to bottom, var(--dark-2), var(--dark-2));
}

.section.gelb {
  background-image: linear-gradient(#ffcd694d, #fff0);
}

.section.g2 {
  background-image: none;
}

.features-image {
  min-height: 37.5rem;
  box-shadow: none;
  object-fit: cover;
  position: absolute;
}

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

.title-wrapper-old {
  grid-column-gap: 1.125rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.color-black {
  color: var(--black);
  letter-spacing: .16vw;
  font-size: 14px;
  font-weight: 400;
}

.centered {
  text-align: center;
  letter-spacing: .11vw;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.space-text {
  min-height: 1.1vw;
}

.space-semi {
  min-height: 2vw;
}

.space-semi._2 {
  min-height: 4vw;
}

.space-semi._1 {
  min-height: 1vw;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 18rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-flex-block {
  justify-content: flex-start;
  align-items: flex-end;
}

.description-max-width {
  text-align: center;
  white-space: normal;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.description-max-width.left {
  text-align: left;
  max-width: none;
  font-size: 16px;
  line-height: 22px;
}

.licenses-wrapper {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.utilities-wrapper-full {
  object-fit: fill;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  padding-left: 40px;
  padding-right: 40px;
}

.utilities-wrapper {
  text-align: center;
  width: 100%;
  max-width: 55.56vw;
  margin-left: auto;
  margin-right: auto;
}

.color-white {
  color: var(--white);
}

.logo {
  filter: invert(0%);
  white-space: nowrap;
  min-width: 12vw;
  max-width: 12vw;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

.product-content-wrapper {
  width: 80%;
  height: auto;
}

.product-image-wrapper {
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  display: flex;
  overflow: hidden;
}

.rich-text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.categories-product-wrapper {
  width: 100%;
  max-width: 71.25rem;
  min-height: .0625rem;
  margin-left: auto;
  margin-right: auto;
}

.quantity-item {
  color: #070f1f;
}

.space-page-top {
  min-height: 10rem;
}

.product-details {
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-us-block-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 300;
  transition: color .2s, background-color .2s;
  box-shadow: 0 10px 1.25rem -.625rem #0003;
}

.submit-button:hover {
  background-color: var(--primary);
  color: var(--black);
}

.nav-flex {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.title-wrap {
  grid-column-gap: 1.125rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.button:hover {
  border-color: var(--light-gray);
  background-color: var(--white);
  color: var(--black);
}

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

.h1-utility {
  font-size: 48px;
  line-height: 54px;
}

.h1-utility.mobile {
  display: none;
}

.text {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33;
}

.block-header {
  border-color: var(--transparent);
  background-color: var(--matte);
  align-items: baseline;
  padding: 1.1vw 2.2vw;
}

.block-content {
  border-right-color: var(--transparent);
  border-bottom-color: var(--transparent);
  border-left-color: var(--transparent);
  background-color: var(--matte);
  padding: 1.1vw 2.2vw;
}

.email {
  background-color: #0000;
}

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

.full-name, .street-address, .city, .state-province, .zip-postal-code, .country, .shipping-method, .card-number, .expiration-date, .security-code {
  background-color: #0000;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--black);
}

.title-wrapper-hero {
  grid-column-gap: 1.125rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spinner-icon {
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Material Icons;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  position: absolute;
}

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

.body.seniorenprogramm {
  background-color: var(--dark-2);
}

.brands-grid {
  grid-column-gap: 7.8vw;
  grid-row-gap: 7.8vw;
  opacity: .25;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-bottom: 1px solid var(--matte);
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 8.9vw;
  max-height: 8.9vw;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.services-card.ab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--matte);
  border-left: 1px solid var(--matte);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 260px;
  min-height: auto;
  max-height: none;
  padding: 40px 30px;
}

.no-overflow {
  overflow: visible;
}

.caps {
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: normal;
  font-size: 21px;
}

.text-field {
  background-color: #0000;
  border: 0 #0000;
  border-bottom: .0625rem solid #0000;
  align-self: flex-start;
  margin-bottom: 0;
  padding: .56vw 0;
  font-size: 16px;
  font-weight: 500;
}

.contact-us-wrapper-half {
  width: 100%;
  max-width: 50%;
  min-height: .0625rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
}

.message-title-field-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .625rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.contact-us-form {
  grid-row-gap: .9375rem;
  background-color: var(--light-2);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.error-massage {
  background-color: var(--albanien);
  text-align: center;
  border-radius: 11px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.contact-us-flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: .625rem;
  display: flex;
}

.success-text {
  color: #101d41;
  font-size: 1rem;
  font-weight: 500;
}

.dropdown-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 20px 30px;
}

.dropdown-toggle.hex {
  padding-left: 1vw;
  padding-right: 1vw;
}

.faq-dropdown-title {
  text-align: left;
  text-transform: none;
  white-space: pre-wrap;
  max-width: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.faq-dropdown-title.left {
  text-align: left;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  max-width: none;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.faq-flex {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 105px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.faq-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-flow: column;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper.slide-down-from-top-animation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq-wrapper.slide-down-from-top-animation._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.faq-wrapper.slide-down-from-top-animation._2.old {
  display: none;
}

.faq-plus-icon {
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-plus-icon.invert {
  filter: invert();
  position: static;
  inset: 0% 0% 0% auto;
}

.dropdown-description {
  width: auto;
  max-width: none;
  color: var(--white);
  text-align: left;
  letter-spacing: .033vw;
  white-space: break-spaces;
  word-break: normal;
  overflow-wrap: normal;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 19px;
}

.dropdown-description._16 {
  font-size: 16px;
  line-height: 22px;
}

.dropdown-description-wrapper-2 {
  overflow: hidden;
}

.faq-numbers-back {
  z-index: 0;
  color: var(--primary);
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
  position: static;
  inset: auto auto auto 0%;
}

.faq-dropdown-accordion {
  border-radius: var(--border-radius);
  background-color: var(--matte);
  border: 1px solid #414141;
  min-width: 100%;
  transition: background-color .25s;
}

.faq-dropdown-accordion:hover {
  background-color: #353535;
}

.services-page {
  margin-left: auto;
  margin-right: auto;
}

.side-bar-left {
  margin-top: 1.25rem;
  position: sticky;
  top: 6.25rem;
}

.package-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 1rem;
  border-radius: var(--border-radius);
  background-color: var(--matte);
  flex-direction: column;
  padding: 2.25rem 2rem;
  display: flex;
}

.fix-scroll-wrapper {
  position: relative;
}

.package-button-wrapper {
  margin-top: 1.25rem;
}

.page-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.fix-scroll-container-products {
  z-index: 1;
  max-width: 83.33vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.price-card {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--light-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  padding: 24px 20px 20px;
  display: flex;
}

.utility-image {
  filter: invert();
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 4vw;
  font-weight: 500;
  line-height: 3vw;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--white);
  letter-spacing: 0;
}

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

.nav-link.absolute {
  opacity: 0;
  color: var(--white);
  letter-spacing: 0;
  font-size: 4vw;
  font-weight: 300;
  position: absolute;
}

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

.nav-link.gelb:hover {
  color: var(--yellow);
}

.service-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.select-field {
  min-width: 17.36vw;
  max-width: 17.36vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
  color: var(--black);
  font-size: 1.1vw;
}

.check-box-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-title {
  z-index: 1;
  opacity: 1;
  color: var(--white);
  white-space: nowrap;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.5vh;
  font-family: Satoshi, sans-serif;
  font-size: 11rem;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: relative;
}

.max-width-30vw {
  max-width: 30vw;
  font-size: 16px;
  line-height: 22px;
}

.max-width-30vw.override {
  max-width: 66vw;
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 22px;
}

.hero-h5-bottom {
  width: 27vw;
  color: var(--white);
  text-align: left;
  letter-spacing: .12vw;
  text-shadow: 1px 1px 3px #00000042;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 1.4vw;
  display: flex;
  position: absolute;
  inset: auto 0% -10% -3%;
}

.hero-h5-bottom.normal {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  position: static;
}

.hero-h5-bottom.normal.landing {
  margin-top: .5rem;
}

.services-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
  position: relative;
  top: -.7vw;
}

.max-width-20vw {
  max-width: 20vw;
}

.hero-wrapper {
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: minmax(10%, 10%);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(10%, 10%);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mouse-wrapper {
  z-index: 10000000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mouse {
  background-color: var(--primary);
  width: .625rem;
  height: .625rem;
}

.mouse.yellow {
  background-color: var(--yellow);
}

.hero-h5 {
  color: #fff;
  text-shadow: 1px 1px 3px #0003;
  mix-blend-mode: normal;
  font-size: 1.125vw;
  position: absolute;
  top: -2.68vw;
  left: 5.3vw;
}

.hero-h5.normal {
  margin-bottom: 1rem;
  position: static;
}

.hero-background {
  object-fit: cover;
  object-position: 50% 66%;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hero-background.senioren {
  object-position: 50% 50%;
}

.hero-title-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-width: 72.22vw;
  max-width: 72.22vw;
  margin-bottom: 4vh;
  display: flex;
  position: relative;
  top: 50px;
}

.hero-title-wrapper.landing {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
  top: auto;
}

.hero-title-wrapper.landing.mitte {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
}

.socials-absolute {
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.socials-absolute.white {
  filter: invert();
}

.social-link-wrapper-small {
  justify-content: center;
  align-items: center;
  min-width: 1.1vw;
  max-width: 1.1vw;
  min-height: 1.1vw;
  max-height: 1.1vw;
  display: flex;
  position: relative;
}

.social-link-wrapper-small.team {
  min-width: 1.6vw;
  max-width: 1.6vw;
  min-height: 2vw;
  max-height: 2vw;
}

.about-logo {
  opacity: .96;
  height: 4.5vw;
  min-height: auto;
  max-height: none;
  display: block;
}

.about-card-image {
  z-index: 2;
  border-radius: var(--border-radius);
  min-width: 33.3vw;
  max-width: 33.3vw;
  min-height: 33.3vw;
  max-height: 33.3vw;
  position: relative;
}

.about-card-images {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-card-images.weg {
  display: none;
}

.title-wrapper-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.align-right {
  letter-spacing: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brands-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-logo {
  min-width: 7.8vw;
  max-width: 7.8vw;
}

.logo-brand {
  z-index: 998;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: auto;
  display: flex;
}

.menu-burger {
  filter: brightness(0%) invert();
  min-width: 3.47vw;
  max-width: 3.47vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
}

.nav-menu {
  z-index: 997;
  background-color: var(--dark-gray);
  text-align: left;
  background-image: linear-gradient(#55779a80, #fff0);
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 5%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu:lang(en) {
  display: none;
}

.nav-menu.gelb {
  background-color: var(--dark-2);
  background-image: linear-gradient(#ffa27d54, #fff0);
  justify-content: flex-start;
  align-items: center;
}

.nav-menu.gelb:lang(en) {
  display: none;
}

.container-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 6.7vw;
  max-height: 6.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.container-nav:lang(en) {
  display: flex;
}

.menu-burger-wrapper {
  z-index: 998;
  opacity: .7;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 4.17vw;
  max-width: 4.17vw;
  min-height: 4.17vw;
  max-height: 4.86vw;
  margin-left: auto;
  transition: border-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-burger-wrapper:hover {
  border-color: #fff;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 6.7vw;
  max-height: 6.7vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
}

.footer-grid {
  border-radius: var(--border-radius);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.footer-grid.shadow {
  background-image: linear-gradient(to bottom, var(--matte), var(--matte));
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .75fr .75fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-grid.shadow.hey.g {
  background-image: linear-gradient(to bottom, var(--light-2), var(--light-2));
}

.footer-background {
  z-index: -1;
  background-color: var(--matte);
  position: absolute;
  inset: 0%;
}

.footer-email {
  z-index: 2;
  color: var(--white);
  text-transform: none;
  white-space: break-spaces;
  font-size: 2vw;
  line-height: 2.7vw;
  position: relative;
}

.footer-email.left {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 10px;
}

.block-wrapper {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: auto;
  max-width: 640px;
  display: flex;
}

.grid-6-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-12-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid-12-columns.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.grid-12-columns.flex.la {
  margin-bottom: 20px;
}

.grid-12-columns.ar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.team-occupation {
  color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
}

.social-link-round {
  object-fit: contain;
  border-radius: 50%;
  width: 2.5625rem;
  min-width: 2.5625rem;
  height: 2.5625rem;
  padding-right: .1875rem;
  position: relative;
  overflow: hidden;
}

.social-icon {
  object-fit: contain;
}

.social-icon.w {
  filter: invert();
}

.social-icon.linkedin {
  filter: brightness(63%) contrast(200%) saturate(0%);
}

.team-image {
  aspect-ratio: 1;
  border: 0px none var(--light-gray);
  cursor: default;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  max-width: 100%;
  min-height: 22.2vw;
  max-height: 22.2vw;
  transition: transform .25s;
}

.team-image._2 {
  object-position: 100% 50%;
}

.team-card {
  cursor: default;
  flex-direction: column;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 25vw;
  max-height: 25vw;
  transition: transform .3s, color .4s;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-card.weg {
  display: none;
}

.team-image-wrapper {
  border: 2px solid var(--white);
  min-width: 22.2vw;
  max-width: 22.2vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  box-shadow: none;
  background-color: #f5f5f5;
  border-radius: 110%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-social-flex-box {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .7vw;
  padding-bottom: .7vw;
  display: none;
  position: absolute;
  inset: auto 0% 7%;
}

.card-shadow {
  z-index: -1;
  opacity: .5;
  filter: blur(.9375rem);
  background-color: #31250400;
  width: 80%;
  height: 25%;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0% 10%;
}

.team-name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

.team-name-card {
  z-index: 2;
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  background-color: var(--matte);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-height: 6.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: -2.1875rem;
  overflow: hidden;
}

.medium {
  font-size: 14px;
  font-weight: 400;
}

.medium.gelb:hover {
  color: var(--yellow);
}

.cut-wrapper {
  max-height: none;
}

.cut-wrapper.la {
  margin-top: 40px;
}

.shadow {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  box-shadow: 0 1.7vw 4.4vw 1.1vw #0003;
}

.nav-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-card-images {
  justify-content: center;
  align-items: center;
  max-width: 40vw;
  display: flex;
}

.nav-card-image {
  z-index: 3;
  border-radius: var(--border-radius);
  min-width: 19.4vw;
  max-width: 19.4vw;
  min-height: 25vw;
  max-height: 25vw;
  position: relative;
}

.nav-card-image.left {
  z-index: 1;
  position: relative;
  top: 2.5vw;
  left: 10vw;
  transform: rotate(-20deg);
}

.nav-card-image.left.shadow {
  max-width: 18vw;
  left: 7vw;
  right: 0;
  transform: rotate(-14deg);
}

.nav-card-image.right {
  z-index: 1;
  position: relative;
  top: 2.5vw;
  right: 10vw;
  transform: rotate(20deg);
}

.nav-card-image.right.shadow {
  z-index: 4;
  min-width: 18vw;
  max-width: 18vw;
  right: -2vw;
  transform: rotate(14deg);
}

.nav-card-image.shadow {
  min-width: 18vw;
  max-width: 18vw;
  right: -5vw;
}

.nav-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-block.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.logo-light {
  filter: invert(0%);
  white-space: nowrap;
  min-width: 12vw;
  max-width: 12vw;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
}

.menu-burger-light {
  filter: invert();
  min-width: 3.47vw;
  max-width: 3.47vw;
  min-height: 3.47vw;
  max-height: 3.47vw;
}

.nav-cart-menu-flex {
  z-index: 999;
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-right: 5%;
  display: flex;
}

.about-block {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-block.slide-up-from-bottom-animation {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
}

.team-flex {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text h1 {
  text-transform: capitalize;
  font-size: 4.44vw;
  line-height: 5.55vw;
}

.rich-text h2 {
  font-size: 3.33vw;
  line-height: 4.44vw;
}

.rich-text h3 {
  font-size: 2.78vw;
  line-height: 3.89vw;
}

.rich-text h4 {
  font-size: 2.22vw;
  line-height: 3.33vw;
}

.rich-text h5 {
  font-size: .89vw;
  line-height: 1.67vw;
}

.rich-text h6 {
  font-size: .78vw;
  line-height: 1.56vw;
}

.rich-text p {
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.rich-text li {
  font-size: 1.11vw;
  line-height: 2.22vw;
}

.image-absolute {
  object-position: 50% 50%;
  align-self: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-absolute.se {
  object-position: 0% 50%;
}

.image-overlay {
  z-index: 100;
  background-color: var(--light-gray);
  display: none;
  position: absolute;
  inset: 0%;
}

.features-description {
  max-width: 40vw;
  font-size: 16px;
  line-height: 22px;
}

.features-description._2 {
  max-width: 90%;
}

.title-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper.align-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
}

.title-wrapper.align-right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.title-wrapper.gap-half {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  margin-bottom: 10px;
}

.title-wrapper.gap-half.slide-down-from-top-animation.max {
  max-width: none;
}

.title-wrapper.kontakt {
  margin-top: 60px;
  margin-bottom: 0;
}

.centered-on-mobile-small {
  padding-right: 0;
  line-height: 3.8vw;
}

.centered-on-mobile-small._1 {
  text-transform: none;
  margin-bottom: 16px;
  padding-right: 0;
  font-size: 40px;
  line-height: 1.16;
}

.centered-on-mobile-small._2 {
  text-transform: none;
  font-size: 40px;
  line-height: 48px;
}

.features-image-wrapper {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  flex: 0 auto;
  width: 50%;
  height: auto;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.features-image-01 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 8px .625rem -.3125rem #0003, 0 .3125rem .9375rem -.5rem #0000003d;
}

.features-image-01.shrink-in-big-image.se {
  object-position: 74% 50%;
}

.subheading {
  border-radius: var(--border-radius);
  background-color: var(--light-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6vw .8vw;
  display: flex;
  position: relative;
}

.subheading.w--current {
  display: none;
}

.subheading.nav-btn {
  flex-flow: row;
  padding-right: .8vw;
}

.subheading.nav-btn._001 {
  opacity: 1;
  border-radius: 20px;
  padding: .66vw 1vw;
}

.subheading.nav-btn._001.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.subheading.nav-btn._001.w--open:lang(en) {
  border-radius: 20px 20px 0 0;
}

.subheading._02 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.subheading.warm {
  background-color: var(--yellow);
  padding-left: 1vw;
  padding-right: 1vw;
}

.features-trigger {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.flex-feature-wrapper {
  grid-column-gap: 4.4vw;
  grid-row-gap: 4.4vw;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-trigger-02 {
  position: absolute;
  inset: 0%;
}

.color-primary {
  color: var(--primary);
}

.reviews-image-circle {
  border-radius: 100%;
  width: 6.7vw;
  height: 6.7vw;
  position: absolute;
  inset: -15% auto auto 3.3vw;
}

.reviews-block {
  grid-row-gap: .6vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.slide-nav-reviews {
  max-height: .8125rem;
  margin-top: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.reviews-client-wrapper {
  flex-wrap: nowrap;
  display: flex;
}

.quote-icon {
  opacity: .1;
  align-self: flex-start;
  min-height: 5.6vw;
  max-height: 5.6vw;
}

.reviews-slide {
  width: 100%;
}

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

.reviews-card {
  border-radius: var(--border-radius);
  background-color: var(--matte);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: 38.9vw;
  max-width: 38.9vw;
  height: auto;
  padding: 4.4vw 3.3vw;
  display: flex;
  position: relative;
}

.reviews-icon {
  color: #c9d0da;
  font-size: 1.5625rem;
  font-weight: 900;
}

.stars-wrapper {
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  left: -.375rem;
}

.reviews-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-slider {
  background-color: #0000;
  height: auto;
}

.left-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 16% auto auto;
}

.left-arrow:hover {
  color: #e67e22;
}

.right-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 13% auto auto;
}

.right-arrow:hover {
  color: #eee;
}

.reviews-listing-wrapper {
  grid-column-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow {
  min-height: 1.67vw;
  max-height: 1.67vw;
  position: relative;
  top: -.07vw;
}

.button-arrow-wrapper {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.33vw;
  max-width: 3.33vw;
  min-height: 3.33vw;
  max-height: 3.33vw;
  display: flex;
  overflow: hidden;
}

.button-arrow-wrapper.gelb {
  background-color: var(--yellow);
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--light-gray);
  min-width: 12.22vw;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1d2025;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  padding: .14vw 2.22vw .14vw .28vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon:hover {
  color: var(--white);
}

.button-with-circle-icon.kf.weg {
  display: none;
}

.button-with-circle-icon.bewerbung-open {
  background-color: var(--matte);
  padding-left: .24vw;
}

.button-with-circle-icon.bewerbung-open.warm {
  background-color: var(--light-2);
}

.button-with-circle-icon.center {
  justify-content: flex-start;
  align-items: center;
  padding-left: .24vw;
}

.button-with-circle-icon.center.warm {
  background-color: var(--light-2);
}

.button-with-circle-icon.right {
  background-color: var(--matte);
  align-self: auto;
  padding-left: .26vw;
}

.button-with-circle-icon.h {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  line-height: 1.2;
}

.button-with-circle-icon.h.red {
  background-color: var(--dark-2);
}

.smaller {
  font-size: 6rem;
  line-height: 5rem;
}

.star {
  min-width: 10vw;
  max-width: 10vw;
  min-height: 10vw;
  max-height: 10vw;
  position: relative;
  left: 3.33vw;
}

.star.white {
  filter: brightness(0%) invert();
}

.star.white._2 {
  min-width: 12vw;
  max-width: 12vw;
  min-height: 12vw;
  max-height: 12vw;
}

.star.white._2.middle {
  margin-bottom: 20px;
  left: auto;
}

.hero-subtitle {
  display: none;
}

.max-width-65vw {
  max-width: 65vw;
  font-size: 48px;
  line-height: 54px;
}

.max-width-65vw._40 {
  max-width: 70vw;
  margin-top: 2rem;
  font-size: 40px;
  line-height: 48px;
}

.max-width-65vw.more {
  max-width: 65vw;
}

.about-h5 {
  max-width: 35vw;
  line-height: 22px;
}

.about-h5.pflege {
  max-width: 60vw;
}

.centered-on-tab {
  font-size: 40px;
  line-height: 48px;
}

.line {
  background-color: var(--matte);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
}

.image-full {
  min-width: 100%;
  min-height: 52vw;
  max-height: 52vw;
}

.image-full.kliniken {
  object-position: 50% 24%;
}

.image-full.k1 {
  object-position: 50% 28%;
}

.image-full._01 {
  object-position: 50% 0%;
}

.small-icon {
  filter: none;
  min-width: 1.5vw;
  max-width: 1.1vw;
}

.small-icon.red-icon {
  filter: saturate(126%) hue-rotate(312deg);
}

.about-card-image-left {
  z-index: 1;
  border-radius: var(--border-radius);
  object-position: 30% 50%;
  min-width: 25vw;
  max-width: 25vw;
  min-height: 18.8vw;
  max-height: 18.8vw;
  position: relative;
  top: -11vw;
  left: 4vw;
  transform: rotate(-20deg);
}

.about-card-image-right {
  z-index: 3;
  border-radius: var(--border-radius);
  min-width: 22.2vw;
  max-width: 22.2vw;
  min-height: 16.7vw;
  max-height: 16.7vw;
  position: relative;
  top: 11vw;
  right: 4vw;
  transform: rotate(20deg);
}

.max-width-45vw {
  text-transform: none;
  max-width: 45vw;
  font-size: 48px;
  line-height: 54px;
}

.max-width-45vw:lang(en) {
  max-width: 60vw;
}

.max-width-45vw.new {
  max-width: 70vw;
}

.title-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-right-2rem {
  padding-right: 2.2vw;
}

.metrics-star {
  filter: invert();
  min-width: 10vw;
  max-width: 10vw;
  min-height: 10vw;
  max-height: 10vw;
  position: relative;
  left: 3.33vw;
}

.metrics-grid {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.metrics-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-light-gray {
  color: var(--light-gray);
}

.card-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  border-radius: var(--border-radius);
  background-color: var(--matte);
  transform-origin: 50%;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 21.7vw;
  max-height: 21.7vw;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: space-between;
  padding: 2.2vw;
  display: flex;
  transform: perspective(100vh)perspective(128px);
}

.card._0-opacity {
  opacity: 0;
}

.image-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.text-small {
  letter-spacing: .14vw;
  text-transform: uppercase;
  font-size: 1vw;
  line-height: 1.11vw;
}

.card-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  display: flex;
}

.max-width-32vw {
  letter-spacing: .04vw;
  max-width: none;
  font-size: 16px;
  line-height: 22px;
}

.footer-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-width: 72.22vw;
  max-width: 72.22vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-wrapper.middle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.metrics-numbers {
  color: var(--light-gray);
  font-size: 11.11vw;
  line-height: 8.89vw;
}

.footer-h5 {
  color: #fff;
  mix-blend-mode: exclusion;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-h5.middle {
  text-align: center;
  bottom: -32%;
}

.image-thrids {
  object-position: 50% 50%;
  min-width: 33.33%;
  max-width: 33.33%;
  min-height: 50vw;
  max-height: 50vw;
}

.image-thrids.shift-right {
  object-position: 45% 50%;
  min-height: 48vw;
  max-height: 48vw;
}

.image-thrids._2 {
  object-position: 54% 50%;
  min-height: 48vw;
  max-height: 48vw;
}

.image-thrids._3 {
  object-position: 80% 50%;
  min-height: 48vw;
  max-height: 48vw;
}

.subheading-feature-flex {
  background-color: var(--light-gray);
  color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6vw .8vw;
  display: flex;
  position: relative;
}

.subheading-feature-flex.warm {
  background-color: var(--yellow);
}

.feature-image-wrapper {
  z-index: 1;
  align-self: flex-start;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 43.9vw;
  max-height: 43.9vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image-wrapper.breit {
  min-width: 44vw;
  max-width: 44vw;
  min-height: 33vw;
  max-height: 33vw;
}

.feature-image-wrapper.b {
  min-width: 40vw;
  max-width: 40vw;
  min-height: 34vw;
  max-height: 34vw;
}

.about-tab-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-tabs {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-start stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.about-tabs.kliniken {
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 40px;
}

.about-tabs.neu {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 40px;
}

.feature-title {
  color: #f5f5f5;
  text-align: left;
  letter-spacing: .1vw;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.feature-title.bewerbung {
  text-align: center;
  letter-spacing: 1.2px;
  padding: 0 0 10px;
}

.feature-title.bewerbung.weg {
  padding-bottom: 10px;
}

.feature-title.sm {
  letter-spacing: .7px;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.flex-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 4.44vw;
  display: grid;
}

.flex-grid.slide-in-from-right-animation {
  align-self: auto;
  place-items: center start;
  margin-bottom: 0;
}

.flex-grid.slide-in-from-right-animation.home {
  margin-bottom: 7vw;
}

.flex-grid.slide-in-from-right-animation.home.neu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
}

.flex-grid.slide-in-from-right-animation.kliniken {
  place-items: center start;
  margin-bottom: 3vw;
}

.about-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .3;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 3vw;
  padding: 1.11vw 0;
  display: flex;
}

.about-wrapper:hover {
  opacity: .4;
}

.about-wrapper.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
  margin-left: 0;
  margin-right: 3vw;
}

.about-tab-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.about-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-text-wrapper {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.75vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  margin-left: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.about-text-wrapper._2 {
  max-width: 90%;
}

.about-text-wrapper._2.sp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 40px;
}

.about-image-wrapper {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-paragraph {
  max-width: 40vw;
  overflow: hidden;
}

.flex {
  display: flex;
}

.outline-button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.outline-button:hover {
  border-color: var(--light-gray);
  background-color: var(--white);
  color: var(--black);
}

.outline-button.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.check-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.price-card-title {
  color: var(--yellow);
  margin-right: 1rem;
  font-size: 3rem;
  line-height: 3rem;
}

.nav-tabs {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.pricing-flex {
  grid-column-gap: 2.2vw;
  display: flex;
}

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

.no-wrap {
  white-space: nowrap;
}

.pricing-grid-half {
  grid-column-gap: 1.7vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-round {
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-radius: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 17px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.button-round:hover {
  color: #f5f5f5;
  box-shadow: 0 3px 1px -2px #786dff24, 0 10px 10px #786dff33;
}

.button-round.w--current {
  color: #f5f5f5;
}

.tabs-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.horizontal-line {
  background-color: #d5d3db33;
  width: 80%;
  height: .1vw;
  margin-right: auto;
}

.horizontal-line._100 {
  width: 100%;
  margin-bottom: 20px;
}

.pricing-link {
  width: 100%;
}

.pricing-link.with-40 {
  width: 40%;
}

.price-flex-highlight {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-bottom: 0 solid #1b4ea3;
  align-items: center;
  margin-left: -1rem;
  padding: .6vw 0 .6vw 1.1vw;
  display: flex;
}

.price-flex-highlight.highlight {
  border-radius: var(--border-radius);
  background-color: var(--matte);
}

.dollar {
  color: #787885;
  font-size: 2rem;
  line-height: 2rem;
}

.price-card-title-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.price-card-big {
  border: 1px solid var(--matte);
  border-radius: var(--border-radius);
  background-color: var(--matte);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.2vw;
  position: relative;
}

.price-duration {
  align-self: flex-end;
  margin-left: -12px;
  position: relative;
  top: -4px;
}

.features-flex-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.show-section {
  height: 200vh;
  position: relative;
}

.show-section-abosolute {
  z-index: 3;
  position: absolute;
  inset: 0% 0% auto;
}

.show-section-sticky {
  z-index: 0;
  position: sticky;
  top: 0;
  bottom: auto;
}

.show-section-sticky.no-more-sticky {
  margin-top: 0;
  padding-top: 100px;
  position: static;
}

.hide-section {
  position: relative;
}

.hide-section.f-r-rzte {
  pointer-events: none;
  padding-top: 0;
}

.hide-section-sticky {
  height: auto;
  position: sticky;
}

.hide-section-sticky.optional {
  z-index: -1;
  display: block;
  top: 0;
}

.hide-section-sticky.optional.rzte {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 140px;
}

.hide-section-sticky.reis {
  z-index: -1;
  top: 0;
}

.hide-section-sticky._0 {
  z-index: 4;
  top: 0;
}

.cards-wrapper {
  perspective: 100vh;
  transform-origin: 50%;
}

.footer-title {
  z-index: 1;
  color: var(--white);
  white-space: nowrap;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 13.33vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: relative;
}

.hero-bg {
  width: 0;
  position: absolute;
}

.hero-bg._100 {
  object-position: 50% 50%;
  background-image: linear-gradient(#00000052, #fff0 10%), linear-gradient(#fff0, #00000047 99%);
  width: 100vw;
  height: 100vh;
}

.heading {
  text-transform: none;
  font-size: 48px;
  line-height: 54px;
}

.paragraph {
  letter-spacing: .06vw;
  padding-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: break-spaces;
  flex-flow: column;
  max-width: 33vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 10px 16px;
  display: flex;
}

.list._2 {
  max-width: none;
}

.list._2.numbered {
  padding-left: 22px;
}

.list.br {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flexx {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-size: 48px;
  line-height: 54px;
}

.heading-3 {
  font-size: 4vw;
}

.heading-3.max-w {
  max-width: 60%;
  font-size: 48px;
  line-height: 54px;
}

.qq {
  color: var(--primary);
}

.paragraph-2 {
  white-space: break-spaces;
  line-height: 1.6vw;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.quick-booking-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--light-gray) var(--white) var(--light-gray) var(--light-gray);
  color: #fff;
  background-color: #111;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0 12px 12px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.quick-booking-arrow-box {
  background-color: #0000000d;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  padding-top: 1px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.quick-booking-arrow {
  transform: rotate(-180deg);
}

.form-error {
  color: #f03e5a;
  background-color: #f03e5a14;
  border: 1px solid #f03e5a80;
  border-radius: 3px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 20px;
}

.quick-booking-form {
  background-color: #111;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin-bottom: 0;
  padding: 16px 20px;
}

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

.input {
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border .2s, background-color .2s;
}

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

.input:focus {
  background-color: #fff;
  border: 1px solid #dfa25f;
}

.input.small-margin {
  background-color: var(--black);
  max-width: 20vw;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border .2s, background-color .2s;
}

.input.small-margin.weg {
  display: none;
}

.quick-booking {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  width: 250px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 40px;
  transform: none;
}

.quick-booking.temp {
  z-index: 230;
  border-right: 1px none var(--white);
  border-left: 1px none var(--white);
  opacity: 1;
  background-color: #1110;
  width: 320px;
  display: block;
}

.quick-booking-icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.uploader {
  background-color: var(--black);
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 20vw;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
}

.uploader.weg {
  display: none;
}

.label {
  font-weight: 400;
}

.label.weg {
  display: none;
}

.textarea {
  background-color: var(--black);
  border-radius: 3px;
  max-width: 20vw;
  min-height: 48px;
  padding-left: 16px;
}

.textarea.weg {
  display: none;
}

.code-embed {
  border: 1px none var(--light-gray);
  background-color: #1d202500;
  border-radius: 0;
  margin-bottom: 0;
}

.heading-4, .heading-5 {
  letter-spacing: .11vw;
  font-size: 14px;
  line-height: 20px;
}

.heading-5.or:hover {
  color: var(--yellow);
}

.text-block-4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 22px;
}

.weg {
  display: none;
}

.not-bold {
  font-weight: 400;
}

.star-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: var(--light-gray);
  text-decoration: underline;
}

.link:hover {
  color: var(--primary);
}

.link._24 {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

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

.color-black-3 {
  color: #1d2025;
  font-size: 12px;
}

.button-with-circle-icon-2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  color: #f5f5f5;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1d2025;
  border: .1vw solid #d0d0d0;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  padding: .14vw 2.22vw .14vw .28vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon-2:hover {
  color: #f5f5f5;
}

.button-with-circle-icon-2.w--current {
  justify-content: flex-start;
  align-items: center;
}

.features-image-2 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 8px .625rem -.3125rem #0003, 0 .3125rem .9375rem -.5rem #0000003d;
}

.features-image-2.shrink-in-big-image.arzt {
  object-position: 50% 30%;
}

.title-wrapper-3 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper-3.align-left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.features-description-2 {
  max-width: 33.33vw;
  font-size: 16px;
  line-height: 22px;
}

.section-2 {
  background-image: none;
  width: 100%;
}

.features-image-wrapper-2 {
  z-index: 1;
  border-radius: 20px;
  min-width: 44.4vw;
  max-width: 44.4vw;
  min-height: 44.4vw;
  max-height: 44.4vw;
  position: relative;
  overflow: hidden;
}

.button-arrow-wrapper-2 {
  cursor: pointer;
  background-color: #dcf692;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.33vw;
  max-width: 3.33vw;
  min-height: 3.33vw;
  max-height: 3.33vw;
  display: flex;
  overflow: hidden;
}

.image-overlay-2 {
  z-index: 100;
  background-color: #d0d0d0;
  display: none;
  position: absolute;
  inset: 0%;
}

.subheading-2 {
  background-color: #d0d0d0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6vw .8vw;
  display: flex;
  position: relative;
}

.faq-close {
  background-color: var(--primary);
  color: #fff;
  width: 16px;
  height: 1.5px;
  margin-bottom: -1px;
  padding: 0;
}

.faq-close.red {
  background-color: var(--albanien);
}

.faq-accodian-wrapper {
  cursor: pointer;
  border-bottom: 1px #ffc2c2;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.faq-accodian-wrapper.ms {
  z-index: 98;
  border-radius: var(--border-radius);
  background-color: #2f2f2f00;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.faq-accodian-wrapper.ms._5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
}

.faq-accodian-wrapper.ms._5.landing {
  background-image: linear-gradient(to bottom, #1d202554, #1d202554), linear-gradient(313deg, #55779a54, #1d202500), linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
}

.faq-accodian-wrapper.ms._5.landing.red {
  background-image: linear-gradient(to bottom, #251d1d54, #251d1d54), linear-gradient(313deg, #ffa27d54, #1d202500), linear-gradient(to bottom, var(--dark-2), var(--dark-2));
}

.service-three-service-text-box {
  background-color: #e4e4e44d;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 380px;
  max-height: 380px;
  padding: 25px 30px 25px 35px;
  display: flex;
}

.service-three-service-text-box.ti {
  background-color: #e4e4e400;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  max-height: none;
  padding: 0;
  overflow: hidden;
}

.div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-87.left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.faq-open-close {
  filter: none;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 2.2vw;
  max-width: 2.2vw;
  height: auto;
  min-height: 2.2vw;
  max-height: 2.2vw;
  display: flex;
  position: relative;
}

.service-three-service-image-box {
  position: relative;
  overflow: hidden;
}

.accordion-one {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-one.grey-border {
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.accordion-one.grey-border.ms {
  border-top: 1px #f3c612;
  border-bottom-width: 0;
  min-height: 130px;
  margin-right: 0;
  padding: 20px;
}

.service-three-hover-img {
  width: 100%;
  height: auto;
}

.service-three-hover-img.weg {
  display: none;
}

.accordion-one-dropdown-contain {
  padding-top: 20px;
}

.accordion-one-dropdown-contain.active {
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

.service-title {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.service-title._1 {
  color: var(--white);
  text-align: left;
  letter-spacing: -.016em;
  white-space: break-spaces;
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 28px;
}

.service-title._1.ausnahme {
  margin-right: -40px;
  line-height: 25px;
}

.service-title._1.la {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.service-three-service-box-outer {
  background-color: var(--matte);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
}

.service-three-service-box-outer.red {
  background-color: var(--light-2);
  border-radius: 20px;
}

.service-three-construction-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: grid;
}

.service-three-construction-flex._3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 95%;
}

.service-three-construction-flex._3.three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
}

.service-three-construction-flex._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.site-preparation-flex {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5px;
}

.site-preparation-flex.ms {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.home-one-industral-number-2 {
  color: #3c3c3c;
  letter-spacing: -.02rem;
  min-width: 115px;
  font-family: Oswald, sans-serif;
  font-size: 6.25rem;
  line-height: 100%;
}

.home-one-industral-number-2.one-active {
  color: #fff;
}

.home-one-industral-number-2.one-active.text-osworld {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.home-one-industral-number-2.one-active.text-osworld.unter {
  min-width: auto;
  color: var(--primary);
  text-align: left;
  font-family: Satoshi, sans-serif;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 52px;
}

.home-one-industral-number-2.one-active.text-osworld.unter.rot {
  color: var(--yellow);
}

.faq-open {
  background-color: #fff;
  width: 9px;
  height: 1px;
  padding: 0;
}

.faq-open.active {
  background-color: #dcf692;
  width: 16px;
  height: 1.5px;
}

.faq-open.active.red {
  background-color: var(--albanien);
}

.accordion-one-dropdown-main-box {
  background-color: #ddd0;
  display: block;
  position: relative;
  overflow: hidden;
}

.qq-2 {
  color: #dcf692;
  white-space: break-spaces;
  max-width: none;
  font-size: 16px;
  font-weight: 700;
}

.qq-2.red {
  color: var(--yellow);
}

.div-block-88 {
  white-space: break-spaces;
  padding: 10px 20px 30px;
  overflow: hidden;
}

.dropdown-icon {
  min-width: 1.5vw;
  max-width: 1.1vw;
  margin-right: .5vw;
}

.dropdown-icon.nav-btn {
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.dropdown-icon.nav-btn.color-black {
  width: 21px;
  min-width: 0;
  max-width: 21px;
}

.dropdown-list-3 {
  background-color: #dcf69200;
  border-radius: 0;
  display: none;
}

.dropdown-list-3:lang(en) {
  background-color: #dcf69200;
  display: none;
}

.dropdown-list-3.w--open {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: .25em;
  display: block;
}

.dropdown-list-3.w--open:lang(en), .locales-desktop:lang(en) {
  display: block;
}

.image-4 {
  width: 3vw;
  height: 3vw;
}

.locale-link-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border: 1px solid var(--white);
  border-radius: 2em;
  justify-content: flex-start;
  align-items: center;
  padding: .6em;
  display: flex;
}

.locale-link-block.w--current {
  border: 1px solid var(--white);
  border-radius: 1em;
  padding: .6em;
  display: none;
}

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

.dropdown-2 {
  border-radius: 20px;
  display: inline-block;
}

.dropdown-2:lang(en) {
  border-radius: 0;
}

.locale-3, .locale-3:lang(en) {
  display: block;
}

.text-block-5 {
  font-size: 1rem;
}

.heading-8 {
  text-transform: none;
}

.embed-box {
  width: 46vw;
}

.code-embed-3 {
  background-color: #f5f5f5a8;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 30px;
}

.grid-12-columns-2 {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-3 {
  background-image: url('../images/bg.png'), linear-gradient(0deg, #55779a54, #fff0), linear-gradient(#1d2025f2, #1d2025f2);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
  background-attachment: scroll, scroll, scroll;
  height: 100vh;
  position: relative;
}

.section-3.l {
  background-image: url('../images/bg.png'), linear-gradient(0deg, #65656554, #fff0), linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
  background-attachment: scroll, scroll, scroll;
  height: auto;
  padding-top: 4rem;
}

.div-block-89 {
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  display: flex;
}

.div-block-89.e {
  flex-flow: column;
  margin-bottom: 0;
}

.text-list {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.color-black-4 {
  color: #1d2025;
  font-size: 14px;
}

.space-mid-2 {
  min-height: 3rem;
}

.section-4 {
  width: 100%;
}

.title-wrapper-4 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper-4.gap-half {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
}

.max-width-30vw-2 {
  max-width: 50vw;
  font-size: 16px;
}

.subheading-3 {
  background-color: var(--yellow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .6vw .8vw;
  display: flex;
  position: relative;
}

.small-icon-2 {
  min-width: 20px;
  max-width: 1.1vw;
}

.div-block-91 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-4 {
  color: var(--white);
  letter-spacing: .75px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33;
}

.dropdown-description-wrapper-3 {
  overflow: hidden;
}

.faq-flex-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 10px;
  position: relative;
}

.dropdown-description-2 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.33;
}

.faq-dropdown-accordion-2 {
  background-color: #2f2f2f;
  border: 1px solid #414141;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  transition: background-color .25s;
  display: flex;
}

.faq-dropdown-accordion-2:hover {
  background-color: #353535;
}

.faq-dropdown-accordion-2.alb {
  background-color: var(--light-2);
}

.space-mid-3 {
  min-height: 3rem;
}

.faq-numbers-back-2 {
  z-index: 0;
  color: var(--primary);
  font-weight: 500;
  position: static;
  inset: auto auto auto 0%;
}

.faq-numbers-back-2.red {
  color: var(--yellow);
}

.section-5 {
  width: 100%;
}

.dropdown-toggle-3 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.title-wrapper-5 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper-5.gap-half {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
}

.icon {
  width: 30px;
}

.div-block-92 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-6 {
  background-image: linear-gradient(180deg, #55779a54, var(--e) 99%);
}

.section-6.l {
  background-image: linear-gradient(#59595954, #191919 99%);
}

.heading-11 {
  color: var(--yellow);
  font-size: 14px;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block-6, .text-block-7 {
  font-size: 16px;
}

.button-6 {
  color: #1d2025;
  letter-spacing: .07vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #dcf692;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .78vw 2.22vw;
  font-weight: 400;
  text-decoration: none;
  transition: border .25s, color .3s, background-color .3s;
  display: flex;
}

.button-6:hover {
  color: #1d2025;
  background-color: #f5f5f5;
  border-color: #d0d0d0;
}

.button-6.w--current {
  background-color: #dcf692;
}

.button-6.warm {
  background-color: var(--yellow);
  font-size: 16px;
}

.color-black-5 {
  color: #1d2025;
  font-size: 1.2vw;
  font-weight: 500;
}

.success-message-2 {
  background-color: var(--yellow);
  color: #1d2025;
  text-align: center;
  border-radius: 9px;
}

.text-area-2 {
  color: #1d2025;
  background-color: #f5f5f5;
  border: .0625rem solid #0000;
  border-radius: .3125rem;
  min-height: 15vh;
  padding: 16px 1vw 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5vw;
}

.text-area-2::placeholder {
  color: #1d2025;
}

.booking-text-field-2 {
  color: #1d2025;
  background-color: #f5f5f5;
  border: .0625rem solid #0000;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 1vw;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.booking-text-field-2::placeholder {
  color: #1d2025;
  background-color: #f5f5f5;
}

.section-8 {
  aspect-ratio: 2;
}

.slider-7 {
  height: 100%;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ee:hover {
  color: var(--yellow);
}

@media screen and (min-width: 1280px) {
  .hero-title {
    font-size: 11rem;
  }

  .hero-background.senioren {
    object-position: 50% 50%;
  }

  .team-occupation {
    font-size: 14px;
  }

  .team-name-card {
    min-height: 6.5vw;
  }

  .centered-on-mobile-small._1, .centered-on-mobile-small._2 {
    font-size: 40px;
    line-height: 48px;
  }

  .max-width-65vw {
    font-size: 48px;
    line-height: 54px;
  }

  .quick-booking.temp {
    display: block;
  }

  .faq-accodian-wrapper.ms {
    overflow: hidden;
  }

  .service-title._1.ausnahme {
    margin-right: -40px;
  }

  .embed-box {
    width: 46vw;
  }
}

@media screen and (min-width: 1440px) {
  .description-max-width {
    font-size: 16px;
    line-height: 23px;
  }

  .services-card.ab {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .caps {
    font-size: 21px;
  }

  .faq-wrapper.slide-down-from-top-animation._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dropdown-description {
    white-space: pre-wrap;
  }

  .hero-title {
    font-size: 14rem;
  }

  .max-width-30vw.override {
    font-size: 16px;
  }

  .hero-h5-bottom {
    bottom: -12%;
  }

  .hero-background.senioren {
    object-position: 50% 40%;
  }

  .hero-title-wrapper {
    top: 20px;
  }

  .team-occupation {
    font-size: 14px;
  }

  .team-card {
    overflow: visible;
  }

  .team-name-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-height: 5.5vw;
  }

  .title-wrapper.gap-half {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .centered-on-mobile-small._1, .centered-on-mobile-small._2 {
    font-size: 48px;
    line-height: 54px;
  }

  .max-width-65vw {
    font-size: 64px;
    line-height: 72px;
  }

  .max-width-45vw {
    font-size: 64px;
    line-height: 62px;
  }

  .subheading-feature-flex {
    padding: .5vw .6vw;
  }

  .feature-image-wrapper {
    min-width: 40vw;
    max-width: 40vw;
    min-height: 40vw;
    max-height: 40vw;
  }

  .feature-image-wrapper.b {
    min-width: 36vw;
    max-width: 360vw;
  }

  .about-tabs {
    height: 89vh;
  }

  .about-tabs.neu {
    height: auto;
  }

  .feature-title {
    font-size: 21px;
  }

  .feature-title.sm {
    font-size: 18px;
  }

  .about-text-wrapper {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    max-width: 52%;
  }

  .heading {
    font-size: 56px;
    line-height: 62px;
  }

  .paragraph {
    line-height: 22px;
  }

  .list {
    white-space: pre-wrap;
    flex-flow: column;
    display: flex;
  }

  .list.br {
    max-width: none;
  }

  .not-bold {
    font-size: 21px;
  }

  .faq-accodian-wrapper.ms {
    overflow: hidden;
  }

  .service-three-service-text-box.ti {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: hidden;
  }

  .service-title._1 {
    font-size: 1.25vw;
    line-height: 1.3;
  }

  .service-three-service-box-outer {
    overflow: hidden;
  }

  .service-three-construction-flex._3.three {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter {
    font-size: 3.25vw;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter.rot {
    font-size: 3vw;
  }

  .accordion-one-dropdown-main-box {
    height: auto;
  }

  .qq-2 {
    white-space: pre-wrap;
  }

  .embed-box {
    width: 44vw;
  }
}

@media screen and (min-width: 1920px) {
  .space-large.warum {
    min-height: 8vw;
  }

  .container-full.padding-72px {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-full.padding-72px.kontakt, .container-full.padding-72px.kontakt.landing.f {
    max-width: none;
  }

  .container-full.padding-72px.mobile-he {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .container-full.padding-72px.mobile-he.la {
    padding-bottom: 100px;
  }

  .container-full.padding-216px, .container-full.padding-72px {
    max-width: 1600px;
  }

  .color-black {
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 1.2;
  }

  .text {
    letter-spacing: .8px;
    font-size: 18px;
  }

  .services-card.ab {
    max-width: none;
    height: 240px;
  }

  .caps {
    letter-spacing: .66px;
    font-size: 24px;
  }

  .text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }

  .dropdown-description {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 22px;
  }

  .price-card {
    padding-bottom: 24px;
  }

  .nav-link, .nav-link.absolute {
    line-height: 3.2vw;
  }

  .hero-title {
    margin-bottom: 4vh;
    font-size: 16rem;
  }

  .max-width-30vw.override {
    letter-spacing: 1px;
    max-width: 40vw;
    font-size: 18px;
    line-height: 25px;
  }

  .hero-h5-bottom {
    bottom: -10%;
  }

  .max-width-20vw {
    font-size: 18px;
  }

  .hero-wrapper:lang(en) {
    object-position: 50% 0%;
  }

  .hero-background.senioren {
    object-position: 50% 25%;
  }

  .footer-grid.shadow.hey {
    grid-template-columns: .75fr 1fr 1fr 1fr 1fr .75fr .75fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-email {
    white-space: break-spaces;
  }

  .block-wrapper {
    max-width: 560px;
  }

  .team-occupation {
    letter-spacing: 1px;
    font-size: 18px;
  }

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

  .team-card {
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .team-image-wrapper {
    min-width: auto;
    max-width: 20vw;
    min-height: auto;
    max-height: 20vw;
  }

  .team-social-flex-box {
    bottom: 5%;
  }

  .team-name {
    letter-spacing: 1.5px;
    font-size: 24px;
  }

  .team-name-card {
    width: auto;
    min-height: auto;
    padding: 24px 26px;
    overflow: hidden;
  }

  .image-absolute {
    width: 600px;
  }

  .image-absolute.se {
    border-radius: 20px;
  }

  .features-description {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.3;
  }

  .title-wrapper.align-left {
    width: 100%;
    max-width: 54%;
  }

  .title-wrapper.gap-half.slide-down-from-top-animation.max {
    padding-left: 140px;
    padding-right: 140px;
  }

  .title-wrapper.kontakt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-image-wrapper {
    width: 52%;
    min-width: 0;
    height: auto;
    min-height: auto;
  }

  .subheading {
    padding: 10px 20px;
  }

  .subheading.nav-btn._001 {
    border-radius: 50px;
  }

  .subheading.nav-btn._001.w--open {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .subheading.warm {
    border-radius: 40px;
    padding: .4vw .75vw;
  }

  .arrow {
    min-height: 20px;
    max-height: 20px;
  }

  .button-arrow-wrapper, .button-arrow-wrapper.gelb {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .button-with-circle-icon.center {
    justify-content: flex-start;
    align-items: center;
  }

  .button-with-circle-icon.center.warm {
    min-width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1vw;
  }

  .button-with-circle-icon.right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
  }

  .button-with-circle-icon.h {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 4px 30px 4px 6px;
  }

  .button-with-circle-icon.h.red {
    padding-left: 5px;
  }

  .star.white._2.middle {
    min-width: 15rem;
    max-width: none;
    min-height: 15rem;
    max-height: none;
  }

  .max-width-65vw._40 {
    margin-top: 0;
  }

  .about-h5 {
    font-size: 18px;
    line-height: 1.33;
  }

  .max-width-32vw {
    font-size: 18px;
    line-height: 23px;
  }

  .footer-wrapper.middle {
    min-width: auto;
    max-width: none;
  }

  .subheading-feature-flex {
    padding: .6vh 1vh;
  }

  .subheading-feature-flex.warm {
    border-radius: 40px;
  }

  .feature-image-wrapper {
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    width: 600px;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .feature-image-wrapper.breit {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    width: 600px;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .feature-image-wrapper.b {
    aspect-ratio: 3 / 4;
    width: 560px;
    min-width: 40%;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .about-tabs {
    justify-content: space-around;
    align-items: flex-end;
    height: 90vh;
  }

  .about-tabs.neu {
    height: auto;
    margin-top: 60px;
  }

  .feature-title.sm {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
  }

  .flex-grid.slide-in-from-right-animation.home {
    margin-bottom: 9vw;
  }

  .flex-grid.slide-in-from-right-animation.home.neu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-grid.slide-in-from-right-animation.kliniken {
    place-items: center start;
    margin-bottom: 5vw;
  }

  .about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-text-wrapper {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.25vw;
  }

  .about-image-wrapper.slide-in-from-left-animation {
    width: 70%;
  }

  .price-card-title {
    font-size: 4rem;
  }

  .footer-title {
    font-size: 14rem;
    line-height: .8;
  }

  .heading {
    font-size: 64px;
    line-height: 70px;
  }

  .paragraph {
    letter-spacing: .05vw;
    font-size: 21px;
    line-height: 1.3;
  }

  .list {
    max-width: 25vw;
  }

  .list.br {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: none;
  }

  .paragraph-2 {
    white-space: break-spaces;
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-4 {
    letter-spacing: .09vw;
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .color-black-3 {
    letter-spacing: .11vw;
    font-size: 16px;
  }

  .button-with-circle-icon-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .features-description-2 {
    max-width: 40vw;
    font-size: 18px;
    line-height: 23px;
  }

  .button-arrow-wrapper-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .subheading-2 {
    font-size: 16px;
  }

  .faq-accodian-wrapper.ms._5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
  }

  .faq-accodian-wrapper.ms._5.landing.red {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-accodian-wrapper.ms._5.landing.blue {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-three-service-text-box {
    max-height: 450px;
    padding: 20px 45px;
  }

  .div-block-87 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-87.left {
    margin-bottom: 20px;
  }

  .faq-open-close {
    width: 50px;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    font-size: 10px;
  }

  .accordion-one.grey-border.ms {
    height: 130px;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-one-dropdown-contain.active {
    overflow: hidden;
  }

  .service-title._1 {
    font-size: 21px;
    font-weight: 400;
  }

  .service-title._1.ausnahme {
    margin-right: -30px;
  }

  .service-three-service-box-outer {
    height: auto;
  }

  .service-three-construction-flex {
    grid-column-gap: 25px;
    width: 100%;
  }

  .service-three-construction-flex._3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-three-construction-flex._3.three {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 30px;
  }

  .site-preparation-flex.ms {
    white-space: normal;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter {
    font-size: 3.33rem;
    line-height: 48px;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter.rot {
    font-size: 4rem;
  }

  .accordion-one-dropdown-main-box {
    height: auto;
  }

  .div-block-88 {
    overflow: hidden;
  }

  .dropdown-icon.nav-btn.color-black {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: auto;
  }

  .dropdown-list-3 {
    display: none;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-2 {
    border-radius: 20px;
  }

  .embed-box {
    width: 40vw;
  }

  .div-block-89.e {
    margin-bottom: -30px;
  }

  .text-list {
    letter-spacing: .05vw;
    font-size: 24px;
  }

  .color-black-4 {
    font-size: 14px;
  }

  .max-width-30vw-2 {
    max-width: 40vw;
    font-size: 18px;
    line-height: 1.4;
  }

  .subheading-3 {
    border-radius: 40px;
    padding-top: .4vw;
    padding-bottom: .4vw;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .faq-flex-2 {
    justify-content: space-between;
  }

  .dropdown-description-2 {
    letter-spacing: 1px;
    font-size: 19px;
  }

  .faq-numbers-back-2.red {
    font-size: 4rem;
  }

  .dropdown-toggle-3 {
    width: 100%;
    max-width: 600px;
  }

  .div-block-93, .div-block-94 {
    width: 100%;
  }

  .heading-12, .heading-13 {
    font-size: 64px;
  }

  .button-6.warm {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  h1 {
    font-size: 8rem;
    line-height: 7rem;
  }

  h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h5 {
    letter-spacing: .125rem;
    font-size: .9rem;
    line-height: 1rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .8rem;
    line-height: .9rem;
  }

  p, a {
    letter-spacing: .0625rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  li {
    letter-spacing: .0625rem;
  }

  blockquote {
    letter-spacing: .0625rem;
    padding: 1rem 2rem;
  }

  .space {
    min-height: 4rem;
  }

  .space-large {
    min-height: 8rem;
  }

  .space-large.desktop-only.what, .space-mid {
    min-height: 4rem;
  }

  .space-small {
    min-height: 1.5rem;
  }

  .space-small.hide-on-mobile {
    display: none;
  }

  .container-full.padding-72px.mobile-he {
    max-width: none;
  }

  .container-full.padding-144px {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-full.padding-216px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .features-text-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .color-black, .centered {
    font-size: 14px;
  }

  .space-text {
    min-height: 1rem;
  }

  .space-semi {
    min-height: 2rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
  }

  .description-max-width {
    max-width: 36.25rem;
  }

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

  .utilities-wrapper {
    max-width: 50rem;
  }

  .logo {
    min-width: 8rem;
    max-width: 8rem;
  }

  .product-image-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .submit-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .nav-flex {
    z-index: 10000;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    min-height: auto;
    display: flex;
  }

  .button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .h1-utility, .h1-utility.desktop {
    font-size: 48px;
    line-height: 54px;
  }

  .block-header, .block-content {
    padding: 1rem 2rem;
  }

  .brands-grid {
    grid-column-gap: 8rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .services-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 8rem;
    max-height: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services-card.ab {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 400px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .caps {
    line-height: 28px;
  }

  .text-field {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .contact-us-wrapper-half {
    width: 80%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .message-title-field-wrapper {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .error-massage {
    width: 90%;
  }

  .contact-us-flex-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle, .dropdown-toggle.hex {
    padding: 20px;
  }

  .faq-dropdown-title {
    text-align: left;
    max-width: none;
    line-height: 1.2;
  }

  .faq-dropdown-title.left {
    font-size: 22px;
    line-height: 27px;
  }

  .faq-flex {
    grid-column-gap: 1.875rem;
    justify-content: space-between;
    min-height: 100px;
    margin-bottom: 10px;
  }

  .faq-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .faq-wrapper.slide-down-from-top-animation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-wrapper.slide-down-from-top-animation._2 {
    grid-template-columns: 1fr 1fr;
  }

  .faq-plus-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .faq-numbers-back {
    margin-left: 0;
    font-size: 30px;
    display: block;
  }

  .side-bar-left {
    position: static;
  }

  .row-content {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

  .page-grid {
    flex-direction: column;
    display: flex;
  }

  .fix-scroll-container-products {
    max-width: 75rem;
  }

  .price-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 2rem;
  }

  .hide-on-tab {
    display: none;
  }

  .nav-link {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-link.absolute {
    line-height: 1.2;
  }

  .nav-link.gelb:hover {
    color: var(--yellow);
  }

  .service-flex {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .select-field {
    min-width: 15.63rem;
    max-width: 15.63rem;
    min-height: 3.13rem;
    max-height: 3.13rem;
    font-size: 1rem;
  }

  .hero-title {
    font-size: 8.25rem;
    line-height: 6.3rem;
  }

  .max-width-30vw {
    max-width: 22.5rem;
  }

  .max-width-30vw.override {
    max-width: 82vw;
    margin-top: 0;
  }

  .hero-h5-bottom {
    text-align: left;
    width: 15rem;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    bottom: -12%;
    left: 10%;
  }

  .max-width-20vw {
    max-width: 17.5rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    height: 100svh;
  }

  .mouse-wrapper {
    display: none;
  }

  .hero-h5 {
    font-size: 16px;
    line-height: 21px;
    top: -2rem;
    left: 8.8rem;
  }

  .hero-background {
    object-position: 50% 50%;
    height: 100vh;
  }

  .hero-background.senioren {
    object-position: 56% 50%;
  }

  .hero-title-wrapper {
    justify-content: flex-start;
    align-items: center;
    min-width: 43.4rem;
    max-width: 43.4rem;
  }

  .socials-absolute {
    grid-row-gap: 1rem;
    bottom: auto;
    left: auto;
  }

  .social-link-wrapper-small {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .social-link-wrapper-small.team {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: none;
  }

  .about-logo {
    height: 8vw;
    min-height: auto;
    max-height: none;
  }

  .about-card-image {
    min-width: 27rem;
    max-width: 27rem;
    min-height: 27rem;
    max-height: 27rem;
  }

  .title-wrapper-2 {
    width: 90%;
  }

  .align-right {
    justify-content: center;
    align-items: center;
  }

  .brands-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .brands-logo {
    min-width: 8rem;
    max-width: 8rem;
  }

  .logo-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-burger {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .nav-menu {
    z-index: 1010;
    background-image: linear-gradient(#55779a80, #fff0);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 8.25rem 4rem 0;
    display: flex;
    position: absolute;
    top: 0;
    left: auto;
    transform: none;
  }

  .nav-menu.gelb {
    background-color: var(--dark-2);
    background-image: linear-gradient(#ffa27d54, #fff0);
    padding-top: 7rem;
    transform: translate(0, -200%);
  }

  .container-nav {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    min-height: 6rem;
    max-height: 6rem;
    position: fixed;
    top: 0;
  }

  .menu-burger-wrapper {
    min-width: 3.75rem;
    max-width: 3.75rem;
    min-height: 3.75rem;
    max-height: 3.75rem;
  }

  .navbar {
    min-height: 6rem;
    max-height: 6rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    border-radius: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 2rem 4rem;
    box-shadow: inset 0 1.5rem 4rem 1rem #0006;
  }

  .footer-grid.shadow {
    border-radius: 2rem;
  }

  .footer-grid.shadow.hey {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding: 30px;
  }

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

  .block-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-6-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .grid-12-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .grid-12-columns.ar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    min-width: 100%;
    max-width: 100%;
    display: grid;
  }

  .team-image {
    min-height: 20rem;
    max-height: 20rem;
  }

  .team-card {
    min-width: auto;
    max-width: none;
    min-height: 22.5rem;
    max-height: 22.5rem;
    overflow: visible;
  }

  .team-image-wrapper {
    width: 100%;
    min-width: 20rem;
    max-width: 20rem;
    min-height: 20rem;
    max-height: 20rem;
    overflow: hidden;
  }

  .team-social-flex-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    background-color: #fff3;
    width: 13.125rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: flex;
    inset: auto 0% 19%;
  }

  .card-shadow {
    background-color: #31250400;
  }

  .team-name {
    font-size: 1rem;
    line-height: .9rem;
  }

  .team-name-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 13.125rem;
    min-height: 4.375rem;
  }

  .medium {
    font-size: 14px;
  }

  .cut-wrapper {
    max-height: 6.3rem;
  }

  .shadow {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    box-shadow: 0 24px 4rem 1rem #0003;
  }

  .nav-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-card-images {
    max-width: 100%;
  }

  .nav-card-image {
    min-width: 17.5rem;
    max-width: 17.5rem;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .nav-card-image.left.shadow {
    max-width: 22vw;
    position: relative;
  }

  .nav-card-image.right.shadow, .nav-card-image.shadow {
    min-width: 22vw;
    max-width: 22vw;
  }

  .nav-link-block {
    line-height: 0;
  }

  .logo-light {
    min-width: 6rem;
    max-width: 6rem;
  }

  .menu-burger-light {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }

  .nav-cart-menu-flex {
    z-index: 10000;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .about-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 72rem;
  }

  .hide-on-mobile {
    display: block;
  }

  .team-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .team-flex.flip-animation {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .rich-text h1 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .rich-text h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .rich-text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .rich-text h4 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .rich-text h5 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .rich-text h6 {
    font-size: .7rem;
    line-height: 1.4rem;
  }

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

  .rich-text li {
    font-size: 1rem;
    line-height: 2rem;
  }

  .features-description {
    text-align: left;
    max-width: 32rem;
  }

  .title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper.align-left {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .title-wrapper.align-right {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .title-wrapper.gap-half, .title-wrapper.kontakt {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .centered-on-mobile-small._1 {
    text-align: left;
    padding-right: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .centered-on-mobile-small._2 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }

  .features-image-wrapper {
    align-self: auto;
    min-width: 38rem;
    max-width: 38rem;
    min-height: 28rem;
    max-height: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .subheading {
    padding: .5rem .75rem;
  }

  .subheading.nav-btn._001 {
    padding: .5rem .66rem;
  }

  .flex-feature-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-feature-wrapper.reverse-on-tab {
    flex-flow: column-reverse;
  }

  .reviews-image-circle {
    width: 6rem;
    height: 6rem;
    left: 3rem;
  }

  .reviews-block {
    grid-row-gap: .5rem;
  }

  .slide-nav-reviews {
    display: none;
  }

  .quote-icon {
    min-height: 5rem;
    max-height: 5rem;
  }

  .reviews-card {
    width: 100%;
    min-width: 35rem;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .arrow {
    min-height: 1.5rem;
    max-height: 1.5rem;
    top: -.0625rem;
  }

  .button-arrow-wrapper {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem 2rem .125rem .25rem;
  }

  .button-with-circle-icon.right {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
  }

  .smaller {
    font-size: 5rem;
    line-height: 5rem;
  }

  .star {
    min-width: 9rem;
    max-width: 9rem;
    min-height: 9rem;
    max-height: 9rem;
    left: auto;
  }

  .max-width-65vw {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .about-h5 {
    max-width: 28rem;
    font-size: 16px;
    line-height: 22px;
  }

  .about-h5.pflege {
    text-transform: uppercase;
    max-width: 80vw;
  }

  .centered-on-tab {
    text-align: center;
  }

  .image-full {
    object-position: 80% 50%;
    min-height: 45rem;
    max-height: 45rem;
  }

  .image-full._01 {
    min-height: auto;
    max-height: none;
  }

  .small-icon {
    min-width: 1rem;
    max-width: 1rem;
  }

  .about-card-image-left {
    min-width: 16.87rem;
    max-width: 16.87rem;
    min-height: 12.67rem;
    max-height: 12.67rem;
    top: -9rem;
    left: 20%;
  }

  .about-card-image-right {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 11.25rem;
    max-height: 11.25rem;
    top: 9rem;
    right: 20%;
  }

  .max-width-45vw {
    max-width: none;
    font-size: 40px;
  }

  .title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-star {
    min-width: 6rem;
    max-width: 6rem;
    min-height: 6rem;
    max-height: 6rem;
    left: auto;
  }

  .metrics-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .metrics-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .card {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 19.5rem;
    max-height: 19.5rem;
    padding: 2rem;
  }

  .card._0-opacity {
    display: none;
  }

  .image-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .text-small {
    letter-spacing: .125rem;
    font-size: .9rem;
    line-height: 1rem;
  }

  .card-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .max-width-32vw {
    max-width: 22.5rem;
  }

  .footer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
  }

  .footer-wrapper.middle {
    flex-flow: column;
  }

  .metrics-numbers {
    font-size: 10rem;
    line-height: 8rem;
  }

  .footer-h5 {
    position: static;
    top: -1rem;
    left: 0;
  }

  .image-thrids {
    object-position: 70% 50%;
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .subheading-feature-flex {
    padding: .5rem .75rem;
  }

  .feature-image-wrapper {
    min-width: 39.5rem;
    max-width: none;
    min-height: 30rem;
    max-height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-wrapper.breit {
    min-width: 80vw;
    max-width: 80vw;
    min-height: 48vw;
    max-height: 48vw;
  }

  .feature-image-wrapper.b {
    min-width: 60vw;
    max-width: none;
  }

  .about-tab-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .about-tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .about-tabs.neu {
    justify-content: space-between;
    align-items: center;
  }

  .feature-title {
    letter-spacing: .11rem;
    font-size: 18px;
    line-height: 22px;
  }

  .feature-title.bewerbung {
    font-size: 16px;
    line-height: 21px;
  }

  .flex-grid {
    place-items: center;
    width: 70%;
    margin-bottom: 0;
  }

  .flex-grid.slide-in-from-right-animation {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .about-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-wrapper.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .about-tab-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: stretch;
  }

  .about-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    position: static;
  }

  .feature-paragraph {
    max-width: none;
  }

  .outline-button {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .price-card-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .nav-tabs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pricing-flex {
    grid-column-gap: 2rem;
  }

  .pricing-grid-half {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .horizontal-line {
    height: .1rem;
  }

  .pricing-link.with-40 {
    width: 100%;
  }

  .price-flex-highlight {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .5rem 1rem;
  }

  .price-card-title-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .price-card-big {
    padding: 2rem;
    display: flex;
  }

  .hide-section-sticky {
    height: 54vh;
  }

  .hide-section-sticky._0 {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .footer-title {
    font-size: 8rem;
    line-height: 6.3rem;
  }

  .heading {
    font-size: 40px;
  }

  .paragraph {
    text-align: left;
    line-height: 22px;
  }

  .list {
    max-width: none;
  }

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

  .heading-3.max-w {
    max-width: 80%;
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .quick-booking.temp {
    width: 320px;
    display: block;
  }

  .heading-4, .heading-5, .text-block-4 {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .star-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .color-black-3 {
    font-size: 14px;
  }

  .button-with-circle-icon-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem 2rem .125rem .25rem;
  }

  .title-wrapper-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper-3.align-left {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .features-description-2 {
    text-align: left;
    max-width: 32rem;
  }

  .features-image-wrapper-2 {
    min-width: 38rem;
    max-width: 38rem;
    min-height: 34rem;
    max-height: 34rem;
    margin-left: auto;
    margin-right: auto;
  }

  .button-arrow-wrapper-2 {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .subheading-2 {
    padding: .5rem .75rem;
  }

  .what-we-left-area {
    flex-flow: column;
    display: block;
  }

  .what-we-left-area.full-in-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .faq-accodian-wrapper.ms {
    width: auto;
  }

  .service-three-service-text-box {
    min-height: 520px;
    max-height: 500px;
    padding: 25px;
  }

  .service-three-service-text-box.ti {
    width: 100%;
  }

  .accordion-one.grey-border.ms {
    min-height: auto;
  }

  .accordion-one-dropdown-contain.active {
    margin-bottom: 0;
    padding-top: 0;
  }

  .service-title {
    color: #000;
    font-size: 2.5rem;
  }

  .service-title._1 {
    font-size: 21px;
  }

  .service-title._1.ausnahme {
    margin-right: -30px;
  }

  .service-three-service-box-outer {
    width: auto;
    display: flex;
    overflow: visible;
  }

  .service-three-construction-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .service-three-construction-flex._3 {
    grid-template-columns: 1fr 1fr;
  }

  .service-three-construction-flex._3.three {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .site-preparation-flex {
    padding-bottom: 0;
  }

  .home-one-industral-number-2 {
    color: #fff;
    min-width: 69px;
    font-size: 4.375rem;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter {
    min-width: auto;
    margin-right: 0;
  }

  .accordion-one-dropdown-main-box {
    height: auto;
  }

  .dropdown-icon {
    min-width: 1rem;
    max-width: 1rem;
  }

  .locales-desktop {
    display: block;
  }

  .image-4 {
    width: 2rem;
    height: 2rem;
  }

  .locales-wrapper-mobile {
    display: block;
  }

  .embed-box {
    width: 60vw;
  }

  .grid-12-columns-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 90%;
    max-width: 90%;
  }

  .text-list {
    text-align: left;
    font-weight: 300;
  }

  .title-wrapper-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper-4.gap-half {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .max-width-30vw-2 {
    max-width: 22.5rem;
  }

  .subheading-3 {
    padding: .5rem .75rem;
  }

  .small-icon-2 {
    min-width: 1rem;
    max-width: 1rem;
  }

  .div-block-91 {
    grid-template-columns: 1fr;
  }

  .faq-flex-2 {
    grid-column-gap: 1.875rem;
    justify-content: space-between;
  }

  .faq-dropdown-accordion-2.alb {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-numbers-back-2 {
    margin-left: 0;
    font-size: 8.6875rem;
    display: none;
  }

  .dropdown-toggle-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrapper-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-wrapper-5.gap-half {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-11 {
    text-align: left;
  }

  .div-block-93 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-94 {
    text-align: left;
    width: 100%;
  }

  .div-block-95 {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .button-6 {
    letter-spacing: .0625rem;
    padding: .7rem 2rem;
  }

  .text-area-2, .booking-text-field-2 {
    padding: .5rem 1rem;
  }
}

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

  h4 {
    white-space: normal;
  }

  .space._22 {
    min-height: 3rem;
  }

  .space-large.warum {
    min-height: 4rem;
  }

  .container-full.padding-72px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-full.padding-72px.kontakt {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-full.padding-72px.mobile-he {
    padding-top: 60px;
  }

  .container-full.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-full.padding-216px.hey {
    margin-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .centered {
    letter-spacing: .066rem;
    line-height: 20px;
  }

  .footer-flex {
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .description-max-width {
    max-width: 25rem;
  }

  .utilities-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

  .product-content-wrapper {
    padding-left: 0;
  }

  .submit-button:hover {
    background-color: var(--primary);
  }

  .nav-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .h1-utility, .h1-utility.desktop {
    font-size: 40px;
    line-height: 48px;
  }

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

  .services-card {
    text-align: center;
    flex-flow: column;
    min-height: auto;
    max-height: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .services-card.ab {
    width: 100%;
    height: auto;
  }

  .contact-us-wrapper-half {
    max-width: 100%;
  }

  .error-massage {
    width: 80%;
  }

  .contact-us-flex-container {
    padding-top: 0;
  }

  .faq-flex {
    padding-right: 0;
  }

  .faq-wrapper.slide-down-from-top-animation, .faq-wrapper.slide-down-from-top-animation._2 {
    display: flex;
  }

  .faq-plus-icon, .side-bar-left {
    position: static;
  }

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

  .flip-animation {
    white-space: normal;
  }

  .nav-link {
    font-size: 2rem;
    line-height: 2rem;
  }

  .service-flex {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 82px;
    line-height: 4.3rem;
    position: static;
  }

  .max-width-30vw.override {
    max-width: 85vw;
  }

  .hero-h5-bottom {
    box-sizing: border-box;
    text-align: center;
    width: auto;
    margin-top: 1rem;
    position: static;
    inset: auto 0% 0%;
  }

  .services-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .max-width-20vw {
    max-width: 12rem;
    line-height: 1.6rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
  }

  .hero-h5 {
    flex-flow: column;
    margin-bottom: 1.25rem;
    display: block;
    position: static;
    inset: 0%;
  }

  .hero-h5.weg {
    display: none;
  }

  .hero-background.senioren {
    object-position: 55% 50%;
  }

  .hero-title-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    top: 0;
  }

  .socials-absolute.white {
    grid-column-gap: 20px;
    flex-flow: row;
    order: 1;
  }

  .about-logo {
    height: 10vw;
  }

  .about-card-image {
    min-width: 20rem;
    max-width: 20rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .about-card-images {
    position: relative;
  }

  .brands-wrapper {
    border-radius: 8rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .logo-brand {
    justify-content: center;
    align-items: center;
    padding-right: .625rem;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10%;
    padding-left: 2rem;
    padding-right: 2rem;
    inset: 0% 0% auto;
  }

  .container-nav {
    position: fixed;
  }

  .footer-grid {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .footer-grid.shadow {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-grid.shadow.hey {
    grid-column-gap: 20px;
    padding: 30px 20px;
    display: flex;
  }

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

  .block-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-6-columns {
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .grid-12-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .grid-12-columns.flex {
    margin-bottom: 6px;
  }

  .grid-12-columns.ar {
    flex-flow: column;
    display: flex;
  }

  .team-image {
    object-position: 50% 0%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .team-card {
    min-width: auto;
    max-width: none;
  }

  .team-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .medium {
    letter-spacing: .066rem;
  }

  .cut-wrapper {
    max-height: 4.6rem;
  }

  .nav-card-images {
    display: none;
  }

  .about-block {
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hide-on-mobile {
    display: none;
  }

  .team-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-flex.flip-animation {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .features-description {
    text-align: left;
  }

  .title-wrapper.align-right {
    justify-content: center;
    align-items: flex-start;
  }

  .centered-on-mobile-small._1, .centered-on-mobile-small._2 {
    text-align: left;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 26rem;
    max-height: 26rem;
    margin-left: 0;
    margin-right: 0;
  }

  .features-image-01.shrink-in-big-image {
    object-position: 50% 50%;
  }

  .flex-feature-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .slide-nav-reviews {
    padding-top: 4%;
    bottom: -8%;
  }

  .reviews-card {
    min-width: 100%;
    max-width: 100%;
  }

  .reviews-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 5.625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .button-with-circle-icon {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .button-with-circle-icon.bewerbung-open {
    align-self: center;
    margin-top: 10px;
  }

  .button-with-circle-icon.center, .button-with-circle-icon.right {
    align-self: center;
  }

  .star {
    min-width: 6rem;
    max-width: 6rem;
    min-height: 6rem;
    max-height: 6rem;
  }

  .hero-subtitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
  }

  .max-width-65vw {
    font-size: 40px;
    line-height: 48px;
  }

  .about-h5 {
    max-width: 25rem;
  }

  .about-h5.pflege {
    letter-spacing: .12rem;
  }

  .image-full {
    min-height: 22.5rem;
    max-height: 22.5rem;
  }

  .image-full._01 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    min-height: auto;
    max-height: none;
  }

  .about-card-image-left {
    min-width: 11.25rem;
    max-width: 11.25rem;
    min-height: 8.45rem;
    max-height: 8.45rem;
    position: absolute;
    inset: -20% auto auto 0%;
  }

  .about-card-image-right {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 7.5rem;
    max-height: 7.5rem;
    position: absolute;
    inset: auto 0% -20% auto;
  }

  .max-width-45vw.new {
    line-height: 48px;
  }

  .padding-right-2rem {
    padding-right: 4rem;
  }

  .max-width-32vw {
    text-align: left;
    max-width: none;
  }

  .footer-wrapper.middle {
    flex-flow: column;
  }

  .footer-h5 {
    top: -1rem;
    left: 0;
  }

  .image-thrids {
    min-width: 100%;
    max-width: 100%;
    min-height: 30rem;
    max-height: 30rem;
  }

  .feature-image-wrapper {
    min-width: 27.6rem;
    max-width: 27.6rem;
    min-height: 20rem;
    max-height: 20rem;
    margin-left: 0;
    margin-right: 0;
  }

  .about-tabs {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .flex-grid {
    place-items: start stretch;
  }

  .about-tab-wrapper {
    width: 100%;
  }

  .about-text-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-flex {
    flex-direction: column;
  }

  .features-flex-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .show-section {
    height: auto;
  }

  .show-section-abosolute, .show-section-sticky {
    position: static;
  }

  .hide-section-sticky {
    height: 29vh;
  }

  .hide-section-sticky.optional.rzte {
    justify-content: center;
    align-items: center;
    height: 75vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .hide-section-sticky._0 {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .footer-title {
    font-size: 5rem;
    line-height: 4.3rem;
  }

  .heading {
    text-align: left;
    line-height: 48px;
  }

  .heading-2 {
    line-height: 48px;
  }

  .heading-3.max-w {
    max-width: 100%;
  }

  .paragraph-2.au-mo {
    margin-bottom: 20px;
  }

  .quick-booking-header {
    width: auto;
  }

  .quick-booking.temp {
    opacity: 1;
    width: 300px;
    inset: auto 0% 0% auto;
    transform: translate(0, 100%);
  }

  .heading-4 {
    letter-spacing: .1vw;
  }

  .star-wrapper {
    flex-flow: column;
    order: 1;
    margin-top: 10px;
  }

  .button-with-circle-icon-2 {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .features-description-2 {
    text-align: left;
  }

  .features-image-wrapper-2 {
    min-width: 100%;
    max-width: 100%;
    min-height: 30rem;
    max-height: 30rem;
    margin-left: 0;
    margin-right: 0;
  }

  .service-three-service-text-box {
    min-height: auto;
  }

  .service-three-service-text-box.ti {
    width: 100%;
    padding-left: 0;
  }

  .accordion-one.grey-border.ms {
    min-height: auto;
    padding: 16px 20px;
  }

  .accordion-one-dropdown-contain.active {
    padding-top: 0;
  }

  .service-title {
    font-size: 2rem;
  }

  .service-title._1 {
    font-size: 21px;
  }

  .service-three-service-box-outer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .service-three-construction-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .service-three-construction-flex._3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .service-three-construction-flex._3.three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
    overflow: visible;
  }

  .site-preparation-flex.ms {
    padding-bottom: 0;
  }

  .home-one-industral-number-2 {
    min-width: 61px;
    font-size: 3.75rem;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter {
    margin-right: 0;
    font-size: 24px;
  }

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

  .embed-box {
    width: 66vw;
  }

  .grid-12-columns-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .faq-flex-2 {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 17vw;
    line-height: 16vw;
  }

  h2 {
    font-size: 15vw;
    line-height: 17.5vw;
  }

  h3 {
    font-size: 12.5vw;
    line-height: 15vw;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .space.smaller-on-mobile {
    min-height: 2.5rem;
  }

  .space._22 {
    min-height: 2.66rem;
  }

  .space-large {
    min-height: 8vh;
  }

  .space-large.desktop-only {
    display: none;
  }

  .space-large._2 {
    min-height: 10vh;
  }

  .space-large.smaller {
    min-height: 7rem;
  }

  .space-large.warum {
    min-height: 3rem;
  }

  .space-large.first {
    min-height: 6vh;
  }

  .space-large.first.test, .space-large.test {
    display: none;
  }

  .container-full.padding-72px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-full.padding-72px.kontakt {
    padding-top: 60px;
  }

  .container-full.padding-72px.mobile-he {
    padding: 0 0% 40px;
  }

  .container-full.padding-144px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-full.padding-216px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-full.padding-216px.hey {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.footer {
    background-image: linear-gradient(180deg, #ffa27d80, #fff0), linear-gradient(to bottom, var(--dark-2), var(--dark-2));
  }

  .features-image {
    min-width: 16.25rem;
    max-width: 16.25rem;
    min-height: 16.25rem;
    max-height: 16.25rem;
  }

  .features-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .title-wrapper-old {
    flex-direction: column;
    max-width: 15rem;
  }

  .color-black {
    letter-spacing: 1px;
  }

  .centered {
    letter-spacing: .07rem;
    font-size: 14px;
    line-height: 1.6rem;
  }

  .footer-flex {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    line-height: 2;
  }

  .description-max-width {
    max-width: none;
    font-size: 14px;
    line-height: 21px;
  }

  .description-max-width.left {
    font-size: 14px;
    line-height: 21px;
  }

  .utilities-wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }

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

  .product-image-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .nav-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
  }

  .button {
    font-size: 1rem;
  }

  .h1-utility {
    font-size: 32px;
    line-height: 38px;
  }

  .h1-utility.desktop {
    display: none;
  }

  .h1-utility.mobile {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
    display: block;
  }

  .block-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-wrapper-hero {
    flex-direction: column;
    max-width: 15rem;
  }

  .services-card {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-card.ab {
    text-align: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .caps {
    letter-spacing: .2px;
    font-size: 21px;
  }

  .contact-us-wrapper-half {
    padding-left: 0;
    padding-right: 0;
  }

  .message-title-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-form {
    width: 100%;
  }

  .error-massage {
    width: 90%;
  }

  .contact-us-flex-container {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-dropdown-title {
    letter-spacing: .33px;
    font-size: 21px;
  }

  .faq-dropdown-title.left {
    font-size: 21px;
    line-height: 25px;
  }

  .faq-flex {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    min-height: auto;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-wrapper.slide-down-from-top-animation._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-plus-icon {
    position: absolute;
    top: 51%;
    right: -4%;
  }

  .dropdown-description {
    letter-spacing: .05vw;
    width: 98%;
    max-width: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
  }

  .dropdown-description-wrapper-2 {
    overflow: hidden;
  }

  .faq-numbers-back {
    font-size: 21px;
    inset: 0%;
  }

  .services-page {
    padding-left: 0;
    padding-right: 0;
  }

  .product_total {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .row-content {
    align-items: center;
  }

  .products-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .brochure-card {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .side-bar-right {
    max-width: 100%;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .fix-scroll-container-products {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-card {
    padding: 24px 20px 20px;
  }

  .utility-image {
    max-width: 50%;
  }

  .nav-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .nav-link.w--current {
    line-height: 1.2rem;
  }

  .service-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .select-field {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }

  .hero-title {
    margin-top: 1rem;
    font-size: 23vw;
    line-height: 15vw;
  }

  .max-width-30vw {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-width-30vw.override {
    letter-spacing: .04rem;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    line-height: 21px;
  }

  .hero-h5-bottom {
    text-align: center;
    flex-direction: column;
    width: auto;
    margin-top: 1.25rem;
    font-size: 16px;
    line-height: 24px;
    position: static;
    bottom: -25%;
    left: auto;
  }

  .max-width-20vw {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0%;
    display: flex;
  }

  .order-item {
    flex-flow: column;
  }

  .hero-h5 {
    mix-blend-mode: normal;
    margin-bottom: 1rem;
    position: static;
  }

  .hero-background {
    object-position: 50% 50%;
    height: 100%;
  }

  .hero-background.senioren {
    object-position: 50% 50%;
  }

  .hero-title-wrapper {
    flex-flow: column;
    min-width: 18rem;
    max-width: 18rem;
  }

  .socials-absolute {
    grid-column-gap: 2rem;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .social-link-wrapper-small {
    min-width: 1.25rem;
    max-width: 1.25rem;
    min-height: 1.25rem;
    max-height: 1.25rem;
  }

  .social-link-wrapper-small.team {
    min-width: 20px;
    min-height: 20px;
  }

  .about-logo {
    height: 15vw;
  }

  .about-card-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .title-wrapper-2 {
    flex-direction: column;
  }

  .logo-brand {
    z-index: 998;
    margin-left: 1rem;
    position: relative;
  }

  .nav-menu {
    z-index: 997;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    overflow: hidden;
  }

  .nav-menu.gelb {
    padding-top: 10vh;
  }

  .container-nav {
    position: fixed;
  }

  .menu-burger-wrapper {
    z-index: 998;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding: 4rem 2rem;
    display: flex;
  }

  .footer-grid.shadow {
    border-radius: 0;
    padding: 3rem 1rem;
  }

  .footer-grid.shadow.hey {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .footer-grid.shadow.hey.g {
    background-image: linear-gradient(to bottom, var(--light-2), var(--light-2));
    box-shadow: none;
  }

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

  .footer-email.left {
    font-size: 21px;
    line-height: 28px;
  }

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

  .grid-6-columns {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .grid-12-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .grid-12-columns.flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-top: 10px;
    padding-left: 11px;
  }

  .grid-12-columns.ar {
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
  }

  .team-image {
    min-width: auto;
    max-width: 290px;
    max-height: 290px;
  }

  .team-image-wrapper {
    min-width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .team-social-flex-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    opacity: 0;
  }

  .card-shadow {
    opacity: 0;
  }

  .medium {
    letter-spacing: .07rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .cut-wrapper {
    max-height: none;
    margin-bottom: 1rem;
  }

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

  .nav-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-card-image {
    min-width: 8.75rem;
    max-width: 8.75rem;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .nav-cart-menu-flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .about-block {
    justify-content: space-between;
    align-items: center;
  }

  .about-block.slide-up-from-bottom-animation {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .line-item {
    flex-flow: column;
  }

  .team-flex.flip-animation {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image-absolute.se {
    border-radius: 20px;
  }

  .features-description {
    letter-spacing: .04rem;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .title-wrapper {
    align-items: center;
  }

  .title-wrapper.align-left, .title-wrapper.align-right {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .title-wrapper.kontakt {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .centered-on-mobile-small {
    text-align: center;
  }

  .centered-on-mobile-small._1 {
    padding-right: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .centered-on-mobile-small._2 {
    font-size: 32px;
    line-height: 36px;
  }

  .features-image-wrapper {
    min-height: 16rem;
    max-height: 16rem;
    margin-left: auto;
    margin-right: auto;
  }

  .subheading.nav-btn._001 {
    padding: .5rem .66rem;
  }

  .subheading.warm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-feature-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-image-circle {
    top: -3rem;
    left: auto;
  }

  .reviews-block {
    justify-content: center;
    align-items: center;
  }

  .slide-nav-reviews {
    padding-top: 8%;
    bottom: -6%;
  }

  .reviews-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .quote-icon {
    align-self: center;
  }

  .reviews-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .reviews-card.border {
    width: 100%;
  }

  .reviews-mask {
    width: 75vw;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .button-with-circle-icon {
    align-self: center;
  }

  .button-with-circle-icon.center {
    padding-left: .33vw;
  }

  .button-with-circle-icon.right {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .smaller {
    font-size: 3rem;
    line-height: 3rem;
  }

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

  .star.white {
    order: -1;
  }

  .hero-subtitle {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: relative;
  }

  .max-width-65vw {
    font-size: 32px;
    line-height: 38px;
  }

  .about-h5 {
    letter-spacing: .1rem;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .about-h5.pflege {
    max-width: none;
  }

  .centered-on-tab {
    font-size: 32px;
    line-height: 38px;
  }

  .image-full {
    min-height: 15rem;
    max-height: 15rem;
  }

  .about-card-image-left {
    min-width: 8.43rem;
    max-width: 8.43rem;
    min-height: 6.33rem;
    max-height: 6.33rem;
  }

  .about-card-image-right {
    min-width: 7.5rem;
    max-width: 7.5rem;
    min-height: 5.62rem;
    max-height: 5.62rem;
  }

  .max-width-45vw {
    font-size: 32px;
    line-height: 40px;
  }

  .padding-right-2rem {
    padding-right: 0;
  }

  .metrics-grid {
    flex-flow: column;
    display: flex;
  }

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

  .max-width-32vw {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-wrapper.middle {
    flex-flow: column;
  }

  .metrics-numbers {
    font-size: 8rem;
    line-height: 6rem;
  }

  .footer-h5 {
    order: 1;
    font-size: 14px;
  }

  .image-thrids {
    min-height: 15rem;
    max-height: 15rem;
  }

  .image-thrids.shift-right, .image-thrids._2, .image-thrids._3 {
    height: 240px;
    min-height: auto;
    max-height: none;
  }

  .subheading-feature-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: .625rem;
    padding-bottom: .625rem;
  }

  .feature-image-wrapper {
    min-height: 18rem;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-wrapper.breit {
    min-width: 100vw;
    min-height: 70vw;
  }

  .feature-image-wrapper.b {
    min-width: auto;
    max-width: none;
    min-height: 60vw;
    max-height: none;
  }

  .about-tab-block {
    text-align: left;
  }

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

  .feature-title {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 22px;
  }

  .flex-grid.slide-in-from-right-animation {
    width: 100%;
  }

  .about-wrapper {
    opacity: .5;
  }

  .about-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .about-image-wrapper.slide-in-from-left-animation {
    width: 100%;
    min-height: 26vh;
  }

  .outline-button {
    font-size: 1rem;
  }

  .price-card-title {
    font-size: 48px;
    line-height: 2.5rem;
  }

  .nav-tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .pricing-grid-half {
    grid-template-columns: 1fr;
  }

  .tabs-content {
    width: 90%;
  }

  .price-flex-highlight {
    padding: .4rem 0 .4rem 1rem;
  }

  .features-flex-wrapper {
    text-align: center;
  }

  .hide-section-sticky {
    height: auto;
  }

  .hide-section-sticky.optional.rzte {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .footer-title {
    font-size: 15vw;
    line-height: 3rem;
  }

  .package-title {
    font-size: 13vw;
  }

  .hero-bg._100 {
    background-image: linear-gradient(#00000052, #fff0 10%), linear-gradient(#fff0, #00000047 99%);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading {
    font-size: 40px;
    line-height: 38px;
  }

  .paragraph {
    letter-spacing: .6px;
    font-size: 16px;
    line-height: 22px;
  }

  .list {
    padding: 0;
  }

  .list.br {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 90%;
    margin-left: 14px;
  }

  .heading-3.max-w {
    max-width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .quick-booking-header {
    width: auto;
  }

  .quick-booking.temp {
    width: 280px;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    inset: auto 0% 0% auto;
  }

  .code-embed {
    height: 100%;
  }

  .heading-4, .heading-5 {
    letter-spacing: .07rem;
    font-size: 14px;
  }

  .star-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    position: absolute;
    inset: auto 0% 20%;
  }

  .link, .link-2 {
    font-size: 14px;
  }

  .button-with-circle-icon-2 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .title-wrapper-3 {
    align-items: center;
  }

  .title-wrapper-3.align-left {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .features-description-2 {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .features-image-wrapper-2 {
    min-height: 20rem;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .button-arrow-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .what-we-left-area {
    flex-flow: column;
    display: block;
  }

  .faq-accodian-wrapper.ms {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .service-three-service-text-box {
    max-height: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-three-service-text-box.ti {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-87 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .accordion-one {
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordion-one.grey-border.ms {
    min-height: auto;
    padding: 10px 0;
  }

  .service-title {
    letter-spacing: -.025em;
    padding-left: 5px;
    font-size: 1.75rem;
  }

  .service-title._1 {
    color: var(--white);
    letter-spacing: -.2px;
    white-space: normal;
    padding-left: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
  }

  .service-title._1.ausnahme {
    margin-right: -5px;
    line-height: 24px;
  }

  .service-three-service-box-outer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    overflow: visible;
  }

  .service-three-construction-flex {
    grid-template-columns: 1fr;
  }

  .service-three-construction-flex._3 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-three-construction-flex._3.three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .site-preparation-flex.ms {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter {
    min-width: auto;
    margin-right: 0;
    font-size: 24px;
  }

  .home-one-industral-number-2.one-active.text-osworld.unter.rot {
    font-size: 32px;
  }

  .accordion-one-dropdown-main-box {
    height: auto;
  }

  .div-block-88 {
    padding: 0 0 20px;
  }

  .tab-pane-tab-1 {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    width: 100%;
  }

  .embed-box {
    width: 90vw;
  }

  .grid-12-columns-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .text-list {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
  }

  .title-wrapper-4 {
    align-items: center;
  }

  .max-width-30vw-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.33;
  }

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

  .faq-flex-2 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-description-2 {
    width: 100%;
    max-width: 100%;
  }

  .faq-numbers-back-2 {
    font-size: 8.125rem;
    inset: 0%;
  }

  .dropdown-toggle-3 {
    padding: 0 20px 20px;
  }

  .title-wrapper-5 {
    align-items: center;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 1.3;
  }

  .heading-13 {
    font-size: 40px;
  }

  .button-6 {
    font-size: 1rem;
  }

  .text-area-2 {
    align-self: center;
    margin-left: 0%;
  }

  .booking-text-field-2 {
    align-self: center;
    width: 100%;
    min-height: auto;
    margin-left: auto;
  }
}

#w-node-_6b5eda77-fcca-eabe-6d42-9e8495120687-75d623d3 {
  place-self: auto;
}

#w-node-_6b5eda77-fcca-eabe-6d42-9e849512068a-75d623d3 {
  grid-area: 8 / 2 / 10 / 13;
}

#w-node-_6b5eda77-fcca-eabe-6d42-9e8495120693-75d623d3 {
  grid-area: 4 / 2 / 7 / 4;
  justify-self: start;
}

#w-node-_6b5eda77-fcca-eabe-6d42-9e849512069c-75d623d3 {
  grid-area: 6 / 4 / 8 / 7;
  align-self: center;
}

#w-node-_3523c244-9d54-4384-0bcb-882aaa4b4043-75d623d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3523c244-9d54-4384-0bcb-882aaa4b4044-75d623d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf1f0-75d623d3 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf1f2-75d623d3 {
  grid-area: 2 / 10 / 3 / 12;
}

#w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf207-75d623d3 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf219-75d623d3 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e131-652fe2cd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee733-652fe2cd {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee736-652fe2cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee739-652fe2cd {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-ed7fbb67-0eb3-27bc-21c7-095f07702395-652fe2cd, #w-node-_05d787ee-d1cf-43b4-0f3a-7c007a007b93-652fe2cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee730-652fe2cd {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_60b9eb55-b426-cd4a-3130-e5f22640801d-652fe2cd {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-f8ecee1d-6658-e30d-fd46-e20e0dc6a06e-652fe2cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60b9eb55-b426-cd4a-3130-e5f22640801a-652fe2cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_60b9eb55-b426-cd4a-3130-e5f226408017-652fe2cd {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7af7ed28-145b-1eb2-ebe0-6e8f1a56aa81-1a56aa73 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7af7ed28-145b-1eb2-ebe0-6e8f1a56aa82-1a56aa73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-75d624ce, #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd6b-75d624ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-2ce49d82 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-2ce49d82 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_698fae61-1927-0d61-0991-624f9bb07ca8-2ce49d82 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_698fae61-1927-0d61-0991-624f9bb07caf-2ce49d82 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_698fae61-1927-0d61-0991-624f9bb07cb6-2ce49d82 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-a339b358 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-a339b358 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-f3e52c20-93c9-219a-b6e0-6a2b84bd94d2-a339b358 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3e52c20-93c9-219a-b6e0-6a2b84bd94d3-a339b358 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bfb9291d-dcc0-304d-c453-d10190ac0612-1d1b7251 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfb9291d-dcc0-304d-c453-d10190ac0615-1d1b7251 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-bfb9291d-dcc0-304d-c453-d10190ac0618-1d1b7251 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_704e820b-9267-ec51-d027-80d36af659bc-20015c13 {
  place-self: auto;
}

#w-node-_704e820b-9267-ec51-d027-80d36af659bf-20015c13 {
  grid-area: 8 / 2 / 10 / 13;
}

#w-node-_704e820b-9267-ec51-d027-80d36af659c8-20015c13 {
  grid-area: 4 / 2 / 7 / 4;
  justify-self: start;
}

#w-node-_704e820b-9267-ec51-d027-80d36af659d1-20015c13 {
  grid-area: 6 / 4 / 8 / 7;
  align-self: center;
}

#w-node-_3523c244-9d54-4384-0bcb-882aaa4b4043-20015c13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3523c244-9d54-4384-0bcb-882aaa4b4044-20015c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c6b35fca-8444-76a5-2528-40df80e59087-20015c13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6b35fca-8444-76a5-2528-40df80e59088-20015c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-efbc8a58-6388-795b-285e-f0020cc829f2-20015c13 {
  align-self: center;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a0c-20015c13 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a0f-20015c13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a11-20015c13 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a18-20015c13 {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a24-20015c13 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a27-20015c13 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a2a-20015c13 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a2d-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a30-20015c13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a35-20015c13 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a38-20015c13 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a3b-20015c13 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a3e-20015c13 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_7326973b-f647-94c6-2013-42e714b97a41-20015c13 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (min-width: 1920px) {
  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd, #w-node-_7326973b-f647-94c6-2013-42e714b97a0c-20015c13 {
    grid-area: 1 / 2 / 2 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6b5eda77-fcca-eabe-6d42-9e849512068a-75d623d3 {
    grid-column-start: 3;
  }

  #w-node-_6b5eda77-fcca-eabe-6d42-9e8495120693-75d623d3 {
    grid-area: 6 / 3 / 8 / 5;
    justify-self: start;
  }

  #w-node-_6b5eda77-fcca-eabe-6d42-9e849512069c-75d623d3 {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf1f0-75d623d3 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf1f2-75d623d3 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf207-75d623d3 {
    grid-column: 3 / 5;
  }

  #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf219-75d623d3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee733-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee736-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee739-652fe2cd, #w-node-ed7fbb67-0eb3-27bc-21c7-095f07702395-652fe2cd, #w-node-_05d787ee-d1cf-43b4-0f3a-7c007a007b93-652fe2cd, #w-node-_7dc3c09c-0ec2-7d21-8d86-8be771fee730-652fe2cd, #w-node-_60b9eb55-b426-cd4a-3130-e5f22640801d-652fe2cd, #w-node-f8ecee1d-6658-e30d-fd46-e20e0dc6a06e-652fe2cd, #w-node-_60b9eb55-b426-cd4a-3130-e5f22640801a-652fe2cd, #w-node-_60b9eb55-b426-cd4a-3130-e5f226408017-652fe2cd, #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-2ce49d82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-2ce49d82 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_698fae61-1927-0d61-0991-624f9bb07ca8-2ce49d82, #w-node-_698fae61-1927-0d61-0991-624f9bb07caf-2ce49d82, #w-node-_698fae61-1927-0d61-0991-624f9bb07cb6-2ce49d82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-a339b358 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-a339b358 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-bfb9291d-dcc0-304d-c453-d10190ac0612-1d1b7251, #w-node-bfb9291d-dcc0-304d-c453-d10190ac0615-1d1b7251, #w-node-bfb9291d-dcc0-304d-c453-d10190ac0618-1d1b7251 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_704e820b-9267-ec51-d027-80d36af659bf-20015c13 {
    grid-column-start: 3;
  }

  #w-node-_704e820b-9267-ec51-d027-80d36af659c8-20015c13 {
    grid-area: 6 / 3 / 8 / 5;
    justify-self: start;
  }

  #w-node-_704e820b-9267-ec51-d027-80d36af659d1-20015c13 {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-_7326973b-f647-94c6-2013-42e714b97a0c-20015c13 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_7326973b-f647-94c6-2013-42e714b97a11-20015c13 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_7326973b-f647-94c6-2013-42e714b97a18-20015c13 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_7326973b-f647-94c6-2013-42e714b97a24-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a27-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a2a-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a2d-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a30-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a35-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a38-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a3b-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a3e-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a41-20015c13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b5eda77-fcca-eabe-6d42-9e8495120693-75d623d3 {
    grid-area: 6 / 1 / 8 / 3;
    justify-self: center;
  }

  #w-node-_6b5eda77-fcca-eabe-6d42-9e849512069c-75d623d3 {
    grid-area: 8 / 1 / 11 / 4;
  }

  #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf1f0-75d623d3 {
    grid-column-start: 1;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd {
    grid-column: span 4 / span 4;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-2ce49d82 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-2ce49d82 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29724-a339b358 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_4152b5c4-5b8d-0adf-7209-a6fa3df29726-a339b358 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-_704e820b-9267-ec51-d027-80d36af659c8-20015c13 {
    grid-area: 6 / 1 / 8 / 3;
    justify-self: center;
  }

  #w-node-_704e820b-9267-ec51-d027-80d36af659d1-20015c13 {
    grid-area: 8 / 1 / 11 / 4;
  }

  #w-node-_7326973b-f647-94c6-2013-42e714b97a0c-20015c13 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b5eda77-fcca-eabe-6d42-9e8495120693-75d623d3 {
    grid-row: 3 / 5;
    grid-column-end: 4;
    align-self: start;
  }

  #w-node-_6b5eda77-fcca-eabe-6d42-9e849512069c-75d623d3 {
    grid-row: 4 / 5;
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf1f0-75d623d3, #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf1f2-75d623d3, #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf207-75d623d3, #w-node-_4fcf4900-4fb0-a0e0-50c1-e2d44fccf219-75d623d3, #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e12e-652fe2cd, #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e133-652fe2cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1c2fa93-6d0c-0c55-fec3-f2ecb098e138-652fe2cd {
    grid-column: span 3 / span 3;
  }

  #w-node-da8fd718-1d1a-eaa3-d6d5-e44622b5cd61-75d624ce {
    justify-self: center;
  }

  #w-node-_704e820b-9267-ec51-d027-80d36af659c8-20015c13 {
    grid-row: 3 / 5;
    grid-column-end: 4;
    align-self: start;
  }

  #w-node-_704e820b-9267-ec51-d027-80d36af659d1-20015c13 {
    grid-row: 4 / 5;
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_7326973b-f647-94c6-2013-42e714b97a0c-20015c13, #w-node-_7326973b-f647-94c6-2013-42e714b97a11-20015c13 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7326973b-f647-94c6-2013-42e714b97a18-20015c13 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}