.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-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 {
  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-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-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-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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  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-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-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, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

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

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

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

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

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}

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

strong {
  font-weight: bold;
}

blockquote {
  width: 100%;
  text-align: left;
  border-left: 2px solid #000;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

.container {
  z-index: 1;
  max-width: 1200px;
  flex: 1;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  padding: 60px 5% 120px;
  position: relative;
}

.section._1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  align-items: center;
  padding: 13px 36px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

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

.button.medium {
  z-index: 5;
  padding: 18px 40px;
  font-size: 16px;
}

.text-field {
  height: 45px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  padding-left: 20px;
  font-weight: 500;
}

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

.text-field::placeholder {
  color: #494949;
  font-size: 16px;
}

.text-field.discount {
  height: 42px;
}

.product-price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.product-price.in-sidebar {
  font-size: 16px;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
  font-size: 16px;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.apple-pay {
  height: 48px;
  border-radius: 25px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  font-size: 14px;
  font-weight: 600;
}

.checkbox-label {
  margin-left: 0;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.paypal-name {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.circle-plus {
  width: 35px;
  height: 35px;
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

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

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13vw;
  font-weight: 700;
  line-height: 1;
}

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

.display-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
}

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

.checkbox {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.block-header {
  background-color: #fff;
  border-color: #000;
}

.block-content {
  background-color: #fff;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
}

.block-content.discount {
  border-top-color: #000;
}

.display-3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  font-weight: 700;
}

.style-guide-grid.for-buttons {
  align-items: center;
  justify-items: center;
}

.yellow-background {
  width: 100%;
  height: 100%;
  background-color: #494d53;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

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

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  min-height: 100px;
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._2 {
  color: #fff;
  background-color: #2b3037;
  border-color: rgba(163, 163, 163, .25);
}

.body-link {
  color: #1f2126;
  font-size: 14px;
  font-weight: 600;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.white {
  color: #fff;
}

.checkout-title {
  font-size: 18px;
  font-weight: 700;
}

.text-field-line {
  height: 50px;
  color: #62636b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(165, 167, 182, .38);
  border-radius: 0;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::-ms-input-placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.navigation-link {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-bottom: 23px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.text-field-form {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.text-field-form::-ms-input-placeholder {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  font-weight: 500;
}

.text-field-form::placeholder {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  font-weight: 500;
}

.circle-cursor {
  z-index: 9999;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  left: 48vw;
}

.circle-overlay {
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 100%;
}

.social-icon {
  width: 50px;
  height: 50px;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.work-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-link {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.navlink {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.empty-state {
  flex-direction: column;
}

.hero {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 190px 3% 60px;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-gray {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.preloader-white {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-small-heading {
  max-width: 240px;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.text-rotator-first {
  z-index: 2;
  color: #000;
  cursor: none;
  background-color: #fff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  transform: scale(1.2)rotate(-6deg);
  box-shadow: 1px 10px 15px rgba(0, 0, 0, .1);
}

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

.section-overflow {
  background-image: url('../images/UGH_Background_white.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.social-icon-footer {
  width: 50px;
  height: 50px;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.button-with-line {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.text-field-contact {
  height: 60px;
  color: #000;
  border: 2px solid #000;
  border-radius: 30px;
  padding-left: 24px;
  font-size: 15px;
  font-weight: 600;
}

.text-field-contact::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.text-field-contact::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.legal-wrapper {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-image {
  width: 40px;
}

.body-link-2 {
  color: #000;
  font-size: 17px;
}

.components-grid-font {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.font-show {
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 80px;
}

.brand-link {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.no-items-found {
  font-size: 16px;
  font-weight: 600;
}

.heading-white {
  font-size: 17px;
  font-weight: 600;
}

.product-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.cart-wrapper-overlay {
  z-index: 999;
  background-color: rgba(255, 255, 255, .9);
}

.cart-container {
  max-width: 600px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.m-logo {
  width: 70px;
}

.button-liner {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.cart-mobile {
  display: none;
}

.image-small-product {
  width: 36px;
  margin-right: 10px;
}

.button-line-blue {
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.remove-button {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.sticky-navigation {
  z-index: 120;
  padding-top: 35px;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cart-number {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.product-price-main {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.product-price-main.in-sidebar {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}

.cart-header {
  padding: 13px 25px;
}

.cart-quantity-first {
  z-index: 2;
  width: auto;
  height: auto;
  min-width: auto;
  color: #1f2126;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.nav-flex {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cart-quantity-sidebar-2 {
  width: 50px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2a2a;
  border-radius: 2px;
  font-weight: 600;
}

.smaller-text {
  opacity: .5;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.cart-footer {
  padding-top: 25px;
}

.navigation-left {
  border-top: 2px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 60px;
  display: flex;
}

.nav-link {
  z-index: 2;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.remove-pop-up {
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url('../images/cross.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 100%;
  position: relative;
  top: 0;
  right: 0;
}

.text-content {
  height: 26px;
  overflow: hidden;
}

.button-line-2 {
  width: 100%;
  height: 1px;
  background-color: #b9bbc8;
  margin-top: 4px;
  position: relative;
}

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

.navigation-line {
  width: 100%;
  height: 2px;
  background-color: #000;
}

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

.collection-item {
  width: 62%;
  flex: none;
  align-items: flex-end;
  padding-right: 50px;
  display: flex;
}

.work-wraper {
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hero-flex-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-flex-center._2 {
  justify-content: flex-end;
  align-self: flex-end;
  padding-top: 17px;
  padding-bottom: 17px;
}

.hero-flex-center._1 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-flex-center.oben {
  top: -40px;
}

.hero-display {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 170px;
  font-weight: 500;
  line-height: .9;
  display: block;
  position: relative;
}

.hero-display.smaller {
  font-size: 120px;
}

.preloader-logo {
  z-index: 10;
  width: 90px;
  position: relative;
}

.inner {
  align-items: center;
  padding: 226px 5% 130px;
  display: flex;
}

.track {
  height: 500vh;
}

.sticky {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.wrapper {
  width: 100%;
}

.collection-list {
  display: flex;
}

.work-item {
  width: 60%;
  flex: none;
  align-items: flex-end;
  display: flex;
}

.project-card {
  width: 100%;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo {
  opacity: 1;
  object-fit: cover;
}

.project-circle {
  z-index: 10;
  width: 110px;
  height: 110px;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.project-overlay {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 64%, rgba(0, 0, 0, .4));
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-content {
  width: 50em;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-content._2 {
  width: 90%;
  text-align: left;
  align-items: flex-start;
}

.project-ttitle {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.paragraph-white {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.display-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
}

.display-4.absolute {
  z-index: 2;
  color: #000;
  mix-blend-mode: normal;
  font-size: 90px;
  position: absolute;
  top: .125em;
  bottom: auto;
  left: 1.5em;
  right: auto;
}

.who-we-are-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.photo-animation-flex {
  max-width: 77%;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rotate-image {
  display: none;
}

.lightbox-link {
  z-index: 2;
  width: 130px;
  height: 130px;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
}

.photo-right {
  width: 50%;
  flex: none;
}

.photo-left {
  width: 559px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-icon {
  width: 11px;
  filter: invert();
  display: none;
  position: absolute;
}

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

.social-flex {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.max-w-width {
  max-width: 380px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

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

.display-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  display: block;
}

.margin-50px {
  height: auto;
  margin-top: 50px;
}

.logo-flex {
  grid-column-gap: 80px;
  opacity: 1;
  align-items: center;
  display: flex;
}

.logo-flex._1 {
  justify-content: center;
}

.features-content {
  padding: 30px;
}

.features-content.line {
  border: 2px #000;
  border-top-style: solid;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 40px 30px 0;
  display: flex;
}

.icon-circle {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.grid-3-columns {
  max-width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.award-icon {
  width: 80px;
  height: 50px;
  background-image: url('../images/www.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.award-icon._2 {
  background-image: url('../images/css_1css.png');
  background-position: 0%;
  background-size: 40px;
}

.award-icon._3 {
  background-image: url('../images/fwa.png');
  background-size: 75px;
}

.award-line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-bottom: 30px;
}

.award-flex {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.award-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.award-grid {
  max-width: 85%;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.skills-grid {
  width: 90%;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns-1 {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.skills-wrapper {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  width: 80%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.skills-overlay.illustration {
  width: 100%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

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

.photo-2._1 {
  width: 100%;
}

.animation-element._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  font-weight: 600;
  position: relative;
}

.skills-text {
  color: #000;
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.blog-grid {
  max-width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.meta-tag {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.meta-number {
  width: 70px;
  height: 65px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.meta-month {
  width: 70px;
  height: 35px;
  color: #535353;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.blog-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.link-image {
  width: 34px;
  filter: invert();
  color: #000;
  display: none;
}

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

.section-cta.cta {
  padding-top: 70px;
  padding-bottom: 120px;
}

.lets-talk-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cta-title {
  font-size: 90px;
  line-height: 1.2;
}

.talk-circle {
  z-index: 10;
  width: 110px;
  height: 110px;
  background-color: #ffea00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.talk-circle.black {
  cursor: none;
  background-color: #000;
}

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

.medium-container {
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.last-item-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  padding: 20px 5% 40px;
}

.footer-flex {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.button-link {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

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

.pricing-icon {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -60px;
}

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

.feature {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.pricing-image-1 {
  width: 40px;
  position: relative;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.card-container {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  padding: 0 25px 30px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #00663f;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}

.pricing-title {
  margin-bottom: 16px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.pricing-type {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

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

.pricing-circle {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
}

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

.rocket {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: 300px;
  left: auto;
  right: 100px;
  transform: rotate(-34deg);
}

.thunder {
  width: 40px;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 10px;
  right: auto;
}

.div-block {
  width: auto;
  height: 4.5em;
}

.div-logo {
  width: 7em;
  height: 4.5em;
  background-image: url('../images/UGH_Logo.png');
  background-position: 50%;
  background-size: cover;
}

.logo1 {
  background-image: url('../images/01_pro7_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo1-copy {
  background-image: url('../images/01_pro7_logo.png');
  background-position: 50%;
  background-size: cover;
}

.logo1-copy._2 {
  background-image: url('../images/02_sat_logo_icon.png');
}

.logo2 {
  background-image: url('../images/01_pro7_logo.png');
  background-position: 50%;
  background-size: cover;
}

.logo2._2 {
  background-image: url('../images/02_sat_logo_icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.logo3 {
  width: 14em;
  height: 3em;
  background-image: url('../images/03_mens_health_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo3._2 {
  background-image: url('../images/02_sat_logo_icon.png');
}

.logo4 {
  width: 8em;
  height: 5em;
  background-image: url('../images/05_SZ_logo_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo4._2 {
  background-image: url('../images/02_sat_logo_icon.png');
}

.logo5 {
  width: 11em;
  height: 5em;
  background-image: url('../images/04_Frankfurter_health_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo5._2 {
  background-image: url('../images/02_sat_logo_icon.png');
}

.logo6 {
  width: 14em;
  height: 4em;
  background-image: url('../images/06_manager_health_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo6._2 {
  background-image: url('../images/02_sat_logo_icon.png');
}

.section-aus {
  background-color: rgba(0, 0, 0, 0);
  padding: 120px 5%;
  display: none;
  position: relative;
}

.section-aus._1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.margin-50px-news {
  height: 32em;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.div-foto {
  width: 42em;
  height: 32em;
}

.div-foto-1 {
  width: 42em;
  height: 32em;
  background-image: url('../images/UGH_KI_Foto_02.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  transition: transform .5s;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.div-foto-1:hover {
  transform: scale(.9);
}

.div-foto-2 {
  width: 42em;
  height: 32em;
  background-image: url('../images/UGH_KI_Foto_01.jpg');
  background-position: 50%;
  background-size: cover;
  transition: transform .5s;
}

.div-foto-2:hover {
  transform: scale(.9);
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.display-all-news {
  color: #fff;
  text-align: left;
  align-items: flex-end;
  margin-top: -4em;
  margin-bottom: 0;
  margin-left: 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.15;
  display: block;
  position: relative;
}

.display-all-news-xl {
  color: #fff;
  text-align: left;
  align-items: flex-end;
  margin-top: 12em;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.15;
  display: block;
  position: relative;
}

.image-hover {
  transition: transform .5s;
}

.image-hover:hover {
  transform: scale(1.2);
}

.div-block-2 {
  display: block;
  position: relative;
}

.logo1neu {
  width: 8em;
  height: 5em;
  background-image: url('../images/01_pro7_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo1neu._2 {
  background-image: url('../images/02_sat_logo_icon.png');
}

.logo2neu {
  width: 8em;
  height: 5em;
  background-image: url('../images/02_sat_logo_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo2neu._2 {
  background-image: url('../images/02_sat_logo_icon.png');
}

.text-studio {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  top: -4em;
  left: 1em;
}

.div-block-3 {
  margin-top: -4em;
}

.text-studio-rechts {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  top: -6em;
  left: -13.5em;
}

.text-block-lets-talk {
  width: auto;
  max-width: 1100px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 4em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.div-social-links {
  width: 50em;
  height: 2em;
  text-align: left;
  background-color: #acb3be;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.ticker-down-webdesign-2 {
  color: #202020;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.78em;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1em;
}

.aufbau-box-webagentur {
  width: 24em;
  height: 24em;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/SIXROOMS_Jobs_hell.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 2em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .6s;
  display: block;
  position: static;
  top: 0;
}

.aufbau-box-webagentur:hover {
  border-radius: 2em;
  box-shadow: inset 0 0 0 1em #fff;
}

.aufbau-box-webagentur.wb9-dus, .aufbau-box-webagentur.wb5-dus, .aufbau-box-webagentur.wb12-dus, .aufbau-box-webagentur.wb7-dus, .aufbau-box-webagentur.wb11-dus, .aufbau-box-webagentur.wb13-dus, .aufbau-box-webagentur.wb3-dus, .aufbau-box-webagentur.wb4-dus, .aufbau-box-webagentur.wb15-dus, .aufbau-box-webagentur.wb10-dus, .aufbau-box-webagentur.wb6-dus, .aufbau-box-webagentur.wb14-dus, .aufbau-box-webagentur.wb1-dus, .aufbau-box-webagentur.wb16-dus, .aufbau-box-webagentur.wb18-dus, .aufbau-box-webagentur.wb8-dus, .aufbau-box-webagentur.wb17-dus, .aufbau-box-webagentur.wb2-dus {
  background-image: none;
}

.grid {
  grid-column-gap: .5em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.grid.webdesign-muc {
  grid-template-rows: auto;
}

.div-container {
  width: 100vw;
  height: auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4em;
  display: flex;
}

.section-content {
  margin-top: 8em;
}

.text-box-dus {
  color: #000;
  mix-blend-mode: normal;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1;
}

.wrapper-ticker-down {
  width: 100vw;
  height: 4em;
  margin-top: 2em;
  overflow: hidden;
}

.div-text-box-dus {
  z-index: 1;
  width: 20em;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2em;
  display: block;
  position: relative;
  top: 0;
  left: 2em;
}

.ticker-holder {
  width: auto;
  align-items: center;
  display: flex;
}

.loop-container-down {
  width: 200%;
  height: 100%;
  cursor: default;
  align-items: center;
  transition: filter .6s;
  display: flex;
}

.loop-container-down:hover {
  filter: invert();
}

.heading-webagentur-dus {
  z-index: 6;
  color: #000;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  display: inline;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.text-block-preis-1 {
  width: auto;
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: absolute;
}

.div-preise {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.text-block-preis-2, .text-block-preis-3, .text-block-preis-4 {
  width: auto;
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: absolute;
}

.text-block-preis-5 {
  width: 500px;
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: absolute;
}

.nav-link-mehr {
  z-index: 2;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: none;
  position: relative;
}

.nav-link-copy {
  z-index: 2;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link-view-all {
  z-index: 2;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: none;
  position: relative;
}

.div-social-media {
  width: auto;
  height: auto;
  margin-top: 4em;
  margin-bottom: 8em;
}

.div-socialmedia-links {
  width: 44em;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.social-1 {
  width: 3.5em;
  height: 3.5em;
  cursor: pointer;
  background-image: url('../images/Social_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-2 {
  width: 3.5em;
  height: 3.5em;
  cursor: pointer;
  background-image: url('../images/Social_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-3 {
  width: 3.5em;
  height: 3.5em;
  cursor: pointer;
  background-image: url('../images/Social_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.div-block-4 {
  width: 15em;
  height: 2px;
  background-color: #000;
}

.linie-social {
  width: 15em;
  height: 2px;
  background-color: #000;
  margin-left: 20px;
  margin-right: 20px;
}

.div-social-media-rechts {
  width: 95vw;
  height: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-social-icon {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icon-rechts {
  width: 140px;
  height: 40px;
  min-height: 0;
  background-image: url('../images/Social_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.heading {
  text-align: right;
}

.header-social {
  text-align: right;
  margin-top: 10px;
  font-size: 3em;
  font-weight: 700;
  display: inline-block;
  position: relative;
  right: 269px;
}

.div-block-5 {
  height: 2px;
}

.div-trennlinie {
  height: 2px;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 20px;
}

.navbar {
  display: none;
}

.brand-link-mobile {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-2, .navbar-mobile, .navigation-mobile {
  display: none;
}

.footer-flex-menue {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.grid-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .container {
    color: #1f2126;
  }

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

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

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    width: 100%;
    flex-basis: auto;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column;
  }

  .display-2 {
    font-size: 60px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .navigation-link {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 3px;
  }

  .circle-cursor {
    display: none;
  }

  .navlink {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    height: auto;
    padding-top: 190px;
    padding-bottom: 92px;
  }

  .legal-wrapper {
    width: 100%;
  }

  .components-grid-font {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brand-link.w--current {
    width: 15vw;
    flex-direction: row;
    position: relative;
  }

  .sticky-navigation {
    display: none;
  }

  .navigation-grid {
    grid-template-columns: .3fr 1fr;
  }

  .nav-flex {
    grid-column-gap: 20px;
    flex-direction: row;
  }

  .navigation-left {
    justify-content: flex-end;
    padding-left: 0;
  }

  .collection-item {
    width: 50%;
    flex: 0 auto;
    padding-right: 0;
  }

  .work-wraper {
    height: 300px;
  }

  .blog-post-wrapper {
    max-width: 90%;
  }

  .hero-flex-center {
    top: -55px;
  }

  .hero-flex-center._2 {
    top: 70px;
  }

  .hero-flex-center.oben {
    top: -60px;
  }

  .hero-display {
    font-size: 13vw;
  }

  .hero-display.smaller {
    font-size: 80px;
  }

  .inner {
    padding-bottom: 100px;
  }

  .track {
    height: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .wrapper {
    width: auto;
  }

  .collection-list {
    flex-wrap: wrap;
    display: flex;
  }

  .work-item {
    width: 50%;
    flex: 0 auto;
    padding-right: 0;
  }

  .project-circle {
    width: 80px;
    height: 80px;
  }

  .project-overlay {
    cursor: default;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .3));
  }

  .project-content {
    margin-bottom: 20px;
  }

  .project-ttitle {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .display-4 {
    font-size: 47px;
  }

  .display-4.absolute {
    font-size: 60px;
    top: 0;
    left: 58px;
  }

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

  .lightbox-link {
    width: 100px;
    height: 100px;
    left: auto;
  }

  .photo-right {
    flex: 1;
  }

  .photo-left {
    width: 80%;
    flex: 1;
    margin-right: 27px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .award-grid {
    max-width: 100%;
    grid-column-gap: 30px;
  }

  .grid-2-columns-1 {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .photo-2._1 {
    width: 100%;
    height: auto;
  }

  .blog-grid {
    max-width: 100%;
  }

  .blog-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .link-image {
    width: 28px;
  }

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

  .section-cta.cta {
    padding-bottom: 70px;
  }

  .talk-circle {
    width: 80px;
    height: 80px;
  }

  .talk-circle.black {
    width: 110px;
    height: 110px;
  }

  .footer-grid {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-logo-link {
    order: -1;
  }

  .last-item-footer {
    order: 1;
  }

  .hide-mobile {
    display: none;
  }

  .pricing-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

  .max-w-center {
    max-width: 95%;
  }

  .rocket {
    width: 60px;
    bottom: 268px;
    right: 58px;
  }

  .thunder {
    bottom: 46px;
  }

  .section-aus {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-aus._1 {
    padding-bottom: 60px;
  }

  .div-foto-2 {
    background-position: 50%;
  }

  .text-studio-rechts {
    left: -5.1em;
  }

  .text-block-lets-talk {
    width: 30em;
  }

  .aufbau-box-webagentur {
    width: 36em;
    height: 36em;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid:hover {
    grid-template-rows: auto auto;
  }

  .grid.webdesign-muc {
    grid-template-columns: 1fr;
  }

  .section-content {
    margin-top: 0;
  }

  .text-box-dus {
    font-size: .9em;
  }

  .div-text-box-dus {
    width: 28em;
  }

  .heading-webagentur-dus {
    width: 15em;
    color: #000;
    mix-blend-mode: normal;
    font-size: 2em;
    display: block;
  }

  .navbar {
    height: 6em;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    width: 5em;
    height: 6em;
  }

  .container-2 {
    height: 6em;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand-link-mobile.w--current {
    flex-direction: row;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar-2 {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 10px;
  }

  .icon {
    width: 24px;
    mix-blend-mode: difference;
  }

  .navbar-mobile {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 0;
  }

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

  .nav-menu-2 {
    width: auto;
    height: 50vh;
    text-align: center;
    background-color: rgba(255, 255, 255, .95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: 0;
  }

  .nav-link-2 {
    width: 200px;
    color: #000;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
  }

  .nav-link-3, .nav-link-4 {
    text-align: center;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .link {
    font-size: 1.5em;
    font-weight: 500;
    text-decoration: none;
  }

  .link.w--current {
    width: 200px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
    position: relative;
    top: 40px;
    left: 280px;
  }

  .div-logo-menue {
    width: 100px;
    background-image: url('../images/UGH_Logo_1.png');
    background-position: 50%;
    background-size: cover;
  }

  .navigation-mobile {
    width: 100vw;
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
  }

  .navigation-mobile:focus {
    background-color: #fff;
  }

  .nav-link-5 {
    width: 200px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }

  .nav-link-6, .nav-link-7 {
    width: 200px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-menu-3 {
    width: 100vw;
    height: 500px;
    background-color: rgba(218, 218, 218, .95);
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-4 {
    position: relative;
    top: 20px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-flex-menue {
    width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 767px) {
  .section._1 {
    padding-bottom: 30px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 80px;
    line-height: 1.1;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 60px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .navigation-link {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero {
    padding-top: 250px;
    padding-bottom: 60px;
  }

  .brand-link.w--current {
    width: 18vw;
    margin-left: 12px;
  }

  .cart {
    min-height: auto;
  }

  .cart-container {
    max-width: 480px;
  }

  .sticky-navigation {
    padding-top: 25px;
  }

  .navigation-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cart-number {
    height: auto;
  }

  .nav-flex {
    grid-column-gap: 15px;
  }

  .navigation-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .work-wraper {
    height: 200px;
  }

  .blog-post-wrapper {
    max-width: 100%;
  }

  .hero-flex-center._2 {
    align-self: flex-start;
    top: 40px;
  }

  .hero-flex-center.oben {
    top: -120px;
  }

  .hero-display {
    font-size: 14vw;
  }

  .hero-display.smaller {
    font-size: 60px;
  }

  .inner {
    padding-top: 249px;
    padding-bottom: 68px;
  }

  .project-circle {
    display: block;
  }

  .project-ttitle {
    font-size: 16px;
  }

  .display-4 {
    font-size: 38px;
    line-height: 38px;
  }

  .display-4.absolute {
    font-size: 42px;
  }

  .lightbox-link {
    padding: 9px;
  }

  .display-5 {
    margin-bottom: 0;
  }

  .logo-flex {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .logo-flex._1 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .award-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .skills-grid {
    width: 100%;
  }

  .grid-2-columns-1 {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .photo-2._1 {
    width: 100%;
  }

  .blog-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cta-title {
    font-size: 90px;
  }

  .talk-circle {
    display: none;
  }

  .talk-circle.black {
    display: flex;
  }

  .footer-grid {
    width: auto;
  }

  .footer-flex {
    width: auto;
    flex-direction: column;
  }

  .card-container {
    min-width: auto;
  }

  .rocket {
    bottom: 180px;
  }

  .thunder {
    width: 20px;
    bottom: 160px;
  }

  .div-logo {
    width: 8em;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-aus._1 {
    padding-bottom: 30px;
  }

  .div-foto-2 {
    background-position: 50%;
  }

  .display-all-news, .display-all-news-xl {
    margin-bottom: 0;
  }

  .text-studio-rechts {
    left: -2em;
  }

  .text-block-lets-talk {
    width: 30em;
  }

  .aufbau-box-webagentur {
    width: 40em;
    height: 40em;
  }

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

  .grid:hover {
    grid-template-rows: auto auto auto auto;
  }

  .section-content {
    margin-top: 8em;
  }

  .text-box-dus {
    font-size: 1.2em;
  }

  .div-text-box-dus {
    width: 34em;
  }

  .heading-webagentur-dus {
    mix-blend-mode: normal;
    font-size: 2.5em;
  }

  .div-socialmedia-links {
    width: 38em;
  }

  .footer-flex-menue {
    width: 200px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .page-content {
    overflow: hidden;
  }

  .container {
    margin-top: 2em;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-2 {
    font-size: 46px;
  }

  .display-3 {
    font-size: 42px;
  }

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

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .navigation-link {
    margin-bottom: 5px;
  }

  .hero {
    padding-top: 250px;
    padding-bottom: 50px;
  }

  .top-small-heading {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .text-rotator-first {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-title {
    font-size: 16px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .sticky-navigation {
    padding-top: 20px;
  }

  .cart-number {
    margin-top: 0;
    margin-right: 10px;
  }

  .nav-flex {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navigation-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
  }

  .nav-link {
    margin-bottom: 7px;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .collection-item {
    width: 100%;
  }

  .work-wraper {
    height: 250px;
  }

  .hero-flex-center._2 {
    align-self: flex-start;
    padding-top: 4px;
    padding-bottom: 4px;
    top: 10px;
  }

  .hero-flex-center.oben {
    top: -140px;
  }

  .hero-display {
    line-height: 1.3;
  }

  .hero-display.smaller {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
  }

  .inner {
    padding-top: 270px;
    padding-bottom: 44px;
  }

  .collection-list {
    display: flex;
  }

  .work-item {
    width: 100%;
  }

  .project-circle {
    display: block;
  }

  .display-4 {
    font-size: 34px;
    line-height: 38px;
  }

  .display-4.absolute {
    margin-bottom: 30px;
    font-size: 40px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .photo-animation-flex {
    flex-direction: column-reverse;
  }

  .lightbox-link {
    top: 250px;
  }

  .photo-right {
    width: 100%;
    margin-top: 30px;
  }

  .photo-left {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .display-5 {
    text-align: left;
    margin-top: 15px;
  }

  .logo-flex {
    grid-row-gap: 20px;
  }

  .logo-flex._1 {
    grid-row-gap: 25px;
  }

  .features-content.line {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3-columns {
    max-width: 100%;
  }

  .photo-2._1 {
    height: 40em;
  }

  .skills-text {
    font-size: 15px;
    font-weight: 700;
  }

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

  .cta-title {
    font-size: 65px;
  }

  .talk-circle.black {
    display: flex;
  }

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

  .copyright {
    margin-bottom: 5px;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .rocket {
    width: 40px;
    bottom: 160px;
    right: 35px;
  }

  .thunder {
    bottom: 160px;
  }

  .margin-50px-news {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .div-foto-1, .div-foto-2 {
    width: 20em;
  }

  .display-all-news, .display-all-news-xl {
    margin-top: 15px;
  }

  .text-studio-rechts {
    left: -4em;
  }

  .text-block-lets-talk {
    width: 16em;
  }

  .ticker-down-webdesign-2 {
    font-size: 4em;
  }

  .aufbau-box-webagentur {
    width: 90em;
    height: 90em;
  }

  .grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .grid:hover {
    grid-template-rows: auto auto auto auto;
  }

  .section-content {
    margin-top: 14em;
  }

  .text-box-dus {
    font-size: 2.8em;
    line-height: 1.2;
  }

  .wrapper-ticker-down {
    height: 10em;
    margin-top: 4em;
  }

  .div-text-box-dus {
    width: 82em;
    top: 4em;
    left: 4em;
  }

  .ticker-holder {
    width: 400em;
    height: auto;
  }

  .loop-container-down {
    height: 150%;
  }

  .heading-webagentur-dus {
    mix-blend-mode: normal;
    font-size: 5em;
  }

  .text-block-preis-1, .text-block-preis-2, .text-block-preis-3, .text-block-preis-4 {
    margin-top: 20px;
    font-size: 20px;
    display: block;
  }

  .text-block-preis-5 {
    width: 280px;
    margin-top: 20px;
    font-size: 20px;
    display: block;
  }

  .nav-link-mehr, .nav-link-copy, .nav-link-view-all {
    margin-bottom: 7px;
  }

  .div-socialmedia-links {
    width: 20em;
    flex-direction: column;
  }

  .social-1, .social-2, .social-3 {
    margin-top: 10px;
  }

  .linie-social {
    display: none;
  }

  .div-social-media-rechts {
    width: 90vw;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: 0;
  }

  .div-social-icon {
    justify-content: center;
  }

  .social-icon-rechts {
    margin-right: 0;
  }

  .header-social {
    right: auto;
  }

  .navigation-mobile {
    height: 70px;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-3 {
    height: 550px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .container-4 {
    height: 5vh;
    position: relative;
    top: 0;
  }

  .menu-button-2.w--open, .icon-2 {
    mix-blend-mode: normal;
  }

  .body-2 {
    overflow: visible;
  }

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

#w-node-_608b6656-0eea-e711-c419-8b19b51a611a-b51a6118 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_608b6656-0eea-e711-c419-8b19b51a611b-b51a6118 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_629e0acf-3a89-fd45-5ad3-5b6bd92cd403-d92cd3f6, #w-node-_629e0acf-3a89-fd45-5ad3-5b6bd92cd3f9-d92cd3f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}