:root {
  --grey: #686b6b;
  --primary-dark: #ae794b;
  --primary: #6a452c;
  --white-smoke: #f6f7f9;
  --midnight-blue: #112437;
  --white: white;
  --light-slate-grey: #8596a6;
  --light-cyan: #a17c6d;
  --dark-orange: #ff7a01;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--grey);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--grey);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  list-style-type: disc;
  display: flex;
}

li {
  background-image: url('../images/list-bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
  padding-left: 22px;
  display: flex;
  position: relative;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 4px solid var(--primary);
  color: var(--primary-dark);
  max-width: 850px;
  margin: 25px auto;
  padding: 20px 20px 20px 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--white-smoke);
}

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.blue-background {
  background-color: var(--primary);
}

.section.landing-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-top-spacing {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.dark-bgr-home {
  background-color: var(--midnight-blue);
  padding-top: 140px;
}

.section.green-bgr {
  background-color: var(--primary);
  padding-bottom: 140px;
}

.section.green-bgr.dasdasda {
  padding-bottom: 140px;
}

.section.home-3 {
  flex-direction: row;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.blog-details {
  padding-top: 60px;
}

.section.spacing-bottom {
  padding-top: 0;
}

.section.sd {
  background-color: var(--white-smoke);
}

.section.jkl {
  display: none;
}

.base-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.justify {
  justify-content: center;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--white-smoke);
  border: 1px solid #11786533;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--light-slate-grey);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-cyan);
  border-radius: 10px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--dark-orange);
  border-radius: 10px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  border: 1px solid #687a774d;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 74px;
  flex-direction: row;
  justify-content: center;
  padding: 16px 30px;
  line-height: 1em;
  transition-property: all;
  display: flex;
}

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

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.orange {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition-property: none;
}

.primary-button.transparent-green {
  color: var(--primary);
  background-color: #0000;
  border-color: #687a7733;
  transition-property: none;
}

.primary-button.transparent {
  background-color: #0000;
  border-color: #fff3;
  transition-property: none;
}

.primary-button.white {
  border-color: var(--white);
  background-color: #fff3;
  transition: background-color .3s, border-color .3s;
}

.primary-button.white:hover {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
  color: var(--white);
}

.primary-button.add {
  justify-content: center;
  transition: all .3s;
}

.primary-button.margin {
  margin-top: 15px;
  line-height: 1.5em;
}

.primary-button.none-transition {
  transition-property: none;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-orange);
}

.nav-link.dark {
  color: var(--primary-dark);
}

.nav-link.dark:hover {
  color: var(--dark-orange);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #687a774d;
  border-radius: 10px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
  left: -223px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 550px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--dark-orange);
}

.nav-item-title.dark {
  color: var(--primary-dark);
}

.nav-item-title.dark:hover {
  color: var(--dark-orange);
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 500;
}

