:root {
  --body-color: #0f0d25;
  --body-font: #cac7cf;
  --dark-slate-blue: #434159;
  --deep-pink: #ea0056;
  --slate-blue: #331f7e;
  --light-grey: #cbcbcb38;
  --border-color-dark: #363447;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: #fff;
  letter-spacing: -.03rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 5.3125rem;
  font-weight: 600;
  line-height: 5.9375rem;
}

h2 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 4.0625rem;
}

h3 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.9375rem;
  font-weight: 600;
  line-height: 3.5625rem;
}

h4 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
}

h5 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h6 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

p {
  color: var(--body-font);
  letter-spacing: -.01rem;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

a {
  text-decoration: underline;
}

ul {
  color: var(--body-font);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.3rem;
}

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

blockquote {
  color: #fff;
  border-left: 1px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2rem;
}

.rich-text-style, .rich-text-block {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.email {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 5px 2px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  transform: rotate(-90deg);
}

.social-icon {
  transform: rotate(90deg);
}

.nav-icon-bar {
  background-color: #fff;
  border-radius: 5px;
  width: 35px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.nav-icon-wrapper {
  border-bottom: 1px #3a3850;
  border-right: 1px solid #3a3850;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 145px;
  display: flex;
}

.nav-icon-bar-middle {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.social-links-wrapper {
  background-color: #0f0d25;
  border-top: 1px solid #3a3850;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-height: 820px;
  display: flex;
}

.nav-icon {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 35px;
  display: flex;
}

.navbar-main-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 145px;
  display: flex;
}

.middle-menu {
  position: relative;
}

.cart {
  border-left: 1px solid #3a3850;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  min-height: 145px;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  background-color: #312a4f;
  border-radius: 6px;
  padding: 17px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  display: none;
}

.text-block.vertical-animation-second-element {
  position: absolute;
  inset: 100% 0% auto;
}

.text-block.home-three-dropdown-menu {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.text-block.abstand {
  color: #fff;
  margin-bottom: 0;
}

.cart-button {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}

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

.fit-cover.shop-image-hover {
  transition: transform .45s;
}

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

.cart-quantity {
  color: #fff;
  background-color: #df4b97;
  margin-top: -8px;
  margin-left: 0;
  margin-right: -5px;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.next-cloud {
  position: relative;
}

.next-cloud.margin-left-auto {
  margin-right: auto;
}

.next-cloud.margin-left-auto.navbar-one-logo {
  margin-left: 10px;
}

.banner-image {
  background-image: linear-gradient(to right, #f1498b36, #5e54f336), url('../images/Banner-Image.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  flex: 1;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.blog-heading {
  max-width: 710px;
}

.no-margin.margin-bttom-sixty {
  margin-bottom: 60px;
}

.no-margin.padding-bottom-twenty.schreift-breite {
  width: 410px;
}

.no-margin.text-align-center {
  text-align: center;
}

.no-margin.sign-up-text-header-max-width {
  background-color: #0f0d2599;
  max-width: 483px;
  padding: 10px;
}

.no-margin.banner-one-text {
  max-width: 597px;
}

.no-margin.team-member-name {
  max-width: 483px;
}

.no-margin.is-color {
  color: #000;
}

.no-margin.schriftgr-sse {
  font-size: 1.9rem;
}

.no-margin.abstand {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}

.no-margin.abstand.abstand-2 {
  padding-top: 0;
}

.wave {
  background-image: url('../images/thumb.webp');
  background-position: 100% 62%;
  background-repeat: no-repeat;
  background-size: 87px;
  padding-right: 94px;
}

.colored-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #ea0056, #5e54f3);
  -webkit-background-clip: text;
  background-clip: text;
}

.colored-text.font-style-change {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.colored-text.logo {
  background-image: linear-gradient(107deg, #ea0056, #5e54f3);
}

.mask-animated-link {
  position: relative;
  overflow: hidden;
}

.mask-animated-link.dropdown {
  background-image: none;
}

.mask-animated-link.dropdown.padding-twenty {
  padding-left: 20px;
  padding-right: 20px;
}

.animate-to-top {
  position: relative;
}

.brand-icon-block {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: absolute;
  inset: auto 17% 10% auto;
  overflow: hidden;
}

.brand-icon-block.service-more-button {
  width: 124px;
  height: 124px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0%;
}

.brand-icon-block.service-more-button.contact-one {
  position: relative;
  inset: 30% 0% auto;
}

.wrapper-icon {
  border-radius: 100px;
}

.wrapper-text {
  width: auto;
  height: auto;
  position: absolute;
}

.brand-icon-box {
  color: #cac7cf;
  text-decoration: none;
}

.description.more-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.description.margin-bottom-twenty {
  margin-bottom: 20px;
}

.description.max-width-description {
  max-width: 535px;
  margin-bottom: 20px;
}

.description.margin-zero {
  color: #cac7cf;
}

.max-width-twelve-ninety {
  max-width: 1100px;
}

.max-width-twelve-ninety.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-title-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 605px;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.section-title-block.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-title-block.margin-auto.text-align-center {
  background-image: none;
}

.brand-count {
  color: var(--dark-slate-blue);
  text-align: right;
  font-size: 1.125rem;
  font-weight: 700;
}

.heading-two-block {
  max-width: 739px;
}

.heading-two-block.padding-bottom-twenty-five.brand-title-margin {
  max-width: 443px;
}

.heading-two-block.padding-bottom-twenty-five.brand-title-margin.gr-sse {
  max-width: 400px;
}

.heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change {
  max-width: 590px;
  margin-bottom: 40px;
}

.heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.breite {
  max-width: 620px;
}

.heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.breite.mitte {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.breite.h-he {
  margin-bottom: 0;
}

.heading-two-block.max-width-slider {
  max-width: 433px;
}

.heading-two {
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 4.0625rem;
}

.heading-two.text-color-white.pricing {
  margin-top: 0;
}

.heading-two.text-color-white.pricing.preis-morgan {
  min-width: 300px;
}

.heading-two.text-color-white.pricing.preis-morgan.mwst {
  font-size: 1.25rem;
  line-height: 2rem;
}

.heading-two.pricing {
  margin-top: -50px;
}

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

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

.brand-btn-block.team {
  justify-content: flex-start;
}

.brand-section {
  background-image: url('../images/purple-glow.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.brand-section.abstand-unten {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 160px;
}

.brand-container {
  max-width: 1618px;
}

.brand-image {
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: -70px;
}

.heading-three {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 2.9375rem;
  font-weight: 600;
  line-height: 3.5625rem;
}

.heading-three.hash-text {
  margin-top: 10px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 3rem;
}

.more-icon {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-top: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-hover {
  grid-column-gap: 50px;
  border: 1px solid #2a2044;
  border-radius: 10px;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  display: flex;
}

.brand-hover:hover {
  z-index: 2;
  position: relative;
  transform: translate(0);
}

.brand-image-block {
  width: 19%;
  position: relative;
}

.brand-caption-block-inner {
  display: inline-block;
}

.brand-caption-block {
  width: 57%;
  padding-left: 50px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.max-width-creative-heading {
  max-width: 492px;
}

.overflow-hidden.landing-heading-max-width {
  max-width: 957px;
}

.overflow-hidden.landing-homepage-heading {
  max-width: 585px;
}

.overflow-hidden.landing-innerpage-heading {
  max-width: 576px;
}

.overflow-hidden.landing-cms-heading {
  max-width: 420px;
}

.overflow-hidden.ecommerce-heading {
  max-width: 384px;
}

.overflow-hidden.ecommerce-heading.breite {
  max-width: 450px;
}

.hero-wrapper {
  background-color: #0f0d25;
  position: relative;
}

.nav-icon-bar-bottom {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.button-link {
  grid-column-gap: 11px;
  color: #fff;
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
  border-radius: 6px;
  align-items: center;
  padding: 20px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-link.button-two {
  background-image: linear-gradient(to right, #e54a9273, #6c52e873);
  border-radius: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-link.button-two.dark-bg {
  background-color: #251a44;
  background-image: none;
}

.button-link.button-two.background-color-change {
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
}

.button-link.button-two.background-color-change.send-button {
  padding-left: 50px;
  padding-right: 50px;
}

.button-link.button-two.background-color-change.button-padding-change {
  padding: 12px 40px;
}

.button-link.button-two.cart-button {
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
  padding: 18px 40px;
}

.button-link.button-two.padding-fourty-both-side {
  padding-left: 40px;
  padding-right: 40px;
}

.button-link.button-two.padding-fourty-both-side.button-background-change {
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
}

.button-link.button-two.choose-plan {
  background-color: #0000;
  justify-content: center;
  margin-top: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.button-link.button-two.choose-plan.choose-button-color-change {
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
}

.button-link.flex-center.padding-change-for-checkout {
  padding-top: 14px;
  padding-bottom: 14px;
}

.button-link.flex-center.get-template-button {
  padding-top: 17px;
  padding-bottom: 17px;
}

.button-link.flex-center.get-template-button.button-background-change {
  background-color: var(--dark-slate-blue);
  background-image: none;
}

.button-link.landing-navbar-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-link.figma-button {
  background-color: #171433;
  background-image: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-link.margin-top-twenty {
  margin-top: 20px;
}

.button-link.create-account-button {
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
}

.creative {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.creative.abstand {
  padding-top: 200px;
}

.creative-caption-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 559px;
  display: flex;
}

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

.heading-six {
  letter-spacing: 0;
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.heading-six.text-color-white.text-decoration-none {
  text-decoration: none;
}

.heading-six.text-color-white.portfolio-name {
  font-size: 1.5rem;
}

.heading-six.text-color-white.text-align-center.fett {
  font-weight: 700;
}

.heading-six.text-color-white.margin-bottom-twenty-five {
  margin-bottom: 25px;
}

.heading-six.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.heading-six.text-color-white.margin-top-twenty {
  margin-top: 20px;
}

.heading-six.font-size-change-small {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2rem;
}

.heading-six.is-color {
  color: #000;
  text-decoration: none;
}

.creative-options-image-block-inner {
  background-color: #d9d9d933;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 66px;
  height: 66px;
  display: flex;
}

.heading-block.padding-bottom-ten {
  font-family: Urbanist, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

.main-block {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block.project-block {
  grid-row-gap: 0px;
  background-image: url('../images/project-stroke.svg');
  background-position: 100% 82%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-block.interest-block {
  background-image: url('../images/interest-bg.webp');
  background-size: cover;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 60px;
  overflow: hidden;
}

.main-block.interest-block.home-one-cta {
  background-image: url('../images/Cta-background.webp');
  background-position: 50%;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main-block.interest-block.is-background {
  background-image: none;
}

.main-block.interest-block.is-background.is-padding {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.main-block.sticky {
  z-index: 3;
  position: sticky;
  top: 0;
}

.main-block.sticky.two.flex-align-chamge, .main-block.sticky.flex-align-change {
  align-items: stretch;
}

.main-block.sticky.two {
  z-index: 3;
  background-color: #0f0d25;
}

.main-block.sticky.two.flex-align-chamge {
  align-items: stretch;
}

.creative-options-caption-col {
  grid-column-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}

.flex-box {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: flex-start;
  display: flex;
}

.flex-box.margin-bottom-thirty-four {
  margin-bottom: 25px;
}

.overlay-img {
  transform-origin: 50% 0;
  background-image: linear-gradient(90deg, #f1498b36, #5e54f336);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-img.anpassung {
  background-image: none;
}

.creative-image-block {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.creative-image-block.full-width-image {
  width: 50%;
}

.creative-image-block.full-width-image.no-radius {
  border-radius: 0;
}

.creative-flex {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  background-image: url('../images/creative-glow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.creative-flex.justify-start {
  justify-content: flex-start;
}

.creative-flex.justify-start.home-creative {
  grid-column-gap: 110px;
  background-image: url('../images/Shine-Pink.svg'), url('../images/Contact-glow.svg');
  background-position: 50%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 590px, 771px;
  padding-bottom: 0;
}

.creative-flex.justify-start.home-creative.no-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.creative-flex.justify-start.home-creative.shine {
  background-image: url('../images/purple-glow.webp'), url('../images/Contact-glow.svg');
}

.creative-flex.solution {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: none;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-bottom: 0;
}

.creative-flex.solution.sticky.body-background-color {
  background-color: var(--body-color);
  background-color: #0f0d25;
}

.creative-flex.justify-end {
  grid-column-gap: 110px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
}

.creative-flex.justify-end.home-creative {
  padding-bottom: 0;
}

.body {
  background-color: #0f0d25;
}

.case-study-left-side {
  max-width: 548px;
  padding-top: 60px;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.case-study-left-side.about-two-posibilities {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: static;
}

.case-study-details-section {
  padding: 170px 15px 30px;
}

.service-column {
  flex: 1;
  width: 40%;
  display: block;
  position: relative;
}

.service-column.case-study-one {
  flex: 0 auto;
  padding-top: 100px;
}

.service-column.case-study-two {
  flex: 0 auto;
  width: 60%;
}

.service-column.service-header {
  flex: 0 auto;
  width: 41%;
  padding-top: 0;
}

.case-details {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.solution-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.design-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.design-details-right.design-details-right-one {
  height: auto;
}

.design-details-teaser {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  max-width: none;
  display: flex;
}

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

.text-color-white.margin-top-zero {
  margin-top: 0;
  margin-bottom: 10px;
}

.text-color-white.cta-paragraph {
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-color-white.adp-blog-titel {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e4035c, #674ee8);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
}

.tab-contents {
  width: 80%;
}

.tab-contents.design-card-col {
  justify-content: center;
  width: 100%;
  display: flex;
}

.posibilities {
  background-image: url('../images/pic1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2a2044;
  border-radius: 10px;
  width: 100%;
  min-height: 925px;
  margin-bottom: 20px;
  position: sticky;
  top: 148px;
  overflow: hidden;
}

.posibilities.active {
  z-index: 0;
  top: 0;
}

.posibilities.active.design-card-block {
  border-width: 0;
}

.design-column {
  flex: 1;
  display: block;
  position: relative;
}

.tab-card.one {
  grid-column-gap: 45px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 585px;
  display: flex;
}

.tab-card.one.max-width-change {
  max-width: 770px;
}

.tab-container-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pic2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 925px;
  padding-left: 13%;
  padding-right: 13%;
  display: flex;
  overflow: hidden;
}

.tab-container-two.design-page-caption {
  justify-content: center;
  padding: 50px 60px;
  position: relative;
}

.heading-four {
  letter-spacing: -.01rem;
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
}

.heading-four.text-color-white {
  font-weight: 500;
}

.heading-four.text-color-white.max-width {
  max-width: 509.406px;
}

.tab-container-one {
  justify-content: center;
  align-items: center;
  min-height: 925px;
  padding: 50px 60px;
  display: flex;
  overflow: hidden;
}

.logo {
  padding: 10px 10px 6px;
  display: block;
}

.logo-img {
  width: 100%;
  height: 100%;
}

.project-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

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

.project-image-block.padding-bottom-twenty-two {
  padding-bottom: 22px;
  position: relative;
}

.project-icons-shape {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  position: absolute;
}

.project {
  background-image: url('../images/project-glow-two.webp'), url('../images/circle-stroke-texture.webp');
  background-position: 1%, 2% 7%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 569px 569px;
  padding: 90px 15px 120px;
}

.project.punkt {
  background-image: url('../images/Polygon-15.svg'), url('../images/Subtract.svg'), url('../images/project-glow-two.webp'), url('../images/circle-stroke-texture.webp');
  background-position: 82% 0, 20% 5%, 1%, 2% 7%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, 569px 569px;
}

.project.punkt.abstand {
  margin-top: 0;
}

.project.punkt.abstand.einzug {
  background-image: url('../images/Subtract.svg'), url('../images/circle-stroke-texture.webp');
  background-position: 20% 5%, 2% 7%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 569px 569px;
  margin-top: 160px;
  padding-top: 0;
  padding-bottom: 0;
}

.project.punkt.abstand.abstand-oben {
  margin-top: 140px;
}

.project-icons {
  position: relative;
}

.project-col {
  background-color: #18102f80;
  border: 1px solid #2a2044;
  border-radius: 10px;
  width: 33.3%;
  padding: 50px;
}

.project-col.text-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-col.text-center.farbe {
  background-color: #3e215747;
}

.victory-sign-background {
  background-image: url('../images/✌️.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 60px;
}

.victory-sign-background.emoji {
  background-image: url('../images/pic.svg');
  background-size: 3.4375rem;
}

.victory-sign-background.emoji.adp-logo {
  background-image: url('../images/ADP-Logo-SVG-Transparent.svg');
}

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

.tag {
  color: #c4bfcb;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.contact-email {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-email.footer-three-contact {
  grid-column-gap: 64px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.social-link {
  z-index: 1;
  grid-column-gap: 10px;
  align-items: center;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.radiant {
  color: #fff;
  text-decoration: none;
}

.contact-link {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}

.contact-link.font-size-change {
  font-size: 1.8rem;
}

.heading-col {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.thumb-icon-block {
  position: absolute;
  top: -30px;
  right: -30px;
}

.details-col {
  width: 30%;
}

.interest-flex {
  grid-column-gap: 165px;
  grid-row-gap: 165px;
  align-items: center;
  max-width: 1097px;
  display: flex;
}

.interest-flex.is-width {
  width: 100%;
  max-width: 1290px;
}

.email-link {
  color: #fff;
  text-decoration: none;
}

.interest {
  margin-left: auto;
  margin-right: auto;
  padding: 120px 15px;
}

.interest.pricing-one-cta {
  padding-top: 165px;
  padding-bottom: 165px;
}

.details-block {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}

.details-block.contact-details-block {
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}

.details-block.is-background {
  background-color: #e8e8e8a1;
}

.progress-bar {
  width: 75px;
  height: 75px;
  display: none;
  position: relative;
}

.slider-navigation {
  z-index: 4;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #1b1930;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-arrow {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  inset: auto auto 2.5% 55%;
}

.progress-bar__mask {
  border: 2px solid #404040;
  width: 37.5px;
  height: 75px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.progress-bar__mask.cc-left-mask {
  transform-origin: 100%;
  border-right-color: red;
  border-top-left-radius: 37.5px;
  border-bottom-left-radius: 37.5px;
  inset: 0% 37.5px 0% 0%;
  transform: rotate(0);
}

.progress-bar__mask.cc-right-mask {
  transform-origin: 0%;
  border-left-color: red;
  border-top-right-radius: 37.5px;
  border-bottom-right-radius: 37.5px;
  inset: 0% 0% 0% 37.5px;
  transform: rotate(0);
}

.progress-bar__mask.cc-right-mask.cc-blue-border {
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
  width: 37.5px;
  height: 75px;
  display: none;
  transform: rotate(0);
}

.position-absolute {
  position: absolute;
}

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

.slider__image-cover {
  background-color: #0f0d25;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-thumb-wrap-1 {
  border: 3px solid #b54db3;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 75px;
  max-width: 100%;
  height: 75px;
  max-height: none;
  margin: 0 6px 0 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-container-circle {
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.hero-slider {
  background-color: #0000;
  min-height: 80vh;
}

.hero-slider.h-he {
  min-height: 100vh;
}

.slider__left-pane {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding: 0 70px;
  display: flex;
}

.slider__right-pane {
  width: 50%;
  position: relative;
}

.slider__right-pane.image-1 {
  background-image: url('../images/Fabian-Weder-Porträt_batcheditor_fotor.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.slider__right-pane.image-1.background-image-two {
  background-image: url('../images/Andreas-Weiss-Porträt_batcheditor_fotor.webp');
}

.slider__right-pane.image-1.background-image-two.selina {
  background-image: url('../images/Selina---AD-Promotion_batcheditor_fotor.webp');
  background-position: 50% 20%;
}

.slider__right-pane.image-1.background-image-two.fabian {
  background-image: url('../images/Fabian-Weder-Porträt_batcheditor_fotor.webp');
  background-position: 50%;
}

.slider__right-pane.image-1.background-image-two.yannick {
  background-image: url('../images/Yannick_batcheditor_fotor.webp');
  background-position: 50% 20%;
}

.slider__right-pane.image-1.background-image-two.jan {
  background-image: url('../images/Jan---AD-Promotion_batcheditor_fotor.webp');
}

.slider__right-pane.image-1.background-image-three {
  background-image: url('../images/slider-image-1.webp');
}

.slider__right-pane.image-1.cordin {
  background-image: url('../images/Cordin_batcheditor_fotor-1.webp');
  background-position: 50% 20%;
}

.slide__wrapper {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.slider-arrow-right {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  inset: auto 5% 2.5% auto;
}

.hero__text-wrapper {
  max-width: 600px;
}

.slide-nav-bar {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  opacity: 0;
  color: #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 26px;
  font-size: 50px;
  display: flex;
  inset: auto 0% 6.7% 49.8%;
  overflow: visible;
}

.team.home-one-team-section {
  background-image: url('../images/Dotted.svg');
  background-position: 53% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px 170px;
}

.team.home-one-team-section.abstand {
  padding-bottom: 120px;
  overflow: hidden;
}

.team.home-one-team-section.abstand.abstand-oben {
  margin-top: 100px;
  margin-bottom: 60px;
}

.container-width-thirteen-hundred {
  max-width: 1300px;
}

.style-text {
  margin-bottom: -42px;
}

.style-text.margin-bottom-change {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-design-count {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#443d5a, #0f0726);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 22px;
  font-family: Urbanist, sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 5rem;
}

.product-design-count.portfolio-header-text {
  background-image: linear-gradient(#ffffff14, #0000);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 22.7rem;
  line-height: 9rem;
}

.product-design-count.portfolio-header-text.schriftgr-sse {
  background-image: linear-gradient(#ffffff14, #0000);
  font-size: 10rem;
}

.home-one-partners-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-one-partners-section.abstand {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-width-eleven-hundred {
  max-width: 1100px;
}

.clients-main-wrapper {
  position: relative;
  overflow: hidden;
}

.home-one-clients {
  width: 200%;
  display: flex;
  overflow: hidden;
}

.clients-marquee {
  grid-column-gap: 70px;
  align-items: center;
  padding-right: 70px;
  display: flex;
}

.overlay-marque {
  background-image: linear-gradient(to right, #0f0d25, #0000);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overlay-marque.right {
  background-image: linear-gradient(270deg, #0f0d25 8%, #0000);
  inset: 0% 0% 0% auto;
}

.border-radius-ten {
  border-radius: 10px;
}

.heading-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 65px;
  display: flex;
}

.ipad-screen {
  z-index: 1;
  border-radius: 10px;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-mockup {
  position: relative;
}

.ipad-shape {
  width: 100%;
  position: relative;
}

.tablet-animation {
  z-index: 2;
  position: relative;
}

.container-video {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.tablet-wrap {
  perspective: 1000px;
}

.section-scroll-animation {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 100% 100%, 12% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 47%, 47%;
  padding-top: 100px;
  overflow: hidden;
}

.section-scroll-animation.abstand {
  margin-left: 15px;
  padding-bottom: 40px;
  padding-right: 15px;
}

.text-center {
  text-align: center;
  max-width: 950px;
}

.text-center.text-color-white.team-heading {
  max-width: 589px;
}

.page-content {
  background-color: #0f0d25;
}

.result-section {
  background-image: url('../images/Shine-Pink.svg');
  background-position: 0 100%;
  background-size: auto;
  padding: 170px 15px;
  position: relative;
}

.result-section.schatten {
  background-image: url('../images/project-glow-two.webp');
  background-repeat: no-repeat;
  background-size: auto;
}

.result-section.schatten.abstand-unten-einzug.morgan-einzug {
  padding-top: 40px;
  padding-bottom: 100px;
}

.result-container {
  max-width: 1290px;
}

.result-main-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.result-heading-wrapper {
  grid-column-gap: 55px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.result-heading-wrapper.service-card-header {
  align-items: flex-start;
  max-width: 541px;
}

.result-heading-wrapper.team-two-heading {
  align-items: flex-end;
  max-width: 1037px;
}

.result-heading-wrapper.team-two-heading.gr-sse {
  max-width: 1200px;
}

.result-heading-wrapper.team-two-heading.einzug-links {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
}

.result-heading-wrapper.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.result-heading-wrapper.margin-auto.margin-bottom-sixty {
  margin-bottom: 60px;
}

.span-background {
  background-image: url('../images/pic.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 82px;
}

.canvas-wrap {
  z-index: 9999;
  background-color: #0f0d25;
  width: 425px;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0 auto 0 0;
  overflow: auto;
}

.close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.gallery-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.canvas-description {
  padding-top: 38px;
  padding-bottom: 30px;
}

.single-image {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.canvas-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 107px 55px;
  display: flex;
}

.talk-text-block {
  height: 30px;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  overflow: hidden;
}

.navbar.navbar-three-position {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.landing-navbar-main-section {
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.talk-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.talk-link.decoration-none {
  justify-content: center;
  width: 171px;
  text-decoration: none;
}

.nav-link-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 8%;
  margin-bottom: 8%;
  text-decoration: none;
  display: flex;
}

.nav-link-main.nav-five {
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-link-main.nav-one {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-link-main.nav-three, .nav-link-main.nav-six, .nav-link-main.nav-two {
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.right-side-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-side-header.nav-three {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.nextcloud-logo-home-two {
  justify-content: flex-end;
  width: 240px;
  display: flex;
}

.nextcloud-logo-home-two.navbar-three {
  width: auto;
}

.talk-image-block {
  background-color: #403858;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46px;
  height: 46px;
  display: flex;
}

.page-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.talk-text {
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2rem;
}

.right-nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  order: 0;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.nav-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  max-width: 1615px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vw;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.nav-container.nav-three {
  max-width: 1615px;
}

.nav-container.landing-navbar-container {
  max-width: 1290px;
}

.result-box-content {
  z-index: 1;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 20px 40px 40px;
  display: flex;
  position: relative;
}

.arrow-link {
  cursor: pointer;
  border: 1px solid #cac7cf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .45s;
  display: flex;
}

.arrow-link:hover {
  transform: rotate(-45deg);
}

.arrow-link.fifty-px {
  min-width: 50px;
  height: 50px;
}

.arrow-link.about-banner {
  width: 126px;
  height: 126px;
}

.arrow-link.portfolio-three-arrow-link {
  width: 90px;
  height: 90px;
}

.arrow-link.porftolio-link-arrow {
  width: 104px;
  height: 104px;
}

.marquee-text {
  overflow: hidden;
}

.marquee-text.abstand {
  margin-top: 140px;
}

.section-marquee {
  background-color: #251a44;
}

.container {
  flex-direction: column;
  max-width: none;
}

.list-one {
  align-self: center;
  list-style-type: none;
}

.solution-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #443c5e;
  padding-top: 15px;
  padding-bottom: 23px;
  display: flex;
}

.solution-wrapper.margin-bottom-thirty.border-zero {
  border-bottom-style: none;
  padding-bottom: 0;
}

.pagination {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.left-tab-navigation {
  align-items: center;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.creative-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 553px;
  display: flex;
}

.creative-caption-wrapper.padding-left-fifteen {
  padding-left: 15px;
}

.creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
  max-width: 568px;
  max-height: 80vh;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}

.creative-caption-wrapper.padding-bottom-thirty {
  padding-bottom: 30px;
}

.home-two-service-section {
  padding-top: 140px;
}

.overlay {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay.light-grey {
  background-color: #0f0726;
}

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

.check-box {
  width: 25px;
  height: 35px;
}

.future-image {
  object-fit: cover;
}

.page-link {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.check {
  width: 20px;
}

.page-number {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
}

.side-navbar {
  min-width: 150px;
}

.solution-flex-caption-block-2 {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.home-two-service-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.overlay-two {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-two.light-grey {
  background-color: #0f0726;
}

.future-image-container {
  min-width: 240px;
  max-width: 680px;
}

.case-study-teaser {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.case-study-text {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: sticky;
  top: 156px;
  overflow: hidden;
}

.case-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.case-details-right.case-details-right-one {
  height: auto;
}

.our-service {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 0 0, 100%;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 130px 15px 154px;
}

.our-service.abstand {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.service-details-grid {
  grid-column-gap: 100px;
  background-image: url('../images/Dotted.svg');
  background-position: 0 75%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
  display: flex;
}

.services {
  grid-column-gap: 60px;
  background-color: #19173299;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 45px 60px 40px;
  display: flex;
}

.services.border-radius-ten.farbe {
  background-color: #3e215747;
}

.service-content-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 376px;
  display: flex;
}

.service-heading {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.heading-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.thumb-text {
  background-color: #d9d9d940;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.victory {
  font-size: 20px;
}

.body-font {
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font.text-color-white {
  color: #fff;
}

.body-font.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.body-font.text-color-white.underline-off {
  text-decoration: none;
}

.body-font.card-text {
  font-weight: 500;
}

.body-font.error-font {
  color: #fff;
  text-align: center;
  font-size: .9rem;
}

.team-one-extended-container {
  max-width: 100vw;
  margin-bottom: 2.4rem;
}

.team-one-block {
  background-image: url('../images/purple-glow.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-one-block.abstand {
  margin-top: 100px;
}

.hero-projects-holder {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 50px;
  overflow: hidden;
}

.hero-project-container {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.no-underline {
  cursor: pointer;
  text-decoration: none;
}

.home-two-footer-social-link-block {
  cursor: pointer;
  align-items: center;
  margin-left: 1.5rem;
  text-decoration: none;
  display: flex;
}

.home-two-footer-social-link-block.team-one-social-icon {
  margin-left: .6rem;
  margin-right: .6rem;
}

.home-two-footer-social-link-block.home-three-social-icon {
  margin-left: 0;
  margin-right: 1.5rem;
}

.home-two-footer-social-link-block.home-three-social-icon.first {
  padding-left: 1.5rem;
}

.footer-two-social-img {
  filter: invert(80%);
}

.footer-two-social-img.home-three-footer-social-icon {
  filter: invert(0%);
}

.hero-project-holder {
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.hero-project-holder.one {
  max-width: 20vw;
  padding-top: 5rem;
  padding-right: 1rem;
}

.hero-project-holder.two {
  max-width: 30vw;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-project-holder.three {
  max-width: 20vw;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-project-holder.four {
  max-width: 30vw;
  padding-left: 1rem;
}

.hero-project-thumbanil {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.team-one-img {
  height: auto;
}

.team-one-img.border-radius-ten.fill-cover {
  object-fit: cover;
  height: 100%;
}

.team-one-designation {
  opacity: 1;
  color: #fff;
}

.team-one-designation.body-small-text.font-size-change {
  text-align: center;
  font-size: .9rem;
  line-height: 1.5rem;
}

.team-one-designation.body-small-text.text-color-white {
  filter: drop-shadow(1px 1px 8px #000000b3);
}

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

.hero-project-hover-holder {
  z-index: 2;
  opacity: 0;
  mix-blend-mode: normal;
  background-image: linear-gradient(#f3498999, #6853eb99);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 60%;
  overflow: hidden;
}

.hero-project-hover-holder.one {
  top: 63%;
}

.hero-project-hover-holder.two {
  width: 270px;
  height: 270px;
  top: 61%;
}

.hero-project-hover-holder.three {
  top: 60%;
}

.hero-project-hover-holder.four {
  width: 259px;
  height: 259px;
  top: 65%;
}

.home-three-footer-social {
  align-items: center;
  display: flex;
}

.home-three-footer-social.team-deatails-banner {
  position: absolute;
  right: -9rem;
  transform: rotate(90deg);
}

.team-one-name {
  opacity: 1;
  color: #fff;
  margin-top: .625rem;
  margin-bottom: 1rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.team-one-name.small-name {
  font-size: 1rem;
}

.team-one-name.small-name.schriftgr-sse {
  font-size: 2rem;
}

.team-one-name.gr-sse {
  filter: drop-shadow(1px 2px 14px #000000b3);
  mix-blend-mode: normal;
  margin-bottom: .125rem;
  font-size: 2rem;
}

.team-one-name.schriftgr-sse {
  font-size: 2rem;
}

.testimonial-providing-left {
  flex: 0 auto;
  max-width: 650px;
  position: relative;
}

.star-img {
  height: auto;
  margin-bottom: 2.5rem;
}

.we-provide-img-block {
  width: 512px;
  height: auto;
}

.we-provide-img {
  margin-right: 45px;
}

.hidden-left-arrow {
  display: none;
}

.slide-nav {
  padding-top: 0;
  padding-bottom: 5rem;
  padding-left: 3.75rem;
  font-size: 11px;
  display: flex;
}

.about-one-quote-slider {
  color: #000;
  background-color: #18162f;
  background-image: url('../images/quote-icon.svg');
  background-position: 95% 86%;
  background-repeat: no-repeat;
  background-size: 23%;
  height: 430px;
  margin-top: -330px;
  margin-left: 9.0625rem;
  padding-top: 3.75rem;
  padding-left: 3.75rem;
  padding-right: 3.4rem;
}

.hidden-right-arrow {
  display: none;
}

.service-process-step {
  border-bottom: 1px solid var(--dark-slate-blue);
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service-process-step.team-two-no-border {
  border-bottom-style: none;
}

.service-process-step.team-two {
  border-bottom-color: var(--dark-slate-blue);
}

.team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.team-two-process-block-right {
  flex: 1;
  max-width: 1150px;
}

.team-two-process-block-right.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.team-two-step-section {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-process {
  perspective: 600px;
  padding-bottom: 1px;
}

.spiral-arrow-block {
  justify-content: center;
  align-items: flex-end;
  margin-top: 2.5rem;
  display: flex;
}

.spiral-arrow-block.team-details-spiral {
  flex-direction: column;
  margin: 0 auto 250px;
  display: block;
}

.service-step-number-block {
  width: 20%;
  min-width: 120px;
  box-shadow: inset -2px 0 0 0 var(--dark-slate-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-step-process {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--deep-pink), var(--slate-blue));
  direction: ltr;
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.service-step-process.contact-one {
  background-color: #ffffff80;
  background-image: none;
  width: 1px;
  height: 90%;
  left: -1px;
  right: auto;
}

.service-step-number {
  color: #686677;
  font-size: 5rem;
}

.service-step-info {
  flex: 1;
  padding: 3.5rem 8%;
}

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

.team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lower-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #383a41;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.s-card-block {
  z-index: 2;
  position: relative;
}

.s-card-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.s-card-text.two {
  max-width: 433px;
}

.s-card-text.one {
  max-width: 210px;
}

.s-card-text.three {
  max-width: 241px;
}

.card-circle {
  z-index: 1;
  background-image: linear-gradient(to right, #f6498680, #5f54f180);
  border-radius: 100%;
  width: 10%;
  height: 10%;
  position: absolute;
  inset: -15% -15% auto auto;
}

.service-card {
  border-top: 1px solid #383a41;
  border-left: 1px solid #383a41;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card.service-card-two {
  justify-content: flex-start;
  height: 310px;
}

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

.wave-icon-wrapper {
  background-color: #ffffff29;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.about-hero-section {
  background-image: url('../images/Banner-slider-img.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 15px;
}

.about-one-tag {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.home-three-partners-section.abstand {
  margin-bottom: 60px;
}

.home-three-partners-section.abstand-unten {
  margin-top: 40px;
  margin-bottom: 100px;
}

.home-three-clients-main-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.clients {
  width: 250%;
  display: flex;
  overflow: hidden;
}

.clients-marque {
  align-items: stretch;
  display: flex;
}

.client-image {
  border: 1px solid #3a3850;
  border-left-style: none;
  padding: 0;
}

.marquee-overlay {
  background-image: linear-gradient(to right, #0f0d25, #0000);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-overlay.right {
  background-image: linear-gradient(270deg, #0f0d25 8%, #0000);
  inset: 0% 0% 0% auto;
}

.review-main-wrapper {
  grid-row-gap: 30px;
  background-color: #191732;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
}

.testimonial {
  background-image: url('../images/purple-glow.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 160px;
  padding-left: 15px;
  overflow: hidden;
}

.testimonial-text-wrapper {
  max-width: 499px;
}

.padding-right-twenty {
  padding-right: 20px;
}

.padding-right-twenty.background-image {
  background-image: url('../images/line.svg');
  background-position: 100% 15%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 21px;
}

.margin-left-fourty {
  margin-right: 40px;
}

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

.mask {
  width: 23%;
  left: 10px;
  overflow: visible;
}

.slide-pagination {
  display: none;
}

.testmonial-slider {
  width: 100%;
  height: auto;
  position: relative;
}

.fill-cover {
  object-fit: cover;
}

.slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.right-arrow {
  inset: -34% 13% auto auto;
  overflow: visible;
}

.testmonial-heading {
  width: 75%;
  max-width: 1100px;
}

.slider-overlay {
  background-image: linear-gradient(to right, #0f0d25, #0000);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-overlay.right-slider {
  z-index: 1;
  background-image: linear-gradient(270deg, #0f0d25, #0000);
  inset: 0% 0% 0% auto;
}

.slider-overlay.left-slider {
  z-index: 1;
  background-image: linear-gradient(to right, #0f0d25, #0000);
}

.testimonial-main-wrapper {
  grid-row-gap: 65px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-arrow {
  margin-right: 80px;
  inset: -34% 13% auto auto;
  overflow: visible;
}

.social-media-icon {
  transition: transform .45s;
}

.social-media-icon:hover {
  transform: scale(.9);
}

.footer-information-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-information-wrapper.footer-three-info {
  flex: 0 auto;
  min-width: 273px;
}

.footer-two {
  background-image: url('../images/blue-glow.webp');
  background-position: 10% 0;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom-main-wrapper {
  grid-column-gap: 25px;
  border-top: 1px solid #2e2c41;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer-bottom-main-wrapper.footer-three-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom-main-wrapper.anpassung {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.quick-links {
  grid-column-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.radiant-templates {
  color: #fff;
  text-decoration: none;
}

.footer-text {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 489px;
  display: flex;
}

.footer-text.footer-three-text {
  max-width: 413px;
}

.infromation {
  display: flex;
}

.infromation.align-center {
  grid-column-gap: 20px;
  align-items: center;
}

.infromation.align-top {
  grid-column-gap: 20px;
  align-items: flex-start;
}

.footer-two-main-wrapper {
  grid-column-gap: 160px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.footer-two-main-wrapper.footer-three {
  grid-column-gap: 50px;
  background-image: none;
  align-items: flex-start;
}

.line-height {
  line-height: 2rem;
}

.social-icons {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons.flex-align-left {
  justify-content: flex-start;
}

.social-icons.flex-align-left.flex-gap-change {
  grid-column-gap: 25px;
}

.footer-bottom-container {
  max-width: 1618px;
}

.footer-bottom-container.einzug {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: grid;
}

.footer-two-container {
  max-width: 1290px;
}

.body-small-text {
  color: #cac7cf;
  letter-spacing: .01rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
}

.body-small-text.padding-all-side {
  padding: 5px 15px;
}

.body-small-text.padding-all-side.backgrund-dark {
  background-color: #251a44;
}

.body-small-text.padding-all-side.backgrund-dark.radius-twenty-five {
  border-radius: 25px;
  flex: 0 auto;
}

.body-small-text.font-success {
  color: #fff;
  font-size: .9rem;
}

.body-small-text.decoration-none {
  text-decoration: none;
}

.body-small-text.text-color-white {
  color: #fff;
}

.body-small-text.text-color-white.remove {
  font-size: 1rem;
  font-weight: 500;
}

.body-small-text.cart-line-height {
  line-height: 1.8rem;
}

.body-small-text.location {
  max-width: 223px;
}

.body-small-text.is-color {
  color: #000;
}

.body-small-text.anpassung {
  display: block;
}

.contact-info {
  text-decoration: none;
}

.footer-two-tag {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.review-section {
  padding: 170px 15px 100px;
}

.review-container {
  max-width: 1430px;
}

.review-wrapper {
  grid-column-gap: 103px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-card-heading {
  grid-column-gap: 170px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  display: flex;
}

.service-card-heading.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mrq-container-three {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee {
  flex: none;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.marquee-texts {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.mrq-train-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.marquee-container-two {
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.marquee-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.marquee-container.one {
  margin-top: 0;
}

.marquee-container.two {
  justify-content: flex-end;
  margin-top: 0;
}

.marquee-slider {
  background-color: #251a44;
}

.marquee-slider.two {
  background-color: #0000;
  background-image: linear-gradient(to right, #f94969, #5c54f5);
}

.scroll-icon {
  opacity: 1;
  transform: rotate(0);
}

.home-three-awards-devider {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.awards-col-three {
  justify-content: center;
  align-items: center;
  display: flex;
}

.awards-text-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
}

.awards-text-block.padding-top-change {
  padding-top: 5px;
}

.awards-hover-arrow {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3.4375rem;
  transition: opacity .3s;
  display: flex;
}

.awards-hover-arrow:hover {
  opacity: 1;
}

.awards-hover-img-block {
  z-index: -1;
  width: 228px;
  position: absolute;
  inset: -55px -3% 0% auto;
}

.awards-col-one {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.home-two-awards-block {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.about-one-creative-section {
  padding: 70px 15px 80px;
}

.about-one-container {
  max-width: 1290px;
}

.margin-right-thirty {
  margin-right: 20px;
}

.thumb-background-text {
  background-image: url('../images/Thumb-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 79px;
}

.author-details {
  border-right: 1px solid #e7e7e74d;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-fourty {
  margin-bottom: 40px;
}

.post {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

.post.small-text {
  font-size: 1.125rem;
}

.post.text-color-white {
  color: #fff;
}

.artical {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 688px;
  margin-left: 60px;
  display: flex;
}

.date-and-time {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.categories {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-category {
  color: #fff;
  background-color: #251a44;
  padding: 1px 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.blog-arrow-link {
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform .45s;
  display: flex;
}

.blog-arrow-link:hover {
  background-color: #251a44;
  border-style: none;
}

.blog-arrow-link.blog-page {
  width: 70px;
  height: 70px;
  transition-property: none;
}

.blog-arrow-link.blog-page:hover {
  background-color: #0000;
  border-style: solid;
}

.service-card-max-width {
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 110px;
  display: flex;
}

.service-card-details {
  background-color: #0f0d25;
  width: 100%;
  max-width: 1264px;
  margin-left: auto;
}

.button-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.align-left {
  justify-content: flex-start;
}

.button-wrapper.margin-top-hundred {
  margin-top: 100px;
}

.button-wrapper.margin-top-hundred.abstand {
  margin-top: 10px;
}

.blog-one-main-section {
  background-image: url('../images/Dotted.svg');
  background-position: 90% 16%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 220px 15px 165px;
}

.blog-details {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 582px;
  display: flex;
}

.blog-main-wrapper {
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-author {
  border-right: 1px solid #e7e7e74d;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 70px;
  display: flex;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.margin-bottom-thirty.portfolio-two-card {
  position: relative;
}

.blog {
  z-index: 1;
  grid-column-gap: 70px;
  background-color: #18102f;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.blog-container {
  max-width: 1200px;
}

.blog-container.blog-two {
  max-width: 1290px;
}

.image-wrapper {
  z-index: -1;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.blogs {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.author-name {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

.author-name.small-text {
  font-size: 1.125rem;
}

.author-name.text-color-white {
  color: #fff;
}

.blog-post {
  grid-column-gap: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.full-width {
  width: 100%;
}

.home-three-vdo-btn {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.home-three-vdo-btn.video-circle {
  background-color: #fff;
  border-style: none;
  width: 91px;
  height: 91px;
}

.home-three-vdo-btn.video-circle.video-icon-two {
  background-color: #0000;
  border-style: solid;
}

.home-three-vdo-btn.video-circle.documentaion-video-icon {
  width: 40px;
  height: 40px;
}

.home-three-vdo-btn.home-one-play-button {
  border-style: none;
  width: 70px;
  height: 70px;
}

.big-image-slide {
  transform-origin: 0%;
  background-color: #fff;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.big-image-slide.left-side {
  background-color: #0f0d25;
}

.big-image-slide.right-side {
  transform-origin: 100%;
  background-color: #0f0d25;
  left: auto;
  right: 0%;
}

.stretching-img-section {
  width: 100%;
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-scroll {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  transition: opacity .3s;
}

.lightbox-scroll.no-padding {
  padding: 0;
}

.lightbox-scroll.no-padding.no-border {
  border-style: none;
  border-radius: 0%;
}

.stretching-vdo-img-block {
  position: relative;
}

.stretching-vdo-img-block.contact-two-video {
  background-image: url('../images/Video-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 656px;
}

.stretching-vdo-img-block.home-two-video {
  background-image: url('../images/How-To-Edit-Gradiant-Circle.webp');
  background-repeat: no-repeat;
  height: 660px;
}

.stretching-vdo-img-block.home-two-video.background-image-change {
  background-image: url('../images/video.webp');
  background-size: cover;
}

.stretching-vdo-img-block.home-three-video {
  background-image: url('../images/Video-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 543px;
}

.video-block-for-image-stretch {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 35% 0% auto;
}

.video-block-for-image-stretch.home-three-vdo {
  margin-top: 5%;
  top: 30%;
}

.video-block-for-image-stretch.home-three-vdo.documentaion-icon, .video-block-for-image-stretch.home-three-vdo.position-change {
  margin-top: 0%;
  inset: 0%;
}

.play-button-icon {
  z-index: 7;
  height: auto;
  margin-left: 4px;
  position: relative;
}

.tabs {
  width: 100%;
}

.content-section-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.load-bar-base {
  background-color: var(--light-grey);
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-background {
  position: absolute;
  inset: 0%;
}

.slider-background.background-one {
  background-image: url('../images/Banner-slider-img-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-background.background-two {
  background-image: url('../images/Banner-slider-img-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-background.background-three {
  background-image: url('../images/Banner-slider-img-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-header-tab-menu {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.tab-link-name {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.standard-tab {
  grid-column-gap: 10px;
  opacity: .7;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  background-color: #0000;
}

.home-three-header-tab {
  overflow: visible;
}

.home-three-hero-section {
  position: relative;
}

.home-three-hero-section-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.marquee-scroll-section {
  padding-top: 60px;
  padding-bottom: 160px;
  overflow: hidden;
}

.marquee-scroll-section.home-one {
  padding-bottom: 10px;
}

.marquee-scroll-section.abstand {
  padding-bottom: 100px;
}

.service-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.service-list.home-one-marquee-wrapper {
  justify-content: space-between;
  width: 100%;
  padding-right: 40px;
}

.service-item {
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-item.service-home-one {
  align-items: center;
}

.service-subtitle {
  color: #fff;
  text-align: center;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 4.375rem;
}

.service-subtitle.line-two {
  color: #ffffff4d;
}

.service-subtitle.gr-sse {
  align-self: center;
}

.section-overlap {
  z-index: 3;
  padding-top: 40px;
}

.overlap-container {
  max-width: none;
}

.portfolio-section {
  background-image: url('../images/purple-glow.webp');
  background-position: -40% -30%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 220px 15px 140px;
  position: relative;
}

.portfolio-section.no-padding-bottom {
  padding-top: 160px;
  padding-bottom: 0;
}

.sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 0;
}

._60-vh {
  height: 60vh;
}

.project-content {
  background-image: url('../images/Service-Image-One.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 60vh;
  position: relative;
}

.project-content.project-three {
  background-image: url('../images/Service-Image-Three.webp');
  background-size: cover;
  width: 100%;
}

.project-content.project-two {
  background-image: url('../images/Service-Image-Two.webp');
  background-size: cover;
  width: 100%;
}

.project-content.width-change {
  width: 100%;
}

.project-overlay {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.counter-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.counter-text {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}

.text-div {
  color: #fff;
  text-align: center;
  max-width: 411px;
  position: relative;
}

.tab-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.tab-line-two {
  background-color: var(--body-font);
  width: 10vw;
  height: 1px;
}

.tab-text {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 2em;
}

.tab-line-one, .tab-line-four, .tab-line-three {
  background-color: var(--body-font);
  width: 10vw;
  height: 1px;
}

.tab-detail {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 450px;
  display: flex;
}

.tab-detail.detail-three {
  display: none;
}

.tab-detail.detail-one {
  display: flex;
}

.tab-detail.detail-two, .tab-detail.detail-four {
  display: none;
}

.tab-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  border-right: 1px solid var(--body-font);
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

.accordian-content {
  grid-column-gap: 85px;
  grid-row-gap: 100px;
  display: flex;
}

.accordian-heading-wrapper {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home---accordion {
  background-image: none;
  background-size: auto;
  margin-top: 10px;
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.accordian-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.date {
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 1.125em;
  line-height: 2em;
}

.home---accordion---container {
  max-width: 1200px;
}

.accordian-description-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.blog-image-wrapper {
  overflow: hidden;
}

.blog-two-main-section {
  padding: 250px 15px 165px;
}

.blogs-two {
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blog-post-image {
  width: 100%;
  transition: transform .7s;
}

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

.blog-two-heading-wrapper {
  grid-row-gap: 11px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.banne-heading-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  max-width: 853px;
  display: flex;
}

.play-button {
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 94px;
  min-height: 94px;
  display: flex;
  position: relative;
}

.tab-link-icon {
  min-width: 24px;
}

.home-three-header {
  z-index: 9;
  margin-top: 0;
  position: relative;
}

.marquee-icon {
  max-width: 78px;
}

.circle-progress-bar-section {
  padding-left: 15px;
  padding-right: 15px;
}

.sixteen-hundred-container {
  max-width: 1618px;
}

.progress-bar-main-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #343248;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.progress-bar-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-five {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
  display: block;
}

.heading-five.text-color-white.margin-bottom-twenty {
  margin-bottom: 20px;
}

.heading-five.faq-titel-einzug {
  color: #fff;
  margin-bottom: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-bottom.author-quote-max-width {
  max-width: 581px;
}

.portfolio-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-upper-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.poftfolio-heading {
  max-width: 679px;
  margin-top: 0;
  margin-bottom: 0;
}

.accordian-tag {
  text-transform: uppercase;
  background-color: #252240;
  padding: 5px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.designing-section {
  padding-top: 110px;
  padding-right: 15px;
}

.designing-container {
  max-width: none;
}

.footer-three {
  background-image: url('../images/blue-glow.webp');
  background-position: 125% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-three-contact-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 465px;
  display: flex;
}

.footer-three-container {
  max-width: 1621px;
}

.webflow {
  color: #fff;
  text-decoration: none;
}

.base-circle {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gradient-bar-one {
  transform-origin: 100% 0;
  background-image: linear-gradient(to right, #f84985, #5955f7);
  border-bottom-left-radius: 100%;
  width: 109px;
  height: 109px;
  position: absolute;
  top: 0;
  right: 0;
}

.home-two-counter-box {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 125%;
}

.counter-text-block.schriftgr-sse {
  text-transform: none;
  margin-left: 4px;
  font-size: 1rem;
}

.counter-number {
  height: 60px;
  display: flex;
  overflow: hidden;
}

.counter-number.bottom {
  height: 55px;
  overflow: hidden;
}

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

.counter.bottom {
  border: .1px solid #d9d9d9;
  border-radius: 100px;
  width: 150px;
  height: 150px;
}

.number-digit {
  color: #fff;
  letter-spacing: -.08px;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  line-height: 125%;
}

.counter-main-wrapper {
  width: 200px;
  height: 200px;
}

.sticky-circle-block {
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  font-size: 1.375rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.circle-link-text {
  z-index: 20;
  font-size: 1.125rem;
  position: relative;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 170px;
  height: 170px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-clip.top {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outline-main-cirlce {
  border: 4px solid #a345af99;
  border-radius: 100%;
  width: 170px;
  min-width: 170px;
  height: 170px;
  min-height: 170px;
}

.letter-c {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.gradient-masking {
  z-index: 2;
  background-color: #080808;
  border-bottom-left-radius: 100%;
  width: 112px;
  height: 112px;
  position: absolute;
  top: 0;
  right: 0;
}

.gradient-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-text {
  width: auto;
  height: auto;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.top-gradient-circle {
  z-index: 99;
  background-color: #080808;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  display: flex;
  position: relative;
}

.main-logo {
  z-index: 100;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.leeter-n {
  width: 100%;
  height: 100%;
}

.pre-loader {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-bottom-text {
  z-index: 100;
  height: 80px;
  position: absolute;
  bottom: 37%;
}

.gradient-bar-two {
  transform-origin: 100% 0;
  background-image: linear-gradient(to right, #5955f7, #f84985);
  border-bottom-left-radius: 100%;
  width: 109px;
  height: 109px;
  position: absolute;
  top: 0;
  right: 0;
}

.preloader-container {
  background-color: #080808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.gradient-circle-wrapper {
  background-color: #080808;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: relative;
}

.product-hero-grid {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card {
  padding-top: 85px;
  position: relative;
}

.product-hero-grid-right-inner {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 5rem;
}

.product-hero-grid-left {
  flex: 1;
}

.product-page-background {
  background-image: url('../images/blue-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 50% 100%, 30% 26%, 12% 68%, 21% 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
}

.padding-bottom-twenty {
  padding-bottom: 20px;
}

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

.autofit {
  object-fit: cover;
}

.autofit.tab-image-full-width {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.product-data-block {
  flex-direction: column;
  padding-top: 30px;
  padding-left: 15px;
  display: flex;
}

.product-block {
  transition: box-shadow .4s;
}

.product-block:hover {
  box-shadow: 22px 0 42px #0003;
}

.product-block.box-underline-off {
  text-decoration: none;
  transition-property: none;
}

.product-block.box-underline-off:hover {
  box-shadow: none;
}

.image-animation-container {
  position: relative;
  overflow: hidden;
}

.image-animation-container.margin-top-eighty {
  margin-top: 80px;
}

.image-animation-container.margin-top-eighty.adp-blog {
  margin-top: 20px;
}

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

.bg-image-animation {
  background-color: #0d0d0d;
  display: none;
  position: absolute;
  inset: 0%;
}

.team-one-member-heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.team-one-member-heading-block.pricing-one-faq-heading-block {
  padding-bottom: 0;
  padding-left: 15%;
  padding-right: 15%;
}

.team-one-member-heading-block.ui-kit-hero-heading-block {
  padding-top: 15.5rem;
  padding-bottom: 9.25rem;
}

.portfolio-two-tab-text {
  font-family: Urbanist, sans-serif;
}

.portfolio-two-tab-menu {
  justify-content: space-between;
  align-items: center;
  max-width: 30%;
  margin-bottom: 4.0625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-two-tab-link {
  width: 20%;
  color: var(--body-font);
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.portfolio-two-tab-link.w--current {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/active-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.portfolio-two-masnory-item {
  padding: 0 2px;
  display: inline-block;
}

.portfolio-tab-block {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.portfolio-two-main-section {
  background-image: url('../images/circle-stroke-texture.webp'), url('../images/stroke.svg');
  background-position: 95% 20%, 8% 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: 569px, auto;
  padding: 220px 15px 170px;
}

.portfolio-card-content-block {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 475px;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-two-circle-button {
  z-index: 10;
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.portfolio-two-category-block {
  background-color: #0b0d0f;
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.portfolio-two-circle-icon {
  z-index: 2;
  height: auto;
  position: relative;
}

.team-designation {
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

.portfolio-two-circle-base {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: absolute;
}

.portolio-images {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.portfolio-name-category-block {
  z-index: 10;
  position: absolute;
  inset: auto auto 30px 0%;
}

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

.portfolio-two-name-text {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.portfolio-two-name-block {
  background-image: linear-gradient(to right, var(--deep-pink), var(--slate-blue));
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.works-fullscreen-link {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-one-banner-wrapper {
  position: relative;
}

.contact-one-hero-left {
  z-index: 10;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-one-place-name {
  opacity: .8;
  color: #fff;
  cursor: pointer;
  border-left: 1px solid #fff6;
  padding-left: 1rem;
  text-decoration: none;
}

.contact-one-place-name:hover {
  opacity: 1;
}

.contact-one-place-name.heading-one {
  font-family: Urbanist, sans-serif;
  font-size: 5.3125rem;
  font-weight: 600;
  line-height: 5.9375rem;
}

.contact-one-place-name.heading-one.padding-twenty {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-one-location-container {
  background-image: url('../images/Banner-slider-img-1.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1618px;
}

.work-fullscreen-image {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0;
}

.work-fullscreen-image.image-one {
  background-image: url('../images/Singapore.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-fullscreen-image.image-two {
  background-image: url('../images/Malaysia.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-fullscreen-image.image-three {
  background-image: url('../images/London.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-one-hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.contact-one-banner-hero {
  grid-template-rows: minmax(128px, .25fr) auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8.7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-one-hero-section-two {
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container-one-banner-details-one {
  flex: 1;
}

.container-one-banner-details-one.first {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 70px;
}

.container-one-banner-details-one.third {
  padding: 2rem 25px 2rem 70px;
}

.container-one-banner-details-one.second {
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 70px;
}

.container-two {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.container-two.contact-one-banner {
  background-color: #19173299;
  border-top: 1px #ffffff80;
  max-width: 1618px;
  padding-left: 0;
  padding-right: 0;
}

.container-one-banner-details-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.track {
  z-index: 8;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.track-holder {
  margin-left: auto;
  margin-right: auto;
}

.item {
  z-index: 3;
  width: 100%;
  padding: 15px 0;
}

.item.sticky.two {
  background-color: var(--body-color);
  background-color: #0f0d25;
  width: 100%;
}

.about-two-hero-section {
  background-image: url('../images/About-Two-Banner-Image.webp');
  background-position: 0 0;
  background-size: cover;
  padding: 180px 15px;
}

.about-two-hero-container {
  max-width: 1060px;
}

.about-hero-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-hover-circle {
  z-index: 0;
  background-color: #ffffff08;
  border-radius: 50%;
  width: 7.2rem;
  height: 7.2rem;
  margin-top: -12%;
  margin-left: -12%;
  position: absolute;
  inset: 2% auto auto 3%;
}

.about-two-why-we-right {
  text-align: center;
  max-width: 812px;
}

.about-two-four-icon-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1230px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-one-creative-one {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.progress-name {
  color: #fff;
  align-items: flex-start;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
}

.progress-bar-wrap {
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.play-icon {
  filter: invert(0%);
  object-fit: cover;
  width: 60px;
  position: absolute;
}

.progressbar-body {
  background-color: #322c44;
  width: 100%;
  height: 1.4375rem;
  margin-top: .9375rem;
  padding: .5625rem;
}

.rotate-image {
  object-fit: cover;
}

.progress-number {
  color: #fff;
  text-align: right;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
}

.lightbox-block {
  position: absolute;
  inset: -70px 140px auto auto;
}

.lightbox-block.position-change {
  inset: 0% auto auto 0%;
}

.lightbox-block.team-two-position, .lightbox-block.portfolio-rotate-wrapper {
  position: static;
}

.lightbox-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  display: flex;
  position: relative;
}

.about-two-progress-left {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.progressbar-heading {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.progressbar-indicator {
  opacity: 1;
  background-color: #0b0d0f;
  width: 100%;
  height: 100%;
}

.progressbar-indicator.ninty-three {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--deep-pink), var(--slate-blue));
  width: 93%;
}

.progressbar-indicator.ninty-eight {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--deep-pink), var(--slate-blue));
  width: 98%;
}

.progressbar-indicator.ninty-six {
  background-color: #0000;
  background-image: linear-gradient(90deg, #f64986, var(--slate-blue));
  width: 80%;
}

.progressbar-indicator.ninty-six.auslastung-fabian {
  background-image: linear-gradient(90deg, var(--slate-blue), #f64986);
  width: 75%;
}

.home-three-awards-main-section {
  padding: 60px 15px 70px;
}

.home-three-awards-main-section.ein-abstand {
  padding-top: 60px;
}

.award-block-paragraph {
  max-width: 619px;
  margin-bottom: 1.5rem;
}

.home-three-awards-block {
  border-bottom: 1px solid #504e68;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.home-three-awards-block.no-border {
  border-bottom-style: none;
}

.awards-hover-img {
  z-index: 1;
  width: 227px;
  height: auto;
  position: absolute;
  inset: -250px -12% 0% auto;
}

.awards-hover-img.breite {
  pointer-events: none;
  width: 340px;
}

.awards-arrow-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.ad-main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.about-two-stretching-image-section {
  background-image: url('../images/purple-glow.webp');
  background-position: -67% 89%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.big-image-block {
  background-image: url('../images/Video-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  max-width: 1070px;
  height: 473px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

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

.about-two-light-box {
  background-color: #0b0d0f;
  border-radius: 50%;
  transition: opacity .3s;
}

.about-two-light-box.career-vdo {
  background-color: #0000;
}

.header-six {
  font-family: Urbanist, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

.header-six.font-size-change {
  font-size: 1.875rem;
}

.support-sections {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.posibilities-section {
  padding: 150px 15px 50px;
}

.posibilities-section.abstand-oben {
  padding-bottom: 80px;
}

.posibilities-section.abstand {
  padding-top: 100px;
}

.container-width-fifteen-hundred {
  max-width: 1575px;
}

.posibilities-main-wrapper {
  grid-column-gap: 120px;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.posibilities-main-wrapper.sticky.background-purple-glow {
  background-image: url('../images/purple-glow.webp');
  background-position: 50%;
  background-size: auto;
}

.posibilities-main-wrapper.sticky.background-purple-glow.tab-sticky-off {
  background-position: 50%;
}

.min-width-four-hundred {
  min-width: 400px;
}

.border-radius-six {
  border-radius: 6px;
}

.border-radius-six.autofit {
  height: auto;
}

.about-two-service-main-wrapper {
  grid-column-gap: 120px;
  align-items: center;
  display: flex;
}

.about-two-service-main-wrapper.sticky.body-background-color {
  background-color: var(--body-color);
}

.about-two-service-main-wrapper.sticky.body-background-color.blue-glow-background {
  background-image: url('../images/blue-glow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-service-text-wrapper {
  max-width: 560px;
}

.award-container {
  max-width: 1200px;
}

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

.default-container {
  justify-content: space-between;
  max-width: 1290px;
}

.service-hero-banner {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 220px 15px 160px;
}

.service-hero-banner.overflow-hidden.morgan {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: -600px 0, 600px -180px;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  margin-bottom: -90px;
  padding-bottom: 0;
}

.web-design-image {
  width: 100%;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.padding-bottom-ten.future-heading-max-width {
  max-width: 491px;
}

.padding-bottom-ten.solutions-max-width {
  max-width: 485px;
}

.padding-bottom-ten.solutions-max-width.breite {
  max-width: 500px;
}

.solutions-category {
  grid-column-gap: 13px;
  flex-wrap: wrap;
  display: flex;
}

.solutions-category.abstand-oben {
  margin-top: 40px;
}

.solutions-category.abstand-oben.blog-kategorien {
  flex-flow: row;
  margin-top: 0;
  text-decoration: none;
}

.service-page-solutions-section {
  padding: 15px 15px 50px;
}

.solutions-text-wrapper {
  max-width: 544px;
}

.padding-bottom-twenty-two {
  padding-bottom: 22px;
}

.padding-bottom-twenty-two.solutions-max-width {
  max-width: 485px;
}

.service-category-item {
  grid-column-gap: 14px;
  background-color: #191732;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 20px;
  display: flex;
}

.service-category-item.service-two {
  align-items: center;
}

.service-category-item.tags-blog {
  padding-left: 16px;
}

.solutions-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 54px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.solutions-wrapper.morgan {
  grid-column-gap: 60px;
}

.investment-image-box {
  border-radius: 6px;
  overflow: hidden;
}

.service-cta-section {
  padding: 72px 15px 20px;
}

.cta-container {
  max-width: 1614px;
}

.cta-main-wrapper {
  background-image: url('../images/Background-Image.webp');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
  padding-bottom: 125px;
  display: flex;
  position: relative;
}

.cta-content-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 643px;
  display: flex;
}

.cta-description {
  max-width: 522px;
}

.sphere-wrap {
  border: 2px solid #fff;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 70px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.sphere-track {
  grid-column-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.sphere {
  border: 1px solid #fff;
  border-radius: 6em;
  flex: none;
  width: 44px;
  height: 44px;
  margin-left: .5em;
  margin-right: .5em;
}

.service-wrapper {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.our-services {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 137% -450%, 143% 500%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 15px 40px;
}

.our-services.farbe {
  background-image: url('../images/creative-glow.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
}

.service-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4.68vw;
  padding-bottom: 4.68vw;
  display: grid;
}

.service-left-image {
  margin-bottom: 2.18vw;
}

.service-left-image.website-design, .service-left-image.ui-ux-design, .service-left-image.development, .service-left-image.website-design {
  position: absolute;
  inset: 0%;
}

.service-right-image-wrapper {
  position: relative;
}

.service-block {
  grid-row-gap: 15px;
  color: #807474;
  border-bottom: 1px solid #504e68;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.76vw;
  padding-bottom: 2.76vw;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

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

.service-right-image.development, .service-right-image.ui-ux-design, .service-right-image.website-design {
  position: absolute;
  inset: 0%;
}

.service-left-image-wrapper {
  position: relative;
}

.service-link {
  grid-column-gap: 18px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-name {
  color: #fff;
  text-align: center;
  font-size: 3.75rem;
  line-height: 4.375rem;
}

.service-name.einzug {
  text-align: center;
}

.service-name.titel-fett {
  font-weight: 600;
  text-decoration: none;
}

.service-hero-heading-wrapper {
  max-width: 1025px;
}

.padding-left-with-image {
  background-image: url('../images/Icon.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-left: 104px;
}

.padding-right-with-image {
  background-image: url('../images/👋.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 80px;
}

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

.text-buttom-header {
  text-align: center;
}

.creating-two-hero-container {
  max-width: 100%;
}

.creating-two-hero-section {
  padding-top: 220px;
  padding-bottom: 100px;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}

.creating-two-hero-section.abstand-unten {
  padding-bottom: 40px;
}

.creating-two-hero-image-block {
  position: relative;
  overflow: hidden;
}

.creating-two-hero-holder {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.creating-two-hero-main {
  position: relative;
}

.creating-two-hero-image-wrapper {
  grid-column-gap: 30px;
  width: 300vw;
  display: flex;
}

.creating-two-hero-title-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.creating-two-hero-title-wrapper.einzug {
  text-align: left;
}

.creating-two-hero-text-block {
  z-index: 1;
  position: relative;
}

.creating-two-hero-text-block.breite {
  min-width: 420px;
}

.creating-two-work-container {
  max-width: 1300px;
  overflow: hidden;
}

.creating-two-work-main {
  height: 530px;
  display: flex;
}

.creating-two-work {
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.creating-two-work.abstand {
  padding-top: 160px;
}

.creating-two-work.abstand-2 {
  padding-top: 80px;
  padding-bottom: 0;
}

.creating-two-work-data-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.our-team-about-section {
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-container {
  max-width: 1307px;
}

.about-container-main-wrapper {
  grid-column-gap: 120px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-team-image-wrapper {
  padding-top: 70px;
  padding-left: 70px;
  position: relative;
}

.about-text-wrapper {
  max-width: 454px;
  margin-top: 70px;
}

.margin-top-twenty-five {
  margin-top: 25px;
}

.counter-cell {
  flex: 1;
}

.portfolio-heading {
  max-width: 555px;
}

.portfolio-heading.overflow-hidden {
  max-width: 580px;
}

.portfolio-heading-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portfolio-heading-block.margin-bottom-fifty {
  margin-bottom: 50px;
}

.team-two-banner-hero-section {
  padding: 140px 15px 120px;
}

.team-two-banner-hero-section.abstand {
  padding-top: 0;
  padding-bottom: 40px;
}

.team-two-banner-hero-section.blog-titel-und-bild {
  background-image: url('../images/project-glow.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 40px;
}

.team-two-banner-hero-section.blog-rich-text {
  background-image: url('../images/blue-glow.webp'), url('../images/project-stroke.svg'), url('../images/creative-glow.webp');
  background-position: 100% 0, 50% 80%, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 50%, 8%, auto;
  background-attachment: scroll, scroll, scroll;
  max-width: 1278px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.team-two-hero-container {
  max-width: 1300px;
}

.team-header {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.team-header.header {
  grid-column-gap: 0px;
  flex-flow: column;
  display: block;
}

.portfolio-three-item-one {
  flex: 1;
  padding-bottom: 7.5rem;
}

.portfolio-three-item-two {
  flex: 1;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.outline-circle-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.portfolio-three-first-col-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-three-first-col-item.four {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.portfolio-three-first-col-item.three {
  margin-top: 7.5rem;
}

.empty-blocks {
  flex: 1;
}

.portfolio-three-container {
  max-width: 100vw;
  margin-top: 6.25rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.about-one-portfolio-heading-section {
  padding-top: 40px;
  padding-bottom: 160px;
}

.portfolio-thre-right {
  width: 25%;
}

.sticky-circle {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 1.375rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.view-more-circle {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.625rem;
  height: 6.625rem;
  display: none;
  position: absolute;
  overflow: hidden;
}

.portfoloi-three-content-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-text {
  color: #0b0d0f;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
}

.portfolio-one-heading {
  max-width: 678px;
}

.portfolio-one-heading.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.portfolio-one-heading.margin-auto.breite {
  max-width: 770px;
}

.portfolio-container {
  max-width: 1630px;
}

.contact-form-one-section {
  padding: 160px 15px 150px;
}

.contact-form-one-section.abstand-morgan {
  padding-top: 40px;
  padding-bottom: 100px;
}

.contact-form-container {
  max-width: 1350px;
}

.contect-one-main-wrapper {
  grid-column-gap: 80px;
  background-image: url('../images/brand-stroke.svg');
  background-position: 20% 65%;
  background-repeat: no-repeat;
  background-size: 120px;
  justify-content: space-between;
}

.contect-one-main-wrapper.zierde {
  background-image: none;
}

.contact-paragraph {
  max-width: 308px;
}

.contact-paragraph.schriftbreite {
  max-width: 430px;
}

.form-element-wrapper {
  flex: 1;
}

.form-label {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.red {
  color: red;
}

.input-field {
  width: 100%;
  color: var(--body-font);
  background-color: #42406359;
  border: 1px #000;
  border-radius: 4px;
  padding: 30px 70px 30px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.input-field::placeholder {
  color: #a4a2b6;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.input-field.check-out {
  padding-top: 23px;
  padding-bottom: 23px;
}

.flex-gap-thirty {
  grid-column-gap: 25px;
}

.option-list {
  display: none;
}

.product-name.no-margin.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.product-description {
  max-width: 570px;
}

.quantity {
  color: #fff;
  background-color: #403858;
  border-style: none;
  width: 80px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 28px;
  font-family: Urbanist, sans-serif;
}

.quantity::placeholder {
  color: #fff;
  font-family: Urbanist, sans-serif;
}

.product-details {
  max-width: 693px;
}

.contact-hero-block-emergency-details-col {
  width: 40%;
}

.contact-hero-block-emergency-details-col.gr-sse {
  width: 100%;
}

.contact-hero-block, .contact-hero-block.abstand {
  padding-bottom: 20px;
}

.contact-hero-block-address-inner {
  max-width: 440px;
}

.contact-hero-block-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heading-one-block.padding-bottom-sixty-five {
  padding-bottom: 60px;
}

.heading-one-block.padding-bottom-sixty-five.max-width-eight-twenty {
  max-width: 821px;
}

.heading-one-block.padding-bottom-sixty-five.max-width-eight-twenty.breite {
  max-width: 100%;
}

.contact-hero-block-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.contact-hero-block-flex.abstand {
  margin-top: 20px;
}

.contact-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-hero.abstand-morgan {
  padding-top: 0;
}

.heading-one {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 5.3125rem;
  font-weight: 600;
  line-height: 5.9375rem;
  display: inline;
}

.contact-hero-block-address-col {
  width: 60%;
}

.contact-two-container {
  max-width: 1290px;
}

.contact-form-two {
  background-color: #19173299;
  border-radius: 6px;
  max-width: 626px;
  padding: 80px 70px;
}

.padding-top-bottom-thirty {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-two-form-section {
  padding-bottom: 165px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-two-description {
  max-width: 468px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.form-two-description.brete {
  max-width: 100%;
  color: var(--body-font);
  padding-top: 40px;
}

.contact-form-two-main-wrapper {
  grid-column-gap: 100px;
  background-image: url('../images/stroke.svg');
  background-position: 36% 92%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
}

.contact-two-form-container {
  max-width: 1290px;
}

.form-submit-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
  border-radius: 50px;
  width: 100%;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

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

.flex-gap-fifteen.flex-center {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-text-content {
  max-width: 460px;
  padding-top: 90px;
}

.contact-form-text-content.abstand {
  padding-top: 80px;
}

.shop-hero-section {
  background-image: url('../images/Shop-banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-hero-section.category-hero-section {
  padding-bottom: 170px;
}

.shop-hero-container {
  max-width: 1620px;
}

.shop-description {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.shop-description.text-align-center {
  text-align: center;
}

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

.price-cart-hover {
  flex: 0 auto;
  position: relative;
  overflow: hidden;
}

.price-text {
  margin-bottom: 0;
}

.product-details-page-link {
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.portfolio-two-hero-section {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/circle-stroke-texture.webp');
  background-position: 50%, 0%, 90% 14%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 569px;
  padding: 220px 15px 140px;
}

.portfolio-two-hero-section.abstand {
  padding-top: 100px;
}

.portfolio-two-container {
  max-width: 1620px;
}

.protfolio-hero-header {
  grid-column-gap: 55px;
  align-items: center;
}

.portfolio-hero-header-main-wrapper {
  grid-column-gap: 100px;
  align-items: center;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.our-portfolio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
}

.pricing-plan-table {
  background-color: #0000;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 2rem;
  display: flex;
}

.pricing-plan-table.yearly {
  grid-column-gap: 30px;
  border: 1px #000;
}

.pricing-plan-table.monthly {
  grid-column-gap: 30px;
  border: 1px #000;
  align-items: stretch;
  display: flex;
}

.pricing-one-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.accodian-content-para {
  margin-bottom: 1.8rem;
}

.faq-wrapper {
  grid-column-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.relative-three {
  flex: 0 33%;
  position: relative;
  box-shadow: 0 0 40px #00000014;
}

.relative-three.relative-two {
  margin-top: 0;
}

.pricing-accodian-heading {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.pricing-accodian-heading.heading-four {
  font-family: Urbanist, sans-serif;
  font-size: 2rem;
}

.faq-content {
  overflow: hidden;
}

.accodian-number-block {
  color: #282642;
}

.pricing-one-block {
  padding-top: 30px;
}

.pricing-one-block.padding-top-ten {
  padding-top: 10px;
}

.pricing-one-hero-section {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 79% 154%, 16% 75%, 22% -50%, -40% -100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding: 240px 15px 125px;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #aeaeae33;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-question-wrap.faq-question-two, .faq-question-wrap.faq-question-one {
  padding-left: 0;
  padding-right: 0;
}

.faq-question-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.accodian-heading-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .75rem;
  padding-top: 17px;
  display: flex;
}

.pricing-faq-block {
  margin-top: 3.4rem;
}

.integrations-block-four {
  background-color: #19173233;
  flex-direction: column;
  align-items: flex-start;
  padding: 65px 50px;
  display: flex;
}

.integrations-block-four.border-radius-six.pricing-plan-background {
  background-color: #19173299;
}

.pricing-two-price {
  letter-spacing: -.32px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Urbanist, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 4.375rem;
}

.pricing-month {
  letter-spacing: .32px;
  align-items: center;
  margin-left: 4.5px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  line-height: 2.625rem;
}

.price-two {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: .125rem;
  margin-bottom: .5rem;
  display: flex;
}

.pricing-one-features-block {
  margin-top: 1rem;
  margin-bottom: 2.1875rem;
}

.pricing-two-hero-section {
  background-image: url('../images/stroke.svg');
  background-position: 12% 21%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 200px 15px 155px;
}

.pricing-two-hero-section.abstand {
  background-image: none;
  padding-top: 80px;
  padding-bottom: 140px;
}

.pricing-two-second-section {
  padding-bottom: 165px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-two-second-section.abstand {
  padding-top: 165px;
}

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

.text-align-center.padding-top-bottom-thirty.pricing-two-max-width {
  max-width: 717px;
}

.text-align-center.padding-top-bottom-thirty.pricing-two-max-width.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-align-center.team-member-name {
  position: absolute;
  inset: auto 0% 15%;
}

.text-align-center.results-header {
  max-width: 669px;
}

.text-align-center.home-two-heading-max-width {
  max-width: 838px;
  display: none;
}

.text-align-center.home-two-heading-max-width.anzeigen, .text-align-center.home-two-heading-max-width.einblenden {
  display: block;
}

.text-align-center.team-heading {
  max-width: 590px;
}

.text-align-center.team-heading.scrolling-track {
  max-width: 678px;
}

.text-align-center.team-heading.breite {
  max-width: 620px;
}

.text-align-center.margin-top-twenty {
  margin-top: 20px;
}

.text-align-center.abstand {
  margin-bottom: 40px;
}

.padding-top-bottom-fifty {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-top-bottom-fifty.border-radius-six.pricing-one-heading-background {
  background-image: linear-gradient(to right, #f64986, #5f54f1cc 20%, #0000 45%, #5f54f100);
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-feature {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.pricing-icons {
  min-width: 11px;
}

.checkbox {
  background-color: #0000;
  border-color: #6e6c7b;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.required {
  color: red;
}

.sign-up-button {
  grid-column-gap: 11px;
  color: #fff;
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
  border-radius: 6px;
  align-items: center;
  padding: 17px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sign-up-button.google-account {
  grid-column-gap: 15px;
  background-color: #403858;
  background-image: none;
  border-radius: 50px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-field {
  grid-column-gap: 20px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.sign-up-page-container {
  max-width: 1545px;
  margin-right: 0;
}

.sign-up-form-description {
  max-width: 332px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.sign-up-page-text-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 85px;
  padding-bottom: 155px;
  padding-right: 10px;
  display: flex;
}

.sign-up-page-text-wrapper.log-in-page-text {
  padding-top: 40px;
  padding-bottom: 80px;
}

.sign-up-form-wrapper {
  background-color: #0a082099;
  padding: 85px 110px;
}

.sign-up-main-wrapper {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.sign-up-page {
  background-image: url('../images/Design-Login.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 64px 50px 64px 15px;
}

.sign-up-form {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bottons-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.bottons-wrapper.marign-bottom-twenty {
  margin-bottom: 20px;
}

.log-in-text {
  color: #cac7cf;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.faq-section {
  background-image: url('../images/stroke-1.svg'), url('../images/purple-glow.webp');
  background-position: 10% 7%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-faq-container {
  max-width: 858.92px;
}

.sign-up-page-main-wrapper {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.log-in {
  background-image: url('../images/Signup.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  padding: 117px 55px 117px 15px;
}

.checkbox-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.flex-block {
  grid-row-gap: 25px;
  align-items: center;
}

.error-container {
  max-width: 968px;
}

.utility-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 180px 15px 120px;
}

.utility-section.utility-page-wrap {
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
}

.error-massage {
  max-width: 494px;
}

.error-massage.text-align-center {
  text-align: center;
}

.error-massage.text-align-center.padding-top-ten {
  max-width: 600px;
  padding-top: 10px;
}

.post-title {
  text-align: center;
  max-width: 600px;
}

.post-title.no-margin {
  max-width: 800px;
}

.portfolio-details-container {
  max-width: 1070px;
}

.cms-detail-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
}

.four-column-grid {
  grid-column-gap: 64px;
  border-bottom: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 30px;
  padding-bottom: 60px;
}

.portfolio-details-section {
  background-image: url('../images/blue-glow.webp'), url('../images/Dotted.svg'), url('../images/purple-glow.webp');
  background-position: 100% 118%, 100% 59%, -27% 12%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 160px 15px 170px;
}

.portfolio-details {
  padding-top: 40px;
}

.margin-bottom-sixty {
  margin-bottom: 60px;
}

.post-cover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.portfolio-details-main-wrapper {
  background-color: #19173299;
  padding: 105px 100px;
}

.portfolio-details-main-wrapper.border-radius-six {
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accordian-arrow {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 41px;
  min-height: 41px;
  margin-top: 10px;
  display: flex;
}

.accordian-paragraph {
  max-width: 527px;
  margin-bottom: 20px;
}

.cta-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 643px;
  display: flex;
}

.pricing-two-hero-container {
  max-width: 1350px;
}

.pricing-two-heading-max-width {
  max-width: 846px;
}

.pricing-two-heading-max-width.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.pricing-menu {
  background-color: #32145f;
  border-radius: 50px;
  width: 242px;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

.pricing-menu.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.pricing-menu.pricing-menu-two {
  margin-top: 0;
  margin-bottom: 80px;
}

.price-tab {
  color: #fff;
  text-align: center;
  background-color: #32145f;
  border-radius: 50px;
  width: 50%;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: .5em 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.price-tab.w--current {
  background-image: linear-gradient(to right, var(--deep-pink), var(--slate-blue));
}

.pricing-options {
  grid-column-gap: 120px;
  background-color: #1917324d;
  align-items: center;
  width: 100%;
  padding: 60px 100px;
  display: flex;
}

.pricing-options.business-plan {
  background-image: linear-gradient(to right, var(--deep-pink), #7752e0 61%, transparent);
  width: 100%;
  padding-right: 200px;
}

.pricing-options.business-plan.border-radius-six.abstand-morgan {
  padding-right: 100px;
}

.pricing-options.border-radius-six {
  border-radius: 6px;
}

.pricing-options.border-radius-six.abstand-morgan {
  grid-column-gap: 70px;
}

.price-content {
  position: relative;
}

.pricing-arrow {
  cursor: pointer;
  border: 1px solid #cac7cf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 50px;
  margin-left: 58px;
  transition: transform .45s;
  display: flex;
}

.pricing-arrow:hover {
  transform: rotate(-45deg);
}

.pricing-text, .pricing-text.abstand-morgan {
  max-width: 500px;
}

.pricing-wrapper {
  align-items: flex-end;
}

.price {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff14, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Urbanist, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 8.125rem;
  position: absolute;
  top: -65px;
  left: 0;
}

.paddin-top-twenty {
  padding-top: 20px;
}

.pricing-list-heading {
  max-width: 537px;
  margin-top: 0;
  margin-bottom: 40px;
}

.pricing-list-heading.text-align-center.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.pricing-list-heading.text-align-center.margin-auto.abstand {
  margin-bottom: 10px;
}

.pricing-container {
  max-width: 1290px;
}

.blog-details-hero-section {
  background-image: url('../images/circle-stroke-texture.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 100%, -10% 150%, -42% 314%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 569px, auto, auto;
  padding: 200px 15px 140px;
}

.blog-hero-container {
  max-width: 1290px;
}

.blog-hero-main-wrapper {
  align-items: center;
  display: flex;
}

.blog-info-wrapper {
  position: relative;
}

.blog-heading-max-width {
  max-width: 852px;
}

.date-and-read-time {
  grid-column-gap: 5px;
  align-items: center;
}

.blog-image {
  margin-left: -163px;
}

.blog-details-main-wrapper {
  background-image: url('../images/dotted_1.svg'), url('../images/stroke.svg');
  background-position: 100%, 10% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details-container {
  max-width: 856px;
}

.blog-cta {
  grid-column-gap: 20px;
  background-image: url('../images/CTA.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding: 50px 60px;
  display: flex;
}

.blog-cta.border-radius-six.margin-top-bottom-thirty {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-font-bigger {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.body-font-bigger.blog-cta-caption {
  max-width: 532px;
}

.blog-details-author-wrapper {
  grid-column-gap: 70px;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.blog-details-author-wrapper.margin-top-thirty {
  margin-top: 30px;
}

.blog-details-author-wrapper.margin-top-thirty.border-top-and-bottom {
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
}

.author-image {
  width: 100px;
  height: 100px;
}

.author-image.border-radius-fifty {
  border-radius: 50px;
}

.author {
  grid-column-gap: 10px;
  align-items: center;
}

.author.margin-bottom-twenty-five {
  margin-bottom: 25px;
}

.recent-blogs-section {
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-center-content {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.auto-fit {
  mix-blend-mode: normal;
  height: auto;
}

.auto-fit.rating-margin {
  margin-bottom: 5px;
}

.auto-fit.margin-bottom-twenty-five {
  margin-bottom: 25px;
}

.auto-fit.margin-top-five {
  margin-top: 5px;
}

.auto-fit.margin-left-right-twenty {
  margin-left: 20px;
  margin-right: 20px;
}

.auto-fit.laptop-image {
  width: 100%;
}

.auto-fit.laptop-image.rundungen {
  border-radius: 10px;
}

.auto-fit.border-radius-fifteen {
  border-radius: 15px;
}

.auto-fit.rundungen {
  border-radius: 20px;
}

.auto-fit.logo-abstand {
  padding: 60px 20px 50px;
}

.auto-fit.logo-abstand.abstand-2 {
  padding-bottom: 60px;
}

.auto-fit.bild-einstellungen {
  border-radius: 20px;
}

.phone {
  text-decoration: none;
}

.phone.heading-six.is-color {
  color: #000;
}

.dropdown {
  color: var(--body-font);
  background-image: url('../images/White-dot-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.icon {
  color: var(--body-font);
  font-size: .9rem;
}

.dropdown-list {
  background-color: #0f0d25;
  display: none;
  top: 106px;
}

.dropdown-link {
  display: block;
}

.dropdown-link.home-three-dropdown-link {
  color: #cac7cf;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1rem;
}

.dropdown-link.home-three-dropdown-link:hover {
  color: #fff;
}

.dropdown-link.home-three-dropdown-link.w--current {
  color: #cac7cf;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.style-three-menu-dropdown-toggle {
  color: #fff;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.style-three-menu-dropdown-toggle.dropdown {
  background-image: none;
  padding-left: 20px;
}

.home-three-dropdown-block {
  background-color: var(--body-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.home-three-dropdown-block.landing-dropdown {
  background-color: #201d3d;
}

.home-three-dropdown-link {
  font-weight: 500;
  transition: all .45s;
  transform: translate(0);
}

.home-three-dropdown-link:hover {
  transform: translate(5px);
}

.home-three-dropdown-link.w--current {
  color: #464954;
}

.home-three-dropdown-menu.light-color {
  color: #d3d3d3;
}

.home-three-dropdown-list {
  background-color: #fff;
  min-width: 15rem;
  margin-top: 10px;
  display: none;
  overflow: hidden;
  box-shadow: 7px 7px 20px #0000001a;
}

.home-three-dropdown-list.dropdown-list.border-radius-six.landing-dropdown-position {
  top: 100%;
}

.home-three-dropdown-list.dropdown-list {
  background-color: #434159;
  top: 154%;
}

.home-dropdown {
  margin-left: auto;
  margin-right: auto;
}

.home-three-dropdown {
  cursor: pointer;
  height: 1.2rem;
  overflow: hidden;
}

.menu-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 50px;
  margin-top: -3px;
  display: none;
  position: relative;
  overflow: hidden;
}

.menu-trigger.home-two-icon {
  display: flex;
}

.menu-line {
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line.top {
  background-color: #fff;
  width: 31px;
  height: 1px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line.middle {
  width: 22.91px;
  margin-top: 6px;
}

.menu-line.bottom {
  background-color: #fff;
  width: 26.96px;
  height: 1px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: 0;
}

.menu-background {
  z-index: 1;
  background-color: #0f0726;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-top-onerem {
  padding-top: 1rem;
}

.footer-heading-small {
  color: #ffffffb3;
  letter-spacing: .0002rem;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.line-left-up {
  background-color: #676370;
  width: .0625rem;
  height: 30rem;
  position: absolute;
  inset: 12% auto auto 3%;
}

.nav-menu-content-wrapper {
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8% 4rem;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.header-social-link {
  color: #ffffffb3;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  text-decoration: none;
  transition: transform .5s;
  display: block;
}

.header-social-link:hover {
  color: #fff;
}

.lottie-menu {
  width: 100%;
  margin-top: -1%;
  margin-left: -1px;
  margin-right: 0;
  display: none;
  overflow: visible;
}

.line-right-up {
  background-color: #676370;
  width: .0625rem;
  height: 30rem;
  position: absolute;
  bottom: 2%;
  right: 3%;
}

.nav-menu-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.line-right-down {
  background-color: #676370;
  width: 30rem;
  height: .0625rem;
  position: absolute;
  bottom: 10%;
  right: 0%;
}

.padding-five-percent {
  padding-top: 5%;
  padding-bottom: 5%;
}

.nav-menu {
  z-index: 99;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.line-left-down {
  background-color: #676370;
  width: 30rem;
  height: .0625rem;
  position: absolute;
  inset: 18% auto auto 0%;
}

.nav-text-three {
  color: #fff;
  letter-spacing: .015rem;
  text-transform: capitalize;
  flex: 0 auto;
  height: auto;
  min-height: auto;
  font-family: Urbanist, sans-serif;
  font-size: 3.75rem;
  line-height: 98%;
}

.nav-text-three.number {
  align-self: flex-start;
  padding-top: 14px;
  font-size: 17px;
  line-height: 18%;
}

.nav-text-three.blog-text {
  line-height: 127%;
}

.menu-item-arrow {
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 1rem;
  display: block;
}

.item-menu-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  display: block;
}

.nav-overflow-hidden {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.nav-overflow-hidden.nav-link-margin {
  opacity: .4;
  background-image: none;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
  margin-right: 2rem;
  padding-left: 3rem;
  transition: transform .45s;
}

.nav-overflow-hidden.nav-link-margin:hover {
  opacity: 1;
  background-image: none;
  transform: translate(10px);
}

.nav-overflow-hidden.nav-link-margin.first-menu {
  overflow: hidden;
}

.nav-overflow-hidden.nav-link-margin {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.nav-overflow-hidden.nav-link-margin:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.nav-menu-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  padding-left: 7.5%;
  padding-right: 8%;
  display: flex;
}

.header-social-text {
  text-transform: none;
  font-weight: 700;
}

.header-social-text.footer-heading-small {
  font-weight: 400;
}

.header-social-text.footer-heading-small.margin-bottom-ten {
  margin-bottom: 10px;
}

.menu-background-fill {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.footer-info-text {
  color: #fff;
  letter-spacing: .0002rem;
  text-transform: capitalize;
  font-size: 1.75rem;
  line-height: 135%;
  text-decoration: none;
}

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

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

.result-boxes {
  background-color: #23173d99;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
}

.result-boxes.moving-box-one.farbe, .result-boxes.moving-box-two.farbe, .result-boxes.farbe {
  background-color: #63305047;
}

.result-box-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 1367px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-right-ten {
  padding-right: 10px;
}

.padding-right-ten.faq-text {
  margin-bottom: 0;
  padding-top: 10px;
}

.footer-content-wrapper {
  grid-column-gap: 95px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 485px;
}

.margin-top-zero {
  margin-top: 0;
}

.creative-text {
  background-color: #0f0d2599;
  max-width: 463px;
  position: absolute;
  inset: auto 0% 10% 1%;
}

.creative-text.padding-ten {
  padding: 10px;
}

.creative-text.padding-ten.breite {
  max-width: 500px;
}

.creaative-flex-heading {
  grid-column-gap: 30px;
  align-items: center;
}

.creaative-flex-heading.margin-bottom-twenty {
  grid-column-gap: 20px;
  margin-bottom: 10px;
}

.vertical-marquee-text {
  border-bottom: 1px solid var(--border-color-dark);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 70px;
}

.creative-paragraph-max-width {
  max-width: 578px;
}

.vertical-marquee-overlay {
  background-image: linear-gradient(#0f0d25bf 36%, #0000);
  width: 100%;
  height: 30%;
  position: absolute;
}

.vertical-marquee-overlay.overly-top {
  background-image: linear-gradient(#0f0d25, #0000);
  inset: 0% 0% auto;
}

.vertical-marquee-overlay.overlay-bottom {
  background-image: linear-gradient(360deg, #0f0d25, #0000);
  inset: auto 0% 0%;
}

.glow-background {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 150% 44%, 100% 33%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.glow-background.abstand {
  margin-top: 100px;
  padding-bottom: 100px;
}

.glow-background.abstand.abstand2 {
  margin-top: 0;
}

.glow-wrapper-two {
  background-image: url('../images/blue-glow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.vertical-marquee-wrapper {
  height: 100%;
}

.creative-scroll-container {
  width: 100%;
  max-width: 1450px;
}

.creative-scroll-container.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.banner-heading {
  max-width: 999px;
}

.about-one-glow {
  background-image: url('../images/blue-glow.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-one-glow-two {
  background-image: url('../images/blue-glow.webp'), url('../images/blue-glow.webp');
  background-position: -45% 88%, 144% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.banner-two-heading {
  max-width: 720px;
}

.about-two-glow {
  background-image: url('../images/blue-glow.webp');
  background-position: -41% 173%;
  background-repeat: no-repeat;
  background-size: auto;
}

.about-two-glow-two {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 50% 60%, 0 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.about-two-glow-two.abstand-werdegang {
  margin-top: 60px;
}

.contact-page-wrapper {
  background-image: url('../images/purple-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 110% 59%, 37% 110%, 64% 55%, -12% 37%, 145% -19%, 70% -35%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto;
}

.contact-two-wrapper {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/purple-glow.webp');
  background-position: 48% 114%, 85% 64%, 50%, 81% -13%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
}

.preloader-documentation-section {
  padding: 0 15px 170px;
}

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.documentation-block-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.documentation-block {
  flex: 1;
  margin-top: 60px;
}

.documentaion-hero-section {
  padding-left: 15px;
  padding-right: 15px;
}

.documentation-page-wrapper {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 100% 84%, 19% 70%, 130% 37%, -20% 11%, 50% -10%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto;
}

.footer-paragraph-max-width {
  max-width: 470px;
}

.footer-paragraph-max-width.padding-bottom-ten.body-small-text.einzug {
  text-align: left;
}

.success {
  background-color: #42bf6e;
  padding: 0 10px;
}

.error {
  background-color: #ee3f5e;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-details-link {
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

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

.portfolio-page-wrapper {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 88% 88%, 136% 100%, 0 -16%, -50% -30%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
}

.portfolio-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.portfolio-two-wrapper {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/purple-glow.webp');
  background-position: 151% 104%, 100% 82%, -48% -40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
}

.portfolio-two-overlay {
  background-image: linear-gradient(#0000 65%, #7348dc 97%);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio-two-overlay.gradient {
  background-image: linear-gradient(#0000 55%, #621372);
}

.portfolio-card {
  position: relative;
}

.portfolio-two-heading {
  max-width: 619px;
}

.portfolio-two-heading.text-align-center.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.blog-one-wrapper {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 50% 113%, 41% 60%, -17% 42%, -12% -15%, -43% -29%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto;
}

.blog-two-wrapper {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 39% 89%, -23% 67%, -5% -14%, -42% -32%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
}

.blog-content-wrapper {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 100% 85%, 50% 77%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.blog-recent-post-container {
  max-width: 1294px;
}

.blog-details-link {
  text-decoration: none;
}

.shop-wrapper {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/dotted_1.svg');
  background-position: 100% 83%, 0 65%, 40% 26%, 0 20%, 100% 11%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto;
}

.cart-container {
  background-color: #0f0d25;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  outline-offset: 0px;
  border-bottom-style: solid;
  border-bottom-color: #3d3b53b5;
  outline: 0 solid #333;
}

.your-cart-quantity {
  color: #fff;
  background-color: #222135;
  border-style: none;
  padding-left: 19px;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

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

.cart-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #44425769;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-list-space {
  padding-left: 35px;
  padding-right: 35px;
}

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

.apple-pay {
  height: 46px;
}

.shop-details-section {
  padding: 220px 15px 150px;
}

.shop-details-section.product-page-background {
  padding-bottom: 60px;
}

.shop-details-container {
  max-width: 1290px;
}

.card-details {
  height: 100%;
}

.default-state {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.product-details-wrapper {
  border-bottom: 1px solid #5d5c6987;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.product-description-section {
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-description-container {
  max-width: 1290px;
}

.product-description-tab-link {
  color: #b9b9b9;
  background-color: #0000;
  padding-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
}

.product-description-tab-link.w--current {
  border-bottom: 1px solid var(--body-font);
  color: #fff;
  background-color: #0000;
}

.product-description-tab-link.heading-six.tab-gap-fourty {
  margin-left: 40px;
}

.team-one-page-wrapper {
  background-image: url('../images/blue-glow.webp');
  background-position: -17% -5%;
  background-repeat: no-repeat;
  background-size: auto;
}

.team-two-body-wrapper {
  background-image: url('../images/blue-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 75% 75%, 78% 46%, 50% 40%, 33% 23%, 0 16%, -8% -4%, -44% -10%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto, auto;
}

.service-background-glow {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 0%, -55% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.service-background-glow.rauschen {
  background-image: url('../images/purple-glow.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 100px;
}

.service-background-glow.morgan {
  background-image: none;
}

.pricing-heading-max-width {
  max-width: 994px;
}

.pricing-heading-max-width.text-align-center.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.utility-page-form {
  background-image: url('../images/Bg-Blur.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  display: flex;
}

.checkout-form {
  background-color: #0000;
  background-image: url('../images/Dotted.svg'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 80% 90%, 50%, 100% 20%, 0 0, -45% -17%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto;
  padding-top: 140px;
  padding-bottom: 160px;
}

.check-out-block {
  background-color: #110e1880;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  padding-left: 40px;
  padding-right: 40px;
}

.shipping-method-list, .shipping-method {
  border-left-style: none;
  border-right-style: none;
}

.work-wrapper-main {
  width: 200%;
  height: 100%;
}

.work-list {
  height: 100%;
  display: flex;
}

.work-wrapper {
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  transition: filter .3s;
  position: relative;
}

.portfolio-image-link {
  width: 100%;
  height: 100%;
}

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

.work-wrapper-two {
  height: 100%;
}

.work-wrapper-image-main {
  width: 100%;
  height: 100%;
  margin-left: 16px;
  position: relative;
}

.creating-work-data-wrapper {
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-one-footer {
  background-image: url('../images/blue-glow.webp'), url('../images/Nc.webp');
  background-position: 84% 20%, 37% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 361px;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-one-main-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 102px 1fr 1.2fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  padding-right: 17px;
  display: grid;
}

.footer-link-wrapper {
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-info-wrapper {
  grid-row-gap: 19px;
}

.footer-one-input-field {
  background-color: #1e1c33;
  border: 1px solid #0000;
  border-radius: 4px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 25px;
}

.footer-one-input-field::placeholder {
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.form {
  position: relative;
}

.submit-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #434156;
  width: 66px;
  height: 30px;
  font-size: 1px;
  position: absolute;
  bottom: 25%;
  left: auto;
  right: 0%;
}

.footer-paragraph {
  max-width: 344px;
}

.subscribe-info {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.home-one-cta-section {
  background-image: url('../images/Footer-AD-Promotion_batcheditor_fotor.webp');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-cta-section.is-background {
  background-image: linear-gradient(#0006, #0006), url('../images/Group-2147227790.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.home-one-cta-section.bild {
  background-image: url('../images/Footer-2_batcheditor_fotor.webp');
  background-position: 60% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-one-cta-section.abstand {
  margin-bottom: 0;
}

.home-cta-main-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.home-one-cta-top-section {
  justify-content: space-between;
  align-items: center;
  margin-right: 172px;
  display: flex;
}

.home-one-cta-top-section.margin-bottom-eighty {
  margin-bottom: 80px;
}

.home-one-cta-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 554px;
  display: flex;
}

.home-one-cta-text-wrapper.breite {
  max-width: 450px;
}

.get-now {
  background-color: #3f3d5c;
  border-radius: 40px;
  padding: 5px 17px;
}

.get-now.body-font.is-style {
  color: #000;
  background-color: #fff;
}

.home-one-cta-paragraph {
  max-width: 390px;
}

.home-one-cta-paragraph.breite {
  max-width: 442px;
}

.home-one-cta-bottom-section {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-one-cta-bottom-section.is-align {
  align-items: stretch;
}

.cta-box {
  background-image: linear-gradient(to right, var(--deep-pink), var(--slate-blue));
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 25px 40px;
}

.cta-box.cta-box-two {
  background-color: #1e1c33;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.cta-box.breite {
  max-width: 320px;
}

.box-top-text {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-top-text.margon-bottom-five {
  margin-bottom: 5px;
}

.cta-heading {
  margin-top: 30px;
  margin-bottom: 20px;
}

.home-one-marquee {
  align-items: center;
  width: 200%;
  display: flex;
}

.home-one-accordian-section {
  padding: 20px 15px 70px;
}

.home-one-accordian-main-wrapper {
  grid-column-gap: 130px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordian-home-one {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.accordian-home-heading-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #48475e;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  display: flex;
}

.home-one-accordian-text {
  max-width: 498px;
}

.landing-hero-section {
  background-image: url('../images/Polygon-15.svg'), url('../images/Subtract.svg');
  background-position: 92% 80%, 31% 21%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 80px;
}

.landing-hero-container {
  max-width: 1290px;
}

.landing-hero-main-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-marquee-container {
  max-width: none;
}

.landing-marquee-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-train-one {
  flex: none;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.landing-hero-banner-background {
  background-image: url('../images/blue-glow.webp'), url('../images/Dotted-bg.webp');
  background-position: 177% -45%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 1889px;
}

.landing-homepage-showcase-section {
  padding-top: 170px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-homepage-container {
  max-width: 1640px;
}

.landing-homepage-main-wrapper {
  grid-row-gap: 55px;
  background-color: #645f9933;
  background-image: url('../images/Nc.webp'), url('../images/3homepages-1.svg'), url('../images/Subtract-2.svg');
  background-position: 50% 10%, 94% 17%, 6% 12%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 361px, auto, auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 40px;
  display: flex;
}

.pages-container {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1290px;
  display: flex;
}

.preview {
  flex-direction: column;
  flex: 0 33.33%;
  align-items: center;
  display: flex;
}

.preview.preview-full-width {
  width: 100%;
}

.preview.cms-pages {
  flex-basis: 70%;
}

.page {
  border: 1px solid #ffffff40;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.page-preview-box {
  padding-bottom: 100%;
  position: relative;
}

.card-inner-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preview-image-wrapper {
  width: 100%;
  padding-bottom: 10px;
}

.preview-image {
  border-radius: 6px;
  width: 100%;
  height: auto;
}

.homepage-links {
  text-decoration: none;
}

.landing-innerpage-showcase-section {
  background-image: url('../images/Subtract-3.svg'), url('../images/circle-stroke-texture.webp');
  background-position: 71% 5%, 67% 2%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 569px;
  padding: 150px 15px 159px;
}

.landing-innerpage-showcase-container {
  max-width: 1638px;
}

.landing-innerpage-text-wrapper {
  max-width: 1290px;
}

.landing-innerpage-text-wrapper.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.landing-innerpage-text-wrapper.margin-auto.margin-bottom-fifty {
  margin-bottom: 50px;
}

.inner-pages-container {
  grid-column-gap: 35px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.inner-pages {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.landing-showcase-wrapper {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 75% 12%, 0 -4%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.cms-pages-showcase-section {
  background-color: #171433;
  background-image: url('../images/Polygon-15.svg'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/Nc.webp'), url('../images/Subtract-4.svg');
  background-position: 94% 70%, 120% -30%, 100%, -42% -42%, 90% 10%, 23% 14%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, 361px, auto;
  padding: 160px 15px;
}

.landing-cms-page-container {
  max-width: 1290px;
}

.landing-cms-page-main-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-page-show-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.cms-showcase-left-block {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 30%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.request-figma-section {
  padding-left: 15px;
  padding-right: 15px;
}

.figma-container {
  max-width: 1290px;
}

.figma-main-wrapper {
  grid-column-gap: 100px;
  background-image: url('../images/Figma-Background.webp'), linear-gradient(to right, var(--deep-pink), var(--slate-blue));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 70px 80px;
  display: flex;
}

.figma-main-wrapper.hintergrund {
  background-image: url('../images/Studio_batcheditor_fotor.webp'), linear-gradient(90deg, var(--deep-pink), var(--slate-blue));
  background-position: 50%, 0 0;
}

.figma-right-block {
  grid-column-gap: 60px;
  flex: 1;
  align-items: center;
  display: flex;
}

.figma-text {
  color: #eed2f4;
  max-width: 568px;
  font-weight: 400;
}

.ecommerce-section {
  background-image: url('../images/Dotted-bg.webp'), url('../images/purple-glow.webp');
  background-position: 50%, 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1889px, auto;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 15px;
}

.ecommerece-main-wrapper {
  grid-column-gap: 70px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.padding-top-bottom-twenty {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-top-bottom-twenty.ecommerce-paragraph {
  max-width: 485px;
}

.padding-top-bottom-twenty.ecommerce-paragraph.gr-sse {
  max-width: 500px;
}

.background-glow {
  background-image: url('../images/blue-glow.webp');
  background-repeat: no-repeat;
  background-size: auto;
}

.background-glow.website {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.view-shop {
  cursor: none;
  width: 52%;
  position: relative;
  overflow: hidden;
}

.view {
  opacity: 1;
  width: 90px;
  height: 90px;
  color: var(--body-color);
  background-color: #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-cta-section {
  background-image: url('../images/Circle.svg'), url('../images/Subtract-2.svg'), url('../images/Footer-img-3.webp');
  background-position: 76% 67%, 25% 25%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 200px 15px;
}

.cta-text-container {
  max-width: 795px;
}

.landing-cta-main-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-description-content-wrapper {
  padding-top: 60px;
  padding-right: 60px;
}

.tabs-menu {
  border-bottom: 1px solid #ffffff40;
}

.pricing-row-contain {
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.pricing-row-contain.grey {
  background-color: #1815309e;
}

.pricing-row-contain.top {
  background-image: linear-gradient(to right, #f64986, #9f4fc46b 54%, #5f54f100 92%);
}

.pricing-row-contain.top.border-radius-six {
  border-radius: 6px;
}

.pricing-two-comparison-plan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.pricing-two-comparison-plan.no-border {
  border-right-style: none;
}

.pricing-comparison-wrap {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.pricing-two-heading {
  width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.comparison-table-pricing-bottom {
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.pricing-grid-contain.pricing-bottom {
  grid-column-gap: 92px;
  width: 68%;
}

.pricing-two-tag-text-one {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 3.95rem;
}

.comparison-plan-pricing-wrapper {
  text-align: center;
}

.pricing-two-heading-text {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.pricing-two-heading-text.pricing-two-content-heading.body-font {
  color: #cac7cf;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.pricing-page-two-wrapper {
  background-image: url('../images/Dotted.svg'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 0 48%, 30% 87%, 156% 82%, 100% 71%, 75% 25%, 6% 9%, -4% -14%, -36% -24%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto;
}

.licensing-hero-section {
  padding-top: 190px;
  padding-left: 15px;
  padding-right: 15px;
}

.licensing-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.licensing-section {
  padding: 110px 15px;
}

.contact-container {
  max-width: 1320px;
}

.licence-link {
  color: #fff;
  text-decoration: none;
}

.licencing-image-block {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.licence-information-image-block {
  margin-top: 4rem;
  margin-bottom: 3.5rem;
}

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

.licensing-page-wrapper {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 100% 78%, 50%, 18% -23%, -36% -34%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
}

.changelog-hero-section {
  padding-top: 170px;
  padding-left: 15px;
  padding-right: 15px;
}

.changelog-section {
  padding-top: 165px;
  padding-left: 15px;
  padding-right: 15px;
}

.changelog-container {
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  display: flex;
}

.changelog-content-wrapper {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 13% 71%, -34% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.buttons-display-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  justify-items: start;
}

.typography-sub-heading-wrapper {
  border-bottom: 1px solid #e2e2e21a;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.border {
  background-color: #e2e2e226;
  height: 1px;
  margin-top: 30px;
}

.style-text-wrapper {
  max-width: 700px;
}

.style-type-heading-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.styles-types-wrapper {
  padding: 115px 4vw;
}

.styles-types-wrapper.style-button-background {
  padding-top: 55px;
  padding-bottom: 50px;
}

.styles-types-wrapper.typography-wrapper {
  padding-top: 45px;
  padding-bottom: 50px;
}

.styles-types-wrapper.style-icon-background {
  padding-top: 87px;
}

.styleguide-navbar-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.style-items-card {
  background-color: #262341cc;
  border: 1px solid #383650;
  border-radius: 10px;
  flex: 1;
  max-width: 280px;
  overflow: hidden;
}

.buttons-style-wrapper {
  margin-top: 40px;
  overflow: hidden;
}

.side-nav-link {
  grid-column-gap: 15px;
  color: var(--body-font);
  border-bottom: 1px solid #e2e2e226;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.side-nav-link:hover {
  color: #fff;
}

.side-nav-link.side-nav-with-margin {
  border-bottom-style: none;
  margin-bottom: 20px;
}

.side-nav-item {
  color: #fff;
  background-color: #262341cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

.side-nav-item.w--open {
  background-color: #f7f7f8;
}

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

.display-examples {
  grid-column-gap: 40px;
  border-bottom: 1px solid #e2e2e21a;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 300px) 1fr;
  padding-bottom: 40px;
}

.display-examples.no-border {
  border-bottom-style: none;
}

.color-code-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

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

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

.style-items.margin-bottom-thirty {
  margin-bottom: 30px;
}

.style-guide-main-wrapper {
  min-height: 100vh;
}

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

.style-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 250px 1fr;
  align-items: start;
}

.display-type-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.style-items-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  display: flex;
}

.style-navbar-wrapper {
  z-index: 1;
  background-color: #181533;
  max-width: 250px;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.icon-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
  justify-items: center;
}

.style-color-wrapper {
  min-height: 180px;
  position: relative;
}

.style-color-wrapper.secendary-color-two {
  background-color: #251a44;
}

.style-color-wrapper.color-type-one {
  background-color: #fff;
}

.style-color-wrapper.color-type-two {
  background-color: var(--body-font);
}

.style-color-wrapper.secendary-color-one {
  background-color: #1e1c33;
}

.style-color-wrapper.secendary-color-three {
  background-color: #15132d;
}

.icons-wrapper {
  background-color: #23203e;
  border: 1px solid #e2e2e240;
  border-radius: 16px;
  margin-top: 40px;
  padding: 48px;
}

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

.side-nav-button-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

.buttons-container {
  grid-column-gap: 120px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.next-cloud-logo-wrapper {
  padding: 30px 30px 50px;
}

.style-guide-heading-main-wrapper {
  border-bottom: 1px solid #e2e2e21a;
  align-items: center;
  padding: 100px 4vw 120px;
  display: flex;
}

.utilities-pages-showcase-section {
  padding: 170px 15px;
}

.utilities-pages-container {
  max-width: 1638px;
}

.utilities-page-main-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.team-details-banner-left {
  flex: 1;
  position: relative;
}

.team-details-banner-right {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
}

.team-details-banner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 64px;
  display: flex;
  position: relative;
}

.container-one {
  max-width: 1290px;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
}

.team-details-person-banner-img {
  height: 95vh;
  position: absolute;
  inset: 0% 15% 0% auto;
}

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

.white-paragraph {
  color: #bfbfbf;
}

.white-paragraph.team-details-padding {
  background-color: #1b1930d6;
  border-radius: 10px;
  width: 40%;
  margin-bottom: 0;
  padding: 40px;
  font-weight: 500;
}

.team-details-social-block {
  align-items: center;
  display: block;
}

.team-details-hero-section {
  margin-bottom: 100px;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-details-nane-block {
  border-left: 1px solid #d9d9d982;
  max-width: 40%;
  margin-bottom: 32px;
  padding-left: 64px;
}

.more-questions-sections {
  padding-bottom: 170px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.top-logo {
  background-image: url('../images/Mask-group---2023-09-18T165143.938-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 130px;
  height: 97px;
  margin-bottom: 10px;
}

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

.text {
  color: var(--body-font);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.65rem;
}

.text.schrift {
  text-transform: none;
}

.hash {
  font-size: 2rem;
  font-weight: 500;
}

.service-process-step-2 {
  border-bottom: 1px solid #434159;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-font-2 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-2.card-text {
  font-weight: 500;
}

.div-block {
  height: 180vh;
}

.our-service-2 {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 0 0, 100%;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 130px 15px 154px;
}

.body-font-3 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-3.text-color-white {
  color: #fff;
}

.load-bar-base-2 {
  background-color: #cbcbcb38;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio-two-main-section-2 {
  background-image: url('../images/circle-stroke-texture.webp'), url('../images/stroke.svg');
  background-position: 95% 20%, 8% 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: 569px, auto;
  padding: 220px 15px 170px;
}

.portfolio-two-tab-link-2 {
  color: #cac7cf;
  text-align: center;
  background-color: #0000;
  width: 20%;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.portfolio-two-tab-link-2.w--current {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/active-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-buttom-header-2 {
  text-align: center;
}

.service-hero-banner-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 220px 15px 160px;
}

.div-block-2 {
  padding-top: 300px;
}

.home-three-dropdown-2 {
  cursor: pointer;
  height: 1.2rem;
  overflow: hidden;
}

.icon-2 {
  color: #cac7cf;
  font-size: .9rem;
}

.body-font-4 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-4.text-color-white {
  color: #fff;
}

.body-font-4.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.home-three-dropdown-block-2 {
  background-color: #0f0d25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.body-font-5 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-5.text-color-white {
  color: #fff;
}

.body-font-5.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.right-nav-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  order: 0;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.body-font-6 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-6.text-color-white {
  color: #fff;
}

.body-font-6.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.result-section-2 {
  background-image: url('../images/project-glow.webp');
  background-position: 0 100%;
  background-size: auto;
  padding: 170px 15px;
  position: relative;
}

.input-field-2 {
  color: #cac7cf;
  background-color: #42406359;
  border: 1px #000;
  border-radius: 4px;
  width: 100%;
  padding: 30px 70px 30px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.input-field-2::placeholder {
  color: #a4a2b6;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.contect-one-main-wrapper-2 {
  grid-column-gap: 80px;
  background-image: url('../images/brand-stroke.svg');
  background-position: 20% 65%;
  background-repeat: no-repeat;
  background-size: 120px;
  justify-content: space-between;
}

.container-one-banner-details-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-step-process-2 {
  z-index: 2;
  direction: ltr;
  background-image: linear-gradient(#f64986, #5f54f1);
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.service-step-process-2.contact-one {
  background-color: #ffffff80;
  background-image: none;
  width: 1px;
  height: 90%;
  left: -1px;
  right: auto;
}

.contact-one-hero-section-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.body-font-7 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-7.error-font {
  color: #fff;
  text-align: center;
  font-size: .9rem;
}

.contact-form-two-main-wrapper-2 {
  grid-column-gap: 100px;
  background-image: url('../images/stroke.svg');
  background-position: 36% 92%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
}

.contact-hero-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-process-step-3 {
  border-bottom: 1px solid #434159;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service-process-step-3.team-two {
  border-bottom-color: #434159;
}

.service-process-step-3.team-two-no-border {
  border-bottom-style: none;
}

.service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #434159;
}

.div-block-3 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.vertical-marquee-text-2 {
  border-bottom: 1px solid #363447;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 70px;
}

.tab-detail-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 450px;
  display: flex;
}

.tab-detail-2.detail-two, .tab-detail-2.detail-three, .tab-detail-2.detail-four {
  display: none;
}

.tab-detail-2.detail-one {
  display: flex;
}

.tab-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  border-right: 1px solid #cac7cf;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

.tab-line-two-2 {
  background-color: #cac7cf;
  width: 10vw;
  height: 1px;
}

.home---accordion-2 {
  background-image: none;
  background-size: auto;
  margin-top: 10px;
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.tab-line-three-2, .tab-line-four-2, .tab-line-one-2 {
  background-color: #cac7cf;
  width: 10vw;
  height: 1px;
}

.date-2 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.125em;
  line-height: 2em;
}

.cta-box-2 {
  background-image: linear-gradient(to right, #f64986, #5f54f1);
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 25px 40px;
}

.cta-box-2.cta-box-two {
  background-color: #1e1c33;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.cta-box-2.is-background-two {
  background-image: linear-gradient(#747474, #747474);
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.cta-box-2.is-background {
  background-color: #e8e8e8;
  background-image: none;
}

.body-font-8 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-8.text-color-white {
  color: #fff;
}

.footer-bottom-main-wrapper-2 {
  grid-column-gap: 25px;
  border-top: 1px solid #2e2c41;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer-bottom-main-wrapper-2.footer-three-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-content-wrapper-2 {
  grid-column-gap: 95px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 485px;
}

.body-font-9 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-9.text-color-white {
  color: #fff;
}

.body-font-10 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-10.text-color-white {
  color: #fff;
}

.body-font-10.text-color-white.underline-off {
  text-decoration: none;
}

.footer-one-input-field-2 {
  background-color: #1e1c33;
  border: 1px solid #0000;
  border-radius: 4px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 25px;
}

.footer-one-input-field-2::placeholder {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.rt-absolute-image-v1 {
  position: absolute;
  inset: 44% auto auto 7%;
}

.rt-hero-v1-heading-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  max-width: 48.9375rem;
  padding-bottom: 1.875rem;
}

.rt-polygon-wrapper {
  z-index: 1;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 10.4375rem;
  height: 9.8125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: absolute;
  overflow: hidden;
}

.rt-hero-v1-card-image {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: .0625rem;
}

.rt-absolute-image-v2 {
  position: absolute;
  inset: 19% 5% auto auto;
}

.rt-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-no-margin.rt-hero-v1-para {
  max-width: 616px;
}

.rt-button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  -webkit-backdrop-filter: blur(12.7px);
  backdrop-filter: blur(12.7px);
  cursor: pointer;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .9375rem 1.5625rem;
  display: flex;
}

.rt-hero-v1-icon-three {
  position: absolute;
  inset: -11% 8% auto auto;
}

.rt-icon-widrh {
  width: 25%;
}

.rt-card-one {
  z-index: 1;
  background-color: #100a2e;
  border-radius: 20px;
  position: relative;
}

.rt-hero-v1-line-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.rt-height-auto {
  height: auto;
}

.rt-auto-fit {
  object-fit: cover;
}

.rt-auto-fit.rt-hero-v1-card {
  width: 100%;
  height: 100%;
}

.rt-hero-v1 {
  background-image: none, none, none, radial-gradient(circle at 100% 0, #a44dd842, #fefdff00 22%, #fff0), radial-gradient(circle at 100% 0, #fd636187, #fffcfc05 22%, #fff0), radial-gradient(circle farthest-side at 50% 100%, #fd63618a, #fd636133 22%, #a44dd805 31%);
  background-position: 50%, 100% 100%, 0 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, repeat;
  background-size: cover, 525px, 528px, auto, auto, auto;
  padding: 11.875rem .9375rem;
}

.rt-card-overlay {
  background-image: linear-gradient(90deg, #0000 36%, #171724 64%), linear-gradient(74deg, #fff, #ffffff9e);
  width: 31.25rem;
  height: 37.5rem;
  padding: 1.25rem;
  position: absolute;
  inset: auto;
}

.rt-hero-v1-icon-four {
  position: absolute;
  inset: auto 9% -10% auto;
}

.rt-hero-v1-right-line {
  flex: 1;
}

.rt-sub-text {
  color: #fff;
  letter-spacing: .09rem;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.625;
}

.rt-sub-text.rt-sub-text-bottom-gap {
  margin-bottom: .625rem;
}

.rt-hero-v1-left-line {
  flex: 1;
}

.rt-hero-v1-icon-one {
  position: absolute;
  inset: -10% auto auto 9%;
}

.rt-hero-v1-icon-two {
  position: absolute;
  inset: auto auto -10% 12%;
}

.rt-button-text {
  color: #fff;
  letter-spacing: -.014875rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.625;
}

.rt-button-text.one {
  flex: none;
}

.rt-hero-v1-overlay {
  background-image: linear-gradient(#09041000, #05052378);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-polygon-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.rt-hero-v1-card-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-hero-v1-content-main {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 82px;
  position: relative;
}

.rt-button-text-wrap {
  height: 1.5625rem;
}

.rt-star-blink {
  background-image: radial-gradient(circle, #fff, #b78fff 3%, #8541ff17 30%, #8541ff00 99%);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 50% 0% 0% 20%;
}

.rt-star-blink.rt-three {
  top: 35.5%;
  left: 74%;
}

.rt-star-blink.rt-two {
  top: 20%;
  left: 70%;
}

.details-col-2 {
  width: 50%;
}

.thumb-icon-block-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  right: 0;
}

.rt-sub-heading.is-color {
  color: #000;
}

.rt-cta {
  margin-left: auto;
  margin-right: auto;
  padding: 120px 15px;
}

.rt-cta.is-background {
  background-image: linear-gradient(#0006, #0006), url('../images/Group-2147227790.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.rt-body-color {
  background-color: var(--light-grey);
}

.details-col-3 {
  width: 50%;
}

.thumb-icon-block {
  background-color: var(--body-font);
  border-radius: 100px;
  right: 0;
}

.rt-circle {
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.button-text-wrap {
  z-index: 3;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: #ea005666;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem 3rem;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.button-text-wrap:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #07070780;
}

.button-main {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-main._2 {
  background-image: linear-gradient(251deg, #ea00561a, #ea0056cc);
  top: -13%;
  left: 53%;
}

.button-main._3 {
  background-image: linear-gradient(3deg, #ea0056, #ea00561a);
  top: 12%;
  left: 0%;
}

.button-main._1 {
  background-image: linear-gradient(112deg, #ea0056 12%, #ea005633);
  top: -2%;
  left: 16%;
}

.button-colour-wrap {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #ea00564d;
}

.padding-section-medium {
  padding-top: 8rem;
}

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

.services_item-infos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(130deg, #ea0056, #07070700 24%);
  border-radius: 20px;
  flex-flow: column;
  padding: 4rem 3rem;
  transition: background-color .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 0 15px #ea00564d;
}

.services_item-infos:hover {
  background-color: #ea0056;
}

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

.services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #f9f9f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.container-full {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  overflow: visible;
}

.button-link-2 {
  color: #f9f9f9;
  text-transform: uppercase;
}

.button-link-2:hover {
  color: #f9f9f9;
}

.services_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ansatz-right-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 3rem;
}

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

.services_items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.leistungen_wrapper, .leistungen_wrapper.stacking {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-services {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1.5fr) 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  height: 100%;
  display: grid;
}

.service-wrapper-2 {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.line-background.white {
  opacity: .15;
  background-color: #fff;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  padding: 96px 40px;
  position: relative;
}

.container-2.service {
  z-index: 2;
  background-image: linear-gradient(169deg, #ea0056, #070707 17%);
  border-radius: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  height: 80vh;
  max-height: 900px;
  padding: 0;
  display: flex;
  position: sticky;
  top: 4vw;
  overflow: hidden;
}

.logo_mask-v2 {
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.white {
  color: #fff;
}

.img-service {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 900px;
  margin-left: -12%;
  position: relative;
  overflow: visible;
}

.logo_mask {
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.logo-wrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1.1);
}

.logo_mask-v5 {
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.line-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  height: 100%;
  display: flex;
  position: static;
}

.logo_color {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.logo_color.logo_color-3 {
  filter: blur(20px);
  background-image: linear-gradient(78deg, #070707, #ea0056);
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 4%;
}

.logo_color.logo_color-2 {
  filter: blur(20px);
  background-image: linear-gradient(78deg, #070707, #ea0056);
  position: absolute;
  bottom: 20%;
  left: 39%;
}

.logo_color.logo_color-4 {
  filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(90deg, #ea0056, #070707);
  position: absolute;
  bottom: 46%;
  left: 48%;
}

.logo_color.logo_color-1 {
  filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(90deg, #ea0056, #070707);
  position: absolute;
  bottom: 0;
}

.spacing-8px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo_mask-v4 {
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.text-large-regular {
  line-height: 160%;
}

.service-text-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-content {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.split-content.left-service {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.4rem;
  padding-right: 2rem;
}

.split-content.left-service.white-text {
  color: #f9f9f9;
}

.logo_mask-v3 {
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.line-container {
  opacity: .05;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.line-container.white {
  z-index: -1;
  opacity: .8;
  display: none;
}

.weiterer-tect {
  text-align: center;
  max-width: 669px;
  margin-top: 20px;
}

.weiterer-tect.einzug {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.weiterer-tect.mitte {
  margin-left: auto;
  margin-right: auto;
}

.weiterer-tect.breite {
  max-width: 520px;
}

.weiterer-tect.morgan {
  max-width: 800px;
}

.einzug {
  text-align: center;
}

.tablet-edge {
  z-index: -1;
  background-color: #666;
  background-image: linear-gradient(270deg, #707780, #929ba6 3%, #707780 100%, #707780);
  border-radius: 1.5vw;
  position: absolute;
  inset: 0% 0% 0% -1%;
}

.tablet-shadow {
  z-index: -1;
  filter: blur(10px);
  background-image: linear-gradient(270deg, #242b3399, #242b33e6);
  border-radius: 1.5vw;
  position: absolute;
  inset: 0% 0% 0% -1%;
}

.tablet-shine {
  z-index: 3;
  opacity: .75;
  background-image: radial-gradient(circle closest-side, #fff, #ffffff80 33%, #fff0);
  position: absolute;
  inset: -100% -100% 50% 100%;
}

.tablet-screen {
  background-color: #000;
  background-image: none;
  background-size: auto;
  border-radius: .5vw;
  position: absolute;
  inset: 1vw;
  overflow: hidden;
}

.tablet-body {
  z-index: -1;
  transform-style: preserve-3d;
  position: absolute;
  inset: -5% 0% 5%;
  transform: translate3d(0, 0, -1vw);
}

.swiper {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  overflow: hidden;
  transform: scale(.5);
}

.tablet-face {
  background-color: #17181a;
  border: .1vw solid #eee;
  border-radius: 1.5vw;
  height: 32vw;
  position: absolute;
  inset: -5% 0% 5%;
}

.tablet-pan-trigger {
  transform-style: preserve-3d;
  border-radius: 1.5vw;
  display: block;
  position: absolute;
  inset: -5% 0% 5%;
  overflow: hidden;
  transform: translate3d(0, 0, 1vw);
}

.swiper-slide {
  min-width: 100%;
  min-height: 100%;
}

.tablet {
  width: 50vw;
  height: 32vw;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, -3vw)rotateX(50deg)rotateY(-5deg)rotateZ(20deg);
}

.button-box {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  transition: background-color .25s;
  position: absolute;
}

.button-box:hover {
  letter-spacing: 1.5px;
}

.button-edge {
  border: .25vw solid #324f6fbf;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #324f6f;
  cursor: pointer;
  background-color: #fffc;
  border: .25vw solid #324f6fbf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1;
  transition: background-color .25s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-2:hover {
  color: #fff;
  letter-spacing: 1.5px;
  background-color: #324f6fe6;
}

.swiper-button-prev {
  cursor: pointer;
  background-color: #ffffff80;
  background-image: url('../images/arrow_1.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 50%;
  width: 4vw;
  min-width: 4vw;
  height: 4vw;
  min-height: 4vw;
  margin-left: 12vw;
  transition: background-color .25s;
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}

.swiper-button-prev:hover {
  background-color: #ffffffd4;
}

.swiper-button-next {
  cursor: pointer;
  background-color: #ffffff80;
  background-image: url('../images/arrow_1.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 50%;
  width: 4vw;
  min-width: 4vw;
  height: 4vw;
  min-height: 4vw;
  margin-right: 12vw;
  transition: background-color .25s;
  position: absolute;
  right: 0;
}

.swiper-button-next:hover {
  background-color: #ffffffd4;
}

.h1-box {
  opacity: .67;
  perspective: 50vw;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate(-18vw, 13vw)rotateX(50deg)rotateY(-5deg)rotateZ(20deg);
}

.h1 {
  color: #324f6f;
  letter-spacing: 1px;
  text-shadow: 1px 1px #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.body-font-11 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-11.text-color-white {
  color: #fff;
}

.body-font-12 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-12.text-color-white {
  color: #fff;
}

.code-embed {
  font-family: Urbanist, sans-serif;
}

.client-proof-text {
  color: var(--body-font);
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1rem;
}

.client-proof-company {
  color: var(--body-font);
  text-align: center;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cf0f73, #604fe6);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.client-proof-company.colored-text {
  margin-top: 26px;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.client-proof-company.colored-text.weiss {
  background-image: linear-gradient(107deg, #ea0056, #5e54f3);
}

.client-proof-company.referenzen {
  margin-bottom: 10px;
}

.div-block-4 {
  background-color: #1b1930;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.warning-message {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.text-block-7 {
  width: auto;
  margin-right: 0;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 89%;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.paragraph-3 {
  color: #fbf9fc80;
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

.ribbon-line {
  background-color: #6a03bb;
  width: 33%;
  height: 100%;
}

.progress-bar__content-5 {
  color: #fbf9fc;
  object-fit: fill;
  background-color: #fbf9fc;
  border-radius: 1000px;
  width: 40%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.footer-2 {
  z-index: 100;
  background-color: #080809;
  border: 1px #161616;
  border-top-style: solid;
  height: auto;
  padding: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

._wf-tips-link-2 {
  color: #fbf9fc80;
}

.progress-4 {
  flex: 0 auto;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.award-title {
  color: #f9ff00;
  text-align: center;
  letter-spacing: .25rem;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #99a702;
  flex: 0 auto;
  align-self: stretch;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.button-5 {
  color: #fbf9fc;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 90px;
  align-self: center;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.button-5.secondary {
  background-color: #282729;
  margin-right: 8px;
}

.text-block-8 {
  opacity: .9;
  color: #161616;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-5 {
  flex: 0 auto;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-9 {
  margin-right: 8px;
  line-height: 1;
}

.round-button-2 {
  color: #161616;
  background-color: #161616;
  border-radius: 90px;
  width: 32px;
  height: 32px;
}

.round-button-2.right {
  background-image: url('../images/chevron-right.svg');
  background-position: 50%;
  background-size: auto;
  margin-left: 8px;
}

.round-button-2.left {
  background-image: url('../images/chevron-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 8px;
}

.tip-control__name-2 {
  flex: 1;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.link-4 {
  color: #fbf9fc;
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
}

.warning-message-wrapper {
  z-index: 9999;
  background-color: #dee212;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.star {
  color: #f9ff00;
  text-align: center;
  text-shadow: 0 1px 2px #99a702;
  font-size: 2rem;
  line-height: 1;
}

.text-span {
  margin-right: 2px;
}

.medal-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.main-wrapper {
  width: auto;
  height: 100vh;
}

.col {
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.col._3-col {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.col._3-col.last {
  justify-content: flex-end;
}

.col._3-col.middle {
  flex: 1;
  justify-content: center;
}

.col._3-col.branding {
  flex-direction: row;
  padding-right: 0;
}

.button-wrapper-2 {
  display: flex;
}

.button-l-2 {
  color: #fbf9fc;
  text-align: center;
  background-color: #282729;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-right: 0;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  transition-property: none;
  display: flex;
  position: static;
  inset: auto auto 0;
}

.ribbon-shadow {
  background-color: #0000;
  height: 20px;
  position: absolute;
  inset: auto 0% -7%;
  box-shadow: 0 1px 80px 20px #000;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container-3.footer {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: static;
}

.image {
  width: 16px;
}

.ribbon-container {
  background-color: #8f00ff;
  justify-content: space-between;
  width: 200px;
  height: 40%;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.award-number {
  color: #f9ff00;
  letter-spacing: -.3rem;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #99a702;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 7rem;
  font-weight: 600;
  line-height: .8;
}

.bg-circle {
  z-index: -10;
  opacity: .4;
  filter: blur(80px);
  background-color: #8f00ff;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.tip-control-2 {
  display: flex;
}

.medal-container {
  z-index: 1;
  background-color: #d4d900;
  border: 2rem solid #f2f711;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 18.75rem;
  margin-top: 3.8rem;
  display: flex;
  position: static;
  inset: 0%;
  box-shadow: inset 0 0 2px 1px #0000001a;
}

.logo-2 {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-2.main {
  margin-bottom: 0;
  margin-right: 0;
}

.logo-2.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.image-2 {
  cursor: pointer;
  height: auto;
}

.text-block-10 {
  width: auto;
  margin-right: 0;
}

.text-block-11 {
  margin-right: 8px;
  line-height: 1;
}

.image-99 {
  cursor: pointer;
  height: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.container-4 {
  max-width: 1620px;
  margin-top: 60px;
}

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

.div-block-6 {
  margin: 0 0 20px;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.div-block-7 {
  border: 1px solid #cac7cf;
  border-radius: 100px;
  display: flex;
}

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

.code-embed-2 {
  display: none;
}

.if-lib-rangeslider_display-values {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lead-form_option2-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.lead-form_option1-svg {
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.lead-form_checkbox-label {
  margin-bottom: 0;
}

.lead-form_checkbox-icon {
  background-color: #e6ecff0f;
  border: 1px #000;
  border-radius: .25rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 .75rem 0 0;
}

.lead-form_checkbox-icon.w--redirected-checked {
  background-color: #0080ff;
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-size: 65% 65%;
  margin: 0 .75rem 0 0;
}

.lead-form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  margin: 0 .75rem 0 0;
}

.lead-form_checkbox-icon.w--redirected-focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #fff;
  margin-top: 0;
  margin-left: 0;
}

.if-lib-rangeslider_display-value {
  font-size: 1.125rem;
  font-weight: 500;
}

.if-lib-rangeslider_wrapper {
  border-radius: .5rem;
  position: relative;
}

.lead-form_checkbox {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.lead-form_progress-number-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lead-form_option1-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.lead-form_bottom-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.75rem;
  display: flex;
}

.lead-form_progress-line {
  background-color: #33343740;
  width: .1875rem;
  height: 2.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.lead-form_cols-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.lead-form_option1-label {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.lead-form_title {
  letter-spacing: -.03em;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 1.3;
}

.lead-form_block {
  scrollbar-width: thin;
  height: 100%;
  margin-bottom: 0;
  overflow: auto;
}

.lead-form_progress-step {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 18rem;
  display: flex;
}

.lead-form_form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 2.5rem 4rem;
  display: flex;
}

.lead-form_progress-text {
  opacity: .2;
  transition: opacity .37s cubic-bezier(.95, .05, .743, .708);
}

.lead-form_progress-text.is-completed {
  opacity: 1;
}

.lead-form_progress {
  z-index: 1;
  background-color: #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.lead-form_option2 {
  cursor: pointer;
  background-color: #e6ecff0f;
  border: .125rem solid #252528;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem .875rem;
  display: flex;
  position: relative;
}

.lead-form_option2.is-selected {
  border-color: #999;
}

.lead-form_label-wrap {
  margin-bottom: 1rem;
}

.lead-form_label {
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.3;
}

.lead-form_step {
  z-index: 1;
  width: 100%;
  max-width: 48rem;
}

.lead-form_button {
  color: #fff;
  text-align: center;
  background-color: #0080ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  padding: .2rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-flex;
}

.lead-form_button:focus-visible, .lead-form_button[data-wf-focus-visible] {
  outline-offset: .1875rem;
  outline: .125rem solid #fff;
}

.lead-form_button.is-back {
  color: #969696;
  background-color: #e6ecff0f;
}

.lead-form_title-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.25rem;
  display: flex;
}

.lead-form_glow-circle {
  opacity: .3;
  filter: blur(7rem);
  background-color: #0080ff;
  border-radius: 999rem;
  width: calc(10rem + 15vw);
  height: calc(10rem + 25vw);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 71%;
  transform: translate(-50%, -50%);
}

.lead-form_subtitle {
  color: #aaa;
  font-size: 1.125rem;
}

.section_lead-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #15161b;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(0, 5fr) minmax(0, 2fr) minmax(0, 3fr);
  grid-auto-columns: 1fr;
  height: 100svh;
  display: grid;
  position: relative;
}

.lead-form_option2-icon {
  background-color: #ffffff17;
  border: 1px #000;
  border-radius: 50%;
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}

.lead-form_option2-icon.w--redirected-checked {
  background-color: #0080ff;
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
}

.lead-form_option2-icon.w--redirected-focus {
  box-shadow: none;
}

.lead-form_option2-icon.w--redirected-focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #fff;
}

.lea-form_progress-title {
  font-weight: 500;
}

.lead-form_progress-subtitle {
  color: #aaa;
  font-size: .875rem;
}

.lead-form_option2-label {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.inputflow-link {
  color: #b55cff;
  text-underline-offset: .2em;
  font-weight: 600;
}

.inputflow-link:hover {
  color: #0080ff;
}

.lead-form_progress-line-fill {
  background-color: #0080ff;
  width: 100%;
  height: 0%;
  transition: height .35s;
}

.if-lib-rangeslider_track {
  cursor: pointer;
  background-color: #2f2f31;
  border-radius: .2rem;
  justify-content: space-around;
  align-items: center;
  height: .875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.if-lib-rangeslider_trackfill {
  opacity: 1;
  background-color: #0080ff;
  border-radius: .2rem;
  position: absolute;
  inset: 0% 50% 0% 25%;
}

.if-lib-rangeslider_inputs {
  display: none;
}

.lead-form_progress-number {
  opacity: .2;
  background-color: #18181b;
  border: .1875rem solid #333437;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.125rem;
  transition: opacity .37s cubic-bezier(.95, .05, .743, .708), background-color .37s cubic-bezier(.95, .05, .743, .708), border-color .37s cubic-bezier(.95, .05, .743, .708);
  display: flex;
  position: relative;
}

.lead-form_progress-number.is-active {
  opacity: 1;
  border-color: #0080ff;
}

.lead-form_button-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lead-form_input {
  color: #fff;
  background-color: #e6ecff0f;
  border: .0625rem #eee;
  border-radius: .5rem;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.lead-form_input:focus {
  outline-offset: 0rem;
  outline: .1rem solid #fff;
}

.lead-form_input::placeholder {
  color: #565656;
}

.lead-form_input.is-select-input {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-image: url('../images/Polygon-1-2.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
}

.lead-form_input.is-text-area {
  min-height: 14rem;
  padding-top: .75rem;
}

.if-lib-rangeslider_handle {
  z-index: 1;
  background-color: #d9d9d9;
  border-radius: .2rem;
  width: .8rem;
  height: 1.8rem;
  position: absolute;
  left: 25%;
  box-shadow: 0 0 2rem #00000036;
}

.if-lib-rangeslider_handle:focus {
  outline-style: solid;
  outline-offset: .125rem !important;
  outline-width: .125rem !important;
  outline-color: #fff !important;
}

.if-lib-rangeslider_handle.is-2 {
  left: 50%;
}

.lead-form_option1-icon {
  background-color: #ffffff17;
  border: 1px #000;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: .75rem;
  right: .75rem;
}

.lead-form_option1-icon.w--redirected-checked {
  background-color: #0080ff;
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
}

.lead-form_option1-icon.w--redirected-focus {
  box-shadow: none;
}

.lead-form_option1-icon.w--redirected-focus-visible {
  outline-offset: .25rem;
  outline: .125rem solid #fff;
}

.lead-form_option1 {
  text-align: center;
  cursor: pointer;
  background-color: #e6ecff0f;
  border: .125rem solid #252528;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.75rem .5rem;
  display: flex;
  position: relative;
}

.lead-form_option1.is-selected {
  border-color: #999;
}

.link-5 {
  color: var(--body-font);
  text-decoration: underline;
}

.text-span-2 {
  text-decoration: none;
}

.list {
  color: var(--body-font);
  text-align: left;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 70px;
}

.bold-text-7 {
  color: #0d0821;
  text-transform: none;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
  display: block;
}

.paragraph {
  color: var(--body-font);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.list-2 {
  font-weight: 500;
}

.link-6 {
  color: var(--body-font);
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .link-7 {
  color: var(--body-font);
  text-decoration: underline;
}

.list-item {
  line-height: 2rem;
}

.image-104 {
  vertical-align: text-top;
  display: inline-block;
}

.image-105 {
  vertical-align: middle;
  display: block;
}

.image-106 {
  margin-right: 10px;
}

.image-107 {
  margin-right: 60px;
}

.google, .geo {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 8%;
  margin-bottom: 8%;
  display: flex;
}

.nav_logo {
  flex: none;
  width: 40px;
  margin-left: 20px;
  margin-right: 0;
}

.nav_logo.desktop-logo {
  margin-left: 0;
  margin-right: 0;
}

.nav_logo.mobile-logo {
  display: none;
}

.menu_line {
  background-color: #ededed;
  width: 16px;
  height: 2px;
}

.button_primary {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #7e2fff;
  background-image: linear-gradient(132deg, #6f2856, #412d87);
  border-radius: 12px;
  justify-content: space-between;
  margin-left: 20px;
  padding: 8px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
}

.button_primary:hover {
  box-shadow: none;
  background-color: #6f18fd;
}

.button_primary.button-ausblenden {
  background-image: linear-gradient(132deg, #6f2957, #422c82);
  display: none;
}

.text-block-12 {
  color: #ffffffd1;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  line-height: 1.25rem;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1b1930;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0 0 20px 20px;
  padding: 76px 16px 0;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

.nav_link {
  grid-column-gap: 4px;
  color: #ededed;
  border: 1px solid #0000;
  border-radius: 12px;
  align-items: center;
  padding: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  grid-column-gap: 4px;
  background-color: #434159;
}

.nav_link.w--current {
  color: #fff;
}

.nav_link.dropdown {
  display: none;
}

.text-block-16 {
  color: #ffffffd1;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  line-height: 1.25rem;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #0f0d25;
  background-image: url('../images/project-glow.webp'), url('../images/creative-glow.webp');
  background-position: 10% 20%, 90% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-style: none;
  border-width: 1px;
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding: 10px;
  display: flex;
  position: static;
  box-shadow: 0 0 17px 2px #0f0d25;
}

.nav_row-link {
  color: #cac7cf;
  text-align: center;
  padding-bottom: 6px;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #0f0d25;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #df0763, #664fe9);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.nav_row-link.ausblenden-desktop {
  display: none;
}

.nav_row {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 1vw auto auto;
}

.nav.menuleiste {
  opacity: 0;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  position: fixed;
  top: 0;
  bottom: auto;
}

.nav_title {
  color: #434159;
  text-align: center;
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.nav_title:hover {
  color: #434159;
}

.nav_title.auslbenden-desktop {
  display: none;
}

.menu {
  grid-row-gap: 4px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.menu:hover {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  align-items: center;
}

.text-block-17 {
  color: #ffffffd1;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  line-height: 1.25rem;
}

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

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_toggle-wrapper {
  color: #0d0821;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-weight: 800;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.website-cookies-component {
  z-index: 999;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #0d0821;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_component {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 0 0 0;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_title {
  color: #0d0821;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #0f0d25;
  background-image: url('../images/project-glow.webp'), url('../images/purple-glow.webp');
  background-position: 0 10%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-top: 1px solid #00000029;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #0d0821;
  padding-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox:active {
  background-color: #0d0821;
}

.fs-cc-banner_text {
  color: var(--body-font);
  margin-right: 1.5rem;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.bold-text-39 {
  font-weight: 800;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #0d0821;
  border: 2px solid #0d0821;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: Urbanist, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #0d0821;
  -webkit-text-stroke-color: #0d0821;
  background-color: #fff;
  border-color: #0d0821;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.fs-cc-prefs_label {
  color: #0d0821;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: var(--body-font);
  border-bottom: 2px solid #0d0821;
  padding-left: 0;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0d0821;
  background-image: linear-gradient(90deg, #6e2856, #402e87);
  border: 2px solid #0d0821;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 0;
  padding: .625rem 1.25rem;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #0d0821;
  -webkit-text-stroke-color: #0d0821;
  background-color: #f5f6ff;
  border-width: 2px;
  border-color: #0d0821;
  display: none;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.div-block-8 {
  max-width: 180px;
}

.ausblenden-mobile, .collection-list-wrapper-6 {
  display: block;
}

.recaptcha {
  overflow-wrap: normal;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
}

.div-block-9, .link-block-3 {
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  display: flex;
}

.collection-item {
  margin-right: 13px;
  display: flex;
}

.collection-list-2, .div-block-10 {
  flex-flow: column;
  display: flex;
}

.text-block-18 {
  margin-left: 13px;
  margin-right: 13px;
}

.div-block-11 {
  display: flex;
}

.div-block-11.auhtor {
  flex-flow: column;
  margin-left: 20px;
}

.breadcrump {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #e7025a;
  background-image: linear-gradient(90deg, #e2045e, #6650eb);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
}

.breadcrump.punkt {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrump.blogbeitrag {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e3045d, #674ee8);
  -webkit-background-clip: text;
  background-clip: text;
}

.breadcrump.weiss {
  color: var(--body-font);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: underline;
}

.link-block-4 {
  text-decoration: none;
}

.image-111 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-12 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 1290px;
  min-height: 650px;
}

.div-block-13 {
  background-color: #2c16168f;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.blogbeitrag {
  padding-left: 0;
}

.blogbeitrag p {
  color: var(--body-font);
  text-decoration: none;
}

.blogbeitrag a {
  color: #b43a6d;
  text-transform: none;
}

.blogbeitrag ol {
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.blogbeitrag li {
  margin-bottom: 10px;
  line-height: 2rem;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
}

.container-5 {
  width: 100%;
  max-width: 770px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-6 {
  width: 100%;
  max-width: 332px;
  margin-left: 0;
  margin-right: 0;
}

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

.sticky-top._24px-top {
  top: 24px;
}

.sticky-top._24px-top.static---mbl.width-100 {
  padding-top: 55px;
}

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

.grid-2-columns.about-post {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .45fr;
  align-items: start;
}

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

.width-100 {
  width: 100%;
}

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

.inner-container._770px {
  max-width: 770px;
}

.inner-container._332px {
  max-width: 332px;
}

.container-default {
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 30px;
}

.display-4 {
  color: #090717;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.583em;
}

.display-4.mg-bottom-18px {
  color: #fff;
  margin-top: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #3f3f3f0a;
}

.mg-bottom--16px {
  margin-bottom: -16px;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.popular-posts-picture {
  border-radius: 16px;
  height: 100px;
  overflow: hidden;
}

.card-image {
  object-fit: cover;
}

.card-image._w-h-100 {
  aspect-ratio: 1;
  object-fit: cover;
}

.blog-card-wrapper {
  color: #626270;
  text-decoration: none;
}

.blog-card-wrapper:hover {
  color: #626270;
}

.blog-card-wrapper.popular-posts-card {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(100px, 100px) 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 10px;
  display: grid;
}

.blog-card-wrapper.popular-posts-card.w--current {
  grid-row-gap: 0px;
  place-items: center stretch;
}

.card-title.heading-h5-size.mg-bottom-8px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.div-block-14 {
  margin-bottom: 10px;
}

.text-block-19 {
  align-self: flex-start;
}

.einleitungstext {
  color: var(--body-font);
  padding-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.search-input {
  color: #fff;
  background-color: #191732;
  border: 1px #000;
  border-radius: 6px;
  height: 2.7rem;
  margin-top: -15px;
  padding-top: 8px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.search-input::placeholder {
  color: #ffffff2e;
}

.search {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.field-label {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.search-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #6f2856, #382b7c);
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4px;
  padding: 20px 40px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  display: block;
}

.div-block-15 {
  background-color: #18102f80;
  border: 1px solid #2a2044;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: flex;
}

.image-112 {
  border-radius: 50%;
  max-width: 100%;
}

.div-block-16 {
  width: 60px;
}

.div-block-17 {
  display: flex;
}

.text-block-20 {
  color: #fff;
  margin-right: 6px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.div-block-18 {
  background-color: #18102f80;
  border: 1px solid #2a2044;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 20px 0;
}

.div-block-19 {
  background-color: #18102f80;
  border: 1px solid #2a2044;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}

.div-block-20 {
  background-color: #18102f80;
  border: 1px solid #2a2044;
  border-radius: 6px;
}

.link-8 {
  color: var(--body-font);
  font-weight: 700;
  text-decoration: underline;
}

.link {
  color: var(--body-font);
  font-weight: 600;
  text-decoration: none;
}

.link-9 {
  color: var(--body-font);
}

.image-113 {
  z-index: -1;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: -71px;
}

.container-7 {
  margin-top: -86px;
  padding-top: 0;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.accordion-item-faq-2 {
  background-color: #23173d99;
  border: 1px solid #2a2044;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  position: static;
}

.accordion-item-faq-2.top-faq-item {
  background-color: #23173d99;
}

.bold-text-35 {
  color: var(--body-font);
  font-weight: 800;
  line-height: 1.1em;
}

.accordion-faq-list-content-2 {
  color: #0d0821;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.accordion-faq-list-content-2.leistungen-mobile-faq-text {
  color: var(--body-font);
}

.button-with-icon-black-copy {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  text-align: left;
  -webkit-text-stroke-color: #0d0821;
  background-color: #0d0821;
  border: 1px solid #0d0821;
  border-radius: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.button-with-icon-black-copy:hover {
  grid-column-gap: 20px;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.base-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.leistungen-details-tablet {
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  display: block;
}

.bold-text-23 {
  font-weight: 800;
}

.accordion-title-faq-2 {
  color: #0d0821;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
}

.button-text-white-copy {
  color: #e9e9e9;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.accordion-toggle {
  color: #0d0821;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-weight: 800;
  line-height: 0;
  display: flex;
}

.subtitle-wrap-details {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.subtitle-wrap-details.h-ufig-gestellte-fragen-team {
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.customer-services {
  color: #0d0821;
  text-align: left;
  text-transform: none;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1em;
}

.customer-services.suchmaschinenoptimierung-h-ufig-gestellte-fragen {
  color: #fff;
}

.bold-text-40, .bold-text-41 {
  font-weight: 800;
  line-height: 1.1em;
}

.accordion-icon-faq-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.base-container-10 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-3 {
  background-image: url('../images/creative-glow.webp');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 160px;
  position: relative;
}

.accordion-faq-wrap {
  width: 50%;
}

.bold-text-42 {
  font-weight: 800;
  line-height: 1.1em;
}

.text-block-21 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.text-block-22 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.25rem;
}

.quellen-link {
  color: var(--body-font);
  margin-right: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: underline;
}

.text-block-23 {
  color: #fff;
  border-bottom: 1px solid #2a2044;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.code-embed-3 {
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

@media screen and (min-width: 1280px) {
  .hero-text-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }

  .mask-animated-link.dropdown.padding-twenty {
    padding-left: 0;
  }

  .result-section.schatten {
    background-position: 0%;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-two {
    background-position: 0 100%;
  }

  .marquee-slider {
    display: block;
  }

  .service-hero-banner.overflow-hidden.morgan {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: -580px 50px, 600px -150px;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .contact-form-one-section.abstand-morgan {
    padding-bottom: 60px;
  }

  .integrations-block-four {
    padding-left: 3em;
    padding-right: 3em;
  }

  .pricing-two-hero-section.abstand {
    background-image: none;
    padding-top: 60px;
  }

  .style-three-menu-dropdown-toggle.dropdown {
    padding-left: 0;
  }

  .menu-line.top {
    height: 1px;
  }

  .nav-overflow-hidden.nav-link-margin.first-menu {
    overflow: hidden;
  }

  .home-one-cta-section {
    background-position: 30% 0;
  }

  .home-one-cta-section.bild {
    background-position: 60% 0;
  }

  .ecommerce-section {
    background-position: 50%, 40%;
  }

  .rt-absolute-image-v1 {
    left: 6%;
  }

  .rt-hero-v1-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 805px;
  }

  .rt-hero-v1-content-main {
    justify-content: center;
    align-items: center;
  }

  .services_item-infos {
    padding: 4rem;
  }

  .service-wrapper-2 {
    width: 100%;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2.service {
    height: 90vh;
  }

  .service-text-2 {
    width: 36rem;
  }

  .div-block-4 {
    min-height: 125px;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 70px;
  }

  .bold-text-7 {
    font-size: 40px;
  }

  .paragraph {
    font-weight: 400;
    line-height: 1.4em;
  }

  .nav_inner {
    background-position: 100% 20%, 0 40%;
  }

  .button-with-icon-black-copy {
    grid-column-gap: 40px;
    justify-content: center;
    width: 36%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .base-container {
    flex-direction: column;
    align-items: flex-start;
    max-width: 1200px;
    padding-top: 0;
    display: flex;
  }

  .subtitle-wrap-details {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
  }

  .customer-services {
    text-transform: none;
    width: 80%;
    margin-top: 0;
    padding-right: 20px;
    font-size: 60px;
    line-height: 1em;
  }

  .base-container-10 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 1350px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-3 {
    text-align: left;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    display: flex;
  }

  .next-cloud.margin-left-auto.navbar-one-logo {
    margin-left: 40px;
  }

  .hero-text-wrapper {
    max-width: 1500px;
    padding-left: 100px;
  }

  .description.text-color-white.cta-max-width {
    max-width: 392px;
  }

  .main-block.interest-block {
    padding-left: 200px;
    padding-right: 200px;
  }

  .service-column.case-study-one {
    padding-left: 8vw;
  }

  .hero-slider.h-he {
    min-height: 85vh;
  }

  .section-scroll-animation {
    background-image: url('../images/project-glow-two.webp'), url('../images/blue-glow.webp'), url('../images/circle-stroke-texture.webp'), url('../images/stroke.svg');
    background-position: 100% 100%, 12% 0, 96% 37%, 3% 70%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 47%, 47%, 30%, auto;
  }

  .result-section {
    background-position: -70% 100%;
    background-repeat: no-repeat;
  }

  .result-section.schatten {
    background-position: 0%;
  }

  .page-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .our-service {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: 100%, 25% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 50%;
  }

  .footer-two {
    background-position: 20% 0;
    background-size: 60%;
  }

  .marquee-slider {
    display: block;
  }

  .service-item {
    padding-left: 0;
    padding-right: 35px;
  }

  .service-subtitle {
    padding-left: 0;
    padding-right: 20px;
    font-size: 4.6rem;
    line-height: 5.2rem;
  }

  .home---accordion {
    background-image: url('../images/blue-glow.webp'), url('../images/stroke.svg');
    background-position: 140% 60%, 11% 36%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .marquee-icon {
    max-width: 95px;
  }

  .progress-bar-wrapper {
    flex-direction: row;
  }

  .team-one-member-heading-block {
    padding-left: 12%;
    padding-right: 12%;
  }

  .contact-one-banner-hero {
    grid-column-gap: 110px;
    grid-row-gap: 240px;
    justify-content: space-between;
    padding-left: 10rem;
    padding-right: 20rem;
  }

  .service-hero-banner {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/dotted_1.svg'), url('../images/stroke.svg');
    background-position: -1% -25%, -39% -104%, 92% 100%, 3% 35%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto;
  }

  .service-hero-banner.overflow-hidden.morgan {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: -62% 100%, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 60%, 60%;
    background-attachment: scroll, scroll;
  }

  .team-two-banner-hero-section.blog-rich-text {
    padding-left: 0;
  }

  .portfolio-three-first-col-item {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

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

  .contact-hero {
    background-image: url('../images/contact-banner-bg.webp');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 979.52px 576.5px;
  }

  .pricing-two-hero-section.abstand {
    background-position: 25% 21%;
  }

  .sign-up-form-wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }

  .utility-section {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/Dotted.svg');
    background-position: 20% 122%, -36% 190%, 85% 19%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
  }

  .navbar-center-content {
    margin-left: 80px;
    margin-right: 80px;
  }

  .auto-fit.logo-abstand {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-three-menu-dropdown-toggle.dropdown {
    padding-left: 20px;
  }

  .nav-menu-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-menu {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-text-three {
    font-size: 4.375rem;
  }

  .creative-text {
    left: 10%;
  }

  .home-one-cta-section {
    background-position: 10% 0;
  }

  .home-one-cta-section.bild {
    background-position: 50% 0;
  }

  .landing-homepage-main-wrapper {
    padding-left: 130px;
    padding-right: 130px;
  }

  .ecommerce-section {
    background-position: 50%, 40%;
  }

  .buttons-container {
    flex-direction: row;
  }

  .our-service-2 {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: 100%, 25% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 50%;
  }

  .service-hero-banner-2 {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/dotted_1.svg'), url('../images/stroke.svg');
    background-position: -1% -25%, -39% -104%, 92% 100%, 3% 35%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto;
  }

  .result-section-2 {
    background-position: -70% 100%;
    background-repeat: no-repeat;
  }

  .contact-hero-2 {
    background-image: url('../images/contact-banner-bg.webp');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 979.52px 576.5px;
  }

  .home---accordion-2 {
    background-image: url('../images/blue-glow.webp'), url('../images/stroke.svg');
    background-position: 140% 60%, 11% 36%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .rt-absolute-image-v2 {
    right: 7%;
  }

  .rt-hero-v1-icon-three {
    top: -12%;
    right: 6%;
  }

  .rt-icon-widrh {
    width: 28%;
  }

  .rt-card-one {
    width: 100%;
    height: 100%;
  }

  .rt-hero-v1-icon-four {
    bottom: -11%;
    right: 7%;
  }

  .rt-hero-v1-icon-one {
    top: -33px;
    left: 27px;
  }

  .rt-hero-v1-icon-two {
    bottom: -34px;
    left: 33px;
  }

  .thumb-icon-block-2 {
    right: -30px;
  }

  .rt-sub-heading.text-color-white.cta-max-width {
    max-width: 392px;
  }

  .button-main {
    filter: blur(20px);
    width: 120px;
    height: 120px;
  }

  .img-service {
    margin-left: -20%;
  }

  .logo-wrap {
    transform: scale(1.5);
  }

  .split-content.left-service {
    padding-left: 96px;
  }

  .line-container {
    display: flex;
  }

  .div-block-4 {
    min-height: 108px;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .bold-text-7 {
    font-size: 40px;
  }

  .nav_inner {
    background-position: 100% 30%, 0%;
    border-width: 2px;
  }

  .image-113 {
    z-index: -1;
  }

  .base-container {
    padding-top: 0;
  }

  .customer-services {
    color: #0d0821;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .next-cloud.margin-left-auto.navbar-one-logo {
    margin-left: 150px;
  }

  .hero-text-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .no-margin.team-member-name {
    filter: drop-shadow(3px 7px 17px #000000b3);
  }

  .brand-icon-block.service-more-button.contact-one {
    right: 50%;
  }

  .brand-section {
    background-image: url('../images/purple-glow.webp');
    background-position: 50% 30%;
  }

  .creative {
    position: relative;
  }

  .project.punkt {
    background-position: 82% 0, 20% 5%, 10%, 2% 7%;
  }

  .heading-col {
    grid-row-gap: 21px;
    flex-direction: column;
    align-items: flex-start;
  }

  .interest {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-thumb-wrap-1 {
    flex: 0 auto;
  }

  .slide-nav-bar {
    bottom: 5.5%;
  }

  .section-scroll-animation {
    background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/circle-stroke-texture.webp'), url('../images/stroke.svg');
    background-position: 100% 100%, 12% 0, 96% 37%, 3% 70%;
  }

  .result-section.schatten {
    background-position: 25vw 40vh;
  }

  .result-section.schatten.abstand-unten-einzug.morgan-einzug {
    background-position: 40% 60%;
  }

  .page-padding {
    padding-top: 0%;
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .case-study-text {
    display: flex;
  }

  .hero-projects-holder {
    padding-bottom: 4.5rem;
  }

  .hero-project-holder.one {
    max-width: 20vw;
    padding-right: 2rem;
  }

  .hero-project-holder.two {
    max-width: 30vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-project-holder.three {
    max-width: 20vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-project-holder.four {
    max-width: 30vw;
    padding-left: 2rem;
  }

  .team-one-designation.body-small-text.font-size-change {
    font-size: 1.2rem;
  }

  .hero-project-hover-holder {
    width: 300px;
    height: 300px;
    top: 55%;
  }

  .hero-project-hover-holder.one {
    width: 250px;
    height: 250px;
    top: 70%;
  }

  .hero-project-hover-holder.two {
    width: 350px;
    height: 350px;
    top: 65%;
  }

  .hero-project-hover-holder.three {
    width: 250px;
    height: 250px;
    top: 62%;
  }

  .hero-project-hover-holder.four {
    width: 325px;
    height: 325px;
    top: 62%;
  }

  .team-one-name {
    margin-bottom: 2rem;
  }

  .team-one-name.small-name {
    font-size: 1.7rem;
  }

  .footer-two {
    background-position: 20%;
    background-size: 40%;
  }

  .footer-two-main-wrapper.footer-three {
    grid-column-gap: 9px;
  }

  .mrq-container-three {
    justify-content: flex-end;
  }

  .mrq-container-three.text-marquee-three {
    justify-content: flex-start;
  }

  .marquee {
    justify-content: flex-end;
  }

  .marquee.text-marquee-one {
    justify-content: flex-start;
  }

  .mrq-train-wrapper {
    flex: none;
    justify-content: flex-start;
  }

  .marquee-container-two {
    justify-content: flex-end;
  }

  .marquee-container-two.text-marquee-two {
    justify-content: flex-start;
  }

  .marquee-container {
    justify-content: flex-end;
    align-items: center;
  }

  .marquee-container.one {
    justify-content: flex-start;
  }

  .marquee-slider {
    display: block;
  }

  .home-three-hero-section-container {
    max-width: none;
  }

  .service-item {
    align-items: flex-start;
    padding-right: 40px;
  }

  .service-subtitle {
    font-size: 6.7rem;
    line-height: 7.3rem;
  }

  .home---accordion---container {
    max-width: 1430px;
  }

  .marquee-icon {
    max-width: none;
  }

  .gradient-bar-one {
    background-image: linear-gradient(to right, #f84985, #5955f7);
  }

  .counter-number {
    align-items: stretch;
    height: 60px;
  }

  .counter {
    justify-content: space-between;
  }

  .counter.bottom {
    justify-content: center;
  }

  .sticky-circle-block {
    justify-content: center;
    align-items: center;
    left: 65px;
  }

  .logo-bottom-text {
    bottom: 38%;
  }

  .gradient-bar-two {
    background-image: linear-gradient(to right, #5955f7, #f84985);
  }

  .product-page-background {
    background-position: 50% 83%, 30% 26%, 12% 68%, 21% 0;
  }

  .portfolio-two-masnory-item {
    display: block;
  }

  .container-two {
    padding-left: 0;
    padding-right: 0;
  }

  .service-hero-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .service-hero-banner.overflow-hidden.morgan {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: -60% 250px, 150% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .service-page-solutions-section.abstand {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .creating-two-hero-image-block {
    flex: 0 60%;
  }

  .creating-two-hero-main {
    position: sticky;
    top: 0;
  }

  .creating-two-hero-image-wrapper {
    width: 350vw;
    position: sticky;
    top: 0;
  }

  .creating-two-hero-title-wrapper {
    max-width: 556px;
  }

  .creating-two-hero-text-block {
    flex: 0 40%;
    justify-content: flex-end;
    display: flex;
  }

  .team-two-banner-hero-section.blog-titel-und-bild {
    background-position: 60% 0;
  }

  .team-two-banner-hero-section.blog-rich-text {
    padding-left: 0;
  }

  .portfolio-three-first-col-item {
    grid-column-gap: 400px;
    grid-row-gap: 400px;
  }

  .portfolio-three-container {
    padding-left: 11.5625rem;
    padding-right: 11.5625rem;
  }

  .sticky-circle {
    justify-content: center;
    align-items: center;
    left: 65px;
  }

  .contact-form-one-section.abstand-morgan {
    padding-bottom: 100px;
  }

  .contact-hero.abstand-morgan {
    background-image: none;
  }

  .pricing-two-hero-section.abstand {
    background-position: 35% 21%;
  }

  .sign-up-page-container {
    margin-right: auto;
  }

  .sign-up-page {
    align-items: center;
    padding-right: 15px;
  }

  .navbar-center-content {
    padding-left: 0;
    padding-right: 0;
  }

  .auto-fit.logo-abstand {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-line.top {
    background-color: #fff;
    order: 0;
  }

  .menu-line.bottom {
    background-color: #fff;
  }

  .nav-menu-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-right {
    justify-content: center;
  }

  .nav-menu {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .item-menu-wrapper {
    flex: 1;
  }

  .nav-overflow-hidden.nav-link-margin.first-menu {
    overflow: hidden;
  }

  .footer-info-text.address-block-navbar {
    padding-right: 200px;
  }

  .creative-text {
    background-color: #0f0d2599;
    max-width: 570px;
  }

  .vertical-marquee-overlay.overlay-bottom {
    background-image: linear-gradient(360deg, #0f0d25bf 36%, #0000);
  }

  .flex-center {
    margin-top: 0%;
  }

  .portfolio-details-link {
    border-radius: 6px;
  }

  .service-background-glow.rauschen {
    margin-bottom: 140px;
  }

  .home-one-cta-section {
    background-position: 0 0;
  }

  .home-one-cta-section.bild {
    background-position: 30% 0;
  }

  .cms-page-show-wrapper {
    align-items: stretch;
  }

  .ecommerce-section {
    background-image: url('../images/Dotted-bg.webp'), url('../images/purple-glow.webp');
    background-position: 50%, 40%;
    background-repeat: no-repeat, no-repeat;
    background-size: 1889px, auto;
  }

  .licencing-image-block {
    display: flex;
  }

  .service-hero-banner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-box-2.is-background-two, .cta-box-2.is-background {
    max-width: 300px;
  }

  .rt-absolute-image-v1 {
    top: 33%;
    left: 19%;
  }

  .rt-hero-v1-card-image {
    width: 21%;
  }

  .rt-absolute-image-v2 {
    right: 16%;
  }

  .rt-hero-v1-icon-three {
    top: -11%;
    right: 6%;
  }

  .rt-hero-v1-line-wrap {
    flex: none;
  }

  .rt-card-overlay {
    background-image: linear-gradient(90deg, #0000 36%, #171724 64%), linear-gradient(74deg, #fff, #ffffff9e);
    width: 62.5rem;
    height: 75rem;
  }

  .rt-hero-v1-icon-four {
    bottom: -11%;
    right: 7%;
  }

  .rt-hero-v1-right-line.rt-position-relative {
    justify-content: center;
    align-items: center;
  }

  .rt-hero-v1-icon-one {
    top: -35px;
    left: 37px;
  }

  .rt-hero-v1-icon-two {
    bottom: -34px;
    left: 45px;
  }

  .rt-cta {
    margin-left: auto;
    margin-right: auto;
  }

  .button-colour-wrap {
    width: 100%;
  }

  .services_item-infos {
    padding: 4.7rem;
  }

  .container-full {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrap {
    transform: scale(1.8);
  }

  .logo_color.logo_color-1 {
    height: 200px;
  }

  .blur {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .client-proof-company {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .div-block-4 {
    min-height: 80px;
  }

  .heading-24 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .bold-text-7 {
    font-size: 40px;
  }

  .nav_inner {
    background-position: 10% 30%, 80%;
    background-attachment: scroll, scroll;
  }

  .grid-2-columns.about-post {
    justify-items: start;
  }

  .button-with-icon-black-copy {
    background-color: #0d0821;
    border-color: #0d0821;
  }

  .base-container {
    padding-top: 0;
  }

  .customer-services {
    line-height: 1em;
  }

  .base-container-10 {
    max-width: 1350px;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

  h2 {
    font-size: 2.5rem;
    line-height: 3.875rem;
  }

  h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }

  .nav-icon-wrapper {
    border-top-style: none;
    border-right-style: none;
    width: 75px;
    min-width: auto;
  }

  .social-links-wrapper {
    width: 87px;
  }

  .nav-icon {
    display: none;
  }

  .navbar-main-wrapper {
    z-index: 100;
    position: relative;
  }

  .middle-menu {
    display: none;
  }

  .cart {
    border-left-style: none;
    width: 100px;
    min-width: auto;
  }

  .fit-cover.shop-image-hover {
    width: 100%;
  }

  .next-cloud.margin-left-auto.navbar-one-logo {
    margin-left: auto;
  }

  .hero-text-wrapper {
    padding-left: 60px;
    padding-right: 10px;
  }

  .no-margin {
    margin-bottom: 20px;
  }

  .no-margin.padding-bottom-twenty.schreift-breite {
    width: 100%;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .no-margin.text-align-center {
    margin-bottom: 0;
  }

  .no-margin.sign-up-text-header-max-width {
    max-width: none;
  }

  .no-margin.h2 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .brand-icon-block.service-more-button {
    position: static;
  }

  .description.margin-bottom-twenty {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .description.max-width-description.breite-100 {
    max-width: 100%;
  }

  .section-title-block.margin-auto.text-align-center.abstand {
    padding-top: 0;
  }

  .heading-two.text-color-white.pricing {
    margin-top: -57px;
  }

  .heading-two.text-color-white.pricing.preis-morgan {
    margin-top: 0;
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .heading-two.text-color-white.pricing.preis-morgan.mwst {
    margin-top: 0;
  }

  .brand-section {
    padding-bottom: 0;
  }

  .brand-section.abstand-unten {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .brand-container {
    padding-left: 0;
  }

  .heading-three.titel {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .brand-hover.abstand-oben {
    margin-top: 10px;
  }

  .brand-image-block {
    width: 20%;
  }

  .brand-caption-block {
    width: 65%;
    padding-left: 30px;
  }

  .overflow-hidden.max-width-creative-heading._100 {
    max-width: 100%;
  }

  .overflow-hidden.ecommerce-heading {
    max-width: none;
  }

  .overflow-hidden.ecommerce-heading.breite {
    max-width: 100%;
  }

  .overflow-hidden._100 {
    width: 100%;
  }

  .button-link.landing-navbar-button {
    display: none;
  }

  .creative {
    padding-top: 80px;
  }

  .creative.abstand {
    padding-top: 40px;
  }

  .creative-caption-block {
    max-width: none;
  }

  .creative-image {
    height: auto;
  }

  .heading-six.text-color-white.text-align-center {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .heading-six.text-color-white.text-align-center.fett {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .heading-six.text-color-white.text-align-center.fett.titel-tablet {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .main-block.interest-block {
    padding: 70px 50px;
  }

  .main-block.interest-block.home-one-cta {
    width: auto;
  }

  .main-block.sticky.flex-align-change {
    position: static;
  }

  .main-block.sticky.flex-align-change.absand-untne {
    margin-bottom: 40px;
  }

  .creative-image-block, .creative-image-block.full-width-image {
    width: 100%;
  }

  .creative-image-block.full-width-image.no-radius {
    display: none;
  }

  .creative-flex.justify-start {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-bottom: 70px;
  }

  .creative-flex.justify-start.home-creative {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .creative-flex.solution {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .creative-flex.justify-end.home-creative {
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .case-study-left-side {
    max-width: none;
  }

  .case-details-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-study-details-section {
    padding-top: 0;
    padding-bottom: 3.8125rem;
  }

  .service-column.case-study-one {
    width: 100%;
    margin-bottom: 50px;
  }

  .service-column.case-study-two, .service-column.service-header {
    width: 100%;
  }

  .case-details {
    display: block;
  }

  .solution-flex {
    padding-top: 0;
  }

  .solution-flex-checkbox-block {
    display: flex;
  }

  .text-color-white.schrift {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .posibilities.active.design-card-block {
    max-width: 100%;
  }

  .project-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .project-icons-shape.margin-auto {
    width: 90px;
    height: 90px;
  }

  .project {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .project.punkt.abstand.einzug {
    margin-top: 60px;
  }

  .project.punkt.abstand.abstand-oben {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .project-col {
    width: 100%;
  }

  .project-col.text-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-col, .details-col {
    width: 100%;
  }

  .interest-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

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

  .interest.pricing-one-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-slider {
    flex-direction: column;
    min-height: 120vh;
  }

  .slider__left-pane {
    width: 100%;
  }

  .slide__wrapper {
    flex-direction: column;
  }

  .team.home-one-team-section {
    flex-direction: row;
    display: none;
  }

  .product-design-count.portfolio-header-text {
    font-size: 19.5rem;
  }

  .product-design-count.portfolio-header-text.schriftgr-sse {
    font-size: 9.375rem;
    line-height: 7.9rem;
  }

  .home-one-partners-section {
    padding-bottom: 60px;
  }

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

  .heading-text {
    padding-top: 80px;
  }

  .heading-text.abstand-mobile-oben {
    margin-top: 0;
  }

  .section-scroll-animation {
    padding-top: 0;
  }

  .text-center.text-color-white.team-heading {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .result-section {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .result-section.schatten {
    padding-top: 60px;
  }

  .result-section.schatten.abstand-40 {
    padding-top: 40px;
  }

  .result-section.schatten.abstand-unten-einzug.morgan-einzug {
    padding-bottom: 40px;
  }

  .result-main-wrapper {
    grid-row-gap: 40px;
  }

  .result-heading-wrapper.service-card-header {
    max-width: 511px;
  }

  .result-heading-wrapper.team-two-heading {
    align-items: flex-start;
  }

  .span-background {
    background-size: auto 3.625rem;
    padding-right: 70px;
  }

  .talk-link {
    display: none;
  }

  .nextcloud-logo-home-two {
    justify-content: flex-start;
    width: 110px;
  }

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

  .arrow-link.about-banner {
    width: 100px;
    height: 100px;
  }

  .marquee-text.abstand {
    margin-top: 80px;
  }

  .creative-caption-wrapper {
    width: 100%;
    max-width: none;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
    max-height: 100vh;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee.abstand {
    max-width: 100%;
    padding-top: 0;
  }

  .future-image.border-radius-ten.auto-fit.tab-full-width-image {
    width: 100%;
  }

  .future-image-container {
    max-width: none;
  }

  .case-study-text {
    height: auto;
  }

  .our-service {
    padding-top: 2.1875rem;
    padding-bottom: 3.8125rem;
  }

  .our-service.abstand {
    background-repeat: no-repeat, no-repeat;
    padding-top: 20px;
  }

  .service-details-grid {
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-details-grid.dot-hintergrund {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-one-extended-container {
    margin-top: 2.625rem;
    margin-bottom: 3.75rem;
  }

  .team-one-block.abstand {
    margin-top: 0;
  }

  .hero-projects-holder {
    margin-bottom: -60px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .hero-project-holder.one {
    padding-right: .5rem;
  }

  .hero-project-holder.two, .hero-project-holder.three {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-project-holder.four {
    padding-left: .5rem;
  }

  .hero-project-hover-holder.two {
    width: 200px;
    height: 200px;
    top: 50%;
  }

  .hero-project-hover-holder.three {
    display: block;
  }

  .hero-project-hover-holder.four {
    width: 200px;
    height: 200px;
    top: 50%;
  }

  .testimonial-providing-left {
    max-width: none;
  }

  .we-provide-img-block, .we-provide-img.auto-fit.tab-image-full-width {
    width: 100%;
  }

  .about-one-quote-slider {
    display: none;
  }

  .team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .team-two-process-block-right {
    margin-top: 1.5rem;
  }

  .team-two-step-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .team-two-step-section.abstand {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .team-two-step-section.abstand-oben {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .spiral-arrow-block, .spiral-arrow-block.team-details-spiral {
    display: none;
  }

  .service-step-info {
    padding: 2rem 6%;
  }

  .team-two-work-process-block {
    height: auto;
    display: block;
  }

  .about-hero-section {
    padding-bottom: 80px;
  }

  .home-three-partners-section.abstand-unten {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .clients {
    width: 300%;
  }

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

  .client-image {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mask {
    width: 50%;
  }

  .right-arrow {
    display: none;
  }

  .testimonial-main-wrapper {
    align-items: flex-start;
  }

  .left-arrow {
    display: none;
  }

  .social-media-icon {
    min-width: 0;
  }

  .footer-two {
    background-position: 10% 20%;
    background-size: 150%;
  }

  .footer-bottom-main-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .quick-links {
    grid-column-gap: 45px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-link {
    text-align: center;
    font-weight: 600;
  }

  .footer-text {
    max-width: 344px;
  }

  .footer-text.einzug {
    max-width: 100%;
  }

  .footer-two-main-wrapper {
    grid-row-gap: 95px;
    flex-direction: column;
    align-items: flex-start;
  }

  .body-small-text.decoration-none.margin-auto {
    text-align: center;
  }

  .body-small-text.decoration-none.margin-auto.tablet-beschreibung {
    margin-bottom: 0;
    line-height: 1.2rem;
  }

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

  .review-wrapper {
    flex-direction: column;
  }

  .service-card-heading {
    grid-column-gap: 50px;
    justify-content: space-between;
    width: auto;
  }

  .awards-hover-img-block {
    display: none;
  }

  .about-one-creative-section {
    padding-top: 40px;
  }

  .artical {
    margin-left: 0;
  }

  .blog-arrow-link.blog-page {
    min-width: 70px;
  }

  .service-card-max-width {
    padding-top: 60px;
  }

  .button-wrapper.margin-top-hundred, .button-wrapper.margin-top-hundred.einzug-cta {
    margin-top: 0;
  }

  .blog-one-main-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .blog-author {
    border-right-style: none;
  }

  .blog {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    align-items: stretch;
  }

  .home-three-vdo-btn {
    width: 100px;
    height: 100px;
  }

  .home-three-vdo-btn.video-circle {
    width: 80px;
    height: 80px;
  }

  .big-image-slide {
    width: 5%;
  }

  .stretching-img-section {
    width: 100%;
    margin-bottom: 0;
  }

  .stretching-img-section.tab-margin-bottom {
    margin-bottom: 60px;
  }

  .stretching-vdo-img-block {
    height: 53vh;
  }

  .video-block-for-image-stretch {
    top: 25%;
  }

  .video-block-for-image-stretch.home-three-vdo {
    margin-top: 10%;
  }

  .home-three-header-tab-menu {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .marquee-scroll-section {
    padding-bottom: 60px;
  }

  .marquee-scroll-section.abstand {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-subtitle {
    align-self: center;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .service-subtitle.gr-sse {
    align-self: center;
  }

  .section-overlap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-overlap.abstan, .section-overlap.abstand-oben {
    padding-top: 0;
  }

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

  .portfolio-section.tab-padding-change {
    padding-top: 140px;
  }

  .sticky.tab-sticky-off {
    font-size: 3rem;
    line-height: 3.625rem;
    position: static;
  }

  .project-content.project-three, .project-content.project-two {
    background-size: cover;
  }

  .accordian-content {
    grid-column-gap: 50px;
  }

  .home---accordion {
    margin-top: 0;
    padding-top: 80px;
  }

  .blog-two-main-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .our-blogs {
    grid-template-columns: 1fr 1fr;
  }

  .banne-heading-wrapper {
    padding-left: 10px;
  }

  .marquee-icon {
    width: 50px;
  }

  .progress-bar-main-wrapper {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .progress-bar-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-five.text-color-white.margin-bottom-twenty {
    text-align: center;
  }

  .heading-five.faq-titel-einzug {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .no-margin-bottom {
    text-align: center;
    max-width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .portfolio-upper-section {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .designing-section {
    padding-top: 60px;
    padding-left: 15px;
  }

  .counter-main-wrapper {
    width: 170px;
    height: 170px;
  }

  .product-hero-grid {
    flex-direction: column;
  }

  .card {
    padding-top: 0;
  }

  .product-hero-grid-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .product-page-background {
    padding: 109px 15px 20px;
  }

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

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

  .image-animation-container.margin-top-eighty.abstand-oben {
    margin-top: 20px;
  }

  .team-one-member-heading-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .team-one-member-heading-block.pricing-one-faq-heading-block {
    padding-bottom: 1rem;
  }

  .team-one-member-heading-block.ui-kit-hero-heading-block {
    padding-top: 12.2rem;
    padding-bottom: 6.7rem;
  }

  .portfolio-two-tab-menu {
    width: 70%;
    max-width: none;
  }

  .portfolio-two-main-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .portfolio-card-content-block {
    width: 100%;
  }

  .portfolio-two-circle-button {
    top: 20px;
    right: 20px;
  }

  .team-designation {
    font-size: 18px;
    line-height: 28px;
  }

  .portfolio-name-category-block {
    bottom: 30px;
  }

  .portfolio-two-name-text {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .contact-one-place-name {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .contact-one-place-name.heading-one.padding-twenty {
    font-size: 5rem;
    line-height: 6.5rem;
  }

  .contact-one-banner-hero {
    padding: 10.5rem .9375rem 5rem;
  }

  .contact-one-hero-section-two {
    background-color: #0b0d0f;
    padding-bottom: 4.0625rem;
    top: -100%;
  }

  .container-one-banner-details-one.first {
    max-width: 100%;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-left: 0%;
  }

  .container-one-banner-details-one.third {
    max-width: 100%;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-one-banner-details-one.second {
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding: 0 0%;
  }

  .container-two.contact-one-banner {
    padding-top: 1rem;
  }

  .container-one-banner-details-block {
    display: block;
  }

  .track.overflow-hidden, .about-two-hero-section {
    padding-bottom: 80px;
  }

  .about-hero-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-two-why-we-right {
    margin-right: 0%;
  }

  .about-two-four-icon-block {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 4.375rem;
    display: grid;
  }

  .progress-bar-wrap {
    margin-bottom: 1rem;
  }

  .lightbox-block {
    margin-left: 4.5rem;
  }

  .lightbox-block.position-change {
    display: none;
    position: static;
  }

  .lightbox-block.team-two-position {
    display: none;
  }

  .about-two-progress-left {
    max-width: 100%;
  }

  .home-three-awards-main-section {
    padding-bottom: 3.8rem;
  }

  .home-three-awards-main-section.ein-abstand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-three-awards-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .awards-hover-img {
    display: none;
  }

  .about-two-stretching-image-section {
    padding-top: 80px;
  }

  .big-image-block {
    height: 53vh;
  }

  .posibilities-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .posibilities-section.abstand-oben {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .posibilities-section.abstand {
    padding-top: 10px;
  }

  .posibilities-main-wrapper.sticky.background-purple-glow {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .posibilities-main-wrapper.sticky.background-purple-glow.tab-sticky-off {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
    position: static;
  }

  .border-radius-six.autofit.tab-image-full-width {
    width: 100%;
  }

  .about-two-service-main-wrapper.sticky.body-background-color.blue-glow-background {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-service-text-wrapper {
    align-self: flex-start;
    max-width: none;
  }

  .service-hero-banner {
    background-repeat: repeat;
    background-size: auto;
    padding-top: 180px;
    padding-bottom: 0;
  }

  .service-hero-banner.overflow-hidden {
    padding-top: 80px;
  }

  .service-hero-banner.overflow-hidden.morgan {
    background-position: 210% 0, -80%;
  }

  .padding-bottom-ten {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .padding-bottom-ten.solutions-max-width {
    max-width: none;
  }

  .padding-bottom-ten._100 {
    width: 100%;
  }

  .service-page-solutions-section {
    padding-top: 36px;
    padding-bottom: 70px;
  }

  .service-page-solutions-section.abstand {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-page-solutions-section.einzug-oben {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-page-solutions-section.abstand-20 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-page-solutions-section.abstand-unten {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-page-solutions-section.abstand-combo {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .solutions-text-wrapper {
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
  }

  .solutions-text-wrapper.tab-padding-left-fifteen {
    padding-right: 15px;
  }

  .solutions-text-wrapper.tab-padding-left-fifteen.breite, .solutions-text-wrapper.einzug-unten {
    padding-bottom: 0;
  }

  .padding-bottom-twenty-two.solutions-max-width {
    max-width: none;
  }

  .service-category-item.service-two {
    line-height: 2rem;
  }

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

  .solutions-wrapper.row, .solutions-wrapper.morgan {
    grid-row-gap: 20px;
  }

  .cta-main-wrapper {
    background-size: cover;
  }

  .sphere-wrap {
    align-self: flex-start;
    height: 5rem;
  }

  .sphere-track {
    grid-column-gap: 0px;
  }

  .service-left {
    display: none;
  }

  .our-services.farbe {
    background-position: 0%;
    padding-bottom: 30px;
  }

  .service-content {
    grid-template-columns: 2fr;
  }

  .service-right {
    display: none;
  }

  .service-name {
    font-size: 3.3rem;
    line-height: 4.1rem;
  }

  .padding-left-with-image, .padding-right-with-image {
    font-size: 4.375rem;
    line-height: 5rem;
  }

  .text-middle-header.text-align-center {
    justify-content: center;
    align-items: center;
  }

  .creating-two-hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
    padding-right: 15px;
  }

  .creating-two-hero-section.abstand-unten {
    padding-top: 80px;
  }

  .creating-two-hero-holder {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creating-two-hero-main {
    flex-direction: column;
    display: flex;
  }

  .creating-two-hero-image-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .creating-two-work {
    padding-bottom: 70px;
  }

  .creating-two-work.abstand {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .creating-two-work.abstand-2 {
    padding-top: 0;
  }

  .creating-two-work.abstand-3 {
    padding-bottom: 40px;
  }

  .creating-two-work.aabstand-mobile.einzug-unten {
    padding-bottom: 20px;
  }

  .our-team-about-section {
    padding-bottom: 0;
  }

  .about-container-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-team-image-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .about-text-wrapper {
    max-width: none;
  }

  .team-two-banner-hero-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .team-two-banner-hero-section.abstand {
    padding-bottom: 0;
  }

  .team-two-banner-hero-section.blog-titel-und-bild {
    background-position: 50% 70%;
    background-size: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .team-two-banner-hero-section.blog-rich-text {
    background-position: 250px 25%, 50% 80%, 100% 0;
    background-size: 100%, 8%, auto;
  }

  .portfolio-three-item-one {
    padding-bottom: 4rem;
  }

  .portfolio-three-item-two {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portfolio-three-first-col-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .portfolio-three-first-col-item.three {
    margin-top: 4rem;
  }

  .portfolio-three-left.four {
    text-align: center;
  }

  .portfolio-three-container {
    margin-top: 4rem;
  }

  .about-one-portfolio-heading-section {
    padding-bottom: 2rem;
  }

  .sticky-circle {
    display: none;
  }

  .contact-form-one-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-form-one-section.abstand-morgan {
    padding-bottom: 40px;
  }

  .contect-one-main-wrapper.zierde {
    flex-flow: column;
  }

  .contact-paragraph.schriftbreite {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contact-hero-block-emergency-details-col {
    width: 100%;
  }

  .contact-hero-block {
    padding-bottom: 70px;
  }

  .heading-one-block.padding-bottom-sixty-five.max-width-eight-twenty.abstand-unten {
    padding-bottom: 0;
  }

  .contact-hero-block-flex {
    flex-direction: column;
  }

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

  .contact-hero.abstand-unten {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .contact-hero-block-address-col {
    width: 100%;
  }

  .contact-form-two {
    width: 100%;
    max-width: none;
    padding: 40px;
  }

  .contact-two-form-section {
    padding-bottom: 80px;
  }

  .form-two-description {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .contact-form-two-main-wrapper {
    grid-row-gap: 80px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: wrap-reverse;
  }

  .contact-form-text-content {
    max-width: none;
  }

  .contact-form-text-content.abstand {
    display: none;
  }

  .shop-hero-section {
    padding-top: 180px;
  }

  .product-image-wrapper.overflow-hidden.tab-full-width {
    width: 100%;
  }

  .portfolio-two-hero-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .portfolio-two-hero-section.abstand {
    padding-top: 80px;
  }

  .portfolio-hero-header-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-images-wraper.ausblenden {
    display: none;
  }

  .margin-bottom-twenty {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .margin-bottom-twenty.schrift-haupt {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .our-portfolio {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .our-portfolio.abstand-oben {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-table {
    display: block;
  }

  .pricing-plan-table.yearly {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .pricing-plan-table.monthly {
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 0;
    display: block;
  }

  .relative-three.relative-two {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .pricing-accodian-heading {
    margin-top: 10px;
  }

  .accodian-number-block {
    font-size: 5rem;
  }

  .pricing-one-hero-section {
    background-image: url('../images/purple-glow.webp'), url('../images/purple-glow.webp');
    background-position: 16% 75%, -40% -100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 170px;
    padding-bottom: 3rem;
  }

  .faq-question-wrap {
    padding: 1rem 0;
  }

  .faq-question-wrap.faq-question-one {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accodian-heading-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-faq-block {
    margin-top: 0;
  }

  .integrations-block-four {
    padding-left: 2em;
    padding-right: 2em;
  }

  .pricing-two-price {
    font-size: 50px;
  }

  .pricing-month {
    padding-top: 1rem;
  }

  .pricing-two-hero-section {
    padding-bottom: 2.5rem;
  }

  .pricing-two-hero-section.abstand {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-two-second-section {
    padding-top: .25rem;
    padding-bottom: 6.25rem;
  }

  .pricing-two-second-section.abstand {
    padding-top: 80px;
  }

  .text-align-center {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .text-align-center.padding-top-bottom-thirty.pricing-two-max-width.margin-auto.schrift {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .text-align-center.home-two-heading-max-width {
    font-size: 4.375rem;
    line-height: 5rem;
    display: none;
  }

  .text-align-center.home-two-heading-max-width.anzeigen {
    font-size: 4.375rem;
    line-height: 5rem;
  }

  .text-align-center.home-two-heading-max-width.einblenden {
    margin-top: 0;
    display: block;
  }

  .sign-up-page-container {
    margin-right: auto;
  }

  .sign-up-page-text-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .sign-up-main-wrapper.margin-top-bottom-auto {
    grid-template-columns: 1fr;
  }

  .sign-up-page {
    padding-top: 0;
    padding-right: 15px;
  }

  .faq-section {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: 120% 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .sign-up-page-main-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .log-in {
    padding-top: 60px;
    padding-right: 15px;
  }

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

  .error-massage.text-align-center.padding-top-ten {
    padding-top: 0;
    font-size: 1.25rem;
    line-height: 2rem;
  }

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

  .portfolio-details {
    padding-top: 60px;
  }

  .post-cover-image {
    height: 400px;
  }

  .portfolio-details-main-wrapper.border-radius-six {
    padding: 60px;
  }

  .pricing-menu.pricing-menu-two.margin-auto.abstand {
    margin-bottom: 40px;
  }

  .pricing-options {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-options.business-plan {
    padding-right: 60px;
  }

  .pricing-options.business-plan.border-radius-six.abstand-morgan {
    padding-right: 40px;
  }

  .pricing-options.border-radius-six.abstand-morgan {
    padding: 40px;
  }

  .pricing-arrow {
    margin-top: 35px;
    margin-left: 0;
  }

  .pricing-text {
    max-width: none;
  }

  .pricing-text.abstand-morgan {
    max-width: 100%;
  }

  .price {
    position: static;
  }

  .price.gr-sse {
    margin-bottom: -20px;
    padding-bottom: 0;
    font-size: 4rem;
    line-height: 4rem;
  }

  .blog-details-hero-section {
    padding-bottom: 60px;
  }

  .blog-hero-main-wrapper {
    position: relative;
  }

  .blog-info-wrapper {
    position: absolute;
  }

  .blog-heading-max-width.margin-bottom-fourty {
    max-width: 450px;
  }

  .blog-image {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .blog-details-main-wrapper, .recent-blogs-section {
    padding-bottom: 60px;
  }

  .auto-fit {
    display: block;
  }

  .auto-fit.tab-images-full-width, .auto-fit.border-radius-six.tab-image-full-width, .auto-fit.laptop-image {
    width: 100%;
  }

  .auto-fit.logo-abstand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-two {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 0;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .home-three-dropdown-menu, .home-three-dropdown-menu.light-color {
    color: #0b0d0f;
  }

  .home-three-dropdown-list {
    margin-top: 0;
  }

  .menu-trigger {
    width: 60px;
    display: flex;
  }

  .line-left-up {
    display: none;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .line-right-up {
    display: none;
  }

  .nav-menu-right {
    display: flex;
  }

  .line-right-down, .line-left-down {
    display: none;
  }

  .nav-text-three {
    font-size: 2.6rem;
  }

  .item-menu-wrapper {
    flex: 1;
    max-width: 100%;
  }

  .nav-overflow-hidden.nav-link-margin {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .footer-info-text.address-block-navbar {
    padding-right: 0;
  }

  .result-boxes {
    width: 100%;
  }

  .result-box-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-content-wrapper {
    width: 100%;
    min-width: auto;
  }

  .vertical-marquee-text {
    width: 100%;
    padding-right: 0;
  }

  .creative-paragraph-max-width {
    max-width: 100%;
  }

  .glow-background.abstand.abstand2 {
    background-image: url('../images/purple-glow.webp');
    background-position: 50% -70%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .glow-background.abstand.abstand-unten {
    background-position: 100% 0, 0 10%;
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .banner-heading {
    margin-bottom: 40px;
  }

  .preloader-documentation-section {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }

  .flex-center {
    margin-top: 0%;
  }

  .contact-one-form {
    width: 100%;
  }

  .footer-paragraph-max-width.padding-bottom-ten.body-small-text.einzug {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .portfolio-details-link, .portfolio-card {
    width: 100%;
  }

  .service-background-glow.rauschen {
    margin-bottom: 0;
  }

  .home-one-footer {
    padding-top: 60px;
  }

  .footer-one-main-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 60px;
  }

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

  .home-one-cta-top-section.margin-bottom-eighty {
    margin-right: 0;
  }

  .home-one-accordian-main-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .home-one-accordian-text {
    max-width: none;
  }

  .landing-hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
  }

  .landing-homepage-showcase-section {
    padding-top: 60px;
  }

  .landing-homepage-main-wrapper {
    background-image: url('../images/Nc.webp');
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: 361px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pages-container {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .preview.cms-pages {
    width: 100%;
  }

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

  .inner-pages-container {
    grid-row-gap: 53px;
    flex-direction: column;
  }

  .cms-pages-showcase-section {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), linear-gradient(#171433, #0000);
    background-position: 120% -30%, 100%, -42% -42%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cms-page-show-wrapper {
    flex-direction: column;
  }

  .cms-showcase-left-block {
    width: 100%;
  }

  .figma-main-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .figma-right-block {
    flex-flow: column;
    width: 100%;
  }

  .ecommerce-section {
    background-image: url('../images/purple-glow.webp'), url('../images/cart_1.svg');
    background-position: 86%, 35% 25%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .ecommerece-main-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-top-bottom-twenty.ecommerce-paragraph {
    max-width: none;
  }

  .padding-top-bottom-twenty.ecommerce-paragraph.gr-sse {
    max-width: 100%;
    margin-bottom: 0;
  }

  .view-shop {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .view {
    inset: auto;
  }

  .landing-cta-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-row-contain {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pricing-two-comparison-plan {
    border-right-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing-two-heading {
    border-right-style: none;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .comparison-table-pricing-bottom {
    margin-top: 1rem;
  }

  .pricing-grid-contain, .pricing-grid-contain.pricing-bottom {
    width: 100%;
  }

  .pricing-two-tag-text-one {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .pricing-page-two-wrapper {
    background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: 30% 87%, 156% 82%, 100% 71%, 75% 25%, 6% 9%, -4% -14%, -36% -24%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto;
  }

  .licensing-hero-section {
    padding-top: 100px;
  }

  .licensing-section {
    padding-top: 20px;
    padding-bottom: 4.375rem;
  }

  .licence-information-image-block {
    margin-bottom: 0;
  }

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

  .changelog-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .styles-types-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .side-nav-link, .side-nav-item {
    display: none;
  }

  .style-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

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

  .style-navbar-wrapper {
    min-width: 0;
    max-width: none;
    box-shadow: none;
    position: static;
  }

  .side-nav-button-wrapper {
    display: none;
  }

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

  .next-cloud-logo-wrapper {
    justify-content: center;
    padding: 20px 0;
    display: flex;
  }

  .style-guide-heading-main-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

  .team-details-banner-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    display: block;
  }

  .team-details-banner-right {
    display: none;
  }

  .team-details-banner-block {
    align-items: flex-end;
  }

  .container-one {
    height: auto;
  }

  .team-details-person-banner-img {
    width: 100%;
    right: 0%;
  }

  .white-paragraph.team-details-padding {
    width: 100%;
    margin-bottom: 20px;
  }

  .team-details-hero-section {
    margin-bottom: 20px;
    padding-top: 80px;
  }

  .team-details-nane-block {
    padding-left: 2rem;
  }

  .our-service-2 {
    padding-top: 2.1875rem;
    padding-bottom: 3.8125rem;
  }

  .portfolio-two-main-section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .service-hero-banner-2 {
    background-repeat: repeat;
    background-size: auto;
    padding-top: 180px;
    padding-bottom: 0;
  }

  .result-section-2 {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .container-one-banner-details-block-2 {
    display: block;
  }

  .contact-form-two-main-wrapper-2 {
    grid-row-gap: 80px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-hero-2 {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .home---accordion-2 {
    margin-top: 0;
    padding-top: 80px;
  }

  .footer-bottom-main-wrapper-2 {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .footer-content-wrapper-2 {
    width: 100%;
    min-width: auto;
  }

  .rt-absolute-image-v1 {
    top: 47%;
  }

  .rt-polygon-wrapper {
    width: 6.25rem;
    height: 6.25rem;
  }

  .rt-absolute-image-v2 {
    top: 14%;
  }

  .rt-button {
    padding-top: .8125rem;
    padding-bottom: .625rem;
  }

  .rt-hero-v1 {
    background-image: none, none, none, radial-gradient(circle at 100% 0, #a44dd842, #fefdff00 22%, #fff0), radial-gradient(circle at 100% 0, #fd636187, #fffcfc05 22%, #fff0), radial-gradient(circle farthest-side at 50% 100%, #fd63618a, #fd636133 22%, #a44dd805 31%);
    background-position: 50%, 100% 100%, 0 0, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, repeat;
    background-size: cover, 40% 40%, 41% 40%, auto, auto, auto;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .rt-sub-text, .rt-button-text {
    font-size: 14px;
  }

  .rt-polygon-text {
    font-size: 12px;
  }

  .details-col-2 {
    width: 100%;
  }

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

  .details-col-3 {
    width: 100%;
  }

  .container-medium {
    max-width: none;
  }

  .services_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .container-full {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ansatz-right-column {
    position: relative;
    top: auto;
  }

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

  .grid-services {
    grid-template-columns: minmax(200px, 1.5fr) .5fr;
  }

  .container-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-2.service {
    max-height: 600px;
  }

  .img-service {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-large-regular.service-desc {
    font-size: 16px;
  }

  .split-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .split-content.left-service {
    padding-right: 40px;
  }

  .div-block-4 {
    min-height: 150px;
    display: none;
  }

  .warning-message {
    background-color: #0000;
    padding: 0;
  }

  .section-2 {
    justify-content: center;
  }

  .button-5 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .text-block-8 {
    color: #141412f5;
  }

  .div-block-5 {
    flex: 0 auto;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .tip-control__name-2 {
    margin-right: 0;
  }

  .warning-message-wrapper {
    background-color: #eedf14f5;
    padding: 8px;
  }

  .col._3-col {
    width: auto;
  }

  .col._3-col.last {
    display: block;
  }

  .col._3-col.middle {
    order: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.branding {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
  }

  .button-l-2 {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .container-3 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .container-3.footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .logo-2 {
    order: 0;
  }

  .container-4 {
    margin-top: 0;
  }

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

  .heading.abstand {
    margin-bottom: 0;
  }

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

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

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .lead-form_progress {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lead-form_glow-circle {
    filter: blur(4rem);
    top: 3%;
    left: 90%;
  }

  .section_lead-form {
    grid-template-rows: 100svh;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
  }

  .button_primary {
    margin-left: 0;
  }

  .text-block-16 {
    text-align: center;
  }

  .nav_inner {
    flex-flow: row;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-cc-banner_component {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-8 {
    display: none;
  }

  .heading-25, .heading-26 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .collection-list-wrapper-4, .collection-list-wrapper-5 {
    display: none;
  }

  .heading-27 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .ausblenden-mobile, .collection-list-wrapper-6 {
    display: none;
  }

  .blogbeitrag h2 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .blogbeitrag h3 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .blogbeitrag h4 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .sticky-top._24px-top.static---mbl.width-100 {
    padding-top: 0;
  }

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

  .inner-container._332px._100---tablet.width-100 {
    max-width: 100%;
  }

  .container-default {
    padding-right: 0;
  }

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

  .display-4.mg-bottom-18px {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .rich-text-v1 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .card-title.heading-h5-size.mg-bottom-8px {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .accordion-wrapper {
    flex-direction: column;
  }

  .accordion-item-faq-2.top-faq-item {
    padding-top: 0;
  }

  .button-with-icon-black-copy {
    width: 50%;
  }

  .base-container {
    padding-bottom: 10px;
  }

  .base-container.leistungen-details-tablet {
    padding-bottom: 0;
  }

  .button-text-white-copy {
    font-size: 17px;
  }

  .subtitle-wrap-details.h-ufig-gestellte-fragen-team {
    margin-top: 0;
    margin-bottom: 0;
  }

  .customer-services {
    width: 60%;
    font-size: 50px;
  }

  .base-container-10 {
    margin-top: 40px;
  }

  .section-3 {
    padding-bottom: 40px;
  }

  .accordion-faq-wrap, .form-block, .div-block-21 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .no-margin.padding-bottom-twenty.schreift-breite {
    width: 100%;
  }

  .no-margin.text-align-center {
    margin-bottom: 0;
  }

  .no-margin.text-align-center.morgan-h2 {
    text-align: left;
  }

  .no-margin.sign-up-text-header-max-width {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .no-margin.klasse {
    margin-bottom: 0;
  }

  .wave {
    background-size: 70px;
    padding-right: 80px;
  }

  .wave.landing-page-banner {
    background-size: 50px;
    padding-right: 60px;
  }

  .brand-icon-block {
    width: 3rem;
    height: 3rem;
    margin-left: 30px;
  }

  .brand-icon-block.home-page-one {
    width: 120px;
    height: 120px;
  }

  .description.margin-bottom-twenty {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .section-title-block.margin-auto.text-align-center.abstand {
    padding-top: 0;
  }

  .heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.breite.abstand-unten, .heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.abstand {
    margin-bottom: 20px;
  }

  .heading-two.text-color-white.pricing.preis-morgan {
    margin-top: 0;
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .brand-section.abstand-unten {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .brand-image {
    top: 0;
  }

  .heading-three.titel {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .more-icon {
    margin-left: 30px;
  }

  .brand-hover {
    flex-direction: column;
  }

  .brand-hover.abstand-oben {
    margin-top: 10px;
  }

  .brand-image-block {
    width: 25%;
    position: absolute;
    right: 30px;
  }

  .brand-caption-block {
    width: 100%;
  }

  .button-link.button-two.buton-gr-sse {
    object-fit: fill;
    width: 250px;
  }

  .creative.abstand {
    padding-top: 0;
  }

  .heading-six.text-color-white.text-align-center.fett, .heading-six.text-color-white.text-align-center.fett.titel-tablet {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .main-block.interest-block.pricing-one-cta {
    width: 100%;
  }

  .main-block.einzug {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .creative-image-block.full-width-image.no-radius {
    display: none;
  }

  .case-study-left-side.margin-bottom-ten {
    padding-top: 20px;
  }

  .posibilities.active.design-card-block {
    height: auto;
  }

  .project-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }

  .project-flex.abstand-element {
    margin-bottom: 16px;
  }

  .project.punkt.abstand.einzug {
    margin-top: 50px;
  }

  .project.punkt.abstand.abstand-oben {
    margin-top: 60px;
  }

  .project.punkt.abstand-unten, .project-col.text-center {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-design-count {
    font-size: 6.9rem;
  }

  .product-design-count.portfolio-header-text {
    font-size: 12.6rem;
    line-height: 4.3rem;
  }

  .product-design-count.portfolio-header-text.schriftgr-sse {
    font-size: 6.9rem;
    line-height: 5.6rem;
  }

  .home-one-clients {
    width: 400%;
  }

  .container-video.abstand-mobile {
    padding-left: 2em;
    padding-right: 2em;
  }

  .result-section.schatten {
    padding-top: 40px;
  }

  .result-section.schatten.abstand-unten-einzug.morgan-einzug {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .result-main-wrapper {
    grid-row-gap: 25px;
  }

  .nav-link-main {
    padding-bottom: 10px;
  }

  .arrow-link.fifty-px {
    min-width: 50px;
  }

  .arrow-link.about-banner, .arrow-link.porftolio-link-arrow {
    display: none;
  }

  .marquee-text.abstand {
    margin-top: 80px;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
    max-width: 100%;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee.abstand {
    padding-top: 0;
  }

  .side-navbar {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-service-main-wrapper {
    grid-template-columns: auto 1fr;
  }

  .our-service.abstand {
    background-position: 0 15%, 100%;
    background-repeat: no-repeat, no-repeat;
    padding-top: 20px;
  }

  .service-details-grid.dot-hintergrund {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .team-one-extended-container {
    margin-bottom: 0;
  }

  .team-one-block.abstand {
    margin-top: 0;
  }

  .hero-projects-holder {
    padding-bottom: 0;
  }

  .hero-project-container {
    margin-bottom: 2.5rem;
    display: block;
  }

  .home-two-footer-social-link-block {
    margin-left: 0;
    margin-right: 1rem;
  }

  .hero-project-holder {
    margin-bottom: 3rem;
  }

  .hero-project-holder.one {
    max-width: 100vw;
    padding-top: 0;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-holder.two {
    max-width: 100vw;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-holder.three {
    max-width: 100vw;
    padding-top: 0;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-holder.four {
    max-width: 100vw;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-hover-holder {
    width: 270px;
    height: 270px;
    top: 50%;
  }

  .hero-project-hover-holder.one {
    padding-top: 5%;
  }

  .hero-project-hover-holder.two {
    width: 270px;
    height: 270px;
    padding-top: 5%;
    top: 55%;
  }

  .hero-project-hover-holder.three {
    padding-top: 5%;
    top: 55%;
  }

  .hero-project-hover-holder.four {
    width: 270px;
    height: 270px;
    padding-top: 5%;
    top: 55%;
  }

  .home-three-footer-social {
    margin-bottom: 2.375rem;
  }

  .team-one-name {
    margin-bottom: 2rem;
  }

  .testimonial-providing-left {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .we-provide-img-block {
    max-width: 100%;
  }

  .team-two-step-section.abstand {
    padding-bottom: 40px;
  }

  .team-two-step-section.abstand-oben {
    padding-top: 0;
  }

  .service-step-number {
    font-size: 4rem;
  }

  .lower-card, .upper-card {
    grid-template-columns: 1fr;
  }

  .home-three-partners-section.abstand-unten {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .clients {
    width: 400%;
  }

  .testimonial-text-wrapper {
    max-width: none;
  }

  .mask {
    width: 75%;
  }

  .testmonial-heading {
    width: 100%;
  }

  .social-media-icon {
    min-width: 0;
  }

  .quick-links {
    grid-column-gap: 45px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-link {
    text-align: center;
    font-weight: 600;
  }

  .footer-text {
    display: block;
  }

  .footer-text.einzug {
    text-align: left;
    max-width: 100%;
  }

  .footer-two-main-wrapper {
    padding-bottom: 80px;
  }

  .body-small-text.decoration-none.margin-auto {
    font-size: 1.25rem;
  }

  .body-small-text.decoration-none.margin-auto.tablet-beschreibung {
    line-height: 2rem;
  }

  .service-card-heading {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .awards-col-three {
    justify-content: flex-start;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-text-block {
    padding-top: 0;
  }

  .awards-col-two, .awards-col-one {
    padding-left: 0;
    padding-right: 0;
  }

  .home-two-awards-block {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .about-one-creative-section {
    padding-bottom: 20px;
  }

  .author-details {
    border-right-style: none;
  }

  .service-card-details {
    border-right: 1px solid #333149;
  }

  .button-wrapper.margin-top-hundred {
    margin-top: 40px;
  }

  .home-three-vdo-btn.video-circle {
    width: 60px;
    height: 60px;
  }

  .stretching-img-section {
    margin-bottom: 80px;
  }

  .stretching-vdo-img-block {
    height: 40vh;
  }

  .home-three-header-tab-menu {
    flex-direction: row;
    bottom: 5%;
  }

  .slider-base {
    align-items: flex-start;
  }

  .marquee-scroll-section.abstand {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-subtitle, .service-subtitle.gr-sse {
    align-self: center;
  }

  .section-overlap.abstan {
    padding-top: 20px;
  }

  .section-overlap.abstand-oben {
    padding-top: 0;
  }

  .blog-post-image {
    height: auto;
  }

  .our-blogs {
    grid-template-columns: 1fr;
  }

  .banne-heading-wrapper {
    grid-column-gap: 40px;
    margin-top: 100px;
  }

  .play-button {
    width: 60px;
    min-width: auto;
    height: 60px;
    min-height: auto;
  }

  .progress-bar-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-five.text-color-white.margin-bottom-twenty {
    text-align: center;
  }

  .heading-five.faq-titel-einzug {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .no-margin-bottom {
    text-align: center;
  }

  .counter-text-block {
    line-height: 5rem;
  }

  .counter-main-wrapper {
    width: 170px;
    height: 170px;
  }

  .product-hero-grid-left {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-animation-container.margin-top-eighty {
    margin-top: 40px;
  }

  .image-animation-container.margin-top-eighty.abstand-oben {
    margin-top: 20px;
  }

  .team-one-member-heading-block.pricing-one-faq-heading-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .portfolio-two-tab-menu {
    width: 100%;
  }

  .contact-one-hero-left {
    margin-top: 60px;
  }

  .contact-one-place-name {
    font-size: 3rem;
    line-height: 4rem;
  }

  .contact-one-place-name.heading-one.padding-twenty {
    font-size: 4rem;
    line-height: 5.5rem;
  }

  .contact-one-banner-hero {
    display: block;
  }

  .track.overflow-hidden {
    padding-bottom: 60px;
  }

  .about-two-four-icon-block {
    margin-top: 3rem;
    display: block;
  }

  .home-one-creative-one {
    margin-bottom: 2rem;
  }

  .lightbox-block {
    margin-top: -5rem;
    margin-left: 2rem;
    position: static;
  }

  .lightbox-block.portfolio-rotate-wrapper {
    margin-top: 1rem;
    margin-left: 0;
  }

  .lightbox-block.hidden-in-mobile {
    display: none;
  }

  .home-three-awards-main-section {
    padding-bottom: 60px;
  }

  .home-three-awards-main-section.ein-abstand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .award-block-paragraph {
    margin-bottom: 0;
  }

  .awards-three {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .home-three-awards-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .awards-arrow-block {
    align-items: flex-start;
    padding-top: 0;
  }

  .big-image-block {
    height: 40vh;
  }

  .posibilities-section.abstand-oben {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .posibilities-section.abstand {
    padding-top: 0;
  }

  .posibilities-main-wrapper.sticky.background-purple-glow.tab-sticky-off {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .about-two-service-main-wrapper.sticky.body-background-color.blue-glow-background {
    grid-row-gap: 40px;
  }

  .service-hero-banner {
    padding-top: 140px;
  }

  .service-hero-banner.overflow-hidden.morgan {
    background-position: -50% 30%, 130% 70%;
  }

  .service-page-solutions-section.abstand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-page-solutions-section.einzug-oben {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-page-solutions-section.abstand-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-page-solutions-section.abstand-unten {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-page-solutions-section.abstand-combo {
    padding-bottom: 20px;
  }

  .solutions-text-wrapper.tab-padding-left-fifteen.breite {
    padding-bottom: 0;
  }

  .solutions-wrapper.einzug-reihe, .solutions-wrapper.einzug-reihe-2, .solutions-wrapper.rows {
    grid-row-gap: 20px;
  }

  .solutions-wrapper.row {
    grid-row-gap: 10px;
  }

  .solutions-wrapper.morgan {
    grid-row-gap: 20px;
  }

  .sphere-wrap {
    width: 200px;
    height: 3.75rem;
  }

  .sphere-track {
    grid-column-gap: 0px;
  }

  .our-services {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .our-services.farbe {
    background-position: 0%;
  }

  .service-name {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .padding-left-with-image {
    background-size: 3.625rem;
    padding-left: 80px;
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .padding-right-with-image {
    background-size: auto 3.625rem;
    padding-right: 80px;
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .text-middle-header.text-align-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .creating-two-hero-section.abstand-unten {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .creating-two-work.abstand {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .creating-two-work.abstand-2 {
    padding-top: 20px;
  }

  .creating-two-work.abstand-3, .creating-two-work.aabstand-mobile.einzug-unten {
    padding-bottom: 0;
  }

  .portfolio-heading-block.margin-bottom-fifty {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-heading-block.margin-bottom-fifty.abstand-unten, .portfolio-heading-block.margin-bottom-fifty.abstand-unten-2 {
    margin-bottom: 40px;
  }

  .team-two-banner-hero-section {
    padding-top: 80px;
  }

  .team-two-banner-hero-section.abstand {
    padding-bottom: 20px;
  }

  .team-two-banner-hero-section.blog-titel-und-bild {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .team-two-banner-hero-section.blog-rich-text {
    background-image: url('../images/blue-glow.webp'), url('../images/project-stroke.svg'), url('../images/creative-glow.webp');
    background-position: 100% 0, 70% 81%, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 50%, 15%, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .portfolio-three-item-one {
    padding-bottom: 2rem;
  }

  .portfolio-three-item-two {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .portfolio-three-first-col-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portfolio-three-first-col-item.three {
    margin-top: 2rem;
  }

  .portfolio-three-left.four {
    text-align: center;
  }

  .sticky-circle {
    display: none;
  }

  .contact-form-one-section.abstand-morgan {
    padding-bottom: 20px;
  }

  .contect-one-main-wrapper {
    grid-row-gap: 60px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-paragraph.schriftbreite {
    max-width: 100%;
  }

  .heading-one-block.padding-bottom-sixty-five.max-width-eight-twenty.abstand-unten {
    padding-bottom: 0;
  }

  .contact-hero {
    padding-bottom: 60px;
  }

  .contact-hero.abstand-unten {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .heading-one {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .contact-form-two {
    padding: 20px 40px 60px;
  }

  .contact-two-form-section {
    padding-bottom: 20px;
  }

  .contact-form-two-main-wrapper {
    flex-flow: wrap-reverse;
  }

  .contact-form-text-content {
    padding-top: 0;
  }

  .contact-form-text-content.abstand {
    display: none;
  }

  .portfolio-two-hero-section.abstand {
    padding-top: 80px;
  }

  .protfolio-hero-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .our-portfolio {
    display: flex;
  }

  .our-portfolio.abstand-oben {
    margin-top: 40px;
  }

  .our-portfolio.abstand-oben-2 {
    margin-top: 20px;
  }

  .pricing-plan-table {
    grid-column-gap: 20px;
  }

  .pricing-accodian-heading {
    margin-top: 25px;
  }

  .accodian-number-block {
    padding-top: 1rem;
    font-size: 5.4rem;
  }

  .accodian-number-block.heading-two {
    font-size: 4.2rem;
  }

  .pricing-one-hero-section {
    padding-bottom: 4rem;
  }

  .faq-question-wrap {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .faq-question-wrap.faq-question-two, .faq-question-wrap.faq-question-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-two-price {
    font-size: 40px;
  }

  .pricing-two-hero-section {
    padding-bottom: 3.75rem;
  }

  .pricing-two-hero-section.abstand {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-two-second-section {
    padding-bottom: 5.3125rem;
  }

  .pricing-two-second-section.abstand {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text-align-center {
    line-height: 3.625rem;
  }

  .text-align-center.padding-top-bottom-thirty.pricing-two-max-width.margin-auto.schrift {
    text-align: left;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .text-align-center.home-two-heading-max-width {
    font-size: 3.125rem;
    line-height: 3.75rem;
    display: none;
  }

  .text-align-center.home-two-heading-max-width.anzeigen {
    max-width: 100%;
    margin-top: 0;
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .text-align-center.home-two-heading-max-width.einblenden {
    margin-top: 0;
    display: block;
  }

  .text-align-center.team-heading {
    margin-bottom: 60px;
  }

  .sign-up-form-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .error-massage.text-align-center.padding-top-ten {
    padding-top: 0;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .four-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-menu.pricing-menu-two.margin-auto.abstand {
    margin-bottom: 20px;
  }

  .pricing-options.business-plan {
    padding-right: 60px;
  }

  .pricing-options.business-plan.border-radius-six.abstand-morgan {
    padding-right: 20px;
  }

  .pricing-options.border-radius-six.abstand-morgan {
    padding: 20px;
  }

  .pricing-text {
    margin-right: 0;
  }

  .pricing-text.abstand-morgan {
    max-width: 100%;
  }

  .price.gr-sse {
    margin-bottom: -20px;
    padding-bottom: 0;
    font-size: 4rem;
    line-height: 4rem;
  }

  .paddin-top-twenty.text-pricing {
    width: 100%;
  }

  .blog-details-author-wrapper.margin-top-thirty.border-top-and-bottom {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .auto-fit {
    display: block;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .menu-line.top {
    height: 1px;
  }

  .padding-top-onerem.mobile {
    padding-top: 0;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-right {
    align-items: flex-start;
  }

  .padding-five-percent {
    padding-top: 0%;
  }

  .nav-text-three {
    font-size: 1.8rem;
  }

  .menu-item-arrow {
    width: 25px;
    height: 15px;
  }

  .nav-overflow-hidden.nav-link-margin {
    margin-bottom: 2.5vw;
  }

  .nav-menu-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-social-text {
    font-size: 1rem;
  }

  .footer-info-text.address-block-navbar {
    max-width: 300px;
    font-size: 1.2rem;
  }

  .result-box-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .glow-background.abstand.abstand2 {
    padding-bottom: 40px;
  }

  .glow-background.abstand.abstand-unten {
    background-position: 50% 0, 20% 20%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .about-two-glow-two.abstand-werdegang {
    margin-top: 20px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .documentation-block-main {
    display: block;
  }

  .footer-paragraph-max-width.padding-bottom-ten.body-small-text.einzug {
    text-align: left;
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .service-background-glow.rauschen {
    margin-bottom: 20px;
  }

  .footer-one-main-wrapper {
    grid-template-columns: 1fr;
  }

  .home-one-cta-top-section.margin-bottom-eighty {
    margin-bottom: 40px;
  }

  .cta-box.breite {
    max-width: 50%;
  }

  .figma-main-wrapper {
    padding: 40px;
  }

  .figma-right-block {
    flex-flow: column;
  }

  .ecommerce-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .ecommerece-main-wrapper {
    grid-row-gap: 20px;
  }

  .pricing-two-heading, .pricing-two-heading.abstand {
    padding-bottom: 0;
  }

  .pricing-grid-contain.pricing-bottom {
    justify-items: center;
    margin-top: 0;
    display: block;
  }

  .comparison-plan-pricing-wrapper {
    margin-bottom: 1rem;
  }

  .pricing-two-heading-text {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .pricing-two-heading-text.titel-tabelle {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .licencing-image-block {
    flex-wrap: wrap;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-content-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .display-examples {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .style-items-grid {
    grid-row-gap: 25px;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .team-details-banner-left {
    padding-left: 0;
  }

  .team-details-banner-block {
    height: 100%;
    padding-top: 0;
    display: block;
  }

  .container-one {
    height: auto;
  }

  .team-details-person-banner-img {
    height: auto;
    position: static;
  }

  .white-paragraph.team-details-padding {
    width: 100%;
  }

  .team-details-hero-section {
    height: 100%;
    margin-bottom: 0;
    padding-top: 80px;
  }

  .team-details-nane-block {
    border-left-style: none;
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
  }

  .service-hero-banner-2 {
    padding-top: 140px;
  }

  .contect-one-main-wrapper-2 {
    grid-row-gap: 60px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-hero-2 {
    padding-bottom: 60px;
  }

  .rt-hero-v1-heading-wrap {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    padding-bottom: 1.6rem;
  }

  .rt-hero-v1-card-image {
    width: 50%;
    display: none;
  }

  .rt-hero-v1 {
    padding-top: 8.7rem;
    padding-bottom: 6.25rem;
  }

  .rt-hero-v1-card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-hero-v1-content-main {
    margin-bottom: 30px;
  }

  .services_component {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .services_items {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .grid-services {
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-services.direction {
    flex-flow: column-reverse;
  }

  .container-2.service {
    border-radius: 48px;
    height: auto;
    max-height: none;
  }

  .img-service {
    height: 410px;
  }

  .text-large-regular.service-desc {
    font-size: 14px;
  }

  .service-text-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .split-content.left-service {
    max-height: 100%;
    padding-top: 32px;
  }

  .line-container, .line-container.white, .div-block-4 {
    display: none;
  }

  .warning-message {
    display: block;
  }

  .section-2 {
    align-items: center;
    height: 75%;
  }

  .progress-4 {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .button-5 {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-8 {
    text-align: center;
    font-size: 12px;
  }

  .content-wrapper {
    overflow: visible;
  }

  .tip-control__name-2 {
    justify-content: space-between;
  }

  .warning-message-wrapper {
    display: none;
  }

  .col._3-col.last {
    width: 50%;
    margin-bottom: 16px;
  }

  .col._3-col.middle {
    margin-bottom: 16px;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }

  .button-wrapper-2 {
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .button-l-2 {
    order: 1;
    margin-bottom: 0;
  }

  .container-3 {
    flex: 1;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-3.footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .tip-control-2 {
    flex: 1;
    justify-content: space-between;
  }

  .logo-2 {
    margin-right: 0;
  }

  .logo-2.main {
    margin-bottom: 16px;
    display: none;
  }

  .logo-2.mobile {
    display: block;
  }

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

  .heading-4 {
    margin-bottom: 0;
  }

  .heading-5 {
    margin-top: 60px;
    margin-bottom: -2rem;
  }

  .lead-form_option2-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .lead-form_option1-svg {
    width: 3rem;
    height: 3rem;
  }

  .if-lib-rangeslider_display-value {
    font-size: 1rem;
  }

  .lead-form_option1-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .lead-form_option1-label {
    font-size: 1rem;
  }

  .lead-form_title {
    font-size: 2rem;
  }

  .lead-form_subtitle, .lead-form_option2-label, .lead-form_input {
    font-size: 1rem;
  }

  .lead-form_option1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .bold-text-7 {
    width: 100%;
    display: block;
  }

  .nav_logo.mobile-logo.w--current {
    display: none;
  }

  .nav_link {
    display: block;
  }

  .nav_link.dropdown {
    display: none;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .fs-cc-banner_buttons-wrapper {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .fs-cc-prefs_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-cc-prefs_title {
    font-size: 28px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 12px;
  }

  .fs-cc-prefs_space-medium {
    white-space: normal;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-8 {
    display: none;
  }

  .heading-26 {
    margin-bottom: 0;
  }

  .blogbeitrag {
    padding-right: 15px;
  }

  .blogbeitrag h3 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .blogbeitrag h4 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .sticky-top._24px-top.static---mbl {
    position: static;
  }

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

  .grid-2-columns.about-post {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._400px---mbl.breite, .inner-container._332px._100---tablet.width-100 {
    max-width: 100%;
  }

  .container-default {
    padding-right: 0;
  }

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

  .display-4.mg-bottom-18px {
    font-size: 46px;
    line-height: 1.167em;
  }

  .rich-text-v1 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .blog-card-image-wrapper.popular-posts-picture {
    border-radius: 13px;
    height: 80px;
  }

  .blog-card-wrapper.popular-posts-card {
    grid-template-columns: minmax(80px, 80px) 1fr;
    align-items: center;
  }

  .card-title.heading-h5-size.mg-bottom-8px {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .button-with-icon-black-copy {
    width: auto;
    display: none;
  }

  .base-container {
    padding-bottom: 20px;
  }

  .base-container.leistungen-details-tablet {
    padding-top: 20px;
  }

  .subtitle-wrap-details {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .customer-services {
    text-align: left;
    width: 100%;
  }

  .customer-services.suchmaschinenoptimierung-h-ufig-gestellte-fragen {
    font-size: 40px;
  }

  .base-container-10 {
    margin-top: 40px;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-faq-wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .social-links-wrapper {
    display: none;
  }

  .text-block {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .next-cloud {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-image {
    min-height: 602px;
  }

  .hero-text-wrapper {
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 10px;
  }

  .no-margin {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .no-margin.padding-bottom-twenty {
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .no-margin.padding-bottom-twenty.schreift-breite {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .no-margin.text-align-center {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .no-margin.text-align-center.morgan-h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .no-margin.team-member-name {
    line-height: 2.8rem;
  }

  .no-margin.abstand-unten {
    margin-bottom: 20px;
  }

  .no-margin.h1-mobile {
    line-height: 2.8rem;
  }

  .no-margin.h2 {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .no-margin.abstand-unten2 {
    margin-bottom: 0;
  }

  .mask-animated-link {
    font-size: 1.2rem;
  }

  .animate-to-top {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .brand-icon-block.home-page-one {
    left: 0;
  }

  .description.margin-bottom-twenty {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .description.margin-zero.abstand-0 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .description.max-width-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-title-block.margin-auto.text-align-center.abstand {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.breite.h-he {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    min-width: 100%;
    display: block;
  }

  .heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.abstand-unten {
    margin-bottom: 20px;
  }

  .heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change.abstand {
    margin-bottom: 0;
  }

  .heading-two.text-color-white.pricing.preis-morgan {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .heading-two.text-color-white.pricing.preis-morgan.mwst {
    margin-top: 0;
  }

  .brand-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-section.abstand-unten {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .brand-image {
    height: 150px;
  }

  .heading-three.titel {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .more-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .brand-hover.abstand-oben {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-hover.klasse-seite {
    margin-right: 0;
  }

  .brand-image-block {
    width: 30%;
    right: 15px;
  }

  .overflow-hidden {
    line-height: 0;
  }

  .overflow-hidden._100 {
    min-width: 100%;
  }

  .button-link.button-two {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-link.button-two.background-color-change.button-padding-change {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-link.button-two.buton-gr-sse {
    width: 260px;
  }

  .button-link.figma-button.gr-sse {
    align-self: center;
  }

  .creative.abstand {
    padding-top: 10px;
  }

  .heading-six {
    font-size: 1.4rem;
  }

  .heading-six.text-color-white {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .heading-six.text-color-white.margin-bottom-ten {
    margin-left: 0;
  }

  .heading-six.text-color-white.text-align-center.fett {
    text-align: center;
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .heading-six.text-color-white.text-align-center.fett.titel-tablet {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .heading-six.text-color-white.einzug-links {
    align-self: center;
    margin-left: 0;
  }

  .heading-six.text-color-white.abstand-links {
    margin-left: 8px;
  }

  .heading-six.formatierung {
    line-height: 2.25rem;
  }

  .main-block {
    grid-row-gap: 20px;
  }

  .main-block.project-block {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    background-size: 25%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .main-block.project-block.einzug {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-block.interest-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-block.interest-block.pricing-one-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-block.interest-block.is-background.is-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-block.sticky.flex-align-change.absand-untne {
    margin-bottom: 20px;
  }

  .main-block.einzug {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-box, .flex-box.margin-bottom-thirty-four {
    flex-flow: row;
  }

  .creative-image-block.full-width-image.no-radius {
    display: none;
  }

  .creative-flex.justify-start.home-creative.no-background.row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .creative-flex.justify-start.home-creative.shine {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .case-details-container {
    padding-left: 0;
    padding-right: 0;
  }

  .solution-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .solution-flex-checkbox-block {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-color-white.schrift {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .text-color-white.adp-blog-titel {
    margin-top: 10px;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .tab-container-two.design-page-caption {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-four.text-color-white {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-four.text-color-white.margin-bottom-ten {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .heading-four.no-margin.abstand {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .tab-container-one.design-page-caption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-flex.ausblenden, .project-flex.mobile-auslbenden {
    display: none;
  }

  .project-image-block.padding-bottom-twenty-two {
    padding-bottom: 0;
  }

  .project-icons-shape.margin-auto {
    width: 80px;
    height: 80px;
  }

  .project.punkt {
    background-image: url('../images/Polygon-15.svg'), url('../images/project-glow-two.webp'), url('../images/circle-stroke-texture.webp');
    background-position: 10% 0, 1%, 2% 7%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 35px, auto, 569px 569px;
    padding-bottom: 20px;
  }

  .project.punkt.abstand.einzug {
    background-image: url('../images/Subtract.svg'), url('../images/circle-stroke-texture.webp');
    background-position: 5% 5%, 2% 7%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 569px 569px;
    margin-top: 0;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .project.punkt.abstand.abstand-oben {
    margin-top: 40px;
  }

  .project.punkt.abstand-unten {
    padding-bottom: 0;
  }

  .project-col.text-center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    display: flex;
  }

  .project-col.text-center.ausblenden-mobile {
    display: none;
  }

  .victory-sign-background.emoji {
    background-size: 2.25rem;
    padding-right: 34px;
  }

  .contact-link.font-size-change {
    font-size: 1.8rem;
  }

  .email-link {
    line-height: 2.25rem;
  }

  .progress-bar {
    display: none;
  }

  .slider__image-cover {
    display: block;
  }

  .hero-slider.h-he {
    flex-flow: wrap;
    display: flex;
  }

  .slide__wrapper {
    flex-flow: column;
    display: block;
  }

  .team.home-one-team-section.abstand {
    flex-flow: row;
    display: none;
  }

  .container-width-thirteen-hundred {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .style-text {
    align-self: flex-start;
  }

  .style-text.einzug-mitte {
    align-self: center;
  }

  .product-design-count {
    padding-top: 0;
    font-size: 4.2rem;
    line-height: 3.4rem;
  }

  .product-design-count.portfolio-header-text {
    font-size: 7.1rem;
    line-height: .6rem;
  }

  .product-design-count.portfolio-header-text.schriftgr-sse {
    padding-top: 20px;
    font-size: 4.2rem;
    line-height: 3.4rem;
  }

  .home-one-clients {
    width: 600%;
  }

  .heading-text.abstand-oben {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-text.abstand-mobile-oben {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-video {
    padding-left: .5em;
    padding-right: .5em;
  }

  .container-video.abstand-mobile {
    padding: 20px .25em;
  }

  .section-scroll-animation {
    background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
    background-position: 100% 100%, 12% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 47%, 100%;
  }

  .section-scroll-animation.abstand {
    background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
    background-position: 100% 100%, 12% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 47%, 150%;
    padding-bottom: 0;
  }

  .text-center.text-color-white.team-heading {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .result-section {
    background-image: none;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .result-section.schatten {
    background-image: url('../images/project-glow-two.webp');
    background-position: 5% 22%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .result-section.schatten.abstand-40 {
    padding-bottom: 30px;
  }

  .result-section.schatten.abstand-unten-einzug {
    padding-top: 30px;
  }

  .result-section.schatten.abstand-unten-einzug.morgan-einzug {
    background-image: url('../images/project-glow-two.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .result-main-wrapper {
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .result-heading-wrapper.team-two-heading.einzug-links {
    margin-left: 0;
  }

  .result-heading-wrapper.margin-auto.margin-bottom-sixty {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .result-heading-wrapper.einzug-links {
    align-self: flex-start;
    margin-left: 15px;
    display: block;
  }

  .span-background {
    background-image: url('../images/pic.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 1.8rem;
    padding-left: 0;
    padding-right: 36px;
  }

  .nextcloud-logo-home-two {
    width: 105px;
  }

  .result-box-content {
    grid-row-gap: 12px;
    flex-flow: column;
    margin: 16px 10px;
    display: flex;
  }

  .arrow-link.fifty-px {
    align-self: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: none;
  }

  .arrow-link.porftolio-link-arrow {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: none;
  }

  .marquee-text.abstand {
    margin-top: 40px;
  }

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
    max-height: 50vh;
    padding-top: 0;
    padding-right: 15px;
  }

  .page-link {
    width: 30px;
    height: 30px;
  }

  .check {
    min-width: 20px;
  }

  .page-number {
    font-size: .7rem;
    line-height: 1rem;
  }

  .side-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-study-teaser {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .our-service {
    background-image: url('../images/purple-glow.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .our-service.abstand {
    padding-top: 20px;
  }

  .service-details-grid.dot-hintergrund {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .services.border-radius-ten {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 25px;
    padding-right: 25px;
  }

  .services.border-radius-ten.h-he {
    justify-content: space-between;
    align-items: stretch;
    padding: 16px 10px;
  }

  .service-content-wrapper.abstand {
    grid-row-gap: 10px;
  }

  .service-heading {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-heading.breite {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .body-font.text-color-white.tags-blog {
    font-size: 1.2rem;
  }

  .body-font.error-font {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .team-one-extended-container.abstand {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-one-block.abstand {
    margin-top: 10px;
  }

  .hero-project-container.abstand {
    margin-bottom: 0;
  }

  .hero-project-holder.one.abstand, .hero-project-holder.two.abstand, .hero-project-holder.three.abstand, .hero-project-holder.four.astand {
    margin-bottom: 20px;
  }

  .hero-project-hover-holder {
    width: 200px;
    height: 200px;
    top: 30%;
  }

  .hero-project-hover-holder.one {
    top: 30%;
  }

  .hero-project-hover-holder.two {
    width: 200px;
    height: 200px;
    top: 30%;
  }

  .hero-project-hover-holder.three {
    top: 30%;
  }

  .hero-project-hover-holder.four {
    width: 200px;
    height: 200px;
    top: 30%;
  }

  .service-process-step {
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: block;
  }

  .service-process-step.team-two-no-border {
    display: none;
  }

  .service-process-step.team-two {
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: block;
  }

  .team-two-process-block-right {
    margin-top: 0;
  }

  .team-two-step-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .team-two-step-section.abstand {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .team-two-step-section.abstand-20 {
    padding-bottom: 0;
  }

  .service-step-number-block {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .service-step-process {
    display: none;
  }

  .service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .home-three-partners-section.abstand-unten {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .clients {
    width: 800%;
  }

  .mask {
    width: 94%;
  }

  .social-media-icon {
    min-width: 0;
  }

  .footer-two {
    background-position: 100%;
    background-size: 200%;
    padding-top: 20px;
  }

  .quick-links {
    grid-row-gap: 6px;
    flex-direction: column;
    min-width: 100%;
    display: flex;
  }

  .footer-link {
    font-weight: 600;
  }

  .footer-text {
    max-width: 100%;
  }

  .footer-two-main-wrapper {
    padding-bottom: 20px;
  }

  .footer-two-main-wrapper.footer-three {
    padding-left: 0;
    padding-right: 0;
  }

  .body-small-text.font-success, .body-small-text.decoration-none.margin-auto {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .body-small-text.decoration-none.margin-auto.tablet-beschreibung {
    line-height: 1.5rem;
  }

  .body-small-text.text-color-white {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .marquee-texts {
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .mrq-train-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .white-dot {
    padding-right: 0;
  }

  .thumb-background-text {
    background-size: 54px;
    padding-right: 66px;
  }

  .categories {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .service-card-max-width {
    padding-top: 20px;
  }

  .button-wrapper.margin-top-hundred {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .button-wrapper.margin-top-hundred.einzug-cta {
    margin-top: 20px;
  }

  .margin-bottom-thirty.portfolio-two-card.overflow-hidden.border-radius-six {
    margin-bottom: 20px;
  }

  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: flex-start;
  }

  .stretching-vdo-img-block.contact-two-video {
    background-position: 50%;
  }

  .home-three-header-tab-menu {
    bottom: 2%;
  }

  .marquee-scroll-section.abstand {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .service-list {
    margin-bottom: 0;
  }

  .service-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-subtitle, .service-subtitle.gr-sse {
    align-self: center;
  }

  .section-overlap.abstan {
    padding-top: 20px;
  }

  .section-overlap.abstand-oben {
    padding-top: 0;
  }

  .overlap-container {
    margin-bottom: 10px;
  }

  .sticky.tab-sticky-off {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .sticky.tab-sticky-off.abstand-oben {
    margin-top: 40px;
  }

  .tab-wrapper {
    align-items: flex-start;
  }

  .accordian-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .accordian-description-content {
    grid-row-gap: 20px;
  }

  .banne-heading-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .progress-bar-main-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .progress-bar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .progress-text-content {
    text-align: center;
  }

  .heading-five {
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .heading-five.text-color-white.margin-bottom-twenty {
    margin-bottom: 10px;
  }

  .heading-five.faq-titel-einzug {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .no-margin-bottom {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .home-two-counter-box {
    height: 100%;
    margin-bottom: 10px;
  }

  .counter-text-block {
    padding-top: 0;
  }

  .counter-number {
    height: 40px;
  }

  .counter {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .counter-main-wrapper {
    align-self: center;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .sticky-circle-block {
    justify-content: center;
    align-items: center;
  }

  .outline-circle-wrapper {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .product-hero-grid-left {
    grid-template-columns: 1fr;
  }

  .autofit.border-radius-six {
    vertical-align: baseline;
    display: block;
  }

  .image-animation-container.margin-top-eighty, .image-animation-container.margin-top-eighty.abstand-oben {
    margin-top: 20px;
  }

  .team-one-member-heading-block.pricing-one-faq-heading-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .portfolio-two-tab-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .portfolio-two-tab-link {
    width: 100%;
    margin-bottom: .5rem;
  }

  .contact-one-place-name.heading-one.padding-twenty {
    font-size: 3.3rem;
    line-height: 5rem;
  }

  .home-three-awards-main-section.ein-abstand {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .award-block-paragraph {
    margin-bottom: .25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .home-three-awards-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .awards-arrow-block {
    display: none;
  }

  .posibilities-section {
    padding-top: 40px;
  }

  .posibilities-section.abstand-oben {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .posibilities-section.abstand {
    padding-top: 10px;
  }

  .posibilities-main-wrapper.sticky.background-purple-glow.tab-sticky-off {
    grid-row-gap: 20px;
    background-image: none;
    margin-bottom: 40px;
  }

  .posibilities-main-wrapper.sticky.background-purple-glow.tab-sticky-off.abstand-unten {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
  }

  .min-width-four-hundred {
    min-width: auto;
  }

  .about-two-service-main-wrapper.sticky.body-background-color.blue-glow-background {
    grid-row-gap: 20px;
  }

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

  .default-container.gr-sse {
    max-width: 100%;
  }

  .service-hero-banner.overflow-hidden {
    padding-top: 40px;
  }

  .service-hero-banner.overflow-hidden.morgan {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: 110%, 0%;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .padding-bottom-ten {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .padding-bottom-ten.solutions-max-width.abstand-oben {
    margin-top: 0;
  }

  .padding-bottom-ten.abstand {
    margin-bottom: 0;
  }

  .service-page-solutions-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .service-page-solutions-section.abstand {
    padding-bottom: 0;
  }

  .service-page-solutions-section.einzug-oben {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .service-page-solutions-section.abstand-20 {
    padding-bottom: 20px;
  }

  .service-page-solutions-section.abstand-unten {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .solutions-text-wrapper {
    padding-bottom: 0;
  }

  .padding-bottom-twenty-two.solutions-max-width {
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .solutions-wrapper {
    grid-row-gap: 26px;
  }

  .our-services.farbe {
    background-image: url('../images/creative-glow.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 10px;
  }

  .service-block {
    align-items: flex-start;
  }

  .service-hero-heading-wrapper {
    display: none;
  }

  .service-hero-heading-wrapper.morgan {
    display: block;
  }

  .creating-two-hero-container {
    overflow: visible;
  }

  .creating-two-hero-section.abstand-unten {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .creating-two-hero-image-block {
    width: 100%;
  }

  .creating-two-hero-holder {
    display: block;
  }

  .creating-two-hero-main {
    flex-flow: column;
  }

  .creating-two-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .creating-two-work {
    padding-bottom: 20px;
  }

  .creating-two-work.abstand {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .creating-two-work.abstand-2 {
    padding-top: 20px;
  }

  .creating-two-work.abstand-3, .creating-two-work.aabstand-mobile {
    padding-bottom: 0;
  }

  .portfolio-heading.overflow-hidden {
    margin-top: -20px;
  }

  .portfolio-heading-block.margin-bottom-fifty {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .portfolio-heading-block.margin-bottom-fifty.abstand-unten, .portfolio-heading-block.margin-bottom-fifty.abstand-unten-2 {
    margin-bottom: 0;
  }

  .team-two-banner-hero-section {
    padding-top: 40px;
  }

  .team-two-banner-hero-section.abstand {
    padding-bottom: 20px;
  }

  .team-two-banner-hero-section.blog-titel-und-bild {
    background-position: 50% 95%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .team-two-banner-hero-section.blog-rich-text {
    background-image: url('../images/blue-glow.webp'), url('../images/project-stroke.svg'), url('../images/creative-glow.webp');
    background-position: 200px 100px, 90% 80%, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 20%, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .portfolio-three-item-two {
    padding-top: 0;
  }

  .portfolio-three-first-col-item {
    display: block;
  }

  .portfolio-three-first-col-item.four {
    padding-bottom: 2rem;
  }

  .portfolio-three-first-col-item.three {
    margin-top: 0;
  }

  .empty-blocks {
    display: none;
  }

  .portfolio-three-container {
    margin-top: 20px;
  }

  .about-one-portfolio-heading-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-circle {
    display: none;
  }

  .contact-form-one-section.abstand-morgan {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .contect-one-main-wrapper.zierde {
    grid-row-gap: 20px;
  }

  .contact-paragraph.schriftbreite {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .form-element-wrapper.form-breite {
    width: 100%;
  }

  .flex-gap-thirty.margin-bottom-ten {
    flex-direction: column;
  }

  .contact-hero-block.abstand, .heading-one-block.padding-bottom-sixty-five.max-width-eight-twenty.abstand-unten {
    padding-bottom: 0;
  }

  .contact-hero {
    padding-top: 40px;
  }

  .contact-hero.abstand-unten {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .details-block-inner {
    line-height: 2.25rem;
  }

  .contact-form-two {
    padding: 20px;
  }

  .contact-two-form-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: block;
  }

  .form-two-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .contact-form-two-main-wrapper {
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
  }

  .flex-gap-fifteen.flex-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-text-content.abstand {
    padding-top: 0;
    display: none;
  }

  .portfolio-two-hero-section.abstand {
    padding-top: 40px;
  }

  .margin-bottom-twenty {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .margin-bottom-twenty.schrift-haupt {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .our-portfolio.abstand-oben {
    margin-top: 20px;
  }

  .our-portfolio.abstand-oben-2 {
    margin-top: 0;
  }

  .pricing-plan-table {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .accodian-number-block {
    display: none;
  }

  .pricing-one-block.padding-top-ten.abstand {
    padding-top: 0;
  }

  .pricing-two-hero-section.abstand {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .pricing-two-second-section.abstand {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-align-center {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .text-align-center.padding-top-bottom-thirty.pricing-two-max-width.margin-auto.schrift {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-align-center.results-header {
    max-width: 669%;
    margin-bottom: 0;
  }

  .text-align-center.results-header.morgan {
    align-self: flex-start;
  }

  .text-align-center.home-two-heading-max-width {
    max-width: 838rem;
    font-size: 2.5rem;
    line-height: 2.8rem;
    display: block;
  }

  .text-align-center.home-two-heading-max-width.anzeigen {
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .text-align-center.home-two-heading-max-width.abstand-mobile {
    margin-top: 0;
  }

  .text-align-center.team-heading.breite {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-align-center.abstand {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .sign-up-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .error-massage.text-align-center.padding-top-ten {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .four-column-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-details-main-wrapper.border-radius-six {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-menu.pricing-menu-two.margin-auto.abstand {
    width: 50%;
    margin-bottom: 20px;
  }

  .price-tab.tab-business {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .price-tab.tab-business.w--current {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }

  .price-tab.tab-privat {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .price-tab.tab-privat.w--current {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-options {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-options.business-plan.border-radius-six.abstand-morgan {
    background-image: linear-gradient(135deg, var(--deep-pink), #7752e0);
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
  }

  .pricing-options.border-radius-six.abstand-morgan {
    margin-bottom: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-arrow.pfeil-abstand {
    margin-top: 20px;
  }

  .pricing-text.abstand-morgan {
    max-width: 100%;
  }

  .price.gr-sse {
    margin-bottom: -15px;
    padding-bottom: 0;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .paddin-top-twenty.text-pricing {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .pricing-list-heading.text-align-center.margin-auto.abstand {
    padding-left: 0;
  }

  .blog-hero-main-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .blog-info-wrapper {
    position: static;
  }

  .blog-details-main-wrapper {
    background-image: url('../images/dotted_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .blog-cta.border-radius-six.margin-top-bottom-thirty {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
  }

  .author.margin-bottom-twenty-five {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .auto-fit.logo-abstand {
    padding: 25px 5px;
  }

  .phone {
    line-height: 2.25rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-trigger {
    width: 40px;
  }

  .result-boxes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .result-boxes.moving-box-two {
    display: none;
  }

  .result-box-wrapper {
    display: flex;
  }

  .padding-right-ten {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .padding-right-ten.faq-text {
    text-align: left;
  }

  .footer-content-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .creative-text {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .creaative-flex-heading.margin-bottom-twenty {
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: flex-start;
  }

  .vertical-marquee-text {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: block;
  }

  .creative-paragraph-max-width {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .glow-background.abstand {
    background-image: url('../images/purple-glow.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
  }

  .glow-background.abstand.abstand2, .glow-background.abstand.abstand-unten {
    padding-bottom: 0;
  }

  .about-two-glow-two.abstand-werdegang {
    margin-top: 20px;
  }

  .footer-paragraph-max-width.padding-bottom-ten.body-small-text, .footer-paragraph-max-width.padding-bottom-ten.body-small-text.einzug {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .portfolio-two-overlay {
    background-image: linear-gradient(#0000 61%, #7348dc 93%);
  }

  .service-background-glow.rauschen {
    margin-bottom: 40px;
  }

  .home-one-cta-section {
    padding-top: 40px;
  }

  .home-one-cta-section.bild {
    background-position: 30% 0;
  }

  .home-one-cta-top-section.margin-bottom-eighty {
    margin-bottom: 20px;
  }

  .home-one-cta-paragraph.breite {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .home-one-cta-bottom-section {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-box {
    max-width: none;
  }

  .cta-box.cta-box-two.breite.rundungen {
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .cta-box.breite {
    border-top-right-radius: 6px;
    max-width: 100%;
    padding-top: 20px;
  }

  .cta-heading {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .landing-homepage-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-main-wrapper {
    padding: 20px;
  }

  .figma-right-block {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .figma-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .ecommerce-section {
    background-image: url('../images/purple-glow.webp');
    background-position: 86%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .ecommerce-section.abstand-mobile {
    padding-top: 40px;
  }

  .ecommerece-main-wrapper {
    grid-row-gap: 0px;
  }

  .padding-top-bottom-twenty.ecommerce-paragraph.gr-sse {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .pricing-two-comparison-plan.container {
    padding-top: .25rem;
    padding-bottom: .75rem;
  }

  .pricing-two-heading {
    padding-bottom: 0;
  }

  .pricing-two-heading.abstand {
    padding-bottom: .25rem;
  }

  .pricing-two-heading-text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .pricing-two-heading-text.pricing-two-content-heading.body-font {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .pricing-two-heading-text.titel-tabelle {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .licencing-image-block {
    grid-row-gap: 30px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .buttons-display-grid {
    grid-template-columns: auto;
  }

  .style-type-heading-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .styles-types-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-button-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

  .style-guide-heading-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-paragraph.team-details-padding {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .team-details-hero-section {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .team-details-nane-block {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .logo-wrapper.ver-nderung {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .our-service-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .portfolio-two-tab-link-2 {
    width: 100%;
    margin-bottom: .5rem;
  }

  .result-section-2 {
    background-image: none;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .service-step-process-2 {
    display: none;
  }

  .service-process-step-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .service-process-step-3.team-two {
    display: block;
  }

  .service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .vertical-marquee-text-2 {
    padding-right: 0;
  }

  .tab-wrapper-2 {
    align-items: flex-start;
  }

  .cta-box-2 {
    max-width: none;
  }

  .cta-box-2.is-background-two {
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .cta-box-2.is-background {
    border-top-right-radius: 6px;
  }

  .footer-content-wrapper-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-polygon-wrapper.rt-desktop-text-center {
    width: 102px;
  }

  .rt-hero-v1-card-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .services_items {
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    padding: 48px 16px;
  }

  .container-2.service {
    border-radius: 48px;
  }

  .img-service {
    order: -1;
    height: 270px;
  }

  .text-large-regular.service-desc {
    font-size: 14px;
  }

  .service-text-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .split-content.left-service {
    padding-bottom: 2rem;
  }

  .weiterer-tect {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .weiterer-tect.einzug {
    text-align: left;
    max-width: 100%;
  }

  .div-block-4 {
    min-height: 145px;
    display: none;
  }

  .text-block-7 {
    width: 100%;
  }

  .section-2 {
    align-items: center;
    height: 75%;
    overflow: auto;
  }

  .paragraph-3 {
    text-align: center;
    padding-right: 0;
  }

  ._wf-tips-link-2 {
    display: none;
  }

  .progress-4 {
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .button-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .text-block-8 {
    line-height: 1.5;
  }

  .content-wrapper {
    align-items: center;
  }

  .tip-control__name-2 {
    justify-content: center;
    margin-bottom: 0;
  }

  .warning-message-wrapper {
    display: none;
  }

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

  .col {
    text-align: center;
    width: 100%;
  }

  .col._3-col {
    flex-direction: column-reverse;
  }

  .col._3-col.last {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .col._3-col.middle {
    flex-direction: row-reverse;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .button-wrapper-2 {
    flex: 0 auto;
    justify-content: space-around;
    align-self: stretch;
    display: flex;
  }

  .button-l-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 200px;
  }

  .container-3.footer {
    border-top-style: none;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .ribbon-container {
    width: 160px;
  }

  .award-number {
    letter-spacing: -.2rem;
    font-size: 4.5rem;
  }

  .bg-circle {
    width: 300px;
    height: 300px;
    display: block;
    inset: 0%;
  }

  .tip-control-2 {
    align-items: center;
    display: flex;
  }

  .medal-container {
    border-width: 1.5rem;
    width: 240px;
    height: 240px;
  }

  .logo-2 {
    text-align: left;
    align-self: auto;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo-2.main {
    display: none;
  }

  .logo-2.mobile {
    float: none;
    clear: none;
    display: block;
  }

  .text-block-10 {
    width: 100%;
  }

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

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .image-100 {
    order: 0;
    align-self: center;
  }

  .image-101, .image-102, .image-103 {
    align-self: center;
  }

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

  .heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

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

  .paragraph-9, .paragraph-10, .paragraph-11 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-12 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-13, .paragraph-14 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .heading-3 {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .collection-list-wrapper, .collection-list-wrapper-2, .collection-list-wrapper-3 {
    display: none;
  }

  .code-embed-2 {
    display: block;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

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

  .heading-5 {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .lead-form_option2-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .lead-form_option1-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .lead-form_cols-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .lead-form_title {
    font-size: 1.5rem;
  }

  .lead-form_button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lead-form_glow-circle {
    width: 10rem;
    height: 10rem;
  }

  .lead-form_subtitle {
    font-size: .9375rem;
  }

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

  .bold-text-7 {
    font-size: 44px;
    display: block;
  }

  .image-107 {
    margin-right: 0;
  }

  .nav_logo.desktop-logo {
    display: none;
  }

  .nav_logo.mobile-logo {
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-top: 5px;
    margin-left: 0;
    padding-bottom: 8px;
    display: flex;
  }

  .nav_logo.mobile-logo.w--current {
    width: 180px;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .button_primary {
    display: none;
  }

  .button_primary.button-ausblenden {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    display: block;
  }

  .text-block-12 {
    display: none;
  }

  .nav_big {
    background-image: url('../images/project-glow-two.webp'), url('../images/blue-glow.webp'), url('../images/creative-glow.webp');
    background-position: 105%, 20% 10%, 20% 70%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: auto, auto, auto;
    margin-top: 0;
    padding-top: 61px;
    padding-bottom: 40px;
    display: none;
    top: 0;
    overflow: visible;
  }

  .nav_link {
    grid-column-gap: 4px;
    grid-row-gap: 16px;
    border-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .nav_link.dropdown {
    background-image: none;
    display: block;
  }

  .nav_link.dropdown:hover {
    background-color: #43415900;
  }

  .text-block-16 {
    display: none;
  }

  .nav_inner {
    grid-column-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

  .nav_row-link {
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: block;
  }

  .nav_row-link.w--current {
    line-height: 1.4rem;
  }

  .nav_row-link.ausblenden-desktop {
    font-size: 1.8rem;
    display: block;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .nav.menuleiste {
    flex-flow: row;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    inset: 0 0% auto;
    overflow: visible;
  }

  .nav_title {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.6rem;
    display: none;
  }

  .menu {
    width: 40px;
    height: 40px;
  }

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

  .image-108 {
    vertical-align: baseline;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-block-17 {
    display: none;
  }

  .grid_nav {
    grid-template-columns: 1fr;
    padding-top: 20px;
    overflow: hidden;
  }

  .paragraph-16, .paragraph-17 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .image-109 {
    line-height: 2.25px;
  }

  .paragraph-18 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_buttons-wrapper.cookie-banner-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow-wrap: normal;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .fs-cc-prefs_component {
    margin-top: 0;
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-prefs_title {
    text-align: left;
    font-size: 28px;
    line-height: 1em;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_component {
    padding-top: 10px;
    display: none;
  }

  .fs-cc-prefs_text, .fs-cc-banner_text {
    font-size: 14px;
  }

  .fs-cc-prefs_button {
    white-space: nowrap;
    word-break: normal;
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_space-medium {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .fs-cc-banner_container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-cc-prefs_label {
    font-size: 14px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_buttons-wrapper {
    justify-content: center;
  }

  .paragraph-20 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-21 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .div-block-8 {
    min-width: 100%;
    display: block;
  }

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

  .heading-25 {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

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

  .heading-26 {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .paragraph-24, .paragraph-25 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-26 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .heading-27 {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .image-110 {
    align-self: center;
  }

  .ausblenden-mobile, .collection-list-wrapper-6 {
    display: none;
  }

  .gr-sse {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .paragraph-27 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .div-block-11 {
    flex-flow: wrap;
  }

  .breadcrump.punkt, .breadcrump.weiss {
    line-height: 1.5rem;
  }

  .blogbeitrag {
    padding-left: 0;
  }

  .blogbeitrag p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .blogbeitrag h2 {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .blogbeitrag h3 {
    font-size: 1.4rem;
    line-height: 1.75rem;
  }

  .blogbeitrag h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .blogbeitrag h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .blogbeitrag h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .blogbeitrag ul {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .blogbeitrag ol {
    color: var(--body-font);
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .blogbeitrag li {
    margin-bottom: 10px;
    line-height: 1.5rem;
  }

  .grid-2-columns.about-post {
    grid-row-gap: 40px;
  }

  .grid-1-column.gap-row-24px {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    display: grid;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .container-default {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .display-4.mg-bottom-18px {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .rich-text-v1 {
    font-size: 22px;
    line-height: 1.3em;
  }

  .blog-card-wrapper.popular-posts-card {
    grid-column-gap: 12px;
  }

  .card-title.heading-h5-size.mg-bottom-8px {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .einleitungstext {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .icon-abstand {
    margin-right: 6px;
  }

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

  .accordion-item-faq-2 {
    margin-bottom: 12px;
    padding: 16px;
  }

  .accordion-item-faq-2.top-faq-item {
    padding-top: 0;
  }

  .icon-white {
    display: block;
  }

  .bold-text-35 {
    font-size: 22px;
    line-height: 1em;
  }

  .accordion-faq-list-content-2.leistungen-mobile-faq-text {
    font-size: 17px;
  }

  .button-with-icon-black-copy {
    grid-column-gap: 20px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .base-container {
    max-width: 100%;
    padding: 0 15px;
    display: block;
  }

  .base-container.leistungen-details-tablet {
    padding-top: 20px;
  }

  .accordion-title-faq-2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1em;
  }

  .button-text-white-copy {
    font-size: 18px;
  }

  .subtitle-wrap-details {
    grid-row-gap: 30px;
    align-items: center;
  }

  .subtitle-wrap-details.h-ufig-gestellte-fragen-team {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .customer-services {
    text-align: left;
    align-self: auto;
    width: 100%;
    font-size: 38px;
  }

  .customer-services.suchmaschinenoptimierung-h-ufig-gestellte-fragen {
    font-size: 38px;
  }

  .bold-text-40 {
    font-size: 22px;
    line-height: 100%;
  }

  .base-container-10 {
    margin-top: 0;
    padding-top: 10px;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-block {
    width: 100%;
  }

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

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

#w-node-_0f2014a9-97f6-fd23-495d-6764ad76339f-68fe645a, #w-node-_7b7d5f1f-2485-8806-d04a-ad42da8df44b-da8df448, #w-node-_7b7d5f1f-2485-8806-d04a-ad42da8df44d-da8df448, #w-node-_7b7d5f1f-2485-8806-d04a-ad42da8df459-da8df448, #w-node-_7b7d5f1f-2485-8806-d04a-ad42da8df465-da8df448, #w-node-_073c2047-b27e-0664-7c9c-fd531c75b01b-68fe6460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3a01141-000b-426a-87a5-2f9e3b67c7f3-68fe6464 {
  align-self: start;
}

#w-node-f3a01141-000b-426a-87a5-2f9e3b67c801-68fe6464, #w-node-_8038c473-617f-2df3-d8e3-84ed13cecdc3-68fe6464, #w-node-_8038c473-617f-2df3-d8e3-84ed13cecdcb-68fe6464, #w-node-_8038c473-617f-2df3-d8e3-84ed13cecdd4-68fe6464, #w-node-_8038c473-617f-2df3-d8e3-84ed13cecddc-68fe6464, #w-node-_8038c473-617f-2df3-d8e3-84ed13cecde4-68fe6464, #w-node-b2ee0a37-d27d-b264-2edf-288277aa5a7f-68fe6466, #w-node-b2ee0a37-d27d-b264-2edf-288277aa5a82-68fe6466, #w-node-_7aa42961-766b-8932-3654-7f034dcf4b2d-68fe6468, #w-node-_191b9044-104e-2457-71ff-8e3ab84a7714-b84a7711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a7718-b84a7711 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a771a-b84a7711 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a774b-b84a7711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a774f-b84a7711 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a7751-b84a7711 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a7786-b84a7711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a778a-b84a7711 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_191b9044-104e-2457-71ff-8e3ab84a778c-b84a7711 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-b6b940ce-912c-ee73-75c0-97e6b4efe176-68fe646b, #w-node-b6b940ce-912c-ee73-75c0-97e6b4efe17b-68fe646b, #w-node-b6b940ce-912c-ee73-75c0-97e6b4efe180-68fe646b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da8cb24-b78d-bf6c-c3bd-346121f538d8-68fe646e {
  grid-area: 2 / 9 / 8 / 12;
}

#w-node-_9da8cb24-b78d-bf6c-c3bd-346121f538d4-68fe646e {
  grid-area: 2 / 2 / 8 / 6;
}

#w-node-b3fc2a26-4df0-b320-2564-14032de28510-68fe6470 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b3fc2a26-4df0-b320-2564-14032de2851a-68fe6470, #w-node-b3fc2a26-4df0-b320-2564-14032de28537-68fe6470 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a8db492-7f18-0957-345e-35778b1fb6e1-68fe6474 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a8db492-7f18-0957-345e-35778b1fb6e2-68fe6474, #w-node-_5a8db492-7f18-0957-345e-35778b1fb6e3-68fe6474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06849d96-1696-336f-4e84-4b4900a3eefa-68fe6475 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_06849d96-1696-336f-4e84-4b4900a3eefc-68fe6475 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_3bf926b7-fed0-7393-74b5-4e2e17194354-17194350, #w-node-_3bf926b7-fed0-7393-74b5-4e2e1719435a-17194350, #w-node-_3bf926b7-fed0-7393-74b5-4e2e17194360-17194350, #w-node-_3bf926b7-fed0-7393-74b5-4e2e17194366-17194350, #w-node-_3bf926b7-fed0-7393-74b5-4e2e1719436c-17194350, #w-node-_3bf926b7-fed0-7393-74b5-4e2e17194372-17194350, #w-node-e16b547c-8c9a-6e7c-3dfe-28cc3bb6fbcc-68fe647b, #w-node-_710a86d4-374d-8ae3-fe4e-7f9035bf2668-68fe647b, #w-node-e024dda0-7d72-2d43-9ce4-e09a630c1f9f-68fe647b, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d3c-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d3f-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d42-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d4a-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d4c-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d4e-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d55-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d57-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d59-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d60-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d62-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d64-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d6b-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d6d-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d6f-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d76-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d78-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d7a-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d81-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d83-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d85-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d89-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d90-68fe647f, #w-node-fa012b6b-73fc-9f16-2b2c-57651b934d97-68fe647f, #w-node-_030a3f05-cabf-df0e-62ae-e6a76dc53f09-68fe6480, #w-node-_030a3f05-cabf-df0e-62ae-e6a76dc53f10-68fe6480, #w-node-_79d5ec93-2834-97d6-4e45-57c2bd25a03d-68fe6481, #w-node-_79d5ec93-2834-97d6-4e45-57c2bd25a044-68fe6481, #w-node-eb3c743b-55c7-5c12-e470-835beaeccefa-68fe6482, #w-node-c1790858-5ad8-2f1e-99ab-4c33e458c4a0-68fe6482, #w-node-bfea7c98-5a29-ec97-005b-ed3f8763b99e-68fe6482, #w-node-_41514b4b-e0b1-3f6c-5eb6-c1b69e489247-68fe6482, #w-node-_2043a197-b5f0-2c29-f036-0ac661fee4e6-68fe6482, #w-node-_511da037-f9d5-f7d5-59ea-4e60e6328d52-68fe6482, #w-node-cdc6834a-9d65-485a-5763-1fd88514cd98-68fe6484, #w-node-cdc6834a-9d65-485a-5763-1fd88514cd99-68fe6484, #w-node-cdc6834a-9d65-485a-5763-1fd88514cd9a-68fe6484, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86b49-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86b73-68fe6486, #w-node-_782a32c0-74aa-ce98-3b90-e8f3eb30d7a0-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86b8a-68fe6486, #w-node-d44054b6-5f89-5703-da84-aa4ce65d2ac8-68fe6486, #w-node-d44054b6-5f89-5703-da84-aa4ce65d2ac9-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bc2-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bc7-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bc8-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bd3-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bd4-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bdf-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86be0-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86beb-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bec-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bf7-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bf8-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c03-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c04-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c11-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c16-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c17-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c20-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c2c-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c3b-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c68-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c6d-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c6e-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c6f-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c70-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c71-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c72-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c73-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c74-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c75-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c76-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c77-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c78-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c79-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c7a-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c7c-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c7b-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c7d-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c7e-68fe6486, #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86c7f-68fe6486, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc384b-68fe64e7, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc3853-68fe64e7, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc385c-68fe64e7, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc3864-68fe64e7, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc386c-68fe64e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a3ed8d-1a66-36b2-1cc7-af033c1974d6-68fe64e9 {
  align-self: start;
}

#w-node-_80a3ed8d-1a66-36b2-1cc7-af033c1974e4-68fe64e9, #w-node-f2b9b9b5-afe1-41f8-c789-4f0c97b0a826-68fe64ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f1e0fa4-e671-2705-df15-dcf386c15ab7-68fe650b {
  grid-area: 2 / 9 / 8 / 12;
}

#w-node-_0f1e0fa4-e671-2705-df15-dcf386c15ac5-68fe650b {
  grid-area: 2 / 2 / 8 / 6;
}

#w-node-_0907f21c-6c95-8fea-a9d0-c0cb2dcfb8d5-68fe650d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0907f21c-6c95-8fea-a9d0-c0cb2dcfb8df-68fe650d, #w-node-_0907f21c-6c95-8fea-a9d0-c0cb2dcfb904-68fe650d, #w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55c1-68fe6512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55c5-68fe6512 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55c7-68fe6512 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55f8-68fe6512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55fc-68fe6512 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55fe-68fe6512 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce5625-68fe6512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce5629-68fe6512 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce562b-68fe6512 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-ad9fee3f-bb81-583d-08c4-639937a53f99-68fe652d, #w-node-ad9fee3f-bb81-583d-08c4-639937a53f9b-68fe652d, #w-node-ad9fee3f-bb81-583d-08c4-639937a53fa7-68fe652d, #w-node-ad9fee3f-bb81-583d-08c4-639937a53fb3-68fe652d, #w-node-_8842761e-1ad8-ab19-65fa-06312f377ae3-4fdb3ede, #w-node-_8842761e-1ad8-ab19-65fa-06312f377b02-4fdb3ede, #w-node-_8842761e-1ad8-ab19-65fa-06312f377b21-4fdb3ede, #w-node-fc899f38-f7be-4467-b98b-39ebd05432c5-4fdb3ede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd05432c9-4fdb3ede {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd05432cb-4fdb3ede {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd05432fc-4fdb3ede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd0543300-4fdb3ede {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd0543302-4fdb3ede {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd0543329-4fdb3ede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd054332d-4fdb3ede {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd054332f-4fdb3ede {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_76d26a78-3063-d900-63f3-a987bc072db6-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072db9-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072dc4-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072dc6-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072dcf-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072dd1-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072dda-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072ddc-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072de5-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072de7-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072df0-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072df2-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072dfb-a1c8a7ba, #w-node-_76d26a78-3063-d900-63f3-a987bc072dfd-a1c8a7ba, #w-node-fc899f38-f7be-4467-b98b-39ebd05432c5-a1c8a7ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd05432c9-a1c8a7ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd05432cb-a1c8a7ba {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd05432fc-a1c8a7ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd0543300-a1c8a7ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd0543302-a1c8a7ba {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd0543329-a1c8a7ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd054332d-a1c8a7ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc899f38-f7be-4467-b98b-39ebd054332f-a1c8a7ba {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-e16b547c-8c9a-6e7c-3dfe-28cc3bb6fbcc-4dc493c4, #w-node-_710a86d4-374d-8ae3-fe4e-7f9035bf2668-4dc493c4, #w-node-e024dda0-7d72-2d43-9ce4-e09a630c1f9f-4dc493c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06849d96-1696-336f-4e84-4b4900a3eefa-8cbda363 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_06849d96-1696-336f-4e84-4b4900a3eefc-8cbda363 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_24a1e24f-ba3a-c6a7-475c-0fcd65efcb05-63e0cc5e, #w-node-_24a1e24f-ba3a-c6a7-475c-0fcd65efcb24-63e0cc5e, #w-node-_24a1e24f-ba3a-c6a7-475c-0fcd65efcb43-63e0cc5e, #w-node-_32a4b52e-73a1-780e-ad03-7b5972fe580c-63e0cc5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe5810-63e0cc5e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe5812-63e0cc5e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe5840-63e0cc5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe5844-63e0cc5e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe5846-63e0cc5e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe5866-63e0cc5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe586a-63e0cc5e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32a4b52e-73a1-780e-ad03-7b5972fe586c-63e0cc5e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_8842761e-1ad8-ab19-65fa-06312f377ae3-6a68cbff, #w-node-_8842761e-1ad8-ab19-65fa-06312f377b02-6a68cbff, #w-node-_8842761e-1ad8-ab19-65fa-06312f377b21-6a68cbff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3fc2a26-4df0-b320-2564-14032de28510-2f505ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b3fc2a26-4df0-b320-2564-14032de2851a-2f505ec8, #w-node-b3fc2a26-4df0-b320-2564-14032de28537-2f505ec8, #w-node-_1d219bad-d7b6-d5fe-0fe9-f57015567b7e-2f505ec8, #w-node-_1d219bad-d7b6-d5fe-0fe9-f57015567b9d-2f505ec8, #w-node-_1d219bad-d7b6-d5fe-0fe9-f57015567bbc-2f505ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f601b16-5227-99b8-38b5-e694f57ee77f-4fa78638 {
  place-self: stretch end;
}

#w-node-_53f63125-2a65-3a70-7c2c-54eef6bea7e0-4fa78638 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_51509cec-4c49-e855-bdd4-22890e17e750-b6f969da {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8f601b16-5227-99b8-38b5-e694f57ee74b-4fa78638 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba94320a-11e9-93dc-271f-2f5fa2e86bd1-68fe6486 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1c8e03f-6664-a2a2-bb25-49b33a74e2a6-b6f969da {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3bf926b7-fed0-7393-74b5-4e2e17194378-17194350, #w-node-_8f601b16-5227-99b8-38b5-e694f57ee77f-4fa78638 {
    justify-self: center;
  }
}


