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

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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.woff2') format("woff2"), url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-Italic.eot') format("embedded-opentype"), url('../fonts/Satoshi-Italic.woff') format("woff"), url('../fonts/Satoshi-VariableItalic.woff') format("woff"), url('../fonts/Satoshi-Italic.ttf') format("truetype"), url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"), url('../fonts/Satoshi-Variable.eot') format("embedded-opentype"), url('../fonts/Satoshi-Variable.woff') format("woff"), url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2"), url('../fonts/Satoshi-BlackItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BlackItalic.woff') format("woff"), url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2"), url('../fonts/Satoshi-Black.eot') format("embedded-opentype"), url('../fonts/Satoshi-Black.woff') format("woff"), url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #042f3a;
  --green: #196061;
  --white: white;
  --black: black;
  --grey: #666d80;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--dark-green);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: var(--dark-green);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-style-guide-wrapper {
  background-image: radial-gradient(circle, #fff 53%, #12121230), url('../images/Hero-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  padding-left: 5rem;
  padding-right: 5rem;
}

.container.velegungen {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-size: 5.5rem;
  line-height: 1.15;
}

.heading-2.text-weight-medium.text-color-green {
  text-align: center;
  font-size: 2rem;
}

.text-size-regular {
  color: var(--dark-green);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.text-size-regular.max-width-30ch {
  max-width: 22ch;
}

.text-size-regular.text-weight-medium.text-color-dark-green {
  color: var(--green);
}

.text-size-regular.text-color-grey {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
}

.padding-global {
  padding-bottom: 16px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.large {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.xsmall {
  padding-left: .5rem;
  padding-right: .5rem;
}

.padding-global.faqs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 1.25;
  text-decoration: none;
}

.text-size-xlarge.text-weight-medium {
  color: var(--green);
  font-size: 1rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.style-tag {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1e1d30;
  border: 1px #0000001f;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 700;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-1 {
  font-size: 7rem;
  line-height: 1.1;
}

.text-size-xsmall {
  font-size: .75rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.text-weight-light {
  font-weight: 300;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: 3.5rem;
  line-height: 1.18;
}

.heading-5.text-weight-regular {
  margin-bottom: 1.4rem;
  font-size: 3.5rem;
}

.heading-5.text-weight-regular.faqlik {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 40px;
  padding: 16px 33px;
  font-size: 2rem;
  text-decoration: none;
}

.heading-5.text-weight-regular.faqlik:hover {
  background-color: var(--green);
}

.text-size-medium {
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-size-medium.text-color-grey {
  color: var(--black);
}

.sytleguide-button {
  grid-row-gap: .25rem;
  color: #3f3f3f;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.text-color-green {
  color: #073940;
}

.rich-text {
  margin-bottom: 2rem;
}

.rich-text h1 {
  margin-bottom: 1rem;
}

.rich-text p {
  margin-bottom: 1.5rem;
}

.rich-text h3, .rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.rich-text h2 {
  margin-bottom: 1rem;
}

.rich-text ul {
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

.rich-text blockquote {
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

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

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.heading-3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-3.text-weight-regular {
  font-size: 3rem;
}

.style-guide-button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.style-guide-component.margin-top-3rem {
  margin-top: 3rem;
}

.color-palette {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: #121212;
}

.color-palette.white {
  background-color: #fff;
  border: 1px solid #bbb;
}

.color-palette.green {
  background-color: var(--green);
}

.color-palette.dark-green {
  background-color: var(--dark-green);
}

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

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.5;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.divider-line {
  background-color: #dfddda;
  width: 100%;
  height: 1px;
}

.divider-line.max-width {
  width: 100%;
}

.divider-line.margin-bottom {
  margin-bottom: 3.5rem;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.text-weight-regular {
  font-weight: 400;
}

.caps {
  text-transform: uppercase;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-regular.text-color-dark-green {
  color: var(--dark-green);
}

.text-weight-medium.text-size-regular.text-color-mobile, .text-weight-medium.text-size-regular.color {
  color: var(--white);
}

.text-weight-medium.caps {
  text-align: center;
}

.heading-4 {
  font-size: 4rem;
  line-height: 1.2;
}

.heading-4.text-weight-regular {
  font-weight: 700;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.5;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.dropdown-link {
  transition: all .2s;
  display: none;
}

.dropdown-link:hover {
  color: #1e1d30cc;
  background-color: #f8f9fa;
}

.dropdown-link.w--current {
  color: #808187;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  position: absolute;
  inset: 1rem 0% auto;
}

.dropdown-list {
  background-color: #1e1d30;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e4e6f9;
  border-radius: 10px;
  overflow: hidden;
}

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

.brand.w--current {
  width: 100%;
}

.nav-menu {
  color: var(--black);
  align-items: center;
  font-size: 1.3rem;
  display: flex;
}

.navbar-component {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  color: #808187;
  display: none;
}

.dropdown {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #042f3a;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.dropdown.homebtn {
  display: none;
}

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

.heading-images {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.heading-images.top-margin {
  margin-top: 0;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.faq-action {
  background-color: #e4e6f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding: 1.9rem 5rem 1.9rem 0;
  position: relative;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 2rem;
}

.faq-list {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.faq-bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.opacity-80 {
  opacity: .8;
}

.opacity-80.max-width-50 {
  width: 100%;
}

.opacity-80.max-width-90 {
  width: 90%;
}

.opacity-80.max-width-60 {
  width: 60%;
}

.opacity-80.gap-1 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-item {
  border-bottom: 1px solid #b0b1be33;
}

.faq-lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.text-color-green {
  color: #196061;
}

.text-color-green.text-weight-medium.wite {
  color: var(--white);
  font-size: 1.4rem;
}

.newsletter-heading {
  color: var(--dark-green);
  text-align: center;
  max-width: 80ch;
  font-weight: 400;
}

.newsletter {
  color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.submit-button {
  letter-spacing: .5px;
  background-color: #196061;
  border-radius: .5rem;
  padding: .9rem 4rem .8rem;
  font-weight: 500;
  transition: background-color .2s;
  position: absolute;
  right: 0;
}

.submit-button:hover {
  background-color: #4b4a63;
}

.submit-button.middle {
  position: relative;
  right: auto;
}

.home-hero-left {
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  border: 1px solid #d4d4d8;
  border-radius: .5rem;
  height: 100%;
  margin-bottom: 0;
  padding: 1.4rem 6rem 1.4rem 1rem;
  transition: background-color .2s;
}

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

.text-field::placeholder {
  color: #1e1d30;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-field.rounded {
  letter-spacing: .5px;
  border-radius: .3rem;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
}

.text-field.rounded::placeholder {
  font-size: 1rem;
  font-weight: 500;
}

.form-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-horizontal.hero {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.form-horizontal.hero.horizontal {
  width: 60ch;
  position: relative;
}

.newsletter-wrapper {
  background-image: url('../images/Newsletter-BG.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.service-card {
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.services-content {
  grid-row-gap: .8rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: .5rem;
  display: flex;
}

.services-content.text-color-white {
  color: #fff;
}

.mask-frame {
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  background-color: #121212;
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.mask-frame.button-mask {
  opacity: 1;
  color: var(--black);
  background-color: #073940;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.services-component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  max-width: 110rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services.dark {
  background-color: #253130;
}

.service-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  min-height: 31rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  margin-top: 6rem;
  display: flex;
}

.services-heading-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  padding-left: 0;
  display: flex;
}

.services-heading-wrapper.text-color-white {
  color: #fff;
}

.services-heading-wrapper.text-color-white.left-padding {
  padding-left: 4rem;
}

.services-heading-wrapper.contact {
  width: 90ch;
}

.footer-link-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrap.text-color-dark-green {
  grid-column-gap: 120px;
  grid-row-gap: 1rem;
  color: #042f3a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

.credits-wrapper {
  color: #71717a;
  text-decoration: none;
}

.opacity-50 {
  opacity: .5;
}

.footer {
  margin-bottom: 1rem;
}

.footer-component {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.footer-bottom-wrapper {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.footer-bottom {
  margin-top: 6rem;
}

.footer-link {
  color: #042f3a;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}

.footer-link:hover {
  opacity: .74;
  transform: translate(0, -1px);
}

.footer-about {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-social-link {
  color: var(--dark-green);
  border: 1px solid #d4d4d8;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  transition: transform .3s, border .2s, background-color .2s;
  display: flex;
}

.footer-social-link:hover {
  color: var(--white);
  background-color: #196061;
  border-width: 0;
  border-color: #ffffff2e;
  transform: translate(0, -2px);
}

.footer-title {
  margin-bottom: 1.5rem;
}

.footer-social-media {
  grid-column-gap: 1rem;
  align-items: center;
  display: none;
}

.footer-line {
  opacity: .2;
  background-color: #e2e8f0;
  width: 100%;
  height: 1px;
}

.error-message {
  border-radius: .5rem;
  margin-top: 1rem;
  padding: 1.1rem;
}

.contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: .5625rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

.button-contact {
  color: #f4f4f4;
  mix-blend-mode: normal;
  border: 1px solid #fff;
  border-radius: 8rem;
  flex-direction: column;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button-contact:hover {
  grid-row-gap: .25rem;
}

.button-contact.border-color-green {
  border-color: #196061;
}

.button-contact.white {
  transition: background-color .2s, color .2s;
}

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

.success-message {
  background-color: #fff;
  border-radius: .5rem;
}

.contact-hero-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.message-field {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: .3rem;
  min-height: 8rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field:hover, .message-field:focus {
  border-color: #0865f1;
}

.form-wrapper {
  width: 100%;
}

.contact-list-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-list-wrap.grid {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-wrap.max-width-40ch {
  max-width: 40ch;
}

.contact-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  background-color: #f0f4f8;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start center;
  width: 100%;
  height: auto;
  padding: 3.5rem 4rem;
  display: grid;
}

.contact-elipse {
  background-color: #fff;
  border-radius: 50%;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
}

.contact-elipse.elipse-grey {
  background-color: #333;
}

.text-field-form {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-field-form:hover, .text-field-form:focus {
  border-color: #fff;
}

.contact-wrapper {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
}

.contact-wrapper.top-margin {
  margin-top: 4rem;
}

.contact-heading-wrapper {
  padding-left: 3rem;
}

.contact-us-background {
  background-image: url('../images/Hero.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  width: 100%;
  height: auto;
}

.list {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}

.contact-us-text-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

.max-width-50ch {
  max-width: 50ch;
}

.max-width-50ch.faqbtn {
  font-size: 1rem;
}

.button-green-icon {
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.button-green-icon.text-color-dark-green {
  color: #042f3a;
}

.button-wrapper {
  z-index: 3;
  color: var(--dark-green);
  border-radius: 5rem;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.button-wrapper:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

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

.button-content-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.button-content-wrapper.hero-button-padding {
  color: var(--dark-green);
  padding: 1rem 2rem;
}

.button-content-wrapper.hero-button-padding:hover {
  color: var(--white);
}

.hero-component {
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.hero-content-wrapper {
  background-color: #f0f4f8;
  background-image: url('../images/Hero-Background.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.hero-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

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

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

.icon-wrapper {
  grid-column-gap: .9rem;
  width: auto;
  height: auto;
  display: flex;
}

.icon-wrapper.lottie {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.image-background {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-background.border-image-testimonial {
  border-radius: .5rem;
}

.image-background.cards {
  border-radius: 1rem;
  overflow: hidden;
}

.features-heading {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features {
  grid-column-gap: 9rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.features.vertical-flex {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.features.invert {
  flex-direction: row-reverse;
  position: relative;
}

.features-component {
  grid-row-gap: 11rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 11rem;
  margin-bottom: 9rem;
  display: flex;
}

.features-heading-3 {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 52ch;
  display: flex;
}

.features-content.align-middle {
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: none;
  padding-left: 4rem;
  padding-right: 6rem;
}

.section.dark {
  background-color: #253130;
}

.features-heading-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.features-image {
  color: #1e1d30;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50vw;
  min-width: 40vw;
  max-width: 50vw;
  height: 50vh;
  min-height: 60vh;
  max-height: 60vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-green {
  grid-column-gap: .8rem;
  color: var(--white);
  background-color: #063940;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: .7rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-green.circle-button {
  grid-column-gap: 0rem;
  border-radius: 100%;
  padding: .5rem;
}

.button-green.text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.table-component {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.table-component.max-width-100 {
  width: 100%;
}

.table-component.max-width-100.docs-padding {
  margin-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.row-line {
  background-color: #dfe4f8;
  width: 100%;
  height: 1px;
  margin-top: 3.5rem;
}

.row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: var(--dark-green);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  transition: padding .3s;
  display: flex;
}

.row:hover {
  padding-bottom: 2rem;
}

.row.docs-grid {
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: center;
  align-items: flex-start;
}

.features-heading-4 {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-wrapper {
  text-decoration: none;
  display: block;
}

.max-width-30ch {
  max-width: 30ch;
}

.contact-us-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-wrap-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1.5fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-left: 5rem;
  padding-right: 5rem;
  display: grid;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 10rem;
  flex-direction: column;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: padding .6s;
  display: flex;
  overflow: hidden;
}

.button:hover {
  grid-row-gap: .25rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-vertical {
  padding-top: 8.9rem;
  padding-bottom: 8.9rem;
}

.hero-2-content-wrapper {
  color: #fff;
  background-image: url('../images/sdfasdfasdfas.avif');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 98vh;
  display: flex;
}

.home-hero-2-grid {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 9vh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.features-heading-5 {
  grid-row-gap: .625rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-60ch {
  color: var(--dark-green);
  max-width: 60ch;
  text-decoration: none;
}

.features-vertical-component {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 80%;
  padding-right: 1rem;
  display: flex;
}

.features-vertical-component.align-margin-right {
  align-self: flex-end;
}

.about-image {
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 40vw;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-about-content {
  flex-direction: column;
  width: 50vw;
  padding-left: .5rem;
  display: flex;
}

.features-about-content.text-color-white {
  color: var(--white);
}

.align-wrapper-right {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 50vw;
  display: flex;
}

.features-about-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.about-text-wrapper {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.max-width-80 {
  width: 80%;
}

.about-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6rem;
  margin-left: 2.5625rem;
  margin-right: 2.5rem;
  display: flex;
}

.about-wrapper.top-margin {
  margin-top: 0;
}

.marquee-wrapper {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  align-items: center;
  margin-top: .6875rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.ticker {
  grid-column-gap: 8rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  display: flex;
}

.ticker.vertical-margin {
  margin-top: 0;
}

.logos-wrapper {
  grid-column-gap: 8rem;
  align-items: center;
  display: flex;
}

.logos-image {
  opacity: .3;
  width: 7rem;
  max-width: none;
  transition: opacity .3s;
}

.logos-image:hover {
  opacity: 1;
}

.benefits-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.benefits-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}

.benefits-card {
  grid-row-gap: 4rem;
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 20rem;
  padding: 3.4rem 3rem;
  display: flex;
}

.icon {
  object-fit: contain;
}

.button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  white-space: nowrap;
  background-color: #1e1d30;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: .4rem .4rem .4rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
}

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

.benefits-content-wrapper {
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.integrations-card {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  height: 29rem;
  display: flex;
  overflow: hidden;
}

.integrations-card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(10rem, .75fr) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 5.375rem;
  display: grid;
}

.integrations-ticker {
  grid-column-gap: .5rem;
  flex: none;
  align-items: stretch;
  display: flex;
}

.integrations-ticker.bottom {
  justify-content: flex-end;
  align-self: flex-end;
}

.ticker-image {
  flex: none;
  width: 8rem;
}

.integrations-images {
  z-index: 1;
  grid-row-gap: 2rem;
  mix-blend-mode: lighten;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.integrations-heading {
  text-align: center;
  max-width: 80ch;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
  z-index: 5;
  background-image: radial-gradient(circle, #93c1ce00 70%, #93c1ce);
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog-post-component {
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.heading-component {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 90ch;
  font-weight: 400;
  display: flex;
}

.blog-list-wrap {
  width: 100%;
}

.blog-pots-component {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

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

.button-arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow.pricing-arrow {
  background-color: #f0f4f8;
  width: 6rem;
  height: 6rem;
}

.button-arrow.pricing-arrow.green-pricing-button, .button-arrow.green {
  background-color: var(--green);
}

.button-secondary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1e1d30;
  background-color: #fff;
  border-radius: 10rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: .3rem .3rem .3rem 1.2rem;
  display: flex;
  overflow: hidden;
}

.blog-card {
  border: 1px solid #8081873b;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: auto;
  display: flex;
}

.arrow.width-arrow {
  width: 2rem;
  height: 2rem;
}

.testimonials-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  margin-top: 15vh;
  margin-bottom: 3rem;
  display: flex;
}

.blur {
  filter: blur(8px);
}

.hero-avatar-wrapper {
  display: none;
}

.hero-avatar-wrapper.align-right {
  padding-right: 1rem;
}

.hero-avatar-wrapper.align-right.avatar-padding-top {
  padding-top: 1.5rem;
}

.hero-social-proof {
  grid-column-gap: 3rem;
  align-items: center;
  margin-top: 3.5rem;
  display: flex;
}

.hero-social-proof.testimonial-margin {
  margin-top: 0;
}

.hero-avatar {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin-right: -1rem;
  overflow: hidden;
}

.hero-avatar.relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-avatar-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.hero-avatar-content.margin-top-0 {
  max-width: 22ch;
  margin-top: 0;
}

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

.home-hero-left-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote {
  filter: invert();
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial-client {
  grid-column-gap: 1.125rem;
  align-items: center;
  display: flex;
}

.testimonial-card {
  grid-row-gap: 1.5rem;
  background-color: #f0f4f8;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 60ch;
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
  display: flex;
}

.testimonial-top {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.testimonial-image {
  border-radius: 50%;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  overflow: hidden;
}

.social-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.social-wrapper.margin-top-1 {
  margin-top: 1rem;
}

.pricing-button {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.pricing-button:hover {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.team-member-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-links {
  transition: transform .2s, opacity .2s;
}

.social-links:hover {
  opacity: .6;
  transform: translate(0, -3px);
}

.team-card {
  color: #1e1d30;
  border: 1px solid #bab9c9;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 40vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-grid {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-component {
  flex-direction: column;
  margin-top: 15vh;
  margin-bottom: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.testimonal-content-wrap {
  grid-row-gap: 1.8125rem;
  flex-direction: column;
  display: flex;
}

.blog-heading-wrap {
  grid-row-gap: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.docs-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin: 9.5rem auto 10rem;
  display: flex;
}

.last-update {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.help-center-component {
  margin-top: 15vh;
  margin-bottom: 6rem;
}

.margin-top-wrapper {
  margin-top: 6rem;
}

.docs-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 60ch;
  display: flex;
}

.cards-component {
  grid-column-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 9rem;
  display: flex;
}

.card-content {
  z-index: 2;
  grid-row-gap: .75rem;
  color: var(--dark-green);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-left: .3rem;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 1.75rem;
  color: var(--dark-green);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.publish-wrapper {
  grid-column-gap: 1rem;
  color: #042f3a;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vertical-line {
  background-color: var(--dark-green);
  opacity: .31;
  width: 1px;
  height: 1rem;
}

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

.title-wrapper {
  color: var(--dark-green);
  max-width: 50ch;
  text-decoration: none;
}

.price-item {
  grid-column-gap: .5rem;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-features {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.price-features-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.price-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  display: flex;
}

.price-list.no-margin {
  padding-left: 0;
}

.margin-bottom-05 {
  margin-bottom: .4rem;
}

.price {
  grid-column-gap: .3rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.price-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 4rem;
}

.price-card {
  color: var(--dark-green);
  background-color: #f0f4f8;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 26rem;
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.price-card.green-card {
  color: #fff;
  background-image: url('../images/Price-Card-Green-BG.jpg');
  background-size: cover;
}

.pricing-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 8rem;
}

.pricing-grid.display-horizontal {
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.price-icon {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-icon-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  display: flex;
}

.price-content {
  grid-row-gap: 1.8rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-card-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-card-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-heading {
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.price-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.max-width-40ch {
  max-width: 40ch;
}

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

.blog-posts:nth-child(2n) {
  height: 87%;
}

.blog-posts:first-child {
  min-height: 100%;
}

.home-hero-subitle {
  z-index: 3;
  opacity: .8;
  color: var(--dark-green);
  text-align: center;
  position: absolute;
  inset: auto auto 2.6rem;
}

.hero-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.hero-heading-wrapper {
  white-space: nowrap;
  margin-right: auto;
}

.hero-heading-wrapper.bottom {
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

.hero-heading-wrapper.relative {
  position: relative;
  overflow: hidden;
}

.heading-hero {
  font-size: 7vw;
  line-height: 1;
}

.heading-hero.text-left-align {
  text-align: left;
  font-size: 6vw;
}

.heading-hero.text-left-align.text-weight-regular {
  font-size: 5vw;
}

.hero-heading {
  z-index: 3;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-image-wrapper {
  border-radius: .75rem;
  width: 40%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.features-image-wrapper.max-width {
  width: 100%;
}

.hero-lottie {
  justify-content: center;
  align-items: center;
  min-width: 3.4rem;
  min-height: 3.4rem;
  margin-top: .8rem;
  display: block;
}

.hero-background-grid {
  z-index: 2;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-overlay {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side, #fff 50%, #fff0);
  position: absolute;
  inset: 0%;
}

.intro-text {
  flex-direction: column;
  font-size: 3.5rem;
  line-height: 1.2;
}

.span {
  text-align: left;
  white-space: nowrap;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 11px;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span.one {
  white-space: nowrap;
  background-image: url('../images/image.jpg');
  background-size: cover;
}

.span.two {
  background-image: url('../images/Frame-43982.jpg');
  background-size: cover;
}

.span.three {
  background-image: url('../images/Frame-43983.jpg');
  background-size: cover;
}

.contact-us-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-transparent {
  grid-column-gap: .8rem;
  color: var(--green);
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .2rem;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.banner-contact-heading {
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-white {
  grid-column-gap: .75rem;
  background-color: var(--white);
  color: var(--dark-green);
  border: 1px solid #dfe1e7;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .3rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-white.button-transparent {
  background-color: #0000;
  display: none;
}

.button-white.button-transparent.checkout {
  padding: .7rem 1.5rem;
}

.max-width-70ch {
  max-width: 70ch;
}

.features-marquee-text-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50ch;
  display: flex;
}

.marquee-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50ch;
  margin-left: 4rem;
  margin-right: 2rem;
  display: flex;
}

.integrations-marquee-wrapper {
  z-index: 1;
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.opacity-60 {
  opacity: .6;
}

.team-member-image {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 43rem;
  display: flex;
  overflow: hidden;
}

.grid-contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  display: grid;
}

.home-images-horizontal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 19% 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 11rem;
  display: grid;
}

.home-card-component {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
}

.card-image-wrapper {
  border-radius: .75rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-big-text {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 6rem;
  display: flex;
}

.home-big-text.margin-top {
  margin-top: 11rem;
}

.home-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-top: 12rem;
  margin-bottom: 10rem;
  padding-left: 9rem;
  display: grid;
}

.home-grid.margin-top {
  margin-top: 7.1rem;
  padding-left: 16%;
}

.card-image {
  border-radius: .75rem;
  width: 100%;
  height: 31.625rem;
  position: relative;
  overflow: hidden;
}

.table-component-wrapper {
  grid-row-gap: 11rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 9rem;
  padding-right: 2.5rem;
  display: flex;
}

.table-wrapper {
  grid-row-gap: 6.5rem;
  flex-direction: column;
  display: flex;
}

.table-heading-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  max-width: 95ch;
  display: flex;
}

.faq-heading-wrapper {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-heading-wrapper.faqbtndiv {
  grid-column-gap: 50px;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1270px;
  margin-top: 36px;
  margin-bottom: 41px;
}

.hero-heading-features {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12rem;
  display: flex;
}

.hero-heading-features.faqss {
  margin-bottom: 4.3rem;
}

.hero-heading-features.verlegung {
  margin-top: 0;
}

.home-marquee-logos {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-wrapper-white {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.about-table-component {
  flex-flow: column;
  align-items: stretch;
  margin-top: 6rem;
  margin-bottom: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.about-table-component.top-margin {
  margin-top: 12rem;
}

.home-big-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  max-width: 95ch;
  padding-left: 2.5rem;
  display: flex;
}

.home-big-text-wrapper.max-w {
  max-width: 116ch;
}

.floating-card-wrapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto -15% -15% auto;
}

.floating-card-component {
  background-color: #fff;
  background-image: url('../images/Kaim-KT-9659.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 16px 32px -8px #042f3a33, 1px 2px 8px 2px #042f3a14;
}

.floating-card-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.floating-card-top-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.floating-card-percentage {
  color: var(--white);
  background-color: #042f3a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  display: flex;
}

.floating-card-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.floating-card-text-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  padding-right: 1rem;
  display: flex;
}

.floating-card-graph-wrapper {
  grid-column-gap: 1rem;
  align-items: flex-end;
  display: none;
}

.graph-1 {
  background-color: #67cbcd;
  border-radius: .25rem;
  width: 2.5rem;
  height: 3rem;
}

.graph-2 {
  background-color: var(--green);
  border-radius: .25rem;
  width: 2.5rem;
  height: 4rem;
}

.graph-3 {
  background-color: #67cbcd;
  border-radius: .25rem;
  width: 2.5rem;
  height: 2rem;
}

.graph-4 {
  background-color: var(--green);
  border-radius: .25rem;
  width: 2.5rem;
  height: 2.5rem;
}

.floating-card-icon {
  background-color: #ec763b;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .3875rem;
  display: flex;
}

.card-icon {
  width: 2rem;
  height: 2rem;
}

.card-icon.hero-icon {
  width: 3.2rem;
  height: 2.2rem;
}

.card-wrapper {
  width: 40%;
  display: flex;
  position: relative;
}

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

.features-integrations-marquee {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  height: 29rem;
  margin-top: 2rem;
  margin-bottom: 5.375rem;
  display: flex;
  overflow: hidden;
}

.features-banner {
  z-index: 2;
  grid-column-gap: 9rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.8rem;
  margin-bottom: 2.9rem;
  padding-left: 6.1rem;
  padding-right: 6.1rem;
  display: flex;
  position: relative;
}

.features-banner.top-margin {
  margin-top: 12rem;
}

.features-banner-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 60ch;
  padding-left: 2.5625rem;
  display: flex;
}

.features-banner-heading-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-card-wrapper {
  width: 40%;
  display: flex;
  position: relative;
}

.floating-card-left {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto -8% -9%;
}

.features-banner-image {
  border-radius: .75rem;
  width: 40%;
  height: 50vh;
  overflow: hidden;
}

.features-banner-image.max-width {
  width: 100%;
  max-height: 37rem;
}

.icon-white-wrapper {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  padding: .8rem;
  display: flex;
  overflow: hidden;
}

.max-width-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.features-banner-wrapper {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
}

.features-banner-font {
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-pricing {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 4.5rem;
  display: flex;
}

.blog-tags-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.blog-tags {
  grid-column-gap: .6rem;
  opacity: .8;
  color: var(--dark-green);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-tags:lang(en) {
  opacity: 1;
}

.elipse {
  background-color: var(--dark-green);
  border-radius: 50%;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
  display: flex;
  overflow: hidden;
}

.elipse.green {
  background-color: #5ddb23;
  justify-content: center;
  align-items: center;
}

.blog-heading-wrapper {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-content-wrapper {
  grid-row-gap: 2.75rem;
  flex-direction: column;
  display: flex;
}

.button-icon {
  z-index: 3;
}

.numbers-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9rem;
  display: grid;
}

.numbers-content-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number {
  color: var(--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-table-wrapper {
  grid-row-gap: 6.5rem;
  flex-direction: column;
  margin-top: 7.5rem;
  display: flex;
}

.contact-1-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 8rem 3rem 4rem;
  display: grid;
}

.contact-image-wrapper {
  border: 1px solid #eceff3;
  border-radius: .7rem;
  width: 100%;
  overflow: hidden;
}

.contact-image-wrapper.relative-image {
  z-index: 1;
  height: 100%;
  position: relative;
}

.contact-content-wrapper {
  grid-row-gap: 1.5rem;
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  padding: 2.75rem;
  display: flex;
  overflow: hidden;
}

.elipse-wrapper {
  grid-column-gap: .75rem;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  grid-row-gap: 2.5rem;
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 4.5rem 5rem;
  display: flex;
}

.form-heading-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.form-name-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-name {
  flex: 1;
}

.contact-2-wrapper {
  grid-column-gap: 8.6rem;
  grid-row-gap: 8.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 9.5rem;
  margin-bottom: 5rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  display: grid;
}

.contact-heading {
  grid-row-gap: .8rem;
  flex-direction: column;
  display: flex;
}

.contact-content-wrapper-copy {
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  display: flex;
  overflow: hidden;
}

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

.text-size-xxlarge {
  font-size: 1.9rem;
  line-height: 1.25;
  text-decoration: none;
}

.text-size-xxlarge.text-weight-medium.text-color-green {
  font-size: 1.9rem;
}

.contact-content {
  grid-row-gap: 1.3rem;
  flex-direction: column;
  display: flex;
}

.rich-text-paddig {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.cards-wrapper {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.blog-image-wrapper {
  border-radius: .5rem;
  overflow: hidden;
}

.blog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  margin-top: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-last-update {
  grid-column-gap: 1.1875rem;
  align-items: center;
  height: 1.8rem;
  display: flex;
}

.team-member-heading {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 12rem;
  margin-bottom: 6.5rem;
  display: flex;
}

.team-member-heading-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 90%;
  max-width: 95ch;
  padding-left: 2.5rem;
  display: flex;
}

.team-member-wrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.8125rem;
}

.team-member-content-wrap {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  color: var(--dark-green);
  flex-flow: column;
  height: auto;
  text-decoration: none;
  display: flex;
}

.team-member-image-wrap {
  object-fit: cover;
  border-radius: .75rem;
  height: 50vh;
  overflow: hidden;
}

.team-member-content-wrapper {
  grid-row-gap: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .5rem;
  display: flex;
}

.team-member-padding {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button-white-contact {
  grid-column-gap: 3rem;
  background-color: var(--white);
  color: var(--dark-green);
  border: 1px solid #dfe1e7;
  border-radius: 8rem;
  justify-content: space-between;
  align-items: center;
  padding: .3rem .4375rem .3rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-white-contact.absolute {
  z-index: 5;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

.hero-3-heading-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 60ch;
  padding-left: 2.5625rem;
  display: flex;
}

.hero-3-heading-wrapper.left-padding-0 {
  min-width: 40ch;
  max-width: 60ch;
  padding-left: 0;
}

.hero-image-wrapper {
  display: flex;
  position: relative;
}

.hero-button-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.heading-wrap {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-tag-wrapper {
  background-color: #d3e1e5;
  border-radius: .25rem;
  width: auto;
  padding: .5rem .875rem;
  display: flex;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 5;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-3-content-wrapper {
  background-color: #f0f4f8;
  border: 1px solid #eceff3;
  border-radius: .75rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.row-line-home {
  background-color: #dfe4f8;
  width: 100%;
  height: 1px;
  margin-top: 1.8rem;
}

.banner-contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: .5625rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.price-content-wrapper {
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-elipse {
  z-index: 3;
  border: 1.5px solid #5ddb23;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.elipse-relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
}

.text-field-form-contact {
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field-contact {
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-radius: .3rem;
  min-height: 8rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field-contact:hover, .message-field-contact:focus {
  border-color: #0865f1;
}

.docs-heading-horizontal {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.view-all-tag {
  grid-column-gap: .6rem;
  color: var(--dark-green);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-tags-list {
  grid-column-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.nav-menu-white {
  color: var(--white);
  align-items: center;
  display: flex;
}

.dropdown-white {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.button-navbar-white {
  grid-column-gap: .8rem;
  background-color: var(--white);
  color: var(--dark-green);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-tag-link {
  color: #042f3a;
  text-decoration: none;
}

.blog-tag-link.w--current {
  color: #042f3a;
}

.hero-floating-cards {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto 3rem -6rem;
}

.hero-floating-cards.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.floating-card-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-floating-card-text {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero-floating-card-icon {
  background-color: #f7f4be;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.card-text {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
}

.hero-left-floating-card {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 8rem auto auto;
}

.hero-middle-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-3-image-wrapper {
  border-radius: 1.5rem;
  width: 28vw;
  max-width: 35rem;
  height: 76vh;
  max-height: 90rem;
  position: relative;
  overflow: hidden;
}

.hero-right-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-bottom-floating-cards {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  top: -.8rem;
  left: 0;
}

.hero-bottom-floating-cards.left-align {
  top: -2.4rem;
  left: 5.2rem;
}

.floating-bottom-card {
  text-align: center;
  max-width: 20ch;
}

.hero-floating-bottom-card-icon {
  background-color: #d3e1e5;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  display: flex;
  position: absolute;
  bottom: 4rem;
  left: -1.5rem;
  box-shadow: 2px 3px 8px #042f3a36;
}

.team-member-job {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1.1875rem;
  flex-flow: row;
  display: flex;
}

.home-images-wrapper {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 3rem;
  margin-bottom: 6rem;
  display: grid;
}

.home-image-1 {
  border-radius: .75rem;
  margin-top: 3.8125rem;
  margin-bottom: 7.5rem;
  overflow: hidden;
}

.home-image-3 {
  border-radius: .75rem;
  margin-top: 1.25rem;
  margin-bottom: 10rem;
  overflow: hidden;
}

.home-image-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .75rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.home-image-wrapper-top, .home-image-wrapper-bottom {
  border-radius: .75rem;
  overflow: hidden;
}

.home-image-5 {
  border-radius: .75rem;
  margin-top: 4.0625rem;
  margin-bottom: 10rem;
  overflow: hidden;
}

.home-image-2 {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  margin-top: 4.75rem;
  display: flex;
}

.image-wrapper {
  border-radius: .75rem;
  overflow: hidden;
}

.home-card {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
}

.home-card-wrapper {
  position: relative;
}

.hero-heading-right {
  max-width: 49ch;
  margin-bottom: 1rem;
}

.hero-section-component {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15vh;
  padding-bottom: 3rem;
  display: flex;
}

.hero-heading-left {
  flex-direction: column;
  align-items: flex-start;
  width: 60ch;
  display: flex;
}

.margin-top-2rem {
  margin-top: 1.5rem;
  display: flex;
}

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

.arrow-wrapper.absolute {
  position: absolute;
  left: -2rem;
}

.arrow-wrapper.invert {
  filter: invert();
}

.button-green-contact {
  grid-column-gap: 1.3rem;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid #dfe1e7;
  border-radius: 8rem;
  justify-content: space-between;
  align-items: center;
  padding: .4rem .4375rem .4rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.home-hero-heading {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 5vh;
  display: flex;
}

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

.arrow-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1.5px;
  flex-flow: row;
  width: 1.6rem;
  height: auto;
  display: flex;
}

.arrow-4 {
  width: 1.6rem;
  height: auto;
}

.heading-component-2 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.figma {
  background-color: #f9f9fb;
  border: 1px solid #ebebeb;
  border-radius: 1.5rem;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.home-tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.new-features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.figma-logo {
  width: 2.125rem;
  height: auto;
}

.template-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 10rem;
  display: flex;
}

.home-card-content {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.figma-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  margin-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.home-card-image-wrap {
  aspect-ratio: 1.82;
  border-radius: .2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-card-image-wrap.ratio-auto {
  aspect-ratio: auto;
}

.home-card-image-wrap.ratio {
  aspect-ratio: auto;
  height: 23rem;
}

.home-template-wrap {
  width: 100%;
  margin-top: 6rem;
}

.figma-image {
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
}

.blog-tag {
  color: #042f3a;
  letter-spacing: .2px;
  background-color: #d3e1e5;
  border-radius: 7px;
  padding: .375rem .9rem;
  transition: background-color .3s;
}

.home-card-wrap {
  grid-row-gap: 1rem;
  color: var(--green);
  background-color: #f0f4f8;
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.home-card-wrap:hover {
  background-color: #eeeff7;
  border: 1px solid #19606140;
}

.figma-image-wrap {
  background-color: #d3e1e5;
  width: 60%;
  height: 30rem;
}

.heading-component-3 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-button {
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

.home-page-cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 6rem;
}

.home-page-cards-grid.margin-top-home {
  margin-top: 3rem;
}

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

.home-card-features-content {
  grid-row-gap: .8125rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 2.7rem 1rem 2.4rem;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  flex-flow: column;
  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;
  display: flex;
}

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

.heading-component-4 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.password-image {
  opacity: .49;
  align-self: center;
  width: 10rem;
}

._404-button {
  align-self: center;
  margin-top: 2rem;
}

.symbol {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-3-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10rem;
  display: grid;
  position: relative;
}

.hero-3-grid.margin {
  margin-top: 8.8rem;
}

.floating-bottom-card-component {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 16px 32px -8px #042f3a33, 1px 2px 8px 2px #042f3a14;
}

.features-3-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  display: grid;
  position: relative;
}

.hero-overlay {
  background-image: radial-gradient(circle at 100% 100%, #063940, #f0f4f800 20%);
  position: absolute;
  inset: 0%;
}

.hero-heading-text-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  margin-bottom: 3vh;
  display: flex;
}

.hero-heading-text-wrapper.bottom-margin {
  max-width: 77vw;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.license-image-link {
  width: 100%;
  height: 10rem;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin: 6.2rem 1rem 7.7rem;
}

.button-text {
  z-index: 1;
  flex-direction: column;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

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

.style-guide-button {
  grid-row-gap: .25rem;
  background-color: var(--green);
  color: #f4f4f4;
  border-radius: .5rem;
  flex-direction: column;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.license-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.jobs-heading {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50ch;
  margin-top: 8.125rem;
  font-weight: 400;
  display: flex;
}

.job-heading-wrapper {
  grid-row-gap: 3.125rem;
  flex-flow: column;
  padding-bottom: 8.125rem;
  display: flex;
}

.job-card-wrapper {
  color: var(--dark-green);
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-radius: .5rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1.5rem 4.4rem 1.5rem 2.5rem;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.job-card-wrapper:hover {
  border: 1px solid #19606170;
  border-radius: .5rem;
}

.job-title {
  width: 45%;
}

.job-text-wrap {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  opacity: .5;
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.job-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.background-video {
  z-index: 1;
  border-radius: .5rem;
  width: 101%;
  height: 100%;
  position: absolute;
}

.spacer-6rem {
  height: 6rem;
}

.home-3-hero {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 6px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.floating-card-home {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #042f3a1a;
  border-radius: 1rem;
  min-width: 300px;
  min-height: 300px;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto -8% -9%;
}

.blog-tag-numbers {
  color: #042f3a;
  background-color: #d3e1e5;
  border-radius: 20px;
  padding: .375rem .9rem;
  transition: background-color .3s;
}

.max-width-94ch {
  max-width: 94ch;
}

.last {
  margin-right: 2rem;
}

.last.h-ndlersuche {
  display: none;
}

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 19% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-3-hero-image-wrapper {
  border-radius: .6rem;
  width: 45vw;
  min-width: 40px;
  max-width: 55rem;
  height: 60vh;
  max-height: 70rem;
  position: relative;
  overflow: hidden;
}

.more-images-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.main-image {
  border-radius: 1.5rem;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}

.main-image.small {
  height: 33rem;
  position: relative;
}

.products-template-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: grid;
}

.product-description {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.default-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.heading-component-5 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

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

.more-products-list.filter {
  grid-template-columns: 1fr 1fr 1fr;
}

.more-products-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10rem;
  display: flex;
}

.more-products-link {
  grid-row-gap: 2rem;
  color: #1e1d30;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.more-products-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--green);
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-component-6 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.categories-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

.order-items, .customer-info {
  overflow: hidden;
}

.text-link {
  grid-column-gap: 1rem;
  color: #1e1d30;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s, transform .2s;
  display: flex;
}

.text-link:hover {
  opacity: .7;
  transform: translate(0, -2px);
}

.heading-component-7 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.payment-info {
  overflow: hidden;
}

.billing-address {
  border-radius: 1rem;
  overflow: hidden;
}

.web-payments {
  border-radius: .5rem;
  margin-bottom: 0;
  overflow: hidden;
}

.web-payments:hover {
  opacity: .8;
}

.order-summary {
  overflow: hidden;
}

.shipping-address {
  border-radius: 1rem;
  overflow: hidden;
}

.checkout-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10rem;
  display: flex;
}

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

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

.shipping-method {
  border-radius: 1rem;
}

.heading-component-8 {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 80ch;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.paypal-checkout-form {
  background-color: #0000;
}

.order-confirmation {
  background-color: #0000;
  padding-top: 12rem;
}

.cart-container {
  background-color: var(--white);
  box-shadow: 0 5px 25px #00000040;
}

.cart-button {
  z-index: 999;
  color: #121212;
  background-color: #e5e5e5;
  border-radius: 50%;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: .8rem 1rem;
  transition: all .3s;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cart-button:hover {
  opacity: .81;
  transform: scale(.9);
}

.cart-footer {
  border-top-color: #666d8038;
}

.cart-quantity {
  border-color: var(--green);
}

.cart-icon {
  color: var(--green);
  width: 100%;
  height: 60%;
  margin-right: 0;
}

.checkout-button {
  background-color: var(--green);
  color: var(--white);
  border-radius: 6px;
}

.apple-pay {
  border-radius: 6px;
}

.remove-button {
  color: #e5e5e580;
}

.cart-header {
  border-bottom-color: #666d8038;
}

.button-wrapper-banner {
  z-index: 3;
  color: var(--dark-green);
  border-radius: 5rem;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.button-wrapper-banner.gap {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-direction: column;
  display: flex;
}

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

.checkout-image {
  border-radius: .5rem;
}

.text-block {
  color: var(--black);
}

.close-button {
  cursor: pointer;
}

.close-button:hover {
  opacity: .5;
}

.home-hero {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-team-member {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 19% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.floating-card-percentage-2 {
  color: #fff;
  background-color: #042f3a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  display: flex;
}

.graph-5 {
  background-color: #67cbcd;
  border-radius: .25rem;
  width: 2.5rem;
  height: 3rem;
}

.graph-6 {
  background-color: #67cbcd;
  border-radius: .25rem;
  width: 2.5rem;
  height: 2rem;
}

.graph-7 {
  background-color: #196061;
  border-radius: .25rem;
  width: 2.5rem;
  height: 4rem;
}

.graph-8 {
  background-color: #196061;
  border-radius: .25rem;
  width: 2.5rem;
  height: 2.5rem;
}

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

.image-2 {
  color: var(--white);
  width: 70%;
  height: 71%;
}

.image-3 {
  width: 80%;
  min-width: 160px;
  max-width: 200px;
}

.overflow-hidden {
  overflow: hidden;
}

.section-2 {
  margin-top: 7.2rem;
}

.section-2.is-fullscreen {
  position: relative;
}

.section-2.hide {
  display: none;
}

.wood-component-icon {
  border: 1px solid #191919;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-component-icon:hover {
  opacity: .5;
  color: #191919;
  border-color: #191919;
  transform: rotate(-45deg);
}

.divider-line-2 {
  z-index: 100;
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: relative;
}

.divider-line-2.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wood-component-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 19.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.wood-component-icon_arrow {
  width: 1rem;
  height: 1rem;
}

.wood-component-title {
  justify-content: space-between;
  margin-top: 2.25rem;
  display: flex;
}

.wood-component-text {
  max-width: 27rem;
  font-size: .9rem;
}

.wood-component-link {
  color: #191919;
}

.wood-component-item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  width: 100%;
  display: flex;
}

.text-color-grey-2 {
  color: gray;
}

.wood-component-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.text-subtitle {
  color: #0009;
  text-transform: uppercase;
}

.grid-2.is-wood {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.grid-2.is-product {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-items: start;
}

.grid-2.is-intro {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-items: center;
}

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

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.nospace-right {
  padding-right: 0;
}

.padding-global-2.desk.mob {
  display: none;
}

.image-overlay {
  background-color: #f7f6f1;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.column.wood-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.column.wood-right {
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
}

.column.intro-right {
  width: 100%;
  max-width: 38rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.column.product-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.column.product-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
  position: relative;
}

.column.intro-left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.column.product-teaser-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
  position: relative;
}

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

.image-wrapper-2.wood {
  max-width: 19.375rem;
}

.padding-vertical-2, .padding-vertical-2.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-xlarge.reduced {
  padding-bottom: 0;
}

.padding-vertical-2.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.image-fill {
  width: 100%;
  margin-top: 0;
}

.section-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-size-large-3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-capitalize {
  text-transform: uppercase;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.intro-number-text {
  text-align: left;
  letter-spacing: -.1rem;
  font-size: 4.2rem;
  line-height: 1;
}

.link {
  color: #042f3a;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link.is-product-teaser {
  background-color: #f1f0ec;
  border-right: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image.is-teaser {
  object-fit: cover;
  width: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.product-image.is-bed {
  object-fit: contain;
  max-width: 80%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.wrapper.is-product-teaser {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.wrapper.is-intro {
  background-color: #fff;
  position: relative;
}

.wrapper.is-hero-image {
  width: 100%;
  min-height: 60rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-hero {
  object-fit: cover;
  width: 115%;
  max-width: none;
  height: 115%;
  position: absolute;
}

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.button-text-2 {
  z-index: 5;
  position: relative;
}

.text-span-3 {
  text-transform: none;
}

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

.text-span-4 {
  font-size: 26px;
  font-weight: 700;
}

.heading-7, .heading-8 {
  padding-right: 35px;
  font-weight: 400;
}

.product-header5_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header5_main-image.small {
  width: 50%;
  height: 40%;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.product-header5_lightbox-link {
  width: 100%;
  display: block;
}

.text-size-large-4 {
  font-size: 1.25rem;
}

.text-size-large-4.text-color-grey {
  color: #1b1b1b73;
}

.product-header5_component {
  padding-bottom: 3rem;
}

.product-header4_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.heading-small-2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  padding: .75rem 1.5rem;
  font-size: 1.3rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-header4_price-wrapper {
  display: flex;
}

.page-padding-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.product-header4_rating-icon {
  color: #fdc826;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header5_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.product-header5_layout.kommit {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-secondary-2 {
  color: #1b1b1b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1b1b1b;
  padding: .75rem 1.5rem;
}

.button-secondary-2.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.product-header4_text-divider {
  background-color: #1b1b1b;
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-header4_form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: grid;
}

.product-header4_default-state {
  margin-bottom: 2rem;
}

.product-header5_main-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.product-header4_reviews-wrapper {
  align-items: center;
  display: flex;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-input-2 {
  color: #1b1b1b;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.is-quantity-input {
  width: 4rem;
}

.form-input-2.is-quantity-input::placeholder {
  color: #1b1b1b;
}

.product-header5_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.product-header4_product-details {
  margin-top: 19px;
  position: sticky;
}

.product-header4_rating-wrapper {
  color: #fdc826;
  margin-right: .5rem;
  display: flex;
}

.breadcrumb-link-2 {
  color: #1b1b1b;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.rich-text-block.verlegenaleitung {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.rich-text-block.verlegenaleitung.a {
  flex-flow: column;
}

.text-size-large-5 {
  font-size: 1.25rem;
}

.page-padding {
  color: #1b1b1b;
  padding-left: 5%;
  padding-right: 5%;
}

.layout2col-even {
  grid-column-gap: 2.7rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.text-size-medium-4.text-weight-light.text-lineheight-tall {
  max-width: 750px;
  font-weight: 400;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.product-header4_tabs-menu {
  border-bottom: 1px solid #d8d8d8;
  align-items: center;
  display: flex;
}

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

.grid-4.artikeldetalils {
  padding-top: 16px;
}

.grid-4.pgage {
  grid-template-columns: 1.25fr;
}

.heading-xsmall {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.product-header4_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header4_tab-link.w--current {
  background-color: #0000;
  border-bottom-width: 3px;
  border-bottom-color: #1b1b1b;
  margin-right: 2rem;
}

.slider {
  background-color: #fff;
  height: 500px;
}

.icon-2, .icon-3 {
  color: var(--black);
}

.text-span-5 {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 0;
}

.tab-link-tab-1 {
  width: 50%;
}

.tab-link-tab-1.w--current {
  background-color: var(--dark-green);
  color: var(--white);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.tab-link-tab-2 {
  border-right: 1px solid #000;
  width: 50%;
}

.tab-link-tab-2.w--current {
  background-color: var(--dark-green);
  color: var(--white);
}

.heading-9 {
  font-weight: 400;
}

.text-span-6 {
  font-size: 1.4rem;
  font-weight: 900;
}

.video-section {
  padding: 90px 62px;
}

.lightbox-link {
  width: 100%;
}

.paragraph {
  background-color: var(--green);
  color: var(--white);
  padding: 16px;
  font-size: 1rem;
}

.button-5 {
  background-color: var(--green);
  text-align: center;
  border-radius: 8px;
  width: 270px;
}

.step-container {
  display: flex;
}

.heading-10, .heading-11 {
  font-weight: 400;
}

.image-4 {
  height: auto;
}

.selection-card {
  align-self: center;
}

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

.image-5 {
  height: auto;
}

.produktauswahl, .verlegeart-w-hlen {
  grid-template-columns: 1fr .5fr;
}

.grid-6, .the-products {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.step-3, .plattenma {
  grid-template-columns: 1fr .5fr;
}

.grid-7, .plattenmas {
  grid-template-columns: 1fr;
}

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

.tabs {
  margin-top: 51px;
}

.tabs.kombmit {
  vertical-align: middle;
  width: 70%;
  min-width: 700px;
  max-width: 700px;
}

.tabs-menu {
  display: flex;
}

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

.paragraph-3 {
  text-align: center;
}

.kombinierbar-mit-div {
  align-self: center;
  width: 100%;
}

.image-6 {
  display: block;
}

.image-6.top-padding {
  margin-top: 18px;
}

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

.paragraph-4 {
  text-align: center;
}

.tab-pane-tab-3 {
  width: 100%;
}

.image-7, .image-8, .image-9, .image-10, .slide, .image-11, .image-12 {
  object-fit: contain;
}

.paragraph-6 {
  margin-top: 30px;
}

.paragraph-7 {
  margin-top: 21px;
}

.paragraph-8 {
  margin-top: 12px;
}

.paragraph-9 {
  font-weight: 700;
}

.paragraph-10 {
  background-color: var(--green);
  color: var(--white);
  max-width: 830px;
  margin-top: 30px;
  padding: 28px;
}

.section-3 {
  margin-top: 36px;
}

.bold-text-4, .paragraph-11 {
  text-align: center;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-weight: 700;
}

.bold-text-5 {
  font-weight: 500;
}

.text-span-12, .text-span-13, .bold-text-6, .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  font-weight: 900;
}

.image-14, .image-15 {
  width: 100%;
  margin-top: 0;
}

.footer-img {
  width: 10%;
  height: auto;
  margin-top: 42px;
}

.image-16 {
  width: 100%;
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  width: 100%;
  margin-top: 0;
}

.text-block-5, .text-block-6, .bold-text-7 {
  max-width: 750px;
}

@media screen and (min-width: 1440px) {
  .social-links:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }
}

@media screen and (max-width: 991px) {
  .container.small {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-2 {
    font-size: 4rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-1 {
    font-size: 3.8rem;
    line-height: 1.15;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .heading-5.text-weight-regular.faqlik {
    padding-top: 5px;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .text-weight-medium.text-size-regular.text-color-mobile {
    color: var(--dark-green);
  }

  .section-style-guide {
    margin-top: 4rem;
  }

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

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

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

  .dropdown-list {
    color: var(--dark-green);
    text-align: center;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .nav-menu {
    grid-row-gap: 5rem;
    background-color: #f0f4f8;
    justify-content: center;
  }

  .dropdown-icon {
    display: none;
  }

  .menu-icon {
    color: var(--dark-green);
    font-size: 2.5rem;
  }

  .menu-icon.invert {
    filter: invert() contrast(200%);
  }

  .dropdown {
    text-align: center;
  }

  .heading-images {
    text-align: left;
    align-items: center;
    margin-top: 15vh;
  }

  .heading-images.top-margin {
    margin-top: 6rem;
  }

  .faq-action-wrapper {
    right: 0;
  }

  .faq-action {
    width: 3rem;
    height: 3rem;
  }

  .faq-title-wrapper {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

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

  .opacity-80.max-width-50 {
    width: 100%;
  }

  .faq-lottie {
    width: .75rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 3rem;
  }

  .text-color-green.text-weight-medium.wite {
    font-size: 1.1rem;
  }

  .submit-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-field.rounded {
    width: 30vw;
    padding-right: 0;
  }

  .form-horizontal {
    flex-direction: column;
    width: 100%;
  }

  .form-horizontal.hero.horizontal {
    flex-direction: row;
  }

  .newsletter-wrapper {
    background-position: 0%;
  }

  .services-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services-heading-wrapper {
    width: 100%;
  }

  .services-heading-wrapper.text-color-white.left-padding {
    padding-left: 0;
  }

  .services-heading-wrapper.contact {
    width: 100%;
  }

  .footer-component {
    padding-top: 4rem;
  }

  .contact-hero-wrap {
    margin-top: 3rem;
    top: 2rem;
  }

  .form-wrapper.margin-bottom-2rem {
    margin-bottom: 2rem;
  }

  .contact-list-wrap.grid {
    display: none;
  }

  .contact-list-wrap.max-width-40ch {
    margin-bottom: 1.5rem;
  }

  .contact-wrap {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
  }

  .contact-heading-wrapper {
    margin-top: 2rem;
    padding-left: 0;
  }

  .max-width-50ch.faqbtn {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .features {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
  }

  .features.invert {
    flex-direction: column;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  .features-heading-3 {
    text-align: left;
    align-items: flex-start;
  }

  .features-content {
    width: 100%;
  }

  .features-content.align-middle {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .features-heading-wrapper {
    max-width: none;
  }

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

  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-button-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .table-component {
    margin-bottom: 5rem;
  }

  .table-component.max-width-100.docs-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    flex-flow: row;
    grid-template-columns: .25fr;
    align-items: flex-start;
    padding-right: 0;
    transition: none;
    display: flex;
  }

  .row:hover {
    padding-bottom: 0;
  }

  .row.docs-grid {
    flex-direction: row;
  }

  .features-heading-4 {
    text-align: left;
    align-items: flex-start;
  }

  .row-wrapper {
    width: 100%;
  }

  .max-width-30ch.align-right {
    text-align: center;
    margin-bottom: 3rem;
  }

  .contact-wrap-grid {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    display: grid;
  }

  .home-hero-2-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .features-heading-5 {
    text-align: left;
    align-items: flex-start;
  }

  .features-vertical-component {
    grid-row-gap: .5rem;
    width: 100%;
    padding-right: 0;
  }

  .features-vertical-component.align-margin-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-image {
    width: 100%;
  }

  .features-about-content {
    width: auto;
    padding-left: 0;
  }

  .features-about-content.text-color-white {
    width: 100%;
    padding-left: 0;
  }

  .align-wrapper-right {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .features-about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .max-width-80 {
    width: 100%;
  }

  .about-wrapper.top-margin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .ticker {
    margin-top: 0;
    margin-bottom: 0;
  }

  .benefits-card {
    padding: 2rem 1rem;
  }

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

  .integrations-card {
    flex-direction: column;
    height: auto;
  }

  .integrations-card-wrapper {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .integrations-ticker.bottom._2, .integrations-ticker._1 {
    display: none;
  }

  .blog-post-component, .blog-pots-component {
    margin-bottom: 4rem;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-avatar-content {
    margin-top: 0;
  }

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

  .testimonial-card {
    width: 100%;
    max-width: none;
  }

  .team-member-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .docs-component {
    margin-bottom: 6rem;
  }

  .help-center-component {
    margin-top: 4rem;
  }

  .cards-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-bottom: 5rem;
  }

  .card {
    width: 100%;
    max-width: none;
  }

  .price-list {
    padding-left: 0;
  }

  .pricing-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
    display: flex;
  }

  .heading-hero {
    font-size: 5.2rem;
  }

  .heading-hero.text-left-align {
    font-size: 5.1rem;
  }

  .hero-heading {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .intro-text {
    text-align: center;
    font-size: 2.5rem;
  }

  .span {
    border-radius: .35rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .max-width-70ch.center-align {
    text-align: center;
  }

  .marquee-content {
    width: 100%;
    max-width: 60ch;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .integrations-marquee-wrapper {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .grid-contact {
    flex-direction: column;
    display: flex;
  }

  .home-images-horizontal {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.8rem;
    padding-left: 0;
  }

  .home-card-component {
    width: 100%;
  }

  .card-image-wrapper {
    width: 100%;
    height: 55vh;
  }

  .home-big-text.margin-top {
    margin-top: 6rem;
  }

  .home-grid {
    padding-left: 0;
  }

  .home-grid.margin-top {
    padding-left: 0%;
  }

  .card-image {
    height: 55vh;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
    margin-bottom: 5rem;
  }

  .table-wrapper.left-padding {
    padding-left: 0;
  }

  .table-heading-wrapper {
    width: 100%;
  }

  .faq-heading-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .faq-heading-wrapper.faqbtndiv {
    grid-column-gap: 10px;
    grid-row-gap: 2.7rem;
  }

  .hero-heading-features {
    text-align: left;
    align-items: center;
    margin-top: 15vh;
  }

  .home-marquee-logos {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-wrapper-white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-table-component {
    padding-left: 0;
    padding-right: 0;
  }

  .home-big-text-wrapper {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .floating-card-wrapper {
    right: -5%;
  }

  .card-icon.hero-icon {
    width: 2.5rem;
  }

  .card-wrapper {
    width: 100%;
    margin-bottom: 3rem;
  }

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

  .features-integrations-marquee {
    flex-direction: column;
    height: auto;
    margin-top: 1rem;
  }

  .features-banner {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .features-banner.top-margin {
    margin-top: 6rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .features-banner-content {
    width: 100%;
    padding-left: 0;
  }

  .features-banner-content.left-padding-0 {
    padding-left: 0;
  }

  .features-banner-heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .floating-card-left {
    left: 5%;
  }

  .features-banner-image {
    width: 100%;
  }

  .features-banner-wrapper {
    padding-right: 0;
  }

  .heading-pricing {
    text-align: left;
    align-items: center;
    margin-top: 4.4rem;
  }

  .heading-pricing.margin-top-wrapper, .heading-pricing.margin-top-pricing {
    margin-top: 15vh;
  }

  .features-table-wrapper {
    padding-left: 0;
  }

  .contact-1-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contact-2-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-content-wrapper-copy {
    flex-direction: column;
  }

  .team-member-heading {
    margin-top: 15vh;
  }

  .team-member-heading-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .team-member-padding {
    padding-left: 0;
  }

  .button-white-contact.absolute {
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    inset: auto auto 0%;
  }

  .hero-3-heading-wrapper {
    width: 100%;
  }

  .hero-3-heading-wrapper.left-padding-0 {
    max-width: none;
    padding-left: 0;
  }

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

  .hero-button-padding {
    padding-right: 20rem;
  }

  .nav-menu-white {
    grid-row-gap: 5rem;
    background-color: #f0f4f8;
    justify-content: center;
  }

  .dropdown-white {
    color: var(--dark-green);
    text-align: center;
  }

  .hero-floating-cards {
    left: 5%;
  }

  .hero-floating-cards.left-align {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 1.3rem;
    position: static;
  }

  .hero-left-floating-card {
    width: 80%;
    position: static;
  }

  .hero-3-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .hero-right-text-wrapper {
    margin-bottom: 1.3rem;
  }

  .hero-bottom-floating-cards {
    left: 5%;
  }

  .hero-bottom-floating-cards.left-align {
    margin-top: 3.3rem;
    margin-bottom: 1.5rem;
    display: none;
    position: static;
  }

  .home-images-wrapper {
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  .home-image-3, .home-image-5 {
    display: none;
  }

  .home-card {
    left: 5%;
  }

  .hero-heading-right {
    grid-column-gap: 2.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .hero-section-component {
    grid-row-gap: 3rem;
    margin-top: 15vh;
    padding-bottom: 0;
  }

  .hero-heading-left {
    width: 100%;
  }

  .home-hero-heading {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-height: auto;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

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

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .home-card-image-wrap.ratio {
    height: auto;
  }

  .figma-image {
    height: 100%;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .home-page-cards-grid {
    grid-template-columns: 1fr;
  }

  .hero-3-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .hero-left-heading-wrapper {
    margin-top: 1.5625rem;
  }

  .features-3-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 15vh;
    margin-bottom: 3rem;
  }

  .hero-heading-text-wrapper {
    max-width: none;
  }

  .hero-heading-text-wrapper.bottom-margin {
    margin-bottom: 1rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .job-card-wrapper {
    flex-flow: row;
  }

  .job-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-6rem {
    height: 0;
  }

  .home-3-hero {
    grid-column-gap: 0vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 8.2rem;
    display: flex;
  }

  .floating-card-home {
    left: auto;
    right: 5%;
  }

  .last {
    margin-right: 0;
  }

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

  .grid-none {
    display: none;
  }

  .home-3-hero-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .products-template-component, .more-products-list, .categories-component {
    grid-template-columns: 1fr;
  }

  .home-hero {
    grid-row-gap: 3rem;
    margin-top: 6rem;
    padding-bottom: 0;
  }

  .grid-team-member {
    grid-template-columns: 1fr;
  }

  .image-3 {
    width: 50%;
  }

  .grid-2.is-wood {
    grid-template-columns: 1fr;
  }

  .grid-2.is-product {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .25fr 1fr;
  }

  .padding-global-2.nospace-right {
    padding-left: 0;
  }

  .column.product-teaser-right {
    padding-left: 2rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-hero {
    object-fit: cover;
  }

  .product-header5_component {
    padding-bottom: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header4_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .layout2col-even {
    grid-column-gap: 3rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-4.text-weight-light.text-lineheight-tall {
    font-weight: 400;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto;
  }

  .text-span-6 {
    font-weight: 700;
  }

  .paragraph-8 {
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .text-size-regular.caps.text-weight-medium {
    text-align: left;
  }

  .padding-global {
    padding-bottom: 32px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.small {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .padding-global.large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .text-size-xlarge {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .heading-5.text-weight-regular {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .text-size-large.job {
    font-size: 1.6rem;
  }

  .heading-3.text-weight-regular {
    font-size: 2.1rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-4.text-weight-regular {
    font-size: 3.2rem;
    line-height: 1;
  }

  .dropdown-link {
    display: none;
  }

  .dropdown-list {
    color: var(--dark-green);
  }

  .menu-icon.invert {
    filter: contrast(200%) invert();
  }

  .heading-images {
    grid-row-gap: 2rem;
  }

  .faq-title-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-component {
    margin-top: 3rem;
  }

  .opacity-80.max-width-50 {
    opacity: 100;
    width: 100%;
  }

  .opacity-80.max-width-60 {
    width: 100%;
  }

  .text-color-green {
    align-self: flex-start;
  }

  .newsletter-heading {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-block {
    width: 100%;
  }

  .home-hero-left {
    grid-row-gap: 1rem;
  }

  .text-field.rounded {
    width: 100%;
  }

  .form-horizontal.hero.horizontal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    width: 35ch;
  }

  .services-heading-wrapper {
    width: 100%;
  }

  .footer-link-wrap.text-color-dark-green {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-bottom {
    margin-top: 3rem;
  }

  .form {
    align-items: stretch;
  }

  .contact-hero-wrap {
    margin-top: 3rem;
    top: 0;
  }

  .contact-list-wrap {
    margin-bottom: 2rem;
  }

  .contact-list-wrap.max-width-30ch, .contact-list-wrap.max-width-40ch {
    margin-bottom: 1rem;
  }

  .contact-wrap {
    place-items: start center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .contact-wrapper {
    margin-top: 3rem;
  }

  .contact-heading-wrapper {
    padding-left: 0;
  }

  .max-width-50ch {
    max-width: 37ch;
  }

  .max-width-50ch.faqbtn {
    display: block;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 4rem;
  }

  .features-content.align-middle {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-green {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .row {
    flex-flow: column;
  }

  .max-width-30ch.align-left.opacity-80 {
    max-width: 38ch;
  }

  .contact-wrap-grid {
    flex-direction: column;
    display: block;
  }

  .about-image, .features-about-content, .align-wrapper-right {
    width: 100%;
  }

  .about-text-wrapper {
    align-items: flex-start;
  }

  .benefits-card {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

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

  .integrations-card {
    flex-direction: column;
  }

  .integrations-card-wrapper {
    margin-bottom: 1rem;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .docs-component {
    margin-bottom: 4rem;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-grid {
    margin-bottom: 6rem;
  }

  .max-width-40ch {
    max-width: 46ch;
  }

  .heading-hero {
    white-space: normal;
    font-size: 3.9rem;
  }

  .intro-text {
    text-align: left;
    font-size: 2rem;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .banner-contact-heading {
    margin-bottom: 1rem;
  }

  .button-white.button-transparent.checkout {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-width-70ch {
    width: auto;
    max-width: none;
  }

  .max-width-70ch.center-align {
    max-width: none;
  }

  .features-marquee-text-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .marquee-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }

  .integrations-marquee-wrapper {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .opacity-60 {
    opacity: 100;
  }

  .team-member-image {
    height: 30vh;
  }

  .grid-contact {
    grid-column-gap: 4.4rem;
    grid-row-gap: 4.4rem;
    flex-direction: column;
    display: flex;
  }

  .home-images-horizontal {
    grid-template-columns: 1fr;
    margin-bottom: 6rem;
  }

  .card-image-wrapper {
    height: 28rem;
  }

  .home-big-text.margin-top {
    margin-top: 4.8rem;
  }

  .home-grid {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .home-grid.margin-top {
    margin-top: 3.3rem;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
  }

  .table-wrapper.left-padding {
    grid-row-gap: 4rem;
    padding-left: 0;
  }

  .table-heading-wrapper {
    max-width: none;
  }

  .faq-heading-wrapper {
    grid-row-gap: 2rem;
    align-items: flex-start;
  }

  .faq-heading-wrapper.faqbtndiv {
    grid-row-gap: 1.8rem;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .hero-heading-features {
    grid-row-gap: 2rem;
    width: 100%;
    margin-top: 15vh;
  }

  .hero-heading-features.faqss {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-marquee-logos {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-table-component.top-margin {
    margin-top: 6rem;
    margin-bottom: 1rem;
  }

  .home-big-text-wrapper {
    padding-left: 0;
  }

  .floating-card-wrapper {
    right: -10%;
  }

  .floating-card-component {
    min-height: 200px;
  }

  .card-wrapper {
    width: 100%;
  }

  .home-benefits-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .features-integrations-marquee {
    flex-direction: column;
  }

  .features-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .features-banner-content {
    padding-left: 0;
  }

  .features-banner-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .features-banner-font {
    font-size: 3.4rem;
  }

  .heading-pricing {
    grid-row-gap: 2rem;
    margin-top: 4.7rem;
    margin-bottom: 4.5rem;
  }

  .blog-tags-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .numbers-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-1-wrapper {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-2-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-grid {
    flex-flow: column;
    display: flex;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .team-member-heading-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .hero-3-heading-wrapper {
    padding-left: 0;
  }

  .hero-image-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-button-padding {
    padding-right: 10rem;
  }

  .view-all-tag {
    white-space: nowrap;
  }

  .dropdown-white {
    color: var(--dark-green);
  }

  .hero-3-image-wrapper {
    height: 50vh;
  }

  .home-images-wrapper {
    width: auto;
  }

  .home-image-1 {
    display: none;
  }

  .hero-3-grid.margin {
    margin-top: 2.1rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .text-size-medium-3 {
    font-size: 1.2rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .job-card-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .job-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: auto;
  }

  .home-3-hero {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .floating-card-home {
    flex-flow: row;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    display: flex;
    position: absolute;
    bottom: -8%;
    right: 2%;
  }

  .home-3-hero-image-wrapper {
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: 50vh;
  }

  .main-image {
    height: 50vh;
  }

  .checkout-form, .paypal-checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper-banner.gap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: flex-start;
  }

  .image-3 {
    width: 40%;
  }

  .wood-component-title {
    align-items: center;
    margin-bottom: .5rem;
  }

  .wood-component-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .wood-component-content {
    color: var(--dark-green);
  }

  .grid-2.is-wood, .grid-2.is-product {
    grid-template-columns: 1fr;
  }

  .grid-2.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-2.nospace-right {
    padding-right: 1rem;
  }

  .padding-global-2.desk {
    display: none;
  }

  .padding-global-2.desk.mob {
    display: block;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .column.product-teaser-right {
    order: 1;
    width: 100%;
  }

  .image-wrapper-2.wood {
    max-width: 12rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .link.is-product-teaser {
    width: 100%;
  }

  .wrapper.is-product-teaser {
    flex-direction: column;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .product-header5_component {
    padding-bottom: 1.5rem;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header5_gallery {
    grid-template-columns: 1fr;
  }

  .rich-text-block.verlegenaleitung {
    flex-flow: column;
  }

  .text-size-large-5 {
    font-size: 1.125rem;
  }

  .layout2col-even {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4.artikeldetalils {
    grid-template-columns: 1.25fr;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .text-span-5 {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }

  .tab-link-tab-1.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--dark-green);
  }

  .tab-link-tab-2.w--current {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .text-span-7 {
    font-weight: 900;
  }

  .bold-text-3 {
    font-size: 3.5rem;
  }

  .tabs.kombmit {
    width: 92%;
    min-width: auto;
    max-width: none;
  }

  .tabs-menu {
    flex-flow: row;
  }

  .paragraph-5 {
    margin-top: 30px;
  }

  .text-block-4, .heading-12 {
    color: var(--dark-green);
  }
}

@media screen and (max-width: 479px) {
  img {
    object-position: 50% 50%;
  }

  .text-box.large {
    max-width: 18rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.small {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .heading-2.text-weight-regular {
    font-size: 2.2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.small {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge {
    font-size: 1.2rem;
  }

  .heading-1 {
    font-size: 2.9rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .text-size-medium {
    flex-flow: column;
    display: flex;
  }

  .rich-text {
    margin-bottom: 1rem;
  }

  .sticky-menu, .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-3.text-weight-regular {
    font-size: 2rem;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .style-guide-component {
    width: 100%;
  }

  .style-guide-component.margin-top-3rem {
    flex-flow: column;
    padding-left: .5rem;
    display: flex;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .divider-line {
    width: 100%;
  }

  .heading-4 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .heading-4.text-weight-regular {
    font-size: 2.5rem;
  }

  .heading-images {
    grid-row-gap: 1.5rem;
    align-items: center;
    margin-top: 15vh;
  }

  .faq-title-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3.5rem;
  }

  .opacity-80.max-width-50 {
    width: 100%;
  }

  .faq-bottom-content {
    flex-flow: column;
    display: flex;
  }

  .newsletter-heading {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .form-block {
    width: 100%;
  }

  .home-hero-left {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .text-field.rounded {
    text-align: center;
    border-radius: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-horizontal.hero.horizontal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .newsletter-wrapper {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .services-heading-wrapper {
    grid-row-gap: 1rem;
  }

  .services-heading-wrapper.text-color-white.left-padding {
    padding-left: 0;
  }

  .footer-link-wrap.text-color-dark-green {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.75fr;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 2rem;
  }

  .contact-links {
    flex-direction: row;
  }

  .contact-hero-wrap {
    margin-top: 0;
  }

  .contact-list-wrap.max-width-30ch {
    margin-bottom: 2rem;
  }

  .contact-wrap {
    flex-direction: column;
    grid-template-columns: 1.5fr;
    align-items: center;
    padding: 2rem;
    display: flex;
  }

  .contact-wrapper {
    margin-bottom: 0;
  }

  .contact-wrapper.top-margin {
    grid-row-gap: 2rem;
  }

  .contact-heading-wrapper {
    margin-top: 6rem;
    padding-left: 0;
  }

  .contact-us-text-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-50ch {
    width: 100%;
  }

  .hero-bottom-wrapper {
    flex-direction: column;
  }

  .align-left, .align-right {
    text-align: center;
  }

  .image-background.cards {
    height: 18rem;
  }

  .features {
    grid-row-gap: 1rem;
  }

  .features-component {
    grid-row-gap: 6rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }

  .features-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .features-content.align-middle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-heading-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .button-green {
    justify-content: center;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .table-component.max-width-100 {
    margin-bottom: 0;
  }

  .table-component.max-width-100.docs-padding {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .row-line {
    margin-top: 2rem;
  }

  .row.docs-grid {
    flex-flow: row;
    padding-right: 0;
  }

  .max-width-30ch.align-left {
    text-align: left;
    max-width: 100%;
  }

  .contact-wrap-grid {
    grid-template-columns: 1.5fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-hero-2-grid {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-vertical-component {
    width: 100%;
  }

  .features-about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .max-width-80 {
    width: 100%;
  }

  .about-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .about-wrapper.top-margin {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefits-card {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .benefits-grid {
    grid-row-gap: 1rem;
  }

  .integrations-card-wrapper {
    margin-bottom: 1rem;
  }

  .blog-pots-component {
    margin-top: 15vh;
  }

  .hero-social-proof {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
  }

  .hero-avatar-content.margin-top-0 {
    max-width: none;
  }

  .docs-component {
    margin-bottom: 3rem;
  }

  .cards-component {
    margin-bottom: 0;
  }

  .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .card {
    grid-row-gap: 1rem;
    padding-bottom: 3rem;
  }

  .price-button {
    align-items: center;
  }

  .price-card {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-height: auto;
  }

  .pricing-grid {
    margin-bottom: 3rem;
  }

  .card-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .home-hero-subitle {
    padding-left: .5rem;
    padding-right: .5rem;
    bottom: 1rem;
  }

  .hero-bottom {
    flex-flow: row;
  }

  .hero-bottom.mobile {
    display: none;
  }

  .hero-heading-wrapper.relative {
    overflow: visible;
  }

  .heading-hero {
    text-align: center;
    font-size: 3rem;
  }

  .heading-hero.text-left-align {
    font-size: 3.2rem;
  }

  .hero-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-us-content {
    width: 100%;
  }

  .banner-contact-heading {
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .button-white.button-transparent.checkout {
    justify-content: center;
    align-items: center;
  }

  .max-width-70ch {
    max-width: none;
  }

  .grid-contact {
    flex-direction: column;
    display: flex;
  }

  .home-images-horizontal {
    margin-bottom: 6rem;
  }

  .home-card-component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .card-image-wrapper {
    max-height: 25vh;
  }

  .home-big-text.margin-top {
    margin-top: 3.2rem;
  }

  .home-grid {
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
  }

  .home-grid.margin-top {
    margin-top: 3.5rem;
  }

  .card-image {
    width: 100%;
    height: 25vh;
  }

  .table-component-wrapper {
    grid-row-gap: 6rem;
    margin-bottom: 3rem;
    padding-right: 0;
  }

  .table-wrapper.left-padding {
    grid-row-gap: 3rem;
  }

  .table-heading-wrapper {
    padding-left: .5rem;
  }

  .faq-heading-wrapper {
    align-items: flex-start;
  }

  .hero-heading-features {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 13vh;
  }

  .about-wrapper-white {
    padding-left: 0;
    padding-right: 0;
  }

  .about-table-component {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-big-text-wrapper {
    width: 100%;
  }

  .floating-card-wrapper {
    right: 4%;
  }

  .card-icon.hero-icon {
    width: 3.2rem;
  }

  .card-wrapper {
    margin-bottom: 6rem;
  }

  .home-benefits-grid {
    grid-row-gap: 1rem;
  }

  .features-banner.top-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .features-banner-content {
    padding-left: 0;
  }

  .features-banner-font {
    font-size: 2.7rem;
  }

  .heading-pricing {
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 2.9rem;
  }

  .blog-tags-content {
    flex-flow: wrap;
  }

  .numbers-content-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .features-table-wrapper {
    margin-top: 4rem;
  }

  .contact-1-wrapper {
    margin-top: 15vh;
  }

  .contact-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-form-wrapper {
    padding: 1.9rem 1.5rem 1.7rem;
  }

  .form-name-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .contact-2-wrapper {
    margin-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-content-wrapper-copy {
    grid-row-gap: 2rem;
  }

  .contact-grid {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .text-size-xxlarge {
    font-size: 1.5rem;
  }

  .rich-text-paddig {
    padding-left: 0;
  }

  .team-member-heading-wrapper {
    padding-left: .5rem;
  }

  .team-member-wrapper {
    margin-right: 0;
  }

  .team-member-padding, .hero-3-heading-wrapper {
    padding-left: 0;
  }

  .hero-3-heading-wrapper.left-padding-0 {
    flex-flow: column;
    min-width: auto;
  }

  .hero-button-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 50%;
  }

  .hero-button-padding {
    padding-right: 0;
  }

  .row-line-home {
    margin-top: 2rem;
  }

  .banner-contact-links {
    flex-direction: column;
  }

  .price-content-wrapper {
    grid-row-gap: 1.2rem;
  }

  .docs-heading-horizontal {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
    padding-right: 9px;
  }

  .view-all-tag {
    justify-content: center;
    align-items: center;
  }

  .blog-tags-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .button-navbar-white {
    justify-content: center;
  }

  .hero-floating-cards.left-align {
    flex-flow: row;
    width: 100%;
  }

  .hero-left-floating-card {
    width: 100%;
  }

  .hero-3-image-wrapper {
    width: 90%;
    height: 50vh;
  }

  .home-images-wrapper {
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .home-image-4 {
    display: none;
  }

  .home-image-2 {
    width: 100%;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section-component {
    margin-top: 0;
  }

  .home-hero-heading {
    grid-row-gap: 1rem;
    margin-top: 15vh;
  }

  .template-component {
    padding-bottom: 0;
  }

  .figma-content {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

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

  .heading-button {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .home-page-cards-grid {
    margin-bottom: 3rem;
  }

  .hero-heading-text-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .license-content {
    display: flex;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }

  .text-size-medium-3 {
    display: flex;
  }

  .style-guide-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .job-card-wrapper, .job-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .home-3-hero {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .floating-card-home {
    position: absolute;
    left: auto;
  }

  .team-member-flex {
    flex-flow: column;
    display: flex;
  }

  .home-3-hero-image-wrapper {
    width: 90%;
    height: 50vh;
  }

  .main-image, .main-image.small {
    height: 20rem;
  }

  .products-template-component {
    margin-bottom: 4rem;
  }

  .product-description {
    grid-row-gap: 1rem;
    align-items: stretch;
    padding: 0;
  }

  .horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .more-products-component {
    grid-row-gap: 1rem;
    margin-bottom: 4rem;
  }

  .text-link {
    justify-content: flex-start;
  }

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

  .grid-team-member {
    flex-flow: column;
    display: flex;
  }

  .image-3 {
    width: 60%;
  }

  .wood-component-icon {
    width: 2rem;
    height: 2rem;
  }

  .divider-line-2.vertical {
    display: none;
  }

  .wood-component-wrapper {
    flex-flow: column;
  }

  .wood-component-title {
    margin-top: 1.5rem;
  }

  .wood-component-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .text-color-grey-2 {
    font-size: .9rem;
  }

  .grid-2.is-wood, .grid-2.is-product {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .column.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column.wood-right {
    padding-top: 0;
  }

  .image-wrapper-2.wood {
    max-width: 9rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-fill {
    width: 100%;
    height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header4_price-wrapper {
    flex-direction: column;
  }

  .product-header5_layout {
    grid-template-columns: 1fr;
  }

  .rich-text-block.verlegenaleitung {
    max-width: none;
  }

  .layout2col-even {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header4_tabs-menu {
    align-items: flex-start;
  }

  .grid-4.pgage {
    grid-template-rows: auto auto auto;
  }

  .tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-2.w--current {
    width: 100%;
  }

  .bold-text-3 {
    font-size: 2.6rem;
  }

  .tabs-menu {
    flex-flow: column;
  }

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

  .image-13 {
    max-width: none;
  }
}

#w-node-fed160f8-e219-d30f-c76a-430df1582398-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df15823ac-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df15823b1-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df15823c8-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df15823f2-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df1582422-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df1582440-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df1582442-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df1582447-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df158244c-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df1582451-3d0b54d4, #w-node-fd4d8d1f-095f-99e5-943c-05aac00e9a4d-3d0b54d4, #w-node-fed160f8-e219-d30f-c76a-430df158245f-3d0b54d4, #w-node-_78a84c18-dfc0-86c3-908c-e7b517198deb-17198de6, #w-node-_78a84c18-dfc0-86c3-908c-e7b517198df9-17198de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b630-3d0b54f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b631-3d0b54f4, #w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b63c-3d0b54f4, #w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b647-3d0b54f4, #w-node-_6dfcd3aa-fd1d-cba8-2a4e-15f51e5500c6-3d0b54f4, #w-node-a1aea790-eeff-1ac5-0772-247bc0c40557-3d0b54f4, #w-node-bf7ccd21-4f87-1b85-d2f9-75af2fb5b652-3d0b54f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcbc5514-3663-df84-d32e-00739045cba5-3d0b54f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-dcbc5514-3663-df84-d32e-00739045cbb3-3d0b54f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcbc5514-3663-df84-d32e-00739045cc1a-3d0b54f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-dcbc5514-3663-df84-d32e-00739045cc28-3d0b54f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98809edc-84ac-c801-3a5b-7232ed02236b-3d0b54f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_98809edc-84ac-c801-3a5b-7232ed022377-3d0b54f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a917-3d0b54f8 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center end;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91a-3d0b54f8 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: start;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91d-3d0b54f8 {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a920-3d0b54f8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start end;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a92c-3d0b54f8 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a938-3d0b54f8 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a94d-3d0b54f8 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a955-3d0b54f8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ff92bdf1-e44a-a232-d6e0-0e8cfd7013e3-3d0b550d, #w-node-ff92bdf1-e44a-a232-d6e0-0e8cfd7013f1-3d0b550d, #w-node-ff92bdf1-e44a-a232-d6e0-0e8cfd7013ff-3d0b550d, #w-node-ff92bdf1-e44a-a232-d6e0-0e8cfd70140f-3d0b550d, #w-node-_23bad4e2-95b9-4fd1-2ce8-89d545338469-3d0b550d, #w-node-_2826441c-1c5c-8bc6-5e68-094e62baf22a-3d0b550d, #w-node-_7e59dd67-1121-878e-4efe-c48d33b03ec5-3d0b550d, #w-node-fb0fdb25-0ec5-209f-58ff-353f2824cbbc-3d0b550d, #w-node-da3f78f3-5e77-f026-8fb8-77cc08b977c0-3d0b550d, #w-node-a198464c-0448-867c-b39e-9dfc3cb1d01e-3d0b550d, #w-node-da7bd0ea-3fe6-8227-3011-0638471f2fcc-3d0b550d, #w-node-bcd90900-401d-449f-7de0-e8c9a0791a2a-3d0b550d, #w-node-bce85a40-bc60-bfa5-a2cf-18e385266fb3-3d0b550d, #w-node-bcfa94b9-d147-e9ca-ad4e-171cbeb571fc-3d0b550d, #w-node-e5c69b68-7e70-552b-6fb5-868c075e2fa7-3d0b550d, #w-node-a2b8f013-fd6d-7493-d8cf-34260dd9128d-3d0b550d, #w-node-f37dc2ed-1732-8738-914f-66296be5d9e7-3d0b550d, #w-node-b4281215-2416-c27d-7c33-b98665813c09-3d0b550d, #w-node-b4281215-2416-c27d-7c33-b98665813c11-3d0b550d, #w-node-b4281215-2416-c27d-7c33-b98665813c17-3d0b550d, #w-node-_3a802e15-7597-4596-fe6b-9a35c95634be-3d0b550d, #w-node-_758857b0-cd75-9de5-fff3-036380f7ffae-3d0b550d, #w-node-_1bd737a0-bd14-00af-14e3-6e938f8a74ad-3d0b550d, #w-node-f2f3b7f2-eee2-e5b6-3672-7001da26c818-3d0b550d, #w-node-fcd146d7-f338-15e3-d445-a2a844bd6693-3d0b550d, #w-node-_6a8d6f4f-7fac-72a0-5b12-6e69321fed7d-3d0b550d, #w-node-fd157ffb-5814-79f3-f9cb-8a5b12e4550a-3d0b550d, #w-node-fd157ffb-5814-79f3-f9cb-8a5b12e4550d-3d0b550d, #w-node-fd157ffb-5814-79f3-f9cb-8a5b12e45511-3d0b550d, #w-node-fd157ffb-5814-79f3-f9cb-8a5b12e45515-3d0b550d, #w-node-_6a8d6f4f-7fac-72a0-5b12-6e69321fed8b-3d0b550d, #w-node-_6a8d6f4f-7fac-72a0-5b12-6e69321fed9b-3d0b550d, #w-node-_679dd41b-241c-06dd-1d2f-87be558f32eb-3d0b550d, #w-node-_4e9d5036-6375-a547-abbf-387ca7b7b696-3d0b550d, #w-node-_01116b35-eeb7-bcff-fbc8-f033f9056c78-3d0b550d, #w-node-b94d76b3-b4e7-1afb-942d-7a9c162b1d8a-3d0b550d, #w-node-ae7f46db-f656-de9b-1c61-35671e6ce392-3d0b550d, #w-node-ea5c3688-b79a-f794-3933-e9ca4564f6f8-3d0b550d, #w-node-_69d234e6-3303-cc60-9eb1-f61e1e4f9522-3d0b550d, #w-node-e35a5dd8-ebb6-2e9a-9b03-e7ca39c9e96a-3d0b550d, #w-node-_10df1103-407e-714d-3ce5-4947cca7a99e-3d0b550d, #w-node-_10df1103-407e-714d-3ce5-4947cca7a9a2-3d0b550d, #w-node-_10df1103-407e-714d-3ce5-4947cca7a9a6-3d0b550d, #w-node-_10df1103-407e-714d-3ce5-4947cca7a9aa-3d0b550d, #w-node-e35a5dd8-ebb6-2e9a-9b03-e7ca39c9e978-3d0b550d, #w-node-_7f424fa0-78c3-2937-391a-1722c8167faf-3d0b550d, #w-node-_7f424fa0-78c3-2937-391a-1722c8167fb6-3d0b550d, #w-node-_7f424fa0-78c3-2937-391a-1722c8167fba-3d0b550d, #w-node-_7f424fa0-78c3-2937-391a-1722c8167fbe-3d0b550d, #w-node-_7f424fa0-78c3-2937-391a-1722c8167fc2-3d0b550d, #w-node-e35a5dd8-ebb6-2e9a-9b03-e7ca39c9e986-3d0b550d, #w-node-e35a5dd8-ebb6-2e9a-9b03-e7ca39c9e996-3d0b550d, #w-node-b59f57e3-5085-aac2-658d-632207c9f0a4-3d0b550d, #w-node-_3ec4c3fb-eb7f-39d2-3dda-5f8dbf17d357-3d0b550d, #w-node-a9a163e6-4abe-f900-1f95-574075ea8ba9-3d0b550d, #w-node-_4238499e-8697-9237-8d03-bab429d3e278-3d0b550f, #w-node-_4238499e-8697-9237-8d03-bab429d3e288-3d0b550f, #w-node-_4238499e-8697-9237-8d03-bab429d3e28a-3d0b550f, #w-node-_4238499e-8697-9237-8d03-bab429d3e28f-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352e8-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352eb-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352ef-3d0b550f, #w-node-_1c736156-cd00-5516-94fe-c20996a352f5-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352f8-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a352fc-3d0b550f, #w-node-_1c736156-cd00-5516-94fe-c20996a35302-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a35305-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c736156-cd00-5516-94fe-c20996a35309-3d0b550f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ef2a1b62-ca92-2ae5-a14d-0227789fea6b-3b98e388, #w-node-b43d12d5-d154-ef65-e52c-01bdde06b33e-3b98e388, #w-node-_30e7fb0a-d0e3-c99d-c4bc-9b92e4ebd9ed-3b98e388, #w-node-_8ca47dd3-5bfd-7546-2a22-b673bc4e86a5-3b98e388 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37f90244-0f13-5a04-bfd0-3e1de9373d02-3d0b5510 {
  align-self: start;
}

#w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae06c-3d0b5510, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae06f-3d0b5510, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae074-3d0b5510, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae07f-3d0b5510, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae084-3d0b5510, #w-node-cec48a65-031b-a21d-870d-051f225a8618-3d0b5510, #w-node-_60780db9-aa24-3888-e01c-7268468938ab-3d0b5510, #w-node-fabf6f1d-dc57-2201-7700-7d8baa4c3e2b-3d0b5510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d471256-fd88-8198-16db-db97fbc266ff-3d0b5510 {
  align-self: start;
}

#w-node-_776652c9-a21d-6d6c-baba-0e572f770a2f-3d0b5510, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a32-3d0b5510, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a34-3d0b5510, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a36-3d0b5510, #w-node-_0e98a15b-7206-e6e0-74c6-c8eac944398d-3d0b5510, #w-node-_833292d9-9ffe-6ce9-008b-32cfc16f3332-3d0b5510, #w-node-cd410298-8f84-086a-3a0f-3a918115eea1-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8b-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8d-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8f-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d91-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d93-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d95-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d97-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d99-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9b-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9d-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9f-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da1-3d0b5510, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da3-3d0b5510, #w-node-_4b4e5de5-3c6a-d0df-b9d1-cb2b8308f423-3d0b5510, #w-node-f662bdbb-93cb-730f-d1c8-b79d81edb9a1-3d0b5510, #w-node-c31ae55a-081a-e7bc-7989-eef7b4316375-3d0b5510, #w-node-c31ae55a-081a-e7bc-7989-eef7b431637a-3d0b5510, #w-node-c31ae55a-081a-e7bc-7989-eef7b4316381-3d0b5510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb8213a8-b71d-18bb-b77b-c617a5b05643-3d0b5511 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ae0d8bf0-05c7-4330-688f-e2c3e18f6af5-3d0b5512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a22bd030-f64e-e1aa-979b-affd2619af85-3d0b5517 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a3d60c45-f010-c6b3-d002-68595ffdfe1d-3d0b5517 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3d60c45-f010-c6b3-d002-68595ffdfe21-3d0b5517 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_4a33c538-dabe-23dc-48e7-49f1f5b67bc5-3d0b5530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4a33c538-dabe-23dc-48e7-49f1f5b67bd3-3d0b5530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33c538-dabe-23dc-48e7-49f1f5b67c3a-3d0b5530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_4a33c538-dabe-23dc-48e7-49f1f5b67c48-3d0b5530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b28fb70-ef51-b1ba-58ec-24f767b9d13b-3d0b5530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7b28fb70-ef51-b1ba-58ec-24f767b9d149-3d0b5530, #w-node-_74b63f2e-07d1-0966-e286-74c3e288bf57-3d0b5531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_437b828e-b47d-6e11-6f95-a2e9627daf73-3d0b5531 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59929d29-a476-bd2b-878c-7c0a794491ae-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491df-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e1-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e2-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e3-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e4-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e5-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e6-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e7-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e8-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491e9-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ea-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491eb-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ec-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ed-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ee-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ef-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f0-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f1-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f2-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f3-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f4-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f5-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f6-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f7-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f8-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491f9-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fa-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fb-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fc-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fd-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491fe-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a794491ff-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449200-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449201-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449202-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449203-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449204-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449205-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449206-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449207-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449208-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449209-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920a-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920b-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920c-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920d-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920e-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920f-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449210-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449211-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449212-3d0b5536, #w-node-_5d08728d-3a57-8473-55c7-6b4a092d0750-3d0b5537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c82f210-70cc-c9b2-fcbf-d3bf800a27d0-3d0b5538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c82f210-70cc-c9b2-fcbf-d3bf800a27dc-3d0b5538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37f90244-0f13-5a04-bfd0-3e1de9373d02-95e95f11 {
  align-self: start;
}

#w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae06f-95e95f11, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae074-95e95f11, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae07f-95e95f11, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae084-95e95f11, #w-node-_853f3933-b937-80bb-e6fc-1936cba1833e-95e95f11, #w-node-af8a2a5c-792f-521c-bb7a-91c2c9fda211-95e95f11, #w-node-_0d22493c-4772-59b5-0b9e-a0314e9888f5-95e95f11, #w-node-_5685f880-85a8-3007-67c6-5c2e00064b30-95e95f11, #w-node-e2b44e35-fbb3-1c58-6922-79485cd4e1ba-95e95f11, #w-node-_9998b85f-f73e-eebe-bfbd-865f59555fdf-95e95f11, #w-node-fabf6f1d-dc57-2201-7700-7d8baa4c3e2b-95e95f11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d471256-fd88-8198-16db-db97fbc266ff-95e95f11 {
  align-self: start;
}

#w-node-_776652c9-a21d-6d6c-baba-0e572f770a32-95e95f11, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a34-95e95f11, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a36-95e95f11, #w-node-_42c20aa5-530b-bacc-3495-66d9ec80628e-95e95f11, #w-node-_2f1d5e79-af07-b67d-4c5a-f9496b4200f0-95e95f11, #w-node-_1b94b3f7-bcec-2a9f-b584-b62352cb1b88-95e95f11, #w-node-_734aaa0f-8b2b-6f6c-04cd-e5fd315a273c-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8b-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8d-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8f-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d91-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d93-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d95-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d97-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d99-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9b-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9d-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9f-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da1-95e95f11, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da3-95e95f11, #w-node-_4b4e5de5-3c6a-d0df-b9d1-cb2b8308f423-95e95f11, #w-node-f662bdbb-93cb-730f-d1c8-b79d81edb9a1-95e95f11, #w-node-ec72707a-26a1-71e8-561f-75edd5d0f001-95e95f11, #w-node-_12daa978-8cec-1a43-f54a-b63579489bff-95e95f11, #w-node-_8699a851-df26-762f-33bf-d3cd25b6df17-95e95f11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d471256-fd88-8198-16db-db97fbc266ff-eb5da769 {
  align-self: start;
}

#w-node-_776652c9-a21d-6d6c-baba-0e572f770a32-eb5da769, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a34-eb5da769, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a36-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8b-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8d-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8f-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d91-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d93-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d95-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d97-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d99-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9b-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9d-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9f-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da1-eb5da769, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da3-eb5da769, #w-node-_4b4e5de5-3c6a-d0df-b9d1-cb2b8308f423-eb5da769, #w-node-f662bdbb-93cb-730f-d1c8-b79d81edb9a1-eb5da769, #w-node-ec72707a-26a1-71e8-561f-75edd5d0f001-eb5da769, #w-node-_12daa978-8cec-1a43-f54a-b63579489bff-eb5da769, #w-node-_8699a851-df26-762f-33bf-d3cd25b6df17-eb5da769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d471256-fd88-8198-16db-db97fbc266ff-d94078da {
  align-self: start;
}

#w-node-_776652c9-a21d-6d6c-baba-0e572f770a32-d94078da, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a34-d94078da, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a36-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8b-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8d-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8f-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d91-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d93-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d95-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d97-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d99-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9b-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9d-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9f-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da1-d94078da, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da3-d94078da, #w-node-_4b4e5de5-3c6a-d0df-b9d1-cb2b8308f423-d94078da, #w-node-f662bdbb-93cb-730f-d1c8-b79d81edb9a1-d94078da, #w-node-ec72707a-26a1-71e8-561f-75edd5d0f001-d94078da, #w-node-_8699a851-df26-762f-33bf-d3cd25b6df17-d94078da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37f90244-0f13-5a04-bfd0-3e1de9373d02-807203a3 {
  align-self: start;
}

#w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae06f-807203a3, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae074-807203a3, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae07f-807203a3, #w-node-_42ee745a-f0fd-b07c-62ed-b9baba9ae084-807203a3, #w-node-_853f3933-b937-80bb-e6fc-1936cba1833e-807203a3, #w-node-af8a2a5c-792f-521c-bb7a-91c2c9fda211-807203a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d471256-fd88-8198-16db-db97fbc266ff-807203a3 {
  align-self: start;
}

#w-node-_776652c9-a21d-6d6c-baba-0e572f770a32-807203a3, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a34-807203a3, #w-node-_776652c9-a21d-6d6c-baba-0e572f770a36-807203a3, #w-node-_42c20aa5-530b-bacc-3495-66d9ec80628e-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8b-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8d-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8f-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d91-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d93-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d95-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d97-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d99-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9f-807203a3, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da1-807203a3, #w-node-f662bdbb-93cb-730f-d1c8-b79d81edb9a1-807203a3, #w-node-_8699a851-df26-762f-33bf-d3cd25b6df17-807203a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37f90244-0f13-5a04-bfd0-3e1de9373d02-40ef02f2 {
  align-self: start;
}

#w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8b-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8d-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d8f-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d91-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d93-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d95-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d97-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d99-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894d9f-40ef02f2, #w-node-_163b9ba4-4e1a-6714-eac0-c330d1894da1-40ef02f2, #w-node-f662bdbb-93cb-730f-d1c8-b79d81edb9a1-40ef02f2, #w-node-_8699a851-df26-762f-33bf-d3cd25b6df17-40ef02f2, #w-node-_4238499e-8697-9237-8d03-bab429d3e278-c8b0cd9f, #w-node-_4238499e-8697-9237-8d03-bab429d3e288-c8b0cd9f, #w-node-_4238499e-8697-9237-8d03-bab429d3e28a-c8b0cd9f, #w-node-_4238499e-8697-9237-8d03-bab429d3e28f-c8b0cd9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dcbc5514-3663-df84-d32e-00739045cba5-3d0b54f8, #w-node-dcbc5514-3663-df84-d32e-00739045cc1a-3d0b54f8, #w-node-_98809edc-84ac-c801-3a5b-7232ed02236b-3d0b54f8 {
    justify-self: auto;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a917-3d0b54f8 {
    grid-row: 2 / 3;
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91a-3d0b54f8 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a91d-3d0b54f8 {
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a920-3d0b54f8 {
    grid-row: 8 / 9;
    place-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a92c-3d0b54f8 {
    grid-row: 1 / 2;
    justify-self: center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a938-3d0b54f8 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: auto center;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a94d-3d0b54f8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a955-3d0b54f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_323a8504-bf0c-67b2-1244-5b2a1b2bfa8e-3d0b5511 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_4a33c538-dabe-23dc-48e7-49f1f5b67bc5-3d0b5530, #w-node-_4a33c538-dabe-23dc-48e7-49f1f5b67c3a-3d0b5530, #w-node-_7b28fb70-ef51-b1ba-58ec-24f767b9d13b-3d0b5530 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78a84c18-dfc0-86c3-908c-e7b517198deb-17198de6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_00d8d8df-6462-f83e-544a-ffcad2c444f3-3d0b5511 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fb8213a8-b71d-18bb-b77b-c617a5b05643-3d0b5511 {
    order: 9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_323a8504-bf0c-67b2-1244-5b2a1b2bfa8e-3d0b5511 {
    order: 1;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_78a84c18-dfc0-86c3-908c-e7b517198deb-17198de6 {
    grid-column: span 1 / span 1;
  }

  #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a920-3d0b54f8, #w-node-b1fd9b90-8b03-810a-15a9-3c38c8d3a938-3d0b54f8 {
    justify-self: stretch;
  }

  #w-node-_59929d29-a476-bd2b-878c-7c0a79449207-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449209-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920b-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920d-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a7944920f-3d0b5536, #w-node-_59929d29-a476-bd2b-878c-7c0a79449211-3d0b5536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.eot') format('embedded-opentype'), url('../fonts/Satoshi-Variable.woff') format('woff'), url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}