:root {
  --black: black;
  --white: #fbfbfb;
  --hellgrau: #7f7f7f;
  --hellgrau_transparent: #0000004d;
  --radius-0: 0rem;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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-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-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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  opacity: 1;
  color: var(--white);
  text-decoration: none;
}

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

figure {
  margin-bottom: 10px;
}

.container {
  max-width: 90vw;
  padding-left: 0;
  padding-right: 0;
}

.container.small {
  max-width: 90vw;
  margin-bottom: 22em;
  padding-left: 0;
  padding-right: 0;
}

.container.medium {
  max-width: 90vw;
}

.container.large {
  max-width: 100vw;
}

.container.abstand {
  padding-bottom: 8rem;
}

.style-guide {
  margin-top: 0;
}

.style-guide-component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.style-guide-heading.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.divider-style-guide {
  background-color: var(--white);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.style-item {
  background-color: #2323238f;
  border: 1px solid #fbfbfb21;
  flex-flow: column;
  transition: background-color .4s;
  display: flex;
}

.style-item:hover {
  background-color: #3f3f3f8f;
}

.style-header {
  border-bottom: 1px solid #fbfbfb21;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.style-name-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.class-name {
  background-color: #232323;
  border: 1px solid #383838;
  border-radius: 1rem;
  padding: .375rem .75rem;
}

.style-item-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

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

.heading-1.about {
  text-align: center;
  text-transform: uppercase;
  font-size: 14rem;
  font-weight: 700;
}

.text-size-small {
  letter-spacing: .5px;
  font-size: .875rem;
}

.heading-2 {
  font-size: 4.75rem;
  line-height: 1.1;
}

.heading-2.large {
  font-size: 5.3rem;
}

.style-guide-item-wrap {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.heading-3 {
  font-size: 3.5rem;
  line-height: 1.4;
}

.heading-3.text-weight-regular.branding {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.2;
}

.heading-3.philosophy {
  text-transform: uppercase;
  font-size: 4.3rem;
  font-weight: 500;
}

.heading-3.team {
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-6 {
  font-size: 2.5rem;
  line-height: 1.5;
}

.heading-6.culture {
  width: auto;
}

.heading-5 {
  font-size: 3rem;
  line-height: 1.5;
}

.style-guide-item-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.text-size-huge {
  font-family: Satoshi, sans-serif;
  font-size: 2rem;
}

.text-size-huge.footer {
  color: var(--hellgrau);
  font-weight: 400;
}

.text-size-huge.ai {
  line-height: 1.2;
}

.text-size-xlarge {
  font-size: 1.625rem;
}

.text-size-xlarge.text-weight-medium.pricing {
  font-size: 1.5rem;
}

.text-size-large {
  font-size: 1.375rem;
}

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

.text-size-regular {
  font-size: 1rem;
}

.text-size-tiny {
  letter-spacing: 1px;
  font-size: .75rem;
}

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

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

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

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

.font-satoshi {
  font-family: Satoshi, sans-serif;
}

.font-cabinet {
  font-family: Cabinet Grotesk, sans-serif;
}

.caps {
  text-transform: uppercase;
}

.caps.text-size-small.letter-spacing {
  letter-spacing: 2px;
}

.caps.align-center, .caps.mitte {
  text-align: center;
}

.caps.ai_art {
  margin-bottom: 3rem;
}

.rich-text {
  text-align: center;
  flex-flow: column;
}

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

.rich-text img {
  border-radius: .5rem;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-text h1, .rich-text h4, .rich-text h5 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

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

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

.style-guide-rich-text {
  margin-top: 4rem;
}

.style-guide-hero {
  background-color: #ffffff08;
  margin-bottom: 3rem;
  padding-top: 15vh;
  padding-bottom: 5rem;
}

.style-guide-hero.no-margin {
  background-color: var(--black);
  margin-bottom: 0;
  padding-bottom: 0;
}

.opacity-80 {
  opacity: .8;
}

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

.hero-content-wrap {
  z-index: 2;
  position: relative;
}

.hero {
  min-height: 100vh;
  position: relative;
}

.home-1-hero-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-1-hero-image {
  position: absolute;
  inset: 0%;
}

.home-1-hero-image._1 {
  z-index: 1;
  align-self: flex-start;
  height: 0;
}

.home-1-hero-image._2 {
  z-index: 1;
  width: 0;
}

.home-1-hero-image._3 {
  z-index: 1;
  align-self: flex-end;
  height: 0;
}

.home-1-hero-image._4 {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 0;
}

.home-1-hero-content {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.home-1-hero-paragrah {
  opacity: .8;
  max-width: 24ch;
}

.button {
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button.overflow-hidden {
  overflow: hidden;
}

.button.overflow-hidden.abstand {
  margin-top: 2rem;
}

.button-line-wrap {
  background-color: #e5e5e554;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.button-line-animation {
  background-color: #e5e5e5;
  width: 30%;
  height: 1px;
}

.button-line-animation.white-mode-background {
  background-color: #fff;
}

.home-1-hero-left-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
}

.home-1-hero-left-text.top-margin {
  margin-top: .5rem;
}

.branding-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 12rem;
  display: flex;
}

.branding-component.bottom-margin {
  padding-bottom: 4rem;
}

.branding-component.bottom-margin.social-media-text {
  padding-top: 0;
}

.branding-image {
  height: auto;
}

.branding-title {
  position: relative;
}

.branding-title.text-center {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.branding-title.socmedsize {
  max-width: 60vw;
}

.branding-subtitle {
  letter-spacing: 1px;
  max-width: 90ch;
}

.branding-subtitle.center-align {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.branding-subtitle.socmedsize {
  max-width: 54vw;
}

.work-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-wrapper.space-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}

.work-wrapper.bottom {
  background-image: url('../images/01_WORKS_Webdesign_SIXROOMS.webp');
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem;
}

.work-wrapper.bottom.web2 {
  background-image: url('../images/02_WORKS_Webdesign_DREIB.webp');
}

.work-wrapper.bottom.web3 {
  background-image: url('../images/03_WORKS_Webdesign_CARSNCUBES.webp');
}

.work-wrapper.bottom.web4 {
  background-image: url('../images/04_WORKS_Webdesign_MARVIN.webp');
}

.work-wrapper.bottom.web5 {
  background-image: url('../images/05_WORKS_Webdesign_KIRSCH.webp');
}

.work-wrapper.bottom.web6 {
  background-image: url('../images/06_WORKS_Webdesign_TPSTUDIO.webp');
}

.work-wrapper.bottom.web7 {
  background-image: url('../images/07WORKS_Webdesign_BLAB.webp');
}

.work-wrapper.bottom.web8 {
  background-image: url('../images/08_WORKS_Webdesign_OSKARMUELLER.webp');
}

.work-wrapper.bottom.web9 {
  background-image: url('../images/09_WORKS_Webdesign_TOMKIRKMAN.webp');
}

.work-wrapper.bottom.web10 {
  background-image: url('../images/10_WORKS_Webdesign_WERAP.webp');
}

.work-wrapper.bottom-copy {
  background-image: url('../images/01_WORKS_Webdesign_SIXROOMS.webp');
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem;
}

.work-wrapper.homesite {
  background-image: url('../images/01_WORKS_Webdesign_SIXROOMS.webp');
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.work-wrapper.homesite.web2 {
  background-image: url('../images/02_WORKS_Webdesign_DREIB.webp');
}

.work-wrapper.homesite.web3 {
  background-image: url('../images/03_WORKS_Webdesign_CARSNCUBES.webp');
}

.work-wrapper.homesite.web4 {
  background-image: url('../images/04_WORKS_Webdesign_MARVIN.webp');
}

.work-wrapper.homesite.web5 {
  background-image: url('../images/05_WORKS_Webdesign_KIRSCH.webp');
}

.work-wrapper.homesite.web6 {
  background-image: url('../images/06_WORKS_Webdesign_TPSTUDIO.webp');
}

.work-wrapper.homesite.web7 {
  background-image: url('../images/07WORKS_Webdesign_BLAB.webp');
}

.work-wrapper.homesite.web8 {
  background-image: url('../images/08_WORKS_Webdesign_OSKARMUELLER.webp');
}

.work-wrapper.homesite.web9 {
  background-image: url('../images/09_WORKS_Webdesign_TOMKIRKMAN.webp');
}

.work-wrapper.homesite.web10 {
  background-image: url('../images/10_WORKS_Webdesign_WERAP.webp');
}

.work-wrapper.homesite.hs01 {
  background-image: url('../images/01_VIsual_Sparks_Header_Work.webp');
}

.work-wrapper.homesite.hs02 {
  background-image: url('../images/02_VIsual_Sparks_Header_Work_n.webp');
}

.work-wrapper.homesite.hs03 {
  background-image: url('../images/03_VIsual_Sparks_Header_Work.webp');
}

.work-wrapper.homesite.hs04 {
  background-image: url('../images/04_VIsual_Sparks_Header_Work.webp');
}

.work-wrapper.homesite.hs05 {
  background-image: url('../images/05_VIsual_Sparks_Header_Work.webp');
}

.collection-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.working-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 9vw;
  font-weight: 500;
  line-height: 1.5;
}

.work-item {
  margin-bottom: 5rem;
  position: sticky;
  top: 5vh;
}

.work-item._2vh {
  top: 0;
}

.about-component {
  grid-row-gap: 15rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-height: none;
  padding-top: 20vh;
  padding-bottom: 5vh;
  display: flex;
}

.about-component.top-margin {
  grid-row-gap: 9rem;
  padding-top: 6rem;
  padding-bottom: 16rem;
}

.about-title {
  max-width: 120ch;
}

.about-title.webflow {
  max-width: 80vw;
}

.about-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: -10rem;
  margin-left: 40%;
  display: flex;
}

.works-hero-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  margin-bottom: 4rem;
  display: flex;
}

.works-hero-image {
  height: 95vh;
}

.works-template {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12rem;
  margin-bottom: 12rem;
  display: flex;
}

.work-content {
  max-width: 90ch;
  margin-bottom: 8rem;
}

.work-content.button-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-content.no {
  display: none;
}

.work-content.text_ai {
  max-width: 100ch;
}

.work-image {
  width: 100%;
  height: 95vh;
  margin-bottom: 4rem;
}

.work-image.margin-bottom {
  margin-bottom: 12rem;
}

.work-image.vertical {
  width: 50%;
  height: 90vh;
  margin-bottom: 12rem;
  margin-left: 6vw;
  margin-right: auto;
}

.work-image.vertical.right {
  margin-left: auto;
  margin-right: 6vw;
}

.work-image.aquila {
  height: auto;
}

.work-gallery {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.work-gallery-wrap {
  width: 100%;
  height: 47vh;
}

.logos-marquee {
  width: 100%;
  overflow: hidden;
}

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

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

.logos-image {
  width: 7rem;
  max-width: none;
}

.logos-image.large {
  width: 9rem;
}

.logos-image.medium {
  width: 8rem;
}

.divider {
  background-color: var(--white);
  opacity: .3;
  width: 100%;
  height: 1px;
}

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

.blog-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-card-image-wrap {
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.blog-card-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.publish-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .8;
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-divider {
  opacity: .8;
  background-color: #b1b1b1;
  width: 1px;
  height: .875rem;
}

.blog-card-title {
  max-width: none;
}

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

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

.blog-divider-wrap {
  margin-top: 8rem;
}

.blog-divider-wrap.only-footer {
  margin-top: 0;
  margin-bottom: 12rem;
  display: block;
}

.footer-text {
  pointer-events: none;
  text-align: center;
  letter-spacing: -.7vw;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 15vw;
  font-weight: 500;
  line-height: .6;
  display: flex;
  position: relative;
  bottom: -2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

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

.text-color-grey {
  color: #7f7f7f;
}

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

.footer-social-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer-social-link:hover {
  opacity: .8;
}

.footer-arrow {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
}

.footer-arrow.absolute {
  position: absolute;
  left: -1.5rem;
}

.footer-arrow-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1.5rem;
  position: relative;
  overflow: hidden;
}

.footer-content {
  justify-content: space-between;
  margin-bottom: 22vh;
  display: flex;
}

.footer-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.footer-paragraph {
  max-width: 60ch;
  margin-top: 2rem;
  margin-bottom: 3.25rem;
}

.footer-address {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.position-top {
  object-position: 50% 0%;
}

.position-top.mobile {
  display: none;
}

.cube {
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  transform: translate(0);
}

.cube-front {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh);
}

.cube-front.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  padding-top: 0;
  transition: filter .4s;
}

.cube-front.images:hover {
  filter: grayscale();
}

.cube-right {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-right.no-padding {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  padding-top: 0;
  transition: filter .4s;
}

.cube-right.no-padding:hover {
  filter: grayscale();
}

.cube-left {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh)rotateX(0)rotateY(90deg)rotateZ(0);
}

.cube-left.no-padding {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  padding-top: 0;
  transition: filter .4s;
}

.cube-left.no-padding:hover {
  filter: grayscale();
}

.cube-bottom {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(0)translate3d(0, 0, 25vh)rotateX(90deg)rotateY(0)rotateZ(0);
}

.cube-bottom.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  transition: filter .4s;
}

.cube-bottom.images:hover {
  filter: grayscale();
}

.cube-top {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 25vh)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.cube-top.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
  transition: filter .4s;
}

.cube-top.images:hover {
  filter: grayscale();
}

.cube-back {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-origin: 50%;
  transform-style: preserve-3d;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  padding-top: 1vh;
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, -15vh);
}

.cube-back.images {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 45vh;
  height: 45vh;
}

.cube-back.images:hover {
  filter: grayscale();
}

.cube-wrapper {
  z-index: 10;
  pointer-events: auto;
  perspective: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cube-wrapper.hover {
  pointer-events: auto;
}

.cube-text {
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 13vh;
  font-weight: 700;
  line-height: 1;
}

.cube-text.top {
  text-align: center;
  transform-style: preserve-3d;
  font-size: 6vh;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.cube-marquee-top {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cube-marquee-top.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cube-marquee-mid {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  transform: translate(-59.7vh);
}

.cube-marquee-mid.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(-59.7vh);
}

.cube-marquee-bottom {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  transform: translate(-10vh);
}

.cube-marquee-bottom.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(-10vh);
}

.cube-lottie {
  filter: invert();
  transform-style: preserve-3d;
  width: 5vh;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.cube-top-wrap {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3vh 6vh;
  display: flex;
  overflow: hidden;
  transform: rotate(-90deg);
}

.footer {
  overflow: hidden;
}

.testimonial-image-wrapper {
  border-radius: .56rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.testimonial-heading {
  text-align: center;
  max-width: 114ch;
  display: flex;
}

.testimonial-heading.max-width {
  max-width: 90ch;
}

.opacity-50 {
  opacity: .5;
}

.testimonial-grid-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80rem;
  padding-top: 6rem;
  display: grid;
}

.testimonial-mouse-hover-follow {
  z-index: 99;
  opacity: .08;
  filter: blur(90px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 3.5rem;
  height: 3.5rem;
}

.testimonial-mouse-hover-wrapper {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12rem;
  display: flex;
}

.testimonial-card-message {
  z-index: 2;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.testimonial-card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .375rem;
  flex-flow: column;
  padding: 3.5rem 3rem 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card-content.left {
  background-color: #121212;
}

.testimonial-info {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-name {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.logos-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #fbfbfb1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.logo-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  border: 1px solid #fbfbfb29;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 4rem 3.5rem;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.logo-card:hover {
  opacity: 1;
  background-color: #161616;
  border-color: #fbfbfb00;
}

.logo-grid-component {
  margin-bottom: 12rem;
}

.logo-grid-component.margin-vertical-medium {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.services-component {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 87%;
  margin: 6rem auto 16rem;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
  position: relative;
}

.service-wrap {
  z-index: 9;
  margin-right: auto;
  position: relative;
}

.service-wrap._2 {
  margin-left: auto;
  margin-right: 0;
}

.service-wrap._3 {
  margin-left: auto;
  margin-right: 10%;
}

.service-wrap._1 {
  margin-left: 2vw;
}

.service-wrap._4 {
  margin-left: 4vw;
}

.services-text {
  opacity: .3;
  letter-spacing: -10px;
  text-transform: uppercase;
  font-size: 13vh;
  font-weight: 500;
  line-height: 1;
}

.services-image-work {
  z-index: 1;
  width: 40rem;
  height: auto;
  position: absolute;
  inset: 0% auto;
}

.services-image-1, .services-image-2, .services-image-3, .services-image-4 {
  position: absolute;
  inset: 0%;
}

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

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

._404-lottie {
  filter: invert();
  width: 16rem;
  margin-bottom: 4rem;
}

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

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

.works-content {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.work-top-arrow-wrap {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.work-top-arrow {
  width: 6.5rem;
}

.categorie-tag {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000047;
  border-radius: .3125rem;
  padding: .3125rem .4375rem;
}

.categorie-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.link-block {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.work-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--hellgrau_transparent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  border: 1px solid #fbfbfb2e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45vh;
  height: auto;
  padding: 2rem;
  display: flex;
}

.work-arrow-wrap {
  width: 3rem;
  margin-top: .5rem;
}

.work-dot {
  background-color: var(--white);
  border-radius: 50%;
  min-width: .5rem;
  min-height: .5rem;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.work-card-paragraph {
  width: 95%;
}

.services-blur {
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  display: flex;
}

.services-blur:hover {
  opacity: 1;
  transform: scale(.97)skew(-8deg);
}

.services-blur-text {
  opacity: 1;
  color: var(--white);
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1.2;
}

.services-blur-text.black {
  color: var(--black);
}

.about-hero {
  min-height: 100vh;
}

.about-hero-component {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 3.8rem;
  padding-left: .5rem;
  padding-right: 2.3rem;
  display: flex;
  position: relative;
}

.about-1-left-content {
  grid-column-gap: 2.0625rem;
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.about-1-hero-right-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
}

.about-1-hero-image {
  position: absolute;
  inset: 0%;
}

.about-hero-size {
  font-size: 3.5vw;
  line-height: 1.15;
}

.about-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12rem;
  display: flex;
}

.about-wrapper.webflowtext {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

.parallax-image {
  width: 100%;
}

.about-1-component {
  grid-row-gap: 15rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.about-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 260vh;
  margin-top: 6.5rem;
  position: relative;
}

.services-content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  opacity: 1;
  display: flex;
}

.services-content.mobile {
  display: none;
}

.bottom-about-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 7rem;
  display: flex;
}

.bottom-about-content.top-margin {
  padding-bottom: 16rem;
}

.bottom-about-content.top-margin.photo {
  justify-content: space-between;
  align-items: flex-start;
}

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

.top-about-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.services {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: nowrap;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.culture-title {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.culture {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.divider-line {
  background-color: var(--white);
  opacity: .3;
  width: 100%;
  height: 1px;
}

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

.divider-line.margin-4rem {
  margin-top: 4rem;
}

.about-content-wrapper {
  flex-flow: column;
  margin-top: 12rem;
  display: flex;
}

.about-2-logo-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 7rem;
  margin-left: 0;
  margin-right: 0;
}

.about-logos {
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-logo-image {
  object-fit: cover;
  width: 14rem;
}

.about-1-cube-content {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .1;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.cube-size {
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 16vw;
  font-weight: 800;
  line-height: 1;
}

.cube-size.hero-background {
  font-size: 19vw;
  font-weight: 700;
}

.cube-size.hero-background.photo {
  font-size: 14vw;
}

.card-size-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  height: 50rem;
  display: flex;
  overflow: hidden;
}

.card-size-component.margin-about {
  margin-top: 12rem;
  margin-bottom: 2rem;
}

.image-size {
  object-fit: cover;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  transition: all 2s cubic-bezier(.509, .223, .368, .971);
  overflow: hidden;
}

.image-size:hover {
  flex: 20%;
}

.banner-text-size {
  font-size: 6.6rem;
  font-weight: 900;
  line-height: 1;
}

.button-banner {
  grid-column-gap: .75rem;
  perspective: 78.125rem;
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 3rem;
}

.button-banner.align-middle {
  align-self: center;
}

.button-banner.no-background-color {
  background-color: #0000;
}

.button-banner.no-background-color.align-middle {
  align-self: center;
}

.banner-text {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70ch;
  display: flex;
}

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

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

.banner-padding {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8.9rem;
  padding-bottom: 8.9rem;
  display: flex;
  position: relative;
}

.banner-background {
  background-image: url('../images/Banner-Background.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .75rem;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.overlay-banner {
  opacity: .75;
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.philosophy-paragraph {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .73;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 41ch;
  display: flex;
}

.philosophy-component {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-top: 12rem;
  margin-bottom: 6rem;
  display: flex;
}

.philosophy-heading {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.logo-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fbfbfb1a;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-card-grid.margin-top {
  margin-top: 6.1rem;
}

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

.slider {
  background-color: #1d1d1d;
  border-radius: 1rem;
  flex-direction: row;
  width: 35rem;
  min-height: 45rem;
  margin-right: 1.5rem;
  overflow: hidden;
}

.slider:hover {
  background-color: #232323;
}

.mask {
  width: 35rem;
  height: 45rem;
  overflow: visible;
}

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

.display-none {
  display: none;
}

.slider-team {
  z-index: 2;
  opacity: .9;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 2.5rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.slider-team:hover {
  opacity: 1;
}

.exclusion {
  z-index: 10;
  mix-blend-mode: exclusion;
}

.team-member-component {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.team-card-image {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-slider-arrow-left {
  opacity: .7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: background-color .4s, opacity .3s;
  display: flex;
  inset: auto auto -6rem 0%;
}

.team-slider-arrow-left:hover {
  opacity: 1;
  background-color: #1f1f1f;
}

.team-slider-arrow-right {
  opacity: .7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: background-color .4s, opacity .2s;
  display: flex;
  inset: auto auto -6rem 4.5rem;
}

.team-slider-arrow-right:hover {
  opacity: 1;
  background-color: #1f1f1f;
}

.slider-team-member-wrapper {
  cursor: grab;
  background-color: #0000;
  height: auto;
  bottom: 3rem;
}

.team-heading {
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 111ch;
  display: flex;
}

.team-position {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff47;
  border-radius: .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  padding: .3125rem .4375rem;
  display: flex;
}

.text-color-black {
  color: #1d1d1d;
}

.team-member {
  overflow: hidden;
}

.year-component {
  z-index: 2;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

.year {
  justify-content: flex-end;
  display: flex;
}

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

.services-item-name {
  margin-left: 3rem;
}

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

.services-paragraph {
  color: #fbfbfb;
  padding-left: 6vw;
}

.services-item-number {
  margin-top: .7rem;
  margin-left: 1rem;
}

.services-row-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.services-item {
  grid-row-gap: 2.5rem;
  color: #e5e5e5;
  border-bottom: 1px solid #2b2b2b;
  flex-direction: column;
  padding-bottom: 2.5rem;
  transition: padding .5s;
  display: flex;
}

.services-item:hover {
  padding-bottom: 4rem;
}

.services-item.last {
  border-bottom-style: none;
}

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

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

.awards-component {
  grid-row-gap: 1rem;
  color: #e5e5e5;
  flex-direction: column;
  margin-top: 13rem;
  display: flex;
}

.hidden {
  display: none;
}

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

.text-size-xxlarge.line-height-150 {
  line-height: 1.5;
}

.testimonial-message {
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial-stars {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-about-image {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 83rem;
  height: auto;
  margin-top: 2rem;
  overflow: hidden;
}

.testimonial-slide {
  padding-left: 13rem;
  padding-right: 13rem;
}

.testimonial-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
}

.star-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.star-icon:hover {
  transform: translate(0, -3px);
}

.button-blog {
  grid-column-gap: .75rem;
  color: #fbfbfb;
  background-color: #0000;
  border: 1px solid #dfe1e75e;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button-blog.w--current {
  border-color: #dfe1e75e;
}

.vertical-line {
  opacity: .31;
  background-color: #fbfbfb;
  align-self: center;
  width: 1px;
  height: 1rem;
}

.blog-image-wrapper {
  height: 80vh;
  margin-top: 3rem;
  overflow: hidden;
}

.rich-text-padding {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 6.875rem;
  display: flex;
}

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

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

.button-icon {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.blog-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.empty-state {
  background-color: #0000;
}

.heading-contact-content {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.card-2-grid-contact {
  width: 100%;
}

.heading-contact {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.name-wrapper-contact {
  width: 100%;
}

.form-wrapper-contact {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 80rem;
  display: grid;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.contact-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 6rem;
  display: flex;
  overflow: hidden;
}

.adress-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.button-content {
  z-index: 4;
  position: relative;
}

.success-message {
  color: var(--black);
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-2-message-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--black) var(--black) #fff3;
  color: var(--white);
  background-color: #0000;
  border-radius: .5rem;
  min-height: 6rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .25s;
  overflow: auto;
}

.contact-2-message-field:hover {
  border-width: 1px;
  border-color: var(--black) var(--black) #90909033;
  background-color: #e1e1e133;
}

.contact-2-message-field:focus {
  background-color: #e1e1e133;
}

.card-1-grid-contanct {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 6.5vw;
  display: flex;
}

.contact-2-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--black) var(--black) #fbfbfb33;
  color: var(--white);
  background-color: #0000;
  border-radius: .5rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .25s, border-color .3s;
}

.contact-2-text-field:hover {
  border-color: var(--black) var(--black) #909090;
  background-color: #e1e1e133;
}

.contact-2-text-field:focus {
  background-color: #e1e1e133;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-contact-size {
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 13rem;
  font-weight: 500;
  line-height: 1;
}

.form-content {
  width: 100%;
}

.contact-image {
  border-radius: 500px;
  overflow: hidden;
}

.contact-background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.contact-bottom-component {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-left-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
}

.contact-card-content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.contact-card {
  z-index: 4;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #0003;
  border-bottom: 2px solid #fff;
  padding: 3.2rem 3rem;
  position: relative;
}

.message-field {
  background-color: #0000004f;
  border: 1px solid #fff3;
  border-radius: .3rem;
  min-height: 8rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.message-field:hover {
  background-color: #242424;
  border-width: .5px;
  border-color: #fff;
}

.message-field:focus {
  border-color: #fff;
}

.text-field {
  color: var(--white);
  background-color: #0000004d;
  border: 1px solid #fff3;
  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: all .4s;
}

.text-field:hover {
  background-color: #242424;
  border-width: .5px;
  border-color: #fff;
}

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

.form-padding {
  margin-top: 1.75rem;
}

.contact-3-form {
  flex-flow: column;
  display: flex;
}

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

.max-width-53ch.align-middle {
  text-align: center;
}

.max-width-53ch.align-middle.margin-top {
  margin-top: 2.5rem;
}

.pricing-heading {
  max-width: 90ch;
}

.pricing-subtitle {
  letter-spacing: 0;
  max-width: 60ch;
}

.pricing-heading-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
}

.pricing-card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  max-width: 75rem;
  display: flex;
}

.pricing-card-grid:nth-child(2n) {
  flex-flow: row-reverse;
  display: flex;
}

.left-card {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: #1c1c1c;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 3rem 3.5rem 4rem 3rem;
  display: flex;
  overflow: hidden;
}

.right-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1c1c1c;
  border-radius: .5rem;
  flex-flow: column;
  width: 50%;
  padding: .75rem .75rem 3rem;
  display: flex;
  overflow: hidden;
}

.opacity-60 {
  opacity: .6;
}

.card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 45ch;
  display: flex;
}

.card-content.max-width {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  max-width: 60ch;
}

.price {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.check-icon-wrap {
  background-color: #e4e6f9;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  min-height: 1.75rem;
  padding-left: .1rem;
  display: flex;
}

.check-icon {
  width: .875rem;
  height: auto;
}

.check-item-content {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.pricing-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-image {
  border-radius: .5rem;
  height: 20rem;
  overflow: hidden;
}

.card-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: .625rem;
  display: flex;
}

.pricing-component {
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 4rem;
  margin-bottom: 10rem;
  display: flex;
}

.blog-post-component {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  margin-top: 11rem;
  margin-bottom: 10rem;
  display: flex;
}

.section.no {
  display: block;
}

.blog-heading-size {
  font-size: 7.5rem;
  line-height: 1;
}

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

.view-all-tag {
  grid-column-gap: .6rem;
  color: #fbfbfb;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

.heading-component.margin-top-works {
  width: 100%;
  max-width: none;
  margin-top: 12rem;
  margin-bottom: 6.4rem;
}

.heading-component.margin {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.title-wrapper {
  color: #fbfbfb;
  text-decoration: none;
}

.publish-wrapper {
  grid-column-gap: 1rem;
  opacity: .8;
  letter-spacing: 1px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-background {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: .5rem;
  overflow: hidden;
}

.card {
  grid-row-gap: 1rem;
  color: #fbfbfb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  opacity: 1;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.blog-link:hover {
  opacity: .5;
}

.blog-link.w--current {
  display: flex;
}

.work-component {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 8rem;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  display: flex;
}

.work-component.bottom-margin {
  margin-bottom: 0;
}

.work-component.bottom-margin-4rem {
  margin-bottom: 4rem;
}

.work-home-gird {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 12rem;
  display: grid;
}

.work-div-wrapper {
  margin-top: 20vh;
}

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

.work-4-item:nth-child(odd) {
  margin-top: -20vh;
}

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

.work-info-wrapper {
  z-index: 2;
  grid-row-gap: .75rem;
  flex-direction: column;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.work-info-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-works-item-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-works-item-wrapper.quadratisch {
  height: 50vh;
}

.home-works-item-wrapper.smaller {
  height: 70vh;
}

.work-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.work-image-wrapper:hover {
  opacity: 1;
}

.work-info-top {
  color: #e5e5e5;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-scope-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.work-home-title {
  width: 60%;
}

.work-tag-item {
  background-color: var(--hellgrau_transparent);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #e5e5e5;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .3125rem;
  padding: .3125rem .5rem;
  text-decoration: none;
  display: inline-block;
}

.work-tag-item.abstand {
  margin-right: .5rem;
}

.work-heading {
  text-transform: uppercase;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 13vw;
  font-weight: 700;
  line-height: 1;
}

.work-heading-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.work-heading-images {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2vw;
  left: -3.5vw;
}

.work-hero-image {
  z-index: 2;
  align-self: flex-end;
  width: 18vw;
  height: 13vw;
  display: flex;
  position: relative;
}

.work-hero-image-right {
  z-index: 1;
  align-self: flex-end;
  width: 18vw;
  height: 13vw;
  display: flex;
  position: absolute;
  inset: auto -8vw 3.5vw auto;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-heading {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}

.password-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  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%;
  display: flex;
}

.section-style-guide {
  margin-top: 0;
}

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

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

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 12rem;
}

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

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

.style-guide-button {
  grid-row-gap: .25rem;
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .79;
}

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

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

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

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

.typography-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.opacity-81 {
  opacity: .8;
}

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

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.remove-button {
  color: #e5e5e580;
  cursor: pointer;
}

.cart-footer {
  border-top-color: #333;
}

.cart-icon {
  width: 100%;
  height: 60%;
  margin-right: 0;
}

.cart-container {
  background-color: #1d1d1d;
}

.checkout-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
}

.cart-quantity {
  background-color: #121212;
  border-color: #3b3b3b;
}

.apple-pay {
  border-radius: 6px;
}

.cart-header {
  border-bottom-color: #333;
}

.cart-button {
  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: .8;
  color: var(--black);
  background-color: #e5e5e5;
  transform: scale(.9);
}

.price-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: 1.5rem;
  display: flex;
}

.checkout-form {
  background-color: #101011;
  margin-bottom: 6rem;
  padding-top: 8rem;
}

.block-content {
  border-width: 0 0 1px;
  border-top-color: var(--black);
  background-color: var(--black);
  border-bottom-color: #fbfbfb33;
  border-radius: 0 0 .5rem .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-content.top-content {
  border-radius: .5px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.summary-sticky {
  top: 4rem;
}

.services-image-placeholder {
  position: absolute;
  inset: 0%;
}

.about-3-hero {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 25vh;
  display: flex;
}

.projects-mouse-hover-wrapper {
  z-index: 4;
  pointer-events: none;
  border: 1px solid #0000;
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.projects-mouse-hover-follow {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  background-color: #00000052;
  border-radius: 10rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  display: flex;
}

.works-heading {
  position: absolute;
}

.works-hover-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button-banner-3d {
  width: 14rem;
  height: 3rem;
  position: relative;
}

.button-banner-3d.align-middle {
  align-self: center;
}

.button-white {
  z-index: 3;
  background-color: var(--white);
  color: var(--black);
  border-radius: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem .8rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-black {
  transform-origin: 50% 100%;
  color: var(--white);
  transform-style: preserve-3d;
  background-color: #2a2a2a;
  border-radius: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  transform: rotateX(90deg)rotateY(0)rotateZ(0);
}

.button-face {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem .8rem;
  display: flex;
  position: relative;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.work-heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-heading-wrapper.left-align {
  justify-content: center;
  align-items: flex-start;
}

.hero-grid-image-wrapper {
  width: 28vw;
  height: 17vw;
}

.hero-grid-image-wrapper._1 {
  width: 10vw;
  height: 12vw;
}

.hero-grid-image-wrapper._2 {
  width: 19vw;
  height: 11vw;
}

.hero-grid-image-wrapper._3 {
  width: 22vw;
  height: 12vw;
}

.hero-grid-image-wrapper._4 {
  width: 14vw;
  height: 19vw;
}

.hero-grid-image-wrapper._5 {
  width: 15vw;
  height: 11vw;
}

.hero-grid-image-wrapper._6 {
  width: 21vw;
  height: 14vw;
  position: relative;
}

.home-hero {
  position: relative;
}

.home-hero.parallax {
  overflow: hidden;
}

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

.about-hero-grid {
  z-index: 1;
  grid-column-gap: 25vh;
  grid-row-gap: 25vh;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.about-hero-2 {
  z-index: 5;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.about-heading {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 3.5rem;
  display: flex;
  overflow: hidden;
}

.navbar-open {
  z-index: 90;
  background-color: #121212;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-button {
  z-index: 2147483647;
  cursor: pointer;
  background-color: #c8c8c800;
  padding: 0 1rem 1rem;
  position: relative;
}

.menu-button.w--open {
  background-color: #c8c8c800;
  padding: 1rem;
}

.nav-link-text {
  text-transform: uppercase;
  font-size: 7.5vh;
  font-weight: 700;
  line-height: 1;
}

.nav-link-text.absolute {
  opacity: .5;
  position: absolute;
}

.nav-link-text.absolute.second {
  opacity: 1;
  bottom: -28vh;
}

.navbar-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
  position: static;
}

.navbar-left {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10vh;
  margin-bottom: 5vh;
  display: flex;
}

.nav-link {
  color: #e5e5e5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.navbar-open-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.button-3 {
  color: #e5e5e5;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #ddd0;
  width: 100%;
  margin-top: 3rem;
  position: fixed;
}

.brand {
  z-index: 2147483647;
  color: #e5e5e5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand.w--current {
  width: auto;
  height: auto;
}

.navbar-lottie {
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: auto;
  display: flex;
}

.navbar-images {
  z-index: 1;
  align-self: center;
  width: 80%;
  height: 80%;
  position: relative;
  transform: rotate(-3deg);
}

.border-image {
  border-radius: var(--radius-0);
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.border-image-component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.services-blur-content {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10vh;
  margin-bottom: -10vh;
  padding-top: 1vh;
  overflow: hidden;
}

.glass-effect {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(0deg, #00000061, #0000 52%, #00000061);
  width: 100%;
  height: 25vh;
  position: static;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 40%);
  mask-image: linear-gradient(#0000 0%, #000 40%);
}

.glass-effect.bottom {
  -webkit-mask-image: linear-gradient(to top, #0000 0%, #000 40%);
  mask-image: linear-gradient(to top, #0000 0%, #000 40%);
}

.glass-effect.bottom.home {
  background-image: linear-gradient(0deg, #000, #0000);
  height: 50vh;
  transform: rotate(180deg);
  -webkit-mask-image: linear-gradient(#0000 0%, #000 40%);
  mask-image: linear-gradient(#0000 0%, #000 40%);
}

.glass-effect.top {
  background-image: linear-gradient(0deg, #00000061, #0000 52%, #00000061);
}

.glass-effect.absolute {
  background-image: linear-gradient(0deg, #000, #0000 52%, #00000061);
  height: 15vh;
  position: absolute;
  inset: auto 0% 0%;
}

.glass-effect.top {
  -webkit-mask-image: linear-gradient(to top, #0000 0%, #000 40%);
  mask-image: linear-gradient(to top, #0000 0%, #000 40%);
}

.glass-effect.top.home {
  background-image: linear-gradient(0deg, #000, #0000);
  height: 50vh;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 40%);
  mask-image: linear-gradient(#0000 0%, #000 40%);
}

.about-border-image {
  border-radius: var(--radius-0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.icon-wrapper {
  height: auto;
}

.home-hero-placeholder {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.home-cube-heading {
  z-index: 9;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  opacity: .1;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.cube-heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

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

.home-paragraph {
  font-size: 1.5rem;
  line-height: 1.5;
}

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

.template-component.architectural {
  margin-bottom: 10rem;
  padding-bottom: 0;
}

.heading-home {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.text-large-home {
  font-size: 1.25rem;
}

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

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

.text-link {
  grid-column-gap: 1rem;
  color: #fff;
  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);
}

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

.home-template-wrap.margin-top {
  margin-top: 0;
}

.figma-image-wrap {
  width: 60%;
}

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

.text-size-xdisplay {
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.figma {
  background-color: #0000;
  border: 1px solid #252525;
  justify-content: space-between;
  margin-top: 1rem;
  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;
}

.card-video-wrap {
  grid-row-gap: 1rem;
  color: #fbfbfb;
  background-color: #0000;
  border: 1px solid #252525;
  flex-direction: column;
  padding: .8rem .8rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, background-color .2s;
  display: flex;
  overflow: hidden;
}

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

.home-card-video-wrap {
  aspect-ratio: 1.82;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.logo-grid-heading {
  position: relative;
}

.logo-grid-heading.text-center {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.navbar-image-1 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(7deg);
}

.navbar-image-2 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(-5deg);
}

.navbar-image-3 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(-2deg);
}

.navbar-image-4 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(6deg);
}

.navbar-image-5 {
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.glass-effect-wrap {
  z-index: 4;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.glass-effect-wrap.home {
  justify-content: space-between;
}

.our-philosophy {
  opacity: .7;
  letter-spacing: .3rem;
  font-size: .875rem;
}

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

.product-description {
  opacity: .8;
  line-height: 1.7;
}

.icon {
  filter: invert();
}

.close-button {
  filter: invert();
  cursor: pointer;
}

.blog-subtitle {
  opacity: .8;
  max-width: 70ch;
}

.blog-heading-title {
  font-size: 5vw;
  line-height: 1.2;
}

.work-categories {
  text-transform: uppercase;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 12vw;
  line-height: 1;
}

.top-content {
  border-width: 0 0 1px;
  border-top-color: var(--black);
  background-color: var(--black);
  border-bottom-color: #fbfbfb33;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cart-button-wrapper {
  align-self: flex-start;
}

.cart-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
}

.cart-quantity-2 {
  color: var(--black);
  background-color: #dbdbdb;
}

.contact-hero {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

.contact-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.contact-address {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: grid;
}

.contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.contact-text {
  text-align: right;
  text-transform: uppercase;
  margin-top: 4rem;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 15rem;
  font-weight: 500;
  line-height: .9;
}

.contact-section {
  overflow: hidden;
}

.contact-left-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 3.5rem;
  display: flex;
  overflow: hidden;
}

.contact-images-wrap {
  z-index: 1;
  align-self: center;
  width: 80%;
  height: 60%;
  position: relative;
  transform: rotate(-3deg);
}

.services-blur-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.blur-sticky {
  height: 200vh;
}

.home-3-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100svh;
  padding-right: 3.5rem;
  display: grid;
}

.home-3-section {
  justify-content: flex-start;
  align-items: stretch;
  width: 110vw;
  padding-left: 3.5rem;
  display: flex;
}

.home-3-h1 {
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 20vw;
  line-height: 1;
}

.image-1 {
  height: 25vh;
  padding-top: 1vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.image-3 {
  width: 120%;
  height: 25rem;
  position: relative;
  left: -20%;
}

.hero-3-text {
  text-align: center;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.hero-3-text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.text-block-top {
  margin-right: 6vw;
}

.image-4 {
  height: 80%;
}

.text-block {
  padding-bottom: 4vw;
  padding-left: 7vw;
}

.image-2-hero {
  width: 100%;
  height: 14vh;
}

.image-2 {
  object-fit: contain;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.glass-effect-top {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(0deg, #00000061, #0000 50%, #00000061);
  width: 100%;
  height: 25vh;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 40%);
  mask-image: linear-gradient(#0000 0%, #000 40%);
}

.glass-effect-bottom {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(0deg, #00000061, #0000 50%, #00000061);
  width: 100%;
  height: 25vh;
  -webkit-mask-image: linear-gradient(to top, #0000 0%, #000 40%);
  mask-image: linear-gradient(to top, #0000 0%, #000 40%);
}

.buy-now {
  grid-column-gap: .75rem;
  perspective: 78.125rem;
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 3rem;
}

.buy-now.no-background-color {
  background-color: #0000;
}

.button-banner-categories {
  grid-column-gap: .75rem;
  perspective: 78.125rem;
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 3rem;
}

.button-banner-categories.no-background-color {
  background-color: #0000;
}

.logo {
  width: 10em;
  max-width: none;
  height: auto;
}

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

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

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

.image-header {
  height: 100%;
}

.text-content {
  text-align: center;
  flex-flow: column;
  font-size: 2rem;
}

.text-content ul {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
}

.text-content img {
  border-radius: .5rem;
}

.text-content h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.text-content h2 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-content h1, .text-content h4, .text-content h5 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

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

.text-content.text-align-center, .text-content.links {
  text-align: left;
}

.image-scale {
  transition: all .8s;
}

.image-scale:hover {
  opacity: .4;
  transform: scale(1.05);
}

.collection-list-wrapper {
  display: none;
}

.collection-list-wrapper.startseite {
  display: block;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-modal_component {
  background-color: #eee;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 1rem #61523900;
}

.cookie-modal_description {
  color: #1b1b1c;
}

.cookie-modal_button-wrap.is-small {
  background-color: #ddd;
  display: flex;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
}

.cookie-modal_button {
  color: #1b1b1c;
  text-align: center;
  background-color: #bbc4fc;
  border-radius: .25rem;
  padding: .875em 1.25em 1rem;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #797979;
}

.cookie-modal_title.is-small {
  color: #1b1b1c;
  margin-bottom: .1875em;
  font-size: 1.5rem;
  font-weight: 600;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton_line.is-right {
  cursor: pointer;
  background-color: #797979;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  cursor: pointer;
  background-color: #797979;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.link-2 {
  color: #797979;
}

.cookie-modal_button_text {
  outline-offset: 0px;
  color: #1b1b1c;
  outline: 3px #1b1b1c;
  text-decoration: none;
}

.cookie-modal_button-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-2.is-small {
  background-color: #0000;
  justify-content: flex-start;
  padding: 1.5rem;
}

.screenreader-only {
  cursor: pointer;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_component-2 {
  background-color: #ddd;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_button-wrap-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap-3.in-pref-manger {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_content-wrap-2 {
  padding: 1.75rem 2rem;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.image-8 {
  margin-right: 7px;
  padding-right: 0;
  display: inline-block;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.accordion-panel {
  display: none;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-2.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_title-2 {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #a0a1af;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #a0a1af;
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.accordion-wrapper {
  width: 100%;
  display: block;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.screenreader-only-2 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_closebutton_line-2 {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line-2.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line-2.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_link {
  color: #1b1b1c;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #bbc4fc;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #9ea29f;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.section-ai {
  display: block;
}

.services-blur-no {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-blur-no:hover {
  opacity: 1;
}

.image-9, .image-10 {
  height: 4rem;
}

.image-logo {
  height: 100%;
}

.link-photo {
  transition: opacity .6s;
}

.link-photo:hover {
  opacity: .3;
}

.max-width-90 {
  max-width: 80ch;
  position: relative;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-1.caps {
    font-size: 7rem;
  }

  .heading-1.about {
    font-size: 17vw;
  }

  .heading-2.large {
    font-size: 3.5rem;
  }

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

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

  .heading-3.philosophy {
    font-size: 3rem;
  }

  .heading-3.team {
    font-size: 3.2rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .heading-4.caps {
    order: -1;
  }

  .heading-6.culture {
    font-size: 1.7rem;
    display: block;
  }

  .caps.heading-2.projects {
    font-size: 17vw;
  }

  .rich-text h3 {
    font-size: 1.2rem;
  }

  .rich-text h2 {
    font-size: 1.5rem;
  }

  .rich-text h4 {
    font-size: 1.1rem;
  }

  .rich-text h5 {
    font-size: 1rem;
  }

  .hero.about {
    min-height: auto;
  }

  .branding-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .branding-component.bottom-margin {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .branding-component.bottom-margin.home-2 {
    padding-top: 0;
  }

  .branding-title.text-center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work-wrapper.bottom {
    height: 90vh;
  }

  .work-wrapper.homesite.hs01, .work-wrapper.homesite.hs02, .work-wrapper.homesite.hs03, .work-wrapper.homesite.hs04, .work-wrapper.homesite.hs05 {
    height: 60vh;
  }

  .about-component {
    grid-row-gap: 4rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .about-component.top-margin {
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-title {
    margin-right: 0%;
  }

  .about-paragraph {
    margin-top: 0;
    margin-left: 0%;
  }

  .works-hero-content {
    margin-bottom: 2rem;
  }

  .works-hero-image {
    height: 50vh;
  }

  .works-template {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }

  .work-content {
    margin-bottom: 4rem;
  }

  .work-image {
    height: 50vh;
  }

  .work-image.vertical {
    height: 50vh;
    margin-bottom: 6rem;
  }

  .ticker {
    margin-top: 5.1rem;
    margin-bottom: 5.1rem;
  }

  .blog-component {
    margin-bottom: 6rem;
  }

  .blog-list {
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .blog-card-image-wrap {
    height: 40vh;
  }

  .blog-card-content {
    margin-top: 1rem;
  }

  .blog-card-title {
    max-width: none;
  }

  .blog-divider-wrap {
    margin-top: 4rem;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .credits-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-content {
    flex-flow: column;
    margin-bottom: 12vh;
  }

  .position-top {
    display: block;
  }

  .position-top.mobile {
    display: inline-block;
  }

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

  .testimonial-grid-wrapper {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .testimonial-mouse-hover-wrapper {
    display: none;
  }

  .testimonial-wrap {
    padding-top: 3rem;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logos-grid.no, .logos-grid.offline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

  .logo-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .logo-grid-component {
    margin-bottom: 6rem;
  }

  .logo-grid-component.margin-vertical-medium {
    margin-bottom: 0;
  }

  .services-component {
    max-width: none;
    margin-bottom: 6rem;
  }

  .services-text {
    opacity: 1;
    letter-spacing: -5px;
    font-size: 13vw;
  }

  .services-image-work {
    width: 80vw;
    height: auto;
  }

  .works-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .works-content-left {
    text-align: center;
  }

  .link-block {
    z-index: 2;
  }

  .work-card {
    width: auto;
    max-width: 50ch;
    height: auto;
  }

  .about-hero-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .about-1-left-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90%;
  }

  .about-1-hero-right-content {
    display: none;
  }

  .about-hero-size {
    font-size: 6vw;
  }

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

  .about-1-component {
    grid-row-gap: 4rem;
  }

  .about-image {
    margin-top: 6rem;
  }

  .about-image.about-3 {
    margin-top: 3rem;
  }

  .services-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .bottom-about-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .bottom-about-content.top-margin {
    padding-bottom: 8rem;
  }

  .top-about-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .culture-title {
    width: auto;
  }

  .culture {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    opacity: .8;
    width: 100%;
  }

  .about-content-wrapper {
    margin-top: 1rem;
  }

  .about-2-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-1-cube-content {
    min-height: 77vh;
  }

  .card-size-component {
    flex-flow: column;
  }

  .card-size-component.margin-about {
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .image-size {
    width: 100%;
  }

  .banner-text-size {
    font-size: 5rem;
    line-height: 1;
  }

  .banner-background {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .philosophy-paragraph {
    align-self: flex-start;
    max-width: none;
  }

  .philosophy-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .philosophy-heading {
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
  }

  .logo-card-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logo-card-grid.margin-top.margin-bottom {
    margin-top: 3.3rem;
    margin-bottom: 4rem;
  }

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

  .slider {
    width: 30rem;
    min-height: 40rem;
  }

  .mask {
    width: 30rem;
    height: 40rem;
  }

  .team-member-component {
    margin-top: 6rem;
  }

  .team-item {
    border-radius: 1rem;
  }

  .year-component {
    margin-top: 15vh;
  }

  .services-item-name {
    margin-left: 0;
  }

  .grid-12-column {
    grid-row-gap: 5.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .awards-component {
    grid-row-gap: 5rem;
    margin-top: 12rem;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-component {
    grid-row-gap: 2rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .heading-contact-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-2-grid-contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .form-wrapper-contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr .25fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-component {
    align-items: center;
  }

  .adress-content {
    display: none;
  }

  .card-1-grid-contanct {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .contact-2-text-field {
    padding-left: .5rem;
  }

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

  .heading-contact-size {
    font-size: 6rem;
  }

  .contact-image {
    border-radius: 1rem;
    width: 100%;
  }

  .contact-card-content {
    height: auto;
    min-height: 100vh;
  }

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

  .pricing-card-grid {
    flex-flow: column-reverse;
    max-width: none;
    display: flex;
  }

  .pricing-card-grid:nth-child(2n) {
    flex-flow: column-reverse;
  }

  .left-card {
    text-align: center;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .right-card {
    width: auto;
  }

  .card-content {
    text-align: left;
    align-items: flex-start;
  }

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

  .card-image {
    height: auto;
  }

  .card-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-component {
    margin-bottom: 8rem;
  }

  .blog-post-component {
    margin-bottom: 4rem;
  }

  .blog-heading-size {
    font-size: 15vw;
  }

  .heading-component {
    padding-top: 6rem;
  }

  .heading-component.margin-top-works {
    margin-bottom: 6rem;
  }

  .card {
    width: 100%;
    max-width: none;
  }

  .work-component {
    margin-top: 25vh;
    margin-bottom: 4rem;
  }

  .work-home-gird {
    grid-template-columns: 1fr;
  }

  .work-div-wrapper {
    margin-top: 0;
  }

  .work-4-collection-list {
    grid-template-columns: 1fr;
  }

  .work-4-item:nth-child(odd) {
    margin-top: 0;
  }

  .home-works-item-wrapper {
    height: 80vh;
  }

  .home-works-item-wrapper.quadratisch {
    height: 60vh;
  }

  .work-heading {
    font-size: 15vw;
  }

  .work-hero-image, .work-hero-image-right {
    width: 24vw;
    height: 17vw;
  }

  .password-heading {
    white-space: nowrap;
    font-size: 10vw;
  }

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

  .changelog-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .about-3-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 15vh;
  }

  .projects-mouse-hover-wrapper {
    display: none;
  }

  .hero-grid-image-wrapper._1 {
    width: 80%;
    height: 80%;
  }

  .hero-grid-image-wrapper._2 {
    width: 90%;
    height: 15rem;
  }

  .hero-grid-image-wrapper._3 {
    width: 80%;
    height: 80%;
  }

  .hero-grid-image-wrapper._4 {
    width: 80%;
    height: 15rem;
  }

  .hero-grid-image-wrapper._5 {
    width: 65%;
    height: 16rem;
  }

  .hero-grid-image-wrapper._6 {
    width: 80%;
    height: 12rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    min-height: 100vh;
  }

  .about-hero-2 {
    grid-row-gap: 1rem;
  }

  .navbar-right {
    display: none;
  }

  .nav-link-text {
    font-size: 8vh;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .nav-link {
    align-self: center;
  }

  .navbar-open-component {
    grid-template-columns: 1fr;
  }

  .navbar {
    position: absolute;
  }

  .home-paragraph {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .template-component {
    margin-bottom: 6rem;
    padding-top: 0;
  }

  .heading-home {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.8rem;
    line-height: 1.15;
  }

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

  .home-template-wrap {
    margin-top: 0;
  }

  .figma-image-wrap {
    width: 100%;
  }

  .figma-image {
    height: 100%;
  }

  .figma {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
  }

  .figma-content {
    width: 100%;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    margin-left: 0;
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .home-page-cards-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .blog-heading-title {
    font-size: 4rem;
  }

  .contact-right {
    width: 100%;
  }

  .contact-text {
    font-size: 28vw;
  }

  .contact-left-wrap {
    display: none;
  }

  .home-3-hero {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 15vh;
    padding-bottom: 6rem;
    padding-right: 0;
  }

  .home-3-section {
    width: 100%;
    padding-right: 3.5rem;
  }

  .home-3-h1 {
    font-size: 17vw;
  }

  .image-1 {
    height: 50vh;
    padding-top: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    display: none;
  }

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

  .text-block-top {
    margin-right: 0;
    padding-left: 4vw;
  }

  .image-4, .text-block, .image-2-hero {
    display: none;
  }

  .image-2 {
    object-fit: cover;
  }

  .div-block {
    display: none;
  }

  .privacy-policy-wrapper, .privacy-policy-wrapper-2 {
    width: 100%;
  }

  .text-content h3 {
    font-size: 1.2rem;
  }

  .text-content h2 {
    font-size: 1.5rem;
  }

  .text-content h4 {
    font-size: 1.1rem;
  }

  .text-content h5 {
    font-size: 1rem;
  }

  .max-width-90 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.small, .container.medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-1.caps {
    font-size: 6rem;
  }

  .heading-2.large {
    font-size: 2.5rem;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .heading-3.text-weight-regular.branding, .heading-3.text-weight-regular.testimonial {
    font-size: 2rem;
  }

  .heading-3.philosophy, .heading-3.team {
    font-size: 2.5rem;
  }

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

  .heading-6.culture {
    font-size: 1.5rem;
  }

  .heading-5 {
    font-size: 2.7rem;
  }

  .text-size-huge {
    font-size: 1.5rem;
  }

  .text-size-huge.large {
    font-size: 2.5rem;
  }

  .text-size-huge.about {
    font-size: 2rem;
  }

  .caps.heading-1 {
    font-size: 5rem;
  }

  .branding-component.bottom-margin {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .branding-title.text-center {
    margin-bottom: 3.6rem;
  }

  .work-wrapper.bottom {
    height: 90vh;
  }

  .work-wrapper.bottom.web2 {
    height: 60vh;
  }

  .work-wrapper.homesite.hs01, .work-wrapper.homesite.hs02, .work-wrapper.homesite.hs03, .work-wrapper.homesite.hs04, .work-wrapper.homesite.hs05 {
    height: 40vh;
  }

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

  .about-component.top-margin {
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .works-hero-image {
    height: 30vh;
  }

  .works-template {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .work-content {
    margin-bottom: 4rem;
  }

  .work-image {
    height: 30vh;
  }

  .work-image.margin-bottom {
    margin-bottom: 6rem;
  }

  .work-image.vertical {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .work-image.vertical.right {
    width: 100%;
  }

  .blog-component {
    margin-bottom: 4rem;
  }

  .blog-card-image-wrap {
    height: 30vh;
  }

  .footer-text {
    margin-top: 2rem;
    bottom: -1.6rem;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .footer-content {
    margin-bottom: 6vh;
  }

  .footer-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cube-front, .cube-right, .cube-left, .cube-bottom, .cube-top {
    width: 30vh;
    height: 30vh;
  }

  .cube-back {
    width: 30vh;
    height: 30vh;
    transform: translate3d(0, 0, -5vh);
  }

  .cube-text {
    font-size: 10vh;
  }

  .testimonial-grid-wrapper, .testimonial-wrap {
    padding-top: 4rem;
  }

  .logo-card {
    padding: 3rem 2rem;
  }

  .logo-grid-component {
    margin-bottom: 4rem;
  }

  .logo-grid-component.margin-vertical-medium {
    margin-top: 4rem;
  }

  .services-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .services-image-work {
    width: 80vw;
  }

  .utility-page-form {
    width: 25rem;
  }

  .works-content {
    justify-content: flex-end;
    align-items: center;
  }

  .about-hero-component {
    padding-left: 0;
    padding-right: 0;
  }

  .about-1-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .about-hero-size {
    font-size: 7vw;
  }

  .about-wrapper, .about-image {
    margin-top: 4rem;
  }

  .services-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .services {
    width: auto;
  }

  .culture-title {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .about-2-logo-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
  }

  .card-size-component.margin-about {
    margin-top: 4rem;
  }

  .banner-text-size {
    font-size: 3.5rem;
  }

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

  .banner-background {
    height: auto;
    margin-top: 0;
  }

  .philosophy-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .philosophy-heading {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .slider-team {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-member-component {
    margin-top: 4rem;
  }

  .year-component {
    margin-top: 6rem;
  }

  .services-paragraph {
    padding-left: 0;
  }

  .services-item-number {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .grid-12-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-9-column {
    grid-template-columns: .5fr 1fr 1fr 1fr;
  }

  .awards-component {
    margin-top: 4rem;
  }

  .testimonial-component {
    padding-top: 4rem;
  }

  .rich-text-padding {
    padding-left: 0;
  }

  .heading-contact-size {
    font-size: 4rem;
  }

  .contact-bottom-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .contact-left-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .contact-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .left-card {
    padding: 1.5rem 1.5rem 2rem;
  }

  .card-content, .check-item {
    text-align: left;
  }

  .pricing-component {
    margin-bottom: 4rem;
  }

  .blog-post-component {
    margin-top: 25vh;
  }

  .view-all-tag {
    white-space: nowrap;
  }

  .blog-tags-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-component.margin-top-works {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }

  .heading-component.margin {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .work-component {
    margin-bottom: 4rem;
  }

  .home-works-item-wrapper {
    height: 80vh;
  }

  .home-works-item-wrapper.quadratisch {
    height: 50vh;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .changelog-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .about-3-hero {
    padding-top: 25vh;
  }

  .works-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-grid-image-wrapper {
    width: 40vw;
    height: 27vh;
  }

  .hero-grid-image-wrapper._1, .hero-grid-image-wrapper._4 {
    display: none;
  }

  .hero-grid {
    min-height: 90vh;
  }

  .about-hero-2 {
    height: 90vh;
  }

  .menu-button {
    position: relative;
  }

  .nav-link-text {
    font-size: 7vh;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-link {
    white-space: nowrap;
  }

  .navbar {
    position: absolute;
  }

  .heading-component-2 {
    grid-row-gap: 1rem;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .template-component {
    margin-bottom: 4rem;
  }

  .heading-home {
    font-size: 2.5rem;
  }

  .figma-content {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .logo-grid-heading.text-center {
    margin-bottom: 4rem;
  }

  .blog-heading-title {
    font-size: 3.5rem;
  }

  .contact-address {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .services-blur-wrap {
    height: 80vh;
  }

  .blur-sticky {
    height: 160vh;
  }

  .home-3-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-modal_button-wrap-2, .cookie-modal_button-wrap-3 {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap-3.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_content-wrap-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.small, .container.medium, .container.large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-component {
    grid-template-rows: auto;
  }

  .heading-1.caps {
    font-size: 5rem;
  }

  .heading-2.large {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .heading-3 {
    font-size: 3.2rem;
  }

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

  .heading-3.team {
    font-size: 2rem;
  }

  .style-guide-item-grid {
    flex-flow: column;
    display: flex;
  }

  .text-size-huge {
    font-size: 1.2rem;
  }

  .text-size-huge.large {
    font-size: 2rem;
  }

  .text-size-huge.blog {
    font-size: 1.6rem;
  }

  .text-size-huge.footer {
    font-size: 1.5rem;
  }

  .text-size-huge.ai {
    font-size: 1.6rem;
  }

  .caps {
    display: block;
  }

  .caps.heading-1 {
    font-size: 3rem;
  }

  .caps.mobile {
    display: none;
  }

  .caps.ai_art {
    margin-bottom: 2rem;
  }

  .style-guide-hero.no-margin {
    padding-bottom: 0;
  }

  .home-1-hero-paragrah {
    max-width: none;
  }

  .home-1-hero-button {
    display: none;
  }

  .home-1-hero-left-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-1-hero-left-text.top-margin {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

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

  .branding-subtitle {
    font-size: .85rem;
  }

  .work-wrapper {
    height: 75vh;
  }

  .work-wrapper.bottom.web2 {
    height: 90vh;
  }

  .work-wrapper.homesite.hs01, .work-wrapper.homesite.hs02, .work-wrapper.homesite.hs03, .work-wrapper.homesite.hs04, .work-wrapper.homesite.hs05 {
    height: 40vh;
  }

  .working-heading {
    font-size: 15vw;
    line-height: 1.1;
  }

  .works-hero-content {
    margin-top: 10vh;
  }

  .works-hero-image, .work-image, .work-image.margin-bottom {
    height: auto;
  }

  .work-image.vertical {
    height: 40vh;
  }

  .ticker {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .blog-component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .blog-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-card-image-wrap {
    height: 20vh;
  }

  .blog-card-content {
    margin-bottom: 1rem;
  }

  .footer-text {
    bottom: -.5rem;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-social-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cube-front, .cube-front.images, .cube-right, .cube-right.no-padding, .cube-left, .cube-left.no-padding, .cube-bottom, .cube-bottom.images, .cube-top, .cube-top.images {
    width: 25vh;
    height: 25vh;
  }

  .cube-back {
    width: 25vh;
    height: 25vh;
    transform: translate3d(0, 0, 5vh);
  }

  .cube-back.images {
    width: 25vh;
    height: 25vh;
  }

  .cube-text {
    font-size: 7vh;
  }

  .cube-text.top {
    font-size: 4vh;
  }

  .cube-marquee-top, .cube-marquee-mid, .cube-marquee-bottom {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
  }

  .testimonial-grid-wrapper {
    padding-top: 2rem;
  }

  .testimonial-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logos-grid {
    grid-template-columns: 1fr;
  }

  .logos-grid.no, .logos-grid.offline {
    flex-flow: column;
    display: flex;
  }

  .logo-card {
    border-width: .5px;
  }

  .service-wrap._1 {
    margin-top: -1.5rem;
    margin-left: -4.5vw;
  }

  .services-text {
    white-space: nowrap;
    font-size: 10vw;
  }

  .services-image-work {
    width: 80vw;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utility-page-form {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .works-content {
    justify-content: center;
    align-items: center;
  }

  .work-card {
    padding: 1rem;
  }

  .work-dot {
    display: none;
  }

  .about-hero {
    flex-flow: row;
    min-height: 100svh;
    display: flex;
  }

  .about-hero-component {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .about-hero-size {
    font-size: 2rem;
  }

  .parallax-image {
    height: 100%;
  }

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

  .services-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: none;
  }

  .services-content.mobile {
    display: block;
  }

  .bottom-about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .top-about-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services.mobile {
    margin-top: 2rem;
  }

  .culture {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .divider-line {
    width: 100%;
  }

  .about-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-2-logo-grid {
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .banner-text-size {
    font-size: 3rem;
    line-height: 1.2;
  }

  .banner-text {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner-content {
    width: 100%;
  }

  .banner-background {
    height: auto;
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .logo-card-grid {
    grid-template-columns: 1fr;
  }

  .logo-card-grid.margin-top.margin-bottom {
    margin-bottom: 2.5rem;
  }

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

  .slider {
    width: 100%;
    height: 50vh;
    min-height: auto;
    margin-right: 1rem;
  }

  .mask {
    width: 100%;
    height: 50vh;
  }

  .slider-team {
    padding-left: 0;
  }

  .team-item {
    padding-bottom: 1rem;
  }

  .team-slider-arrow-left, .team-slider-arrow-right {
    bottom: -4rem;
  }

  .slider-team-member-wrapper {
    width: 100%;
  }

  .team-position {
    margin-bottom: 1rem;
  }

  .year-component {
    margin-top: 4rem;
  }

  .max-width-20ch {
    max-width: none;
  }

  .max-width-20ch.opacity-50 {
    text-decoration: none;
  }

  .grid-12-column {
    grid-row-gap: 1rem;
  }

  .awards-component {
    margin-top: 4rem;
  }

  .text-size-xxlarge {
    font-size: 1.3rem;
  }

  .testimonial-component {
    padding-top: 4rem;
  }

  .vertical-line.display-none-mobile {
    display: none;
  }

  .rich-text-padding {
    padding-left: 0;
  }

  .heading-contact-content {
    text-align: center;
  }

  .heading-contact {
    flex-flow: column;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact-2-message-field, .contact-2-text-field {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .form {
    width: 100%;
  }

  .heading-contact-size {
    font-size: 4rem;
  }

  .contact-background {
    height: 100%;
    inset: 0%;
  }

  .contact-bottom-component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .contact-left-content {
    width: 100vw;
  }

  .contact-card-content {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }

  .form-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

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

  .view-all-tag {
    justify-content: center;
    align-items: center;
  }

  .heading-component.margin-top-works {
    margin-top: 25vh;
  }

  .heading-component.margin {
    margin-top: 0;
    padding-top: 4rem;
  }

  .card {
    grid-row-gap: 1rem;
  }

  .work-component {
    margin-bottom: 4rem;
  }

  .work-component.bottom-margin, .work-component.bottom-margin-4rem {
    margin-top: 10vh;
  }

  .work-info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-works-item-wrapper {
    height: 35vh;
  }

  .home-works-item-wrapper.quadratisch {
    height: 27vh;
  }

  .home-works-item-wrapper.smaller {
    height: 35vh;
  }

  .project-scope-collection-list {
    flex-flow: wrap;
  }

  .work-heading {
    font-size: 17vw;
  }

  .work-hero-image {
    left: -3vw;
  }

  .work-hero-image-right {
    bottom: 9vw;
    right: -3.7vw;
  }

  .password-wrap {
    width: 100%;
  }

  .section-style-guide {
    margin-top: 0;
  }

  .text-box.large {
    padding-top: 0;
  }

  .changelog-component {
    width: 100%;
  }

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

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

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .hero-grid-image-wrapper {
    height: 20vh;
  }

  .hero-grid-image-wrapper._1, .hero-grid-image-wrapper._4 {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: 100vh;
  }

  .about-hero-2 {
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .nav-link-text {
    font-size: 4vh;
  }

  .navbar-component {
    grid-template-columns: 1fr 1fr;
  }

  .services-blur-content {
    margin-top: 10vh;
  }

  .glass-effect.bottom {
    height: 50vh;
  }

  .glass-effect.bottom.home {
    height: 25vh;
  }

  .glass-effect.top {
    height: 50vh;
  }

  .glass-effect.top.home {
    height: 25vh;
  }

  .heading-component-2 {
    grid-row-gap: 1rem;
  }

  .home-paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }

  .template-component {
    margin-bottom: 4rem;
  }

  .heading-home {
    font-size: 2rem;
  }

  .heading-button {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .text-link {
    justify-content: flex-start;
  }

  .text-size-xdisplay {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .figma-content {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .glass-effect-wrap.home {
    height: 60vh;
  }

  .blog-heading-title {
    font-size: 2.5rem;
  }

  .section-contact {
    padding-top: 15vh;
    padding-bottom: 15vh;
    position: relative;
  }

  .contact-right {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-address {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

  .services-blur-wrap {
    height: 60vh;
  }

  .blur-sticky {
    height: 120vh;
  }

  .image-1 {
    height: 30vh;
    padding-top: 0;
  }

  .hero-3-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .text-block-top {
    padding-left: 0;
  }

  .text-content {
    font-size: 1.5rem;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap-2.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .cookie-modal_button-wrap-3.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-phone {
    font-size: .9rem;
  }
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd44f-24af7e24 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd459-24af7e24 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd4c3-24af7e24 {
  justify-self: start;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd4c5-24af7e24 {
  align-self: end;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd4c7-24af7e24 {
  justify-self: end;
}

#w-node-_6ef712c3-0819-5e58-6cc3-7f3715116868-15116865 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_6ef712c3-0819-5e58-6cc3-7f371511686d-15116865 {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_6ef712c3-0819-5e58-6cc3-7f371511686f-15116865, #w-node-_35773a97-5056-6295-d9ae-64636a494069-b68928e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed55c-24af7e31, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed562-24af7e31, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed568-24af7e31, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed56e-24af7e31 {
  place-self: center;
}

#w-node-ba941542-a5f6-95db-ea1f-143526c2329a-24af7e31, #w-node-ba941542-a5f6-95db-ea1f-143526c232ae-24af7e31 {
  justify-self: center;
}

#w-node-_0986f3eb-810e-5301-fcbd-ecceaca8ecb7-24af7e34 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_48a427e0-635e-9b77-c19b-26d85d941051-24af7e34 {
  grid-area: 1 / 7 / 2 / 10;
  place-self: end;
}

#w-node-_5f0e6a69-888b-2707-75f1-1412683597dc-24af7e34 {
  place-self: end center;
}

#w-node-_41b099c6-7e50-57eb-97ca-1a6209292e2f-24af7e34 {
  grid-area: 1 / 3 / 2 / 6;
  align-self: start;
}

#w-node-_206c007a-e70f-25ea-7b59-e00039724aaa-24af7e34 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: center;
}

#w-node-_54c6d8bc-ce25-de23-ad3c-b765c5f11544-24af7e34 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_14c26d80-5f6e-aa55-fbf7-1a2c0245e266-24af7e34 {
  grid-area: 3 / 5 / 4 / 9;
  place-self: center;
}

#w-node-_561d4033-d9c2-60b1-3423-a55c72dba4f1-24af7e34 {
  grid-area: 3 / 9 / 4 / 13;
  place-self: center;
}

#w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed55c-24af7e34, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed562-24af7e34, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed568-24af7e34, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed56e-24af7e34 {
  place-self: center;
}

#w-node-a1795bed-d39a-bd61-0a91-f0556d63e520-24af7e35 {
  align-self: start;
}

#w-node-a1795bed-d39a-bd61-0a91-f0556d63e524-24af7e35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1795bed-d39a-bd61-0a91-f0556d63e52b-24af7e35 {
  align-self: start;
}

#w-node-a1795bed-d39a-bd61-0a91-f0556d63e52f-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a922-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a924-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a926-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a928-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a92a-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a92c-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a92e-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a930-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a932-24af7e35, #w-node-_301505c6-544e-6028-b946-f2eab720a934-24af7e35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_942100c6-5285-329c-4189-04b2c5045f36-24af7e37 {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: center;
}

#w-node-_942100c6-5285-329c-4189-04b2c5045f38-24af7e37 {
  grid-area: 1 / 1 / 3 / 4;
  place-self: center end;
}

#w-node-_942100c6-5285-329c-4189-04b2c5045f3a-24af7e37 {
  grid-area: 6 / 1 / 8 / 5;
  place-self: center;
}

#w-node-_942100c6-5285-329c-4189-04b2c5045f3e-24af7e37 {
  grid-area: 6 / 7 / 9 / 10;
  place-self: center;
}

#w-node-_942100c6-5285-329c-4189-04b2c5045f40-24af7e37 {
  grid-area: 6 / 10 / 8 / 13;
  place-self: center;
}

#w-node-_942100c6-5285-329c-4189-04b2c5045f42-24af7e37 {
  grid-area: 1 / 9 / 3 / 12;
  place-self: center;
}

#w-node-_3bbda69f-88e1-d7ee-e4b0-719594acdf6c-24af7e37 {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: center;
}

#w-node-_3bbda69f-88e1-d7ee-e4b0-719594acdf6e-24af7e37 {
  grid-area: 1 / 1 / 3 / 4;
  place-self: center end;
}

#w-node-_3bbda69f-88e1-d7ee-e4b0-719594acdf70-24af7e37 {
  grid-area: 6 / 1 / 8 / 5;
  place-self: center;
}

#w-node-_3bbda69f-88e1-d7ee-e4b0-719594acdf72-24af7e37 {
  grid-area: 6 / 7 / 9 / 10;
  place-self: center;
}

#w-node-_3bbda69f-88e1-d7ee-e4b0-719594acdf74-24af7e37 {
  grid-area: 6 / 10 / 8 / 13;
  place-self: center;
}

#w-node-_3bbda69f-88e1-d7ee-e4b0-719594acdf76-24af7e37 {
  grid-area: 1 / 9 / 3 / 12;
  place-self: center;
}

#w-node-_42c72903-0035-2530-6510-2289907bff73-24af7e37 {
  align-self: center;
}

#w-node-_42c72903-0035-2530-6510-2289907bff79-24af7e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda693a-24af7e37, #w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda6940-24af7e37, #w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda6946-24af7e37, #w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda694c-24af7e37, #w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda6952-24af7e37, #w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda6958-24af7e37, #w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda695e-24af7e37, #w-node-_5bbb5aef-6b2e-5ad7-91e0-df5c5eda6964-24af7e37 {
  place-self: center;
}

#w-node-_65f38a0f-64c1-98f8-bd4b-30beebb7d4c9-24af7e37, #w-node-_65f38a0f-64c1-98f8-bd4b-30beebb7d4dd-24af7e37 {
  justify-self: center;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad7f8-24af7e38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad7fe-24af7e38 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad801-24af7e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad804-24af7e38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad807-24af7e38 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad80c-24af7e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad80f-24af7e38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad812-24af7e38 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad817-24af7e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad81a-24af7e38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad81d-24af7e38 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad822-24af7e38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad825-24af7e38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-dc1cf6de-c708-53bd-871c-12076c0ad828-24af7e38 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-f8af48cb-7154-790f-6d4f-2ede5ceca2a3-24af7e3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c853177-3617-1b12-4d6b-48efbbebcf89-24af7e43 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1ab32883-aaba-a1ae-b964-1f7561b80d75-24af7e80 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_11795144-3a46-6ecc-e16c-de87cb9f37db-24af7e80 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_1ed49193-8b02-bf4e-2273-8a0c3a37f4b1-24af7e80 {
  justify-self: start;
}

#w-node-bd534e76-d01d-9bbd-e1bd-14989abcfd38-24af7e80 {
  align-self: end;
}

#w-node-_8a34e92d-5819-c4d7-f2e2-1cbcc7a8eb1f-24af7e80 {
  justify-self: end;
}

#w-node-ca105215-53e4-d56a-35cc-191d361d9093-24af7e80 {
  align-self: start;
}

#w-node-ca105215-53e4-d56a-35cc-191d361d9097-24af7e80, #w-node-_4dce7303-f930-898c-9b0e-55be7eb4f1be-24af7e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c853177-3617-1b12-4d6b-48efbbebcf89-d22c5145, #w-node-_68a3b6a2-5a50-617a-40fe-97ca408559ba-d22c5145, #w-node-_027c46e6-3cbe-d375-4f2f-0ca7b66f7f42-d22c5145 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed562-deb46dbc, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed568-deb46dbc, #w-node-_3008bdf1-9c97-faf9-946a-7a55a30ed56e-deb46dbc, #w-node-_6724df05-3de6-1502-c309-729c92aebb18-deb46dbc, #w-node-_6724df05-3de6-1502-c309-729c92aebb1b-deb46dbc, #w-node-_6724df05-3de6-1502-c309-729c92aebb1e-deb46dbc, #w-node-f8414934-c21f-9e4b-c18b-f609bc6851b5-deb46dbc, #w-node-f8414934-c21f-9e4b-c18b-f609bc6851b8-deb46dbc, #w-node-f8414934-c21f-9e4b-c18b-f609bc6851bb-deb46dbc, #w-node-_9a75e8a4-2898-5dea-c8ee-6fb2fd0eb6a8-deb46dbc, #w-node-_9a75e8a4-2898-5dea-c8ee-6fb2fd0eb6ab-deb46dbc, #w-node-_9a75e8a4-2898-5dea-c8ee-6fb2fd0eb6ae-deb46dbc, #w-node-_1875ed4c-5ebb-1904-b2d2-9e83f290b7b4-deb46dbc, #w-node-_1875ed4c-5ebb-1904-b2d2-9e83f290b7b7-deb46dbc, #w-node-_1875ed4c-5ebb-1904-b2d2-9e83f290b7ba-deb46dbc, #w-node-_246ce7f3-9b6a-ebdb-3a02-56248c61e3ef-deb46dbc, #w-node-_246ce7f3-9b6a-ebdb-3a02-56248c61e3f2-deb46dbc, #w-node-_246ce7f3-9b6a-ebdb-3a02-56248c61e3f5-deb46dbc, #w-node-_0a5f8007-80fc-50e7-20b2-984946d1d52b-deb46dbc, #w-node-_0a5f8007-80fc-50e7-20b2-984946d1d52e-deb46dbc, #w-node-_0a5f8007-80fc-50e7-20b2-984946d1d531-deb46dbc, #w-node-bff77ead-ecd0-b209-cce2-bc718a4e8c3c-deb46dbc, #w-node-bff77ead-ecd0-b209-cce2-bc718a4e8c3f-deb46dbc, #w-node-bff77ead-ecd0-b209-cce2-bc718a4e8c42-deb46dbc, #w-node-_8c8713dc-f6fb-75d4-9729-ee4951bca677-deb46dbc, #w-node-_8c8713dc-f6fb-75d4-9729-ee4951bca67a-deb46dbc, #w-node-_8c8713dc-f6fb-75d4-9729-ee4951bca67d-deb46dbc, #w-node-_2659c13c-eb98-1ab3-2e7a-083116df628e-deb46dbc, #w-node-_2659c13c-eb98-1ab3-2e7a-083116df6291-deb46dbc, #w-node-_2659c13c-eb98-1ab3-2e7a-083116df6294-deb46dbc {
  place-self: center;
}

#w-node-_220f5ce8-ce5f-855c-d437-42e3f0a2fb84-deb46dbc {
  align-self: start;
}

#w-node-_220f5ce8-ce5f-855c-d437-42e3f0a2fb88-deb46dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd44f-003109af {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd459-003109af {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd4c3-003109af {
  justify-self: start;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd4c5-003109af {
  align-self: end;
}

#w-node-_7479c3d4-7e69-b564-54d9-7c91752dd4c7-003109af {
  justify-self: end;
}

#w-node-_6747f140-0739-6f80-f7c5-ce40930c3dcb-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3dce-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3dd1-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3dd8-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3ddb-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3dde-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3de5-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3de8-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3deb-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3df2-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3df5-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3df8-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3dff-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3e02-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3e05-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3e0c-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3e0f-003109af, #w-node-_6747f140-0739-6f80-f7c5-ce40930c3e12-003109af {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6ef712c3-0819-5e58-6cc3-7f371511686d-15116865 {
    grid-column: 5 / 7;
  }

  #w-node-_6ef712c3-0819-5e58-6cc3-7f3715116872-15116865 {
    justify-self: center;
  }

  #w-node-_0986f3eb-810e-5301-fcbd-ecceaca8ecb7-24af7e34 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_48a427e0-635e-9b77-c19b-26d85d941051-24af7e34 {
    grid-column: 1 / 2;
  }

  #w-node-_41b099c6-7e50-57eb-97ca-1a6209292e2f-24af7e34 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_206c007a-e70f-25ea-7b59-e00039724aaa-24af7e34 {
    grid-column: 1 / 2;
  }

  #w-node-_14c26d80-5f6e-aa55-fbf7-1a2c0245e266-24af7e34 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_301505c6-544e-6028-b946-f2eab720a934-24af7e35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f36-24af7e37 {
    grid-area: 1 / 3 / 3 / 5;
    justify-self: center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f38-24af7e37 {
    grid-area: 1 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f3a-24af7e37 {
    grid-area: 6 / 1 / 8 / 3;
    place-self: center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f3e-24af7e37 {
    grid-area: 6 / 3 / 9 / 5;
    place-self: end center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f40-24af7e37 {
    grid-area: 4 / 5 / 7 / 7;
    place-self: center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f42-24af7e37 {
    grid-area: 1 / 5 / 3 / 7;
    place-self: end center;
  }

  #w-node-dc1cf6de-c708-53bd-871c-12076c0ad7fe-24af7e38 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7c853177-3617-1b12-4d6b-48efbbebcf89-24af7e43, #w-node-_7c853177-3617-1b12-4d6b-48efbbebcf89-d22c5145, #w-node-_68a3b6a2-5a50-617a-40fe-97ca408559ba-d22c5145, #w-node-_027c46e6-3cbe-d375-4f2f-0ca7b66f7f42-d22c5145 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6ef712c3-0819-5e58-6cc3-7f371511686d-15116865 {
    grid-column: 3 / 5;
  }

  #w-node-dc1cf6de-c708-53bd-871c-12076c0ad807-24af7e38 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7479c3d4-7e69-b564-54d9-7c91752dd44f-24af7e24 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: end center;
  }

  #w-node-_6ef712c3-0819-5e58-6cc3-7f3715116868-15116865 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6ef712c3-0819-5e58-6cc3-7f371511686d-15116865 {
    grid-column: 2 / 3;
  }

  #w-node-_301505c6-544e-6028-b946-f2eab720a934-24af7e35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f38-24af7e37 {
    grid-area: 1 / 1 / 4 / 3;
    place-self: end center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f3a-24af7e37 {
    grid-area: 7 / 1 / 9 / 3;
    place-self: center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f40-24af7e37 {
    grid-area: 6 / 3 / 9 / 5;
    place-self: center;
  }

  #w-node-_942100c6-5285-329c-4189-04b2c5045f42-24af7e37 {
    grid-column: 3 / 5;
  }

  #w-node-dc1cf6de-c708-53bd-871c-12076c0ad7f8-24af7e38 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1ab32883-aaba-a1ae-b964-1f7561b80d75-24af7e80, #w-node-_7479c3d4-7e69-b564-54d9-7c91752dd44f-003109af {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: end center;
  }
}


@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}