.license-link:hover {
  color: var(--primary);
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: var(--grey);
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

.text-center.mg-bottom-64px.dsdsdsd {
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  width: 100%;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  border-radius: 10px;
  box-shadow: 5px 0 20px #10182814;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
  overflow: hidden;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  opacity: .5;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 50px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  width: 100%;
  display: inline;
}

.footer-copyright-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f60, #ffda08);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 5px;
  text-decoration: none;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.team-card {
  border-radius: 10px;
  overflow: hidden;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 270px;
}

.team-card-content-wrapper {
  background-color: var(--white);
  padding: 10px 20px 20px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  background-color: #11786533;
  border: 1px solid #0000;
  border-radius: 70px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
}

.team-social-icon:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-large.margin.dsdassds {
  color: var(--white);
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-title-wrapper.centered {
  align-items: center;
}

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

.text-white.landing-heading {
  font-weight: 600;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.workflow-video-wrapper {
  border-radius: 10px;
  width: 50%;
  overflow: hidden;
}

.workflow-wrapper {
  margin-top: 50px;
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-video {
  background-image: url('../images/rectangle-16-1_1rectangle-16-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-quote {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-toggle.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.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 {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 20px;
}

.accordion-item {
  background-color: #11786533;
  border-radius: 10px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.accordion-item.mb {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-item.mb-last {
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-icon {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-wrap.mr {
  margin-right: 30px;
}

.accordion-list-content {
  color: var(--black);
  width: 90%;
  margin-top: 0;
}

.accordion-title {
  color: var(--black);
  align-items: center;
  display: flex;
}

.mb-30 {
  margin-bottom: 0;
}

.light-background {
  background-color: #f9f9fa;
}

.link-with-icon {
  display: flex;
}

.link-with-icon.orange {
  color: var(--dark-orange);
}

.link-with-icon.orange:hover {
  color: var(--primary);
}

.contacts-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.contacts-form-wrapper {
  background-color: var(--primary);
  border-radius: 10px;
  flex: none;
  padding: 30px 20px;
}

.contacts-detail {
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

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

.paragraph-no-margin.hover:hover {
  color: var(--dark-orange);
}

.contacts-textarea {
  color: var(--white);
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 30px;
  padding: 16px 18px;
}

.contacts-textarea:focus {
  color: var(--white);
  border: 1px solid #ffffff80;
  font-size: 18px;
}

.contacts-textarea::placeholder {
  color: var(--white);
  font-size: 18px;
}

.contacts-input {
  color: #ffffff80;
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  color: var(--white);
  border: 1px solid #ffffff80;
  font-size: 18px;
}

.contacts-input::placeholder {
  color: #fff;
  font-size: 18px;
}

.contacts-form-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.contacts-title {
  max-width: 470px;
}

.footer-link {
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-wrapper {
  border-bottom: 1px solid #687a774d;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.orange-hover {
  transition: color .3s;
}

.white-text.orange-hover:hover {
  color: var(--dark-orange);
}

.white-text.maxw {
  max-width: 370px;
  font-weight: 600;
}

.white-text.dark {
  color: var(--primary-dark);
}

.white-text.maxw-home-3 {
  max-width: 370px;
}

.white-text.bold {
  font-weight: 600;
}

.white-text.width {
  max-width: 450px;
}

.white-text.width.dsdsds.as {
  color: #fff;
}

.white-text.width.dsdsds.as.lo {
  text-align: left;
}

.white-text.width.dsgr {
  max-width: 600px;
}

.white-text.width.dsgr.dfdg {
  max-width: 625px;
}

.white-text.services {
  max-width: 550px;
}

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

.white-text.dsdsds, .white-text.dsds.kl {
  color: #fff;
  text-align: center;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--primary);
}

.search-input {
  color: var(--primary-dark);
  border: 1px solid #687a774d;
  border-radius: 74px;
  max-width: 500px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--grey);
}

.search-input::placeholder {
  font-size: 18px;
}

.search-input.maxw {
  max-width: 100%;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--primary-dark);
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1em;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #afafaf80;
  border-left: 1px solid #afafaf80;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  opacity: .5;
  text-align: center;
  border-bottom: 1px solid #afafaf80;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-title {
  text-transform: capitalize;
  margin-top: 20px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.service-details-content-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrap-one-column {
  grid-row-gap: 15px;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.accordion-wrap-one-column.rows {
  grid-row-gap: 0px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 30px;
  margin-top: 20px;
  display: flex;
}

.service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.service-list-item {
  border-radius: 10px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.service-list-2-item-image {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  position: relative;
}

.service-list-2-item-content {
  margin-top: 20px;
}

.service-list-2-title-wrapper {
  align-items: center;
  display: flex;
}

.service-list-2-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 25px;
  font-weight: 500;
}

.portfolio-tab-link.w--current {
  color: var(--primary);
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.portfolio-grid-collection-item {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-grid-title-wrapper {
  background-color: var(--primary);
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
}

.portfolio-grid-category {
  z-index: 2;
  color: var(--white);
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 6px 20px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.portfolio-grid-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-category {
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  color: var(--primary);
}

.project-template-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-template-info {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  display: grid;
}

.project-template-content-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-template-info-wrap {
  width: 100%;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.project-template-social-icons {
  margin-top: 10px;
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-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;
  width: 100%;
  height: 80vh;
  position: relative;
}

.project-pagination-wrapper {
  border-top: 1px solid #687a774d;
  border-bottom: 1px solid #687a774d;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #687a774d;
  border-right: 1px solid #687a774d;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

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

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  border-radius: 5px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  box-shadow: 0 0 30px #eef4f8;
}

.landing-inner-page-image-wrapper {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-column {
  width: 100%;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/frame-47_1frame-47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  color: var(--primary);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.navbar-absolute {
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

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

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

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.project-button-link {
  color: var(--primary-dark);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.rich-text-style h2 {
  margin-bottom: 15px;
  font-size: 42px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.mt {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
}

.link:hover {
  color: var(--primary);
}

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

.brand-tablet {
  display: none;
}

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

.brand.display {
  grid-column-gap: 12px;
  display: flex;
}

.heading-hover {
  color: var(--white);
  transition: color .3s;
}

.heading-hover:hover {
  color: var(--dark-orange);
}

.paragraph-gray-style-guide {
  background-color: var(--grey);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-link-block {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.shop-link-block.height {
  height: 200px;
}

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  color: var(--primary);
  font-weight: 500;
}

.shop-item-price.size {
  font-size: 20px;
}

.shop-item-link {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.shop-item-link:hover {
  color: var(--dark-orange);
}

.on-sale-tag {
  z-index: 999;
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: 15px 15px auto auto;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-price-wrapper {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.shop-price-wrapper.margin {
  margin-top: 0;
}

.shop-item-price-on-sale {
  color: var(--primary-dark);
  font-weight: 500;
  text-decoration: line-through;
}

.shop-item-price-on-sale.size {
  font-size: 20px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  max-width: 750px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-blog-classic {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper-blog-classic, .collection-list-wrapper-portfolio {
  width: 100%;
}

.bullet-span {
  background-color: var(--white);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
}

.bullet-span.green {
  background-color: var(--primary);
  flex: none;
}

.content-banner-wrapper {
  grid-column-gap: 30px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-banner-wrapper.centered {
  justify-content: center;
}

.left-banner-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.right-banner-block {
  background-image: url('../images/rectangle-2-1_1rectangle-2-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 570px;
  min-height: 650px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-cover.radius, .image-cover.services {
  border-radius: 10px;
}

.subtitle-block-top {
  background-color: #ffffff1a;
  border-radius: 70px;
  align-items: center;
  padding: 6px 20px;
  display: flex;
}

.subtitle-block-top.absolute {
  position: absolute;
  left: 35%;
}

.subtitle-block-top.green {
  background-color: #1178651a;
}

.block-schedule {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.block-schedule.margin-top {
  grid-row-gap: 20px;
  margin-top: 0;
}

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

.shedule-top-block {
  display: flex;
}

.number-shedule {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-bottom: 28px;
  padding-right: 23px;
  display: flex;
}

.column-shedule {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.column-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.column-block {
  background-color: var(--light-cyan);
  border-radius: 10px;
  width: 50px;
}

.column-block._01 {
  height: 80px;
}

.column-block._02 {
  height: 130px;
}

.column-block._03 {
  height: 145px;
}

.column-block._04 {
  height: 160px;
}

.column-block._05 {
  height: 200px;
}

.column-block._06 {
  background-color: var(--primary);
  text-align: center;
  height: 239px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.column-text {
  text-align: center;
}

.text-shedule {
  font-size: 16px;
  font-weight: 500;
}

.white-text-weight-400 {
  color: var(--white);
  align-items: center;
  display: flex;
}

.white-text-weight-400.home-2 {
  max-width: 470px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.white-text-weight-400.green {
  color: var(--primary);
}

.column-text-white {
  color: var(--white);
  font-size: 16px;
}

.top-block-right-banner {
  grid-row-gap: 10px;
  background-color: #ffffff4d;
  border: 1px solid #fff6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 20px;
  display: flex;
}

.bottom-button {
  grid-column-gap: 10px;
  border: 1px solid var(--dark-orange);
  background-color: var(--dark-orange);
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 48px;
  padding-bottom: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.bottom-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.large-white-text {
  color: var(--white);
  font-size: 62px;
  line-height: 1em;
}

.large-white-text.orange {
  color: var(--dark-orange);
}

.partners-block {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.partners-block.margin {
  margin-top: 50px;
}

.partners-image-wrapper {
  opacity: .5;
}

.partners-image-wrapper.invert {
  filter: invert();
}

.description-left-banner-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.description-left-banner-block.centered {
  text-align: center;
  align-items: center;
}

.gray-radius-bgr {
  background-color: #1124371a;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  position: relative;
  inset: 0%;
}

.block-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.block-horizontal.fsv, .block-horizontal.sdfsd, .block-horizontal.dgdsg {
  grid-template-columns: 1fr 1fr;
}

.cart-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 30px 30px;
}

.cart-wrapper.bgr {
  background-color: var(--white-smoke);
}

.cart-wrapper.bgr.dfsdf {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef37_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-bottom: 160px;
}

.cart-wrapper.bgr.dfsdf.dsf {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef39_1343.jpg');
  background-size: auto, cover;
}

.cart-wrapper.bgr.dfsdf.rebv {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef3b_67.jpg');
  background-size: auto, cover;
}

.cart-wrapper.bgr.dfsdf.ghrn {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef41_2.png');
  padding-bottom: 90px;
}

.cart-wrapper.bgr.dfsdf.zmzt {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef42_3.png');
  padding-bottom: 90px;
}

.cart-wrapper.bgr.dfsdf.fbs {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/668b104c14a76ece3444ef49_3.png');
}

.cart-wrapper.bgr.dfsdf.dssg {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/668b104c14a76ece3444ef47_2.png');
  background-size: auto, cover;
}

.cart-wrapper.bgr.dgr {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef38_1swe.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 160px;
}

.cart-wrapper.bgr.dgr._4reva {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef3a_88.jpg');
  background-size: auto, cover;
}

.cart-wrapper.bgr.dgr.htergre {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef36_design-ohne-titel-278.jpg');
  background-size: auto, cover;
}

.cart-wrapper.bgr.dgr.dg {
  background-image: linear-gradient(#00000059, #00000059), url('../images/668b104c14a76ece3444ef40_1.png');
  background-size: auto, cover;
  padding-bottom: 90px;
}

.cart-wrapper.bgr.dgr.dgafb {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/668b104c14a76ece3444ef48_1.png');
}

.cart-wrapper.bgr.dgr.bed {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/668b104c14a76ece3444ef4d_design-ohne-titel-305.png');
  background-size: auto, cover;
}

.paragraph-cart {
  margin-top: 20px;
  margin-bottom: 30px;
}

.paragraph-cart.color {
  color: var(--light-slate-grey);
}

.paragraph-cart.dh {
  font-weight: 400;
}

.heading-cart {
  max-width: 475px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-cart.white {
  color: var(--white);
}

.heading-cart.dasdasa {
  color: var(--primary);
}

.bottom-light-block {
  background-color: var(--white-smoke);
  border-radius: 30px;
  margin-top: 80px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-wrapper-with-border {
  grid-column-gap: 100px;
  border-bottom: 1px solid #687a774d;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.subtitle-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 470px;
  padding-left: 40px;
  display: flex;
}

.subtitle-label {
  color: var(--black);
  background-color: #1178651a;
  border-radius: 70px;
  margin-bottom: 10px;
  padding: 6px 20px;
  font-weight: 500;
  display: inline-block;
}

.subtitle-label.white {
  color: var(--white);
  background-color: #ffffff1a;
}

.subtitle-label.none-mt {
  margin-bottom: 0;
  transition-property: all;
}

.subtitle-label.none-mt:hover {
  background-color: var(--primary);
  color: var(--white);
}

.subtitle-label.dsdsdsd {
  background-color: #373f3d12;
}

.subtitle-label.dsdsds {
  background-color: #5968651a;
}

.subtitle-label.adaasd {
  background-color: #4d58561a;
}

.container-gray-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 200px;
}

.container-gray-block.spacing {
  padding-bottom: 60px;
}

.container-gray-block.ard {
  padding-bottom: 40px;
}

.container-light-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-with-bgr {
  grid-row-gap: 40px;
  border: 1px solid #687a774d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.cart-with-bgr.gap {
  grid-row-gap: 20px;
}

.top-cart-block {
  z-index: 1;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-cart-with-bgr {
  z-index: 1;
  max-width: 175px;
  position: relative;
}

.orange-bgr {
  background-color: var(--dark-orange);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.block-content-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.block-content-wrapper.gap {
  grid-column-gap: 80px;
  margin-top: 80px;
}

.block-content-wrapper.mt, .block-content-wrapper._02 {
  justify-content: center;
  margin-top: 50px;
}

.image-left-wrapper {
  flex: none;
  width: 470px;
  height: 370px;
  margin-bottom: 95px;
  margin-right: 30px;
  position: relative;
}

.image-left-wrapper.width {
  margin-right: 0;
}

.image-left-wrapper.margin {
  margin-bottom: 0;
  margin-right: 0;
}

.description-right-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.description-right-wrapper.about {
  max-width: 470px;
}

.green-block-absolute {
  grid-row-gap: 10px;
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 235px;
  margin-right: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: absolute;
  inset: auto 0% -95px auto;
}

.green-block-absolute.position {
  margin-left: -30px;
  margin-right: 0;
  inset: auto auto -95px 0%;
}

.green-block-absolute.services {
  z-index: 3;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  bottom: -30px;
}

.block-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.paragraph-maxw {
  color: var(--grey);
  max-width: 470px;
}

.paragraph-maxw.dasasda, .paragraph-maxw.dsdasa {
  color: var(--black);
}

.green-radius-bgr {
  background-color: var(--light-cyan);
  border-radius: 30px;
  margin: 20px 5px 0;
  padding-bottom: 0;
  position: relative;
  inset: 0%;
}

.green-radius-bgr.light {
  background-color: var(--white-smoke);
  margin-bottom: 20px;
}

.green-radius-bgr.home-3 {
  background-color: var(--white-smoke);
  margin-bottom: 20px;
  padding-bottom: 0;
}

.green-radius-bgr.bg {
  padding-bottom: 0;
}

.projects-wrapper {
  width: 100%;
  margin-top: 50px;
}

.projects-wrapper.dfbv {
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.collection-list-project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-project.home-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-collection-block {
  border-radius: 10px;
  align-items: flex-end;
  height: 270px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-collection-block.height {
  height: 360px;
}

.bgr-absolute {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.block-relative {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.slider-testimonials {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 296px;
}

.display-none {
  display: none;
}

.slide-content-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.image-slide {
  border-radius: 10px;
  flex: none;
  width: 470px;
  height: 470px;
  overflow: hidden;
}

.logo-company.invert {
  filter: invert();
}

.autor-description {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-slide {
  color: var(--white-smoke);
  max-width: 510px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.text-slide.dark {
  color: var(--primary-dark);
}

.author-name {
  color: var(--white);
  font-size: 24px;
}

.author-name.dark {
  color: var(--primary-dark);
  font-weight: 500;
}

.left-arrow-slide {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .3s;
  display: flex;
  inset: auto 41% 0% auto;
}

.left-arrow-slide:hover {
  background-color: #ff7a014d;
}

.left-arrow-slide.border {
  border: 1px solid #687a7733;
}

.right-arrow-slide {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  transition: background-color .3s;
  display: flex;
  inset: auto 32% 0% auto;
}

.right-arrow-slide:hover {
  background-color: #ff7a014d;
}

.right-arrow-slide.border {
  border: 1px solid #687a7733;
}

.dark-container {
  background-color: var(--primary-dark);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px;
  display: flex;
}

.dark-container.dasdasda {
  margin-top: 0;
}

.dark-container.dasdasda.dasdads {
  margin-bottom: 100px;
}

.paragraph-dark-block {
  color: var(--white);
  text-align: center;
  max-width: 616px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-dark-block.white {
  color: var(--white);
  font-weight: 300;
}

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

.right-block {
  grid-column-gap: 60px;
  display: flex;
}

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

.none-margin {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.none-margin.bold {
  color: var(--black);
  font-weight: 600;
}

.none-margin.dasdsad, .none-margin.dasdsda {
  color: var(--black);
}

.none-margin.dsadas {
  color: var(--primary-dark);
}

.none-margin.dasas {
  color: var(--black);
}

.link-absolute {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.heading-banner {
  color: var(--white);
  max-width: 450px;
  font-size: 55px;
  line-height: 1.1em;
}

.heading-banner.home-2 {
  max-width: 700px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1em;
}

.image-fill {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.section-banner-home-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/banner-home-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-banner-home-2.dasdas {
  background-image: linear-gradient(#16151585, #16151585), url('../images/11111.jpg');
  background-position: 0 0, 50% 100%;
  padding-top: 140px;
}

.banner-content-block {
  width: 100%;
}

.button-wrapper-home-2 {
  grid-column-gap: 30px;
  display: flex;
}

.heading-bold {
  color: var(--primary);
  max-width: 770px;
  font-weight: 600;
}

.heading-bold.centered {
  color: var(--primary-dark);
  text-align: center;
}

.heading-bold.about {
  color: var(--primary);
  text-align: center;
  max-width: 600px;
}

.full-block-width {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.description-full-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.image-full-block {
  border-radius: 10px;
  width: 570px;
  height: 470px;
  overflow: hidden;
}

.paragraph-with-margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.maps-block {
  width: 420px;
  position: relative;
}

.maps-description {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.maps-block-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.counter-wrapper {
  grid-column-gap: 115px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.counter-block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 185px;
  display: flex;
}

.project-wrapper {
  width: 100%;
  margin-top: 0;
}

.project-wrapper.none-mt {
  margin-top: 0;
}

.heading-project-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.slider-white {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.dark-block {
  background-color: var(--primary-dark);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

.dark-block.green-bgr {
  background-color: var(--primary);
}

.bullet-maps {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
}

.bullet-maps._01 {
  top: 25%;
  left: 29%;
}

.bullet-maps._03 {
  top: -34%;
  left: 76%;
}

.bullet-second {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
  margin: 9px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.bullet-third {
  z-index: 2;
  background-color: var(--dark-orange);
  border-radius: 50%;
  margin: 14px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.opacity-bgr {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.bullet-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  max-width: 225px;
  display: flex;
  position: relative;
  top: 27%;
  left: 41%;
}

.counter-cart {
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  height: 133px;
  margin-bottom: 27px;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-cart {
  color: var(--dark-orange);
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.small-text {
  font-size: 16px;
}

.vector-absolute {
  background-image: url('../images/vector-5_1vector-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 17px;
  position: absolute;
  inset: auto 0% -17px 50%;
  transform: translate(-50%);
}

.opacity {
  opacity: .6;
  color: var(--grey);
}

.subtitle-text-banner {
  color: var(--white);
  max-width: 470px;
  margin-bottom: 0;
}

.section-with-height {
  background-image: linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 110px;
  padding-bottom: 80px;
  display: flex;
}

.section-with-height.about-us {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/design-ohne-titel-279.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-with-height.contact-us {
  background-image: linear-gradient(#81838229, #81838229), linear-gradient(#000000b3, #000000b3), url('../images/2.png');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
  padding-top: 140px;
  padding-bottom: 40px;
}

.section-with-height.contact-us.dgdsg {
  background-image: linear-gradient(#0000006e, #0000006e), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef42_3.png');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.sffv {
  background-image: linear-gradient(#0000006e, #0000006e), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef41_2.png');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.ebebvf {
  background-image: linear-gradient(#0000006e, #0000006e), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef40_1.png');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section-with-height.contact-us.dgdsg.vsvd {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef37_1.jpg');
  background-size: auto, auto, cover;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 40px;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd {
  background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef41_2.png');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 580px;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.rtr {
  background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef40_1.png');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.hl {
  background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef3b_67.jpg');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.gfhg {
  background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef3a_88.jpg');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.dfbb {
  background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef39_1343.jpg');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.ewresv {
  background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef38_1swe.jpg');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.sddsg {
  background-image: linear-gradient(#0000004f, #0000004f), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef49_3.png');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.wvsf.fbvf {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef48_1.png');
  background-position: 0 0, 0 0, 31% 195%;
  background-size: auto, auto, auto;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.fbebr {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef47_2.png');
  background-size: auto, auto, cover;
}

.section-with-height.contact-us.dgdsg.vsvd.fdbd.evb {
  background-image: linear-gradient(#00000054, #00000054), linear-gradient(#0000, #0000), url('../images/668b104c14a76ece3444ef4d_design-ohne-titel-305.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.section-with-height.blog {
  background-image: linear-gradient(#91a8a424, #91a8a424), linear-gradient(#000000a6, #000000a6), url('../images/3.png');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.section-with-height.services-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#1178654d, #1178654d), linear-gradient(#000000b3, #000000b3);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
  position: relative;
}

.subtitle-paragraph {
  color: var(--white);
  max-width: 600px;
  margin-top: 20px;
}

.slider-block {
  width: 100%;
  margin-top: 80px;
}

.block-shedule-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-block-shedule {
  border-radius: 10px;
  flex: none;
  padding: 20px;
  box-shadow: 0 -5px 20px #10182814;
}

.right-block-tabs {
  width: 100%;
}

.tabs-about {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu-about {
  border: 1px solid #687a7733;
  border-radius: 45px;
  margin-bottom: 50px;
  padding: 5px;
}

.tab-link-about {
  color: var(--grey);
  background-color: #0000;
  border-radius: 70px;
  padding: 6px 20px;
  font-weight: 500;
}

.tab-link-about.w--current {
  color: var(--primary);
  background-color: #1178651a;
}

.paragraph-tabs {
  max-width: 470px;
  margin-top: 20px;
}

.faq-content-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.bottom-block {
  width: 100%;
  margin-top: 80px;
}

.background-video {
  background-image: linear-gradient(#5f6b694d, #5f6b694d), linear-gradient(#000000b3, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

.form-block {
  border-radius: 10px;
}

.success-message {
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  font-weight: 500;
}

.error-message {
  color: var(--dark-orange);
  background-color: #0000;
  flex: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.author-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.author-block.margin {
  margin-top: 50px;
  margin-bottom: 30px;
}

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

.author-image-block {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.bgr-projects {
  background-image: linear-gradient(#07070700, #07070700), linear-gradient(#0c0c0c00, #0c0c0c00);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.text-projects {
  color: var(--white);
  font-size: 16px;
}

.subtitle-project {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.team-description {
  color: var(--light-slate-grey);
}

.quote-reviews {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.collection-list-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-services {
  filter: invert();
  object-fit: none;
  width: 100%;
  height: 100%;
}

.block-image-services {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services-heading {
  transition: color .3s;
}

.services-heading:hover {
  color: var(--dark-orange);
}

.shop-content-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.menu-shop {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list.shop-details {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.buy-now-button {
  display: none;
}

.default-state {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.default-state.margin {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
}

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

.field-label {
  font-weight: 400;
}

.categories-wrapper-shop {
  margin-bottom: 50px;
}

.collection-item {
  display: inline-block;
}

.collection-list-categories {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-shop {
  text-align: center;
  max-width: 600px;
  margin-bottom: 50px;
  font-weight: 600;
}

.quantity {
  background-color: var(--white-smoke);
  border-color: #687a774d;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: var(--grey);
}

.quantity::placeholder {
  color: var(--grey);
}

.price-block {
  grid-column-gap: 15px;
  display: flex;
}

.text-price {
  color: var(--primary-dark);
  font-weight: 500;
}

.add-to-cart.sd {
  flex-direction: column;
  display: flex;
}

.collection-item-shop {
  border-radius: 10px;
}

.out-of-stock-state {
  background-color: var(--white-smoke);
  color: var(--dark-orange);
  text-align: center;
  border-radius: 10px;
}

.collection-list-details {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrap-details {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 60px;
}

.product-wrapper {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
}

.lightbox-link {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.small-ing-wrapper {
  margin-top: 20px;
}

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

.lightbox-link-shop {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.details-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.recomendation-block {
  width: 100%;
}

.text-link {
  color: var(--light-slate-grey);
  font-size: 16px;
}

._404-text {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

.checkout-form {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}

.green-text {
  color: var(--primary);
  font-weight: 600;
}

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

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.field-label-checkout {
  color: var(--primary-dark);
  font-weight: 500;
}

.input-checkout {
  background-color: var(--white-smoke);
  color: var(--primary-dark);
  border-color: #687a774d;
  border-radius: 10px;
  line-height: 1em;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  border-color: var(--grey);
}

.image-checkout {
  object-fit: cover;
  border-radius: 10px;
  height: 60px;
}

.name-product {
  color: var(--primary-dark);
  font-weight: 500;
}

.price {
  color: var(--primary);
  font-weight: 500;
}

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

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

.paypal-checkout-form, .order-confirmation {
  background-color: #0000;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}

.dark-text {
  color: var(--primary-dark);
  font-weight: 500;
}

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

.success-message-second {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
}

.cart-button:hover {
  color: var(--dark-orange);
}

.cart-button.dark {
  color: var(--primary-dark);
}

.cart-button.dark:hover {
  color: var(--primary);
}

.cart-quantity-3 {
  background-color: var(--dark-orange);
  color: var(--white);
  margin-left: 18px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -7.5px;
}

.cart-wrapper-header {
  align-items: center;
  display: flex;
}

.text-remove {
  font-size: 16px;
}

.text-remove:hover {
  color: var(--dark-orange);
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.morre-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-thiis-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.italic-text, .italic-text-2, .bold-text, .italic-text-3 {
  color: var(--white);
}

.inner-container._542px {
  max-width: 542px;
}

.inner-container._330px {
  max-width: 330px;
}

.inner-container._526px {
  max-width: 526px;
}

.inner-container._448px {
  max-width: 448px;
}

.inner-container._600px {
  max-width: 600px;
}

.display-4 {
  color: #212725;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

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

.grid-3-columns.our-process-main-grid {
  z-index: 1;
  grid-column-gap: 32px;
  margin-bottom: 64px;
  position: relative;
}

.grid-3-columns.gap-34px {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.pd-bottom-0 {
  padding-bottom: 0;
}

.section-3.pd-bottom-0.dsdsd {
  padding-bottom: 100px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #43806c;
  border-radius: 8px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #064237;
  transform: translate3d(0, -4px, .01px);
}

.subtitle-3 {
  color: #6a452c;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.111em;
}

.our-process-line-top {
  z-index: -1;
  transform-origin: 0%;
  object-fit: cover;
  width: 74%;
  min-height: 1px;
  margin-right: auto;
  position: absolute;
  top: 64px;
  left: 14%;
  right: 14%;
}

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

.our-process-vertical-line {
  display: none;
}

.container-default {
  max-width: 1340px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.display-3 {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.208em;
}

.display-3.dasdasd, .display-3.dsdsdsd {
  color: var(--black);
}

.our-process-item {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 344px;
  display: flex;
}

.color-neutral-800 {
  color: #212725;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

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

.mg-bottom-40px.dasdasda {
  color: var(--white);
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.card {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}

.card.content-center-card {
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
  display: flex;
}

.gap-column-6px {
  grid-column-gap: 6px;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

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

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

.subtitle-4 {
  color: #6a452c;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.111em;
}

.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.title-and-paragraph {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .9fr;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4.large-image-half-section {
  z-index: 1;
  background-color: #fffaf4;
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
}

.section-4.large-image-half-section.pd-180px {
  background-color: var(--primary);
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.subtitle-5 {
  color: var(--white-smoke);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.111em;
}

.large-image-half {
  object-fit: cover;
  object-position: 0% 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.large-image-half.right {
  left: auto;
  right: 0;
}

.btn-secondary {
  color: #212725;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #4c4b4b;
  border-radius: 8px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #43806c;
  border-color: #43806c;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.dasdasd {
  border-color: var(--white);
  color: var(--white);
}

.text-no-wrap {
  white-space: nowrap;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.position-relative {
  position: relative;
}

.instagram-link-wrapper {
  border-radius: 14px;
  overflow: hidden;
  transform: translate(0);
}

.instagram-link-wrapper.v2 {
  border-radius: 24px;
}

.container-default-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.floating-item {
  position: absolute;
}

.floating-item.curly-arrow-bottom-right {
  z-index: -1;
  width: 13%;
  inset: -28% auto auto 30%;
}

.subtitle-6 {
  color: #76b5ff;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.subtitle-6.mg-bottom-18px {
  color: #fff;
  margin-bottom: 18px;
}

.mg-bottom-8px {
  color: var(--white);
  margin-bottom: 8px;
}

.follow-instagram-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.instagram-link-image {
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s;
}

.instagram-link-image:hover {
  transform: scale3d(1.2, 1.2, 1.01);
}

.display-2 {
  color: #080e24;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.display-2.mg-bottom-0 {
  color: #fff;
}

.image-2 {
  color: var(--white);
  mix-blend-mode: normal;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-2.s {
  font-weight: 500;
}

.bold-text-2.s.tz {
  color: var(--white);
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-3.s {
  color: var(--black);
  font-weight: 500;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-4.a {
  font-weight: 400;
}

.bold-text-4.s {
  color: var(--black);
}

.bold-text-4.s.tz {
  color: var(--white);
}

.bold-text-5 {
  font-weight: 500;
}

.heading-4 {
  color: var(--black);
  font-weight: 500;
}

.heading-5, .heading-6 {
  color: var(--black);
}

.bold-text-6 {
  color: var(--primary);
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: var(--black);
}

.bold-text-13 {
  color: var(--primary);
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/.');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.gallery-image {
  width: 100%;
}

.text-size-medium {
  color: var(--white);
  font-size: 1.125rem;
  display: block;
}

.gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery10_image-wrapper {
  width: 100%;
}

.gallery10_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery10_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_image5, .gallery10_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-small, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery10_image1, .gallery10_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-global {
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery10_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_component {
  column-count: 3;
  column-gap: 2rem;
}

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

.heading-7 {
  display: block;
}

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

.padding-section-medium {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.logo3_logo {
  max-height: 3.5rem;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 3.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 19.75rem 20.25rem 20.25rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.logo6_logo {
  max-height: 3.5rem;
}

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

.logo6_wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.bold-text-14 {
  font-weight: 500;
}

.dsassas, .bold-text-15 {
  font-weight: 400;
}

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

.svsf {
  color: var(--primary-dark);
  font-size: 21px;
}

@media screen and (min-width: 1920px) {
  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .section.banner, .section.changelog-banner {
    min-height: 300px;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .section.dark-bgr-home {
    padding-top: 100px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--primary-dark);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.dark {
    color: var(--white);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--white);
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
    overflow: auto;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link:hover, .nav-dropdown-link.w--current {
    color: var(--dark-orange);
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title.dark {
    color: var(--white);
  }

  .pages-banner {
    min-height: 300px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-template-wrapper {
    max-width: none;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-bottom-wrapper {
    align-items: flex-start;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .team-social-links-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .workflow-content-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-direction: column;
  }

  .accordion-wrapper.service-details {
    justify-content: center;
  }

  .contacts-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-form-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .white-text.maxw, .white-text.maxw-home-3 {
    text-align: center;
  }

  .footer-brand-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-links-wrapper {
    justify-content: center;
    width: 100%;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

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

  .testimonials-card-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .accordion-wrap-one-column {
    width: 80%;
  }

  .service-details-content {
    flex-direction: column;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-image {
    height: 320px;
  }

  .portfolio-grid-title-wrapper {
    padding: 20px 30px;
    inset: auto 0% 0%;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .project-template-info {
    grid-column-gap: 30px;
  }

  .project-template-banner-image {
    height: 500px;
  }

  .project-template-image {
    height: 360px;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-banner-title-wrapper {
    max-width: 90%;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--primary-dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--primary-dark);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .image-burger.filter {
    filter: none;
  }

  .brand-tablet {
    display: block;
  }

  .details-page-title {
    max-width: 700px;
  }

  .content-banner-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .left-banner-block {
    align-items: center;
    width: 100%;
  }

  .subtitle-block-top {
    margin-bottom: 10px;
  }

  .partners-block {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .description-left-banner-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .block-horizontal {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .cart-wrapper {
    width: 47.9%;
  }

  .heading-cart {
    max-width: 375px;
  }

  .bottom-light-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-wrapper-with-border {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .subtitle-block {
    align-items: center;
    margin-top: 20px;
  }

  .cart-with-bgr {
    width: 47.9%;
  }

  .block-content-wrapper {
    flex-direction: column;
  }

  .block-content-wrapper.gap {
    align-items: center;
  }

  .block-content-wrapper.mt {
    flex-direction: column-reverse;
    align-items: center;
  }

  .block-content-wrapper._02 {
    align-items: center;
  }

  .image-left-wrapper.margin {
    flex: 0 auto;
  }

  .image-left-wrapper.margin-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .description-right-wrapper {
    text-align: center;
    align-items: center;
    margin-top: 30px;
  }

  .description-right-wrapper.margin {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .description-right-wrapper.about {
    max-width: none;
  }

  .green-block-absolute.services {
    bottom: -15px;
  }

  .block-wrap {
    justify-content: center;
  }

  .collection-list-project.home-2 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .slider-testimonials {
    margin-top: 80px;
    margin-bottom: 276px;
  }

  .image-slide {
    width: 280px;
    height: 280px;
  }

  .left-arrow-slide {
    margin-top: 50px;
    display: inline-block;
    position: relative;
    right: -5%;
  }

  .right-arrow-slide {
    display: inline-block;
    position: relative;
    right: -5%;
  }

  .dark-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-block {
    grid-column-gap: 30px;
  }

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

  .mask-slider {
    width: 100%;
  }

  .heading-banner.home-2 {
    font-size: 48px;
  }

  .image-fill {
    max-width: 100%;
  }

  .tablet-none {
    display: none;
  }

  .heading-bold.centered {
    max-width: 630px;
  }

  .heading-bold.about {
    max-width: 500px;
  }

  .full-block-width {
    flex-direction: column;
  }

  .description-full-block {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .maps-block {
    height: 472px;
  }

  .maps-description {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .maps-block-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .counter-wrapper {
    justify-content: center;
  }

  .dark-block {
    text-align: center;
  }

  .collection-item-projects-home-2 {
    width: 47.9%;
  }

  .block-shedule-wrapper {
    flex-direction: column-reverse;
  }

  .tabs-about {
    align-items: center;
    margin-bottom: 50px;
  }

  .tabs-menu-about {
    margin-bottom: 20px;
  }

  .tab-pane-about {
    text-align: center;
  }

  .paragraph-tabs {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .collection-list-blog {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

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

  .collection-item-blog {
    width: 47.9%;
  }

  .collection-list.shop-details {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .heading-shop {
    max-width: 550px;
  }

  .collection-item-shop.sd {
    width: 47.9%;
  }

  .content-wrap-details {
    grid-row-gap: 10px;
    position: static;
  }

  .product-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .price-wrap {
    margin-bottom: 10px;
  }

  .cart-wrapper-header {
    flex: 1;
    justify-content: flex-end;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .inner-container._448px._100-tablet, .inner-container._600px._100-tablet {
    max-width: 100%;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

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

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

  .grid-3-columns.our-process-main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3-columns.gap-34px {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .section-3 {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .our-process-line-top {
    display: none;
  }

  .our-process-vertical-line {
    z-index: -1;
    transform-origin: 50% 0;
    object-fit: cover;
    min-width: 1px;
    height: 80%;
    margin-bottom: auto;
    display: block;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 50px;
  }

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

  .our-process-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 100px 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    max-width: none;
    display: grid;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section-4.large-image-half-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-4.large-image-half-section.pd-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .floating-item.curly-arrow-bottom-right {
    z-index: 1;
    width: 123px;
    display: none;
    top: -81px;
    left: 31%;
  }

  .text-center---tablet {
    text-align: center;
  }

  .follow-instagram-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.landing-banner {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.home-3 {
    min-height: 680px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-post-category {
    margin-bottom: 10px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

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

  .team-social-links-wrapper {
    justify-content: flex-start;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

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

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-wrap.mr {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-title {
    max-width: 100%;
  }

  .white-text.width {
    max-width: 300px;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-brand-description {
    margin-bottom: 30px;
    font-size: 52px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .accordion-wrap-one-column {
    width: 100%;
    margin-top: 20px;
  }

  .service-details-content {
    width: 100%;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 10px;
  }

  .portfolio-tab-link.last-child {
    padding-right: 10px;
  }

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

  .portfolio-grid-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .project-template-info {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .project-pagination-wrapper {
    margin-bottom: 60px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .portfolio-grid-image-link {
    height: 500px;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style h2 {
    font-size: 36px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .left-banner-block {
    width: 100%;
  }

  .right-banner-block {
    width: 100%;
    min-height: 500px;
  }

  .top-block-right-banner {
    margin-top: 50px;
  }

  .partners-block {
    grid-column-gap: 30px;
    margin-top: 60px;
  }

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

  .cart-wrapper {
    width: 100%;
  }

  .bottom-light-block {
    margin-top: 60px;
  }

  .container-gray-block {
    padding-top: 40px;
  }

  .cart-with-bgr {
    width: 100%;
  }

  .block-content-wrapper.mt, .block-content-wrapper._02, .projects-wrapper {
    margin-top: 30px;
  }

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

  .slider-testimonials {
    margin-top: 60px;
    margin-bottom: 256px;
  }

  .slide-content-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .left-arrow-slide {
    margin-left: 0;
    margin-right: 30px;
    position: static;
    right: 0%;
  }

  .right-arrow-slide {
    margin-left: 0;
    margin-right: 0;
    position: static;
    right: 0%;
  }

  .dark-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .heading-content.direction {
    flex-direction: row;
  }

  .heading-banner.home-2 {
    font-size: 40px;
  }

  .image-fill {
    max-width: 75%;
  }

  .heading-bold.centered {
    max-width: 100%;
  }

  .heading-bold.about {
    max-width: 400px;
  }

  .description-full-block {
    max-width: 100%;
  }

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

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .maps-description {
    grid-row-gap: 20px;
  }

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

  .heading-project-wrapper {
    margin-bottom: 30px;
  }

  .dark-block {
    padding: 50px 30px;
  }

  .collection-item-projects-home-2 {
    width: 100%;
  }

  .section-with-height {
    min-height: 440px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .collection-item-blog {
    width: 100%;
  }

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

  .quote-reviews {
    font-size: 18px;
  }

  .collection-list-services, .collection-list {
    grid-template-columns: 1fr;
  }

  .categories-wrapper-shop, .heading-shop {
    margin-bottom: 30px;
  }

  .description-product {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .add-to-cart {
    grid-column-gap: 50px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .collection-item-shop.sd {
    width: 100%;
  }

  .product-wrapper {
    flex-direction: column-reverse;
  }

  ._404-text {
    font-size: 140px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-bottom: 60px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

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

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

  .grid-3-columns.our-process-main-grid {
    margin-bottom: 56px;
  }

  .section-3 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .subtitle-3 {
    margin-bottom: 8px;
  }

  .our-process-vertical-line {
    left: 40px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .our-process-item {
    grid-column-gap: 24px;
    grid-template-columns: 80px 1fr;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .card.content-center-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-200 {
    font-size: 16px;
  }

  .subtitle-4 {
    margin-bottom: 8px;
  }

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

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 10px;
  }

  .section-4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-4.large-image-half-section, .section-4.large-image-half-section.pd-180px {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .subtitle-5 {
    margin-bottom: 8px;
  }

  .large-image-half {
    width: 100%;
    margin-top: 80px;
    position: relative;
  }

  .btn-secondary {
    padding: 20px 32px;
  }

  .mg-bottom-64px {
    margin-bottom: 54px;
  }

  .instagram-link-wrapper.v2 {
    border-radius: 20px;
    max-height: 523px;
  }

  .floating-item.curly-arrow-bottom-right {
    top: -111px;
    left: 24%;
  }

  .follow-instagram-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-overview {
    padding: 60px 15px;
  }

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

  .gallery10_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery10_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo6_logo {
    max-height: 3rem;
  }

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

  .logo6_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section.without-space.sdsdss {
    margin-top: 60px;
  }

  .section.green-bgr {
    padding-top: 0;
  }

  .section.green-bgr.dasdasda {
    padding-top: 60px;
  }

  .section.home-3 {
    min-height: 100vh;
  }

  .base-container.dsdssd {
    padding-top: 60px;
  }

  .base-container.dassad {
    margin-top: 100px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.transparent-green.dsaasdad {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .team-card-content-wrapper {
    text-align: center;
  }

  .team-social-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .paragraph-large.margin.dsdassds {
    color: var(--white-smoke);
    margin-bottom: 0;
  }

  .banner-title-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .accordion-item {
    background-color: #54666333;
  }

  .white-text {
    margin-bottom: 0;
    font-size: 30px;
  }

  .white-text.bold.dasdasd {
    margin-bottom: 40px;
  }

  .white-text.width {
    max-width: 100%;
  }

  .white-text.width.dsdsds {
    margin-bottom: 0;
  }

  .white-text.dsadsa {
    margin-bottom: 0;
    font-size: 24px;
  }

  .white-text.dsdsds {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
  }

  .white-text.dsds {
    color: #000;
    text-align: center;
    margin-bottom: 0;
  }

  .white-text.dsds.kl {
    color: #fff;
    font-size: 24px;
  }

  .white-text.ghgghg {
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .footer-brand-description {
    font-size: 30px;
  }

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

  .testimonials-card-item {
    padding: 20px;
  }

  .button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .project-template-banner-image {
    height: 400px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #afafaf80;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf80;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .landing-banner-title-wrapper {
    max-width: 100%;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .details-page-title {
    max-width: none;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .image-cover.radius {
    border-radius: 0;
  }

  .subtitle-block-top.green {
    background-color: #41504d1a;
  }

  .shedule-top-block {
    width: 100%;
  }

  .column-shedule {
    grid-column-gap: 10px;
  }

  .column-block._01, .column-block._02, .column-block._03, .column-block._04, .column-block._05, .column-block._06 {
    width: 40px;
  }

  .column-text-white {
    font-size: 12px;
  }

  .gray-radius-bgr {
    margin-right: 5px;
    padding-top: 0;
  }

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

  .heading-cart.dasdasa {
    text-align: left;
  }

  .heading-wrapper-with-border {
    padding-bottom: 20px;
  }

  .subtitle-block {
    text-align: center;
    padding-left: 0;
  }

  .subtitle-label.dsdsdsd, .subtitle-label.dsdsds, .subtitle-label.adaasd {
    text-align: left;
  }

  .image-left-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .image-left-wrapper.width {
    width: 100%;
    height: 300px;
  }

  .image-left-wrapper.margin {
    width: 100%;
  }

  .image-left-wrapper.margin-auto {
    width: 100%;
    height: 300px;
  }

  .description-right-wrapper.margin {
    margin-bottom: 30px;
  }

  .description-right-wrapper.dsdsdsds {
    margin-top: 60px;
  }

  .green-block-absolute {
    margin-right: -10px;
  }

  .green-block-absolute.position {
    margin-left: 30px;
  }

  .green-block-absolute.home-3 {
    margin-right: 10px;
  }

  .paragraph-maxw {
    max-width: 380px;
  }

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

  .none-margin.dsadas, .heading-banner.dsdssd {
    font-size: 30px;
  }

  .image-fill {
    width: 60%;
    max-width: 63%;
  }

  .button-wrapper-home-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-bold {
    font-size: 30px;
  }

  .maps-block {
    width: 100%;
    height: 410px;
  }

  .counter-block {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .heading-project-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .bullet-maps._01 {
    position: absolute;
    top: 6%;
    left: 17%;
  }

  .bullet-maps._03 {
    position: absolute;
    inset: 11% 11% auto auto;
  }

  .bullet-wrapper {
    left: 30%;
  }

  .section-with-height.about-us {
    min-height: 80vh;
  }

  .left-block-shedule {
    padding: 10px;
  }

  .tabs-menu-about {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    place-content: center space-between;
    width: 100%;
    display: flex;
  }

  .tabs-menu-about.dasdad {
    justify-content: center;
  }

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

  .author-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list-categories {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .collection-list-details {
    grid-template-columns: 1fr;
  }

  .content-wrap-details {
    margin-bottom: 20px;
  }

  .product-wrapper {
    grid-row-gap: 20px;
  }

  .italic-text {
    font-size: 17px;
  }

  .italic-text-2 {
    font-size: 16px;
  }

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

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

  .section-3.pd-bottom-0.dsdsd.dsdssd {
    padding-top: 20px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .our-process-vertical-line {
    top: 5%;
    bottom: 5%;
    left: 32px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .our-process-item {
    grid-template-columns: 64px 1fr;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .card.content-center-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-4.large-image-half-section {
    padding-top: 72px;
  }

  .large-image-half {
    margin-top: 72px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image {
    padding-top: 20px;
  }

  .instagram-link-wrapper.v2 {
    border-radius: 14px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .floating-item.curly-arrow-bottom-right {
    top: -100px;
  }

  .subtitle-6.mg-bottom-18px {
    margin-bottom: 12px;
  }

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

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-weight: 400;
  }

  .bold-text-4.s {
    font-weight: 500;
  }

  .paragraph {
    text-align: center;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper, .logo6_wrapper {
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-_67e7b803-143e-ba95-ea77-0fc38a4994bc-3444ed1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67e7b803-143e-ba95-ea77-0fc38a4994c3-3444ed1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_67e7b803-143e-ba95-ea77-0fc38a4994ca-3444ed1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_67e7b803-143e-ba95-ea77-0fc38a4994d1-3444ed1b, #w-node-a8dacc4e-d4a2-1753-2646-9c3d853de1e8-3444ed1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7f32e6-c21c-461d-e2d9-7a95f9f80ab6-3444ed1b, #w-node-b868b90b-dffc-7aef-6c73-e77b74f7f6be-3444ed1b, #w-node-c1e17565-8ece-724e-8bd1-286069abfbc2-3444ed1b, #w-node-ce41f5c5-6c0a-8005-6200-e264d7774b3c-3444ed1b, #w-node-_96d77eea-4070-3400-d83e-a8f0e3070e09-3444ed1b {
  align-self: auto;
}

#w-node-d7ef088d-d1b8-f4b9-3e38-3638f904979e-3444ed1b, #w-node-d7ef088d-d1b8-f4b9-3e38-3638f90497a7-3444ed1b, #w-node-d7ef088d-d1b8-f4b9-3e38-3638f90497b4-3444ed1b, #w-node-d7ef088d-d1b8-f4b9-3e38-3638f90497c1-3444ed1b, #w-node-d7ef088d-d1b8-f4b9-3e38-3638f90497ce-3444ed1b, #w-node-d7ef088d-d1b8-f4b9-3e38-3638f90497db-3444ed1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7385970-4f9f-d155-917c-4d946f2ece0e-3444ed1b {
  align-self: end;
}

#w-node-f7385970-4f9f-d155-917c-4d946f2ece14-3444ed1b {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_00b6153d-7624-6c50-04dd-c7057c069481-3444ed1b, #w-node-_00b6153d-7624-6c50-04dd-c7057c069483-3444ed1b, #w-node-_00b6153d-7624-6c50-04dd-c7057c069485-3444ed1b {
  justify-self: center;
}

#w-node-ad58b307-3e96-557a-6875-8bffce80f3a4-3444ed5e, #w-node-ad58b307-3e96-557a-6875-8bffce80f3ac-3444ed5e, #w-node-_0c54d3d0-6f68-59f4-f540-f04e5fb0de58-3444ed6c, #w-node-_0c54d3d0-6f68-59f4-f540-f04e5fb0de69-3444ed6c, #w-node-_0c54d3d0-6f68-59f4-f540-f04e5fb0de7a-3444ed6c {
  align-self: auto;
}

#w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-3444ed83, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-3444ed83, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-3444ed83, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-3444ed83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-3444ed85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-3444ed85, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-3444ed85, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-3444ed85, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-3444ed85, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-3444ed85, #w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-3444ed85, #w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-3444ed85, #w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-3444ed85, #w-node-_87468c32-83f5-729b-6140-32c34d9e6392-3444ed85, #w-node-b69c3819-0367-9d70-1714-acf0303d75b4-3444ed85, #w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-3444ed85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-dfccffe7-797c-e605-9bad-23173e66525c-3444ed86, #w-node-_26ce1b3c-1746-bd49-3c05-0f698bcf6a95-3444ed86, #w-node-_7951b648-eb09-6734-0c27-d8c64c53227e-3444ed86, #w-node-ba44132a-4689-445f-455c-b8ba6d433174-3444ed86, #w-node-_7614b8ad-7fc7-b5ca-edff-450a26b9a454-3444ed86, #w-node-_97f193f8-ec97-35b6-c3fe-ca884b5c83f4-3444ed86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d710ce28-1312-76fe-6af4-ac9ece055dbc-3444ed8a, #w-node-_4191c324-5ecd-bc9a-acda-e2ba1ff5e1f5-3444ed8a {
  align-self: auto;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-3444eda0, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-3444eda0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_67e7b803-143e-ba95-ea77-0fc38a4994bc-3444ed1b, #w-node-_67e7b803-143e-ba95-ea77-0fc38a4994c3-3444ed1b, #w-node-_67e7b803-143e-ba95-ea77-0fc38a4994ca-3444ed1b {
    justify-self: center;
  }

  #w-node-_67e7b803-143e-ba95-ea77-0fc38a4994d2-3444ed1b, #w-node-_2ab93982-8462-4062-c6a6-e5101e3a843e-3444edb6, #w-node-_68e51c58-0989-8882-e08f-da5c0ef4312c-3444edb6, #w-node-_3ed3c231-18f7-c382-7de6-96ed57a754dc-3444edb6, #w-node-_47fbce38-7571-28f1-28b1-ac3d569fd3e6-3444edb6, #w-node-a76ee6d1-5625-30cb-1b1a-a85113db5970-3444edb6, #w-node-_068b959a-cb6b-3737-9ec3-d23f5de01862-3444edb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8dacc4e-d4a2-1753-2646-9c3d853de1e8-3444ed1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/generalsans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}