:root {
  --black: #000;
  --sandy-brown\<deleted\|variable-dee835a5\>: #ffa545;
  --chocolate\<deleted\|variable-825148b3\>: #de6f14;
  --white\<deleted\|variable-1af8b076\>: white;
  --black\<deleted\|variable-47dd59b6\>: black;
  --white: #fff;
  --dark-green\<deleted\|variable-b382749d-ffb4-af36-0024-7b70b4156353\>: #091b1f;
  --transparent: rgba(255, 255, 255, 0);
  --hellgrau: #d4d4d4;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  text-transform: uppercase;
  font-family: Local_Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  font-family: Local_Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Local_Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

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

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 4px solid var(--black);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 2rem;
  line-height: 1.2em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.container {
  z-index: 5;
  max-width: none;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.body-content {
  width: auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  width: 370px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.section {
  background-color: #fff;
  padding: 120px 5%;
  position: relative;
}

.section.checkout {
  background-color: #fff;
  padding-top: 140px;
  overflow: visible;
}

.section.product-page {
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 180px;
  padding-bottom: 20px;
  padding-left: 0%;
  display: block;
  top: 0;
}

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

.margin-30px.max-width-set {
  max-width: 590px;
}

.button {
  background-color: var(--black);
  text-transform: uppercase;
  align-items: center;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  opacity: .8;
}

.button.full {
  width: 100%;
  border: 1px solid var(--sandy-brown\<deleted\|variable-dee835a5\>);
  background-color: rgba(0, 0, 0, 0);
}

.button.full:hover {
  border-color: var(--chocolate\<deleted\|variable-825148b3\>);
  background-color: var(--white\<deleted\|variable-1af8b076\>);
  color: var(--chocolate\<deleted\|variable-825148b3\>);
}

.button.full.apply {
  background-color: #000;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  margin-left: 0;
}

.button.full.apply:hover {
  color: var(--white\<deleted\|variable-1af8b076\>);
}

.button.form {
  flex: 1;
}

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

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

.text-field {
  height: 47px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  width: 100%;
  height: 40px;
  flex: none;
  margin-bottom: 10px;
}

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

.licensing-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.subtotal {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

.subtotal.dark {
  font-weight: 500;
}

.apple-pay {
  height: 48px;
}

.discounts {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .3);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  font-size: 18px;
  font-weight: 400;
}

.product-name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.order-item {
  align-items: center;
}

.field-label {
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2rem;
}

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

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.price-tag {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.no-item {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  font-weight: 500;
}

.cart-line-item {
  align-items: center;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-top: 40px;
}

.cart-header {
  border-bottom-color: rgba(0, 0, 0, .4);
  padding-top: 12px;
  padding-bottom: 12px;
}

.cart-quantity {
  width: 48px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .8);
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
}

.cart-container {
  max-width: 520px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-top-style: none;
  border-bottom: 1px rgba(0, 0, 0, .4);
}

.table-price {
  font-size: 20px;
  font-weight: 600;
}

.cart-button {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.close-button {
  width: 42px;
  height: 42px;
  color: #000;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-footer {
  border-top-color: rgba(0, 0, 0, .4);
}

.cart-circle {
  width: 19px;
  height: 19px;
  min-width: 0;
  border: 1.5px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1rem;
  display: flex;
}

.cart-wrapper {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .9);
}

.paypal {
  margin-bottom: 5px;
}

.x-button {
  width: 10px;
  filter: invert();
  position: relative;
}

.x-button.remove {
  width: 16px;
}

.logo-absolute {
  color: rgba(255, 255, 255, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
}

.block-header {
  border-color: rgba(0, 0, 0, .3);
}

.block-content {
  border: 1px solid rgba(0, 0, 0, .3);
  border-top: 1px rgba(255, 255, 255, .3);
}

.quantity-text {
  color: rgba(0, 0, 0, .7);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1rem;
}

.paypal-text {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4rem;
}

.cart {
  margin-right: 10px;
  transition: all .3s;
}

.cart._2 {
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 0;
}

.white-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

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

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.photo-animation {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.your-cart {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.remove-button {
  width: 24px;
  height: 24px;
  background-color: var(--black);
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: auto;
  right: -2px;
}

.photo-cart {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, .8);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.photo-cart._2 {
  margin-right: 0;
}

.product-image {
  width: 39px;
  object-fit: cover;
  border-radius: 2px;
}

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

.remove {
  z-index: 2;
  width: 34px;
  position: absolute;
  transform: scale(0);
}

.navigation-link {
  color: #fff;
  flex-direction: row;
  align-items: center;
  padding: .3vw .3vw .5vw 0;
  display: flex;
}

.navigation-link:hover {
  color: rgba(255, 255, 255, .6);
}

.services-wrapper {
  width: 50%;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.big-paragraph {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.social-icon {
  width: 36px;
  height: 36px;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-image {
  z-index: 2;
  width: 200px;
  position: relative;
}

.filter-image.logo {
  width: 200px;
  margin-bottom: 10px;
}

.project-wrapper {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.learn-link {
  cursor: none;
}

.paragraph-link {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.paragraph-link:hover {
  color: rgba(0, 0, 0, .6);
}

.paragraph-link._24px {
  color: #fff;
  cursor: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.footer-link {
  color: #6e6e6e;
  cursor: none;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: rgba(110, 110, 110, .77);
}

.black-link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

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

.top-part {
  height: 260px;
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-part._3 {
  width: 100%;
  float: left;
  cursor: none;
  width: 100%;
  height: 320px;
  float: left;
  cursor: auto;
}

.sub-logo-text {
  color: rgba(0, 0, 0, .7);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.project-wrapper-3 {
  color: #fff;
  cursor: none;
  position: relative;
}

.dropdown-toggle {
  width: 100%;
  cursor: none;
  flex: 1;
  align-items: center;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.presantation-link {
  width: 100%;
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

.social-link {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.circle-cursor {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  left: 48vw;
}

.circle-overlay {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, .7);
}

.button-line {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.photo-interaction {
  width: 100%;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.photo-animation-2 {
  z-index: 2;
  max-width: 100%;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.circle-button {
  width: 130px;
  height: 130px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  transition: all .3s;
  display: flex;
}

.circle-button:hover {
  transform: rotate(-30deg)scale(1.05);
}

.instagram-wrapper {
  position: relative;
}

.footer-smalll-link {
  color: rgba(22, 22, 22, .63);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-smalll-link:hover {
  color: #000;
}

.paragraph-link-footer {
  color: rgba(22, 22, 22, .63);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.paragraph-link-footer:hover {
  color: #000;
}

.toggle-main {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.dropdown-toggle-2 {
  width: 100%;
  border-bottom: 1px solid #000;
  flex: 1;
  align-items: center;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.button-circle {
  z-index: 1;
  height: 43px;
  color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #000;
}

.main-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.switcher-mode {
  z-index: 998;
  width: 51px;
  height: 28px;
  background-color: var(--black\<deleted\|variable-47dd59b6\>);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100px;
  padding: 0 2px;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: 12px;
  right: auto;
}

.service-circle {
  width: 270px;
  height: 270px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  z-index: 2;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #00b400;
  font-size: 16px;
  font-weight: 500;
}

.footer-link-first {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link-first:hover {
  color: rgba(0, 0, 0, .51);
}

.project-link {
  color: #000;
  text-decoration: none;
}

.blog-link {
  max-width: 80%;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2 {
  color: #000;
  cursor: none;
  background-color: #ff6501;
  border-radius: 3px;
  align-items: center;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
}

.dropdown-toggle-2 {
  height: 68px;
  border-bottom: 2px solid rgba(0, 0, 0, .4);
  font-size: 17px;
}

.pres-wrapper {
  color: #000;
  background-color: rgba(243, 243, 243, .7);
  padding: 10px 15px 20px;
}

.menu-divider {
  width: 100%;
  color: rgba(255, 255, 255, .36);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.menu-divider.center {
  align-items: center;
}

.button-cricle {
  width: 200px;
  height: 200px;
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.button-cricle.go-top {
  z-index: 999;
  width: 50px;
  height: 50px;
  background-image: url('../images/expand_less_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid rgba(255, 255, 255, .31);
  padding: 5px;
  position: fixed;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

.button-cricle.go-top.w--current {
  z-index: 998;
}

.work-animation {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-field-form {
  height: 45px;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form:active, .contact-field-form:focus {
  border-color: var(--white\<deleted\|variable-1af8b076\>);
}

.contact-field-form::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form::placeholder {
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  font-weight: 400;
}

.contact-field-form._0px {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 15px;
}

.contact-field-form.area {
  height: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 78px;
}

.copyright-flex {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Local_Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1rem;
  transition: opacity .6s;
}

.copyright:hover {
  opacity: .25;
}

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

.toggle-main-2 {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-content {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.portfolio-wrapper {
  width: 100%;
  height: 460px;
  float: none;
  filter: grayscale();
  color: #fff;
  cursor: none;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-wrapper:hover {
  filter: grayscale(0%);
}

.portfolio-wrapper.related {
  width: 100%;
  height: 320px;
  min-height: 320px;
}

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

.work-circle {
  z-index: 10;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  position: absolute;
}

.flex-project {
  z-index: 10;
  background-color: rgba(0, 0, 0, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.work-overlay {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-list {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-wrapper {
  height: 100%;
  border: 2px solid var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  padding: 60px 35px 30px;
  display: flex;
  position: relative;
}

.product-wrapper._2 {
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.element-wrapper {
  padding-top: 40px;
}

.toogle-max-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-plus-icon {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, .4);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 2px;
  display: flex;
}

.faq-small-text {
  text-transform: uppercase;
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.toggle-content-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

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

.contact-flex {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contact-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.margin-100px {
  margin-top: 100px;
  font-family: Local_Montserrat, sans-serif;
}

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

.hero-max-w {
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.list-title {
  margin-top: 0;
  font-family: Local_Montserrat, sans-serif;
  font-weight: 700;
}

.list-title._2 {
  color: var(--black);
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-family: Local_Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
}

.services-flex {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

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

.wrap-hero {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero-contents-div {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2% 5% 20px;
  position: relative;
}

.sticky-hero-div {
  width: 50%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  z-index: 50;
  width: 100vw;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  padding: 25px 20px 35px 25px;
  display: flex;
  position: fixed;
}

.absolute-navbar-div {
  height: auto;
  flex-direction: row;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 50%;
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  display: block;
  position: relative;
}

.nav-link {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4rem;
  transition: all .3s;
}

.nav-link.w--current {
  color: var(--dark-green\<deleted\|variable-b382749d-ffb4-af36-0024-7b70b4156353\>);
}

.nav-link.cart {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.mobile-show {
  display: none;
}

.template-logo-image {
  width: 130px;
}

.brand {
  width: 140px;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.brand:hover {
  opacity: .6;
}

.brand.pricing {
  margin-right: 20px;
  padding-top: 6px;
}

.vertical-nav-link {
  width: auto;
  flex-direction: column;
  order: 1;
  align-items: stretch;
  display: flex;
}

.scroll-down {
  height: 100px;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
}

.hero-title-div {
  z-index: 2;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.title-section {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4em;
  display: inline-block;
}

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

.margin-150px._100px-top-padding {
  padding-top: 50px;
}

.margin-150px._100px-top-padding.unterseite {
  margin-top: 0;
}

.customers-list {
  grid-column-gap: 9px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  align-content: stretch;
  align-items: center;
}

.customers-logo {
  opacity: .8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-logo-icon {
  width: 75%;
  height: 75%;
  object-fit: cover;
}

.customers-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing-abolute-logo-div {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-top-div {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.social-div {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.social-div.zero {
  margin-top: 15px;
  margin-bottom: 0;
}

.social-box {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all .3s;
  display: flex;
}

.social-box:hover {
  opacity: .7;
}

.social-box.no-margin {
  margin-right: 0;
}

.social-box-image {
  width: 20px;
  filter: invert();
  object-fit: cover;
}

.footer {
  padding: 60px 5%;
}

.footer-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  align-items: center;
}

.project-hero-title-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.related-project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.more-project-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._100-div {
  width: 100%;
  height: 100%;
}

.menu-button.w--open {
  background-color: var(--black);
}

.brang-image {
  width: 100%;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
}

.lottie-animation-4 {
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

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

._100vh-hero-div {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

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

.h3.white.small {
  font-size: 1.6rem;
}

.our-skills-div {
  align-items: center;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

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

.text-div-testimonials {
  margin-top: 30px;
}

.bottom-testimonials-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph.clients {
  text-transform: none;
}

.top-div-testimonials {
  padding-bottom: 15px;
}

.client-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Local_Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

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

.testimonial-div {
  border-top: 1px solid rgba(0, 0, 0, .5);
  border-left: 1px solid rgba(0, 0, 0, .5);
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.testimonial-div._2 {
  border-style: none solid solid none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .5);
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, .5);
}

.client-box-wrap {
  align-items: center;
  display: flex;
}

.team-image {
  width: 100%;
  height: 100%;
  filter: grayscale();
  object-fit: cover;
}

.work-title-div {
  text-align: center;
}

.subtitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.team-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-grid {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.team-image-div {
  height: 280px;
  overflow: hidden;
}

.blog-info-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-info-div.center {
  justify-content: center;
  margin-top: 6px;
}

.blog-date {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.team-text-div {
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.div-price-table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h4 {
  text-transform: uppercase;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Local_Montserrat, sans-serif;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.inner-navbare {
  position: relative;
}

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

.div-block.add-top-padding {
  margin-top: 10px;
}

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

.brand-2 {
  width: 10vw;
  height: auto;
}

.navbar-3 {
  width: 100vw;
  background-color: var(--transparent);
  display: none;
  position: fixed;
}

.div-navi {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

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

.menu-button-2.w--open {
  background-color: var(--black);
}

.nav-menu-2 {
  width: 100%;
  background-color: var(--transparent);
  justify-content: flex-end;
  display: flex;
  right: auto;
}

.nav-link-menue {
  width: auto;
  color: var(--hellgrau);
  text-align: right;
  padding: 1em;
  transition: opacity .6s;
  display: block;
  position: static;
  right: 0;
}

.nav-link-menue:hover {
  opacity: .4;
  color: var(--hellgrau);
}

.nav-link-menue:active, .nav-link-menue:focus {
  color: var(--hellgrau);
}

.nav-link-menue:focus-visible {
  color: var(--hellgrau);
}

.nav-link-menue[data-wf-focus-visible], .nav-link-menue:visited, .nav-link-menue:lang(en) {
  color: var(--hellgrau);
}

.div-block-3 {
  background-color: var(--black);
  opacity: 1;
  flex-direction: row;
  align-items: flex-end;
  margin-right: 2em;
  display: flex;
  position: absolute;
  right: 0;
}

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

.div-image {
  width: 50%;
  height: 100vh;
  background-image: url('../images/01_tomkirkman_Image.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
}

.div-image.daten {
  background-image: url('../images/02_tomkirkman_Image.webp');
}

.text-unterseite {
  margin-top: 2em;
  margin-bottom: 0;
  font-family: Local_Montserrat, sans-serif;
}

.text-unterseite.datenschutz {
  text-transform: uppercase;
  font-family: Local_Montserrat, sans-serif;
}

.container-unterseite {
  z-index: 5;
  width: 40%;
  max-width: none;
  flex-direction: column;
  flex: 0 auto;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-no {
  display: none;
}

.nav-link-text {
  color: var(--black);
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 8vw;
  font-weight: 400;
  line-height: .8;
}

.quick-stack {
  width: 100%;
  height: auto;
}

.cell-slogan {
  justify-content: center;
}

.nav-bar {
  z-index: 999;
  width: 100%;
  height: 5em;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: fixed;
}

.nav-link-6 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  transition: opacity .6s;
}

.nav-link-6:hover {
  opacity: .1;
}

.nav-link-6.w--current {
  color: #ff5864;
}

.menu-button-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.menu-button-3:focus-visible {
  background-color: rgba(0, 0, 0, 0);
}

.menu-button-3[data-wf-focus-visible], .menu-button-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.we-are-box {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  font-weight: 700;
}

.navmenu {
  z-index: 999;
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.overlay-menu {
  width: 100vw;
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brand-logo-2 {
  width: 12em;
}

.cell-brand {
  justify-content: center;
  align-items: center;
}

.nav-menu-3 {
  z-index: 90;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-right: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dot-menu-button {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/open-menu.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
}

.cell-menu {
  justify-content: center;
  align-items: flex-end;
}

.menu-button-wrapper {
  z-index: 999;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.image-logo {
  width: 200px;
}

.link-clients {
  color: var(--black);
  text-decoration: underline;
  transition: opacity .6s;
}

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

.body, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Local_Montserrat, sans-serif;
}

.link-text {
  color: var(--black);
  transition: opacity .6s;
}

.link-text:hover {
  opacity: .2;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5rem;
  }

  p {
    font-size: 16px;
    line-height: 1.4rem;
  }

  .container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .utility-page-wrap {
    height: 100vh;
  }

  .section {
    padding: 80px 20px;
  }

  .section.product-page {
    padding-top: 100px;
    padding-right: 0;
  }

  .licensing-block {
    width: 100%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .field-label {
    font-size: 15px;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 60px;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .cart._2 {
    order: -1;
    margin-right: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .services-wrapper {
    width: 70%;
  }

  .big-paragraph {
    font-size: 18px;
    line-height: 1.6em;
  }

  .top-part {
    height: 220px;
  }

  .top-part._3 {
    height: 280px;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .circle-cursor {
    display: none;
  }

  .menu-divider {
    margin-bottom: 20px;
  }

  .button-cricle.go-top {
    width: 30px;
    height: 30px;
    display: none;
    bottom: 1.5%;
  }

  .button-cricle.go-top.w--current {
    width: 50px;
    height: 50px;
  }

  .copyright-flex {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .copyright-flex.pages {
    flex-direction: row;
    align-items: center;
  }

  .copyright {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .margin-200px {
    margin-top: 100px;
  }

  .portfolio-wrapper {
    height: 460px;
  }

  .portfolio-wrapper.related {
    height: 200px;
    min-height: 200px;
  }

  .product-list {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .product-wrapper {
    width: 500px;
  }

  .product-wrapper._2 {
    max-width: 100%;
  }

  .element-wrapper {
    padding-top: 0;
  }

  .faq-small-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

  .hero-max-w {
    max-width: 100%;
    margin-top: 40px;
  }

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

  .wrap-hero {
    flex-direction: column;
  }

  .hero-contents-div {
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-hero-div {
    width: auto;
    height: 469px;
    position: relative;
  }

  .navbar {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    position: absolute;
  }

  .absolute-navbar-div {
    position: relative;
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, .6);
    padding: 20px;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5rem;
  }

  .nav-link.mobile-show {
    display: block;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .brand.pricing {
    padding-top: 0;
  }

  .vertical-nav-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-title-div {
    height: auto;
    padding-top: 0;
  }

  .margin-120px {
    margin-top: 0;
  }

  .title-section {
    font-size: 28px;
  }

  .margin-150px._100px-top-padding {
    padding-top: 0;
  }

  .customers-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer {
    padding-bottom: 2%;
  }

  .project-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .related-project-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/open-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    order: 1;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/close-menu.svg');
    background-size: 34px;
  }

  .icon {
    display: none;
  }

  ._100vh-hero-div {
    height: auto;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .h3.white.small {
    text-align: center;
  }

  .bottom-testimonials-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph {
    font-size: 1.1rem;
    line-height: 1.4em;
  }

  .client-name {
    font-size: 1rem;
  }

  .client-text-div {
    margin-top: 10px;
  }

  .testimonial-div {
    padding: 30px;
  }

  .team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .team-image-div {
    width: 100%;
    height: 280px;
  }

  .div-image {
    width: 100%;
    height: 40vh;
    position: static;
  }

  .container-unterseite {
    width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1rem;
  }

  .nav-link-text {
    font-size: 6rem;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay-menu, .nav-menu-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  blockquote {
    font-size: 33px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-30px.max-width-set {
    margin-top: 20px;
  }

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

  .text-field {
    height: 45px;
  }

  .logo-absolute {
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto;
  }

  .cart._2 {
    order: -1;
  }

  .white-link {
    line-height: 1.5rem;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .top-part {
    height: 260px;
  }

  .top-part._3 {
    height: 320px;
  }

  .sub-logo-text {
    display: none;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .service-circle {
    width: 230px;
    height: 230px;
  }

  .button-cricle.go-top {
    display: none;
  }

  .button-cricle.go-top.w--current {
    width: 50px;
    height: 50px;
  }

  .copyright-flex {
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .margin-200px {
    margin-top: 100px;
  }

  .portfolio-wrapper {
    height: 360px;
  }

  .work-circle {
    display: none;
  }

  .flex-project {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-wrapper {
    width: 100%;
  }

  .toogle-max-2 {
    max-width: 100%;
  }

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

  .services-flex {
    grid-template-columns: 2.25fr 1.5fr 1fr;
  }

  .sticky-hero-div {
    position: relative;
  }

  .navbar {
    flex-direction: row;
  }

  .brand {
    padding-left: 0;
  }

  .vertical-nav-link {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .scroll-down {
    display: none;
  }

  .hero-title-div {
    padding-top: 0;
  }

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

  .margin-150px._100px-top-padding {
    margin-top: 100px;
  }

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

  .related-project-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon {
    display: none;
  }

  .paragraph {
    font-size: 1rem;
  }

  .work-title-div {
    margin-top: 10px;
  }

  .subtitle {
    font-size: 22px;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image-div {
    height: 220px;
  }

  .nav-link-text {
    font-size: 4rem;
  }

  .nav-menu-3 {
    justify-content: center;
    margin-right: 60px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 14px;
    line-height: 1.2rem;
  }

  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

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

  .section.product-page {
    padding-top: 99px;
  }

  .button.hide-mobile {
    display: none;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

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

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .field-label {
    font-size: 16px;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag.small, .table-price {
    font-size: 16px;
  }

  .cart._2 {
    margin-right: 10px;
  }

  .photo-move {
    max-width: 100%;
  }

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .photo-cart {
    width: 50px;
    height: 50px;
    flex: none;
    margin-right: 18px;
  }

  .photo-cart._2 {
    margin-bottom: 20px;
  }

  .services-wrapper {
    width: 100%;
  }

  .big-paragraph {
    font-size: 16px;
    line-height: 1.6em;
  }

  .top-part, .top-part._3, .top-part._3 {
    height: 220px;
  }

  .sub-logo-text {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .presantation-link {
    padding: 15px;
  }

  .photo-interaction {
    height: 240px;
    min-height: 240px;
  }

  .circle-button {
    width: 100px;
    height: 100px;
    font-size: 9px;
  }

  .dropdown-toggle-2 {
    font-size: 18px;
  }

  .main-section {
    width: auto;
  }

  .lightbox-link {
    top: 30px;
    right: 30px;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2 {
    padding-right: 0;
    font-size: 18px;
  }

  .button-cricle {
    width: 160px;
    height: 160px;
    padding: 15px;
    font-size: 16px;
  }

  .contact-field-form {
    height: 40px;
    margin-left: 0;
  }

  .copyright-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .margin-200px {
    margin-top: 60px;
  }

  .process-content {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-wrapper {
    height: 240px;
  }

  .portfolio-wrapper.related {
    height: 240px;
    min-height: 240px;
  }

  .toogle-max-2 {
    max-width: 100%;
  }

  .faq-small-text {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 26px;
  }

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

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

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

  .services-flex {
    grid-template-columns: 2.25fr;
  }

  .hero-contents-div {
    width: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-hero-div {
    height: 400px;
  }

  .nav-link {
    font-size: 14px;
    line-height: 1rem;
  }

  .brand {
    width: 120px;
  }

  .brand.w--current {
    max-width: 100px;
  }

  .title-section {
    font-size: 26px;
  }

  .margin-150px, .margin-150px._100px-top-padding {
    margin-top: 80px;
  }

  .customers-logo {
    width: 120px;
  }

  .customers-grid {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-div {
    text-align: center;
  }

  .project-grid {
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .related-project-grid {
    grid-template-columns: 1fr;
  }

  .grid {
    width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: stretch;
  }

  .testimonial-div {
    align-items: stretch;
    padding: 20px 10px;
  }

  .client-box-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .team-grid {
    grid-template: "."
                   "Area"
                   "Area-2"
                   "."
                   / 1fr;
  }

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

  .div-image {
    width: 100%;
    height: 20vh;
    position: static;
  }

  .nav-link-text {
    font-size: 4rem;
  }

  .nav-bar {
    background-color: #fff;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay-menu {
    display: none;
  }

  .brand-logo-2 {
    max-width: 150%;
  }

  .nav-menu-3 {
    justify-content: flex-end;
    margin-right: 40px;
    display: none;
  }

  .dot-menu-button {
    width: 15px;
    height: 15px;
  }
}

#w-node-_4eaebd60-0584-749a-2d4e-a017e710bdd5-3847d3a2, #w-node-_4eaebd60-0584-749a-2d4e-a017e710bddf-3847d3a2, #w-node-_4eaebd60-0584-749a-2d4e-a017e710bde9-3847d3a2, #w-node-_4eaebd60-0584-749a-2d4e-a017e710bdf3-3847d3a2, #w-node-_91c9b682-b74f-4c0a-0cf7-95c5f81769d7-3847d3a2, #w-node-_47e29d4c-7e22-3491-80bb-dd2cafef666c-3847d3a2, #w-node-a73139fc-715f-4816-ab9f-1ca1997051b0-3847d3a2, #w-node-_758400c5-980e-1b22-e6fa-761beec7e3bf-3847d3a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ee0fff0-4afe-daef-b5e2-4b100ce845f7-0ce845f5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7ee0fff0-4afe-daef-b5e2-4b100ce845f8-0ce845f5, #w-node-_7ee0fff0-4afe-daef-b5e2-4b100ce845fb-0ce845f5, #w-node-_7ee0fff0-4afe-daef-b5e2-4b100ce845ff-0ce845f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7ee7057-b29b-9657-356f-5c6946578de8-3847d3bf {
  align-self: center;
}

#w-node-_04b6ee42-19a4-af37-02f4-01424b762117-3847d3bf, #aurelius.w-node-eb459aac-77c8-9234-06e3-99b974039084-93eb2dab, #berge.w-node-eb459aac-77c8-9234-06e3-99b97403908e-93eb2dab, #bolero.w-node-eb459aac-77c8-9234-06e3-99b974039098-93eb2dab, #bw.w-node-eb459aac-77c8-9234-06e3-99b9740390a8-93eb2dab, #consinto.w-node-b3be7a7f-f7c4-12c1-941e-d86a2904e9fb-93eb2dab, #daimler.w-node-_7109ce0b-a6fc-eb08-dc6d-a5f9f4cdc8ab-93eb2dab, #ehotel.w-node-_5dc40221-54e9-a390-72d9-1865cba95ac1-93eb2dab, #fischer.w-node-f095c672-a303-ddb8-faad-23c011b3ae33-93eb2dab, #genui.w-node-f589efe3-f98c-dce7-7120-e444104d696a-93eb2dab, #gzimi.w-node-c62dc47b-2f98-6b2f-2133-851a17bc1d50-93eb2dab, #mymuesli.w-node-_537130a8-8f73-4a9e-b081-4abc8a1a0a34-93eb2dab, #publicitas.w-node-_763d4ffa-44b0-6d93-e922-35b6c020e7bc-93eb2dab, #reederei.w-node-_3d9d8645-ccb7-2eb5-fc61-71e28c7ebda7-93eb2dab, #rhino.w-node-d637d31a-0525-28ee-4a85-32dbff6d6bd4-93eb2dab, #schleicher.w-node-f530df76-88c0-b1e2-5871-9d7797c413b3-93eb2dab, #schoenes.w-node-_428a6dad-fb42-a493-5752-8b85054ed120-93eb2dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_78da8b64-9649-0bbe-4f13-94ce7bd63c0a-3847d3bd {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78da8b64-9649-0bbe-4f13-94ce7bd63c0a-3847d3bd {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Local_Montserrat';
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Local_Montserrat';
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}